/*******************************************************
    Template Name    : Fedrichs Gutes Essen Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2025
    File Description : Main css file
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.About Section Style
    06.Menu of The Day Section Style
    07.Reservation Section Style
	07.1.Reservation Modal Style
    08.Team Section Style
    09.Testimonials Section Style
    10.Gallery Section Style
    11.Blog Section Style
    12.Contact Section Style
    13.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/
body {
    background: #ffffff;
    color: #333;
    font-family: 'Fondamento', cursive;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Fondamento', cursive;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}

a {
    color: #EC6608;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
}

a:hover {
    color: #EC6608;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #EC6608;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #555;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Mukta', sans-serif;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #EC6608;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 9px 30px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
    border: 2px solid #EC6608;
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
    color: #EC6608;
    margin-top: 25px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
    will-change: transform;
}

.button:hover {
    color: #fff;
}

.button:before,
.button:after {
    content: '';
    width: 0;
    height: 100%;
    background: #EC6608;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: -1;
    opacity: .4;
}

.button:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #EC6608;
    opacity: 1;
}

.button:hover:before,
.button:hover:after {
    width: 100%;
}

.button:hover:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.bg-gray {
    background-color: #f8f8f9;
}

.bg-none {
    background: none !important;
}

.color-text {
    color: #EC6608;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mr-15 {
    margin-right: 15px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

h5 {
    color: #EC6608;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 1.7px;
    font-family: "Cookie", cursive;
    line-height: unset;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 75px;
}

.section-title h5 {
    color: #EC6608;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 1.7px;
    font-family: "Cookie", cursive;
    line-height: unset;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 1.3;
    color: #333;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-0 {
    margin: 0;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #EC6608;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #EC6608;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #ffffff;
}

.back-to-top.active {
    top: 85%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.back-to-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #EC6608 !important;
    width: 7px;
    height: 7px;
    transition: .3s;
    -webkit-box-shadow: 0 1px 5px #EC6608;
    box-shadow: 0 1px 5px #EC6608;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #EC6608;
    transition: .3s;
}

/**************************************
 ** - 02 - Preloader Area CSS
 **************************************/
.preloader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    z-index: 10000;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #EC6608;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/**************************************
 * 03.Navber Area Style
 *************************************/
.header-navber-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: transparent;
}

.header-navber-area .nav-top-bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-navber-area .nav-top-bar .call-to-action p {
    margin: 0 13px 0 0;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}

.header-navber-area .nav-top-bar .call-to-action p i {
    margin-right: 3px;
    font-size: 16px;
}

.header-navber-area .nav-top-bar .call-to-action p a {
    color: #ffffff;
}

.header-navber-area .nav-top-bar .call-to-action p a:hover, .header-navber-area .nav-top-bar .call-to-action p a:focus {
    color: #EC6608;
}

.header-navber-area .nav-top-bar .top-social {
    float: right;
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}

.header-navber-area .nav-top-bar .top-social li {
    display: inline-block;
}

.header-navber-area .nav-top-bar .top-social li a {
    color: #ffffff;
    font-size: 15px;
    margin-left: 35px;
}

.header-navber-area .nav-top-bar .top-social li a:hover, .header-navber-area .nav-top-bar .top-social li a:focus {
    color: #EC6608;
}

.header-navber-area .nav-top-bar .opening-hours {
    float: right;
}

.header-navber-area .nav-top-bar .opening-hours p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.header-navber-area .nav-top-bar .opening-hours p i {
    margin-right: 3px;
    font-size: 16px;
}

.header-navber-area .nav-top-bar.template-color-bg {
    background: #EC6608;
    border-bottom: none;
}

.header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
    color: #ffffff;
}

.header-navber-area .nav-top-bar.template-color-bg .top-social li a {
    color: #ffffff;
}

body.menu-open {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-b.navbar-reduce {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 0px;
    padding-left: 10px;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-right: 0;
    padding-left: 15px;
    font-family: 'Fondamento', cursive;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #EC6608;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #fff;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.navbar-b.navbar-reduce .nav-link {
    color: #505050;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #505050;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #EC6608;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #EC6608;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #EC6608;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-b .black-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
    display: block;
}

.lang-switch {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 4px;
    text-decoration: none;
    transition: 0.2s;
}

.lang-switch:hover {
    background: #fff;
    color: #000;
}

.lang-switch.active {
    background: #fff;
    color: #000;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
    min-height: 100vh;
    height: auto;
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding-bottom: 0;
    overflow: hidden;
}

.home-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(rgba(48, 48, 48, 0.5), rgba(15, 15, 15, 0.85));
}

.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.home-area .home-content h1 {
    font-size: 53px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
}

