@charset "UTF-8";

/************************************************************************************
*
* Theme Name: 		WP Theme für Barfüßer Gastronomie-Betriebs GmbH & Co. KG
* Theme URI:		https://www.barfuesser-brauhaus.de
* Description: 		Webseite mit WordPress
* Author:			Barfüßer Gastronomie-Betriebs GmbH & Co. KG
* Author URI:		https://www.barfuesser-brauhaus.de
* Version:			1.0
* License:          Philipp Lindermeir
* License URI:      https://9volt-media.net
*
************************************************************************************/

/************************************************************************************
*
* Webfonts
*
************************************************************************************/

@font-face {
    font-family: Cervo Neue;
    src: url(fonts/CervoNeue-BoldNeue.woff) format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Cervo Neue;
    src: url(fonts/CervoNeue-RegularNeue.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Mirador;
    src: url(fonts/Mirador-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Rumble Brave Script;
    src: url(fonts/RumbleBraveScript-Italic.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoon.eot#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.svg#icomoon#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:focus {
    outline: none;
}

b,
strong {
    font-weight: bolder
}

.opacity {
    opacity: 0.4;
}

.center {
    text-align: center;
}

.red {
    color: #ab303a;
}

.red-upper {
    color: #ab303a;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}

.brown-beige {
    color: #855e1f;
}

.beige {
    background-color: #f1ebe3;
}

.beige-hell {
    background-color: #fbf5ec;
}

.beige-dunkel {
    background-color: #ecddc9;
}

.brown {
    background-color: #342714;
}

.gold {
    color: #bd9e56;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}

.multiply {
    background-blend-mode: multiply;
}

.big_rumble {
    font-family: Rumble Brave Script, sans-serif;
    font-weight: 100;
    font-size: 30px;
}

.upper {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    color: #bd9e56;
}

.reservierung {
    margin-top: -140px;
    margin-bottom: -140px;
}

#bonvito_giftcard_form h1 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#bonvito_giftcard_form a {
    min-width: 209px;
    font-weight: 500;
    letter-spacing: .4rem;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-align: center;
    padding: 13px 13px;
    border-radius: 2px;
    transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
    background: #ab303a;
    color: #ecddc9
}

#bonvito_giftcard_form a:hover {
    background: #bd9e56 !important;
    color: #fff !important
}

#footer-cookie,
#footer-cookie * {
    box-sizing: border-box;
}

#footer-cookie {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 3rem;
    background: #342714;
    color: #ecddc9;
    font-weight: 400;
    line-height: 1.5;
    z-index: 9999;
}

#footer-cookie a {
    color: #bd9e56;
}

#footer-cookie #description {
    float: left;
    max-width: 80%;
}

#footer-cookie #accept {
    float: right;
    color: #342714;
}

#footer-cookie #accept a {
    text-decoration: none;
    color: #342714;
}

@media (max-width: 1200px) {
    #footer-cookie {
        padding: 2rem;
    }

    #footer-cookie #description {
        max-width: 100%;
    }

    #footer-cookie #accept {
        float: left;
        margin-top: 20px;
    }
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chevron-down:before {
    content: "";
}

.icon-cross:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-carousel:before {
    content: "";
}

.icon-video:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-play:before {
    content: "";
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.extra-links,
.footer-bottom,
.footer-links,
.menu-list,
.mobile-only-contact-links,
.mobile-only-social-links,
.nav-drop-content-list,
.reserve-lightbox,
.phone-lightbox,
.location-list,
.site-default-list,
.slick-dots,
.social-icons {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: Cervo Neue;
    src: url(../fonts/CervoNeue-BoldNeue.woff) format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Cervo Neue;
    src: url(../fonts/CervoNeue-RegularNeue.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Mirador;
    src: url(../fonts/Mirador-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Rumble Brave Script;
    src: url(../fonts/RumbleBraveScript-Italic.woff) format("woff");
    font-display: swap;

}

html {
    font-size: 10px
}

body {
    color: #342714;
    font-family: Cervo Neue, Arial, Noto Sans, sans-serif;
    line-height: 2;
    font-weight: 400;
    min-width: 320px
}

a {
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
    color: #bd9e56
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #b39346
}

dl,
ol,
p,
ul {
    margin: 0 0 3rem
}

.text-size-xl {
    font-size: 18px
}

.text-size-base,
.text-size-lg {
    font-size: 16px
}

.text-size-md {
    font-size: 12px
}

.text-size-sm {
    font-size: 10px
}

.h1,
h1 {
    font-size: 30px;
    font-family: Mirador, Times New Roman, serif;
    margin: 0 0 1rem;
    line-height: 1.1667
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    font-size: 20px
}

.h2,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
    font-family: Mirador, Times New Roman, serif;
    margin: 0 0 1rem;
    line-height: 1.1667
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px;
    font-family: Mirador, Times New Roman, serif;
    margin: 0 0 1rem;
    line-height: 1.1667
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
    border: 1px solid;
    background-color: transparent;
    width: 100%;
    min-width: 0;
    padding: 1.2rem 2.4rem;
    border-radius: 0;
    -webkit-appearance: none
}

input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
textarea:focus,
textarea:hover {
    box-shadow: none;
    outline: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.our-products .slick-slider {
    position: static
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.highlights .slick-list,
.info-slider .slick-list,
.our-products .slick-list,
.standorte-slider .slick-list {
    overflow: visible
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    display: flex;
    justify-content: center;
    padding-top: 47px
}

.slick-dots li {
    font-size: 0;
    line-height: 1;
    margin: 0 11px
}

.slick-dots li button {
    border: none;
    border-radius: 0;
    outline: none;
    width: 1rem;
    height: 1rem;
    background: #342714;
    transform: rotate(45deg);
    cursor: pointer;
    padding: 0;
    transition: background .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95)
}

.slick-dots li button:hover,
.standorte-slider .slick-dots li button:hover {
    background: #bd9e56
}

.standorte-slider .slick-dots li button {
    background: #ecddc9
}

.slick-dots li.slick-active button {
    background: #bd9e56;
    transform: scale(1.33) rotate(45deg)
}

.highlights .slick-dots {
    padding-top: 240px;
    padding-bottom: 30px
}

.standorte-slider .slick-dots {
    padding-top: 50px
}

.slick-arrow {
    position: absolute;
    bottom: -58px;
    font-size: 88px;
    color: #342714;
    line-height: 1.6;
    fill: #342714
}

.slick-arrow.arrow-left {
    right: calc(50% - 140px)
}

.slick-arrow.arrow-left svg,
.slick-arrow.arrow-left svg > polygon {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.slick-arrow.arrow-left svg > polygon {
    transform-origin: right center
}

.slick-arrow.arrow-left:hover svg {
    fill: #bd9e56;
    transform: translateX(-14px)
}

.slick-arrow.arrow-left:hover svg > polygon {
    transform: scaleX(.54)
}

.slick-arrow.arrow-right {
    left: calc(50% - 140px)
}

.slick-arrow.arrow-right svg,
.slick-arrow.arrow-right svg > polygon {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.slick-arrow.arrow-right svg > polygon {
    transform-origin: left center
}

.slick-arrow.arrow-right:hover svg {
    fill: #bd9e56;
    transform: translateX(14px)
}

.slick-arrow.arrow-right:hover svg > polygon {
    transform: scaleX(.54)
}

.our-products .slick-arrow {
    bottom: -20px
}

.standorte-slider .slick-arrow {
    fill: #ecddc9
}

.slider-arrow-decor {
    width: 48px;
    margin: 0 auto
}

.slider-arrow-decor img {
    width: 100%
}

.slider-arrow-decor__wrap {
    padding-top: 14px
}

.standorte-lightbox .slider-arrow-decor {
    display: none
}

.getraenke-lightbox .slider-arrow-decor {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #342714;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .95;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 0
}

.fancybox-content {
    background: transparent;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-content.full-width {
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    color: #ecddc9;
    padding-top: 37px;
    padding-bottom: 90px
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    display: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0
}

.header {
    background: #ecddc9;
    padding: 3px 0 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 16px
}

.header .button {
    font-size: 13px;
    font-weight: 700;
    color: #ecddc9;
    background: #ab303a;
    padding: 0 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    max-width: 170px;
    letter-spacing: .3rem;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95)
}

.header .button:hover {
    background: #bd9e56;
    color: #fff
}

#nav {
    display: flex;
    align-items: center;
    min-height: 51px
}

#nav:after {
    content: "";
    min-height: inherit;
    font-size: 0
}

.nav-drop-content {
    background: #ecddc9;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 1;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 24px 48px;
    min-height: 100vh;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95)
}

.nav-active .nav-drop-content {
    transform: none;
    opacity: 1;
    visibility: visible
}

.nav-drop-content a {
    color: #342714;
    position: relative;
    outline: none;
    transition: text-shadow .35s cubic-bezier(.3, .86, .36, .95)
}

.nav-drop-content a:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.nav-drop-content a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background: #342714;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.nav-drop-content-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 -20px 7px -20px;
    font-family: Mirador, Times New Roman, serif;
    font-size: 22px
}

.nav-drop-content-list li {
    margin: 0 20px
}

.nav-drop-content-list li + li {
    margin-top: 6px
}

.nav-opener {
    display: block;
    width: 30px;
    height: 18px;
    position: relative;
    flex-shrink: 0;
    z-index: 999
}

.nav-active .nav-opener {
    margin-left: -5px
}

.nav-active .nav-opener:hover .rhombus {
    background-color: rgba(52, 39, 20, .95)
}

.nav-active .nav-opener:hover:after,
.nav-active .nav-opener:hover:before,
.nav-active .nav-opener:hover span {
    background: #ecddc9
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #342714
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before,
.nav-active .nav-opener span {
    left: 7px;
    right: 7px
}

.nav-opener:after,
.nav-opener:before {
    content: "";
    transition: top .35s cubic-bezier(.3, .86, .36, .95), bottom .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95)
}

.nav-opener:before {
    top: 0
}

.nav-active .nav-opener:before {
    top: 50%;
    transform: rotate(45deg) translateY(-50%)
}

.nav-opener:after {
    bottom: 0
}

.nav-active .nav-opener:after {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%)
}

