/*-----------------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;
	width:100%;
}
@font-face{
	font-family:"Quattrocento";
    font-display: swap;
	src:url("Fonts/ChristmasCove-FreeQuattrocento.woff") format('woff'),
	url("Fonts/Quattrocento.otf") format('opentype');
}

p{
	padding-bottom: 1em;
}
h2,h3,h4{
	font-weight:bold;
	padding-bottom:1em;
}
.galerie h1{
	padding-bottom:0;
}
h1{
	font-size:5em;	
	margin: 2em auto;
}
h2{
	font-size:1.1em;
	padding-bottom:0;
	text-decoration: underline;
}
label h2 {
	text-decoration: none;
	position: relative;
	margin-left: 2em;
}
h3{
	font-size:1em;
}
h4{
	padding-top: 2em;
	font-size:1.1em;
	font-weight:bold;
}
h5{
	padding:0.5em 0;
}
h6{
	padding-bottom:0;
	font-size:0.9em;	
}
nav a:link, a:active, nav a:visited, nav .mehr , nav .mehr:visited, nav .mehr1 , nav .mehr1:visited,
footer a:link,  footer a:visited {
	font-weight: normal;	
	color:#000;
}
a:link, a:active, a:visited, .mehr , .mehr:visited, .mehr1 , .mehr1:visited  {
 	text-decoration: none;
	font-weight: bold;
	color:#ffe186;
}
a:hover, a:focus, .link:hover, .link:focus, .mehr:hover , .mehr:focus, .mehr1:hover , .mehr1:focus{
 	text-decoration:none;
	font-weight: bold;
	opacity: .6;
}
#text a:link, #text a:active, #text a:visited  {
	color:#008000;
}
.aktiv>a,.link:active, .aktiv {
 	text-decoration: none;
	font-weight: bold;
	opacity: .6;
}
html, body {     
  height:100%;
  width:100%;
}
body{
	background: #753c00;
	color:#fff;
	font-family: "Quattrocento";
	line-height: 1.7;
	text-align:center;
	display:flex;
}
main { 
	width:100%;
	margin:0 auto;
	height: 100%;
	text-align: center;
	max-width: 1500px;
	min-width: 260px;
}
header{
	width: 100%;
	margin:3em auto;
}
header img, footer img{
	width: 100%;
	max-width: 1500px;
}
header a:hover{
	opacity: 1;
}
nav>ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-weight: normal;
	font-size: 2em;
	background: #ffe186;
}
#menu,#menu1{
	position: absolute;
	top:-9999px;
	opacity:  0;
	line-height: 1;
	transition: opacity 1s ease-in-out;
}
#menu li,#menu1 li{
	display:inline;
	font-size: 70%;
}
nav>ul>li {
    padding-right:0.7em;
	position: relative;
}

nav img{
	margin: 1em auto;
	width:80%; 
min-width:250px ;
}
#infos,#bilder1, #bilder2, #bilder3, #bilder4, #bilder5, #bilder6, #bilder7, #bilder8, #bilder9, #bilder10, #bilder11, #bilder12, #bilder13, #bilder14, #bilder15, #bilder16, #bilder17, #bilder18, #bilder19, #bilder20{
	opacity:  0;
	transition: all .1s ease-in-out;
	height:0;
	margin: 1.2em 0;
}
#infos, .mehrtext1, .mehrtext2, .mehrtext3, .mehrtext4, .mehrtext5, .mehrtext6, .mehrtext7, .mehrtext8, .mehrtext9, .mehrtext10{
	opacity:  0;
	transition: all 1s ease-in-out;
	height:0;
	overflow: hidden;
	float:left;
}
/*.objektbilder{
	display: grid;
grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
grid-gap: 1em;
margin-bottom: 3em;
width: 100%;
}*/
.objektbilder>a{
  position: relative;
}
.objektbilder>a img{
	float:none;
	width: inherit;
	margin: 0 2em 3em 0;
height: 20vw;
width: 20vw;
object-fit: cover;
min-width: 150px;
min-height: 150px;
	max-width: 200px;
	max-height: 200px;
}
#mehrinfos:checked ~ #infos,#mehrobjekt1:checked~#bilder1, #mehrobjekt2:checked~#bilder2, #mehrobjekt3:checked~#bilder3, #mehrobjekt4:checked~#bilder4, #mehrobjekt5:checked~#bilder5, #mehrobjekt6:checked~#bilder6, #mehrobjekt7:checked~#bilder7, #mehrobjekt8:checked~#bilder8, #mehrobjekt9:checked~#bilder9, #mehrobjekt10:checked~#bilder10,
#mehrtext1:checked~.mehrtext1, #mehrtext2:checked~.mehrtext2, #mehrtext3:checked~.mehrtext3, #mehrtext4:checked~.mehrtext4, #mehrtext5:checked~.mehrtext5, #mehrtext6:checked~.mehrtext6, #mehrtext7:checked~.mehrtext7, #mehrtext8:checked~.mehrtext8, #mehrtext9:checked~.mehrtext9, #mehrtext10:checked~.mehrtext10{ 
	opacity:  1;
	z-index: 2;
	height: auto;
	transition: all 1s ease-in-out;
}
.weg:checked ~ #menu, .weg1:checked ~ #menu1{
	display: flex;
	justify-content: space-around;
	top: 2.5em;
    opacity: 1;
    z-index: 1;
    width: 100%;
	transition: opacity 1s ease-in-out;
	width: 80vw;
    left: -30vw;
	    line-height: 1;
	    max-width: 900px;
}
.weg1:checked ~ #menu1{

	transition: opacity 1s ease-in-out;
	width: 25vw;
    left: -6vw;
	    line-height: 1;
	    max-width: 300px;
}
.mehr, label, .mehr1{
	width: 100vw;
	cursor: pointer;
}
aside .mehr{
	float: right;
}
article{
	margin: 3em auto 5em auto;
	min-height:70vh;
	width: 80%;
}
article img{
	width: 100%;
}
article p, article li{
		font-family:"Callibri";
}
#logo{
	display:flex;
	width:100%;
    /* margin: 0 auto; */
    justify-content: space-between;
    flex-wrap: wrap;
}
#logo img{
		height:20vw;
	max-height:100px;
	width: inherit;
    margin-bottom: 1em;
}
figure{
margin: 2em auto;
}
#datenschutz{
	width: 20px;
}
footer>ul{
	background-color: #ffe186;
	color:#000;
	width: 100%;
	font-size: 1.2em;
}
footer div{
	margin: 3em auto;
	width: 80%;
}

	footer ul img{
	 width: 100%;
	 max-width: 20px;
	}
