/*-----------------CSS RESET--------------
----------------------------------------*/
@charset"utf-8";
* {
  	margin: 0px;
  	padding: 0px;
  	font-weight:normal;
		font-size:1em;
}
ul,ol{
  	list-style:none;
}
img,a img{
	border:none;
}
@font-face{
	font-family:"elite";
	src:url("Fonts/special-elite-v11-latin-regular.woff2") format('woff2'),
	url("Fonts/special-elite-v11-latin-regular.woff") format('woff'),
	url("Fonts/special-elite-v11-latin-regular.eof") format('Embedded Open Type');
}
@font-face{
	font-family:"opensans";
	src:url("Fonts/open-sans-v18-latin-regular.woff2") format('woff2'),
	url("Fonts/open-sans-v18-latin-regular.woff") format('woff'),
	url("Fonts/open-sans-v18-latin-regular.eof") format('Embedded Open Type');
}
p{
	padding-bottom: 1em;
}
h1,h2,h3,h4{
	font-weight:bold;
	padding-bottom:1em;
	font-family:"elite";
}
h1{
	font-size:1.4em;	
}
h2{
	font-size:1.1em;
	padding-bottom:0.5em;
	text-decoration: underline;
}
h3{
	font-size:1em;
}
h4{
	font-size:1.1em;
}
h5{
	padding:0.5em 0;
}
h6{
	padding-bottom:0;
	font-size:0.9em;	
}
a:link, a:active, a:visited, .mehr , .mehr:visited  {
 	text-decoration: none;
	font-weight: bold;
	color:#5B2511;
}
a:hover, a:focus, .aktiv>a,.link:active, #mehr:checked ~ .mehr, .aktiv {
 	text-decoration: none;
	font-weight: bold;
	color: #AD3306;
}
html, body {   
  width:100%;
}
body{
	background: url(Bilder/bg.png)  top right #f7e6ba;
	color:#2B0B00;
	font-family:"opensans",sans-serif;
	line-height: 1.7;
	text-align:left;
	display:flex;
}
main { 
	width:100%;
	margin:0 auto;
	text-align: left;
	max-width: 1500px;
	min-width: 250px;
}
header img{
	width: 100%;
	max-width: 1500px;
	margin:0 auto;
	position: relative;
}
#hintergrund{
	padding:3em 0;
	width: 100%;
	background: url(Bilder/bg.png)  top right #f7e6ba;
	position: fixed;
	top:0;
	left:0;
}
nav{
	margin:0 auto;
	position: sticky;
	top:0;
	}
nav ul,footer ul{
	display:flex;
	justify-content: space-around;
	font-family:"elite";
	font-weight: normal;
	font-size: 1.5em;
}
.offcanvas{
		display: none;
}
#infos{
	opacity:  0;
	transition: all 1s ease-in-out;
	height:0;
	overflow: hidden;
	float:left;
}
.weg:checked ~ #menu, #mehrinfos:checked ~ #infos{ 
	opacity:  1;
	z-index: 1;
	height: 100%;
	transition: all 1s ease-in-out;
}
.mehr{
	cursor: pointer;
}

aside{
	width: 20%;
	padding:2em;
	margin:3% 5% 2em 2em;
	overflow: auto;
	border-left:2px solid #818366;
	background-color:rgba(247, 230, 186, 0.8);
	float:right;
}
aside li{
	padding-bottom:3em;
}
aside h4{
	padding:0;
}
#anker{
	text-decoration: underline;
   font-size: .8em;
   float:right;
}
.sprungmarke{
visibility: hidden;
height: 0px ;
margin: -120px;
position: absolute;
}

article{
	margin: 3% auto; 
	padding: 4%;
	min-height:30vh;
	background-color:rgba(255, 246, 222, 0.93);
	width: 85%;
	max-width: 1500px;
	min-height:50vh;
	text-align: justify;
}
#text li{
	padding-bottom: 2em;
	min-height:50vh;
}
#liste li{
	margin-bottom:2em;
}
.index #bildrechts{
	display: block;
}

