body{
	background-color:grey;
	background-image:url(bilder/wood4.png);
	background-repeat:repeat;
		}
		
a{
	color:#555;
	font-weight:normal;
	}		

h1{
	font-size:3vw;
	}

h2{
	font-size:2vw;
	}
	
hr{
	margin:0 auto;
	}		

p{
	font-size:1.5vw;
	text-align: justify;
	line-height:2vw;
	}

#site {
	width:85%;
	height:auto;
	margin:auto;
	}
	
#header{
	position:relative;
	overflow:hidden;
	font-family:"Hoefler Text", Georgia, "Times New Roman", Times, serif;
	}
	
#logobox{
	width:20%;
	float:left;
	margin:2.5% 2.5% 2.5% 0%;
	background:white;
	border-radius:10px;
	overflow:hidden;
	}

#titlebox{
	width:77.5%;
	right:0;
	height:80%;
	margin-top: 2.5%;
	background-color:rgba(255, 255, 255, 1);
	position:absolute;
	border-radius:10px;
	color:#444;
	}	
	
#title{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin-left:16.5%;
	margin-top:5.5%;
	text-align:center;
	background-image:url(bilder/title.jpg);
	background-repeat:no-repeat;
	background-size:80%;
	}

.logo{
	width:100%;
	}
	
#content{     
	position:relative;
	display:table;
	table-layout: fixed;
	}

#bilder{
	width:98%;
	float:right;
	overflow:hidden;
	margin:1%;
	border-radius:10px;
	}

	
#video{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	border-radius:10px;
	margin:1%;
	width:98%;
	overflow:hidden;
	}

#formular{
	position:relative;
	width:90%;
	float:right;
	overflow:hidden;
	margin:5%;
	}
	

.label{
	width:40%;
	margin-bottom:5%;
	display:inline-block;
	font-size:2vw;
	}
	
.label2{
	width:55%;
	margin-bottom:5%;
	margin-right:2%;
	float:right;
	text-align:right;
	display:inline-block;
	font-size:2vw;
	}
	
.label3{
	width:55%;
	margin-bottom:5%;
	margin-right:4%;
	float:right;
	text-align:right;
	display:inline-block;
	font-size:2vw;
	}
	
input{
	 -webkit-appearance: none;
	 margin-right:1%;
	}		

.feld{
	float:right;
	width:55%;
	display:inline-block;
	font-size:1vw;
	padding: 1%;
  	border: solid 1px #dcdcdc;
	}
	
.feld:focus{
	border: solid 1px #707070;
  	box-shadow: 0 1px 1px 1px #969696;
	}		
	
textarea{
	width:55%;
	float:right;
	font-size:1vw;
	resize:none;
	padding: 1%;
  	border: solid 1px #dcdcdc;
	margin-right:1%;
	}

	
textarea:focus{
	border: solid 1px #707070;
  	box-shadow: 0 1px 1px 1px #969696;
	}
			

.fbutton{
	background-color: white;
	border: solid 1px #707070;
	color:black;
	font-size:2vw;
	width:48%;
	margin-top:5%;
	font-family:"Hoefler Text", Georgia, "Times New Roman", Times, serif;
	padding-top:2%;
	padding-bottom:1%;
	margin-bottom:-2%;
}


.fbutton:hover {
    background-color: #555;
    color: white;
}


iframe {
  max-width: 100%;
  width:1920px;
	height:50vh;

}


#startpic{
	width:100%;
	float:right;
	overflow:hidden;
	}
	
	
#contentbox{
	width:77.5%;
	background-color:white;
	overflow:auto;
	border-radius:10px;
	display:block;
	float:right;
	}	
	
	

#navigation{
	width:20%;
	border-radius:10px;
	height:100%;
	display:block;
	position:absolute;
	overflow:hidden;
	background-color: white;
	}
	
ul {
    list-style-type: none;
    margin: 0;
	background-color: white;
	padding: 0;
    overflow:inherit;
	font-size:2vw; 
	height:100%;
	font-family:"Hoefler Text", Georgia, "Times New Roman", Times, serif;
}

.rechte {
	font-size:1.5vw;
	text-align: left;
	list-style-type: disc;
	line-height:2vw;
	padding-bottom:2vw;
	padding-left:2vw;
}

.rechte li{
	padding-top:2vw;
	padding-left:1vw;
	}

li a {
    display: block;
    color: black;
    padding: 0.7em;
    text-decoration: none;
	padding-left:15%;
	padding-top:0.8em;
	}

li a.active {
    background-color: #555;
    color: white;
}

li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

#first{
	background-color:#000;
	}


.text{
	width:50%;
	margin:4% 0% 0% 8%;
	float:left;
	color:#333;
	}
	
.text2{
	width:84%;
	margin:2% 8% 4% 8%;
	float:left;
	color:#333;
	}
		

#pic {
	width:40%;
	float:right;
	}
	
#begruessung{
	font-weight:bold;
	}
	
.leistung{
	font-weight:bold;
	margin-top:7%;
	}
	
.impHead{
	font-weight:bold;
	margin-top:7%;
	}	
	
.formHead{
	font-weight:bold;
	margin-top:4%;
	font-size:2vw;
	margin-bottom:5%;
	}

