/* -------------------------------------------------------
color 1: #3faf67; //grün
color 2: #2f6bb6; // blau

8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
 ------------------------------------------------------- */
*, *:after, *::before{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  border: none;
  color: #383838;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
  padding: 0;
/*  overflow-x: hidden;*/
}

a {outline: none; text-decoration: none; color: #C10B18;}

a:hover {text-decoration: underline;}

h1, h2, h3{
  font-family: 'open_sanslight';
  padding: 0;
}

h1{
  	font-size: 1.625rem;
	text-shadow: none;
	font-family: 'open_sanslight';
  	font-style: normal;
  	font-weight: 500;
	text-transform:uppercase;
	letter-spacing:1px;
  margin: 4rem 0 2rem;
}

h1:first-child{margin-top: 0rem;}

h2{
  color: #353534;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 1.5rem 0 0.75rem;
  text-transform:uppercase;
	letter-spacing:1px;
}

h3{
  color: #353534;
  font-size: 1.125rem;
  font-weight: 200;
  margin: 1.25rem 0 0.5rem;
}

h1 + h2 {margin-top: 0;}

p {margin: 0 0 1rem; padding: 0;}

em {font-style: italic;}

strong, .strong {font-weight: 700;}

small{font-size: 0.8em;}

img{border: 0;}

ol, ul{
  font-weight: normal;
  list-style-position: outside;
  margin: 15px 0 20px 30px;
  padding: 0;
  text-align: left;
}

ol{list-style-type: decimal-leading-zero;}

ul{list-style-type: square;}

li{padding: 0 0 8px 0;}

div.clear{clear: both; float: none;}

.mb-1{margin-bottom: 0.5rem;}

.bg-white {background: #fff;}
.bg-black {background: #000;}
.bg-black > * {color: #fff!important;}
.bg-gray {background: #EEE;}

.bg {
	background-position: center center;
	background-attachment: static;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0!important;
}	

.black-layer{
	background: rgba(0,0,0,0.7);		
	padding: 1.75em; 
	}	
	
.white-layer{
	background: rgba(255,255,255,0.5);		
	padding: 1.75em; 
	}		
	
.black-color {
	color: #000;
}	

.white-color {
	color: #fff;
}	

.noborder {border: none!important;}

.border-t-dark { border-top: 1px solid #000; }
.border-b-dark { border-bottom: 1px solid #000; }
.border-t-light { border-top: 1px solid #fff; }
.border-b-light { border-bottom: 1px solid #fff; }

span.impressum { /* Abstand zur Telefonnummer */
	width: 150px;
	float: left;
	padding: 0;
}


/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
#head {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
		overflow-x: hidden;
}

.content-in > div > a > img{
  width: 100%;
  border: 10px solid #eee;
}

.rechts-grau {
	background: #EEE;
	padding: 2.5rem!important;
}

#musterhaus {
		/*background: red;*/
		margin: 0 auto;
		width: 586px;	!important
		overflow: auto;
		}
	
    	#musterhaus ul{
			list-style: none outside none;
		    padding: 0;
            margin: 0;
		}
		
		#musterhaus ul li{
		    padding: 0;
            margin: 0;
		}
        
		
		#musterhaus ul li span {
			display: block;
			text-align: center;
			background: rgba(255,255,255,0.8);
			position: relative;
			height: 30px;
			line-height:30px;
			top: -34px;
			font-size: 12px;
			
		}
		
		#musterhaus .shortnav {
			overflow: auto;
			padding-left: 3px;
			font: 11px/1.5 verdana;
		}
		
		#musterhaus .shortnav a {
			display: block;
			text-align: center;
			background: #155842;
			float: left;
			padding: 4px 6px;
			margin: 0 4px 0 0;
			text-decoration: none;
			color: #fff;
		}
		
		#musterhaus .shortnav a:last-child {
			margin: 0;
		}
		
		#musterhaus .shortnav a:hover {
			background: #467B69;
		}



@media screen and (max-width: 650px), (max-device-width: 650px) {
	#head {
    background-attachment: scroll;
}
}

#head-overlay  {
    background: none;
    height: 100vh;
    width: 100vw;
}

#head-in > div#navigation {
  align-items: flex-end;
  display: flex;
}
#head-in > div#navigation {
	justify-content: flex-end;
	width: 100%;
	position: fixed;
	z-index:9999999!important;
	}
	
#head-in > div#logo-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding-top:16vh;	
	}	
	
#head-in > div#logo-content > div {
	color: #000;
	text-align: center;
	}	
	
