/**
*	Hendrix (HTML)
*	Copyright © Hendrix by beshleyua. All Rights Reserved.
**/

/* TABLE OF CONTENTS
	1. Header
	2. Section
	3. Started
	4. About
	5. Services
	6. Portfolio
	7. Contacts
	8. Footer
	9. Popups
*/

/* 1. Header */
.header {
	border-top: 5px solid rgba(54,11,16, 0.9);
	
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.9);*/
	/*padding: 30px 35px;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
}

.header .logo {
	position: relative;
	float: left;
	font-family: 'Poppins', helvetica;
	font-size: 32px;
	line-height: 46px;
	font-weight: 600;
}

.header .logo a {
	color: #ffffff;
}

.color-win {
	color: #a83c18;
}

.header .logo-img img {
	float:left;
	margin-top:-2px;
}

.contact-info {
	box-shadow: inset 0 -12px 0 rgba(209, 156, 180, 0.8);
	-moz-box-shadow: inset 0 -12px 0 rgba(209, 156, 180, 0.8);
	-webkit-box-shadow: inset 0 -4px 0 rgba(209, 156, 180, 0.8);
	-khtml-box-shadow: inset 0 -4px 0 rgba(209, 156, 180, 0.8);
	color:#003; 
}


/* .contact-info war 

.contact-info {
			box-shadow: inset 0 -14px 0 #a83c18;
	-moz-box-shadow: inset 0 -14px 0 #a83c18;
	-webkit-box-shadow: inset 0 -6px 0 #a83c18;
	-khtml-box-shadow: inset 0 -6px 0 #a83c18;
	color:#003;
}
*/


.termine {
		box-shadow: inset 0 -14px 0 #d19cb4;
	-moz-box-shadow: inset 0 -14px 0 #d19cb4;
	-webkit-box-shadow: inset 0 -6px 0 #d19cb4;
	-khtml-box-shadow: inset 0 -6px 0 #d19cb4;
	color:#003;
}




@media (max-width: 1079px) {
	.header .logo a {
	position: relative;
	float: left;
	/*font-family: 'Kaushan Script', helvetica;*/
	font-size: 28px;
	line-height: 46px;
	font-weight: 600;	
	}

}

@media (max-width: 560px) {
	.header .logo a {
	position: relative;
	float: left;
	/*font-family: 'Kaushan Script', helvetica;*/
	font-size: 20px;
	line-height: 46px;
	font-weight: 600;	
	}

}

@media (max-width: 480px) {
	.header .logo a {
	position: relative;
	float: left;
	/*font-family: 'Kaushan Script', helvetica;*/
	font-size: 20px;
	line-height: 46px;
	font-weight: 600;	
	}

}            