#bildrechts {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
}
#bildrechts a img{
	width: 100%;
	max-width: 200px;
	border:1px solid;
	padding: 3px;
	margin:0 0 3em 5%;
}
.index #bildrechts img{
	border:none;
	width: 100%;
	max-width: 280px;
}
#eintrag li {
	display: flex;
	border-bottom:2px solid;
	padding:1em 0;
	margin:2em 0;
}
#bild img {
	width: inherit;
	max-height: 20vw;
	border:1px solid;
	padding: 3px;
	margin:.5em 5% 2em 0;
}
#logo img{
	width:100%;
}
#mehrinfos ~ .mehr:before {
	content:"mehr lesen";
}
#mehrinfos:checked ~ .mehr:before {
	content:"weniger lesen";
}
footer{
	width:100%;
	clear:both;
}
footer ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 0;
	padding:5%;
	text-align: center;
}
#termine {
	margin-right: 20%;
	float: left;
}
form img{
	width: 20%;
	max-width:100px;
}
.medium{
max-height: 400px;
float: left;
margin:0 3em 3em 0;
}
.schaffen h5{
clear: both;

	font-weight: bolder;
}
input[type='checkbox'] ~ .weg:before {
	content:"mehr lesen";
}
input[type='checkbox']:checked ~ .weg:before {
	content:"weniger lesen";
}
#hidden1, #hidden2, #hidden3, #hidden4, #hidden5, #hidden6, #hidden7, #hidden8, #hidden9, #hidden10, #hidden11, #hidden12, #hidden13, #hidden14, #hidden15, #hidden16, #hidden17, #hidden18, #hidden19
{
	margin-top:20px;
	display:none;
	margin:20px  0 ;
	text-align: left;
}
  .weg{
	font-weight:bold;
	margin:1em 0;
	padding-left:2em;
	position:relative;
	font-size: 1.1em;
	color: #C96;
	display:block;
	cursor: pointer;
}

.weg:hover{
	color:#Fc6;
}

#mehr1:checked ~ #hidden1,#mehr2:checked ~ #hidden2,#mehr3:checked ~ #hidden3,#mehr4:checked ~ #hidden4,#mehr5:checked ~ #hidden5,#mehr6:checked ~ #hidden6,#mehr7:checked ~ #hidden7,#mehr8:checked ~ #hidden8,#mehr9:checked ~ #hidden9,#mehr10:checked ~ #hidden10,#mehr11:checked ~ #hidden11,#mehr12:checked ~ #hidden12,#mehr13:checked ~ #hidden13,#mehr14:checked ~ #hidden14,#mehr15:checked ~ #hidden15,#mehr16:checked ~ #hidden16,#mehr17:checked ~ #hidden17,#mehr18:checked ~ #hidden18,#mehr19:checked ~ #hidden19
{
	opacity: 1;
	display: block;
}
#galerie  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.kontakt article {
	display: flex;
}
.mail {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin:2em 0;
	font-size: 1.2em;
}

#kontakt{
	width: 60%;
	max-width: 400px;
	margin: 0 auto;
}

form label{
	font-weight:bold;
	text-align: left;
	cursor: pointer;
	display:block;
}

input{
	width: 100%;
	padding:2px;
	display:block;
	margin-bottom:3%;
	/*font-family: "Georgia" ,  serif;*/
}

textarea{
	width: 100%;
	height:100px;
	display: block;
	padding:2px;
	margin-bottom:2em;
}

input.button, .greenbutton{
	padding:3px;
	position: relative;
	display: inline-block;
	border:2px solid;
	cursor: pointer;
	background-color:#7C3216;
	font-weight: bold;
	color:#fff;
	width: auto;
	border-radius: 3px;
}