.nav-opener span {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95)
}

.nav-active .nav-opener span {
    opacity: 0
}

.nav-opener .rhombus {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #342714;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95)
}

.nav-active .nav-opener .rhombus {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) rotate(45deg)
}

.logo {
    display: block;
    height: 50px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo img {
    height: 100%;
}

.mobile-only-contact-links {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    padding: 30px 0 25px
}

.mobile-only-contact-links li + li {
    margin-top: 11px
}

.mobile-only-social-links {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    font-size: 35px;
    margin: 0 -4px
}

.mobile-only-social-links li {
    margin: 4px
}

.mobile-only-social-links a {
    transition: color .35s cubic-bezier(.3, .86, .36, .95)
}

.mobile-only-social-links a:after {
    content: none
}

.mobile-only-social-links a:hover {
    color: #bd9e56
}

body {
    font-size: 16px;
    background-color: #fff
}

.menu--opened body {
    overflow: hidden
}

.container {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.container--fluid {
    max-width: 100%
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.touchevents .wrapper {
    min-height: var(--full-viewport)
}

.wrapper:after,
.wrapper:before {
    content: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #342714;
    z-index: 888
}

.wrapper:before {
    left: 38px
}

.wrapper:after {
    right: 38px
}

.page-holder {
    flex-grow: 1;
    overflow: hidden;
    width: 100%
}

.resize-active * {
    transition: none !important
}

.h2,
h2 {
    letter-spacing: -.05rem
}

.banner {
    position: relative;
    min-height: 667px;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 247px;
    padding-bottom: 145px;
    line-height: 1;
    text-align: center
}

.banner .txt {
    position: relative;
    z-index: 9
}

.banner:before {
    content: "";
    position: absolute;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(100, 79, 45, 0), #342714);
    mix-blend-mode: multiply;
    z-index: -1
}

.banner .display-serif {
    margin-top: -5px;
    letter-spacing: -.15rem;
    margin-bottom: 8px
}

.banner .btn-arrow-down {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%)
}

.banner__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2
}

.banner__img.desktop {
    display: none
}

.banner .mobile-banner-badge {
    width: 60px;
    position: fixed;
    bottom: 220px;
    right: 10px;
    transition: transform .2s;
    z-index: 9999;
}

.banner .mobile-banner-badge img {
    width: 100%
}

.mobile-banner-badge:hover {
    background-repeat: no-repeat;
    background-position: left;
    transform: scale(1.1);
}

.mobile-banner-badge:active {
    transform: translateY(2px);
}

.banner .mobile-banner-badge-togo {
    width: 60px;
    position: fixed;
    bottom: 150px;
    right: 9px;
    transition: transform .2s;
    z-index: 9999;
}

.banner .mobile-banner-badge-togo img {
    width: 100%
}

.mobile-banner-badge-togo:hover {
    background-repeat: no-repeat;
    background-position: left;
    transform: scale(1.1);
}

.mobile-banner-badge-togo:active {
    transform: translateY(2px);
}

.banner .mobile-banner-badge-gutschein {
    width: 60px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    transition: transform .2s;
    z-index: 9999;
}

.banner .mobile-banner-badge-gutschein img {
    width: 100%
}

.mobile-banner-badge-gutschein:hover {
    background-repeat: no-repeat;
    background-position: left;
    transform: scale(1.1);
}

.mobile-banner-badge-gutschein:active {
    transform: translateY(2px);
}

.display-italics {
    display: block;
    font-family: Rumble Brave Script, sans-serif;
    color: #ecddc9;
    font-size: 40px
}

.display-serif {
    display: block;
    font-family: Mirador, Times New Roman, serif;
    color: #ecddc9;
    font-size: 45px;
    font-weight: 700
}

.btn {
    min-width: 209px;
    font-weight: 500;
    letter-spacing: .3rem;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-align: center;
    padding: 13px 10px;
    border-radius: 2px;
    transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
    transition: transform .2s;
}

.btn:hover {
    background: #bd9e56 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.btn:active {
    transform: translateY(2px);
}

.btn-google.redbutton {
    background: #ab303a;
    color: #ecddc9;
    background-repeat: no-repeat;
    background-position: left;
}

.btn.redbutton {
    background: #ab303a;
    color: #ecddc9
}

.btn-google.greenbutton {
    background: #5f923c;
    color: #ecddc9;
    background-repeat: no-repeat;
    background-position: left;
}

.btn.greenbutton {
    background: #5f923c;
    color: #ecddc9;
    background-repeat: no-repeat;
    background-position: left;
}

.btn-google {
    min-width: 150px;
    font-weight: 500;
    letter-spacing: .3rem;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 10px 13px 40px;
    border-radius: 2px;
    transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px 40px;
    transition: transform .2s;
    margin: 7px 0;
    text-align: left;
}

.btn-google:hover {
    background-repeat: no-repeat;
    background-position: left;
    transform: scale(1.1);
}

.btn-google:active {
    transform: translateY(2px);
}

.btn-google.spanish-white {
    color: #342714;
    border: #ecddc9 1px solid;
    background-repeat: no-repeat;
    background-position: left;
}

.btn-google.mikado {
    background: #342714;
    color: #ecddc9;
    background-repeat: no-repeat;
    background-position: left;
}

.btn.mikado {
    background: #342714;
    color: #ecddc9
}

.btn.spanish-white {
    color: #342714;
    background: #ecddc9
}

.btn-arrow-down {
    position: relative;
    display: block
}

.btn-arrow-down:before {
    transform: translate(-50%, -50%) rotate(45deg);
    border: 2px solid #ecddc9
}

.btn-arrow-down:after,
.btn-arrow-down:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 34px;
    height: 34px;
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.btn-arrow-down:after {
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    background: #bd9e56
}

.btn-arrow-down:hover:before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.btn-arrow-down:hover:after {
    transform: translate(-50%, -50%) rotate(135deg) scale(1)
}

.btn-arrow-down:hover svg {
    transform: translateY(3px) translateX(-50%) scale(.75);
    fill: #fff
}

.btn-arrow-down:hover svg > polygon {
    transform: scaleY(.35)
}

.btn-arrow-down svg {
    position: absolute;
    left: 50%;
    top: -68px;
    transform: translateX(-50%) scale(.75);
    fill: #ecddc9;
    z-index: 999
}

.btn-arrow-down svg,
.btn-arrow-down svg > polygon {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.btn-arrow-down svg > polygon {
    will-change: transform;
    transform-origin: bottom center
}

.info {
    padding-top: 70px;
    padding-bottom: 20px
}

.info .title-and-type {
    padding-bottom: 31px
}

.info .company-title {
    width: 162px;
    margin: 0 auto;
    line-height: 1
}

.info .company-title img {
    width: 100%
}

.info .company-type {
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: .54rem;
    font-size: 10px
}

.info .company-desc {
    display: block;
    max-width: 975px;
    font-family: Mirador, Times New Roman, serif;
    font-weight: 700;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.75;
    padding-top: 28px
}

.article {
    padding: 30px 0
}

.article.horizontal {
    display: flex;
    flex-direction: column
}

.article.horizontal .article__img,
.article.horizontal .article__txt {
    padding-bottom: 36px
}

.article.horizontal .article__img {
    line-height: 1;
    flex-shrink: 0;
    width: 100%;
    position: relative
}

.article.horizontal .article__img img {
    width: 100%;
    height: auto
}

.article.horizontal .article__img .img-stamp {
    right: 40px;
    bottom: 0
}

.article.horizontal .article__txt {
    align-self: flex-end;
}

.article.txt-first .article__txt {
    padding-bottom: 10px
}

.article.txt-first .article__img .img-stamp {
    bottom: -6%
}

.article.txt-first p {
    margin-bottom: 2px
}

.article.img-first .article__img .img-stamp {
    bottom: -7%
}

.article p {
    margin-bottom: 10px
}

.article .article__subheading {
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px;
    letter-spacing: .24rem
}

.article.vertical {
    max-width: 1050px;
    margin: 0 auto
}

.article.vertical .article__img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 46px
}

.article.vertical .article__txt {
    max-width: 745px;
    margin: 0 auto
}

.article.vertical .h1,
.article.vertical h1 {
    font-size: 30px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px
}

.article .article__img .img {
    width: 100vw;
    height: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 -20px
}

.article .article__img.overlay {
    position: relative
}

.article .article__img.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: linear-gradient(90deg, rgba(52, 39, 20, .6), rgba(100, 79, 45, 0));
    z-index: 9
}

