@charset "utf-8";
/***
 *Author: Aneta Demerouti
 *Made: 2014
 *Copyright: Uhlekommunikation
 *foto-atelier					
/***
/* CSS Document */

*{
	box-sizing: border-box;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-size: 16px;
	font-weight:bold;
	color: #fff;
}

.logo_fixed{
	width: 12em;
	right: 5px;
	bottom: 5px;
	position: absolute;
	background-color: #fff;
	padding: 0.5em;
	height: auto;
}

iframe{
	width: 100%;
}

#header{
	display: none;
}

p{
	line-height: 1.6em;
}

h1 {
	margin: 0;
	font-size: 3em;
}
h2 {
	color: #fff;
	font-size: 2.5em;
	margin-top: 0;
	text-align: center;
	filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.6));
}

h2 .subtitle{
	font-size: 0.7em;
	display: block;
	margin-top: 0.5em;
}

h2 .destitle{
	display: block;
	font-size: 0.5em;
	margin-top: 0.5em;
}

h3 {
	font-size: 2em;
	text-align: center;
	filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.6));
}

h6 {
	font-size:25px;
}

h4, h4 a{
	font-size: 10px;
	line-height: 16px;
	color: #000;
	padding-bottom: 10px;
}

a img {
	border: none;
}

a{
	color: #fff;
	text-decoration: none; 
	position: relative;
}

a:after{
	content: '';
	position: absolute;
	transition: transform 0.3s;
	width: 2em;
	height: 0.2em;
	background-color: #fff;
	transform: scaleX(0);
	bottom: -0.3em;
	left: 0;
}

a:hover{
	transition: color 0.3s;
}

a:hover:after{
	transform: scaleX(1);
}

.container {
	width: 85%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
	height: 90vh;
	background-size: cover;
	margin: 0 auto;
	background-image: url(../images/hintergrund.jpg);
	display: flex;
	position: relative;
}

.navi {
	display: flex;
	z-index: 2;
	flex-wrap: wrap;
	padding: 4em 2em;
	width: 350px;
	height: 100%;
	align-items: center;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .60), rgba(0, 0, 0, 0));
	/*background-color: rgb(188 182 158 / 63%);*/
}

.navi .menu2{
	width: 100%;
	font-size: 0.8em;
	display: flex;
	gap: 1em;
	margin-top: 2em;
}

.menu-icon{
	display: none;
}

.navi h1{
	width: 80%;
	text-transform: uppercase;
	align-self: flex-start;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.6);
}

.navi .link_wrap{
	align-self: flex-end;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5em;
}

.navi h1 a{
	line-height: 1.3em;
}

.content {
	margin: 0em 0em 0em auto;
	padding: 4em;
	background-color: rgba(0, 0, 0, .35);
	border-left: 4px solid #e0dcd8;
	width: 60%;
	max-width: calc(100% - 350px);
	/*    border: 8px solid #000;*/
	overflow-y: auto;
}

ul {
	list-style-type: none;
	margin: 94px 0 54px 0;
}
li {
	padding-bottom: 25px;
}

li:before {
	color: #fff;
	content: "■  \A0";
}

.swiper-container{
	width: 100%;
	height: 450px;
	padding-bottom: 5em !important;
}

.swiper-container .swiper-pagination-bullet {
	width: 2em;
	height: 2em;
	margin: 0.3em !important;
	text-align: center;
	line-height: 2em;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
}

.swiper-container .swiper-pagination-bullet-active {
	color: #fff;
	background: #7e7627;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
	color: #fff;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
}

.swiper-container .swiper-slide{
	height: 100%;
	width: auto;
}

.swiper-container .swiper-slide img{
	height: 100%;
	width: auto;
}

#galerie{
	margin: 1em 0;
	width: 100%;
	text-align: center;
}
#galerie a{
	margin: 0 2em;
	transition: color 0.3s;
}