footer.ohne div, .mehrnav{
	display: none;
}

#mehrinfos ~ .mehr:before {
	content:"mehr lesen";
}
#mehrinfos:checked ~ .mehr:before {
	content:"weniger lesen";
}
footer>ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-bottom: 0;
	padding:1em 0;
}
footer ul li{
	padding: 0.3em 0.7em 0;
	font-size: 1em;
}
footer>ul li ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fussnote{
	margin-top:4em;
	padding-top:1em;
	border-top:1px ridge;
}
#termine>li{
	margin-bottom: 2em;
}
.termine {
	display: flex;
   flex-wrap: wrap;
   column-gap:2em;
   row-gap: 1em;
}
.termine li{
	display: flex;
	font-weight: normal;
	width: 11%;
}
.termine li:last-child{
	display: flex;
	width: 50%;
}
.termine li:nth-child(2){
	display: flex;
	width: 20%;
	font-weight: bold;
}
.termine li:first-child{
	flex-direction:column;
	font-size: 1.1em;
	font-weight: bold;
}
.termine li:first-child span{
	font-size: .9em;
	font-weight: normal;
}
#mehr ~ .mehr:before, #mehr1 ~ .mehr1:before, #text input[type='checkbox']~ label h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -.5em;
	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, #mehr1:checked ~ .mehr1:before, #text input[type='checkbox']:checked~ label h2: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;
}
#mehr:checked ~ .mehr,#mehr1:checked ~ .mehr1{
	margin-bottom:5em;
}
/*-----------------GALERIE--------------
---------------------------------------*/
#bild img {
	width: 100%;
	border:1px solid;
}
#galerie {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
  grid-gap: 2em;
  margin: 3em 0;
  width: 100%;
}
#galerie a>img {
	flex: 1;/*
	height: 150px;
	width: 150px;*/
	display: block;
   object-fit: cover;
}
#galerie a {
	margin:0.888%;
	opacity:1;
}
#galerie a:hover {
	opacity: .6;
}
.error{
	box-shadow: #F00 0px 1px 1px 3px;
	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{
	position: relative;
	padding:2%;
	background-color: #FFF;
	display: inline-block;  
	border-radius: 5px;    
	box-shadow: 0 0 50px rgba(0,0,0,10); 
    text-align: center;
    top: 1em;
}
#bildanzeige figcaption{
	font-size: 110%;
	margin:0;
	text-align: center;
		font-family:"Callibri";
	font-weight: bold;
}
#bildanzeige img{
	margin: auto ;
	height:inherit;
	width:100%;
	max-width: 60vw;
}
#bildanzeige img.hochkant{
	width:inherit;
	max-width:inherit;
	height: 70vh;
max-height: 700px;
}
.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: 20%;
	right: 5%;
	color: #fff;
	font-size: 3em;
}
.back {
	position: absolute;
	left: 5%;
	bottom: 20%;
	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: 0%;
	right: 2%;
}
#bildanzeige .back {
	left: 2%;
	bottom:0%;
}
#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%;
}

