body{
	background-image: url("gfx/hero-pc-7.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
	flex-wrap: wrap;
	text-align: center;
	align-content: space-between;
	font-family: "Gellix";
	overflow: hidden;
	min-height: 490px;
}
body.body-img-1{ background-image: url("gfx/hero-pc-1.jpg"); }
body.body-img-2{ background-image: url("gfx/hero-pc-2.jpg"); }
body.body-img-3{ background-image: url("gfx/hero-pc-3.jpg"); }
body.body-img-4{ background-image: url("gfx/hero-pc-4.jpg"); }
body.body-img-5{ background-image: url("gfx/hero-pc-5.jpg"); }
body.body-img-6{ background-image: url("gfx/hero-pc-6.jpg"); }
body.body-img-7{ background-image: url("gfx/hero-pc-7.jpg"); }

body.bg-left{ background-position-x: left; }
body.bg-left-1320{ background-position-x: left; }

header{
	display: flex;
	width: 100%;
	
}
header .row{
	display: flex;
	width: 95%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
header .icon-mobile{
	display: none;
}

.button{
	background-color: #ae894d;
	border: 1px solid #ae894d;
	color: #fff;
	border-radius: 0px;
	padding: 18px 10px;
	min-width: 220px;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
}
.button:hover{
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
}

#headline{
	text-align: center;
	position: absolute;
	color: #fff;
	justify-content: center;
	width: 100%;
	bottom: calc( 50% - 200px );
	text-shadow: 0 10px 50px rgba(0,0,0,1);
}

#headline h3{
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
#headline small{
	font-size: 32px;
	letter-spacing: 13px;
	display: block;
	margin-top: 9px;
}
#headline h2{
	letter-spacing: 0px;
	font-size: 40px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	margin-top: -8px;
}
#headline h1{
	font-size: 29px;
	font-weight: 300;
	display: block;
	padding: 10px 0 20px 0;
	margin: 0 0 0px 0;
}
#headline h1 strong{
	font-weight: 700;
}
#headline .buttons{
	display: block;
}
#headline .button{
	padding: 17px 50px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: inline-block;
}
footer{
	width: 100%;
	background-color: #122e40;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
footer .row{
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
footer .col-location{
	text-align: left;
	padding-left: 60px;
	background-image: url("gfx/icon-location.png");
	background-position: left center;
	background-repeat: no-repeat;
	letter-spacing: 0.2px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
footer .col-location p{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
footer .col-location strong{
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	width: 100%;
}

footer .link{
	color: #ae894d;
	text-decoration: none;
	font-size: 13px;
	width: 100%;
}
footer .link span{
	text-decoration: underline;
}
footer .link:hover{
	text-decoration: none;
}
footer .link i{
	transition-duration: 0.3s;
}
footer .link:hover i{
	margin-left: 3px;
}
footer .col-phone{
	text-align: right;
	background-image: url("gfx/icon-footer-2.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 60px;
	
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;

}
footer .col-phone .phone{
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	padding-top: 4px;
	display: block;
}
footer .social-media{
	display: flex;
	justify-content:flex-end;
	
}
footer .social-media .item{
	overflow: hidden;
	display: flex;
	margin: auto;
}
footer .social-media .item a{
	text-indent: -999px;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	margin: 0px;
	background-image: url("gfx/icon-f.png");
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: 0.3s;
}
footer .social-media .item a:hover{
	opacity: 0.5;
}
footer .social-media .item a.icon-ig{
	background-image: url("gfx/icon-ig.png");
}
footer .social-media .item a.icon-yt{
	background-image: url("gfx/icon-yt.png");
}




@media (max-width: 1420px) { 
	
	header .logo{ width: 180px; height: auto; }
	
	#headline{ bottom: calc( 50% - 170px ); padding-left: 15px; width: calc( 100% - 30px ); }
	#headline h3{ font-size: 16px; }
	#headline small{ font-size: 25px; }
	#headline h2{ font-size: 28px; }
	#headline h1{ font-size: 20px; } 
	
}

@media (max-width: 991px) {
	
	body.bg-left-max{ background-position-x: left; }
	body.bg-right { background-position-x: 40%; }
	body.bg-left { background-position-x: 60%; }
	
	#headline h2 br{ display: none; }
	
	#headline{ bottom: calc( 50% - 170px ); }
	#headline h3{ font-size: 16px; }
	#headline small{ font-size: 25px; }
	#headline h2{ font-size: 28px; }
	#headline h1{ font-size: 20px; } 
	
	footer .row{ padding: 5px 0; }
} 
@media (max-width: 800px) {
	
	header .logo{ width: 140px; height: auto; }
	.button{ padding: 10px 5px; min-width: 150px; font-size: 13px; }
	
	footer .col-location span.address{ display: none; }
	
	#headline{ calc( 50% - 190px ); }
	#headline h3{ font-size: 14px; }
	#headline small{ font-size: 21px; }
	#headline h2{ font-size: 23px; }
	#headline h1{ font-size: 18px; }
	
	
}
@media (max-width: 575px) {
	

	
	
	
	header .icon-mobile{ display: inline-block; background-position: center center; width: auto; height: 44px; background-repeat: no-repeat; padding: 13px 30px; }
	header .icon-phone{ background-image: url("gfx/icon-phone.png"); }
	header .icon-contact{ font-style: normal; }
	
	header .button{   min-width: 44px; height: 44px; padding: 0; }
	header .button span{ display: none; }
	
	#headline{ calc( 50% - 190px ); }
	#headline h3{ font-size: 14px; letter-spacing: 2px; }
	#headline small{ font-size: 18px; letter-spacing: 10px; margin-top: 4px; }
	#headline h2{ font-size: 19px; }
	#headline h1{ font-size: 18px; }
	
	#headline .button{ padding: 11px 35px; font-size: 17px; }
	
	
	
	footer .row{ padding: 5px 0; }
	footer .col-phone .phone{ font-size: 15px; }
	footer .col-phone,
	footer .col-location{ min-height: 35px; padding-left: 50px; }
	
	footer{ position: absolute; bottom:0; width: 100%;	}
}
@media (max-width: 430px) {
	
	footer .col-location{ background: none; padding-left: 0;}

}
@media (max-height: 490px) {
	body{ overflow:auto; }
	footer{ position: inherit; }
	#headline{ bottom: calc( 50% - 140px ); }
	
}