.elementor-68 .elementor-element.elementor-element-cbfoot01{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-cbhtml01 *//* =========================================
   CAFÉBAR – FOOTER
   ========================================= */

.cb-footer {
    width: 100%;
    background: #292826;
    color: #f5efe3;
}


/* HAUPTBEREICH */

.cb-footer-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 58px 32px 52px;

    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.2fr;
    gap: 60px;
}


/* =========================================
   MARKE
   ========================================= */

.cb-footer-brand {
    min-width: 0;
}

.cb-footer-logo-link {
    display: inline-block;
    margin-bottom: 18px;
}

.cb-footer-logo {
    display: block;
    width: 88px;
    height: 88px;

    object-fit: contain;
    border-radius: 50%;
}

.cb-footer-claim {
    margin: 0 0 9px;

    font-family: "Lora", Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;

    color: #fffdf9;
}

.cb-footer-since {
    margin: 0;

    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 1.5;

    color: rgba(245,239,227,.62);
}


/* =========================================
   SPALTEN
   ========================================= */

.cb-footer-column h3 {
    margin: 5px 0 20px;

    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .15em;
    text-transform: uppercase;

    color: #d4af6a;
}

.cb-footer-column p {
    margin: 0 0 15px;

    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.75;

    color: rgba(245,239,227,.78);
}

.cb-footer-column nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cb-footer-column a {
    display: block;
    width: fit-content;

    margin-bottom: 10px;

    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.45;

    color: rgba(255,253,249,.88) !important;
    text-decoration: none !important;

    transition: color .2s ease;
}

.cb-footer-column a:hover {
    color: #d4af6a !important;
}


/* KONTAKT */

.cb-footer-contact > a {
    font-size: 15px;
}

.cb-footer-contact-note {
    margin-top: 20px !important;
    padding-top: 18px;

    border-top: 1px solid rgba(255,255,255,.10);
}


/* =========================================
   UNTERE ZEILE
   ========================================= */

.cb-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    background: #242321;
}

.cb-footer-bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.cb-footer-bottom span,
.cb-footer-bottom a {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 1.5;

    color: rgba(245,239,227,.55) !important;
}

.cb-footer-bottom nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.cb-footer-bottom a {
    text-decoration: none !important;
}

.cb-footer-bottom a:hover {
    color: #d4af6a !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 950px) {

    .cb-footer-main {
        padding: 50px 28px;

        grid-template-columns: 1fr 1fr;
        gap: 45px 60px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .cb-footer-main {
        padding: 42px 22px 38px;

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 38px 24px;
    }

    .cb-footer-brand {
        grid-column: 1 / -1;

        display: grid;
        grid-template-columns: 72px 1fr;
        column-gap: 18px;
        align-items: center;
    }

    .cb-footer-logo-link {
        grid-row: 1 / 3;
        margin: 0;
    }

    .cb-footer-logo {
        width: 72px;
        height: 72px;
    }

    .cb-footer-claim {
        margin: 0;
        font-size: 18px;
    }

    .cb-footer-since {
        align-self: start;
    }

    .cb-footer-contact {
        grid-column: 1 / -1;
    }

    .cb-footer-contact-note {
        max-width: 330px;
    }

    .cb-footer-bottom-inner {
        padding: 18px 22px;

        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .cb-footer-bottom nav {
        flex-wrap: wrap;
        gap: 8px 18px;
    }

}/* End custom CSS */