@import url('roboto-condensed/font.css');
@import url('font-awesome/css/font-awesome.min.css');


* { box-sizing:border-box}
.clearfix::after {
	content: "";
	clear: both;
	display: table;}
.clear { clear:both;}
.flleft { float:left;}
.flright{ float:right;}
a { color:#fff; text-decoration:none; transition:.3s}
a:hover { color:#eee}


h2 { margin:0; padding:0; line-height:1em; text-transform:uppercase; font-size:1.5em; text-align:right;font-weight:700; color:#4aaa8a}



#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #465354;
	color: white;
	cursor: pointer;
	padding: 15px 15px;
	border-radius: 50%;
	font-size: 18px;}
#topBtn .fa {margin:0; min-width:0}
#topBtn:hover { background-color: #4aaa8a;}


html {  scroll-behavior: smooth;padding:0; margin:0; width:100%; height:100%;}
body { background:#465354; color:#fff;padding:0; margin:0; width:100%; height:100%; font-family: 'Roboto Condensed', serif; font-size:15pt; line-height:1.6em; counter-reset: li;}

#wrapper { position:relative; width:100%; height:100%;  margin:0 auto; top:0; float:left }

#content { width:90%; margin:165px auto 0; max-width:900px; text-align:justify; font-size:1em; line-height:1.3em}
#content h2{  text-align:left}

#header { width:100%; padding:0 1em; position:absolute; top:0}
	#header .flright {margin:2em 10% 0 0; background:#4aaa8a; padding:.5em;}
.logo { float:left; margin:2em 0 0 10%; max-width:23vw }

#background { background:url('hg.jpg') no-repeat bottom center; background-size:cover; background-attachment:fixed; display:block; width:100%; height:100%; z-index:-1; position:fixed; top:0; right:0; }
.hdtext { font-size:3.5vw; line-height:1em; color:#fff; text-transform:uppercase; z-index:2; width:90%;
text-align:center; display:inline-block; margin:0 auto; position:absolute; bottom:20%; left:50%; transform:translateX(-30%); -webkit-transform:translateX(-30%); -ms-transform:translateX(-30%)}
	
.main { position:absolute; top:0; width:100%; padding:0 1em;}
.contact {  float:left; margin:0 0 0 13.5%;}
.contact div { padding:15vw 3vw 0}
.contact .flleft { border-right:3px solid #4aaa8a; padding:15vw 3vw 0 0; text-align:right; min-width:23vw}
.contact .flright p { padding:30px 0 0; line-height:1.3em}
.contact .flright .small { padding:5px 0 0; display:block}
.contact .small { color:#acb7b8; font-size:.8em; line-height:1.3em}
.contact h2{  }
	.contact span { color:#4aaa8a}

.footer { background:#4aaa8a; color:#fff; font-weight:500; font-size:.8em;display:block; width:100%;  z-index:2; position:fixed; bottom:0; }
	.footermenu { float:right; background:#465354; padding:1em 3em 1em 10vw; position:relative}
	.footermenu:before {
		border-right: 4vw solid #465354;
		border-top: 4em solid transparent;
		content: "";
		position: absolute;
		right: 100%;
		bottom:0;
		z-index: 1;}
	.footermenu ul { padding:0; margin:0}
	.footermenu ul li { display:inline; float:left}
	.footermenu a { color:#bfbfbf; padding:0 1em}
/*----------------------------*/

#overlay, #impressum {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 2;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#impressum #text { max-width:500px;}



/* MEDIA QUERIES  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1280px) {
.logo {  max-width:30vw }
.contact .flleft { min-width:30vw; padding: 20vw 3vw 0 0;}
.contact div { padding:20vw 3vw 0}
}
@media screen and (max-width:1023px) {
#overlay, #impressum { position:absolute; }
 #impressum { min-height:1000px}
#text {	top: 50px;transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%);	-ms-transform: translate(-50%,0%); font-size:1em; line-height:1.3em}

.hdtext {
	font-size: 4.5vw;
	line-height: 1em;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);}
	
.logo {  max-width:275px }
.contact .flleft { min-width:275px; padding: 20vw 3vw 0 0;}
.contact div { padding:20vw 3vw 0}

}
@media screen and (max-width:980px) {}
@media screen and (max-width:900px) {}
@media screen and (max-width:767px) {
	#header,
	.main {position:relative;}
	.logo {float:none;margin:2em auto; display:block}
	.contact {float:none;margin: 0 auto;}
	.contact div { width:50%;padding:3vw!important}
	.contact .flleft { min-width:10px;}

	#content {  margin:0 auto 0;}
	#header .flright { position:absolute; top:0; right:0;
	margin:0 5% 0 0;}
}
@media screen and (max-width:600px) {
.contact div {	width: 100%; text-align:center; }
	.contact .flleft { border-right:none; text-align:center}
	.contact h2 { text-align:center}
	.contact .flright p {padding:0 0 0; margin:0}
	.contact .flright {padding:.5em 1em 0!important;}
	.hdtext {font-size:5.5vw;line-height: 1em;}
	.footermenu {	padding: .5em 1em;}
	.footermenu:before {border-top: 3em solid transparent;}
	.footermenu a {	padding: 0 .5em;}
	
	#header .flright {margin:100px 5% 0 0;}
}
@media screen and (max-height:550px) {
	.logo {	margin: 2em auto 1em;}
.hdtext { bottom:15%}
.contact .flright {
	padding:0 1em 0 !important;
}
}		
@media screen and (max-width:450px) {
	#content h2 { font-size:1.2em}
	#header .flright { position:relative; margin:0 0 1em; text-align:center; width:100%; padding:.3em;}}
@media screen and (max-width:390px) {
	
	}