.article .article__img.overlay-full .img {
    position: relative
}

.article .article__img.overlay-full .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(52, 39, 20, .2);
    z-index: 1
}

.article .article__img.overlay-bottom .img {
    position: relative
}

.article .article__img.overlay-bottom .img:before {
    content: "";
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(100, 79, 45, 0), #342714);
    z-index: 1
}

.img-stamp {
    position: absolute;
    width: 91px;
    z-index: 9
}

.img-stamp img {
    width: 100%
}

.btn-arrow {
    padding: 20px 0 20px 96px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .24rem;
    position: relative;
    overflow: hidden
}

.btn-arrow.card-btn {
    padding: 13px 0 13px 112px
}

.btn-arrow.card-btn:after,
.btn-arrow.card-btn:before {
    content: none !important
}

.btn-arrow.card-btn svg {
    transform: scale(1) translate(18px, -50%) !important
}

.btn-arrow.card-btn:hover svg > polygon {
    transform: scaleX(.55)
}

.btn-arrow.right:after,
.btn-arrow.right:before {
    left: 35px
}

.btn-arrow.right svg {
    left: -17px;
    transform: scale(.75) translateY(-65%)
}

.btn-arrow.right svg > polygon {
    transform-origin: right center
}

.btn-arrow.right:hover svg {
    transform: scale(.75) translate(4px, -65%)
}

.btn-arrow.left {
    overflow: visible
}

.btn-arrow.left:after,
.btn-arrow.left:before {
    left: 6px
}

.btn-arrow.left svg {
    left: 6px;
    transform: scale(.75) translateY(-65%)
}

.btn-arrow.left svg > polygon {
    transform-origin: left center;
    transform: scaleX(.9)
}

.btn-arrow.left:hover svg {
    transform: scale(.75) translate(-4px, -65%)
}

.btn-arrow.left:hover svg > polygon {
    transform: scaleX(.35) translateX(7px)
}

.btn-arrow svg {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    fill: #342714;
    transition: transform .35s cubic-bezier(.3, .86, .36, .95), fill .35s cubic-bezier(.3, .86, .36, .95)
}

