@font-face {
    font-family: Better Yesterday;
    src: url("stolp/Better Yesterday.otf");
}

@media only screen and (max-width: 768px),
only screen and (max-width: 992px) {
    .dMb {
        display: none;
    }

    .dNavbar {
        display: none !important;
    }

    .dNavMb {
        display: block !important;
    }

    .dGerichte {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)) !important;
        gap: 32px !important;
        padding: 0px !important;
    }

    .dGericht .dText {
        font-size: 50px !important;
        bottom: -20px !important;
        padding: 0px !important;
        right: 0px !important;
        left: 50% !important;
        width: 100% !important;
        transform: translate(-50%, 0%) !important;
        text-align: center;
    }

    #kontakt .dSchrift {
        bottom: 64px !important;
    }

    #kontakt .dContent {
        padding: 0px 5% !important;
    }

    #kontakt img {
        height: 100px !important;
    }

    .dWochenplan {
        gap: 14px !important;
    }

    .dTag {
        height: 60px !important;
        width: 60px !important;
        font-size: 18px !important;
    }

    .dWochenplan label {
        font-size: 16px !important;
    }

    .dWochenplan span {
        font-size: 14px !important;
    }

    #aktionen .col-lg-8 .row {
        margin-top: 0px !important;
    }

    #aktionen .col-lg-4 {
        margin-top: 32px !important;
    }

    #iOne,
    #iThree {
        left: -250px !important;
    }

    #iTwo,
    #iFour {
        right: -200px !important;
    }
}

.offcanvas {
    background-color: black;
}

.offcanvas .btn-close {
    filter: invert(1);
}

body,
html {
    margin: 0px;
    height: 100%;
    font-size: 18px;
    overflow-x: hidden;
    font-family: system-ui, sans-serif;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.dFooter {
    padding-bottom: 12px;
    display: flex;
    gap: 20px;
}

.dFooter a {
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
    transition: .1s;
    font-size: 14px;
}

.lPrint {
    font-weight: bold;
    text-decoration: none;
    transition: .1s;
    float: right;
    margin-top: 16px;
}

.lPrint:hover {
    color: burlywood !important;
}

.dFooter a:hover {
    color: white;
    cursor: pointer;
}

.dNavMb {
    display: none;
}

.dNavMb img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0%);
}

.dNavbar {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px 5% 16px 5%;
    z-index: 9;
    transition: 0.1s ease;
}

.dNavbar .dLeft {
    position: absolute;
    display: flex;
    left: calc(5% - 56px);
    height: 100%;
    justify-content: center;
    top: 124px;
    gap: 8px;
}

.offcanvas-body .dLeft {
    display: flex;
    height: 100%;
    justify-content: center;
    gap: 8px;
}

.dNavbar.scrolled .dLeft {
    position: absolute;
    display: flex;
    align-items: center;
    left: calc(5% - 56px);
    height: 100%;
    justify-content: center;
    top: 0px;
    gap: 8px;
}

.dLeft a {
    color: white;
    text-decoration: none;
    transition: .1s;
    font-size: 22px;
}

.dLeft a:hover {
    color: gray;
    cursor: pointer;
}

.dNavbar.scrolled {
    background-color: black;
    padding: 11px 5% 16px 5%;
}

.dNavbar.scrolled img {
    background-color: black;
    padding-top: 6px;
}

.link {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: burlywood;
    margin: 0px 16px;
    transition: .1s;
    display: inline-block;
    margin-top: 8px;
    letter-spacing: 2px;
}

.link:active,
.link:hover {
    color: white;
}

.dSchrift {
    font-family: Better Yesterday;
    color: burlywood;
}

.dStart {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("stolp/hintergrund.jpg");
}

.dBar {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

label.dInfo {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
    text-align: end;
    line-height: 60px;
    color: black;
}

label.dHead {
    font-weight: bold;
}

.dContent {
    padding: 0px 10%;
}

.dGerichte {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    gap: 64px;
    padding: 64px 10%;
}

.dGericht {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.dGericht img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.dGericht .dText {
    font-size: 60px;
    font-family: Better Yesterday;
    color: burlywood;
    position: absolute;
    bottom: -32px;
    right: -32px;
    transform: rotate(-10deg);
}

.dWochenplan {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
}

.dWochenplan.angebote {
    padding-bottom: 8px;
    border-top: 1px solid black;
}

.dWochenplan.angebote:last-of-type {
    padding-bottom: 16px;
    border-bottom: 1px solid black;
}

.dTag {
    height: 70px;
    width: 70px;
    border-radius: 75px;
    background-color: burlywood;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
}

.print .dTag {
    background: transparent;
    color: black;
}

.dWochenplan label {
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.dWochenplan.angebote label, .print .dWochenplan label {
    color: black;
}

.dWochenplan span {
    font-size: 17px;
    color: gainsboro;
    font-weight: 400;
}

.dWochenplan.angebote span, .print .dWochenplan span {
    color: #0d0d0d;
}

.dWochenplan>div:last-of-type {
    max-height: 100px;
    align-items: center;
}

.dWochenplan:last-of-type>div:last-of-type {
    max-height: 100px;
    align-items: center;
}

@keyframes hoverEffect {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}