.home-area .home-content p {
    color: #fff;
    font-size: 22px;
    padding: 0 100px;
    margin-bottom: 5px;
}

.home-content .button {
    box-shadow: none;
}

.home-btn:hover {
    color: #000;
    background: transparent;
    border: 2px solid #ffffff;
}

.home-btn::before {
    background-color: #fff;
}

.home-btn::after {
    background-color: #fff;
}

.home-area .slides-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**************************************
 * 05.Dein Catering Style
 *************************************/

.about-area {
    background: #00514F;
}

/* Заголовки */
.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-content-text p {
    margin-bottom: 15px;
    color: #ffffff;
}

.about-content-text h3,
.about-content-text h5 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.about-content-text .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 24px auto 0;
    padding: 14px 32px;
    min-width: 240px;
}

.about-image-wrapper img,
.about-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.about-image {
    position: relative;
    z-index: 1;
}

.about-image.img-print--reverse::before {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -45px;
    width: 72%;
    height: 88%;
    background: #EC6608;
}

#uber-mich .about-image {
    overflow: visible;
}

#uber-mich .about-image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 40px 80px rgba(236, 102, 8, 0.45),
    0 20px 40px rgba(236, 102, 8, 0.35);
}

/**************************************
 * 06. Day of Menu Section Style
 *************************************/

.menu-day-area {
    position: relative;
    z-index: 1;
    background: url(../img/menu-bg.jpg);
    background-repeat: repeat;
}

.menu-day-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .35;
    z-index: -1;
}

.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.menu-day-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu-day-product-content .menu-day-tab-header {
    text-align: center;
    margin-bottom: 30px;
}

.menu-day-product-content .menu-day-tab-list {
    padding: 30px 0;
}

.menu-day-product-content .menu-day-tab-list li {
    display: inline-block;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px dashed #bbb;
    vertical-align: top;
}

.menu-day-product-content .menu-day-tab-list li a {
    display: block;
    color: #555;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 700;
}

.menu-day-product-content .menu-day-tab-list li a i {
    font-size: 35px;
    vertical-align: middle;
}

.menu-single-tab-content.active {
    display: block;
}

.menu-single-tab-content {
    display: none;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-single-product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu-single-product-horizontal .menu-product-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.menu-single-product-horizontal .menu-product-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.menu-single-product-horizontal .menu-product-details p {
    margin-bottom: 0;
    color: #333;
}

.menu-single-product-horizontal .menu-product-price {
    max-width: 80px;
    padding-left: 15px;
    text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
    color: #EC6608;
    font-size: 18px;
    font-weight: 600;
}

.menu-day-product-content .menu-day-tab-list li a:hover {
    color: #EC6608;
}

.menu-day-product-content .menu-day-tab-list li a:hover i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li a:hover i:before {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.menu-day-product-content .menu-day-tab-list li.active a {
    color: #EC6608;
}

.menu-day-product-content .menu-day-tab-list li.active a i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a i:before {
    color: inherit;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-day-product-content .menu-single-product-horizontal:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/**************************************
 * 07.Reservation Section Style
 *************************************/

.reservation-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/banner-bg.png);
    z-index: 1;
    text-align: center;
    position: relative;
}

.reservation-area-2 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/unsere-küche.png);
    z-index: 1;
    text-align: center;
    position: relative;
}

.reservation-area-3 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/wir_kochen.png);
    z-index: 1;
    text-align: center;
    position: relative;
}

.reservation-area::before,
.reservation-area-2::before,
.reservation-area-3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .6;
    z-index: -1;
}

.reservation-area h2,
.reservation-area-2 h2,
.reservation-area-3 h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    #text-transform: capitalize;
}

.reservation-area p,
.reservation-area-2 p,
.reservation-area-3 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.reservation-area p a,
.reservation-area-2 p a,
.reservation-area-3 p a {
    color: #ffffff;
    padding: 5px;
    text-decoration: underline !important;
}

.reservation-area p a:hover,
.reservation-area-2 p a:hover,
.reservation-area-3 p a:hover {
    color: #EC6608;
}

/**************************************
 * 07.1.Reservation Modal Style
 *************************************/
#reservationModal .modal-dialog {
    max-width: 650px;
}

#reservationModal .modal-dialog .modal-content {
    border: none;
    border-radius: 5px;
}

#reservationModal .modal-dialog .modal-content .modal-header {
    padding: 25px 25px 20px;
    display: block;
    background: #EC6608;
    position: relative;
}

#reservationModal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
}

#reservationModal .modal-dialog .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    color: #ffffff;
}