.btn-arrow:after,
.btn-arrow:before,
.btn-arrow svg > polygon {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.btn-arrow:after,
.btn-arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.btn-arrow:before {
    border: 2px solid #342714
}

.btn-arrow:after {
    background: #342714;
    transform: translateY(-50%) scale(0) rotate(45deg)
}

.btn-arrow:hover svg {
    fill: #bd9e56
}

.btn-arrow:hover svg > polygon {
    transform: scaleX(.35) translateX(-7px)
}

.btn-arrow:hover:before {
    transform: translateY(-50%) rotate(135deg)
}

.btn-arrow:hover:after {
    transform: translateY(-50%) scale(1) rotate(135deg)
}

.info-slider-wrapper {
    padding: 22px 0 38px;
    margin: 0 30px
}

.info-slider-section {
    padding: 16px 0 50px
}

.info-slider-section .txt {
    max-width: 675px;
    margin: 0 auto
}

.info-slider-section span {
    display: block
}

.info-slider-section .itallic-txt {
    font-family: Rumble Brave Script, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    color: #bd9e56;
    margin-bottom: 5px;
    text-align: center;
}

.info-slider {
    padding-bottom: 30px;
    position: relative
}

.info-slider__slide {
    height: 320px !important;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 12px;
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.info-slider__slide:hover {
    transform: scale(1.05);
}

.info-slider__slide:active {
    transform: translateY(2px);
}

.info-slider .slick-center {
    transform: scale(1.112, 1.11875)
}

.info-slider .slick-center:hover {
    transform: scale(1.3);
}

.info-slider .slick-center:active {
    transform: translateY(1px);
}

.our-beer {
    background: #ecddc9;
    padding: 30px 0
}

.our-beer .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    max-width: 1255px
}

.our-beer .h1,
.our-beer h1 {
    font-family: Rumble Brave Script, sans-serif;
    font-weight: 400;
    font-size: 40px
}

.our-beer .txt {
    max-width: 445px;
    padding-bottom: 4px
}

.our-beer__img {
    width: 200px;
    margin-top: -10px;
    margin-right: 16px;
    flex-shrink: 0;
    line-height: 1
}

.our-beer__img img {
    width: 100%;
    height: auto
}

.about {
    padding: 27px 0 15px
}

.about .container {
    max-width: 1435px
}

.about .article {
    padding: 22px 0 12px
}

.highlights {
    padding: 30px 0 50px
}

.highlights .container {
    position: relative
}

.highlights .h1,
.highlights h1 {
    display: block;
    text-align: center;
    margin-bottom: 32px
}

.highlights_rumble {
    font-family: Rumble Brave Script, sans-serif;
    font-weight: 100;
}

.highlights__overlay {
    padding: 15px 20px 23px;
    text-align: center;
    background-image: url(./images/bg01.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 41.2%;
    max-width: 350px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    left: 50%
}

.highlights__overlay-stamp {
    width: 50px;
    margin: 0 auto 5px
}

.highlights__overlay-stamp img {
    width: 100%
}

.highlights__overlay-image {
    width: 60px;
    margin: 0 auto 5px
}

.highlights__overlay-image img {
    width: 100%
}

.highlights__overlay-text {
    max-width: 290px;
    margin: 0 auto 19px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.highlights-slider {
    margin: 0 -20px
}

.highlights-slider__slide {
    width: 100vw;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%
}

.highlights-slider__wrapper {
    max-width: 915px;
    margin: -20px auto 0 auto;
}

.our-products {
    padding: 17px 0 16px;
    position: relative
}

.our-products:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15%;
    background: #ecddc9;
    z-index: -1
}

.our-products .h1,
.our-products h1 {
    display: block;
    text-align: center
}

.our-products .facts {
    text-transform: uppercase;
    display: flex;
    font-size: 16px;
    letter-spacing: .3rem;
    margin: 0 -17px 20px
}

.our-products .particulars {
    margin: 0 17px
}

.our-products .value {
    font-weight: 700
}

.our-products .product-name {
    font-size: 40px;
    font-family: Rumble Brave Script, sans-serif;
    color: #bd9e56;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 8px
}

.our-products .product-desc {
    margin-bottom: 1px
}

.our-products .container {
    position: relative
}

.synced-sliders-wrapper {
    max-width: 1180px;
    margin-left: auto;
    padding-top: 9px
}

.slider-for__slide {
    display: flex !important;
    flex-direction: column
}

.slider-for__slide span {
    display: block
}

.slider-for__slide-img {
    width: 100vw;
    height: 75.2vw;
    flex-shrink: 0;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 -20px
}

.slider-for__slide-txt {
    padding: 29px 8px 0
}

.slide-nav__slide {
    height: 120px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 25px;
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
    cursor: pointer;
}

.slide-nav__slide:hover {
    transform: scale(1.1);
}

.slide-nav__slide.slick-current {
    transform: scale(1.3)
}

.sync-slider__slider-nav-wrapper {
    max-width: 760px;
    margin: 0 20px;
    position: relative
}

.mid-banner {
    margin-top: 75px;
    height: 305px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative
}

.mid-banner:before {
    content: "";
    position: absolute;
    top: 0;
    height: 26%;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(100, 79, 45, 0), #342714)
}

.mid-banner__stamp {
    position: absolute;
    right: 17%;
    top: -17%;
    width: 86px
}

.mid-banner__stamp img {
    width: 100%
}

.instagram {
    padding: 65px 0 19px;
    text-align: center
}

.instagram .container {
    max-width: 1166px
}

.instagram .h1,
.instagram h1 {
    display: block
}

.instagram .icon-instagram {
    font-size: 38px;
    color: #342714
}

.instagram .icon-instagram:hover {
    color: #bd9e56
}

.instagram-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -3px;
    padding: 16px 0
}

.instagram-posts .instagram-post {
    width: calc(33.33% - 6px);
    margin: 3px;
    display: block
}

.instagram-posts .instagram-post .img-holder {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%
}

.instagram-posts .instagram-post.carousel,
.instagram-posts .instagram-post.video {
    position: relative
}

.instagram-posts .instagram-post.carousel:before,
.instagram-posts .instagram-post.video:before {
    font-family: icomoon;
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

.instagram-posts .instagram-post.carousel:before {
    content: "\e906"
}

.instagram-posts .instagram-post.video:before {
    content: "\e905"
}

.newsletter {
    padding: 20px 0
}

.promotional-video {
    padding: 3px 0
}

.promotional-video .container {
    max-width: 1168px
}

.promotional-video video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.promotional-video i {
    pointer-events: none
}

.promotional-video .video-wrapper {
    position: relative;
    line-height: 1
}

.promotional-video .video-wrapper.paused:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(52, 39, 20, .6);
    z-index: 1;
    transition: background .35s cubic-bezier(.3, .86, .36, .95)
}

.promotional-video .video-wrapper.paused .video-play-btn {
    display: flex
}

.promotional-video .video-wrapper.paused:hover {
    font-weight: 700
}

.promotional-video .video-wrapper.paused:hover:before {
    background: transparent
}

.promotional-video .video-wrapper.playing:hover .video-pause-btn {
    display: flex
}

.promotional-video .video-wrapper .video-pause-btn,
.promotional-video .video-wrapper .video-play-btn {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10vw;
    z-index: 99;
    justify-content: center;
    align-items: center
}

.similar-posts {
    padding: 45px 0 5px
}

.similar-posts .h1,
.similar-posts h1 {
    display: block;
    text-align: center;
    margin-bottom: 24px
}

.similar-posts .posts {
    display: flex;
    flex-wrap: wrap
}

.similar-posts .card {
    width: 100%;
    margin-bottom: 18px
}

.card__img {
    width: 100%;
    height: 178px;
    line-height: 1;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 25px
}

.card .type-and-date {
    display: block;
    letter-spacing: .3rem;
    text-transform: uppercase;
    margin-bottom: 2px
}

.card .h2,
.card h2 {
    display: block;
    margin-bottom: 11px
}

.card p {
    margin-bottom: 0
}

.quality {
    padding: 8px 0 28px
}

.quality .container {
    display: flex;
    align-items: center;
    max-width: 1155px;
    flex-direction: column
}

.quality .txt {
    padding-top: 38px
}

.quality .image-wrapper {
    padding: 25px;
    margin: 0 auto;
    max-width: calc(100vw - 100px);

}

.quality .image-container {
    width: 280px;
    height: 400px;
    position: relative
}

.quality .image-container:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -26px;
    right: 26px;
    border: 2px solid #342714;
    z-index: -1
}

.quality .subheading {
    font-size: 14px;
    letter-spacing: .35rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px
}

.quality .section-title {
    font-family: Rumble Brave Script, sans-serif;
    font-size: 25px;
    display: block;
    position: relative;
    line-height: 1.3;
    margin-bottom: 10px
}

.quality .section-title:after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 80px;
    height: 2px;
    background: #bd9e56
}

.site-default-list {
    padding: 20px 0
}

.site-default-list li {
    position: relative;
    padding-left: 3px
}

.site-default-list li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -26px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #bd9e56
}

.site-default-list li + li {
    margin-top: 10px
}

.standorte-lightbox .fancybox-heading-italics {
    display: block;
    font-family: Rumble Brave Script, sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    padding: 0 60px
}

.standorte-lightbox .h1,
.standorte-lightbox h1 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 60px;
    font-size: 40px;
    margin-top: -3px;
    letter-spacing: -.1rem
}

.standorte-lightbox .container {
    position: relative
}

.getraenke-lightbox .fancybox-heading-italics {
    display: block;
    font-family: Rumble Brave Script, sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    padding: 0 60px
}

.getraenke-lightbox .h1,
.getraenkelightbox h1 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 60px;
    font-size: 40px;
    margin-top: -3px;
    letter-spacing: -.1rem
}

.getraenke-lightbox .container {
    position: relative
}

.fancybox-close-btn {
    position: absolute;
    top: -20px;
    right: 15px;
    width: 30px;
    height: 30px;
    color: #ecddc9;
    outline: none
}

.fancybox-close-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 12px;
    font-weight: 700
}

.fancybox-close-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #ecddc9;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: background .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95)
}

.fancybox-close-btn:hover {
    color: #342714
}

.fancybox-close-btn:hover:before {
    background: #ecddc9;
    transform: translate(-50%, -50%) rotate(135deg)
}

