/* Globale Settings for Mobile and Desktop! */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

body {
    font-family: Cambria, sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.container {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0;
}

/* Desktop Layout (min-width: 768px) */
@media only screen and (min-width: 768px) {
    .great-vibes {
        font-family: 'Great Vibes';
        font-size: 48px;
        line-height: 52px;
        color: #9c616e;
        font-weight: 400;
    }

    .cambria-texte {
        font-size: 25px;
        line-height: 40px;
        color: #7a5549;
    }

    #landing-page {
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
        margin: 0;
    }


    #landing-page .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }


    #landing-page .logo-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35%;
        height: auto;
    }



    .section {
        padding: 20px;
        text-align: center;
        position: relative;
        background: rgba(251, 249, 244, 1);
    }

    .section h1 {
        margin-top: 46px;
        color: #9C616E;
    }

    .section h3 {
        margin-top: 46px;
        color: #7A5549;
    }

    .section p {
        margin-top: 33px;
        color: #7A5549;
    }

    .section .texte {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .section .deko-image {
        position: absolute;
        top: 0;
        left: 0;
    }

    .sektion-header-cambra {
        font-weight: 700;
        font-size: 52px;
        line-height: 60px;
    }

    /*
SCHRIFTARTEN
 */
    .great-vibes {
        font-family: 'Great Vibes';
        font-size: 48px;
        line-height: 52px;
        color: #9c616e;
        font-weight: 400;
    }

    .cambria-texte {
        font-size: 25px;
        line-height: 40px;
        color: #7a5549;
    }



    .footer {
        text-align: center;
        background: #9c616e;
        margin: 0;
        padding: 20px;
        width: 100%;
        color: #fff;
    }

    .footer-info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
    }


    .social-links-footer {
        display: flex;
        justify-content: center;
    }

    .social-links-footer a img {
        width: 24px;
        height: 24px;
        padding-right: 10px;
    }


    .footer-header {
        font-size: 28px;
        line-height: 39px;
        font-weight: 700;
    }

    .footer-section-kontakt {
        padding-left: 25%;
        text-align: left;
    }

    .footer-section-adresse {
        padding: 0 25%;
        text-align: left;
    }


    .footer-section-oeffnungszeiten {
        padding-left: 25%;
        text-align: left;
    }


    /*
EXTRA FOOTER(Impressum, Datenschutz)
 */
    .extra-footer {
        font-size: 28px;
        line-height: 39px;
        font-weight: 700;
        background-color: #66464e;
    }

    .extra-footer a {
        text-decoration: none;
        color: white;
        font-family: Cambria;
        padding-left: 20px;
    }

    .impressum-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px;
    }

    .impressum-content {
        background-color: #fbf9f4;
        padding: 20px;
        width: 50%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
}




/*
MOBILE LAYOUT
*/
/* Mobile Layout (max-width: 768px) */
@media (max-width: 768px) {

    .great-vibes {
        font-family: 'Great Vibes';
        font-size: 48px;
        line-height: 52px;
        color: #9c616e;
        font-weight: 400;
    }

    .cambria-texte {
        font-size: 25px;
        line-height: 40px;
        color: #7a5549;
    }

    #landing-page {
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
        margin: 0;
    }


    #landing-page .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }


    #landing-page .logo-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35%;
        height: auto;
    }



    .section {
        padding: 20px;
        text-align: center;
        position: relative;
        background: rgba(251, 249, 244, 1);
    }

    .section h1 {
        margin-top: 46px;
        color: #9C616E;
    }

    .section h3 {
        margin-top: 46px;
        color: #7A5549;
    }

    .section p {
        margin-top: 33px;
        color: #7A5549;
    }

    .section .texte {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .section .deko-image {
        position: absolute;
        top: 0;
        left: 0;
    }

    .sektion-header-cambra {
        font-weight: 700;
        font-size: 30px;
        line-height: 60px;
    }

    /*
SCHRIFTARTEN
 */
    .great-vibes {
        font-family: 'Great Vibes';
        font-size: 48px;
        line-height: 52px;
        color: #9c616e;
        font-weight: 400;
    }

    .cambria-texte {
        font-size: 15px;
        line-height: 40px;
        color: #7a5549;
    }



    .footer {
        text-align: center;
        background: #9c616e;
        margin: 0;
        padding: 50px;
        width: 100%;
        color: #fff;
    }

    .footer-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 20px;
    }

    .footer-header {
        font-size: 28px;
        line-height: 39px;
        font-weight: 700;
    }

    .footer-section-kontakt,
    .footer-section-adresse,
    .footer-section-oeffnungszeiten {
        padding: 0;
        text-align: left;
        margin-left: 100px;
    }

    .social-links-footer {
        display: flex;
        justify-content: center;
    }

    .social-links-footer a img {
        width: 48px;
        height: 48px;
        padding-right: 10px;
    }


    /*
    EXTRA FOOTER(Impressum, Datenschutz)
     */
    .extra-footer {
        font-size: 28px;
        line-height: 39px;
        font-weight: 700;
        background-color: #66464e;
    }

    .extra-footer a {
        text-decoration: none;
        color: white;
        font-family: Cambria;
        padding-left: 20px;
    }

}