.kontakt{
	font-weight:bold;
	}			
	
#ende{
	font-weight:bold;
	}
		
	
/* Gallery */	
	#bilder{	
	font-size:0px;
	  line-height: 0;
 	 -webkit-column-count: 3;
 	 -webkit-column-gap:   0px;
  	 -moz-column-count:    3;
  	 -moz-column-gap:      0px;
  	 column-count:         3;
   	 column-gap:           0px;  
		}
	
	.bild{
		display:inline-block;
    	cursor: pointer;
    			}
		
	.bild:hover {opacity: 0.7;}	

		

	#bilder img {
  	width: 100% !important;
  	height: auto !important;
	}	

#hide{
	visibility:hidden;
	}
	
/* Cookie Banner*/

#cookiebanner a {color:#000; text-decoration:none;}

#cookiebanner a:hover {text-decoration:underline;}

#cookiebanner div {padding:10px; padding-right:40px;}

#cookiebanner { 
   outline: 2px solid #555; 
   text-align:center; 
   background: #fff; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:99%;
   margin-right:1%;
   margin-bottom:0.5%;
   font-size:2vw;
   line-height:3vw;
   }

#cookiebannerCloser {
   color: #000;
   font-size:1.5vw;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border: thin #000;
   padding:4px;
   background: #fff;
 }

	
	
	
/* Media Queries */
	


@media only screen and (max-width: 1024px) {
	#pic{
		display:none;
		}
	
	.header{
		overflow: hidden;
	}
	.text{
		width:85%;
		}
					
	
	p{
		font-size:2.5vw;
		text-align: justify;
		line-height:3.5vw;
		}
		
	.formHead{
	font-size:2.5vw;
	}	
		iframe {
  max-width: 100%;
  width:1920px;
	height:35vh;

}	


#cookiebanner a {color:#000; text-decoration:none;}

#cookiebanner a:hover {text-decoration:underline;}

#cookiebanner div {padding:10px; padding-right:40px;}

#cookiebanner { 
   outline: 2px solid #555; 
   text-align:center; 
   background: #fff; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:98.5%;
   margin-right:1.5%;
   margin-bottom:0.5%;
   font-size:3vw;
   line-height:4vw;
   }

#cookiebannerCloser {
   color: #000;
   font-size:2.5vw;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border: thin #000;
   padding:4px;
   background: #fff;
 }

}

@media only screen and (max-width: 680px) {
	
	.fbutton{
		width:98%;
		font-size:3vw;
		}
	
	.label{
	width:98%;
	padding:1%;
	margin-bottom:1%;
	display:block;
	float:none;
	font-size:4vw;
	text-align:left;
	}
	
	.label2{
	width:98%;
	padding:1%;
	margin-bottom:1%;
	text-align:left;
	display:block;
	float:none;
	font-size:4vw;
	}
	
.label3{
	width:98%;
	padding:1%;
	margin-bottom:1%;
	text-align:left;
	display:block;
	float:none;
	font-size:4vw;
	}
	
	.feld{
	width:98%
	display:block;
	float:none;
	font-size:2vw;
	padding: 1%;
	margin-bottom:2%;
	}
	
	
	textarea{
	width:98%;
	float:none;
	font-size:2vw;
	padding: 1%;
	}
	
	
	
	#titlebox{
		display:none;
		}
	
	#logobox{
		width:100%;
		margin-bottom:5%;
		}	
	
	#content{
		display:block;
		}	
	
	#navigation{
		position:static;
		height:auto;
	width:100%;
	margin-bottom:5%;
	display:block;
	float:none;
	overflow:auto;
	}
	
	ul {
	font-size:2vw;
	height:auto;
	}
	
	li{
		font-size:3vw;
		}
	
	li a {
    display: block;
	float:left;
	width:40%;
	padding:5%;
	text-align:center;
	}
	
	#contentbox{
		width:100%;
		float:none;
		height:auto;
		margin-bottom:5%;
	}
	
	p{
		font-size:4vw;
		line-height:4.5vw;
		}
		
.formHead{
		font-size:4vw;
		}
	
	#ende{
		padding-bottom:5%;
		}	
		
		#site {
		width:95%;
		}	
		
		
		#bilder{	
	font-size:0px;
	  line-height: 0;
   
 	 -webkit-column-count: 1;
 	 -webkit-column-gap:   0px;
  	-moz-column-count:    1;
  	-moz-column-gap:      0px;
  	column-count:         1;
  	column-gap:           0px;  
	
		}
		
			iframe {
  max-width: 100%;
  width:1920px;
	height:35vh;

}

#cookiebanner a {color:#000; text-decoration:none;}

#cookiebanner a:hover {text-decoration:underline;}

#cookiebanner div {padding:10px; padding-right:40px;}

#cookiebanner { 
   outline: 2px solid #555; 
   text-align:center; 
   background: #fff; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:98%;
   margin-right:2%;
   margin-bottom:0.5%;
   font-size:4vw;
   line-height:5vw;
   }

#cookiebannerCloser {
   color: #000;
   font-size:3.5vw;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border: thin #000;
   padding:4px;
   background: #fff;
 }	
	
}