.standorte-slider {
    padding-bottom: 30px
}

.standorte-slider__wrapper {
    margin: 0 -20px
}

.standorte-slider__slide {
    display: block;
    text-align: center;
    transition: transform .2s;
}

.standorte-slider__slide:hover {
    transform: scale(1.1);
}

.standorte-slider__slide:active {
    transform: translateY(4px);
}

.standorte-slider__slide-img {
    height: 263px;
    width: 50%;
    margin: 0 auto 30px;
    background-size: cover;
    background-position: 50% 50%;
}

.standorte-slider__slide-txt {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 50px
}

.standorte-slider__slide img {
    text-align: center;
    margin: 0 auto;
}

.standorte-slider__location-name {
    display: block;
    font-family: Rumble Brave Script, sans-serif;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 7px;
    transition: color .35s cubic-bezier(.3, .86, .36, .95)
}

.standorte-slider p {
    margin-bottom: 10px
}

.standorte-slider a {
    color: #ecddc9
}

.standorte-slider a:hover {
    color: #bd9e56
}

.standorte-slider__learn-more {
    text-transform: uppercase;
    letter-spacing: .24rem;
    margin-bottom: 42px;
    display: inline-block;
    color: #bd9e56 !important
}

.standorte-slider__learn-more:hover {
    color: #ecddc9 !important
}

.mittagstisch-lightbox {
    width: 100%;
    padding: 60px 0
}

.mittagstisch-lightbox .container {
    max-width: 1020px;
    position: relative
}

.mittagstisch-lightbox .stamp {
    position: absolute;
    display: none;
    top: 294px;
    left: 97px;
    width: 140px;
    mix-blend-mode: multiply
}

.mittagstisch-lightbox .stamp img {
    width: 100%
}

.mittagstisch-lightbox .fancybox-close-btn {
    top: -46px;
    right: 15px
}

.mittagstisch-lightbox span {
    display: block
}

.mittagstisch-lightbox__content {
    padding: 32px 15px 60px;
    background-image: url(./images/bg01.jpg);
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    min-height: 100vh;
    position: relative
}

.mittagstisch-lightbox__week {
    margin-bottom: 22px
}

.mittagstisch-lightbox .date-range,
.mittagstisch-lightbox__week {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.333
}

.mittagstisch-lightbox .date-range {
    letter-spacing: .2rem;
    color: #ab303a;
    margin-bottom: 20px
}

.mittagstisch-lightbox .fancybox-heading-serif {
    margin-top: -2px;
    letter-spacing: -.1rem
}

.fancybox-heading-italics {
    font-family: Rumble Brave Script, sans-serif
}

.fancybox-heading-italics,
.fancybox-heading-serif {
    font-size: 40px;
    line-height: 1;
    display: block;
    text-align: center
}

.fancybox-heading-serif {
    font-family: Mirador, Times New Roman, serif;
    margin-top: -12px;
    letter-spacing: -.2rem;
    margin-bottom: 13px
}

.diamond-separator {
    width: 67%;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 14px
}

.diamond-separator span {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 2px solid #342714
}

.diamond-separator:after,
.diamond-separator:before {
    content: "";
    position: absolute;
    width: calc(50% - 12px);
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #342714
}

.diamond-separator:before {
    left: 0
}

.diamond-separator:after {
    right: 0
}

.diamond-separator.light:after,
.diamond-separator.light:before {
    background: #ecddc9
}

.diamond-separator.light span {
    border-color: #ecddc9
}

.menu-list {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    font-size: 20px
}

.menu-list__day {
    font-family: Mirador, Times New Roman, serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.1rem;
    line-height: 1
}

.menu-list__main-item {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.menu-list__sub-item {
    line-height: 1.2;
    margin: 8px 0 8px 0;
}

.menu-list li + li {
    margin-top: 34px
}

.reserve-lightbox {
    width: 100%;
    padding: 60px 0
}

.phone-lightbox {
    width: 100%;
    padding: 60px 0
}

.reserve-lightbox__content {
    color: #ecddc9;
    border: 2px solid #ecddc9;
    padding: 36px 41px;
    text-align: center
}

.phone-lightbox__content {
    color: #ecddc9;
    border: 2px solid #ecddc9;
    padding: 36px 41px;
    text-align: center
}

.reserve-lightbox__content a {
    color: #ecddc9;
    width: 185px;
    border: 2px solid #bd9e56;
    display: block;
    border-radius: 2px;
    padding: 9px 10px;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .3rem;
    transition: background .35s cubic-bezier(.3, .86, .36, .95)
}

.phone-lightbox__content a {
    color: #ecddc9;
    width: 185px;
    border: 2px solid #bd9e56;
    display: block;
    border-radius: 2px;
    padding: 9px 10px;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .3rem;
    transition: background .35s cubic-bezier(.3, .86, .36, .95)
}

.reserve-lightbox__content .active a,
.reserve-lightbox__content a:hover {
    color: #ecddc9;
    background: #bd9e56
}

.phone-lightbox__content .active a,
.phone-lightbox__content a:hover {
    color: #ecddc9;
    background: #bd9e56
}

.reserve-lightbox__select-location {
    font-size: 20px;
    letter-spacing: .3rem;
    line-height: 2.25;
    display: block;
    text-transform: uppercase;
    margin-bottom: 22px
}

.phone-lightbox__select-location {
    font-size: 20px;
    letter-spacing: .3rem;
    line-height: 2.25;
    display: block;
    text-transform: uppercase;
    margin-bottom: 22px
}

.reserve-lightbox__online-reservation-system {
    font-size: 30px;
    font-family: Mirador, Times New Roman, serif;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.36;
    display: block
}

.phone-lightbox__online-reservation-system {
    font-size: 30px;
    font-family: Mirador, Times New Roman, serif;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.36;
    display: block
}

.reserve-lightbox .fancybox-heading-serif {
    margin-top: -8px;
    letter-spacing: -.1rem
}

.phone-lightbox .fancybox-heading-serif {
    margin-top: -8px;
    letter-spacing: -.1rem
}

.reserve-lightbox .container {
    position: relative;
    max-width: 1020px
}

.phone-lightbox .container {
    position: relative;
    max-width: 1020px
}

.reserve-lightbox .location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    padding: 27px 0 78px
}

.phone-lightbox .location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    padding: 27px 0 78px
}

.reserve-lightbox .location-list li {
    margin: 15px 10px
}

.phone-lightbox .location-list li {
    margin: 15px 10px
}

.reserve-lightbox .company-title {
    width: 179px;
    margin: 0 auto;
    line-height: 1
}

.phone-lightbox .company-title {
    width: 179px;
    margin: 0 auto;
    line-height: 1
}

.reserve-lightbox .company-title img {
    width: 100%
}

.phone-lightbox .company-title img {
    width: 100%
}

.reserve-lightbox .company-type {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .55rem;
    line-height: 1.5
}

.phone-lightbox .company-type {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .55rem;
    line-height: 1.5
}

.reserve-lightbox .fancybox-close-btn {
    top: -44px;
    right: 15px
}

.phone-lightbox .fancybox-close-btn {
    top: -44px;
    right: 15px
}

.reserve-lightbox .diamond-separator {
    width: 90%
}

.phone-lightbox .diamond-separator {
    width: 90%
}

.footer {
    padding-top: 11px;
    padding-bottom: 81px;
    font-size: 20px;
    position: relative
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(./images/bg03.jpg);
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2
}

.footer * {
    color: #ecddc9
}

.footer .container {
    max-width: 1325px
}

.footer-top {
    display: flex;
    padding-bottom: 13px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative
}

.footer-decor {
    width: 75px;
    position: absolute;
    top: -43px;
    left: 16px
}

.footer-decor img {
    width: 100%;
    height: auto
}

