.location .info-card .info-content .hours-grid {
    grid-template-columns: 2fr 3fr;
}

.hero .hero-container .content-col {
    padding: 3rem 3.5rem;
}

.hero .hero-container .content-col .content-wrapper {
    max-width: none;
}

.about .about-content .fst-italic {
    font-size: 18px;
    color: color-mix(in srgb, var(--heading-color), transparent 15%);
    font-style: italic !important;
}

.fst-italic footer {
    font-style: normal !important;
}

.location .info-card .info-content .hours-grid .time {
    min-width: 160px;
}

.hero .hero-container .content-col .btn-group .btn.btn-book,
.header .btn-getstarted {
    color: var(--surface-color);
    font-weight: 600;
}
.hero .hero-container .content-col .btn-group .btn.btn-book:hover,
.header .btn-getstarted:hover {
    background-color: #806C50;
    color: white;
}

.menu .special-item .menu-item-img .menu-item-badges .badge-special {
  background-color: #b027ff;
  color: var(--contrast-color);
}

.detail-item h4 {
    font-size: 18px;
    margin-bottom: 3px;
}

.about .about-image-wrapper .establishment-year {
    color: #252a2b;
}

.hero .hero-container .content-col .btn-group {
    margin-bottom: 0;
}

.location .info-card {
    margin-bottom: 0;
}

.footer .copyright {
    background-color: color-mix(in srgb, black 100%, transparent 95%);
}

.close {
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    border-radius: 50%;
}

.modal-title {
    color: var(--surface-color);
}

.btn-primary {
    color: var(--surface-color);
    border-color: var(--accent-color);
    background-color: var(--accent-color);
}

.btn-primary:hover {
    color: white;
    border-color: #806C50;
    background-color: #806C50;
}

.modal {
    --bs-modal-width: 65vw;
}

.location .info-card .info-content p {
    color: white;
}

.menu-item-price::after {
    content: " \20AC";
}

.detail-item {
    margin-top: 65px;
}

@media (min-width: 10px) {
    .navmenu li:last-child a {
        padding-right: 26px;
    }
}

.chefs .chef-card .chef-info .role {
    margin-bottom: 2px;
}

.detail-item span {
    display: inline-block;
    min-width: 150px;
}

.location .info-container .section-header h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}

.location .info-container .section-header {
    margin-bottom: 35px;
}

.location .info-card {
    border-bottom: none;
}

.hero {
    margin-bottom: 40px;
}

.menu .special-item .menu-item-img img {
    height: 310px;
}

.hero .hero-container .content-col h2 {
    margin-top: 15px;
    font-size: 22px;
}

.about .about-image-wrapper .main-image {
    max-height: 400px;
}

.btn-default {
    color: var(--contrast-color);
    background-color: var(--accent-color);
    border-color: var(--contrast-color);
    border-radius: 0;
}

.testimonials .testimonial-item .testimonial-img {
    height: 300px;
    width: auto;
}

.testimonials .testimonial-item .testimonial-footer {
    height: 60px;
    margin-top: 30px;
}

.chef-image {
    height: 480px;
    overflow-y: hidden;
}

h1 {
    font-size: 36px;
}

:root {
    --background-color: rgba(16, 23, 25, 0);
    --default-color: #f1f3f5;
    --heading-color: #f4f7fa;
    --accent-color: #ceaf7f;
    --surface-color: #252a2b;
    --contrast-color: #ffffff;
}

.newsletter-info {
    margin-top: 30px;
}

.chefs .chef-highlight .chef-image img {
    width: auto;
    height: 450px;
    margin-top: 15px;
}

.chefs .chef-highlight .chef-image {
    text-align: center;
}

.chefs .chef-card .chef-img img {
    width: auto;
    height: 250px;
}

.chefs .chef-card .chef-img {
    margin-top: 5px;
    text-align: center;
}

.testimonials .testimonial-item>.profile .testimonial-img {
    height: 320px;
}

.testimonials .testimonial-item {
    min-height: 520px;
    max-height: 820px;
}

#chefs h3 {
    margin-top: 13px;
    margin-bottom: 12px;
    font-size: 20px;
    padding: 3px 10px;
}

.hidden-anchor {
    margin-top: -400px;
}

.chefs .chef-highlight .chef-details {
    padding-top: 0;
    padding-bottom: 0;
}

.chefs .chef-highlight .chef-details h2 {
    margin-top: 10px;
    font-size: 28px;
}

/*
* Versuchen das Image auch hochkant über 2 reihen zu machen
*/
.events .gallery-showcase .gallery-item.vertical {
    height: 400px;
}

.events .gallery-showcase .gallery-item.small {
    height: 88px;
}
.events .gallery-showcase .gallery-item.xs-vertical {
    height: 192px;
}

.testimonials .testimonial-item .testimonial-img {
    border-radius: 0%;
}

@media (max-width: 1170px) {
    .location .info-card .info-content .hours-grid {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .hero .hero-container .swiper-col {
        order: 2;
    }
    .hero .hero-container .hero-swiper .swiper-slide .img-container {
        height: calc(70vh - 90px);
    }
    .hero .hero-container .content-col {
        padding: 10px 14px;
    }
    .hero .hero-container .content-col p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 1rem;
    }
    .content-wrapper h1 {
        font-size: 22px;
    }
    .location .hours-grid {
        grid-template-columns: 2fr 3fr !important;
    }
    .hero .hero-container .content-col h2 {
        margin-top: 12px;
        font-size: 20px;
    }
    .events .gallery-showcase .gallery-item {
        height: 192px;
    }
    .events .gallery-showcase .gallery-item.xs-horizontal {
        height: 192px;
    }
    .events .gallery-showcase .gallery-item.xs-vertical {
        height: 400px;
    }
    .hero .hero-container .content-col .btn-group .btn {
        padding: 10px 20px;
    }
    .hero .hero-container .content-col h2 {
        margin-bottom: 16px;
    }
}

/* .gallery-showcase {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
} */