@charset "UTF-8";

/*
Theme Name: Leopold - Cafe
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* fonts */
@font-face {
    font-family: 'Halyard Display';
    src: url('./assets/fonts/HalyardDisplayMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('./assets/fonts/HalyardDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display Book';
    src: url('./assets/fonts/HalyardDisplayBook.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('./assets/fonts/HalyardDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Relation Two';
    src: url('./assets/fonts/RelationTwo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('./assets/fonts/HalyardDisplaySemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Halyard Display';
    background-color: #171729;
    animation: fadein 1s;
    -moz-animation: fadein 0.5s;
    -webkit-animation: fadein 1s;
}

.container {
    width: 2330px;
    max-width: 95%;
    margin: 0 auto;
}

.scroll_div {
    padding-top: 50px;
    margin-top: -50px;
}

div#speisekarte {
    padding-top: 0px;
    margin-top: -0px;
}

.scroll_div#oeffnungszeiten {
    margin-top: 0px;
    padding-top: 0px;
}

/* Headings */
.headings {
    padding-bottom: 71px;
}

.text-center {
    text-align: center;
}

span.relation-text {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #EACE53;
    display: inline-flex;
    font-family: 'Relation Two';
    position: relative;
    align-items: center;
}

.text-center span.relation-text:before {
    content: '';
    width: 47px;
    height: 2px;
    background-color: #EACE53;
    display: inline-block;
    margin-right: 15px;
}

.text-center span.relation-text:after {
    content: '';
    width: 47px;
    height: 2px;
    background-color: #EACE53;
    display: inline-block;
    margin-left: 15px;
}

.left-center span.relation-text:before {
    content: '';
    width: 47px;
    height: 2px;
    background-color: #EACE53;
    display: inline-block;
    margin-right: 15px;
}

.halyard-text {
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0.4px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Halyard Display';
    font-weight: 600;
    margin: 0;
}

p {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 32px;
    color: #C6C6C6;
    margin-top: 50px;
}

.primary-btn {
    font-size: 18px;
    letter-spacing: 0.4px;
    padding: 0 40px 2px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EBCE53;
    color: #000;
    text-decoration: none;
    margin-top: 55px;
    max-height: 49px;
    transition: 0.5s all;
}

.primary-btn:hover {
    background-color: #313B59;
    color: #fff;
}

.primary-btn:hover:after {
    left: 10px;
    filter: brightness(0) invert(1);
}

.primary-btn:after {
    content: '';
    background-image: url(./assets/images/arrow-small-right.svg);
    width: 12px;
    height: 10px;
    margin-left: 15px;
    background-size: contain;
    position: relative;
    top: 2px;
    left: 0px;
    transition: 0.5s all;
}

/* Site Header */
.site-header .site-logo img {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.site-header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 30px;
    background: rgb(23, 23, 41);
    background: linear-gradient(180deg, rgba(23, 23, 41, 1) 24%, rgba(23, 23, 41, 0.8029586834733894) 53%, rgba(23, 23, 41, 0) 100%);
}

.site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .header-inner .primary-navigation {
    width: 74%;
}

.site-header .header-inner .primary-navigation .menu-button-container {
    display: none;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 65px;
    align-items: center;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child {
    margin-left: auto;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4px;
    transition: 0.5s all;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper .menu_active a {
    color: #EACE53;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper a:hover {
    color: #EACE53;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child a {
    width: 187px;
    display: inline-flex;
    justify-content: center;
    height: 49px;
    border: 2px solid #fff;
    align-items: center;
    transition: 0.5s all;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child a:hover {
    background-color: #313B59;
    border-color: #EBCE53;
    color: #fff;
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child a:hover:after {
    filter: brightness(0) invert(1);
}

.site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child a:after {
    content: '';
    background-image: url(./assets/images/whatsapp-icon.svg);
    width: 24px;
    height: 24px;
    margin-left: 12px;
    /* transition: 0.5s all; */
}

/* Banner Section */
.banner-section {
    min-height: 857px;
    position: relative;
}

.down-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(./assets/images/mouse-icon.svg);
    width: 37px;
    height: 60px;
    display: block;
    z-index: 2;
    background-size: cover;
}

.banner-section h1 {
    font-family: 'Halyard Display' !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.banner-section p {
    font-family: 'Relation Two' !important;
    margin: 0;
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.banner-section p:before {
    content: '';
    width: 133px;
    height: 2px;
    background-color: #EACE53;
    display: inline-block;
    margin-right: 15px;
}

.banner-section p:after {
    content: '';
    width: 133px;
    height: 2px;
    background-color: #EACE53;
    display: inline-block;
    margin-left: 15px;
}

/* Colunm Section */
.colums-section {
    position: relative;
    z-index: 1;
    padding: 122px 0 200px;
    background-image: url(./assets/images/Steinwand-bg.webp) !important;
    background-position: center;
    background-size: cover;
    min-height: 1300px;
}

/* .colums-section:before {
    content: '';
    background-color: #171729;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.95;
} */

.colums-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
}

.colums-section .row.box_align_left .col-content {
    order: 1;
}

.colums-section .row.box_align_left .col-content .col-box.text-center {
    text-align: left;
}

.colums-section .row.box_align_left .col-image {
    order: 2;
}

.colums-section .row.box_align_right .col-content {
    order: 2;
}

.colums-section .row.box_align_right .col-content .col-box {
    text-align: right;
}

.colums-section .row.box_align_right .col-content .col-box .col-box-inner span.relation-text:before {
    opacity: 0;
}

.colums-section .row.box_align_right .col-image {
    order: 1;
}

.col-image {
    width: calc(35% - 20px);
}

.col-content {
    width: calc(30% - 20px);
}

.col-content .halyard-text {
    font-size: 69px;
    line-height: 75px;
}

.col-box img {
    width: 100% !important;
    height: 867px !important;
    object-fit: cover;
    transition: 0.5s all;
    transform: scale(1);
}

.col-box img:hover {
    transform: scale(1.1);
}

.col-box video {
    width: 100% !important;
    height: 867px;
    object-fit: cover;
}

.col-box {
    background: #171729;
    height: 867px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.col-content .col-box {
    border: 1px solid #2C2C4E;
    padding: 0 90px;
}

/* Tabs Section */
.tabs-section {
    padding: 180px 0 200px;
    min-height: 1471px;
}

/* Gallery section */
.gallery-section {
    background-color: #1E2137;
    padding: 100px 0 150px;
    min-height: 1150px;
}

.gallery-section section.about-gallery-section .gallery-list {
    max-width: 100%;
    margin: 0;
}

.gallery-section .about-gallery-section .gallery-list .splide__arrow {
    bottom: -70px;
}

.gallery-section .about-gallery-section .gallery-list .splide__pagination {
    bottom: -65px;
}

/* News Section */
.news-section {
    padding: 140px 0 30px;
    min-height: 1173px;
    position: relative;
    z-index: 2;
    content-visibility: visible !important;
}

.news-section .container {
    position: relative;
}

.news-section .container:after {
    content: '';
    background-image: url(./assets/images/Logo-bg.svg);
    width: 575px;
    height: 296px;
    position: absolute;
    bottom: -200px;
    right: 0;
    z-index: 3;
    opacity: 1;
    pointer-events: none;
}

.news-content a {
    text-decoration: none;
}

.news-image {
    overflow: hidden;
}

.all-news-btn {
    text-align: center;
    padding-top: 120px;
}

.all-news-btn a.primary-btn {
    margin-top: 0;
}

.news-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 145px;
    min-height: 400px;
}

.news-image img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
    transition: 0.5s all;
    transform: scale(1);
    height: 327px !important;
}

.news-image img:hover {
    transform: scale(1.1);
}

.news-content span.title {
    font-size: 44px;
    line-height: 62px;
    letter-spacing: 0.4px;
    color: #fff;
    font-family: 'Relation Two';
    margin-right: 35px;
}

.news-content span.date {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 4px;
    color: #808080;
    margin-left: 0px;
    position: relative;
}

.news-content span.date::before {
    content: '•';
    margin-right: 22px;
}

.news-content p {
    color: #fff;
    margin: 45px 0 55px;
}

.news-content a.news-link {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    transition: 0.5s all;
    position: relative;
}

.news-content a.news-link:before {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: 0;
    transition: 0.5s all;
}

.news-content a.news-link:hover:before {
    width: 100%;
}

.news-content a.news-link:after {
    content: '';
    background-image: url(./assets/images/plus-icon.svg);
    width: 11px;
    height: 11px;
    display: inline-block;
    filter: brightness(0) invert(1);
    background-size: contain;
    margin-left: 14px;
}

/* Cafe timening */
section.colums-section.cafe-timing-section {
    background-image: none !important;
    min-height: 1300px;
}

ul.cafe-timing {
    padding: 0;
    list-style: none;
    width: 392px;
    margin: 0 auto;
}

ul.cafe-timing li {
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 400;
}

ul.cafe-timing li span {
    width: 50%;
}

ul.cafe-timing li span:first-child {
    text-align: left;
    font-weight: 300;
}

ul.cafe-timing li span:last-child {
    text-align: right;
}

ul.cafe-timing li+li {
    margin-top: 20px;
}

/* Tabs Section */
.tabs-section .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabs-left {
    width: 638px;
}

.tabs-center {
    width: 318px;
    display: flex;
    justify-content: center;
}

.tabs-right {
    width: calc(100% - 956px);
}

.tabs-img img {
    width: 100%;
    height: 917px;
    object-fit: cover;
    transition: 300ms all;
    transform: scale(1);
    opacity: 0;
}

.show_menu_image.tabs-img img {
    opacity: 1;
}

.tabs-img {
    overflow: hidden;
}

.tabs-img img:hover {
    transform: scale(1.1);
}

.tab-btns ul li a {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    display: block;
    transition: 0.5s all;
}

.tab-btns ul li a:hover {
    text-decoration: underline;
}

.tab-btns ul li.menu_cat_active a {
    /* font-weight: 600; */
    text-decoration: underline;
}

.tab-btns ul li:not(:last-child) a {
    margin-bottom: 70px;
}

.tab-btns ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tabs-content {
    background: #11111D;
    border: 1px solid #2C2C4E;
    padding: 30px 50px;
    margin-bottom: 18px;
    transition: 300ms all;
    opacity: 0;
    transform: translateY(20px);
}

.show_menu_content .tabs-content {
    opacity: 1;
    transform: translateY(0px);
}

.tabs-content .content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.tabs-content .content-top .name {
    margin: 0;
    font-size: 32px;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.tabs-content .content-top .name span.qty {
    font-size: 16px;
    font-weight: 300;
    color: #808080;
    margin-left: 10px;
}

.tabs-content .content-top span.price {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-family: 'Relation Two';
    white-space: nowrap;
}

.tabs-disc p {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.details ul li:not(:first-child) {
    margin-top: 40px;
}

.details ul li span.label {
    font-size: 23px;
    color: #EACE53;
    letter-spacing: 0.4px;
    font-family: 'Relation Two';
    line-height: 33px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.details ul li span.label:before {
    content: '';
    width: 32px;
    height: 2px;
    display: inline-block;
    background: #EACE53;
    margin-right: 15px;
}

.details ul li a {
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s all;
}

.details ul li a:hover {
    text-decoration: none;
    color: #ebce53;
}

.details ul li span.address {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.about-us p+p {
    margin-top: 30px;
}

/* Store Details */
section.store-details {
    padding: 108px 0 120px;
    background-image: url(./assets/images/Steinwand-bg.webp) !important;
    background-position: center;
}

.store-details .row {
    display: grid;
    grid-template-columns: 740px 206px 805px;
    justify-content: space-between;
    padding: 0 75px;
    align-items: flex-start;
}

.details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Kontact section */
.kontact-section .headings p {
    max-width: 425px;
    margin: 50px auto 0;
}

/* 404 Page */
.error-404,
.page-id-33 .post-33 {
    padding: 160px 0 200px;
}

.error-404 .container,
.page-id-33 .post-33 .container {
    position: relative;
}

.error-404 .container:before,
.page-id-33 .post-33 .container:before {
    content: '';
    background-image: url(./assets/images/Logo-bg.svg);
    width: 575px;
    height: 296px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.error-404 .page-content {
    width: 802px;
    margin: 0 auto;
}

.error-404 .page-content figure,
.page-id-33 .post-33 figure {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.error-404 .page-content figure img,
.page-id-33 .post-33 figure img {
    max-width: 802px;
    height: 561px;
    object-fit: contain;
}

.error-404 .page-content .headings,
.page-id-33 .post-33 .headings {
    padding-bottom: 40px;
}

.error-404 .page-content p,
.page-id-33 .post-33 p {
    margin: 0;
    text-align: center;
    font-weight: 300;
    padding: 0 58px;
}

.page-id-33 .post-33 p {
    width: 802px;
    margin: 0 auto;
}

.error-404 .page-content .wp-block-buttons,
.page-id-33 .post-33 .wp-block-buttons {
    justify-content: center;
    margin-top: 65px;
}

.error-404 .page-content .wp-block-buttons .primary-btn,
.page-id-33 .post-33 .wp-block-buttons .primary-btn {
    margin: 0;
}

.error-404 .page-content .headings .halyard-text,
.page-id-33 .post-33 .headings .halyard-text {
    font-size: 55px;
    line-height: 65px;
}

.error-404 .page-content p a,
.page-id-33 .post-33 p a {
    color: #fff;
    text-decoration: none;
}


/* Site Footer */
.footer-section {
    background: #1E2137;
    padding: 85px 0 100px;
    position: relative;
}

.footer-section .row {
    display: grid;
    grid-template-columns: 35% 30% 35%;
    position: relative;
}

.footer-col.footer-cat .bottom-colums {
    width: 533px;
    margin-left: 90px;
}

.footer-section .row:after {
    content: '';
    background: url(./assets/images/hermann-img.svg) bottom center no-repeat;
    width: 110px;
    height: 425px;
    position: absolute;
    right: 0;
    bottom: -101px;
    background-size: contain;
}

.footer-section .row .footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section .row .footer-col ul li:not(:first-child) {
    margin-top: 40px;
}

.footer-section .row .footer-col ul span.label {
    font-size: 23px;
    color: #EACE53;
    letter-spacing: 0.4px;
    font-family: 'Relation Two';
    line-height: 33px;
    display: flex;
    font-weight: 400;
    align-items: center;
}

.footer-section .row .footer-col ul span.label:before {
    content: '';
    width: 32px;
    height: 2px;
    display: inline-block;
    background: #EACE53;
    margin-right: 15px;
}

.footer-section .row .footer-col ul a {
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s all;
}

.footer-section .row .footer-col ul a:hover {
    text-decoration: none;
    color: #EACE53;
}

.footer-section .row .footer-col ul li span.address {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.footer-last-box .wp-block-heading,
span.footer-small-title {
    margin: 0;
    font-size: 23px;
    color: #EACE53;
    font-family: 'Relation Two';
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.footer-last-box .wp-block-heading:before,
span.footer-small-title:before {
    content: '';
    width: 32px;
    height: 2px;
    background: #EACE53;
    display: inline-block;
    margin-right: 16px;
}

.footer-menus .bottom-colums span+.footer-navigation {
    margin-top: 5px;
}

.footer-last-box p {
    margin-top: 5px;
    color: #fff;
    margin-bottom: 0;
}

.footer-bottom {
    background: #EBCE53;
    padding: 20px 0;
}

.footer-bottom .footer-last-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 206px;
    padding-left: 47px;
}

.footer-bottom .footer-last-box p {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.footer-bottom .footer-last-box p a,
.footer-bottom .footer-last-box .borlabs-cookie-open-dialog-preferences a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.footer-bottom .footer-last-box p a:hover,
.footer-bottom .footer-last-box .borlabs-cookie-open-dialog-preferences a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-last-box .widget:nth-child(2) {
    margin: 0 auto 0 10px;
    padding-left: 10px;
    border-left: 1px solid #000;
}

.top-arrow-footer {
    position: absolute;
    top: 58px;
    right: 54px;
}

.top-arrow-footer a {
    font-size: 0;
    width: 48px;
    height: 48px;
    display: flex;
    background-image: url(./assets/images/back-to-top.svg);
    transition: 0.5s all;
}

.top-arrow-footer a:hover {
    background-image: url(./assets/images/back-to-top-blue.svg);
}

.footer-section .footer-title {
    font-size: 44px;
    line-height: 62px;
    position: relative;
    display: flex;
    align-items: center;
    color: #EBCE53;
    letter-spacing: 0.4px;
    margin-bottom: 60px;
    font-family: 'Relation Two';
    font-weight: 400;
    margin-top: 0;
}

.footer-section .footer-title:before {
    content: '';
    width: 47px;
    height: 2px;
    background: #EBCE53;
    margin-right: 15px;
    display: inline-block;
}

.footer-section .footer-col-inner .bottom-colums:first-child {
    padding-left: 47px;
}

.footer-whatapp-link a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.4px;
    font-weight: 300;
    border: 2px solid #fff;
    width: 297px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    /* transition: 0.5s all; */
}

.footer-whatapp-link a:hover {
    background-color: #313B59;
    border-color: #EBCE53;
}

.footer-whatapp-link a:after {
    content: '';
    background-image: url(./assets/images/whatsapp-icon.svg);
    width: 24px;
    height: 24px;
    margin-left: 12px;
    transition: 0.5s all;
}

.footer-whatapp-link a:hover:after {
    filter: brightness(0) invert(1);
}

.footer-logo-sec .footer-col-inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
}

.bottom-colums.map-section img {
    max-width: 395px;
}

.footer-menus .bottom-colums {
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menus .bottom-colums ul.footer-navigation-wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
}

.footer-menus .bottom-colums ul.footer-navigation-wrapper li {
    margin-top: 0 !important;
}

.footer-menus .bottom-colums ul.footer-navigation-wrapper li a {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.map-section a.wp-block-button__link {
    font-size: 18px;
    letter-spacing: 0.4px;
    padding: 0 40px 2px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EBCE53;
    color: #000;
    text-decoration: none;
    margin-top: 35px;
    max-height: 49px;
    border-radius: 0;
    width: 100%;
    transition: 0.5s all;
}

.map-section a.wp-block-button__link:hover {
    background-color: #313B59;
    color: #fff;
}

.map-section a.wp-block-button__link:hover:after {
    transform: scale(1.2);
    filter: brightness(0) invert(1);
}

.map-section a.wp-block-button__link:after {
    content: '';
    background-image: url(./assets/images/pin-icon.svg);
    width: 10px;
    height: 14px;
    margin-left: 15px;
    position: relative;
    top: 1px;
    transition: 0.5s all;
    background-repeat: no-repeat;
}

.map-section .wp-block-button {
    width: 100%;
    text-align: right;
}

section.kontact-section {
    padding: 108px 0 120px;
}

.kontact-form .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 74px;
    width: 1345px;
    margin: 0 auto;
}

.kontact-form .row .col-3 {
    width: calc(33.33% - 50px);
}

.kontact-form .row .col-12 {
    width: 100%;
}

.col-3:has(.wpcf7cf-hidden) {
    display: none;
}

.kontact-form p {
    margin-bottom: 0;
}

.kontact-form p input,
.kontact-form p .nice-select {
    width: 100%;
    font-size: 18px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #EBCE53;
    padding: 10px;
    color: #fff;
    outline: none;
    border-radius: 0;
    min-height: 45px;
    height: 45px;
    line-height: normal;
}

.kontact-form p input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.kontact-form .datetime-picker-box p {
    display: flex;
    gap: 15px;
}

.kontact-form .datetime-picker-box br {
    display: none;
}

.kontact-form .datetime-picker-box p span.wpcf7-form-control-wrap {
    width: calc(50% - 7.5px);
}

.kontact-form p input.hasDatepicker {
    background-image: url(./assets/images/feather-calendar-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 16px;
    cursor: pointer;
}

.kontact-form .nice-select-dropdown {
    width: 100%;
    max-height: 210px;
    overflow-y: scroll;
}

.kontact-form .nice-select-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #171729;
}

.kontact-form .nice-select-dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #171729;
}

.kontact-form .nice-select-dropdown::-webkit-scrollbar-thumb {
    background-color: #EBCE53;
}

.kontact-form .nice-select-dropdown ul.list {
    max-height: max-content;
}

.kontact-form .datetime-picker-box .time-field::after {
    background: url(./assets/images/lp-vent-clock-icon.svg) center no-repeat;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    background-size: contain;
    transform: none !important;
}

.kontact-form p input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.kontact-form p input::placeholder,
.kontact-form p textarea::placeholder {
    color: #fff;
}

.kontact-form p .nice-select .nice-select-dropdown {
    background: #171729;
    border: 1px solid #EBCE53;
    border-radius: 0;
}

.kontact-form p .nice-select .nice-select-dropdown .option:hover {
    background: transparent;
    color: #EBCE53;
}

.kontact-form p .nice-select .nice-select-dropdown .option.selected:focus {
    background: transparent;
}

.kontact-form p .nice-select .option:hover,
.kontact-form p .nice-select .option.focus,
.kontact-form p .nice-select .option.selected.focus {
    background: transparent;
    color: #EBCE53;
}

#ui-datepicker-div {
    background: #171729;
    border: 1px solid #EBCE53;
    border-radius: 0;
    margin: 2px 0 0;
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-header {
    background: transparent;
    border: 1px solid #EBCE53;
    border-radius: 0;
}

#ui-datepicker-div .ui-datepicker-header::before,
#ui-datepicker-div .ui-datepicker-header::after {
    content: none;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(./assets/images/down-icon.svg) center no-repeat;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    float: none;
    border: none;
    box-shadow: none !important;
    color: transparent;
    opacity: 1;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all .ui-icon {
    background: transparent;
    color: transparent;
    opacity: 0;
}

#ui-datepicker-div .ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    order: 1;
    transform: rotate(90deg);
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    order: 3;
    transform: rotate(-90deg);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    order: 2;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
}

#ui-datepicker-div .ui-datepicker-calendar th {
    font-size: 14px;
    padding: 15px 5px;
}

#ui-datepicker-div .ui-datepicker-calendar th span {
    opacity: 1;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default {
    color: #fff;
    background: transparent;
    text-align: center;
    font-size: 14px;
    border: 1px solid #EBCE53;
    transition: all 0.3s ease;
    display: block;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-highlight,
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default:hover {
    background: #EBCE53;
    color: #000;
}

.kontact-form .number-input {
    display: flex;
    align-items: center;
    position: relative;
}

.kontact-form .number-input>p {
    width: 100%;
}

.kontact-form .number-input label {
    display: flex;
    width: 100%;
    font-size: 18px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #EBCE53;
    padding: 10px;
    color: #fff;
    outline: none;
    border-radius: 0;
    min-height: 45px;
    height: 45px;
    letter-spacing: 0.4px;
    line-height: 22px;
    padding-right: 130px;
}

.kontact-form .number-input .input-qty button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding-top: 2px;
}

.kontact-form .number-input .input-qty {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.kontact-form .number-input .input-qty p {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
}

.kontact-form .number-input .input-qty p input {
    padding: 0 10px;
    border: none;
    width: 60px;
    text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.kontact-form .number-input .input-qty .wpcf7-form-control-wrap {
    position: static;
}

.kontact-form .number-input:has(.wpcf7-not-valid-tip) {
    margin-bottom: 20px;
}

.kontact-form .number-input .input-qty .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    left: 0;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.kontact-form p textarea {
    width: 100%;
    height: 353px;
    background: transparent;
    font-family: 'Halyard Display';
    padding: 10px 12px;
    border: 2px solid #EBCE53;
    color: #fff;
    font-size: 18px;
    outline: none;
    border-radius: 0;
}

.kontact-form p input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    border: 0;
    font-size: 18px;
    letter-spacing: 0.4px;
    padding: 0 60px 0px 40px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EBCE53;
    color: #000;
    text-decoration: none;
    margin-top: 0;
    max-height: 49px;
    border-radius: 0;
    cursor: pointer;
    background-image: url(./assets/images/submit-icon.svg);
    background-repeat: no-repeat;
    background-position: right 35px center;
    transition: 0.2s all;
    background-size: 13px;
}

.kontact-form p input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #313B59;
    color: #fff;
    background-image: url(./assets/images/submit-icon-white.svg);
    background-repeat: no-repeat;
    background-position: right 30px top 15px;
    background-size: 15px;
}

.kontact-form p span.wpcf7-spinner {
    position: absolute;
}

.kontact-form .row .col-12:last-child p {
    text-align: right;
}

.kontact-form p .nice-select::after {
    height: 8px;
    width: 14px;
    border: none;
    background-image: url(./assets/images/down-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
}

.kontact-form p .nice-select.open::after {
    transform: rotate(-180deg);
}

.kontact-form p select {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: transparent;
    border: 0;
    width: 100%;
    border-bottom: 2px solid #EBCE53;
    padding: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-image: url(./assets/images/down-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.kontact-form p select option {
    background: #171729;
}

.map-part .map-section a {
    width: 100%;
}

.map-part .map-section img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.map-part .wp-block-button a.wp-block-button__link {
    width: auto;
    margin-top: 40px;
}

.map-part .map-section figure {
    margin-bottom: 0;
}

.store-details .col-left .halyard-text {
    margin-bottom: 30px;
}

.store-details .col-right .headings {
    padding-bottom: 87px;
}

.store-details .col-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.das-resturant-section {
    padding-top: 250px;
}

.about-restorant {
    padding: 136px 0px 142px;
}

.about-restorant .container {
    width: 1920px;
}

.about-restorant .row {
    display: flex;
    /* grid-template-columns: calc(64% - 33px) calc(36% - 32px); */
    column-gap: 65px;
    flex-wrap: wrap;
}

.about-restorant .row.box_align_right .col-left {
    order: 2;
}

.about-restorant .row .col-left {
    width: calc(64% - 33px);
}

.about-restorant .row .col-right {
    width: calc(36% - 32px);
}

.col-left .about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    position: relative;
}

.col-left .about-row:after {
    content: '';
    background-image: url(./assets/images/Logo-bg.svg);
    width: 564px;
    height: 290px;
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: -1;
    opacity: 1;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.col-left .about-row .about-col {
    background: #1E2137;
    padding: 100px 70px;
    text-align: center;
}

.col-left .about-row .about-col span.about-title {
    font-size: 33px;
    line-height: 47px;
    color: #fff;
    font-family: 'Relation Two';
    letter-spacing: 4px;
}

.col-left .about-row .about-col p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}

.das-images {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 65px;
    overflow: hidden;
}

.das-images div {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.das-images img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s all;
}

.das-images img:hover {
    transform: scale(1.1);
}

.highlited-content {
    background: #11111D;
    border: 1px solid #2C2C4E;
    padding: 100px;
    color: #fff;
}

.highlited-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}

.highlited-content p {
    margin: 0;
    color: #fff;
    transition: 300ms all;
    opacity: 0;
}

.show_menu_content .highlited-content p {
    opacity: 1;
}

.highlited-content p+p {
    margin-top: 35px;
}

.das-restorant-tabs {
    padding-bottom: 0;
}

.das-restorant-tabs .tabs .tabs-left {
    width: 712px;
}

.das-restorant-tabs .tabs .tabs-center {
    width: 453px;
}

.das-restorant-tabs .tabs .tabs-right {
    width: calc(100% - 1165px);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    max-width: 1345px;
    margin: 30px auto 0;
    color: #fff;
    padding: 10px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}

/* Content Pages */
.impressum-section {
    padding: 200px 0 100px;
}

.impressum-section h1 {
    font-size: 69px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

/* .impressum-section .container {
    width: 1400px;
} */

.impressum-section p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 25px;
}

.impressum-section p a {
    color: #fff;
    transition: 0.5s all;
}

.impressum-section p a:hover {
    text-decoration: none;
    color: #EACE53;
}

.impressum-section p strong {
    font-weight: 600;
}

.impressum-section ul.wp-block-list {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    width: 490px;
}

.impressum-section ul.wp-block-list li {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    line-height: initial;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.impressum-section ul.wp-block-list li a {
    color: #fff;
    font-weight: 300;
    transition: 0.5s all;
}

.impressum-section ul.wp-block-list li a:hover {
    text-decoration: none;
    color: #EACE53;
}

.impressum-section ul.wp-block-list li strong {
    font-weight: 300;
}

.impressum-section h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    font-family: 'Relation Two';
    line-height: initial;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: none;
}

.impressum-section h3.wp-block-heading,
.impressum-section h4.wp-block-heading {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.impressum-section h2.wp-block-heading {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Relation Two';
    line-height: initial;
    margin-bottom: 10px;
    margin-top: 0px;
}

.impressum-section h2.wp-block-heading:not(:first-child) {
    margin-top: 40px;
}

.thankyou-section {
    padding: 150px 0 100px;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.thankyou-section h1 {
    font-size: 69px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .4px;
    margin: 0 0 0px;
}

.thankyou-section p {
    font-size: 20px;
    max-width: 560px;
    margin: 10px auto 0;
}

.about-us p {
    color: #fff;
}

.impressum-section .borlabs-cookie-open-dialog-preferences a {
    font-size: 18px;
    letter-spacing: 0.4px;
    padding: 0 40px 2px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EBCE53;
    color: #000;
    text-decoration: none;
    max-height: 49px;
    transition: 0.5s all;
}

.impressum-section .borlabs-cookie-open-dialog-preferences a:hover {
    background-color: #313B59;
    color: #fff;
}

.impressum-section .borlabs-cookie-open-dialog-preferences a:hover:after {
    left: 10px;
    filter: brightness(0) invert(1);
}

.impressum-section .borlabs-cookie-open-dialog-preferences a:after {
    content: '';
    background-image: url(./assets/images/arrow-small-right.svg);
    width: 12px;
    height: 10px;
    margin-left: 15px;
    background-size: contain;
    position: relative;
    top: 2px;
    left: 0px;
    transition: 0.5s all;
}

/* Responsive Style */
@media(max-width:2439px) {
    .container {
        width: 1900px;
    }

    .col-content .col-box {
        padding: 0 65px;
    }

    .col-content .col-box .col-box-inner {
        width: 100%;
    }

    .col-content .halyard-text {
        font-size: 55px;
        line-height: 60px;
    }

    .news-image img {
        height: 300px !important;
    }

    .store-details .row {
        grid-template-columns: 720px 206px 640px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper {
        column-gap: 50px;
    }

    .footer-logo-sec .footer-col-inner {
        column-gap: 50px;
    }

    .bottom-colums.map-section img {
        max-width: 360px;
    }

    .footer-col.footer-cat .bottom-colums {
        width: 483px;
        margin-left: 20px;
    }
}

@media(max-width:2099px) {
    .down-icon {
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .gallery-section {
        min-height: 950px;
    }

    .col-left .about-row:after {
        width: 500px;
        height: 258px;
    }

    .container {
        width: 1700px;
    }

    .col-content .col-box {
        padding: 0 40px;
    }

    .news-image img {
        height: 264px !important;
    }

    .store-details .row {
        grid-template-columns: 600px 206px 600px;
    }

    .site-header .header-inner .site-logo {
        width: 20%;
    }

    .site-header .header-inner .primary-navigation {
        width: 80%;
    }

    .footer-logo-sec .footer-col-inner {
        column-gap: 42px;
    }

    .footer-section .footer-col-inner .bottom-colums:first-child,
    .footer-bottom .footer-last-box {
        padding-left: 0px;
    }

    .footer-col.footer-cat .bottom-colums {
        width: 442px;
        margin-left: 0px;
    }

    .error-404 .container:before,
    .page-id-33 .post-33 .container:before {
        width: 460px;
        height: 236px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .about-restorant {
        padding: 136px 0px 142px;
    }

    .about-restorant .row {
        column-gap: 50px;
        /* grid-template-columns: calc(64% - 25px) calc(36% - 25px); */
    }

    .about-restorant .row .col-left {
        width: calc(64% - 25px);
    }

    .about-restorant .row .col-right {
        width: calc(36% - 25px);
    }

    .col-left .about-row {
        gap: 50px;
    }

    .das-images {
        row-gap: 50px;
    }

    .about-restorant .container {
        width: 1700px;
    }

    .das-restorant-tabs .tabs .tabs-left {
        width: 660px;
    }

    .das-restorant-tabs .tabs .tabs-right {
        width: calc(100% - 1113px);
    }

    .highlited-content {
        padding: 60px;
    }

    section.colums-section.cafe-timing-section {
        padding-top: 160px;
    }

    .footer-section .row:after {
        width: 90px;
        height: 350px;
    }

}

@media(max-width:1799px) {

    .gallery-section {
        min-height: 850px;
    }

    .news-image img {
        height: 251px !important;
    }

    .col-left .about-row:after {
        width: 410px;
        height: 218px;
        right: 20px;
    }

    .container {
        width: 1500px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper a {
        font-size: 16px;
    }

    .error-404 .page-content figure img,
    .page-id-33 .post-33 figure img {
        max-width: 700px;
        height: 491px;
    }

    .bottom-colums.map-section img {
        max-width: 280px;
    }

    .footer-col.footer-cat .bottom-colums {
        width: 350px;
        margin-left: 0px;
    }

    .error-404 .container:before,
    .page-id-33 .post-33 .container:before {
        width: 400px;
        height: 196px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .col-image {
        width: calc(30% - 20px);
    }

    .col-content {
        width: calc(40% - 20px);
    }

    .col-content .halyard-text {
        font-size: 50px;
        line-height: 55px;
    }

    .halyard-text {
        font-size: 48px;
        line-height: 55px;
    }

    .news-section .row {
        column-gap: 80px;
    }

    .news-content span.title {
        font-size: 38px;
        line-height: 52px;
    }

    .news-content span.date {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0px;
        display: block;
    }

    .news-section .container:after {
        width: 500px;
        height: 256px;
        background-size: contain;
        bottom: -170px;
        opacity: 1;
        background-repeat: no-repeat;
    }

    .store-details .row {
        grid-template-columns: 550px 400px 550px;
        padding: 0;
    }

    .about-restorant .container {
        width: 1500px;
    }

    .das-restorant-tabs .tabs .tabs-center {
        width: 350px;
        padding: 0 25px;
    }

    .das-restorant-tabs .tabs .tabs-left {
        width: 630px;
    }

    .das-restorant-tabs .tabs .tabs-right {
        width: calc(100% - 980px);
    }

    .col-left .about-row .about-col {
        padding: 75px 50px;
    }
}

@media(max-width:1599px) {
    .col-left .about-row:after {
        width: 350px;
        height: 180px;
        right: 20px;
    }

    .container {
        width: 1300px;
    }

    .site-header .header-inner .site-logo {
        width: 18%;
    }

    .site-header .header-inner .primary-navigation {
        width: 82%;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child a {
        width: 170px;
        height: 45px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper {
        column-gap: 45px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper a {
        font-size: 14px;
    }

    .footer-section {
        font-size: 35px;
        line-height: 45px;
        /* margin-bottom: 45px; */
    }

    .footer-col.footer-cat .bottom-colums {
        width: 100%;
        margin-left: 0px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-section .row .footer-col ul a {
        font-size: 16px;
    }

    .footer-menus .bottom-colums ul.footer-navigation-wrapper li a {
        margin-bottom: 10px;
        line-height: initial;
    }

    .footer-logo-sec .footer-col-inner {
        column-gap: 0px;
        justify-content: space-between;
    }

    .bottom-colums.map-section img {
        max-width: 250px;
    }

    .footer-section .row:after {
        display: none;
    }

    .footer-bottom .footer-last-box {
        padding-right: 0;
    }

    .tabs-left {
        width: 400px;
    }

    .tabs-center {
        width: 300px;
    }

    .tabs-right {
        width: calc(100% - 700px);
    }

    .tabs-content {
        padding-top: 30px 40px;
    }

    .news-image img {
        height: 230px !important;
    }

    .store-details .row {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .kontact-form .row {
        width: 100%;
    }

    .col-left .about-row .about-col {
        padding: 65px 40px;
    }

    .col-left .about-row .about-col span.about-title {
        font-size: 24px;
        line-height: 30px;
    }

    .col-left .about-row .about-col p {
        margin-top: 20px;
    }

    .highlited-content {
        padding: 60px;
    }

    .about-restorant .container {
        width: 1300px;
    }

    .das-restorant-tabs .tabs .tabs-left {
        width: 400px;
    }

    .das-restorant-tabs .tabs .tabs-center {
        width: 300px;
        padding: 0 25px;
    }

    .das-restorant-tabs .tabs .tabs-right {
        width: calc(100% - 700px);
    }
}

@media(max-width:1399px) {
    .colums-section .row.box_align_right .col-content .col-box {
        text-align: center;
    }

    .colums-section .row.box_align_right .col-content .col-box .col-box-inner span.relation-text:before {
        opacity: 1;
    }

    .gallery-section {
        min-height: 820px;
    }

    .news-image img {
        height: 265px !important;
    }

    .col-left .about-row:after {
        right: 80px;
    }

    .container {
        width: 1024px;
    }

    .site-header .site-logo img {
        max-width: 120px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper {
        column-gap: 22px;
    }

    .site-header .header-inner .primary-navigation {
        width: 85%;
    }

    .site-header .header-inner .site-logo {
        width: 15%;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child a {
        width: 150px;
        height: 45px;
    }

    .error-404 .page-content figure img,
    .page-id-33 .post-33 figure img {
        max-width: 600px;
        height: 400px;
    }

    .error-404 .page-content,
    .page-id-33 .post-33 p {
        width: 730px;
    }

    .error-404 .container:before,
    .page-id-33 .post-33 .container:before {
        width: 300px;
        height: 136px;
    }

    span.relation-text {
        font-size: 20px;
    }

    .error-404 .page-content .headings .halyard-text,
    .page-id-33 .post-33 .headings .halyard-text {
        font-size: 40px;
        line-height: 50px;
    }

    .error-404 .page-content .headings,
    .page-id-33 .post-33 .headings {
        padding-bottom: 30px;
    }

    .primary-btn,
    .impressum-section .borlabs-cookie-open-dialog-preferences a {
        font-size: 16px;
        height: 45px;
        max-height: 45px;
    }

    .footer-section .row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .footer-col.footer-logo-sec {
        width: 60%;
    }

    .footer-col.footer-menus {
        width: 40%;
    }

    .bottom-colums.map-section img {
        max-width: 310px;
    }

    .footer-col.footer-cat {
        width: 100%;
        padding-top: 70px;
    }

    .footer-whatapp-link a {
        font-size: 16px;
        height: 41px;
    }

    .map-section a.wp-block-button__link {
        font-size: 16px;
        height: 45px;
    }

    .banner-section {
        min-height: auto;
    }

    .col-image {
        width: calc(50% - 15px);
        order: 2;
    }

    .col-content {
        width: 100%;
    }

    .col-content .col-box {
        padding: 120px 40px;
        height: auto;
        margin-bottom: 30px;
    }

    .col-box img {
        height: 650px !important;
    }

    .col-box {
        height: 650px;
    }

    .colums-section .row.box_align_right .col-content {
        order: 1;
    }

    .colums-section .row.box_align_right .col-image {
        order: 2;
    }

    .tabs-left {
        display: none;
    }

    .tabs-center {
        width: 200px;
        justify-content: flex-start;
    }

    .tabs-right {
        width: calc(100% - 200px);
    }

    .colums-section {
        padding: 100px 0 150px;
    }

    .tabs-section {
        padding: 150px 0 150px;
    }

    .news-section .row {
        column-gap: 80px;
        grid-template-columns: 1fr 1fr;
        row-gap: 80px;
    }

    .news-section {
        padding: 120px 0 60px;
    }

    .news-section .container:after {
        width: 350px;
        height: 186px;
        background-size: contain;
        bottom: -120px;
        opacity: 1;
        background-repeat: no-repeat;
    }

    .das-resturant-section {
        padding-top: 200px;
    }

    .about-restorant .row {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .about-restorant .row .col-left {
        width: 100%;
    }

    .about-restorant .row .col-right {
        width: 100%;
    }

    .col-left .about-row .about-col {
        padding: 60px 60px;
    }

    .das-images div {
        width: calc(50% - 15px);
    }

    .das-images img {
        height: auto !important;
        object-fit: cover;
    }

    .das-images {
        column-gap: 30px;
    }

    .col-left .about-row {
        gap: 30px;
    }

    .das-restorant-tabs .tabs .tabs-center {
        width: 350px;
        padding: 0 25px 0 0;
    }

    .das-restorant-tabs .tabs .tabs-right {
        width: calc(100% - 350px);
    }

    .das-restorant-tabs {
        padding-bottom: 0;
    }

    .about-restorant .container {
        width: 1024px;
    }
}

@media(max-width:1099px) {
    .highlited-content h3 {
        font-size: 20px;
    }

    .down-icon {
        bottom: 90px;
        width: 28px;
        height: 45px;
        background-size: contain;
    }

    div#speisekarte {
        padding-top: 40px;
        margin-top: -40px;
    }

    .gallery-section,
    .tabs-section,
    .news-section,
    section.colums-section.cafe-timing-section {
        min-height: auto;
    }

    .impressum-section h1 {
        font-size: 50px;
    }


    .col-left .about-row:after {
        right: 30px;
        bottom: 90px;
        width: 250px;
        height: 130px;
    }

    .colums-section .row.box_align_left .col-content {
        order: 2;
    }

    .site-header .site-logo img {
        max-width: 140px;
    }

    .site-header {
        padding-top: 30px;
    }

    .container {
        width: 640px;
    }

    .error-404 .page-content,
    .page-id-33 .post-33 p {
        width: 100%;
    }

    .error-404 .page-content figure img,
    .page-id-33 .post-33 figure img {
        max-width: 100%;
        height: auto;
    }

    .error-404 .page-content figure,
    .page-id-33 .post-33 figure {
        margin-bottom: 35px;
    }

    .error-404 .page-content p,
    .page-id-33 .post-33 p {
        padding: 0;
    }

    .error-404 .container:before,
    .page-id-33 .post-33 .container:before {
        width: 290px;
        height: 116px;
        bottom: -130px;
        right: -50px;
    }

    .news-image img {
        height: auto !important;
        max-height: 365px;
    }

    .site-header .header-inner .primary-navigation .menu-button-container {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: #1E2137;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    .site-header .header-inner .primary-navigation .menu-button-container span.dropdown-icon.close {
        display: none;
    }

    .site-header .header-inner .primary-navigation .menu-button-container .dropdown-icon.open {
        font-size: 0;
    }

    .site-header .header-inner .primary-navigation .menu-button-container .dropdown-icon.open svg.svg-icon {
        display: none;
    }

    .site-header .header-inner .primary-navigation .menu-button-container button {
        padding: 0;
        width: 66px;
        height: 66px;
        background: #1E2137;
        border: 0;
        border-radius: 50px;
        position: relative;
        top: -15px;
        background-image: url(./assets/images/menu-open.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .primary-menu-container {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #171729;
        transition: 0.5s all 0.6s;
        transform: translateX(-100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li {
        width: 100%;
        text-align: center;
        transition: 0.5s all 0s;
        transform: translateY(-20px);
        opacity: 0;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li+li {
        margin-top: 30px;
    }

    .primary-navigation-open .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.6s;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper a {
        font-size: 18px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li:last-child a {
        width: 185px;
        height: 45px;
        margin-top: 30px;
    }

    .primary-navigation-open .primary-menu-container {
        transform: translateX(0%);
        transition-delay: 0s;
    }

    .site-header .header-inner {
        flex-wrap: wrap;
    }

    .site-header .header-inner .site-logo {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 99;
    }

    .footer-section .container {
        width: 100%;
        max-width: 100%;
    }

    .footer-section .footer-title {
        font-size: 30px;
        line-height: 35px;
        width: 640px;
        margin: 0 auto 35px;
    }

    .footer-col.footer-logo-sec {
        width: 640px;
        margin: 0 auto;
        order: 2;
        padding-bottom: 70px;
    }

    .footer-col.footer-menus {
        width: 640px;
        order: 3;
        margin: 0 auto;
    }

    .footer-col.footer-cat {
        padding-top: 30px;
        padding-bottom: 70px;
        width: 640px;
        margin: 0 auto;
    }

    .footer-menus .bottom-colums {
        margin-left: 0;
    }

    .footer-section .row:after {
        display: block;
        right: 110px;
    }

    .col-image:first-child {
        order: 1;
        width: 100%;
    }

    .col-content {
        width: 100%;
        order: 2;
    }

    .col-image {
        width: 100%;
        order: 3;
    }

    .colums-section .row.box_align_right .col-content {
        order: 2;
    }

    .colums-section .row {
        row-gap: 30px;
    }

    .col-content .col-box {
        margin-bottom: 0;
    }

    .colums-section {
        padding: 100px 0 100px;
    }

    .headings {
        padding-bottom: 65px;
    }

    .halyard-text {
        font-size: 40px;
        line-height: 45px;
    }

    .col-content .halyard-text {
        font-size: 40px;
        line-height: 45px;
    }

    .tabs-section {
        padding: 100px 0 100px;
    }

    .tab-btns ul li:not(:last-child) a {
        margin-bottom: 45px;
    }

    .tab-btns ul li a {
        font-size: 20px;
    }

    .tabs-center {
        width: 165px;
    }

    .tabs-right {
        width: calc(100% - 165px);
    }

    .tabs-content {
        padding: 30px 30px;
    }

    .tabs-content .content-top .name {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .tabs-content .content-top span.price {
        font-size: 20px;
    }

    .tabs-disc p {
        font-size: 16px;
        line-height: 22px;
    }

    .news-section .row {
        grid-template-columns: 1fr;
        row-gap: 65px;
    }

    .news-content span.date {
        display: inline-block;
    }

    .news-content p {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .all-news-btn {
        padding-top: 90px;
    }

    .news-section .container:after {
        width: 410px;
        height: 216px;
        background-size: contain;
        bottom: -20px;
        opacity: 1;
        background-repeat: no-repeat;
        right: -70px;
        z-index: -1;
    }

    .about-us .headings {
        padding: 0;
    }

    .store-details .row {
        row-gap: 90px;
    }

    .store-details .col-right .headings {
        padding-bottom: 65px;
    }

    .kontact-form .row {
        width: 100%;
        column-gap: 50px;
    }

    .kontact-form .row .col-3 {
        width: calc(50% - 25px);
    }

    .kontact-form .row .col-3:nth-child(3) {
        display: none;
    }

    footer#colophon {
        padding-bottom: 46px;
    }

    .kontact-section .headings p {
        margin: 35px auto 0;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper {
        background-image: url(./assets/images/Logo-bg.svg);
        background-repeat: no-repeat;
        background-position: bottom right -100px;
    }

    .lock-scrolling {
        height: 100vh;
        overflow: hidden;
    }

    .primary-navigation-open .site-header .header-inner .primary-navigation .menu-button-container button {
        background-image: url(./assets/images/close-menu.svg);
    }

    .das-resturant-section {
        padding-top: 170px;
    }

    .about-restorant {
        padding: 100px 0px 100px;
    }

    .col-left .about-row .about-col {
        padding: 50px 30px;
    }

    .col-left .about-row {
        gap: 20px;
    }

    .das-images {
        column-gap: 20px;
    }

    .das-images div {
        width: calc(50% - 10px);
    }

    .about-restorant .row {
        row-gap: 20px;
    }

    .highlited-content {
        padding: 50px 30px;
    }

    .das-restorant-tabs {
        padding-bottom: 0;
    }

    .das-restorant-tabs .tabs .tabs-center {
        width: 200px;
        padding: 0 25px 0 0;
    }

    .das-restorant-tabs .tabs .tabs-right {
        width: calc(100% - 200px);
    }

    .about-restorant .container {
        width: 640px;
    }
}

@media(max-width:767px) {
    .impressum-section {
        padding: 110px 0 50px;
    }

    .impressum-section h1.wp-block-heading {
        font-size: 35px;
    }

    .impressum-section h2.wp-block-heading,
    .impressum-section h4.wp-block-heading {
        font-size: 24px;
    }

    .impressum-section h3.wp-block-heading,
    .impressum-section h4.wp-block-heading {
        font-size: 20px;
    }

    .impressum-section h1 {
        font-size: 40px;
    }

    .col-left .about-row:after {
        display: none;
    }

    .thankyou-section h1 {
        font-size: 50px;
        line-height: initial;
    }

    .thankyou-section p {
        margin-top: 10px;
        font-size: 18px;
        line-height: initial;
    }

    .container {
        width: 500px;
    }

    .error-404,
    .page-id-33 .post-33 {
        padding: 100px 0 150px;
        overflow: hidden;
    }

    span.relation-text {
        font-size: 18px;
    }

    .error-404 .page-content .headings .halyard-text,
    .page-id-33 .post-33 .headings .halyard-text {
        font-size: 35px;
        line-height: 45px;
    }

    .footer-section .footer-title {
        font-size: 24px;
        line-height: 30px;
        width: 500px;
    }

    .footer-col.footer-cat {
        padding-top: 10px;
        padding-bottom: 70px;
        width: 500px;
        margin: 0 auto;
    }

    .footer-section .footer-col-inner .bottom-colums:first-child {
        display: none;
    }

    .footer-col.footer-logo-sec {
        width: 100%;
    }

    .footer-bottom .footer-last-box .widget:nth-child(2) {
        margin: 0;
        padding: 0;
        border: none;
    }

    .bottom-colums.map-section img {
        max-width: 100%;
    }

    .map-section a.wp-block-button__link {
        font-size: 16px;
        height: 45px;
        width: 300px;
        margin-top: 20px;
    }

    .map-section .wp-block-button {
        width: 100%;
        text-align: center;
    }

    .footer-col.footer-menus {
        width: 500px;
    }

    .footer-section .row:after {
        display: block;
        width: 109px;
        height: 420px;
        right: 60px;
    }

    .top-arrow-footer a {
        width: 35px;
        height: 35px;
        background-size: contain;
    }

    .top-arrow-footer {
        position: absolute;
        top: 35px;
        right: 35px;
    }

    .tabs-content .content-top .name {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .tabs-content .content-top span.price {
        font-size: 18px;
    }

    .halyard-text {
        font-size: 30px;
        line-height: 38px;
    }

    .col-box img {
        height: 450px !important;
    }

    .col-box {
        height: 450px;
    }

    .col-content .col-box {
        padding: 80px 50px;
    }

    .kontact-form p input.wpcf7-form-control.wpcf7-submit {
        font-size: 16px;
        background-position: right 65px center;
        width: 226px;
    }

    .kontact-form p input.wpcf7-form-control.wpcf7-submit:hover {
        background-position: right 60px top 15px;
    }

    .kontact-form .row .col-3.datetime-picker-box,
    .kontact-form .row .col-3.betreff-box:has(.wpcf7cf-hidden)+.numbers-input {
        width: 100%;
    }

    .footer-bottom .footer-last-box {
        padding-right: 0;
        justify-content: center;
        flex-direction: column;
    }

    .footer-bottom {
        padding: 20px 0 50px;
    }

    .footer-bottom .footer-last-box p {
        line-height: initial;
    }

    .col-left .about-row {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .das-images div {
        width: 100%;
    }

    .das-images {
        column-gap: 20px;
        row-gap: 20px;
    }

    .about-restorant .container {
        width: 500px;
    }

    .about-restorant {
        padding: 70px 0px 80px;
    }
}

@media(max-width:599px) {
    .highlited-content h3 {
        font-size: 18px;
    }

    div#speisekarte {
        padding-top: 60px;
        margin-top: -60px;
    }

    .footer-bottom .container {
        width: 100%;
        padding: 0 20px;
    }

    .impressum-section ul.wp-block-list {
        width: 100%;
    }

    .scroll_div {
        padding-top: 60px;
        margin-top: -60px;
    }

    .kontact-form p input.hasDatepicker {
        background-size: 15px;
    }

    .colums-section .row.box_align_left .col-content .col-box.left-center {
        text-align: center;
    }

    .thankyou-section h1 {
        font-size: 40px;
    }

    .thankyou-section p {
        font-size: 16px;
    }

    .thankyou-section {
        padding: 150px 0 60px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper li+li {
        margin-top: 25px;
    }

    .container {
        width: 325px;
    }

    .site-header .header-inner .primary-navigation .primary-menu-container .menu-wrapper {
        background-position: bottom -40px right -190px;
        padding-top: 20px;
    }

    .gallery-section {
        padding: 60px 0 100px;
    }

    .gallery-section .about-gallery-section .gallery-list .splide__arrow {
        bottom: -52px;
    }

    .gallery-section .about-gallery-section .gallery-list .splide__pagination {
        bottom: -50px;
    }


    span.relation-text {
        font-size: 14px;
        line-height: initial;
        margin-bottom: 0px;
    }

    .text-center span.relation-text:before {
        width: 20px;
        margin-right: 15px;
        height: 1px;
    }

    .text-center span.relation-text:after {
        width: 20px;
        height: 1px;
        margin-left: 15px;
    }

    .error-404 .page-content .headings .halyard-text,
    .page-id-33 .post-33 .headings .halyard-text {
        font-size: 22px;
        line-height: 25px;
    }

    p {
        line-height: 25px;
    }

    .error-404 .container:before,
    .page-id-33 .post-33 .container:before {
        width: 250px;
        height: 86px;
        bottom: -120px;
        right: -100px;
    }

    .footer-section {
        padding-bottom: 45px;
    }

    .footer-section .footer-title {
        font-size: 18px;
        line-height: 24px;
        width: 325px;
        margin-bottom: 35px;
        text-align: center;
    }

    .footer-section .footer-title:before {
        width: 20px;
        height: 1px;
        margin-right: 10px;
    }

    .footer-section .footer-title:after {
        content: '';
        width: 20px;
        height: 1px;
        background: #EBCE53;
        margin-left: 10px;
        display: inline-block;
    }

    .footer-col.footer-cat {
        padding-top: 0px;
        padding-bottom: 40px;
        width: 325px;
        margin: 0 auto;
    }

    .footer-last-box p {
        font-size: 16px;
        line-height: 32px;
        margin-top: 10px;
    }

    .footer-col.footer-menus {
        width: 325px;
    }

    .footer-section .row:after {
        display: none;
    }

    .map-section a.wp-block-button__link {
        width: 226px;
    }

    .top-arrow-footer {
        display: none;
    }

    .footer-menus .bottom-colums {
        margin-left: 0;
        width: 100%;
    }

    .footer-menus .bottom-colums .footer-navigation {
        width: 100%;
        margin-top: 10px;
    }

    .footer-whatapp-link {
        width: 100%;
    }

    .footer-whatapp-link a {
        font-size: 16px;
        height: 45px;
        width: 100%;
        margin-top: 15px;
    }

    .footer-section .row .footer-col ul a {
        font-size: 18px;
    }

    .halyard-text {
        font-size: 20px;
        line-height: 25px;
        margin-top: 2px;
    }

    .headings {
        padding-bottom: 35px;
    }

    .col-box img {
        height: 300px !important;
    }

    .col-box {
        height: 300px;
    }

    .colums-section .row {
        row-gap: 20px;
    }

    .col-content .col-box {
        padding: 40px 25px 25px;
    }

    .col-content .halyard-text {
        font-size: 22px;
        line-height: 27px;
        margin-top: 2px;
    }

    .col-content p {
        margin-top: 26px;
    }

    .primary-btn {
        margin-top: 25px;
    }

    .news-image img {
        margin-bottom: 20px;
    }

    .colums-section {
        padding: 50px 0 50px;
    }

    .tabs-section {
        padding: 60px 0 60px;
    }

    .headings {
        text-align: center;
    }

    .left-center span.relation-text:before {
        width: 20px;
        height: 1px;
    }

    .left-center span.relation-text:after {
        content: '';
        width: 20px;
        height: 1px;
        background-color: #EACE53;
        display: inline-block;
        margin-left: 15px;
    }

    .tabs-right {
        width: 100%;
        margin-top: 20px;
    }

    .tabs-content {
        padding: 0px 0px 20px;
        margin-bottom: 10px;
    }

    .tabs-content .content-top {
        padding: 20px 20px 0px;
        cursor: pointer;
    }

    .tabs-content .content-top .name {
        font-size: 16px;
        line-height: 22px;
    }

    .tabs-content .content-top span.price {
        font-size: 14px;
        line-height: 20px;
        display: inline-flex;
        align-items: center;
        column-gap: 13px;
    }

    .tabs-content .content-top span.price:after {
        content: '';
        background-image: url(./assets/images/down-icon-new.svg);
        width: 14px;
        height: 8px;
        display: inline-block;
        transition: 0.5s all;
    }

    .tabs-content.open-content .content-top span.price:after {
        transform: rotate(180deg);
    }

    .tabs-disc {
        max-height: 0;
        overflow: hidden;
        transition: 0.5s all;
        opacity: 0;
        padding: 0 20px 0px;
    }

    .tabs-content.open-content .tabs-disc {
        max-height: 200px;
        opacity: 1;
    }

    .tabs-disc p {
        font-size: 14px;
        line-height: 21px;
        color: #C6C6C6;
        margin-top: 15px;
    }

    .tabs-content .content-top .name span.qty {
        font-size: 14px;
        margin-left: 5px;
    }

    .news-section {
        padding: 50px 0 50px;
        overflow: hidden;
    }

    .news-content span.title {
        font-size: 22px;
        line-height: 30px;
        margin-right: 25px;
    }

    .news-content span.date::before {
        margin-right: 15px;
    }

    .news-content span.date {
        display: inline-block;
        margin-left: 0px;
        font-size: 12px;
        line-height: 14px;
    }

    .news-content p {
        margin-top: 25px;
        color: #C6C6C6;
        margin-bottom: 25px;
    }

    .news-content a.news-link {
        font-size: 14px;
        line-height: 20px;
    }

    .news-content a.news-link:after {
        margin-left: 10px;
    }

    .news-section .row {
        row-gap: 65px;
    }

    .all-news-btn a.primary-btn {
        margin-top: 0;
        max-height: 44px;
        width: 226px;
    }

    .news-content .news-head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .news-section .container:after {
        width: 380px;
        height: 216px;
        background-size: contain;
        bottom: -30px;
        opacity: 1;
        background-repeat: no-repeat;
        right: -190px;
        pointer-events: none;
        z-index: -1;
    }

    ul.cafe-timing {
        width: 100%;
    }

    ul.cafe-timing li {
        font-size: 16px;
    }

    .about-us p {
        text-align: left;
        color: #FFFFFF;
        margin-top: 15px;
    }

    .store-details .container {
        width: 100%;
        max-width: 100%;
    }

    .store-details .col-left {
        width: 325px;
        margin: 0 auto;
    }

    .map-part .map-section img {
        height: auto;
    }

    .map-part .wp-block-button a.wp-block-button__link {
        width: 226px;
    }

    .store-details .row {
        row-gap: 65px;
    }

    .store-details .col-center {
        width: 100%;
        text-align: center;
    }

    .details ul li span.label {
        justify-content: center;
    }

    .details ul li span.label:before {
        width: 20px;
        height: 1px;
    }

    .details ul li span.label:after {
        content: '';
        width: 20px;
        height: 1px;
        display: inline-block;
        background: #EACE53;
        margin-left: 15px;
    }

    .details ul li a {
        font-size: 16px;
    }

    .details ul li span.address {
        font-size: 16px;
    }

    section.store-details {
        padding: 50px 0;
    }

    section.kontact-section {
        padding: 50px 0 50px;
    }

    .kontact-section .headings p {
        margin: 25px auto 0;
    }

    .kontact-form .row .col-3 {
        width: 100%;
    }

    .kontact-form .row .col-12:last-child p {
        text-align: center;
        margin-top: 30px;
    }

    .kontact-form p input.wpcf7-form-control.wpcf7-submit {
        width: 226px;
        background-position: right 65px center;
        height: 45px;
        max-height: 45px;
    }

    .banner-section p:before,
    .banner-section p:after {
        width: 20px;
        height: 1px;
    }

    /* .banner-section,
    .banner-section sr7-module,
    .banner-section sr7-adjuster,
    .banner-section sr7-content,
    .banner-section sr7-slide,
    .banner-section sr7-mask,
    .banner-section sr7-bg,
    .banner-section sr7-shp,
    sr7-grp {
        height: 100vh !important;
    } */

    .das-resturant-section {
        padding-top: 150px;
    }

    .tab-btns ul {
        display: flex;
        overflow-x: scroll;
        column-gap: 25px;
        scrollbar-width: none;
        background: #1E2137;
        padding: 15px 45px;
        margin-bottom: 0px;
    }

    .tab-btns ul li:not(:last-child) a {
        margin-bottom: 0px;
    }

    .tab-btns ul li a {
        font-size: 15px;
        color: #C6C6C6;
        white-space: nowrap;
    }

    .tabs-section .headings {
        padding-bottom: 30px;
    }

    .tabs-center {
        width: 100%;
    }

    .tabs-center .tab-btns {
        width: 100%;
        position: relative;
    }

    .tabs-center .tab-btns:before {
        content: '';
        width: 50px;
        height: 100%;
        position: absolute;
        left: -1px;
        top: 0;
        background: rgb(30, 33, 55);
        background: -moz-linear-gradient(90deg, rgba(30, 33, 55, 1) 15%, rgba(30, 33, 55, 0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(30, 33, 55, 1) 15%, rgba(30, 33, 55, 0) 100%);
        background: linear-gradient(90deg, rgba(30, 33, 55, 1) 15%, rgba(30, 33, 55, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2137", endColorstr="#1e2137", GradientType=1);
    }

    .tabs-center .tab-btns:after {
        content: '';
        width: 50px;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
        background: rgb(30, 33, 55);
        background: -moz-linear-gradient(90deg, rgba(30, 33, 55, 0) 0%, rgba(30, 33, 55, 1) 85%);
        background: -webkit-linear-gradient(90deg, rgba(30, 33, 55, 0) 0%, rgba(30, 33, 55, 1) 85%);
        background: linear-gradient(90deg, rgba(30, 33, 55, 0) 0%, rgba(30, 33, 55, 1) 85%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2137", endColorstr="#1e2137", GradientType=1);
    }

    .kontact-form p {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .kontact-form .row .col-12 p {
        margin-top: 35px;
    }

    .das-restorant-tabs .tabs .tabs-center {
        width: 100%;
        padding: 0 0px 0 0;
    }

    .das-restorant-tabs .tabs .tabs-right {
        width: 100%;
    }

    .das-restorant-tabs {
        padding-bottom: 0;
    }

    .about-restorant .container {
        width: 325px;
    }
}

@media(max-width:349px) {
    .container {
        width: 300px;
    }

    .about-restorant .container {
        width: 300px;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}