.header .menu-btn {
	margin-top: 10px;
	position: relative;
	float: right;
	display: none;
	width: 24px;
	height: 24px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

@media (max-width: 1079px) {
	.header .menu-btn {
		display: block;
	}

}

.header .menu-btn span {
	margin-top: -1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header .menu-btn span:before,
.header .menu-btn span:after {
	content: '';
	position: absolute;
	left: 0;
	top: -8px;
	width: 100%;
	height: 2px;
	background: #ffffff;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header .menu-btn span:after {
	top: auto;
	bottom: -8px;
}

.header .menu-btn.active {
	margin-right: 225px;
}

.header .menu-btn.active span {
	background: none!important;
}

.header .menu-btn.active span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .menu-btn.active span:after {
	bottom: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .top-menu {
	float: right;
	display: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}



.header .top-menu.active {
	right: 0;
	display: block!important;
}

.header .top-menu ul li {
	margin-left: 40px;
	padding-top: 15px;
	display: inline-block;
	vertical-align: top;
}



	

.header .top-menu ul li a {
	padding: 2px 0 0 0;
	position: relative;
	display: block;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	box-shadow: inset 0 0 0 #ad8f50;
	-moz-box-shadow: inset 0 0 0 #ad8f50;
	-webkit-box-shadow: inset 0 0 0 #ad8f50;
	-khtml-box-shadow: inset 0 0 0 #ad8f50;
}

.header .top-menu ul li:hover a,
.header .top-menu ul li.active a {
	color: #999999;
	box-shadow: inset 0 -6px 0 #d19cb4;
	-moz-box-shadow: inset 0 -6px 0 #d19cb4;
	-webkit-box-shadow: inset 0 -6px 0 #d19cb4;
	-khtml-box-shadow: inset 0 -6px 0 #d19cb4;
}

@media (max-width: 1079px) {
	.header .top-menu {
		padding: 50px 30px;
		position: fixed;
		top: 0;
		right: -230px;
		width: 230px;
		height: 100%;
		background: #ffffff;
	}

	.header .top-menu ul li {
		margin-left: 0;
		margin-bottom: 15px;
		display: block;
	}

	.header .top-menu ul li a {
		display: inline-block;
		color: #292929;
	}

	.header .top-menu .close {
		display: block;
	}

}

.header.filled {
	padding: 25px 35px;
	background: #ffffff;
	border-bottom: 1px solid rgba(205, 156, 180, 0.9);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
	-moz-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
	-khtml-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
}

.header.filled:before {
	opacity: 0;
}

.header.filled .logo a {
	color: #292929;
}

.header.filled .menu-btn span {
	background: #292929;
}

.header.filled .menu-btn span:before,
.header.filled .menu-btn span:after {
	background: #292929;
}

.header.filled .top-menu {
	display: block;
}

/* 2. Section */
.section {
	padding: 130px 0;
	position: relative;
}



.section-footer {
	padding: 60px 0;
	position: relative;
	margin-top:-190px;
}

@media (max-width: 720px) {
.vertical-center {
	display: table-cell !important;
	vertical-align: middle !important;  	        
}
}



@media (max-width: 720px) {
	.section {
		padding: 140px 0;  /*war 40*/

	
	}

}

.section.gray {
	background: #f9f9f9;
}

.section.white {
	background: #ffffff;
}

.section .titles .title {
	font-family: 'Blooms-Regular';
	color: #292929;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}

.title-termine {
	font-family: 'Blooms-Regular';
	color: #292929;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}



/*war        font hinzu   */


@media (max-width: 1079px) {
	.section .titles .title {
		font-size: 28px;
	}

}

/* 3. Started */
.section.started {
	padding: 0;
	background: #292929;  
}




.section.started .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../images/slide-bg-8.jpg);
	  /*das Hintergrundbild bleibt fix beim scrollen*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}



@media (max-width: 320px) {
.section.started .slide {
    
	
	background-image:url(../images/slide-320.jpg);
	
}	

}

@media (max-width: 375px) {
.section.started .slide {
    
	
	background-image:url(../images/slide.jpg);
	
}	

}

@media (max-width: 414px) {
.section.started .slide {
    
	
	background-image:url(../images/slide.jpg);
	
}	

}

@media (max-width: 768px) {
.section.started .slide {
    
	
	background-image:url(../images/slide-768.jpg);
	
}	

}


/* Landscape-Querformat:10.5‑inch iPad Pro*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
	.section.started .slide {
	position: fixed;
	top: 0;
	left: 0;
	background-attachment:fixed;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background: url(../images/slide-bg-8.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
}





@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
.row .col {	
	padding: 0 80px;
}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
.titles .title {
	margin-left: 60px;
}
}









.section.started .st-title,
.section.started .typed-title {
	font-family: 'Blooms-Regular';
	position: relative;
	margin: 30px 50px 15px 50px;
	font-size: 100px;
	line-height: 150px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: -0.045em;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.section.started .st-title p,
.section.started .typed-title p {
	margin: 0;
}

.section.started .typed-cursor {
	display: none;
}

.section.started .socials {
	margin: 0 50px;
}

.section.started .socials a {
	margin: 0;
	border: none;
}

.section.started .socials a .icon {
	color: #ffffff;
}

.section.started .socials a:hover {
	border: none;
	opacity: 0.6;
}

.section.started .socials a:hover .icon {
	color: #ffffff;
}

/*.section.started .mouse-btn {
	margin-left: -10px;
	text-align: center;
	position: absolute;
	width: 20px;
	height: 40px;
	left: 50%;
	bottom: 40px;
} */

.section.started .mouse-btn .icon {
	position: relative;
	top: 0px;
	font-size: 24px;
	color: #ffffff;
	animation: mouse-anim 1s ease-out 0s infinite;
}

@media (max-width: 1080px) {
	.section.started .st-title,
	.section.started .typed-title {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 66px;
		line-height: 86px;
	}

}

@media (max-width: 720px) {
	.section.started .st-title,
	.section.started .typed-title {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 24px;
		line-height: 44px;
	}
	
}

@media (max-width: 380px) {
	.section.started .st-title,
	.section.started .typed-title {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 20px;
		line-height: 20px;
	}
	
}
	

	.section.started .socials {
		margin: 0;
	}

	.section.started .socials a {
		width: 38px;
		height: 38px;
		line-height: 36px;
	}



/* 4. About */
.section.about .profile img {
	margin-top: 50px;
	width: 100%;
	display: block;
}

@media (max-width: 1079px) {
	.section.about h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.section.about br {
		display: none;
	}

}

@media (max-width: 480px) {
	.section.about .profile {
		margin-bottom: 25px;
	}

	.section.about h1 {
		font-size: 30px;
		line-height: 40px;
	}

}

/* 5. Services */
.section.services .service-item {
	margin-top: 25px;
	margin-bottom:25px;
}

.section.services .service-item .circle {
	height: 48px;
}

.section.services .service-item .circle .icon {
	font-size: 44px;
	line-height: 48px;
	color: #d19cb4;
}

.section.services .service-item .name {
	margin: 10px 0;
	position: relative;
	font-size: 13px;
	color: #292929;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
}

.section.services .service-item p {
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	color: #999999;
}

/* 6. Portfolio */
.section.works .filters {
	margin-top: -95px;
	font-size: 0;
}

.section.works .filters input {
	display: none;
}

.section.works .filters .f_btn {
	margin: 0 40px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1079px) {
	.section.works .filters .f_btn {
		margin: 0 30px 0 0;
	}

}

@media (max-width: 480px) {
	.section.works .filters .f_btn {
		margin: 0 30px 15px 0;
	}

}

.section.works .filters .f_btn label {
	padding: 0;
	position: relative;
	display: block;
	font-size: 15px;
	color: #999999;
	line-height: 16px;
	cursor: pointer;
	z-index: 2;
}

@media (max-width: 1079px) {
	.section.works .filters .f_btn label {
		font-size: 15px;
		line-height: 12px;
	}

}

.section.works .filters .f_btn.active label {
	color: #d19cb4;
}

.box-items {
	position: relative;
}

.box-items .box-item {
	margin: 40px 0 0 0;
	position: relative;
}

.box-items .box-item:hover .desc {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

@media (max-width: 1079px) {
	.box-items .box-item {
		margin: 40px 0 0 0;
	}

}

.box-items .box-item .desc {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.box-items .box-item .image {
	position: relative;
}

.box-items .box-item .image a {
	position: relative;
	display: block;
	font-size: 0;
}

.box-items .box-item .image a img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

/* 7. Contacts */
.contact-form {
	margin-top: 25px;
}

.alert-success {
	display: none;
}

.alert-success p {
	margin: 60px 0 30px 0;
	font-family: 'Blooms-Regular';
	color: #292929;
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
}

/* 8. Footer */
footer {
	padding: 120px 0 60px 0;
	background: #f9f9f9;
}

@media (max-width: 720px) {
	footer {
		padding: 40px 0;
	}

}

footer .copy {
	font-size: 13px;
	color: #898989;
}

.socials {
	position: relative;
	margin: 0 0 20px 0;
	text-align: center;
}

.socials-profile {
	float: left;
}



.socials a {
	margin: 0 6px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	border-radius: 42px;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
}

.socials a .icon {
	font-size: 18px;
	color: #292929;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.socials a:hover {
	border: 1px solid #292929;
}

.socials a:hover .icon {
	color: #292929;
}

/* 9. Popups */
.popup-box {
	margin: 30px auto;
	padding: 10px;
	position: relative;
	width: 620px;
	background: #faebf2;

	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
	-moz-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
	-khtml-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.045);
}

@media (max-width: 580px) {
	.popup-box {
		width: 440px;
	}

}

@media (max-width: 480px) {
	.popup-box {
		width: 320px;
	}

}

.popup-box .image img {
	width: 100%;
	height: auto;
}

.popup-box .desc {
	padding: 30px 20px;
}

.popup-box .desc .category {
	margin: 20px 0 10px 0;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #000000;
	line-height: 12px;
	box-shadow: inset 0 -6px 0 #d19cb4;
	-moz-box-shadow: inset 0 -6px 0 #d19cb4;
	-webkit-box-shadow: inset 0 -6px 0 #d19cb4;
	-khtml-box-shadow: inset 0 -6px 0 #d19cb4;
}

@media (max-width: 1079px) {
	.popup-box .desc .category {
		font-size: 12px;
	}

}

.popup-box .desc h4 {
	margin: 0 0 15px 0;
	display: block;
	font-family: 'Poppins', helvetica;
	color: #666666;
	font-size: 26px;
	line-height: 1.4;
}

@media (max-width: 1079px) {
	.popup-box .desc h4 {
		font-size: 22px;
	}

}

.popup-box .desc p {
	margin: 0 0 30px 0;
}

.popup-box .mfp-close {
	background: #faebf2;
	opacity: 1;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	background: #ffffff;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.88;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


img.zoom {
 transition: transform 1.8s;
 -moz-transition: transform 1.8s;
 -webkit-transition: transform 1.8s;
 -o-transition: transform 1.8s;
 -ms-transition: transform 1.8s;
}

img.zoom:hover {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(1.05, 1.05);
 -moz-transform: scale(1.05, 1.05);
 -webkit-transform: scale(1.05, 1.05);
 -o-transform: scale(1.05, 1.05);
 -ms-transform: scale(1.05, 1.05);
}
img.zoom:active {
  cursor: zoom-out; 
 cursor: -moz-zoom-out;
 cursor: -webkit-zoom-out;
  transform: scale(1.0, 1.0);
 -moz-transform: scale(1.0, 1.0);
 -webkit-transform: scale(1.0, 1.0);
 -o-transform: scale(1.0, 1.0);
 -ms-transform: scale(1.0, 1.0);
}





/*terstgalerie*/

		#gallery{
			width:90%;padding-bottom:80%;
			
			
			
			background-color:white;
			
			
			margin:0px auto 10px;
			position:relative;
		}
		.picture{position:absolute;
			width:100%;
			height:100%;
			background-size:contain;
			background-repeat:no-repeat;
			background-position:center center;
			animation-duration:15s;
			animation-direction:normal;
			animation-iteration-count:infinite;

			-webkit-animation-duration:15s;-webkit-animation-direction:normal;-webkit-animation-iteration-count:infinite;
			-moz-animation-duration:15s;-moz-animation-direction:normal;-moz-animation-iteration-count:infinite;
			-ms-animation-duration:15s;-ms-animation-direction:normal;-ms-animation-iteration-count:infinite;
			-o-animation-duration:15s;-o-animation-direction:normal;-o-animation-iteration-count:infinite;
		}
		
/*====-Webkit-===*/@-webkit-keyframesfrm1{0%{opacity:1;}12%{opacity:1;}20%{opacity:0;-webkit-transform:scale(1);}92%{opacity:0;-webkit-transform:scale(.1);}100%{opacity:1;-webkit-transform:scale(1);}}@-webkit-keyframesfrm2{0%{opacity:0;}12%{opacity:0;-webkit-transform:scale(.1);}20%{opacity:1;-webkit-transform:scale(1);}32%{opacity:1;}40%{opacity:0;}100%{opacity:0;}}@-webkit-keyframesfrm3{0%{opacity:0;}32%{opacity:0;-webkit-transform:scale(.1);}40%{opacity:1;-webkit-transform:scale(1);}52%{opacity:1;}60%{opacity:0;}100%{opacity:0;}}@-webkit-keyframesfrm4{0%{opacity:0;}52%{opacity:0;-webkit-transform:scale(.1);}60%{opacity:1;-webkit-transform:scale(1);}72%{opacity:1;}80%{opacity:0;}100%{opacity:0;}}@-webkit-keyframesfrm5{0%{opacity:0;}72%{opacity:0;-webkit-transform:scale(.1);}80%{opacity:1;-webkit-transform:scale(1);}92%{opacity:1;}100%{opacity:0;}}

/*===-MOZ-===*/@-moz-keyframesfrm1{0%{opacity:1;}12%{opacity:1;}20%{opacity:0;-moz-transform:scale(1);}92%{opacity:0;-moz-transform:scale(.1);}100%{opacity:1;-moz-transform:scale(1);}}@-moz-keyframesfrm2{0%{opacity:0;}12%{opacity:0;-moz-transform:scale(.1);}20%{opacity:1;-moz-transform:scale(1);}32%{opacity:1;}40%{opacity:0;}100%{opacity:0;}}@-moz-keyframesfrm3{0%{opacity:0;}32%{opacity:0;-moz-transform:scale(.1);}40%{opacity:1;-moz-transform:scale(1);}52%{opacity:1;}60%{opacity:0;}100%{opacity:0;}}@-moz-keyframesfrm4{0%{opacity:0;}52%{opacity:0;-moz-transform:scale(.1);}60%{opacity:1;-moz-transform:scale(1);}72%{opacity:1;}80%{opacity:0;}100%{opacity:0;}}@-moz-keyframesfrm5{0%{opacity:0;}72%{opacity:0;-moz-transform:scale(.1);}80%{opacity:1;-moz-transform:scale(1);}92%{opacity:1;}100%{opacity:0;}}

/*===-ms-===*/@-ms-keyframesfrm1{0%{opacity:1;}12%{opacity:1;}20%{opacity:0;-ms-transform:scale(1);}92%{opacity:0;-ms-transform:scale(.1);}100%{opacity:1;-ms-transform:scale(1);}}@-ms-keyframesfrm2{0%{opacity:0;}12%{opacity:0;-ms-transform:scale(.1);}20%{opacity:1;-ms-transform:scale(1);}32%{opacity:1;}40%{opacity:0;}100%{opacity:0;}}@-ms-keyframesfrm3{0%{opacity:0;}32%{opacity:0;-ms-transform:scale(.1);}40%{opacity:1;-ms-transform:scale(1);}52%{opacity:1;}60%{opacity:0;}100%{opacity:0;}}@-ms-keyframesfrm4{0%{opacity:0;}52%{opacity:0;-ms-transform:scale(.1);}60%{opacity:1;-ms-transform:scale(1);}72%{opacity:1;}80%{opacity:0;}100%{opacity:0;}}@-ms-keyframesfrm5{0%{opacity:0;}72%{opacity:0;-ms-transform:scale(.1);}80%{opacity:1;-ms-transform:scale(1);}92%{opacity:1;}100%{opacity:0;}}

/*===-o-===*/@-o-keyframesfrm1{0%{opacity:1;}12%{opacity:1;}20%{opacity:0;-o-transform:scale(1);}92%{opacity:0;-o-transform:scale(.1);}100%{opacity:1;-o-transform:scale(1);}}@-o-keyframesfrm2{0%{opacity:0;}12%{opacity:0;-o-transform:scale(.1);}20%{opacity:1;-o-transform:scale(1);}32%{opacity:1;}40%{opacity:0;}100%{opacity:0;}}@-o-keyframesfrm3{0%{opacity:0;}32%{opacity:0;-o-transform:scale(.1);}40%{opacity:1;-o-transform:scale(1);}52%{opacity:1;}60%{opacity:0;}100%{opacity:0;}}@-o-keyframesfrm4{0%{opacity:0;}52%{opacity:0;-o-transform:scale(.1);}60%{opacity:1;-o-transform:scale(1);}72%{opacity:1;}80%{opacity:0;}100%{opacity:0;}}@-o-keyframesfrm5{0%{opacity:0;}72%{opacity:0;-o-transform:scale(.1);}80%{opacity:1;-o-transform:scale(1);}92%{opacity:1;}100%{opacity:0;}}
		
		/* ===  === */
@keyframes frm1{
0%    {opacity:1;}
12%   {opacity:1;} 
20%   {opacity:0;transform:scale(1);}
92%   {opacity:0;transform:scale(.1);}
100%  {opacity:1;transform:scale(1);}
}
@keyframes frm2{
0%    {opacity:0;}
12%   {opacity:0;transform:scale(.1);} 
20%   {opacity:1;transform:scale(1);}
32%   {opacity:1;}
40%   {opacity:0;}
100%  {opacity:0;}
}
@keyframes frm3{
0%    {opacity:0;}
32%   {opacity:0;transform:scale(.1);} 
40%   {opacity:1;transform:scale(1);}
52%   {opacity:1;}
60%   {opacity:0;}
100%  {opacity:0;}
}
@keyframes frm4{
0%    {opacity:0;}
52%   {opacity:0;transform:scale(.1);} 
60%   {opacity:1;transform:scale(1);}
72%   {opacity:1;}
80%   {opacity:0;}
100%  {opacity:0;}
}
@keyframes frm5{
0%    {opacity:0;}
72%   {opacity:0;transform:scale(.1);} 
80%   {opacity:1;transform:scale(1);}
92%   {opacity:1;}
100%  {opacity:0;}
}

#gallery #pic1 {
-webkit-animation-name:frm1;-moz-animation-name:frm1;-ms-animation-name:frm1;-o-animation-name:frm1;
animation-name:frm1;
}
#gallery #pic2 {
-webkit-animation-name:frm2;-moz-animation-name:frm2;-ms-animation-name:frm2;-o-animation-name:frm2;
animation-name:frm2;
}
#gallery #pic3 {
-webkit-animation-name:frm3;-moz-animation-name:frm3;-ms-animation-name:frm3;-o-animation-name:frm3;
animation-name:frm3;
}
#gallery #pic4 {
-webkit-animation-name:frm4;-moz-animation-name:frm4;-ms-animation-name:frm4;-o-animation-name:frm4;
animation-name:frm4;
}
#gallery #pic5 {
-webkit-animation-name:frm5;-moz-animation-name:frm5;-ms-animation-name:frm5;-o-animation-name:frm5;
animation-name:frm5;
}


		#pic1{ background-image:url(../images/Simsalawinmedia/2.jpg)}
		#pic2{ background-image:url(../images/Simsalawinmedia/3.jpg);}
		#pic3{background-image:url(../images/Simsalawinmedia/4.jpg);}
		#pic4{background-image:url(../images/Simsalawinmedia/5.jpg);}
		#pic5{background-image:url(../images/Simsalawinmedia/6.jpg);}
		