.footer-logo {
    display: block;
    align-self: center;
    line-height: 1;
    font-size: 19px;
    padding-top: 14px;
    margin-bottom: 10px
}

.footer-logo__img {
    width: 182px;
    margin-bottom: 8px
}

.footer-logo__img img {
    width: 100%
}

.footer-logo__txt {
    display: block;
    text-align: center;
    font-size: 11px;
    letter-spacing: .6rem
}

.social-icons {
    display: flex;
    font-size: 43px;
    padding-bottom: 10px
}

.social-icons li + li {
    margin-left: 11px
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 64px
}

.footer-bottom li + li {
    margin-top: 20px
}

.footer-links {
    padding: 20px 0
}

.footer-links li + li {
    margin-top: 20px
}

.footer-links-column {
    width: 100%;
    padding: 0 27px
}

.footer-links-column__column-title {
    font-weight: 700;
    display: block;
    padding-right: 40px;
    position: relative
}

.footer-links-column__column-title:after {
    content: "\e909";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #ecddc9;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    transform: rotate(180deg);
    transition: transform .35s cubic-bezier(.3, .86, .36, .95)
}

.active .footer-links-column__column-title:after {
    transform: none;
}

.extra-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .12rem
}

.extra-links li + li {
    margin-top: 21px
}

.extra-links a {
    color: #d4b891
}

.extra-links a:hover {
    color: #b78948
}

