body, html{
	margin:0;
	padding:0;
}

body {
	font-family: "arno-pro",serif;
	background-image: url(../_images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}
	
/*Elements*/

 h1{
	 background: #a1c300; 
	 color: #fff; 
	 padding:5px 0 5px 2.5%; 
	 font-size: 16px; 
	 text-transform: uppercase; 
	 }
	 
 h2{ 
 	padding:20px 0 0px 2.5%; 
	font-size: 16px;  
	}

 a, .tel{
	text-decoration:none;
	color:#000;
	}	

a:hover{
	color: #999 !important;
	}

/*Layout*/

#contentwrapper{
	width: 90%;
	margin:  0px 0 0 0;
	position: relative;
	padding: 0 ;
	min-height:100%;	
}

#sidebar{
	width:100%;
	background-color: #fff;
	margin:  0 0px  0 0;
	position: static;
    background-image: -moz-linear-gradient(top left, #fff 66%, #fff 100%);
    background-image: -webkit-linear-gradient(top left, #fff 66%, #fff 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.66, #fff), to(#fff));
    background-image: -o-linear-gradient(top left, #fff 66%, #fff 100%);
    background-image: linear-gradient(top left, #fff 66%, #fff 100%);   
}

#content{
	width:100%;
	background: #fff;
}

#footer{ 
    background-image: -moz-linear-gradient(center top , #fff 20%, #aaa 100%);
    background-image: -webkit-linear-gradient(center top , #fff 20%, #aaa 100%);
    background-image: -webkit-gradient(linear, 0 0, 20% 100%, color-stop(0.5, #fff), to(#aaa));
    background-image: -o-linear-gradient(center top, #fff 20%, #aaa 100%);
    background-image: linear-gradient(center top , #fff 20%, #aaa 100%);   
	margin:-20px 0 0 0 ;
	padding: 5%;
	color: #999;

}
	
/*sidebarcontent*/

#logo{
	background-image: url(../_images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0 auto 0 auto;
	width: 230px;
	height: 131px;
	padding-top:25px;
	background-size:75%
	
}
#sidebarcontact {
	display:none;
}

#footernav {
	margin:50px 0 0px 0; 
	position:relative; 
	width:auto !important; 
	padding-bottom: 50px; 
	}
	
#footernav ul{ 
	padding:0 0 0 2.5% !important; 
	margin: 0 !important;  
	width:auto !important; 
	text-align:center !important;
	}
	
#footernav ul li{
	float:left; 
	list-style-type: none; 
	margin-right:3px; 
	}
	
#footernav ul li::after{
	content: " |";  
	}
	
#footernav ul li:last-child::after{
	content: "";
	}

/*maincontent*/

#slider{
	max-height: 100%;
	width:100% !important;
	padding: 20px 0% 22px 0%;background-color: #fff;
	position:relative;
	float:left;
	
}
#slider1 {padding:0; margin:0 5% 0 5%; width:90%;}

#maincontent{
	width: 90%;
	padding: 2.5% 5% 0px 5%;
	background-color: #fff;
	clear:both;	
}

#emblem{width:150px;
	height:125px;
	background:url(../_images/emblem.jpg) no-repeat;
	margin: 30px auto 15px auto;
	font-size: 72px;
	text-align:center;
	color:#b2b2b2;
	padding-top: 10px;
	float: none
	}

#maincontent p{
	text-align:left; 
	padding: 20px 2.5% 20px 2.5%;
	}

.mobil_img {
	display:block;
	width:100%} 
.desktop_img {
	display:none;} 
	
#gemaelde{
	font-size: 14px; line-height:100%; width: auto; padding: 10px 10px 10px 0; margin-top:20px; display:block
	}
#gemaelde img{
	width:100%;
	}

#mobilecontact{
	display:block; 
	margin: -2.5% 2.5%;
	}

#mobilecontact a{
	color:#999;
	}

.plan{
	width:100%; 
	}
	
.passfoto{
	border: 3px solid white;
	box-shadow: 0px 0px 2px #aaa;margin-top:35px;
	}

.lightbox-target img{
	padding:0 2.5% 7.5% 2.5%;
	width:95%;
	}

a.lightbox img {
	display:none;
}


/*font-size*/
.font-changer{
  	display:none;
}

/*Slideshow*/