button{
	cursor: pointer;
	text-align: left;
	background-color:#AFAFAF;
	margin-bottom: 1em;
}
form, .absatz{
margin-bottom: 3em;
}
input.greenbutton {
	border:5px solid;
	background-color:green;
}
input.button:hover, .greenbutton:hover,button:hover {
	opacity: .5;
}
input[type='image']{
	width: 120px;
}
input[type='image']:hover{
	text-shadow:.5px .5px .2px #000;
}
#datenschutz, .inline{
display: inline;
width: auto; 
margin-bottom: 0;
}
#bild img {
	width: 100%;
	border:1px solid;
	padding: 3px;
}
#galerie{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
#galerie a>img {
	flex: 1;
	margin:0 .7vw 0.5em 0;
	height:20vw;
	max-height: 200px;
	border: 2px solid ;
	padding:3px;
}
.error{
	box-shadow: #F00 0px 0px 1.5px 1px;
	color: #F00;
}

.success{
	box-shadow: none;
	color: green;
	margin:3em;
	display: block;
}
#thumb{
	border:2px solid;
	display: none;
}
#links li:first-child #thumb{
	display: block;
	float: left;
	margin-right: 5%;
	height: inherit;
}
#thumb:hover{
	opacity: 0.7;
	cursor: pointer;
}
.lightbox:target{
	visibility: visible;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.65);  
	transition: opacity .5s, visibility .5s, background .3s;
}
.lightbox:target > #bildanzeige{
	visibility: visible;
	opacity: 1;
	transition: opacity .6s;
}
.lightbox{
	position: fixed;display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 2; 
	cursor: default;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.55);   
	transition: opacity .5s, visibility .5s, background .3s;
}
.lightbox #bildanzeige{
	border: 4px solid #720000;
	position: relative;
	padding:5%;
	background-color: #FFF;
	display: inline-block;  
	border-radius: 5px;    
	box-shadow: 0 0 50px rgba(0,0,0,10); 
    max-width: 87vw;
    overflow: scroll;
}
#bildanzeige figcaption{
	font-size: 120%;
	margin:0;
	text-align: center;
}
#bildanzeige img{
	margin: auto ;
	height:inherit;
	width:100%;
}
#bildanzeige img.hochkant{
	width:inherit;
	height:80vh ;
}
.box{
	display: block;
	cursor: pointer;
	height: 100%;
	width:  100%;
	position: absolute;
}
.schliessen:hover, .next:hover, .back:hover {
	opacity: 0.5;
}
.schliessen {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	line-height:0.8;
	padding:3px 5px;
}
.schliessen:after {
	content: "x";
	font-size: 30px;
	color: #333;
	font-family: 'Verdana';
}
.next{
	position: absolute;
	bottom: 40%;
	right: 5%;
	color: #fff;
	font-size: 3em;
}
.back {
	position: absolute;
	left: 5%;
	bottom: 40%;
	color: #fff;
	font-size: 3em;
}
.next:after {
	content: ">";
	font-size: 50px;
	color: #fff;
	font-family: 'Verdana';
	font-weight: bold;
}
.back:after {
	content: "<";
	font-size: 50px;
	color: #fff;
	font-family: 'Verdana';
	font-weight: bold;
}
#bildanzeige .next {
	bottom: 2%;
	right: 2%;
}
#bildanzeige .back {
	left: 2%;
	bottom:2%;
}
#bildanzeige .next:after {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
#bildanzeige .back:after {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
.weg, #mehr{
    display: none;
}

fieldset{
	padding:5% 7%;
	border:1px solid #7C3216;
	max-width:500px;
}


#eintragen p{
	display:inline-block;
	width:48%;
}

#eintragen p:nth-child(2n+0){
	margin-right:3%;
}
#eintragen p:nth-child(4){
	width:76%;
}
#eintragen p:nth-child(5){
	width:20%;
}
#eintragen p:nth-child(6){
	width:30%;
}
#eintragen p:nth-child(7){
	width:66%;
}

#eintragen .button{
	min-width:200px;
	max-width:250px;
	padding:10px 5px;
	margin-top:10%;
	background-color: #7C3216;
	color:#fff;
}

