@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/rubik-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/rubik-bold.ttf') format('truetype');
}

* {
    box-sizing: border-box;
}

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

body {
    font-family: 'Rubik', Arial, sans-serif;
    background-color: #F08A09;
    color: #ffffff;
    font-weight: 300;
    min-height: 100vh;
}

/* Startseite */

.startseite {
    width: 100%;
}

.header,
.themen,
.legal-footer {
    width: 100%;
    max-width: 1788px;
    margin: 0 auto;
}

.header img {
    display: block;
    width: 100%;
    height: auto;
}

.themen {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.thema {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
}

.thema-img {
    display: block;
    width: 100%;
    height: auto;
}

.thema-img-standard {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.thema-img-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.thema:hover .thema-img-standard,
.thema:focus .thema-img-standard,
.thema:focus-visible .thema-img-standard {
    opacity: 0;
}

.thema:hover .thema-img-hover,
.thema:focus .thema-img-hover,
.thema:focus-visible .thema-img-hover {
    opacity: 1;
}

.thema:focus {
    outline: none;
}

.thema:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.legal-footer {
    text-align: center;
    padding: 15px 16px 24px;
    font-size: 14px;
    font-weight: 300;
}

.legal-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.legal-footer a:hover,
.legal-footer a:focus,
.legal-footer a:focus-visible {
    color: #8B4513;
    text-decoration: none;
}

/* Unterseiten allgemein */

.childs-header {
    width: 100%;
    max-width: 1790px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.childs-header img {
    width: 100%;
    max-width: 1790px;
    max-height: 596px;
    height: auto;
    object-fit: contain;
}

.childs-text,
.impressum-text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    color: #333333;
    line-height: 1.6;
    font-weight: 300;
}

.childs-text strong,
.impressum-text strong {
    font-weight: 700;
}

.childs-text h1,
.childs-text h2,
.impressum-text h1,
.impressum-text h2 {
    color: #ffffff;
    padding-top: 0;
    margin-top: 0;
    font-weight: 700;
}

.childs-text h1,
.impressum-text h1 {
    font-size: 3.1em;
    text-align: center;
}

.childs-text h2,
.impressum-text h2 {
    font-size: 1.7em;
}

.childs-text p,
.impressum-text p {
    margin-bottom: 15px;
}

.childs-text a,
.impressum-text a {
    color: #8B4513;
    text-decoration: none;
    font-weight: 700;
}

.childs-text a:hover,
.childs-text a:focus,
.childs-text a:focus-visible,
.impressum-text a:hover,
.impressum-text a:focus,
.impressum-text a:focus-visible {
    text-decoration: none;
    color: #ffffff;
}

/* Unterseiten Layout: Text links, Visual rechts */

.childs-layout,
.oeffnungszeiten-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: start;
    margin-top: 20px;
}

/* Öffnungszeiten */

.oeffnungszeiten {
    max-width: none;
    margin: 0;
    padding: 20px 0 0 0;
    color: #ffffff;
    font-family: 'Rubik', Arial, sans-serif;
}

.zeit-zeile {
    display: grid;
    grid-template-columns: 220px 1fr;
    column-gap: 40px;
    align-items: start;
    margin-bottom: 40px;
}

.tag {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin: 0;
    position: relative;
    top: -2px;
}

.zeiten {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.zeiten .einzug {
    margin-top: 8px;
    margin-left: 0;
}

/* Lieferservice */

.lieferung {
    width: 100%;
    color: #ffffff;
    font-family: 'Rubik', Arial, sans-serif;
    padding-top: 20px;
}

.lieferung-zeile,
.lieferung-zeile-rufnummer {
    margin-bottom: 22px;
}

.lieferung-zeile .tag,
.lieferung-zeile-rufnummer .tag {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    position: static;
}

.lieferung-zeile .tag {
    color: #ffffff;
}

.lieferung-zeile-rufnummer .tag {
    color: #8B4513;
}

/* Unterseiten Visual */

.childs-visual,
.oeffnungszeiten-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 0;
}

.visual-bild {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
}

/* Anschrift */

.anschrift-section {
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
}

.anschrift-section h2 {
    margin: 0 0 16px 0;
    padding-top: 0;
    font-size: 1.7em;
    font-weight: 700;
    color: #ffffff;
}

.anschrift-adresse {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
    color: #ffffff;
}

/* Responsive */

@media (max-width: 900px) {
    .childs-layout,
    .oeffnungszeiten-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .zeit-zeile {
        grid-template-columns: 160px 1fr;
        column-gap: 20px;
        margin-bottom: 32px;
    }

    .childs-visual,
    .oeffnungszeiten-visual {
        align-items: flex-start;
        text-align: left;
        padding-top: 0;
    }

    .visual-bild {
        max-width: 260px;
    }

    .anschrift-section {
        margin-top: 30px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 0 16px;
    }

    .themen {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    .legal-footer {
        padding: 8px 16px 24px;
    }

    .childs-text,
    .impressum-text {
        margin: 20px;
        padding: 20px;
        font-size: 16px;
    }

    .childs-text h1,
    .impressum-text h1 {
        font-size: 2.2em;
    }

    .childs-text h2,
    .impressum-text h2 {
        font-size: 1.4em;
    }

    .tag,
    .zeiten,
    .lieferung-zeile .tag,
    .lieferung-zeile-rufnummer .tag {
        font-size: 1.35em;
    }

    .visual-bild {
        max-width: 240px;
    }
}
