h1,h2,h3,
h4,h5 {
    font-family: var(--font-family-title), sans-serif;
    margin-bottom: 45px;
    font-weight: bold;}
h2{
    font-size: 3.125rem;
    line-height: 1;
}

.hero{
    h1{
        font-size: clamp(3.2rem, 12vw, 9rem);
        font-weight: 400;
        margin: 1rem 0 .5rem !important;
        text-align: left !important;
    }
    p{
        font-size: 1.25rem;
        max-width: 31.6875rem;
    }
}
header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    color: $gray-dark;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: $header-height-sm;
    line-height: 1;

    @include media-breakpoint-up(md) {
        padding-top: 30px;
        padding-bottom: 30px;
        height: $header-height;
    }

    .neos-controls:not(.neos-full-screen) & {
        position: relative;
    }
}
.header-logo {
    max-width: 200px;
    height: 100%;
    img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
}
.header {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 110px;
    position: sticky;
}
/* Burger burger-lines */
.burger-lines {
    width: 28px;
    height: 22px;
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-lines span {
    display: block;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animation burger ouvert */
.burger-lines.open span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
}

.burger-lines.open span:nth-child(2) {
    opacity: 0;
}

.burger-lines.open span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    bottom: 8px;
}

/* Menu caché par défaut */
.menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
    z-index: 9999;
}

/* Menu visible */
.menu.open {
    display: flex;
}

.menu li a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.menu li:last-child a {
    border-bottom: none;
}

.menu li a:hover {
    background-color: #f5f5f5;
}




.bg-beton{
    background-image: url("../images/hp/beton-1171x2560.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}
.bg-plats{
    background-image: url("../images/hp/Sushi-Bowls_sst_1177552363_freigestellt-mit-Schatten-min.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.patch-logo{
    width: 300px;
    height: 300px;
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
}
body {
    padding-top: 100vh;
    &.Imprint{
        padding-top: 0;
        .banner-header{
            display: none !important;
        }
        p{
            margin-bottom: 10px;
        }
    }
    &.HomePage{
        .main{
            overflow-x: hidden;
        }
    }
}

.mapContainer {
    #map {
        height: 180px;
        filter: sepia(0.1) saturate(0.6) brightness(1.05) grayscale(0.4);
    }
    .adress {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        h3 {
            font-family: var(--font-family-title), sans-serif;
        }
    }
}

.morning-section__left--image-large{
    .bg-assiette{
        transform: scale(0.75) rotate(95deg);
        right: 54px;
        top: 15px;
        transition: ease 300ms;
        &:hover{
            transform:scale(0.75) rotate(105deg);
            transform-origin: center;

        }
    }
    .plat{
        transform: scale(0.9);
        left: -140px;
        top: 40px;
    }

}
.afterwork-section{
    .bg-assiette{
        transform: scale(0.75) rotate(95deg);
        right: 54px;
        top: 15px;
        transition: ease 300ms;
        &:hover{
            transform:scale(0.75) rotate(105deg);
            transform-origin: center;

        }
    }
    .plat{
        transform: scale(0.9);
        left: -140px;
        top: 40px;
    }

}
.morning-section__right-muesli {
    .bulle{
        width: 150px;
        height: 150px;
        top: 30px;
        left: -10px;
    }
}
.dailybowl {
    &.bulle{
        width: 150px;
        height: 150px;
        top: 30px;
        left: 30px;
        z-index: 1;
    }
}
.dailybolwText{
    width: 280px;
    height: 280px;
}
.arrow-mobile{
    transform: rotate(-108deg);
    margin-top: 2rem;
    margin-left: 9rem;
    height: 52px;
}
.coffee-item{
    width: 100%;
    height: 225px;
    .plat{
        transform: scale(1);
        object-position: right !important;
    }
    .bg-assiette{
        object-position: right !important;
        transform: scale(0.5);
        bottom: -49px;
        right: -39px;
    }
}

.dailymealplan{
    min-height: 100dvh;
}
