/*-----------------CSS RESET--------------
----------------------------------------*/
* {
  	margin: 0px;
  	padding: 0px;
  	font-weight:normal;
		font-size:100%;
}

ul,ol{
  	list-style:none;
}
 
b
{
	font-weight:bold;
}

img,a img{
	border:none;
}

/*-----------------GESTALTUNG--------------
----------------------------------------*/

@font-face{
	font-family:"AnkeCall";
	src: url("Fonts/AnkeCall.ttf") format('truetype');
}

p{
	padding-bottom: 1.5em;
}


h1,h2,h3,h4,h5{
	font-weight:bold;
	padding-bottom:1em;
}

h1{
	font-size:1.4em;	
}

h2{
	font-size:1.1em;
	text-decoration: none;	
}

h3{
	font-size:1.3em;
	padding-bottom:0.5em;
	font-family:"AnkeCall";	
}

h4{
	padding-top:3em;
	font-size:0.9em;	
}

h5{
	padding:0.5em 0;
	
}

h6{
	padding-bottom:0;
	font-size:0.9em;	
}




/*-----------------LINKS--------------
----------------------------------------*/

a:link, a:visited, a:active  {
 	text-decoration: none;
	font-weight: bold;
	color:#7C3216;
}

a:hover, a:focus, .link:hover, .link:focus{
 	text-decoration: none;
	font-weight: bold;
	opacity:0.7;
}

.aktiv a,.link:active {
 	text-decoration: none;
	font-weight: bold;
	color: #DA9D64;
}

/*-----------------ANORDNUNG--------------
----------------------------------------*/


body{
	background-color:#7E3F1B;
	color:#343031;
	font-family: "Georgia" ,  serif;
	line-height: 1.7;
	font-size:90%;
	text-align:justify;
	display:flex;
}

main { 
	background-color:  #FEFFF4;
	position:relative;
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:3em; 
}

header{
	background:  url(Bilder/wiese.png) no-repeat center;
	background-size:cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom:2px solid #DA9D64;
	text-align: right;
	padding: 1em;
}

#banner img{
	float:left;
	width:  100%;
	max-width:  500px;
	vertical-align: top;
}

blockquote{
	display: inline;
}

blockquote p{
	padding-bottom: 1em;
}

blockquote p+p{
	font-size: .7em;
}

nav {
}

nav ul{
	display:flex;
	justify-content: flex-end;
	font-family:"AnkeCall";
	font-size: 1.35em;
	padding-left:5em;
	margin-top: -1.5em;
}

nav li {
	padding: 0 .5em 0 2em;
	background-color: rgba(240,240,240, .7);
}


nav ul #datenschutz {
	display: none;
}

nav li:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

nav li:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

article {  
	margin-top: 2%;
	padding:5% 0; 
	min-height:25vh;
	text-align:center;
}

footer ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top:2px solid #DA9D64;
	border-bottom: 0;
	font-family:"AnkeCall";
	font-size: 1.2em;
}

#submenu{
	text-align: right;
	display: none;
}

#submenu li{
	display: inline;
	margin-left: 2em;
	font-size: .9em;
}


#besetzung{
	text-align: center;
	margin:2em auto;
}

#besetzung img {
	width: 100px;
}
/*-----------------TERMINE--------------
---------------------------------------*/

#termine {
	margin-bottom: 30px;
	font-size: 120%;
}





/*-----------------MUSIK--------------
---------------------------------------*/
#musik{
	display: flex;
	flex-wrap: wrap;justify-content: space-around;
}



#bestell a {
	text-decoration :none;
}

#cd figure {
	position: relative;
}

#cd figcaption {
	font-size:0.8em;
	text-align: center;
	align-items: baseline;
}

#cd img{  
	border:2px solid #000;
	width: 70%;
	max-width: 200px;
}

#cd h2 {
	text-decoration: underline;
}

input[type='checkbox']{
	margin-top: 2em;
}
.weg, #eintragen.weg{
	display:none;
}

.play {
	padding:0 1em 0 2.5em;
	position: relative;
	display: inline-block;
	border:2px solid;
	cursor: pointer;
	background:#fff;
	margin:5px 0 15px 0;
}


.play:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1.5em;
	margin-top: -8px;
	border-left: 8px solid #450202;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.play:hover{
}

.check {
	margin-top:4%;
}

#tracks{
	font-size: 90%;
	display:none;
	margin-top: 3%;
}

.weg:checked ~ #tracks{ 
	display: block;
	z-index: 1;
	height: 100%;
}
/*
.weg:checked ~ label.play:before{ 
	display: none;
}*/

audio{
	width: 100%;
	background: transparent
}


.musik h4:after{
	content: "";
	background: url(Bilder/bc.png) no-repeat center transparent;
	padding:2em 3em;
}