#reservationModal .modal-dialog .modal-content .modal-body {
    padding: 25px;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm {
    overflow: hidden;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .form-control {
    padding: 4px 10px 0;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .btn {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 1px;
    padding: 12px 30px 8px;
    margin-top: 4px;
    float: right;
}

/**************************************
 * 08.Team Section Style
 *************************************/

.team-area {
}

.team-area .section-title {
    margin-bottom: 35px;
}

.single-team-box {
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}

.single-team-box .team-image img {
    width: 100%;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.single-team-box .team-image:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: brightness(50%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.single-team-box .team-social-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: inherit;
    font-size: 15px;
    margin: 12px 5px;
    vertical-align: middle;
    background: #ffffff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.single-team-box .team-social-icon a:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info {
    padding: 20px 15px 25px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.team-info span {
    color: #EC6608;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.team-text-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

#mein-team p {
    margin-top: 0;
}

.social-color-1:hover:after {
    background-color: #3b5998 !important;
}

.social-color-2:hover:after {
    background-color: #00acee !important;
}

.social-color-3:hover:after {
    background-color: #0e76a8 !important;
}

.social-color-1 {
    color: #3b5998 !important;
    background-color: transparent;
}

.social-color-2 {
    color: #00acee !important;
    background-color: transparent;
}

.social-color-3 {
    color: #0e76a8 !important;
    background-color: transparent;
}

.mt-70 {
    margin-top: 70px !important;
}

/**************************************
 * 9.Gallery Section Style
 *************************************/

.gallery-area {
}

.gallery-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.gallery-single-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 30px;
}

.gallery-single-item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-single-item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: brightness(50%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.img-print {
    position: relative;
    display: inline-block;
}

.img-print img {
    position: relative;
    z-index: 2;
    display: block;
}

.img-print::before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -50px;
    width: 85%;
    height: 90%;
    background: #EC6608;
    z-index: 1;
}

.img-print--reverse::before {
    left: auto;
    right: 25px;
    bottom: -45px;
    width: 72%;
    height: 88%;
}

/**************************************
 * 10. Blog Section Style
 *************************************/

.blog-area {
    background: #00514F;
}

.blog-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.blog-area .single-blog {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    overflow: hidden;
}

.blog-area .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
    padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
    color: #555;
}

.blog-area .single-blog .blog-content h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: block;
    cursor: default;
}

.blog-area .single-blog .blog-content h3 a:hover {
    color: #EC6608;
}

.blog-bottom-text-link {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.blog-bottom-text-link span {
    font-size: 15px;
    color: #5a5a5a;
    font-weight: 700;
}

.single-blog .blog-content .blog-bottom-text-link a {
    font-size: 15px;
    font-weight: 700;
    color: #555;
    display: block;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
    color: #EC6608;
    text-decoration: underline !important;
}

.blog-more-btn {
    margin-top: 30px;
}

/**************************************
 * 11. Locations & Partner Style
 *************************************/

#locations-partner .lp-section--light {
    background-color: #ffffff;
    margin-bottom: 40px;
}

#locations-partner .lp-section--beige {
    background-color: #f3efe8;
    padding: 40px 0;
}

#locations-partner .section-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

#locations-partner .section-title h5 {
    margin: 0;
    letter-spacing: 1px;
    color: #EC6608;
}

#locations-partner .lp-section--light h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-left: 30px;
}

#locations-partner .lp-section--light h3::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #8c7a5b;
}

#locations-partner .lp-section--beige h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#locations-partner .lp-section--beige h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #8c7a5b;
}

#locations-partner .lp-section--light p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    padding-left: 15px;
    margin-bottom: 15px;
}

#locations-partner .lp-section--beige p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

#locations-partner img {
    width: 100%;
    height: auto;
    display: block;
}

#locations-partner img {
    display: block;
    width: 100%;
    height: auto;

    box-shadow: 0 10px 20px rgba(236, 102, 8, 0.45),
    0 5px 10px rgba(236, 102, 8, 0.35);
}

#locations-partner .button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    text-decoration: none;
    transition: background 0.3s ease;
}

#locations-partner .button:hover {
    background: #7f6a48;
}

/**************************************
 * 12. Contact Section Style
 *************************************/
.contact-area {
    background: #00514F;
}

.contact-area .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.contact-box-item {
    margin-bottom: 30px;
}

.contact-box-item:last-child {
    margin-bottom: 0px;
}

.contact-box h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-box p {
    margin-bottom: 0;
    margin-top: 7px;
    position: relative;
    padding-left: 25px;
    color: #555;
}

.contact-box p i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #EC6608;
}

.contact-box p a {
    color: #ffffff;
}

.contact-box p a:hover {
    color: #EC6608;
}