#infobox {
    position: absolute;
    top: 350px;
    left: 160px;
    width: 400px;
    height: auto;
    background-image: url(../images/white.png);
    display: none;
    color: white;
    padding: 30px;
}
@media (max-width: 480px) {
	#infobox {
    position: absolute;
    top: 250px;
    left: 100px;
    width: 300px;
    height: auto;
    background-image: url(../images/white.png);
    display: none;
    color: white;
    padding: 15px;
	z-index: 999;
}

}

#info_button {
    position: absolute;
    top: 650px;
    left: 0px;
    width: 196px;
    height: 52px;
    background-image: url(../images/speed_info_button.png);
    z-index: 2;
    cursor: pointer;
}		
		

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
    #info_button{	
	position: absolute;
    top: 590px;
    left: 0px;
    width: 196px;
    height: 52px;
    background-image: url(../images/speed_info_button.png);
    z-index: 2;
    cursor: pointer;
}
}



		

@media (max-width: 480px) {
	#info_button {
    position: absolute;
    top: 450px;
    left: 0px;
    width: 196px;
    height: 52px;
    background-image: url(../images/speed_info_button.png);
    z-index: 2;
    cursor: pointer;
}

}


@media (max-width: 320px) {
	#infobox {
    position: absolute;
    top: 100px;
    left: 80px;
    width: 230px;
    height: auto;
    background-image: url(../images/white.png);
    display: none;
    color: white;
    padding: 15px;
	z-index: 999;
}

}



		