.musik h4:hover{
	opacity: .7;
}
/*#cd #play{
	position: absolute;
	width: 20%;
	border:none;
	left:50%;
	top:50%;
	margin-left:-10%;
	margin-top:-20%;
    opacity:0.2;
	transition: 0.5s opacity linear;
	background: #F5E7C9;
 linear;
}

#cd:hover  #play{
        opacity:.7;
}*/



/*-----------------GALERIE--------------
---------------------------------------*/
#galerie  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

figcaption{
	margin-bottom:20px;
}

#thumb img{
	border:2px solid;
	transition: 0.5s all ease;
	vertical-align: top;
	height: 200px;
	margin:10px;
}

#thumb:hover{
	opacity: 0.7;
	cursor: pointer;
}

.lightbox:target{
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.65);  
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}

.lightbox:target > #bildanzeige{
	visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  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: rgba(0, 0, 0, 0.55);   
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}

.lightbox #bildanzeige{
	border: 4px solid #7C3216;
	position: relative;
	margin: auto;
	padding:3% 0;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;  
	border-radius: 5px;    
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,10);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,10);
	-ms-box-shadow: 0 0 50px rgba(0,0,0,10);
	-o-box-shadow: 0 0 50px rgba(0,0,0,10);
	box-shadow: 0 0 50px rgba(0,0,0,10); 
}

#bildanzeige figcaption{
	font-size: 120%;
	margin:0;
}

#bildanzeige img{
	margin: 0 5% ;
	width: 90%;
	max-height: 600px;

}

.box{
	display: block;
	cursor: pointer;
	height: 100%;
	width:  100%;
	position: absolute;
}

.schliessen:hover, .next:hover, .back:hover {
	opacity: 0.7;
}

.schliessen {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	line-height:0.8;
	padding:3px 5px;
}

.next {
	position: absolute;
	bottom: 0.5%;
	right: 5%;
}

.back {
	position: absolute;
	left: 5%;
	bottom: 0.5%;
}

.schliessen:after {
	content: "x";
	font-size: 30px;
	color: #7C3216;
	font-family: 'Verdana';
	font-weight: normal;
}


.next:after {
	content: ">";
	font-size: 30px;
	color: #7C3216;
	font-family: 'Verdana';
	font-weight: normal;
}

.back:after {
	content: "<";
	font-size: 30px;
	color: #7C3216;
	font-family: 'Verdana';
	font-weight: normal;
}


/*-----------------KONTAKT--------------
---------------------------------------*/
.mail {
	padding:0 10px 0 40px;
	cursor: pointer;
	background:url(Bilder/email.gif) no-repeat 10px center;
}

#kontakt{
	width: 40%;
	margin: 2em auto;
}

fieldset label{
	font-weight:bold;
	text-align: left;
	cursor: pointer;
	display:block;
}

fieldset 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%;
}

button{
	padding:3px;
	cursor: pointer;
	font-weight: bold;
	color:#7C3216;
	margin-bottom: 2em;
}

button:hover {
	color: #DA9D64
}

.error{
	box-shadow: #F00 0px 0px 1.5px 1px;
}

.success{
	box-shadow: none;
	color: green;
}

.weg, #mehr{
    display: none;
}
/*----------------BESTELLEN--------------
---------------------------------------*/

#warenkorb{
	text-align: left;
	width: 100%;
	max-width: 700px;
	min-height: 55vh;
	margin:0 auto;
}

#warenkorb img{
	border:2px solid #000;
	width: 80%;
	min-width: 80px;
	max-width: 100px;
}

#ware{
	border-bottom:0.5px solid #333;
	margin:1em auto;
	padding:2em 0;
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

#ware figure{
	width:20%;
	min-width: 100px;
}

.menge{
	width:7%;
	min-width: 40px;
	font-size: 120%;
}

.normal{
	border:none;
	background: transparent;
	font-weight:bold;
	font-size: 120%;
	cursor: default;
}

.link, #endpreis .link{
	margin: 1em auto;
	border:none;
	font-size: 14px;
	color: #600000;
	font-weight:normal;
	background: transparent;
	cursor:pointer;
	text-align: left;
	text-decoration: underline;
}
/*
#aktualisieren{
	width:10%;
	min-width:60px;
	margin-right: 0;
}*/


#endpreis{
	display:flex;
	align-items: center;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 1em;
	margin-bottom:3em;
	border-bottom: 5px double;
}

.cdpreis li input{
	text-align: right;
}

#endpreis input{
	text-align: right;
	font-size: 200%;
}

#endpreis li:first-child input{
	font-size: 90%;
	font-weight:normal;
}

#ware ul .button{
	width:20%;
	min-width:110px;
	font-size: 100%;
}

.mehr{
	margin:1.5em 0;
	padding-left:2.5em;
	position:relative;
	font-size: 1.2em;
	color: #600000;
}

.mehr:hover{
	color: #6B750C;
}

#mehr:checked ~ .mehr, #mehrform:checked ~ .mehr, #mehrpp:checked  ~ .mehr{
	color: #600000;
	opacity: .8;
}

