@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Henny+Penny&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    background-color: #505050;
    font-family: "Henny Penny", serif;
}

.fullscreen {
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* Schriften von hier bis... */

a {
    color: #d0d2b8;
}


/* ... bis hier Schriften */

#seite {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

#kopf {
    width: 100%;
    height: 50px;
    z-index: 1000;
    background-color: #000000;
    background-image: url("./images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#menu {
    position: fixed;
    padding-left: 15px;
    padding-top: 10px;
    z-index: 1000;
}

#inhalt {
    padding-top: 5px;
    padding-bottom: 50px;
}

#fussbereich {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    height: 40px;
}

#copyright {
    padding-top: 0.7em;
    text-align: center;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: hsl(0, 0%, 100%);
    background-color: rgba(167, 167, 167, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    overflow: auto;
    margin-bottom: 50px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #5b5a5a;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* For width 400px and larger: */

@media only screen and (max-width: 449px) {
    #kopf {
        width: 100%;
        height: 50px;
        background-color: #000000;
        background-image: url("./images/logo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

@media (max-width: 1259px) {
    .fullscreen {
        background-image: url("./images/D75_4945.jpg");
    }
    figure {
        width: 150px;
        height: 150px;
        box-shadow: 10px 15px 10px #000000;
    }
    figure img {
        width: 150px;
        height: 150px;
    }
    .container .gallery a img {
        padding: 0px 0px 0px 0px;
        width: 110px;
        height: 110px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        font-size: 0;
        box-shadow: 10px 15px 10px #000000;
    }
    h1 {
        color: #d0d2b8;
        font-size: 30px;
        text-align: center;
        padding-top: 20px;
        font-family: "Italianno", cursive;
        font-weight: 700;
        font-style: normal;
    }
    h2 {
        color: #000000;
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
        font-weight: 400;
        font-style: normal;
    }
    h3 {
        color: #d0d2b8;
        font-size: 27px;
        text-align: center;
        font-family: "Italianno", cursive;
        font-weight: 700;
        font-style: normal;
    }
    h4 {
        color: #d0d2b8;
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
        font-family: "Italianno", cursive;
        font-weight: 700;
        font-style: normal;
    }
    h5 {
        color: #000000;
        font-size: 20px;
        text-align: left;
        padding-top: 20px;
        font-family: "Italianno", cursive;
        font-weight: 700;
        font-style: normal;
    }
    .flex-item4 {
        width: 200px;
        flex-grow: 1;
        display: flex;
        border-radius: 10px;
        box-shadow: 0px 0px 30px rgb(0, 0, 0);
        background-image: url(images/20250524_163223.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 20px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 0px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .flex-item10 {
        background-size: auto;
        margin: 5px;
        padding: 5px;
        border-radius: 20px;
        justify-content: center;
    }
}

@media (min-width:1260px) {
    .fullscreen {
        background-image: url("./images/D75_4944.jpg");
    }
    figure {
        width: 200px;
        height: 200px;
        box-shadow: 10px 15px 10px #000000;
    }
    figure img {
        width: 200px;
        height: 200px;
    }
    .container .gallery a img {
        padding: 0px 0px 0px 0px;
        width: 200px;
        height: 200px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        font-size: 0;
        box-shadow: 10px 15px 10px #000000;
    }
    h1 {
        color: #d0d2b8;
        font-size: 50px;
        text-align: center;
        padding-top: 20px;
        font-family: "Italianno", cursive;
        font-weight: 700;
        font-style: normal;
    }
    h2 {
        color: #000000;
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
        font-weight: 400;
        font-style: normal;
    }
    h3 {
        color: #d0d2b8;
        font-size: 40px;
        text-align: center;
        font-family: "Italianno", cursive;
        font-weight: 400;
        font-style: normal;
    }
    h4 {
        color: #d0d2b8;
        font-size: 40px;
        text-align: center;
        padding-top: 20px;
        font-family: "Italianno", cursive;
        font-weight: 700;
        font-style: normal;
    }
    h5 {
        color: #000000;
        font-size: 40px;
        text-align: left;
        padding-top: 20px;
        font-family: "Italianno", cursive;
        font-weight: 700;
        font-style: normal;
    }
    .flex-item4 {
        width: 200px;
        flex-grow: 1;
        display: flex;
        border-radius: 10px;
        box-shadow: 0px 0px 30px rgb(0, 0, 0);
        background-image: url(images/20250524_163223.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 20px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .flex-item9 {
        border-radius: 10px;
        box-shadow: 0px 0px 30px rgb(0, 0, 0);
        background-image: url(images/20250524_163223.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
    }
    .flex-item10 {
        background-size: auto;
        margin: 5px;
        padding: 10px;
        border-radius: 20px;
        justify-content: center;
    }
}


/* von hier bis... */

.pagination {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
}

.container .gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}


/* ... bis hier gallery */

figcaption {
    font-size: 10px;
    color: #000000;
    padding-top: 1.5em;
    line-height: 0.0em;
    text-align: center;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-container>div {
    text-align: center;
    font-size: 20px;
}

#box1 {
    margin: 50px;
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

#box2 {
    margin: 50px;
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

#box3 {
    margin: 50px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

#box4 {
    margin: 50px;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#box5 {
    margin: 50px;
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.flex-item2 {
    width: 200px;
    flex-grow: 1;
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item3 {
    width: 200px;
    flex-grow: 1;
    margin-top: 0px;
    padding: 30px;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item5 {
    width: 200px;
    flex-grow: 1;
    margin-top: 0px;
    padding: 10px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item6 {
    width: 200px;
    flex-grow: 1;
    margin-top: 0px;
    padding: 10px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item7 {
    width: 200px;
    flex-grow: 1;
    margin-top: 0px;
    padding: 10px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.content {
    padding: 10px;
    border-radius: 10px;
}

.cs-grid-row {
    justify-content: center;
    align-items: stretch;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    >.cs-grid-col-d-4 {
        width: 200px;
        flex-grow: 1;
        margin-top: 0px;
        padding: 10px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    >.cs-grid-col-d-5 {
        width: 400px;
        flex-grow: 1;
        margin: 10px;
        margin-top: 0px;
        padding: 10px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.247);
        border-radius: 20px;
    }
}

.flex-item9 {
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgb(0, 0, 0);
    background-image: url(images/20250524_163223.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

#cookie-popup {
    opacity: 0.9;
    height: 100%;
    width: auto;
    text-align: center;
    background: #636363;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
    line-height: 20px;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#cookie-popup.hidden {
    display: none;
}