@media (max-width: 320px) {
	#info_button {
    position: absolute;
    top: 330px;
    left: 0px;
    width: 196px;
    height: 52px;
    background-image: url(../images/speed_info_button.png);
    z-index: 2;
    cursor: pointer;
}

}



@media (max-width: 480px) {
	.header .logo-img img {
	float:left;
	margin-left:-40px;
}
}


@media (max-width: 320px) {
	.header .logo-img img {
	float:left;
	margin-left:-40px;
	width:70%;
	height:70%;
}
}





/*cookies*/
.cc_container .cc_btn {
background-color: #e7d7b4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #353636 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #e7d7b4 !important; /* Textlink-Farbe "Mehr Infos" */
}






nav {
  box-sizing: border-box;
  float: left;
  width: 100%;
  
  font-size: 16px;
}

nav ul {
  margin: 0;
  padding: 0;
}
 
nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
}
 
/*nav ul li:hover {
  background: #4096ee;
}*/
 
nav ul li a {
    padding: 20px;
}


nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
 /* background: #333;*/
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
 
nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}
 
nav ul ul li a {
  padding: 10px 20px;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

nav ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul ul li:last-child {
  border-bottom: none;
}





#video_background {

position: fixed;

top: 0px;

left: 0px;

min-width: 100%;

min-height: 100%;

width: auto;

height: auto;



overflow: hidden;
background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}

.top {
	margin-top: 30px;



}

.top-two {
	margin-top: -50px;



}