#mehr ~ .mehr:before, #mehrform ~ .mehr:before , #mehrpp  ~ .mehr:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -8px;
	border-left: 8px solid #450202;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

#mehr:checked ~ .mehr:before, #mehrform:checked ~ .mehr:before, #mehrpp:checked  ~ .mehr:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -4px;
	border-left: 8px solid transparent;
	border-top: 8px solid #000;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent;
}

#dazu {
	width: 80%;
	max-width:300px;
	margin-top:20px;
	display:none;
	margin:20px  0 ;
	text-align: left;
}

#dazu li{
	display:inline-block;
}

#dazu li:nth-child(3){
	width:10%;
}

#mehr:checked ~ #dazu {
	display:flex;
	align-items: center;
	justify-content: space-between;
}

#dazu img{
	max-width:100px ;
	width: 70%;
}

#eintragen{
	margin:0 auto;
	border:1px solid #600000;
	width: 100%;
	display: none;
}

#mehrform:checked ~ #eintragen{
	display: none;
	display: block;
}

fieldset{
	padding:5% 7%;
	border:1px solid #600000;
	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: #600000;
	color:#fff;
}

#eintragen .button:hover{
	opacity: .8;
	background: #6B750C;
}

#pp-button{
	width: 60%;
	max-width: 250px;
	opacity:0;
	transition: 0.5s opacity linear;
	display: none;
}

#mehrpp:checked ~ #pp-button{
	opacity:1;
	display: block;
}

#mehrpp ~ label{
	font-size: 1em;
}


#pp-button form{
	width: 80%;
	margin:0 auto;
}
table select{
	max-width: 170px;
}

input[type='image']{
	max-width: 180px;
	min-width: 150px;
	margin-bottom: 2em;
}

.bestellen{
	margin: 2em auto;
}

/*----------ADMIN-BEREICH---------
------------------------------------*/ 
fieldset{
	padding:2em;
}

#upload p{
	text-align: left;}

legend {
	font-size: 1.1em;
	font-weight: bold;
}

#upload audio{
	width: 60%;
	margin-top:3em;
}

.mehr{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.mehr:hover, button:hover{
	opacity: .7;
}

.nichtaktiv, .nichtaktiv:hover {
	opacity: .2;
}

#umbenennen, #upload input[type='checkbox']{
	display: none;
	margin:2em 0;
}

#mehr:checked ~ .mehr, #mehr:checked ~ #mehrbilder{
	display:none;
}
#mehr:checked ~ #umbenennen,#bearbeiten .infos input,#mehrbilder {
	display:block;
}

#upload input, #upload label, #bearbeiten input, #bearbeiten .infos .normal {
	display: inline;
	width: auto;

}


.green{
	box-shadow: green  0px 0px 5px 5px;
}

#bearbeiten{
	text-align: left;
	width: 90%;
	max-width:900px; 
}

#bearbeiten .thumb{
	height: 100px;
	vertical-align: middle;
	margin:0 2em 2em 1em ;
}


#bearbeiten audio{
	width: 23%;
	min-width: 133px;
	display: inline;
	vertical-align: middle;
	margin:0.5em 1em .5em 0;
}

.normal{
	background-color: transparent;
	border:none;
}

.infos{
	padding:1em 0;
	border-bottom: 2px solid #666;
}
/*-----------RESPONSIVE-----------
-----------------------
-----------------------
----------------------------
----------------------------
-----------------------
----------------------------
-------------------*/
@media only screen and (max-width:1050px){
	nav ul{
		flex-wrap: wrap-reverse;
		margin-top:-3em;
	}
}

@media only screen and (max-width:700px){
	blockquote{
		opacity: 0;
	}
	
	nav ul, footer{
		font-size: 1.5em;
	}
	#banner img{
		width:70%;
	}
}




@media only screen and (max-width:680px){
	
nav ul {
	flex-direction: column;
	justify-content: flex-start;
	float: right;
	margin-top:-10em;
}

nav ul li {
	background-color:inherit;
}

main{
	padding: 1em;
}

@media only screen and
(max-width:500px){
	
	
	
	#pp-button{
		position: relative;
		top:3em;
		margin-bottom: 3em;
	}
	
	#eintragen{
		width:85%;
	}
	#eintragen p:nth-child(2n+0){
		margin-right:2%;
	}
	#eintragen p:nth-child(4){
		width:75%;
	}
	#eintragen p:nth-child(7){
		width:64%;
	}
	body{
		font-size: 80%;
	}
}

@media only screen and (min-width:300px) and  (max-width : 400px) {
	nav ul {
	flex-direction: row;
	justify-content: flex-end;
	float: none;
	margin-top:-4em;
	padding:0;
}

nav ul li {
	background-color:inherit;
	padding: .7em;
	font-size: .8em;
	background-color: rgba(240,240,240, .7);
}


main{
	padding: .5em;
}

#besetzung{
	margin: 0;
}
@media only screen and (max-width:300px){
	
	
  
	
}