@media screen and (min-width:320px) {
    .text-size-xl {
        font-size: 18px
    }

    .text-size-base,
    .text-size-lg {
        font-size: 16px
    }

    .text-size-md {
        font-size: 12px
    }

    .text-size-sm {
        font-size: 10px
    }

    .h1,
    h1 {
        font-size: 30px
    }

    .h2,
    .h3,
    .h4,
    h2,
    h3,
    h4 {
        font-size: 20px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    body,
    h6 {
        font-size: 16px
    }
}

@media screen and (min-width:376px) {
    .slider-arrow-decor__wrap {
        padding-top: 50px
    }
}

@media screen and (min-width:520px) {
    .nav-active .nav-opener {
        margin-left: 0
    }

    .display-italics {
        font-size: 70px
    }

    .display-serif {
        font-size: 50px
    }

    .info-slider-wrapper {
        overflow: hidden
    }
}

@media screen and (min-width:768px) {
    .highlights .slick-list {
        overflow: hidden
    }

    .standorte-lightbox .slider-arrow-decor {
        display: block
    }

    .getraenke-lightbox .slider-arrow-decor {
        display: block
    }

    .fancybox-content.full-width {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .header .button {
        padding: 5px 15px
    }

    #nav {
        min-height: 71px
    }

    .logo {
        height: 71px
    }

    .banner:before {
        top: 165px
    }

    .banner__img.desktop {
        display: block
    }

    .banner .banner__img.mobile {
        display: none
    }

    .banner .banner__img.mobile {
        display: none
    }

    .banner .banner__img.mobile {
        display: none
    }

    .display-italics {
        font-size: 100px
    }

    .display-serif {
        font-size: 100px
    }

    .info .company-title {
        width: 250px;
        margin-bottom: 1px
    }

    .article.vertical .article__img {
        height: 350px;
        margin-bottom: 100px
    }

    .article .article__img .img {
        min-height: 400px
    }

    .our-beer .container {
        flex-direction: row
    }

    .our-beer .h1,
    .our-beer h1 {
        margin-left: -13px
    }

    .our-beer__img {
        width: 250px
    }

    .highlights__overlay {
        top: 50%
    }

    .highlights-slider {
        margin: 0
    }

    .highlights-slider__slide {
        width: 100%;
        height: 400px
    }

    .slide-nav__slide {
        height: 200px
    }

    .mid-banner {
        height: 450px
    }

    .mid-banner__stamp {
        width: 150px
    }

    .instagram-posts {
        margin: 0 -11px;
        padding: 41px 0
    }

    .instagram-posts .instagram-post {
        width: calc(33.33% - 22px);
        margin: 11px
    }

    .promotional-video {
        padding: 67px 0
    }

    .similar-posts .posts {
        margin: 0 -15px
    }

    .similar-posts .card {
        width: calc(50% - 30px);
        margin: 0 15px 30px
    }

    .quality .container {
        flex-direction: row;
        justify-content: center
    }

    .quality .txt {
        padding-top: 5px
    }

    .quality .image-wrapper {
        margin-right: 40px;
        margin-left: 0
    }

    .quality .subheading {
        margin-bottom: 18px
    }

    .quality .section-title {
        font-size: 40px;
        margin-bottom: 32px
    }

    .standorte-lightbox .fancybox-heading-italics {
        font-size: 50px
    }

    .standorte-lightbox .h1,
    .standorte-lightbox h1 {
        margin-top: 0;
        font-size: 60px
    }

    .getraenke-lightbox .fancybox-heading-italics {
        font-size: 50px
    }

    .getraenke-lightbox .h1,
    .getraenke-lightbox h1 {
        margin-top: 0;
        font-size: 60px
    }

    .fancybox-close-btn {
        top: 22px;
        right: 61px;
        width: 48px;
        height: 48px
    }

    .fancybox-close-btn i {
        font-size: 16px
    }

    .fancybox-close-btn:before {
        width: 48px;
        height: 48px
    }

    .standorte-slider__slide {
        width: auto;
        margin: 0 20px
    }

    .standorte-slider__slide-img {
        width: 100%;
        margin-bottom: 17px
    }

    .standorte-slider__slide-txt {
        padding: 0 20px
    }

    .standorte-slider__location-name {
        font-size: 40px
    }

    .standorte-slider p {
        margin-bottom: 30px
    }

    .standorte-slider__learn-more {
        display: none
    }

    .mittagstisch-lightbox {
        padding: 180px 0
    }

    .mittagstisch-lightbox .fancybox-close-btn {
        top: -78px;
        right: 25px
    }

    .mittagstisch-lightbox__week {
        font-size: 30px
    }

    .mittagstisch-lightbox .date-range {
        font-size: 30px;
        letter-spacing: .3rem
    }

    .fancybox-heading-italics {
        font-size: 60px
    }

    .fancybox-heading-serif {
        font-size: 80px
    }

    .diamond-separator {
        max-width: 410px
    }

    .menu-list {
        padding: 19px 0
    }

    .menu-list__day {
        line-height: 1.125;
        font-size: 40px
    }

    .menu-list__main-item {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 0
    }

    .menu-list__sub-item {
        line-height: 1.2;
        margin: 10px 0 10px 0;
    }

    .menu-list li + li {
        margin-top: 59px
    }

    .reserve-lightbox {
        padding: 180px 0
    }

    .phone-lightbox {
        padding: 180px 0
    }

    .reserve-lightbox__content {
        padding: 100px 41px
    }

    .phone-lightbox__content {
        padding: 100px 41px
    }

    .reserve-lightbox__select-location {
        margin-bottom: 10px
    }

    .phone-lightbox__select-location {
        margin-bottom: 10px
    }

    .reserve-lightbox__online-reservation-system {
        font-size: 40px;
        line-height: 1.125
    }

    .phone-lightbox__online-reservation-system {
        font-size: 40px;
        line-height: 1.125
    }

    .reserve-lightbox .fancybox-heading-serif {
        margin-top: -18px
    }

    .phone-lightbox .fancybox-heading-serif {
        margin-top: -18px
    }

    .reserve-lightbox .location-list {
        padding: 32px 0 90px
    }

    .phone-lightbox .location-list {
        padding: 32px 0 90px
    }

    .reserve-lightbox .location-list li {
        margin: 10px
    }

    .phone-lightbox .location-list li {
        margin: 10px
    }

    .reserve-lightbox .company-title {
        width: 200px
    }

    .phone-lightbox .company-title {
        width: 200px
    }

    .reserve-lightbox .company-type {
        font-size: 14px;
        letter-spacing: .5rem
    }

    .phone-lightbox .company-type {
        font-size: 14px;
        letter-spacing: .5rem
    }

    .reserve-lightbox .fancybox-close-btn {
        top: -68px;
        right: 20px
    }

    .phone-lightbox .fancybox-close-btn {
        top: -68px;
        right: 20px
    }

    .extra-links {
        flex-direction: row
    }

    .extra-links li + li {
        margin-top: 0;
        margin-left: 57px
    }
}

@media screen and (min-width:1024px) {
    .text-size-xl {
        font-size: 20px
    }

    .text-size-lg {
        font-size: 18px
    }

    .text-size-base {
        font-size: 20px
    }

    .text-size-md {
        font-size: 14px
    }

    .text-size-sm {
        font-size: 12px
    }

    .h1,
    h1 {
        font-size: 60px;
        margin: 0 0 2rem
    }

    .h2,
    h2 {
        font-size: 40px;
        margin: 0 0 2rem
    }

    .h3,
    h3 {
        font-size: 32px;
        margin: 0 0 2rem
    }

    .h4,
    h4 {
        font-size: 30px;
        margin: 0 0 2rem
    }

    .h5,
    h5 {
        font-size: 28px;
        margin: 0 0 2rem
    }

    .h6,
    h6 {
        font-size: 26px;
        margin: 0 0 2rem
    }

    .slick-dots {
        padding-top: 91px
    }

    .slick-dots li {
        margin: 0 13px
    }

    .slick-dots li button {
        width: 1.1rem;
        height: 1.1rem
    }

    .slick-arrow {
        bottom: -72px
    }

    .slick-arrow.arrow-left {
        right: calc(50% - 167px)
    }

    .slick-arrow.arrow-right {
        left: calc(50% - 167px)
    }

    .our-products .slick-arrow {
        bottom: -3px
    }

    .our-products .slick-arrow.arrow-right {
        left: calc(50% - 175px)
    }

    .our-products .slick-arrow.arrow-left {
        right: calc(50% - 177px)
    }

    .slider-arrow-decor {
        width: 101px
    }

    .slider-arrow-decor__wrap {
        padding-top: 75px
    }

    .header .button {
        font-size: 14px;
        right: 20px
    }

    .nav-drop-content {
        position: static;
        flex-direction: row;
        padding: 0;
        text-transform: uppercase;
        background: transparent;
        min-height: 0;
        transform: none;
        opacity: 1;
        visibility: visible
    }

    .nav-drop-content a.active {
        color: #ab303a
    }

    .nav-drop-content a.bold {
        font-weight: 700
    }

    .nav-drop-content a:after {
        top: calc(100% + 10px)
    }

    .nav-drop-content-list {
        flex-direction: row;
        width: calc(50% + 40px);
        font-family: Cervo Neue, Arial, Noto Sans, sans-serif;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .nav-drop-content-list.left-content {
        justify-content: flex-end;
        padding-right: 70px;
    }

    .nav-drop-content-list.right-content {
        justify-content: flex-start;
        padding-left: 70px;
        padding-right: 5px
    }

    .nav-drop-content-list li {
        margin: 0 10px !important
    }

    .nav-drop-content-list li + li {
        margin: 0 20px
    }

    .mobile-only-contact-links,
    .mobile-only-social-links,
    .nav-opener {
        display: none
    }

    body {
        font-size: 20px
    }

    .container {
        padding: 0 60px
    }

    .wrapper:after,
    .wrapper:before {
        content: ""
    }

    .h2,
    h2 {
        letter-spacing: -.1rem
    }

    .banner {
        padding-bottom: 400px;
        padding-top: 368px;
        min-height: 1083px
    }

    .banner .display-serif {
        margin-top: -30px;
        margin-bottom: -9px;
        letter-spacing: -.4rem
    }

    .banner .btn-arrow-down {
        bottom: 120px
    }

    .display-italics {
        font-size: 120px
    }

    .display-serif {
        font-size: 140px
    }

    .btn-arrow-down:after,
    .btn-arrow-down:before {
        width: 50px;
        height: 50px
    }

    .btn-arrow-down:hover svg {
        transform: translateY(3px) translateX(-50%)
    }

    .btn-arrow-down svg {
        transform: translateX(-50%);
        top: -77px
    }

    .info {
        padding-top: 102px;
        padding-bottom: 80px
    }

    .info .title-and-type {
        padding-bottom: 40px
    }

    .info .company-title {
        width: 322px
    }

    .info .company-type {
        letter-spacing: .9rem;
        font-size: 20px;
        font-weight: 700
    }

    .info .company-desc {
        font-size: 40px;
        line-height: 1.875;
        padding: 40px 0
    }

    .article {
        padding: 50px 0
    }

    .article.horizontal {
        flex-direction: row
    }

    .article.horizontal .article__img,
    .article.horizontal .article__txt {
        padding-bottom: 110px
    }

    .article.horizontal .article__img {
        width: 57.8%
    }

    .article.txt-first .article__txt {
        padding-bottom: 130px
    }

    .article.txt-first .article__img {
        margin-left: 30px
    }

    .article.txt-first .article__img .img-stamp {
        left: 52px;
        bottom: 61px
    }

    .article.txt-first p {
        margin-bottom: 28px
    }

    .article.img-first .article__img {
        order: -1;
        margin-right: 30px
    }

    .article.img-first .article__img .img-stamp {
        right: 55px;
        bottom: 8px
    }

    .article p {
        margin-bottom: 28px
    }

    .article .article__subheading {
        letter-spacing: .3rem;
        margin-bottom: 10px
    }

    .article.vertical .article__img {
        height: 561px
    }

    .article.vertical .h1,
    .article.vertical h1 {
        margin-bottom: 8px;
        font-size: 60px;
        line-height: 1.1
    }

    .article .article__img .img {
        min-height: 611px;
        margin: 0;
        width: 100%
    }

    .img-stamp {
        width: 140px
    }

    .btn-arrow {
        padding: 20px 0 20px 131px;
        overflow: visible
    }

    .btn-arrow.card-btn {
        padding: 20px 0 20px 110px
    }

    .btn-arrow.card-btn svg {
        transform: scale(1) translateY(-50%) !important
    }

    .btn-arrow.right:after,
    .btn-arrow.right:before {
        left: 52px
    }

    .btn-arrow.right svg {
        left: 0;
        transform: scale(1) translateY(-50%)
    }

    .btn-arrow.right:hover svg {
        transform: translate(4px, -50%)
    }

    .btn-arrow.left:after,
    .btn-arrow.left:before {
        left: 10px
    }

    .btn-arrow.left svg {
        left: 22px;
        transform: scale(1) translateY(-50%)
    }

    .btn-arrow.left svg > polygon {
        transform: scale(1)
    }

    .btn-arrow.left:hover svg {
        transform: translate(-4px, -50%)
    }

    .btn-arrow:after,
    .btn-arrow:before {
        width: 50px;
        height: 50px
    }

    .info-slider-wrapper {
        padding: 65px 0 65px;
        margin: 0 -8px
    }

    .info-slider-section {
        padding: 78px 0 150px
    }

    .info-slider-section .itallic-txt {
        font-size: 60px;
        margin-bottom: 21px
    }

    .info-slider {
        padding-bottom: 68px
    }

    .info-slider__slide {
        margin: 0 42px;
        height: 583px !important
    }

    .info-slider .slick-center {
        transform: scale(1.21333, 1.21097)
    }

    .our-beer .h1,
    .our-beer h1 {
        font-size: 60px
    }

    .our-beer__img {
        width: 373px;
        margin-top: -130px;
        margin-bottom: -42px;
        margin-right: 110px;
        z-index: 1;
    }

    .about {
        padding: 40px 0 50px
    }

    .about .article {
        padding: 20px 0 40px 0;
    }

    .highlights {
        padding: 80px 0 200px;
    }

    .highlights .h1,
    .highlights h1 {
        margin-bottom: 80px
    }

    .highlights__overlay {
        top: 45%;
        max-width: 515px
    }

    .highlights__overlay-stamp {
        width: 100px;
        margin: 0 auto 25px
    }

    .highlights__overlay-image {
        width: 160px;
        margin: 0 auto 5px
    }

    .highlights__overlay-text {
        margin: 0 auto 32px;
        -webkit-line-clamp: 4
    }

    .highlights-slider__slide {
        height: 610px
    }

    .our-products {
        padding: 86px 0 80px
    }

    .our-products:before {
        bottom: 25.9%
    }

    .our-products .h1,
    .our-products h1 {
        letter-spacing: -.15rem
    }

    .our-products .facts {
        margin: 0 -27px 65px
    }

    .our-products .particulars {
        margin: 0 27px
    }

    .our-products .product-name {
        font-size: 60px;
        margin-bottom: 0
    }

    .our-products .product-desc {
        margin-bottom: 65px
    }

    .synced-sliders-wrapper {
        padding-top: 40px
    }

    .slider-for__slide {
        flex-direction: row;
        align-items: flex-end
    }

    .slider-for__slide-img {
        width: 55%;
        height: 582px;
        margin: 0 42px 0 0
    }

    .slider-for__slide-txt {
        padding: 0
    }

    .slide-nav__slide {
        margin: 0 20px;
        height: 260px
    }

    .sync-slider__slider-nav-wrapper {
        margin: 0;
        padding-top: 135px
    }

    .mid-banner {
        margin: 0 0;
        height: 785px
    }

    .mid-banner__stamp {
        right: 20.8%;
        top: -70px;
        width: 211px
    }

    .instagram {
        padding: 83px 0
    }

    .instagram .h1,
    .instagram h1 {
        letter-spacing: -.15rem
    }

    .instagram .icon-instagram {
        font-size: 63px
    }

    .promotional-video .video-wrapper .video-pause-btn,
    .promotional-video .video-wrapper .video-play-btn {
        font-size: 5.3vw
    }

    .similar-posts {
        padding: 80px 0 65px
    }

    .similar-posts .h1,
    .similar-posts h1 {
        margin-bottom: 35px
    }

    .similar-posts .posts {
        padding: 0 37px;
        margin: 0 -42px
    }

    .similar-posts .card {
        width: calc(33.33% - 84px);
        margin: 42px
    }

    .card__img {
        height: 238px
    }

    .card .type-and-date {
        margin-bottom: 15px
    }

    .card .h2,
    .card h2 {
        margin-bottom: 13px
    }

    .card p {
        margin-bottom: 17px
    }

    .quality {
        padding: 76px 0 225px
    }

    .quality .container {
        justify-content: flex-start
    }

    .quality .image-wrapper {
        padding: 40px;
        margin-right: 70px
    }

    .quality .image-container {
        width: 465px;
        height: 100%;
        min-height: 600px
    }

    .quality .image-container:before {
        top: -35px;
        left: -35px;
        right: 35px;
        bottom: -35px
    }

    .quality .section-title {
        font-size: 60px
    }

    .site-default-list {
        padding: 40px 0
    }

    .site-default-list li {
        padding-left: 5px
    }

    .site-default-list li:before {
        top: 18px;
        left: -25px
    }

    .site-default-list li + li {
        margin-top: 32px
    }

    .standorte-slider__slide-img {
        height: 395px
    }

    .mittagstisch-lightbox .stamp {
        display: block
    }

    .reserve-lightbox__content {
        padding: 100px 51px 55px
    }

    .phone-lightbox__content {
        padding: 100px 51px 55px
    }

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

    .footer-top {
        flex-direction: row;
        padding-bottom: 25px
    }

    .footer-decor {
        position: static;
        width: 155px;
        margin-top: -25px;
        align-self: flex-start;
        margin-right: 5px
    }

    .footer-logo {
        margin-right: 46px;
        margin-bottom: 0
    }

    .footer-logo__img {
        margin-bottom: 10px;
        width: 301px
    }

    .footer-logo__txt {
        font-size: 19px;
        letter-spacing: .96rem
    }

    .social-icons {
        align-self: flex-end
    }

    .footer-bottom {
        padding-bottom: 88px
    }

    .footer-bottom li + li {
        margin-top: 0
    }

    .footer-links {
        padding: 0
    }

    .footer-links li + li {
        margin-top: 0
    }

    .footer-links-column {
        padding: 0 10px;
        width: 180px
    }

    .footer-links-column__column-title {
        padding-right: 0;
        pointer-events: none
    }

    .footer-links-column__column-title:after {
        content: none
    }
}

@media screen and (min-width:1480px) {
    .highlights .slick-dots {
        padding-top: 49px;
        padding-left: 230px;
        padding-bottom: 0
    }

    .highlights .slick-arrow {
        bottom: -103px
    }

    .highlights .slick-arrow.arrow-left {
        right: calc(50% - 287px)
    }

    .highlights .slick-arrow.arrow-right {
        left: calc(50% - 47px)
    }

    .our-products .slick-arrow.arrow-right {
        left: calc(50% - 157px)
    }

    .our-products .slick-arrow.arrow-left {
        right: calc(50% - 177px)
    }

    .slider-arrow-decor__wrapper {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 240px
    }

    .slider-arrow-decor__wrap {
        padding-left: 18px
    }

    .nav-drop-content a {
        letter-spacing: .3rem
    }

    .nav-drop-content-list li {
        margin: 0 20px !important
    }

    .nav-drop-content-list {
        font-size: 18px;
    }

    .header .button {
        font-size: 16px;
        right: 66px
    }

    .display-italics {
        font-size: 140px
    }

    .display-serif {
        font-size: 170px
    }

    .article.txt-first .article__txt {
        padding-left: 113px
    }

    .article.txt-first .article__img {
        margin-left: 105px
    }

    .article.img-first .article__img {
        margin-right: 64px
    }

    .highlights__overlay {
        transform: none;
        max-width: none;
        padding: 49px 20px 44px;
        width: 515px;
        bottom: 0;
        left: 11.3%;
        right: auto;
        top: auto
    }

    .highlights-slider__wrapper {
        padding: 0 265px 0 400px;
        max-width: none;
        margin: -50px 0 0 0;
    }

    .slider-for__slide-img {
        width: 60%
    }

    .mittagstisch-lightbox .fancybox-close-btn {
        right: -6px
    }

    .reserve-lightbox .fancybox-close-btn {
        right: -7px
    }

    .phone-lightbox .fancybox-close-btn {
        right: -7px
    }

    .footer-links-column {
        width: 201px
    }
}

@media screen and (min-width:1920px) {
    .nav-drop-content-list li {
        margin: 0 2rem !important
    }

    .slider-for__slide-img {
        width: 65.8%
    }

    .slider-for__slide-txt {
        padding-right: 35px
    }

    .sync-slider__slider-nav-mask,
    .sync-slider__slider-nav-wrapper {
        margin-right: -90px
    }

    .standorte-slider__wrapper {
        margin: 0 -85px
    }

    .standorte-slider__slide {
        margin: 0 35px
    }

    .footer .left-padding {
        padding-left: 200px
    }

    .footer-top {
        justify-content: flex-start
    }

    .footer-decor {
        margin-right: 105px;
    }
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }

    .btn-google {
        width: 100%;
        text-align: center;
    }
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:330px) {
    .nav-drop-content-list {
        margin: -10px -20px 5px -30px;
        font-size: 18px
    }

    .nav-drop-content-list li {
        margin: 0 10px 5px 10px !important
    }
}