#eintragen .button:hover{
	opacity: .8;
	background-color: #1D750C;
}

input[type="radio"], .resetbutton{
	width: auto;
  display: inline;
}

.admin{
	background: #F2F5C9;
}

.admin #thumb{
	width: 7%;
}


/*-----------RESPONSIVE-----------
-------------------*/


@media only screen and (max-width:650px){
	#mehr ~ div{
	display:none;
}
#mehr:checked ~ div{
	display:block;
}
article{
	margin-top:-1em;
}
	aside{
		position: inherit;
		width:30%;
		margin:0;
		background: none;
		border:none;
		padding:1em 2em;
		font-size:70%;
	}
	aside div{
		padding:.3em ;
		background-color:rgba(247, 230, 186, 0.8);
	}
	.offcanvas{
		display: block;
		background:url(Bilder/menu.png) no-repeat center ;
		background-size: 10%;
		z-index: 5;
		margin:-2em 3% 0 0;
	}
	
	.offcanvas a{
		display: block;
		color:#000;
		padding:1.2em;
	}
	
	.offcanvas:hover{
		opacity: .7;
	}
	
	.kontakt #hintergrund{
	 padding:0;
	}
	#menu:target ~ #box{
		position: absolute;
		width: 100vw;
		height: 150vh;
		display: block;
		background:rgba(0,0,0,.7);
		top:-50vh;
		cursor: pointer;
		z-index: 1;
		left: 0;
	}
	#menu:target{
		display: none;
	}
	#navi{
		position: absolute;
		left: -100%;
		top:0;
		opacity: 0;
		transition: 0.4s all ease-in-out ;
		width: 0;
	}
nav ul{
	  height: 50vh;
	  display: flex;
	  justify-content: space-around;
	  font-size: 1.3em;
	  text-align: left;
		flex-direction: column;
}
	#menu:target ~ #navi{
		left: 0%;
		z-index: 1;
		padding:0 5%;
		opacity: 1;
		transition: 0.7s all ease-in-out;
		width: 100%;
		margin:2% 2% 0 0;
	background: url(Bilder/bg.png)  top right #f7e6ba;
	}
	
}
@media only screen and (max-width:500px){
	
	nav ul, h1{
		font-size: 1.5em;
	}
	
	#pp-button{
		position: relative;
		margin-bottom: 3em;
	}

}

@media only screen and (max-width : 450px) {
	
	article {
		/*font-size:80%;*/
		min-height:0%;
	}
  	#bildanzeige img.hochkant {
    width: inherit;
    height: 60vh;
}
  #kontakt{
		width: 90%;
	}
	
  article, #eintrag li{
	display: inherit;
	}
	
  #bildrechts, #text{
	width: 100%;
	}
	#bildrechts img{
	width: 100%;
	}
	#eintragen{
		width:80%;
	}
	
	#eintragen p:nth-child(2n+0){
		margin-right:2%;
	}
	input {
		width: 100%;
	}

  
  p, article li{
		font-family:"Arial";
		font-size: 0.9em;
	} 
  #ware figure{
		position: absolute;
  }

}
@media only screen and (max-height:650px){
	.lightbox #bildanzeige{
	max-width: 120vh;
	}
}
@media only screen and (max-height:450px){
	.lightbox #bildanzeige{
		max-width: 100vh;
	}
}
@media only screen and (max-height:350px){
	.lightbox #bildanzeige{
		max-width: 80vh;
	}
}
@media only screen and (max-width:300px) {
	.offcanvas{
		margin-top: -3em;
	}
	p, article li{
		font-family:"Arial";
		font-size: 0.8em;
	}
	
	nav ul{
		padding:0;
	}
	
	#tracks{
		right: -60%;
	}
	#eintragen p:nth-child(n){
		display:block;
		width:100%;
	}
  
  .link{
		margin:0 0 1em 0;
  }
	#kontakt{
		width: 95%;
	}
  
	
}

