/*-----------------CSS RESET--------------
----------------------------------------*/
@charset"utf-8";
* {
  	margin: 0px;
  	padding: 0px;
  	font-weight:normal;
		font-size:0.98em;
}
ul,ol{
  	list-style:none;
}
img,a img{
	border:none;
}
@font-face{
	font-family:"You Are Loved";
    font-display: swap;
	src:url("Fonts/You Are Loved.ttf") format('truetype');
}

@font-face{
	font-family:"loved-by-the-king";
    font-display: swap;
	src:url("Fonts/loved-by-the-king-v9-latin-regular.woff2") format('woff2'),
	url("Fonts/loved-by-the-king-v9-latin-regular.ttf") format('truetype');
}
p{
	padding-bottom: 1em;
}
h1,h2,h3,h4{
	font-weight:bold;
	padding-bottom:1em;
}
h1{
	font-size:1.4em;	
}
h2{
	font-size:1.1em;
	padding-bottom:0.5em;
	text-decoration: underline;
}
h3{
	font-size:1em;
}
h4{
	font-family:"Trebuchet";
	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 , summary {
 	text-decoration: none;
	font-weight: bold;
	color:#bd925d;
}
a:hover, a:focus, .link:hover, .link:focus, .mehr:hover , .mehr:focus, summary:hover{
 	text-decoration: none;
	font-weight: bold;
	opacity: .7;
}

nav a:hover, nav a:focus {
	font-weight: bold;
	opacity: 1;
}
.aktiv>a,.link:active, #mehr:checked ~ .mehr, .aktiv {
 	text-decoration: none;
	font-weight: bold;
	color: v;
}
html, body {     
  height:100%;
  width:100%;
}
body{
	background-color: #000;
	color:#f7e6ba;
	font-family: "Trebuchet" ,  sans-serif;
	line-height: 1.7;
	text-align:left;
	display:flex;
}
main { 
	width:100%;
	margin:0 auto;
	height: 500vh;
	text-align: center;
	max-width: 1500px;
}
header img{
	width: 100%;
	max-width: 1500px;
	margin:0 auto;
}

.termine header img,.galerie header img{
	width: 30%;
	max-width: 500px;
	margin:3em auto;
}
header a:hover{
	opacity: 1;
}
nav{
	margin:0 auto;
	}
nav>ul{
	display:flex;
	justify-content: space-around;
	font-family:"Trebuchet";
	font-weight: normal;
	font-size: 1.2em;
	position: relative;
}
nav .fb{
	height: 25px;
	width: auto;
}

.weg:checked ~ #menu, #mehrinfos:checked ~ #infos{ 
	opacity:  1;
	z-index: 1;
	height: 100%;
	transition: all 1s ease-in-out;
}
.mehr, summary{
	cursor: pointer;
}
#newsletter{
 font-size: .8em;
 text-align: right;
 position: absolute;
 right: 0;
 top: 4em;
 background-color: #000;
 width: 30vw;
 padding: 3em;
}
#newsletter input[type=checkbox]{
 width: auto;
 display: inline;
 margin:2em 0 0 0;
}
aside li{
	padding-bottom:3em;
}
aside h4{
	padding:0;
}
article{
	margin: 3em; 
	text-align: center;
}
.index article p{
	margin: 3em; 
	font-size: 2em;
	width: 80%;
}
.termine article{
	text-align: left;
}
.termine article li{
	font-size: 1.5em;
	padding-bottom: 2em;
}
#text li{
	padding-bottom: 2em;
}
#liste li{
	margin-bottom:2em;
}

#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;
}
#galerie a>img {
	flex: 1;
	height: 300px;
	width: 300px;
	display: block;
   object-fit: cover;
}
#galerie a {
	margin:0.888%;
	opacity:1;
	color: #fff;
}
#galerie a:hover {
	opacity: .6;
}
#logo img{
	width:100%;
}
#mehrinfos ~ .mehr:before {
	content:"mehr lesen";
}
#mehrinfos:checked ~ .mehr:before {
	content:"weniger lesen";
}
.index footer{
	width:70%;
	clear:both;
}
footer{
	width:100%;
	clear:both;
}
footer ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 0;
	padding:5%;
	text-align: center;
}
footer ul li{
	font-size: 2em;
	font-family: "Trebuchet";
}
.fussnote{
	margin-top:4em;
	padding-top:1em;
	border-top:1px ridge;
}