.contact-box p.opening-hours {
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.contact-box p.opening-hours span {
    float: right;
    margin-right: 25px;
}

.newsletter-form .form-control {
    width: 100%;
    padding: 10px 20px;
    height: auto;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #ffffff;
    border-left: 3px solid #EC6608;
}

.contact-box form .button {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 3px 0;
    margin-top: 10px;
    height: 45px;
    border-radius: 5px;
    background: #ffffff;
}

.contact-box form .button i {
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.form-container-box {
    background: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 45px 40px;
    border-radius: 5px;
    margin-left: 50px;
}

.contact-area .form input:not([type="checkbox"]):not([type="radio"]),
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #b6b6b7;
    border-left: 3px solid #EC6608;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

#contact-form .checkbox-row {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
}

#contact-form .checkbox-label {
    display: inline !important;
    width: auto !important;
    margin: 0;
    line-height: 1.4;
}

#contact-form .checkbox-row input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea {
    color: #505050;
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

/**************************************
 * 13. Impressum and Datenschutz Section Style
 *************************************/
#impressum,
#datenschutz {
    background: #ffffff;
}

#impressum,
#impressum p,
#impressum span,
#impressum li,
#datenschutz,
#datenschutz p,
#datenschutz span,
#datenschutz li {
    color: #000000;
}

#impressum h5,
#impressum strong,
#datenschutz h5,
#datenschutz strong {
    color: #000000;
}

#impressum a,
#datenschutz a {
    color: #000000;
    text-decoration: underline;
}

#impressum hr,
#datenschutz hr {
    border-top: 1px solid #dddddd;
}

.impressum-section,
.datenschutz-section {
    padding: 185px 0;
}

#impressum .about-content-text,
#datenschutz .about-content-text {
    background: #ffffff;
    padding: 40px;
    border-radius: 6px;
}

/* Сторінка Impressum */
.page-impressum .header-navber-area,
.page-impressum .nav-top-bar,
.page-impressum .navbar,
.page-impressum .navbar-trans {
    background: #ffffff !important;
}

.page-impressum .nav-top-bar {
    border-bottom: 1px solid #e5e5e5;
}

.page-impressum .nav-top-bar p,
.page-impressum .nav-top-bar a,
.page-impressum .nav-top-bar i,
.page-impressum .navbar-nav .nav-link,
.page-impressum .navbar-nav .nav-link.active,
.page-impressum .call-to-action p,
.page-impressum .call-to-action p a,
.page-impressum .call-to-action i,
.page-impressum .top-social i,
.page-impressum .top-social li a {
    color: #000000 !important;
}

.page-impressum .white-logo {
    display: none;
}

.page-impressum .black-logo {
    display: inline-block;
}

/* Сторінка Datenschutz */
.page-datenschutz .header-navber-area,
.page-datenschutz .nav-top-bar,
.page-datenschutz .navbar,
.page-datenschutz .navbar-trans {
    background: #ffffff !important;
}

.page-datenschutz .nav-top-bar {
    border-bottom: 1px solid #e5e5e5;
}

.page-datenschutz .nav-top-bar p,
.page-datenschutz .nav-top-bar a,
.page-datenschutz .nav-top-bar i,
.page-datenschutz .navbar-nav .nav-link,
.page-datenschutz .navbar-nav .nav-link.active,
.page-datenschutz .call-to-action p,
.page-datenschutz .call-to-action p a,
.page-datenschutz .call-to-action i,
.page-datenschutz .top-social i,
.page-datenschutz .top-social li a {
    color: #000000 !important;
}

.page-datenschutz .white-logo {
    display: none;
}

.page-datenschutz .black-logo {
    display: inline-block;
}

/**************************************
 * 14.Footer Section Style
 *************************************/

.footer-area {
    padding: 30px 0;
    background-color: #0f1017;
}

.footer-copyright-text p {
    color: #fff;
}

.footer-area .footer-link ul {
    text-align: right;
    list-style-type: none;
}

.footer-area .footer-link ul li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.footer-area .footer-link ul li a {
    color: #ffffff;
}

.footer-area .footer-link ul li:first-child {
    padding-left: 0;
}

.footer-area .footer-link ul li::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 5px;
    background: #cccccc;
    width: 2px;
    height: 14px;
}

.footer-area ul li:first-child::before {
    display: none;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #111;
    color: #fff;
    padding: 18px 20px;
    border-radius: 14px;
    display: none;
    align-items: flex-start; /* важливо */
    justify-content: space-between;
    gap: 20px;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    font-family: system-ui, sans-serif;
}

.cookie-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 800px;
}

.cookie-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.cookie-text {
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner a {
    color: #8ab4f8;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    flex-direction: column; /* кнопки одна під одною, як у них */
    gap: 8px;
    flex-shrink: 0;
}

.cookie-btn {
    background: #fff;
    color: #111;
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease;
    white-space: nowrap;
}

.cookie-btn.secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cookie-btn:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
    }

    .cookie-actions {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}