/* =====================================
   RESET
===================================== */

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

html,
body {
    margin: 0;
    padding: 0;
}


/* =====================================
   VARIABLEN
===================================== */

:root {
    /* Farben */
    --berry: #A50064;
    --dunkelgrau: #575756;
    --hellgrau: #878786;
    --weiss: #FFFFFF;
}


/* =====================================
   GRUNDLAYOUT
===================================== */

.room__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.room__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;
}


/* =====================================
   BODY
===================================== */

body {
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.5;
    color: var(--dunkelgrau);
    background-color: var(--weiss);
}


/* =====================================
   HEADER
===================================== */

.site-header {
    width: 100%;
    border-bottom: 1px solid var(--hellgrau);
}

.header-top {
    height: 8px;
    background-color: var(--berry);
}


/* =====================================
   NAVIGATION- oben und unten
===================================== */

.site-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.site-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__list li {
    display: inline;
}

.site-nav__list li:not(:last-child)::after {
    content: " | ";
    color: var(--dunkelgrau);
}

.site-nav a {
    color: var(--dunkelgrau);
    text-decoration: none;
    font-size: 20px;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
    color: var(--berry);
}


/* =====================================
   TYPOGRAFIE
===================================== */

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
    color: var(--berry);
}

h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--dunkelgrau);
}

p {
    max-width: 680px;
    margin-bottom: 24px;
}


/* =====================================
   GARTEN (ENSŌ)
===================================== */

.room--garden {
    padding: 40px 0;
    text-align: center;
}

.site-logo {
    width: 420px;
    max-width: 90%;
    height: auto;
}


.enso {
    margin: 1rem 0 4rem;
    text-align: center;
}

.enso__image {
    display: block;
    width: min(480px, 75vw);
    height: auto;
    margin: 0 auto;
}

/* =====================================
   RAUM INTRO
===================================== */

.room--intro {
    padding: 30px 0 35px;
}

.room__header {
    max-width: 680px;
    margin-bottom: 32px;
}

.room__content {
    align-items: stretch;
}

.room__text {
    grid-column: 1 / span 7;
}

.room__image {
    grid-column: 10 / span 3;
    margin: 0;
    padding-left: 12px;
    border-left: 1px solid var(--berry);
}

.room__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =====================================
   RAUMTRENNER
===================================== */

.room-divider {
    margin: 30px 0 35px;
}

.room-divider__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;
    align-items: center;
}

.divider-line {
    height: 1px;
    background-color: var(--berry);
    opacity: 0.3;
}

.divider-line--left {
    grid-column: 1 / span 4;
    margin-right: 10px;
}

.divider-door {
    grid-column: 5;
    width: 120px;
    height: 1px;
    justify-self: center;
}

.divider-line--right {
    grid-column: 5 / -1;
    margin-left: 60px;
}


/* =====================================
   UNTERE RÄUME
===================================== */

.room--bottom {
    padding: 60px 0 80px;
}


/* =====================================
   RAUM VERBINDUNG
===================================== */

.room__connection {
    grid-column: 1 / span 4;
}


/* =====================================
   RAUM IM MOMENT
===================================== */

.room__moment {
    grid-column: 5 / span 8;
    padding-left: 32px;
    border-left: 1px solid var(--berry);
}
.magazine-preview{

    margin:40px 0;

}

.magazine-preview img{

    display:block;

    width:100%;

    max-width:480px;

    height:auto;

}
/* =====================================
   RAUM links
===================================== */
.room-link {
    display: inline-block;
    color: var(--berry);
    text-decoration: none;
    border-bottom: 1px solid var(--berry);
    padding-bottom: 2px;
}

.room-link::before {
    content: "→ ";
}

.room-link:hover,
.room-link:focus {
    color: var(--dunkelgrau);
    border-bottom-color: var(--dunkelgrau);
}

/* --------------------------------------------------
   FOOTER
-------------------------------------------------- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.site-footer {
    margin-top: 0;
    border-top: 1px solid var(--hellgrau);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0 18px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 1rem;
}

.footer-nav a {
    color: var(--dunkelgrau);
    text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a[aria-current="page"] {
    color: var(--berry);
}

.footer-bar {
    width: 100%;
    height: 8px;
    background-color: var(--berry);
}
/* =====================================
   Brevo
===================================== */

.sib-form-message-panel {
    display: none;
}