.rslides { 
	position:relative;
	margin: 0px 00px  0px 0%;
	width:100%;float:left;
 }

#slider1 li{
	list-style-type: none;
	background: white;
	height: auto !important; 
	max-width:1068px !important;  
	width:100% !Important;
}


#slider1 img{ 
	height: auto !important; 
	max-width:1068px !important;  
	width:100% !Important;
}

/*Maps*/
#maps{ width:105%; height:500px; margin-left:-2.5%}



/*Menu: Formatierung für mobile Ansicht*/

#menu{
	margin-top: 20px; 
	margin-left: 5%; 
	margin-right: 5%;  
	padding-bottom: 5%;}

nav {
	display: none;
	color: #000;
	font-size: 18px;
	padding-top:30px;
}

nav ul {
 	padding: 0px;
 	margin: 0px;
}
 
nav ul li {
	list-style: none;
    width: 200px;
	margin-bottom: 26px;
	background: #fff;
	margin-left:0;
	}
	
#menu a, .tel{
	text-decoration:none;
	color:#000;}	
	
.subline{
	display:none;
}

/** Anpassungen Checkbox+Label (Button) **/

input#open-menu {
	display: none;
}

input[type=checkbox]:checked ~ nav {
    display: block;
}
	
label.open-menu-label {
	padding: 20px 10px 50px 10px;
	display: block;
	background-image: url(_images/menu_icon.png);
	background-position: center center;
	background-size:cover; 
	width: 100%;
	font-size: 18px;
	margin:0;
	padding:0;
}

#menu_icon{
	background-image: url(../_images/menu_icon.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size: contain;
	float:right;
	width: 25px;
	margin:5px 0 0 0;
	padding:0;
	height: 50px;}



/** Formatierung für Tablet und Desktopansicht **/

@media only screen and (min-width: 1068px) {
body, html{
	margin:0;
	padding:0;
}

body {
	font-family: "arno-pro",serif;
	background-image: url(../_images/bg_mobil.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}
	
/*Elements*/

 h1{
	 background: #a1c300;
	 color: #fff; 
	 padding:5px 0 5px 208px; 
	 font-size: 16px; 
	 text-transform: uppercase; 
	 }
	 
h2{ 
	padding:20px 0 0px 208px; 
	font-size: 16px;  
	}

	h3{ 
		padding:20px 0 0px 208px; 
		font-size: 16px;  
		}

a, .tel{	
	text-decoration: none; 
	color: #000;
	}

/*Layout*/	

#contentwrapper{
	width: 1068px;
	margin:  35px auto 40px auto;
	position: relative;	
}
	
#sidebar{
	width:226px;
	position:relative;
	background-color: #fff;
	padding: 44px 30px 40px 32px;
	margin: 0px 0 40px 0;
	float:left;
	height: 768px;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	box-shadow: 0 0 4px #333;
}
	
#content{
	width:742px;
	float:left;
	margin-left:35px;	
	background: none;
}

/*maincontent*/

#slider{
	background-color: #fff;
	height:248px;
	padding: 20px 20px 22px 22px;
	-moz-box-shadow: 0 0 4px #333;
    -webkit-box-shadow: 0 0 4px #333;
    box-shadow: 0 0 4px #333;
    margin-bottom: 35px;
    position:relative;
	width: 700px !important;
}

#slider img{
	object-fit: cover;
	object-position: top center;
}

#slider1 {
	padding:0; 
	margin:0 ; 
	width:100%;
	}


#maincontent{
	background-color: #fff;
	width: 702px;
	padding: 40px 20px 20px 20px;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	box-shadow: 0 0 4px #333;
	background-image:none;
}

.mobil_img {
	display:none;} 
.desktop_img {
	display:block;} 
	
#gemaelde{
	font-size: 12px; line-height:100%; width: 300px; padding: 10px 10px 10px 0; margin-top:20px; display:block
	}
#gemaelde img{
	width:480px;
	}

#footer{ 
	text-align: center;
	margin:50px 0 108px 0;
	color:#fff;
	font-weight: 550;
	text-shadow:  0 0 1em #000, 0 0 1em #000, 0 0 1em #000;
}
	
nav {
	display: block;
	padding: 20px 20px 20px 0px;
	}
	