form{
	width: 100%;
	margin: 4em 0;
}

form h3{
	text-align: center;
}

form .input_wrap{
	overflow: hidden;
}

.input_wrap input{
	/*height: 60px;*/
	line-height: 2em;
}

.input_wrap input, 
.input_wrap textarea,
.input_wrap select {
	font-family: 'verdana', serif;
	border: none;
	font-size: 1em;
	margin: 0;
	outline: 0;
	padding: 0.5em 1em;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: rgba(255, 255, 255, 100%);
	margin-bottom: 2em;
	transition: border-color 0.5s;
	font-weight: bold;
	color: #000;
}

.input_wrap input:focus, 
.input_wrap textarea:focus,
.input_wrap select:focus {
	/*border-color: #000;*/
}

.input_wrap textarea{
	width: 100%;
	margin: 0;
	float: none;
}

.wrap_checkbox{
	clear: both;
	margin-top: 20px;
}

.wrap_checkbox .checkbox-custom{
	display: none;
}

.wrap_checkbox .checkbox-custom-label{
	display: flex;
	position: relative;
	align-items: center;
	margin: 5px;
	cursor: pointer;
}

.wrap_checkbox .checkbox-custom-label .rectangle{
	content: '';
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 1em; 
	height: 1em;
	margin-right: 10px;
	position: relative;
}

.wrap_checkbox .checkbox-custom-label .rectangle:before{
	content: "";
    position: absolute;
    top: 0.3em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
}

.wrap_checkbox .checkbox-custom:checked + .checkbox-custom-label .rectangle:before{
	animation: checkbox-check 125ms 250ms cubic-bezier(.0,.0,.0,1) forwards;
}

.wrap_checkbox .checkbox-custom-label a{
	color: #fff;
}

.input_wrap input.send{
	background-color: #e0dcd8;
	padding: 0.5em 2em;
	width: 100%;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 1em;
	margin: 2em 0 0;
	position: relative;
	cursor: pointer;
	color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.6);
}

.formular_message{
	margin: 1em 0;
	font-size: 1.5em;
}

@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #000;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .2em;
    height: 0;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{    
    width: .2em;
    height: .5em;    
    border-color: #000;
    transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}


@media (max-height: 780px) {

	body{
		font-size: 14px;
	}

	.navi{
		width: 300px;
	}

	.content{
		max-width: calc(100% - 300px);
	}

	.container{
		width: 90%;
	}

	.swiper-container{
		height: 400px;
		padding-bottom: 8em !important;
	}

}

@media (max-height: 500px) {

	.navi{
		padding: 2em;
	}

	.content{
		padding: 2em;
	}

}

@media (max-width: 800px) {

	.navi{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.8);
		display: none;
	}

	.content{
		width: 100%;
		max-width: none;
		border: none;
	}

	.container{
		width: 100%;
		height: 100vh;
	}

	.navi{
		width: 100%;
		flex-wrap: wrap;
	}

	.navi h1{
		display: none;
	}

	.navi.active{
		display: flex;
		justify-content: center;
	}

	.navi .link_wrap{
		align-self: center;
		text-align: center;
	}

	.menu-icon{
		text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.6);
		display: block;
		position: fixed;
		top: 4em;
		right: 4em;
		z-index: 3;
		cursor: pointer;
	}
}

@media (max-width: 460px) {

	#header{
		position: absolute;
		display: flex;
		background-color: rgba(0, 0, 0, .35);
		padding: 1em;
		height: 10em;
		width: 100%;
		align-items: center;
		border-bottom: 4px solid #e0dcd8;
		justify-content: space-between;
	}

	#header .logo{
		height: 5em;
		filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.6));
	}

	body{
		font-size: 12px;
	}

	.swiper-container{
		height: 200px;
		padding: 2em 0 10em !important;
		box-sizing: content-box;
	}

	.content{
		margin-top: 10em;
		padding: 2em;
	}

}