#head-in > div#logo-content > #logo > img {
	display: block;
	margin: 0 auto;
	padding: 2rem;
	max-width: 400px;
	width: 100%;
	}		
	
	
#head-in > div#logo-content > #slogan {	
	font-size: 2rem;
	text-shadow: none;
	font-family: 'open_sanslight';
  	font-style: normal;
  	font-weight: 500;
	text-transform:uppercase;
	letter-spacing:1px;	
	}	
	
@media screen and (max-width: 450px), (max-device-width: 450px) {
	#head-in > div#logo-content > #logo > img {
	max-width: 300px;
	}		
	
	
	#head-in > div#logo-content > #slogan {	
	font-size: 1.5rem;
  	font-weight: 500;
	padding: 0 2rem;	
	}	
}
	
#head-in > div#logo-content > #btn {
	padding: 1rem;
	margin-top: 1rem;
	}			
	
#head-in > div#logo-content > #btn > a{
	text-decoration: none; 
	background: #3faf67;
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 0.33rem;
	color: #fff;	
	}		
	
#head-in > div#logo-content > #btn > a:hover{
	background: #2f6bb6;	
}		
	
/* -------------------------- */

#wrap {
	font-size: 1.125rem;
}

.content {
    padding: 6rem 1.75rem 1.75rem;
}

.content-in {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.box-group {
	display: flex;
	flex-wrap: wrap;
}

.box-group5050 > div {
	width: 50%;
	padding-bottom: 1rem;
}

.box-group5050 > div:nth-of-type(odd) {
	padding-right: 1rem;
}

.box-group5050 > div:nth-of-type(even) {
	padding-left: 1rem;
}

@media screen and (max-width: 650px), (max-device-width: 650px) {
	.box-group5050 > div {	width: 100%;	}	
	.box-group5050 > div:nth-of-type(odd) {	padding-right: 0;	}	
	.box-group5050 > div:nth-of-type(even) {	padding-left: 0;	}	
}


.box-group4060 > div {
	padding-bottom: 1rem;
}

.box-group4060 > div:nth-of-type(odd) {
	padding-right: 1rem;
	width: 40%;
}

.box-group4060 > div:nth-of-type(even) {
	padding-left: 1rem;
	widows:60%;
}

@media screen and (max-width: 650px), (max-device-width: 650px) {
	.box-group4060 > div:nth-of-type(odd) {	padding-right: 0; width: 100%;	}	
	.box-group4060 > div:nth-of-type(even) {	padding-left: 0; width: 100%;}	
}





.box-group33 > div {
	width: 33.3%;
	padding-bottom: 1rem;
}

.box-group33 > div:nth-of-type(1) {
	padding-right: 1rem;
}

.box-group33 > div:nth-of-type(2) {
	padding-left: 1rem;
	padding-right: 1rem;
}

.box-group33 > div:nth-of-type(3) {
	padding-left: 1rem;
}

@media screen and (max-width: 850px), (max-device-width: 850px) {
.box-group33 > div {
	width: 50%;
}

.box-group33 > div:nth-of-type(1),
.box-group33 > div:nth-of-type(2),
.box-group33 > div:nth-of-type(3) {
	padding-left: 0;
	padding-right: 0;
}

.box-group33 > div:nth-of-type(odd) {
	padding-right: 1rem;
}

.box-group33 > div:nth-of-type(even) {
	padding-left: 1rem;
}
}

@media screen and (max-width: 650px), (max-device-width: 650px) {	
	.box-group33 > div {	width: 100%;	}	
	.box-group33 > div:nth-of-type(odd) {	padding-right: 0;	}	
	.box-group33 > div:nth-of-type(even) {	padding-left: 0;	}	
}

#footer * {color: #000;}

#footer  {
    padding: 1.75rem;
}


#footer-in {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#imprint {display: flex; flex-wrap: wrap; padding: 2rem 0;}

#imprint div {flex-grow: 1;}

@media screen and (max-width: 900px), (max-device-width: 900px) {
  #imprint div {width: 50%;}
  #imprint div:nth-last-of-type(-n +2) {padding-top: 2rem;}
}

@media screen and (max-width: 600px), (max-device-width: 600px) {
  #imprint div {width: 100%; text-align:center;}
  #imprint div:nth-last-of-type(-n +2) {padding-top: 0rem;}
  #imprint div:nth-of-type(n +2) {padding-top: 2rem;}
}

#imprint div h3 {
  font-weight: 200;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}

#imprint * {
  line-height: 1.9;
}