.sib-form-message-panel .sib-notification__icon {
    width: 20px;
    height: 20px;
}

/* =====================================
   IMPRESSUM DATENSCHUTZ
===================================== */
.rechtliches {
   max-width: 1200px;
    margin: 0 auto;
    padding: 10px 40px;
    text-align: center;
}

.rechtliches section {
    padding: 2rem 0;
}

.rechtliches h1 {
    margin-bottom: 3rem;
}

.rechtliches h1,
.rechtliches h2,
.rechtliches .kontakt {
    text-align: center;
}

.rechtliches p {
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
}

/* =====================================
   RESPONSIVE – MOBILE
===================================== */

@media (max-width: 768px) {

    body {
        font-size: 17px;
    }

    .room__inner {
        padding: 0 20px;
    }

    .room__grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 27px;
        margin-bottom: 24px;
    }

    p {
        max-width: none;
    }


    /* INTRO-RAUM */

    .room--intro {
        padding: 30px 0 10px;
    }

    .room__text {
        grid-column: 1;
    }

    .room__image {
        grid-column: 1;
        margin-top: 24px;
        padding: 12px 0 0;
        border-left: 0;
        border-top: 1px solid var(--berry);
    }

    .room__image img {
        width: 100%;
        height: auto;
        max-height: 420px;
        object-fit: cover;
    }


    /* RAUMTRENNER */

    .room-divider {
        margin: 35px 0;
    }

    .room-divider__grid {
        display: block;
    }

    .divider-line {
        width: 100%;
        height: 1px;
        background-color: var(--berry);
        opacity: 0.3;
    }

    .divider-line--left {
        display: none;
    }

    .divider-door {
        display: none;
    }

    .divider-line--right {
        margin: 0;
    }


    /* UNTERE RÄUME */

    .room--bottom {
        padding: 0 0 50px;
    }

    .room__connection {
        grid-column: 1;
        padding-bottom: 40px;
    }

    .room__moment {
        grid-column: 1;
        padding: 40px 0 0;
        border-left: 0;
        border-top: 1px solid var(--berry);
    }

    .magazine-preview {
        margin: 30px 0;
    }

    .magazine-preview img {
        max-width: 100%;
    }


    /* NAVIGATION */

    .site-nav {
        padding: 10px 20px;
    }

    .site-nav__list {
        line-height: 1.8;
    }

    .site-nav a {
        font-size: 16px;
    }

    .footer-content {
        padding: 14px 20px 16px;
    }

    .footer-nav {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}

/* =====================================
   HAMBURGER-MENÜ
===================================== */

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin: 8px auto;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: var(--dunkelgrau);
}

@media (max-width: 768px) {

    .nav-toggle {
        display: block;
    }

    .site-nav {
        display: none;
        padding: 0 20px 16px;
    }

    .site-nav.is-open {
        display: block;
    }

    .site-nav__list li {
        display: block;
        text-align: center;
        padding: 6px 0;
    }

    .site-nav__list li:not(:last-child)::after {
        content: none;
    }

    .site-nav a {
        font-size: 17px;
    }
    

    .rechtliches {
        padding: 10px 20px;
    }

    .rechtliches section {
        padding: 2rem 0;
    }

    .rechtliches p {
        width: 100%;
        max-width: none;
    }

}
/* =====================================
   ZITATE
===================================== */

.textzitat {
    max-width: 760px;
    margin: 64px auto;
    padding: 0;
    border: 0;
    color: var(--berry);
}

.textzitat p {
    margin: 0;
    font-family: inherit;
    font-size: clamp(1.9rem, 2.8vw, 2.4rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--berry);
}

.textzitat footer {
    margin-top: 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--dunkelgrau);
}

.textzitat footer span {
    display: block;
    font-size: 0.8rem;
    color: var(--hellgrau);
}
/* =====================================
   BILDER
===================================== */

/* Berührungspunkte */
.bp-image {
    display: block;
    width: 100%;
    max-width: 820px;
    height: auto;
    margin: 0 auto;
}

/* =====================================
   LINKS
===================================== */

a {
    color: var(--berry);
    text-decoration: none;
}

a:hover {
    color: var(--hellgrau);
    text-decoration: underline;
}
/* =====================================
   LDIVERSES
===================================== */
.rechtliches .coming-soon {
    text-align: center;
    color: var(--dunkelgrau);
    margin: 80px auto;
}