.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:#000;
	font-weight: bold;
	color:#fff;
	width: auto;
	border-radius: 3px;
}

button{
	cursor: pointer;
	text-align: left;
	background-color:#000;
	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, .weg1{
    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:1200px){

article {
  margin: 1.5em auto;
  width: 95%;
  }
}
@media only screen and (max-width:1000px){

h1{
  font-size: 3em;	
  margin:1em;
}
article{
	 margin-top:3em;
	}
}
@media only screen and (max-width:600px){


   footer>ul{
	 flex-direction:column;
	 flex-wrap:nowrap;
	}
	 .index article{
	display: inherit;
	}
	.index #text{
	float: left;
	}
	#eintragen{
		width:90%;
	}
	#figure{
		grid-template-columns: minmax(200px,600px)minmax(200px,600px);
	}
.gallery #index{
	width: 98%;
}
#bildanzeige img{
	max-width: 80vw;
}
	.index #text{
	font-size: 100%;
	width: 90%;
}
.weg:checked ~ #menu, .weg1:checked ~ #menu1{
	top: 2em;
}
#menu li, #menu1 li {
  display: inline;
  font-size: 60%;
}
.weg1:checked ~ #menu1 {
  transition: opacity 1s ease-in-out;
  width: 25vw;
  left: -3vw;
  }
}
@media only screen and (max-width:500px){

	/*#navi{
	display: none;
		height: 0%;
		opacity: 0;
		transition: 1s opacity ease-in-out ;
}
	#mehrnav:checked~#navi{
		display:block;
			transition: 1s opacity ease-in-out ;
			height: auto;
			z-index: 1;
			opacity: 1;
	}
	.mehrnav{
		text-align: center;
		font-weight: bold;
		font-size: 2.2em;
		padding:0;
		display: block;
	}
	#mehrnav:checked~.mehrnav{
		display: none;
	}
	nav>ul{
		font-size: 2.2em;
		text-align: left;
		margin-left:10%;
	}
	#menu li, #menu1 li{
		font-size: 60%;
		margin-right:0;
	}
	.mehr:before,.mehr1:before{
		left:20%;
	}
	.mehr:checked ~ #menu,.mehr1:checked ~ #menu1{
		display:none;
	}
	#mehr:checked ~ .mehr:before , #mehr1:checked ~ .mehr1:before{
		left:3.5em;
		margin-top: -.4em;
	}
	#mehr ~ .mehr:before,#mehr1 ~ .mehr1:before{
		left:3.5em;
		margin-top: -0.2em;
	}
    .weg:checked ~ #menu, .weg1:checked ~ #menu1{
		flex-direction:column;
		text-align: left;
		left:6em;
		width: auto;
		display: block;
		opacity:1;
		top:0;
	}
	.mehr ~ #menu li,.mehr1 ~ #menu1 li{
		margin-bottom: 1em;
		display: block;
	}
	nav ul #menu li{
		font-size: .7em;
	}
	#menu{
		position: relative;
		left:0;
		width: 100%;
		opacity:  0;
		transition: all 1s ease-in-out;
		footer, h1,h2{
			font-size: 1em;
		}
	}*/
	#pp-button{
		position: relative;
		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%;
	}
}

@media only screen and (max-width : 400px) {
	nav img{
min-width:150px ;
}
	#bildanzeige img.hochkant {
		width: inherit;
		height: 50vh;
	}
	#bildanzeige img{
	max-width: 100vw;
}
	article {
		/*font-size:80%;*/
		min-height:0%;
	}
  #kontakt{
		width: 90%;
		margin:0;
	}
	
  article, #eintrag li, .kontakt article{
	display: inherit;
	}
  #bildrechts, #text{
	width: 95%;
	margin:0;
	}
	#bildrechts a img{
	width: 100%;
	margin:2em auto;
	max-width: 400px;
	}
	#eintragen{
		width:80%;
	}
	
	#eintragen p:nth-child(2n+0){
		margin-right:2%;
	}
	input {
		width: 100%;
	}

  
  p, article li{
		font-family:"Callibri";
		font-size: 0.9em;
	}
}

@media only screen and (min-width:300px) and (max-width : 400px)  {
	#figure{
		grid-template-columns: minmax(200px,600px);
		grid-gap: 2em;
	}
}

@media only screen and (max-width:300px) {
	
	p, article li{
		font-family:"Callibri";
		font-size: 0.8em;
	}
	
	nav ul{
		padding: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:"Callibri";
		font-size: 0.7em;
	}
}   font-style: normal;
    font-weight: normal;
    src: url('Fonts/TheGoldsmith_Vintage.woff') format('woff'),
	url("Fonts/TheGoldsmith_Vintage.otf") format('opentype');
    }