nav ul li {
	list-style-type: none;
	width: 200px; margin-bottom: 20px;
	float: left; background:none;
	margin-left:-15px;
	}
	
	/** Label wird ausgeblendet **/
label.open-menu-label {
	display: none;
}

.subline{
	font-style: italic; 
	font-size: 14px;margin-top: 0px;
	display:block;
}

/*sidebarcontent*/
#logo{
	background-image: url(../_images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 230px;
	height: 131px;
	background-size: 100%;
	
}
#sidebarcontact {
	color: #000;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	margin: 0 0 40px;
	display:block;
}

#emblem{
	width:150px;
	height:125px;
	background:url(../_images/emblem.jpg) no-repeat;
	margin: 30px 30px 30px 15px;
	font-size: 72px;
	text-align:center;
	color:#b2b2b2;
	padding-top: 10px;
	float:left;
}

#maincontent p{
	margin-left: 208px; 
	text-align:left; 
	padding: 15px 0 10px 0;
	}
	
#maincontent ul{
	margin-left: 208px;  
	padding: 0px 0 0px 0;
	}
	
	#maincontent li{
	
	padding: 8px 0 8px 0;
	}
	

	
#mobilecontact{
	display:none;
	}

/*font-size*/
.font-changer{
	float:right; font-style: italic; 
	margin-top: -28px;
	position: relative;
 	height: 30px;
  	width: 100px !important;
  	margin-right:5px;
  	display: inline;
}

p {
  line-height: 1.6;
  font-size: 100%;
}

.font-changer div {
  cursor: pointer;
}

.js-font-decrease {
  font-size: 14px !important;
  position: absolute;
  bottom: 4px;
  right:47px; 
}
.js-font-normal{
	font-size:18px;
	position: absolute;
    bottom: 2px;
	right:25px
}

.js-font-increase {
  font-size: 24px  !important;
  position: absolute;
  bottom: 0;
  right:0px;
}

input#open-menu {
	display: none;
		
}

.subline{
	font-style: italic; 
	font-size: 14px;
	margin-top: 0px;
	display:block;
}

#slider1 img{
	max-width: 698px;
	 height: 248px !important; 
	 width:698px !important;
}


.rslides { 
  margin: 0px 00px 0px -40px;
  }
  
#slider1{
	list-style-type: none;
}

#slider1 li{
	padding:0; 
	background:none;
	}
	
/*Maps*/
#maps{ width:494px; height:328px;}
	
	

#footer{  
	margin:0px 0 0px 0;
	color:#fff;
	font-weight: 550;
	text-shadow:  0 0 1em #000, 0 0 1em #000, 0 0 1em #000;
	background:none;
}

#footernav {
	margin:0;
	text-align: center !important;
	}
	
#footernav ul{   
	padding-left: 0 !important; 
	margin:0 0 0 193px !important;  
	width:auto !important;  
	text-align: center !important;
	}
	
#footernav ul li{ 
	margin-right:3px; 
}

#footernav ul li::after{
	content: " |";  
}

#footernav ul li:last-child::after{
	content: "";
}

#footernav a{
	color: #fff;
	}
	
/*Lightbox*/
/* Styles the thumbnail */

#gallerie{
	margin-left: 208px;
	width: -moz-calc(100% - 208px);
	width: -webkit-calc(100% - 208px);
	width: -o-calc(100% - 208px);
	width: calc(100% - 208px);
	padding-left:0px;
	}
	

a.lightbox img {
	display:inline;
	width: -moz-calc(50% - 28px);
	width: -webkit-calc(50% - 28px);
	width: -o-calc(50% - 28px);
	width: calc(50% - 28px);
	border: 3px solid white;
	box-shadow: 0px 0px 2px #aaa;
	margin: 0px 20px 20px 0px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
	z-index: 10000000;
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	left:0;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding:0;
	width:auto;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
}

.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
	top: 0px;
}
}

/* Cookie Hinweis */

.cc_container .cc_btn {
	background-color: #a1c300 !important; /* Farbe des Buttons */
	color: white !important; /* Textfarbe des Buttons */
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.cc_container .cc_btn:hover {
	text-decoration: none;
	opacity: 0.9;
}
 
.cc_container {
	background: black !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
	color: #a1c300 !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_container a:hover {
	text-decoration: underline;
}