#mehr ~ .mehr:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.4em;
	border-left: .4em solid #5B2511;
	border-top: .4em solid transparent;
	border-right: .4em solid transparent;
	border-bottom: .4em solid transparent;
}
#mehr:checked ~ .mehr:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -.8em;
	margin-top: -.2em;
	border-left: .4em solid transparent;
	border-top: .4em solid #AD3306;
	border-bottom: .4em solid transparent;
	border-right: .4em solid transparent;
}
/*-----------------GALERIE--------------
---------------------------------------*/
#galerie  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#thumb img{
	border:2px solid;
	transition: 0.5s all ease;
	vertical-align: top;
	height: 200px;
	margin:10px;
}
a #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 double #bd925d;
	background-color: #000;
	position: relative;
	padding:5vh 2%;
	margin:auto 15%;
	display: inline-block;  
	border-radius: 5px;    
	box-shadow: 0 0 50px rgba(0,0,0,10); 
}
#bildanzeige figcaption {
	font-size: 130%;
	margin:0;
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items:center; 
	color: #bd925d;
}
#bildanzeige img{
	margin: auto ;
	width: 70%;
	height:inherit;
	border: none;
}
#bildanzeige img.hochkant{
	width:inherit;
	height:70vh ;
}
.box{
	display: block;
	cursor: pointer;
	height: 100%;
	width:  100%;
	position: absolute;
	left: 0;
	top: 0;
}
.schliessen:hover, a.next:hover, a.back:hover,span.next:after, span.back:after {
	opacity: 0.5;
	font-weight: bold;
}
.schliessen {
	position: absolute;
	top: 0;
	right: 0;
	line-height:0.8;
	padding:3px 5px;
	border:outset 1px #fff;
}
.schliessen:after {
	content: "x";
	font-size: 30px;
	color: #bd925d;
}
.next:after {
	content: ">";
	font-size: 30px;
	color: #bd925d;
}
.back:after {
	content: "<";
	font-size: 30px;
	color: #bd925d;
}
.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:6%;
}

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;
}

input.greenbutton {
	border:5px solid;
	background-color:green;
}
input.button:hover, .greenbutton:hover,button:hover {
	opacity: .5;
}

.error{
	box-shadow: #F00 0px 0px 1.5px 1px;
	color: #F00;
}

.success{
	box-shadow: none;
	color: green;
}

.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:600px){
	nav>ul{
	display:flex;
	flex-direction:column;
	font-size: 2em;
}
#newsletter {
    text-align: left;
    position: relative;
    right: 0;
    top: 2em;
    background-color: #000;
    width: 80vw;
    padding: 1em;
}
nav{
  margin: auto;
}
}

@media only screen and (max-width : 400px) {
.lightbox #bildanzeige {
    border: 4px double #bd925d;
    background-color: #000;
    position: relative;
    padding: 5vh 2%;
    margin: auto 0;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 50px rgb(0 0 0);
}#bildanzeige img{
	margin: auto ;
	width: 90%;
	height:inherit;
	border: none;
}
#bildanzeige img.hochkant{
	width:inherit;
	height:90vh ;
}
	article {
		/*font-size:80%;*/
		min-height:0%;
	}
  
  #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;
	}
}

@media only screen and (min-width:300px) and (max-width : 400px)  {
	
  
  #ware figure{
		position: absolute;
  }

}

@media only screen and (max-width:300px) {
	
	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%;
	}
  
  #ware figure {
		margin: 0 auto;
		position: relative;
  }
 
	 #ware input, #ware label, #ware figure {
		margin: 0 auto;
  }
	
	#ware label {
		margin:1em auto ;
  }
  .menge {
		margin: 0 auto;
  }
  
  .link{
		margin:0 0 1em 0;
  }
	#kontakt{
		width: 95%;
	}
  
	
}

/*-----------unter 250px die navi weg-----------*/

@media only screen and (max-width:250px) {
	nav #offcanvas{
		display:none;
		z-index: 2;
		width: 100vw;
		position: absolute;
		background-color:  rgba(0,0,0,.6);
	}

	
	nav .offcanvas{
		display: flex;
		cursor: pointer;
		z-index: 2;
		color:#fff;
		opacity: 0.8;
		justify-content: center;
		width: 100%;
		position: relative;
	}
	
	nav .offcanvas:after{
		content:"einblenden";
		padding-left: 0.5em;
	}
	
	nav .offcanvas:hover{
		opacity: .5;
	}
	
	nav ul{
		position: absolute;
		height: 0%;
		opacity: 0;
		border-bottom: 1px solid;
		border-top: 1px solid;
		top:15vw;
	}
	
	nav #offcanvas:checked ~ .offcanvas:after{
		content:"ausblenden"; 
	}
	
	nav #offcanvas:checked ~ ul{
		transition: 1s opacity ease-in-out ;
		height: auto;
		z-index: 1;
		opacity: 1;
	}
}


@media only screen and (max-width:200px) {
	nav ul{
		top:1vw;
	}
	p, article li{
		font-family:"Arial";
		font-size: 0.7em;
	}
}
