/*general*/
/*
#EEDC9a Hintergrundfarbe
#D8B863 Header, Footer
#87764e Buch 
#9a7b4f Ramen, Schatten
#7cb283 Hexagon
#2ecc40 Links im Index
#038911 Links
#005c29 Hexagon-hover, Links
*/
*{
    margin: 0;
}
html, body{
    height: 100%;
}

.headerlogo{
    height: 3em;
}

body{
    margin: 0px;
    padding: 0;
    background-color: #EEDC9a;
    min-height: 100vh;
}

a{
    color: #038911;
}


/*header*/
header{
    margin: 0;
    background-color: #D8B863;
    padding: 20px;
    margin-bottom: 1em;
}
/*main*/
.content{
    background-color: #EEDC9a;
    margin-left: 230px;
    margin-right: 2em;
    max-width: 1800px;
    align-items: center;
    margin-bottom: 1em;
}
.center{
    margin-left: 190px;
}
@media (max-width: 750px){
    .center{
        margin: 0;
    }
}

p{
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
}
@media (max-width: 400px){
    .fließtext{
        text-align: left;
    }
}
.fließtext{
    max-width: 700px;
}

.p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px; 
}
/*sidebar*/
.sidebar{
    float: left;
    background-color: #D8B863;
    color: #038911;
    width: 200px;
    height: 310px;
    display: flex;
    border-radius: 0 60px 60px 0;
    box-shadow:  5px 5px 10px #9a7b4f; /*Schatten um die Sidebar*/
    padding: 0;
    margin-right: 1.5em;
    margin-bottom: 0.75em;
}

a{
    color: #038911;
    font-size: 20px;
    text-decoration: none;
}

a:hover{
    color: #2ecc40;
    font-style: oblique;
}

li{
    list-style: none;
    position: relative;
    left: -0.75em;
    margin-top: 0.5em;
}

.maps{
    margin: 1em;
}
.contact-script{
    width: 250px;
    margin: 0.1em;
    border: none;
}
.contact-button{
    margin-top: 1em;
    background-color: #D8B863;
    border-radius: 100px;
    border: 0px;
    height: 30px;
    width: 70px;
}
/*Galerie*/
.foto-galerie-900px{
    display: none;
}
.galerie{
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.foto-galerie{
    margin-top: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
}
@media (max-width: 900px) {
    .foto-galerie{
        display: none;
    }
    .foto-galerie-900px{
        display: grid;
        row-gap: 10px;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 550px) {
    .foto-galerie-900px{
        grid-template-columns: 1fr;
    }
}
.foto{
    margin-bottom: 8px;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow:  3px 3px 5px #9a7b4f; 
}
/*Kalender*/
summary{
    color: #038911;
}
table{
    justify-content: center;
    border-collapse: collapse;
    margin-bottom: 10px;
}
th, .second{
    background-color: #D8B863;
}
th, td{
    border: solid 2px #9a7b4f;
    padding: 5px;
    text-align: center;
}
.änderungen{
    border: none;
    font-size: small;
    text-align: start;
}

details {
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px;
}
/* Stil für die zusammengeklappte Liste */
details[open] summary::after {
    font-weight: bold;
    margin-left: 10px;
}

/* Stil für die ausgeklappte Liste */
summary::after {
    font-weight: bold;
    margin-left: 10px;
}
summary {
    display: flex;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
}

/*footer*/
#top{
    min-height: 90%;
}
.footer{
    padding: 0;
    margin: 0;
    background-color: #D8B863;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.item-bottom{
    list-style: none;
    display: flex;
    display: inline-block;
}
.instagram-logo{
    margin-right: 8%;
    display: flex;
}


/*Spezial*/
/*404*/
.container_404{
    margin-top: 40%;
}

.fehler_404{
    display: flex;
    align-content: center;
    justify-content: center;
}

/*responsive*/
@media (max-width: 780px) {
    .maps{
        width: 500px;
    }
}
@media (max-width: 550px) {
    .maps{
        width: 400px;
    }
}
@media (max-width: 480px) {
    .maps{
        width: 350px;
    }
}
@media (max-width: 400px) {
    .maps{
        margin: 0;
        width: 300px;
    }
}
@media (max-width: 500px) {
    .sidebar{
        width: 210px;
        margin-right: 100%;
    }
}
@media (max-width: 400px) {
    .sidebar{
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        text-align: center;
    }
}

.kalender_beendet{
    color: gray;
}
/*Kalender responsive*/
.kalender_klein{
    display: none;
}

@media (max-width: 1200px){
    .kalender_groß{
        display: none;
    }
    .kalender_klein{
        display: block;
    }
    .sidebar{
        display: block;
    }
    .content{
        margin: 0;
    }
    ul{
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        width: 90%;
    }
    .footer{
        justify-content: space-evenly;
    }
}