* {
    margin: 0;
}

*,
::before,
::after {
    box-sizing: border-box;
}

audio,
iframe,
img,
picture,
video {
    display: inline-block;
    max-width: 100%;
}

:root {
    font-size: 18px;
    overflow-y: visible;
    scroll-behavior: smooth;
}

body {

    margin: 0;
    padding: 0;
    color: #271d1b;
    /*background-color: rgba(224, 240, 245, 0.5);*/
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #aca4a5;
}

p {
    line-height: 2;
    padding: 1rem;
    color: #331c31;
}

body > :not(:first-child),
main > :not(:first-child) {
    margin-top: 0rem;
}

h1 {
    font-weight: 700;
    font-style: normal;
    color: #bc731d;
    font-size: 2.5rem;
    text-transform: uppercase;
}

h2 {
    font-size: 2rem;
    color: #becbd0;
    font-weight: 700;
    font-style: normal;
}

h3 {
    font-size: 2rem;
    color: #bc731d;
    font-weight: 300;
}

h4 {
    color: #331c31;
    /*opacity: 0.7;*/
    /*background: rgba(218, 142, 141, 0.25);*/
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 1.25rem 0 0 0;
}

.button-primary, .button-secondary {
    display: inline-block; /* nebeneinander, aber wie Blockbox */
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem;
}

.button-primary {
    background: rgba(249, 240, 200, 0.8);
    color: rgba(188, 115, 29, 1);
    /*border: 2px solid #bc731d;*/
    border-radius: 5px;
    margin: 2rem auto;
    opacity: 0.8;
}

.button-secondary {
    background: transparent;
    color: #f9f0c8;
    border: 2px solid #f9f0c8;
    border-radius: 5px;
    margin: 2rem 0;
}

hr {
    border: 0;
    width: 100%;
    height: 2px;
    margin: 2rem auto;
    background: rgba(172, 164, 165, 0.3);

}

figcaption {
    font-size: 15px;
    text-align: center;
    margin: -0.3rem 0 0 0;
}

.site-header-gallery-fotos {
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
    background: #f9f0c8;
}

/*
.site-header-gallery-fotos img {
    position: sticky;
    top: 0;
}
*/
.gallery-content-scroll img {
    display: block;
    margin: auto;
    max-height: calc(100vh - 50px);
}

.foto-text {
    position: relative;
}

.text1 {
    position: absolute;
    left: 35%;
    top: 10%;

}

@media screen and (min-width: 1200px) {
   /* p {
        background: rgba(245, 245, 245, 0.4);
        border-radius: 5px;

    }*/
    .text-left {
        position: absolute;
        max-width: 35%;
        left: 1%;
        bottom: 5%;
    }

    .text-right {
        position: absolute;
        right: 1%;
        bottom: 5%;
        max-width: 35%;
    }
}

footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: rgba(245, 245, 245, 0.2);
    text-align: center;
}

.footer-font {
    color: rgba(245, 245, 245, 0.9);
}

footer a {
    text-decoration: none;
    color: #271d1b;
    margin: 1rem 0;
}

