*, ::before, ::after { 
	box-sizing: border-box; 
}
html { 
	margin: 0 auto;
     padding: 0em 0em 0em 0em;
   background: #fcfcfc;
    background-image: url("/img/hintergrundbild.jpeg");
   background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
} 
body {
    margin: 0 auto;
    max-width: 1440px;
    background: #fcfcfc;
    border: solid 2px #aaa;
    border-radius: 0px 0px 15px 15px;
}
.h1 {
   text-align:center;
    color:#183a1d;
    margin-bottom: 5px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 3px 3px 3px #D2B48C;
    line-height:36px;
    font-size: 32px;
    text-align: center;
}
.h2 {
    color:teal;
    padding: .5em;
    text-shadow: 2px 2px 2px #D2B48C;
    font-family: Times, Georgia "Times New Roman", serif;
}
.h4 {
    text-align:center;
    color:black;
    margin-bottom: 0px;
    font-family:cursive;
    font-style:normal;
    text-shadow: 2px 2px 2px silver;
    line-height:22px;
    font-size: 20px;
}
.h5 {
    text-align:center;
    color:#666;
    margin-bottom: 0px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 2px 2px 2px silver;
    line-height:22px;
    font-size: 20px;
}
a {
  color: teal;
  text-decoration: none;
    font-style: italic;
}

a:hover,
a:focus {
	color:orange;
    font-style: italic;
}

/*style Grid Layout - Anfang*/
.wrapper {
    background: #fcfcfc;
    display: grid;
    margin: 0 auto;
    padding-bottom: .5em;
}
.wrapper {
    grid-gap: .4em;
    grid-template-areas:
    "header"
    "content"
    "sidebar"
    "footer"
}
    @media only screen and (min-width: 782px)   {
    .wrapper {
    grid-gap: .4em;
    grid-template-columns: auto auto 34%;
    grid-template-areas:
    "header  header  header"
    "content content sidebar"
    "footer  footer footer";
    max-width: 1920px;
 }
}

/* Ausblenden unter 754px Breite */
@media (max-width: 781px) { 
    div.grid, div.linie1 { 
    display: None; 
}
}

@media (min-width: 782px) { 
    div.disclaimer, hr.linie2 { 
    display: None; 
}
}


/* Anzeige Display ab 1010px Breite */

    /* @media only screen and (min-width: 980px)   {
    .wrapper {
    grid-gap: .4em;
    grid-template-columns: auto auto 50%;
    grid-template-areas:
    "header  header header"
    "content content sidebar"
    "footer  footer footer";
    max-width: 1440px;
 }
} /*

/*Style Header*/
.header {
    grid-area: header;
    background-color: #fcfcfc;
    padding: 0px;
}

/*Style Content*/
.content {
    grid-area: content;
    background-color: #fcfcfc;
    width: 100%;
    height: auto;
    text-align: center;
    padding-left: 1.8em;
    padding-right: .8em;
}
.content h1 {
    text-align:center;
    color:#183a1d;
    margin-bottom: 5px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 3px 3px 3px #D2B48C;
    line-height:36px;
    font-size: 32px;
}
.content h2 {
    text-align:center;
    color:teal;
    margin: 3px;
    font-family:cursive;
    font-style:normal;
    text-shadow: 2px 2px 2px #D2B48C;
    line-height:110%;
    font-size: 25px;
}
.content h3 {
    text-align:center;
    color:#183a1d;
    margin:2px;
    font-family: Times, Georgia "Times New Roman", serif;
    font-size: 22px;
    font-weight: normal;
}
.content h4 {
    text-align:center;
    color:black;
    margin-bottom: 0px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 2px 2px 2px silver;
    line-height:22px;
    font-size: 20px;
}
.content img {
    border: solid 2px #aaa;box-shadow: 0 0 6px silver;
    padding: 1px; margin-right: 0.5em;
    border-radius: 8px;
    text-align: center;
}


/*Style Footer*/
.footer {
    grid-area: footer;
}
/*style Grid Layout - Ende*/

/*style Grid oben*/
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 0em;
    width: 100%;
    height: auto;
    padding: 0px;
    background: #fcfcfc;
    text-align: center;
    position: sticky;
    top: -22em;
}
.grid div {
    background: #fcfcfc;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
.grid h3 {
    text-align: center;
    color:#800000;
    margin:0px;
    font-family:cursive;
    font-style:normal;
    text-shadow: 3px 3px 3px #D2B48C;
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 0em; 
}
/*style Grid oben Ende*/

/*style Grid eins unten*/
.grid-eins {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: .3em;
    width: 100%;
    height: auto;
    padding-left: .4em; 
    padding-right: .4em;
    text-align: center;
}
.grid-eins div {
    background: #fcfcfc;
    text-align: center;
    width: 97%;
    height: auto;
    text-align: center;
}
.grid-eins h1 {
    text-align:center;
    color:#183a1d;
    margin-bottom: 5px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 3px 3px 3px #D2B48C;
    line-height:36px;
    font-size: 32px;
}
.grid-eins h3 {
    text-align: center;
    color:#183a1d;
    margin:0px;
    font-family:cursive;
    font-style:normal;
    text-decoration: underline;
    text-shadow: 3px 3px 3px #D2B48C;
    font-size: 20px;
    margin-bottom: .5em; 
}
.grid-eins img {
    margin: 0em; border: solid 2px #aaa; box-shadow: 0 0 6px silver;
    padding: 1px;
    border-radius: 8px; 
    margin-right: 1em;
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
}
.grid-eins p {
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
    padding-left: 1em;
    padding-right: 1em;
}
/*style Grid eins unten Ende*/

.flex-container {
    display:flex;
    padding: .2em;
}
.flex-container h1 {
    text-align:center;
    color:#183a1d;
    margin-bottom: 5px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 3px 3px 3px #D2B48C;
    line-height:36px;
    font-size: 32px;
}

.flex-container no {
    display:flex;
    background-color: #fff;
    padding: 0em;

}



.tz-gallery {
    padding: 0px;
}

.tz-gallery .thumbnail {
    padding-right: 10px;
    margin-bottom: 1em;
    background-color: #fcfcfc;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-2px) scale(1.02);
     opacity: 0.8;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 4px 4px 4px 4px;
}

.tz-gallery .caption{
    padding: 4px 4px;
    text-align: center;
}

.caption h3 {
    color:teal;
    margin:0px;
     font-family: "Times New Roman", Times, serif;
    font-style:normal;
    font-size: 20px;
}

.caption p {
    font-size: 14px;
    color: #7b7d7d;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.flex-container1 {
	display: flex;
	flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
}
/* große Viewports */

@media all and (min-width: 38em) {
	.flex-container1 {
		flex-direction: row;
	}
}

.flex-item1 {
	border: 1px solid;
	margin: .2em;
	padding: .2em;
	background-color: #fcfcfc;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.flex-item1:hover {
    transform: translateY(-2px) scale(1.02);
     opacity: 0.8;
}

 