/*
Theme Name: Feuerdorf
Author: gidee e.U.
Author URI: http://gidee.at
Description: Custom Template
Version: 1.0.0
*/

.text-lowercase {
    text-transform: lowercase;
}

.fd-pill {
    padding: 0.15em 0.75em;
    display: inline-block;
    background-color: var(--color-white);
    color: var(--color-black);
    border-radius: 2em;
    font-weight: 600;
}

.menu-item-fd a .bg-gradient {
    transition: 0.75s ease;
}
  
.menu-item-fd:hover a .bg-gradient {
    opacity: 1;
}

.fd-menu-new {
    right: 0;
    z-index: 2;
    transform: translate(40% , -40%);
}

.f-header__mobile-content {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.f-header__link:focus {
    outline: none;
  }

/* post prev */
.post-prev {
    border: 1px solid var(--greyish-brown);
    border-radius: 3px;
}

.post-prev:hover a.post-prev-link img {
    transform: scale(1.06);
}
  
.post-prev a img {
    transition: 0.75s ease;
}

.post-prev figure {
    border-radius: 3px 3px 0 0;
}

.fd-post-prev-hotdeal {
    right: 0;
    z-index: 2;
    transform: translate(20%, -20%);
}

.post-prev .post-prev-thumb-bottom {
    border-radius: 0 0 3px 3px;
}

.post-prev .bg-gradient {
    transition: 0.3s ease;
    border-radius: 3px;
}
  
.post-prev:hover .bg-gradient {
    opacity: 1;
}
  

@media (min-width: 64rem) {
    .block-aktuelles .grid > div:nth-child(1) {
        margin-top: 0.5em;
    }
    
    .block-aktuelles .grid > div:nth-child(3) {
        margin-top: 2em;
    }
}


  

/* allgemein */

img {
    border-radius: 3px;
}

.skript-headline {
    font-weight: 300;
}

h1.skript-headline {
    line-height: 1 !important;
    padding-bottom: 0.1em;
}

.max-width-sm {
    max-width: 45rem;
}

body {
    overflow-x: hidden !important;
    width: 100% !important;
}

#content {
    width: 100%;
    overflow-x: hidden;
}

/* header */

.fd-header-fixed {
    position: fixed !important;
}

.fd-header-fixed-content {
    margin-top: 116px;
}
  
.fd-header-fixed-content.fd-header-fixed-content-submenu {
    margin-top: 197px;
}
  
.f-header--expanded .f-header__nav {
    height: 100vh !important;
}

.hide-nav,
.f-header__nav {
 transition:height 0.3s !important;
}

.f-header__logo, .f-header__logo-img {
    transition: 0.3s ease;
}

.js-hide-nav--sub {
    transition: 0.3s ease !important;
}

@media screen and (max-width: 64rem) {
.fd-primary-menu-cta.fd-primary-menu-cta-subtle.f-header__item {
  margin-bottom: 1em !important; 
}
}
  
.fd-primary-menu-cta.fd-primary-menu-cta-subtle.f-header__item .btn--subtle:hover {
    color: var(--black) !important;
}

/* Header Responsive */


.f-header--expanded .fd-primary-menu-one {
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 2rem;
}

.f-header--expanded .f-header__mobile-content .btn--primary {
  display: none;
}

.f-header--expanded .f-header__nav-grid {
    max-width: 20rem;
    padding-bottom: 0.5rem;
}
  

.f-header--expanded .fd-primary-menu-one {
    margin-bottom: 1rem;
}
  
.f-header--expanded .fd-primary-menu-two .fd-primary-menu-cta {
    margin-bottom: 2.5em;
}

.f-header--expanded .f-header__nav-grid {
    border: none !important;
}

.f-header--expanded .fd-primary-menu-two .fd-primary-menu-socials {
    float: left !important;
    width: 50%;
    padding: 0 0.3em;
    font-size: 1.3em;
    margin-left: 0 !important;
}
  
.f-header--expanded .fd-primary-menu-two .fd-primary-menu-socials:nth-child(2) {
    text-align: right;
}

.f-header--expanded .f-header__item {
    border: none !important;
}
.f-header--expanded .fd-primary-menu-two .fd-primary-menu-lng {
    width: 100%;
    margin-left: 8px;
    margin-bottom: 10px;
}
  
.f-header--expanded .fd-primary-menu-two .fd-primary-menu-socials {
    width: auto;
}
  
  
  


/* animated gallery */

.animated-gallery{
    display: flex;
    position: relative;
}

.animated-gallery__item {
    flex-grow: 0;
    flex-shrink: 0;
}

.animated-gallery__item--8\:7 {
    flex-basis: 550px;
}
  
.animated-gallery__item--2\:3 {
    flex-basis: 270px;
}
  
.animated-gallery__item--4\:3 {
    flex-basis: 500px;
}

.animated-gallery__item--1\:2 {
    flex-basis: 240px;
}

.animated-gallery__item-wrapper .media-wrapper {
    border-radius: 3px;
    overflow: hidden;
}

/* presse download */

.overflow-x-auto {
    overflow-x:auto
}


.presse-download-item .presse-download-item-icon, .menu-download-item .menu-download-item-icon {
    font-size: 10px;
}

.presse-download-item:hover .presse-download-item-icon {
    background-color: var(--color-white);
    color: var(--color-black);
}

.menu-download-item:hover .menu-download-item-icon {
    background-color: var(--color-black);
    color: var(--color-white);
}
  
.presse-download-item-icon, .menu-download-item-icon {
    transition: 0.3s ease;
}

/* kontakt */

#kontakt > .container > .grid {
    border-radius: 3px;
    overflow: hidden;
}

/* standort */

.divider {
    margin:1.6em auto !important;
 }
   
/* tabs - text & carousel */

.tabs__control:focus {
    outline:none !important;
}

.carousel__control[disabled] {
    background-color:inherit !important;
}

.carousel__navigation--pagination {
    display: none !important;
}

.carousel__wrapper {
    border-radius: 3px;
}

.block-text-image--tab .skript-headline {
    margin-left: -1.5rem;
}
   
/* helper */

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
}

.z-index-4 {
    z-index: 4;
}

ol.list-style-decimal {
  list-style: decimal;
}


/* Modal */

.modal--is-visible {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
   
/* Newsletter */

#newsletter .mc4wp-form-fields > div:nth-child(1),
#newsletter .mc4wp-form-fields > fieldset:nth-child(3) {
 padding-left:1.2rem;
}

/* Home Slider - Style 1 */

#carousel-container-mobile {
    width: calc(100% - 2*var(--component-padding));
    margin: 0 auto;
  }

/* Home Slider - Style 2 */

.home-slider-location {
    top: 116px;
    font-family: var(--font-tertiary);
    padding: 0.2em;
    font-weight: 300;
}

.home-slider-location > span {
    transform: rotate(-10deg);
    display: inline-block;
    font-size: 3.375rem;
}

.switch-icon__icon {
    font-size:0.8rem !important;
}

.js-slideshow__control-switch {
    margin-top: -1px;
}

.slideshow__controls-fd ul {
    margin:0 1.15rem 0 0 !important;
}

#home-slider-switch {
    cursor: pointer;
}   

/* Mailchimp */

.mc4wp-response {
  margin-top: 1em;
  margin-left: var(--space-xl);
  margin-right: var(--space-xl);
}

/* Grid - Columns */

@media (min-width: 64rem) {
    .col-2-5\@md {
        flex-basis: calc( 20% - 0.01px - var(--gap, 0.75em)) !important;
        max-width: calc( 20% - 0.01px - var(--gap, 0.75em)) !important;
    }
}

/* Kulinarik */

.block-kulinarik div.col-6:nth-child(10) > div:nth-child(1) {
    margin-top: 1.4rem;
}

/* Cookie */

#cookie-law-info-bar > span:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
  }
  
.fd-cookie-text {
    flex-basis: 50%;
}
  
.fd-cookie-text a {
    padding: 0;
    background-color: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    text-decoration: underline;
}

#cookie-law-info-bar {
    padding: 0 !important;
}
  
.fd-cookie-links {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-basis: 100%;
    padding: 1rem !important;
}
  
#CONSTANT_OPEN_URL {
    flex-basis: 50%;
}
  
#cookie_action_close_header {
    background-color: transparent !important;
    color: rgb(68, 68, 68) !important;
    border: 1px solid rgb(68, 68, 68);
    border-radius: 25%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1 !important;
    padding-top: 0.85em !important;
    padding-bottom: 0.8em !important;
    padding-left: var(--btn-padding-x, 0.75em) !important;
    padding-right: var(--btn-padding-x, 0.75em) !important;
    border-radius: var(--btn-radius, 0.25em) !important;
    font-weight: 600;
    transition: all 0.3s ease;
}
  
.fd-cookie-links {
    flex-basis: 40%;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
}
  
#CONSTANT_OPEN_URL {
    font-size: 0.85rem;
    font-weight: normal;
    text-decoration: none;
  }
  
#cookie_action_close_header:hover {
    background-color: #040404 !important;
    color: #fff !important;
}
  
#cookie_action_close_header {
    border: 1px solid #040404;
}
  
.fd-cookie-text {
    flex-basis: 100% !important;
    padding: 1rem !important;
    font-size: 0.84rem !important;
    text-align: center;
    line-height: 1.67em !important;
}

#CONSTANT_OPEN_URL::before {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsSAAALEgHS3X78AAABF0lEQVRYhe3Y0Q3CIBSF4d8G9nAUN7FO4ijqJo7iHjzUoNgQU1EKF+6DJ7lPlPABgSZspmnCx1q7A3boytVEHI87KgMyKDAk8weW5g8sTXyKz/5YC483AvucDjPQOXcDbiKs5z2bjaPVFgfcaU1fcWAJDmlgKQ5JYAbukmoUAWbgDuH2+JjqwByccy6JozawNo6aQAkctYBSOGoAJXGUAqVxlABb4FgLbIVjDbAljlxgaxw5wB44fgX2wvELsCeOb8DeOFJADTg+AbXgWAJqwvEO1IYjBmrE8QJqxfkMmnFk/Oq64HyGMPAh8U03nE/8iL601eI4a+02vHot5YoHvsoYMxpjplBj3Nar5hWMZvSYTc9tnQPcAfMrB5OJM647AAAAAElFTkSuQmCC');
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
}
  
#CONSTANT_OPEN_URL {
    color: var(--color-black) !important;
}
  
#cookie_action_close_header {
    color: var(--color-black) !important;
    margin: 0 !important;
}
  
.fd-cookie-text {
    color: var(--color-black) !important;
}

@media (max-width: 40rem) {
    .fd-cookie-links {
        flex-basis: 100%;
    }
    .fd-cookie-text {
        flex-basis: 100%;
    }
}

/* Hero - Header */

.fd-hero-header {
    min-height: 500px;
    margin-bottom: var(--space-xl);
    display: flex;
    align-items: end;
}

.hero-gradient-bg.width-100\% {
    background-image: linear-gradient(to bottom, rgba(4, 4, 4, 0), var(--black) 81%);
}

@media (max-width: 48rem) {
    .home-slideshow-v1 .min-height-100vh {
        min-height: 60vh;
    }
}

/* Header V2 */


/* Header V2 */

.home-slideshow-v2 p {
    font-size: 1.125rem;
}

.fd-slideshow-progress {
  width: 200px;
  max-width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);;
  position: relative;
  align-self: center;
  margin: 0 1.55rem 0.3rem 0;
}

.fd-slideshow-progress .fd-slideshow-progress-inner {
  position: absolute;
  top: -0.5px;
  height: 2px;
  background-color: white;
}

.fd-slideshow-progress .fd-slideshow-progress-animation {
  -webkit-animation: progress 5s ease-in;
  -webkit-animation-fill-mode: forwards;
}

.pause-keyframes {
  animation-play-state: paused !important;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
  

  /* related posts */

  .related-back .text-md {
      font-size: 1rem;
      line-height: 1em;
  }

  .block-related a:hover .presse-download-item-icon {
      background-color: var(--color-white)
  }

  .block-related a .presse-download-item-icon svg line {
      transition: 0.3s ease;
  }

  .block-related a:hover .presse-download-item-icon svg .st0 {
    stroke: var(--color-black);
  }

/* responsive */



@media screen and (max-width: 64rem) {

    h1 {
        font-size: 3.125em !important;
    }

    .block-standorte h2 .skript-headline, .block-feuerdorf h2 .skript-headline, .block-kontakt h2 .skript-headline, .block-kulinarik h2 .skript-headline {
        left: -0.35rem !important;
    }

    .skript-headline.text-xxxxl {
        font-size: 6.875rem !important; 
    }

    .block-text-image--tab .skript-headline {
        margin-left: -0.35rem;
    }
}

@media screen and (max-width: 32rem) {

    h1 {
        font-size: 2.375em !important;
    }
    h2 {
        font-size: 2.125em !important;
    }
    h3 {
        font-size: 1.75em !important;
    }
    .skript-headline.text-xxxxl {
        font-size: 5rem !important; 
    }
}


/* Drag Slider V3 */

.slider-scroller {
    overflow: hidden;
  }
  
  .slider-scroller::-webkit-scrollbar {
    display: none;
  }
  
  .slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    width: 0px;
  }
  
  .slider-wrapper .item img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

/* Header v2 */
    
.js-hide-nav--main {
    position: fixed !important;
}
  
.js-hide-nav--sub {
    top: 116px !important;
}

.js-hide-nav--sub.is-scrolling {
    top: 60px !important;
}

/* Info PopUp */

.fd-info-hr {
    position: absolute;
    left: 0;
    height: 2px;
    background: white;
    width: 1em;
    bottom: 0.75em;
}

hr {
    height: 1px;
    background: var(--very-light-pink-two);
    opacity: 0.2;
}


/* Helden */

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
    border: solid rgba(255,255,255,0.3);
    border-width: 0 0 1px 0;
    background-color: transparent;
    color: var(--very-light-pink);
    padding: 1em 2em !important;
    border-radius: 0;
}

.acf-fields > .acf-field {
    border-top: none !important;
}

.hide-label .acf-label {
    display: none;
}
  
#fd-helden-submit {
    background-color: var(--black-two);
}

.tease-helden-title {
    transition: 0.75s ease;
}
  
.tease-helden a:hover .tease-helden-title {
    opacity: 1;
}

@media (hover: none) { 
    .tease-helden a .tease-helden-title {
        opacity: 1;
    }
}
  
.tease-helden-title {
    transition: 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 70%);
}

input[type="file"]::file-selector-button {
    -webkit-appearance: none;
    background-color: transparent;
    color: var(--color-contrast-higher);
    border: 1px solid hsla(var(--color-white-h), var(--color-white-s), var(--color-white-l), 0.5);
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: var(--btn-radius, 0.25em);
    font-weight: 600;
    font-size: 0.8em;
}

input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: none;
    background-color: transparent;
    color: var(--color-contrast-higher);
    border: 1px solid hsla(var(--color-white-h), var(--color-white-s), var(--color-white-l), 0.5);
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: var(--btn-radius, 0.25em);
    font-weight: 600;
    font-size: 0.8em;
}
  
input[type="file"]:hover::file-selector-button {
    background-color: var(--color-white);
    color: var(--color-black);
}

input[type="file"]:hover::-webkit-file-upload-button {
    background-color: var(--color-white);
    color: var(--color-black);
}
  
.acf-field .acf-notice.-error {
    background:#fff !important;
    color:#F55E4F !important;
    border-left: 4px solid #F55E4F;
}

#fd-helden-submit .acf-field p.description {
    font-size: var(--text-xs, 0.694em);
    color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), var(--color-o, 1));
}
  

#fd-helden-submit .acf-field.acf-field-image .acf-input {
    margin-top: 1.4em;
}
  
#fd-helden-submit .acf-required {
    color: var(--color-primary);
}
    

/* Pagination */

.pagination__item--selected {
    background-color: inherit;
    color: inherit;
    box-shadow: none;
}

.pagination__item--selected::after, .pagination__item.page-number:hover::after {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.26);
    bottom: var(--space-xs);
    height:1px;
    left: 20%;
    right: 20%;
    transition: 0.3s ease;
}
  
.pagination__item {
    position: relative;
}

.pagination__item:hover:not(.pagination__item--selected):not(.pagination__item--ellipsis) {
    background-color:inherit !important;
}

.pagination__item--selected {
    background-color:inherit !important;
    color:inherit !important;
    box-shadow:none;
}

.pagination__item:hover > div {
    background-color: var(--color-white);
}
  
.pagination__item:hover > div svg {
    stroke: var(--color-black);
}
  
.pagination__item > div {
    transition: 0.3s ease;
}
  
.pagination__item {
    transition: 0.3s ease !important;
}
  
/* Poll */
.onyx-poll {
    background-color: var(--black-two)  !important;
    border: none  !important;
    margin: 0 auto  !important;
    max-width: var(--max-width-sm)  !important;
    padding: var(--space-lg)  !important;
    border-radius: 0 !important;
  }
  
  .onyx-poll-question {
    color: var(--very-light-pink) !important;
  }
  
  .onyx-poll .onyx-poll-choices li {
    color: var(--very-light-pink)  !important;
    padding: 10px 15px 10px 12px  !important;
    border: 1px solid rgba(255,255,255,0.3)  !important;
    margin: 0 0 16px 0 !important;
  }
  
  .onyx-poll-choices li .image {
    flex: 0 0 40px  !important;
    height: 40px  !important;
  }
  
  .onyx-poll-choices li:hover, .onyx-poll-choices li.choosed {
    text-shadow: none !important;
    font-weight: inherit !important;
  }
  
  .onyx-poll.view .onyx-poll-choices li::before, .onyx-poll.view .onyx-poll-choices li::after {
    transition: none !important;
  }
  
  .onyx-poll-choices li::before {
    content: none !important;
  }
  
  .onyx-poll .onyx-poll-choices li.choosed, .onyx-poll:not(.view) .onyx-poll-choices li:hover {
    background: linear-gradient(187deg, #f9ba77 0%, #f6754f 50%, #f5533b 88%) !important;
    border: none !important;
    color: white !important;
    padding: 11px 15px 11px 13px !important;
  }
  
  .onyx-poll-ft-btn {
      color: var(--very-light-pink) !important;
  } 

  #onyx-poll-1197 .onyx-poll-choices li:nth-child(n+16) {
    opacity: 0.3;
  }
   
/* Borlabs - Cookie */

#BorlabsCookieBox ._brlbs-bar .container {
    max-width: none !important;
    padding: 0 !important;
}
  
#BorlabsCookieBox p, .BorlabsCookie ._brlbs-checkbox {
    font-size: 0.84rem !important;
}
  
#BorlabsCookieBox ._brlbs-btn {
    font-size: 0.875rem !important;
}
  
#BorlabsCookieBox ._brlbs-btn-accept-all {
    font-weight: 600 !important;
}
  
#BorlabsCookieBox ._brlbs-box,
#BorlabsCookieBox ._brlbs-bar {
    padding:0 !important;
}

._brlbs-manage {
    font-size: 0.85rem !important;
    font-weight: normal !important;
    text-decoration: none;
    color: var(--color-black) !important;
    flex-basis: 50%;
}

#BorlabsCookieBox p {
    line-height:1.67em !important;
}
   
#CookieBoxSaveButton {
    padding: 0 !important;
    text-decoration: underline !important;
}
  
#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul {
    justify-content: space-evenly;
    margin: 0 !important;
}
  
#BorlabsCookieBox ._brlbs-bar-advanced ul li, #BorlabsCookieBox ._brlbs-box-advanced ul li {
    margin-bottom: 0 !important;
}
  
#CookieBoxTextDescription {
    margin-bottom: var(--space-sm) !important;
}

#BorlabsCookieBox ._brlbs-bar .cookie-preference .container > .row {
    padding: 1rem !important;
    max-width: var(--max-width-sm);
    margin: 0 auto;
}

#BorlabsCookieBox .cookie-preference ._brlbs-btn {
    font-size:1em;
    margin:0 0 0.9375em 0;
    padding:0.75em 1.5em;
    text-decoration: none;
    line-height: 1 !important;
    padding-top: 0.85em !important;
    padding-bottom: 0.8em !important;
    padding-left: var(--btn-padding-x, 0.75em) !important;
    padding-right: var(--btn-padding-x, 0.75em) !important;
    border-radius: var(--btn-radius, 0.25em) !important;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: var(--space-sm) !important;
}

.cookie-preference ._brlbs-btn._brlbs-btn-accept-all, .cookie-preference #CookiePrefSave._brlbs-btn {
    font-size: 0.875rem !important;
    line-height: 1 !important;
    padding-top: 0.85em !important;
    padding-bottom: 0.8em !important;
    padding-left: var(--btn-padding-x, 0.75em) !important;
    padding-right: var(--btn-padding-x, 0.75em) !important;
    border-radius: var(--btn-radius, 0.25em) !important;
}

.cookie-preference ._brlbs-btn._brlbs-btn-accept-all {
    background-color: var(--color-primary) !important;
    background: linear-gradient(187deg, #f9ba77 0%, #f6754f 50%, #f5533b 88%) !important;
    background-size: 100% !important;
    color: var(--color-white);
    margin-right: var(--space-md);
}

.cookie-preference ._brlbs-btn._brlbs-btn-accept-all:hover {
    background-size: 300% !important;
}


.cookie-preference #CookiePrefSave._brlbs-btn {
    background: transparent !important;
    border: 1px solid var(--color-black);
    color: var(--color-black);
    padding-top: calc(0.85em - 1px) !important;
    padding-bottom: calc(0.8em - 1px) !important;
    padding-left: calc( var(--btn-padding-x, 0.75em) - 1px) !important;
    padding-right: calc( var(--btn-padding-x, 0.75em) - 1px) !important;
    border-radius: var(--btn-radius, 0.25em) !important;
}

.cookie-preference #CookiePrefSave._brlbs-btn:hover {
    background: var(--color-black) !important;
    color: var(--color-white);
}

#BorlabsCookieBox h3, #BorlabsCookieBox ._brlbs-h3 {
    font-size: 1.875rem !important;
    font-weight: 700;
    display: block;
    text-align: center;
}
  
#BorlabsCookieBox .bcac-item ._brlbs-h4 {
    font-size: 1em;
    font-weight: 700;
}

#BorlabsCookieBox .cookie-preference ._brlbs-btn {
    margin-right: var(--space-sm) !important;
}
  
._brlbs-refuse > a:nth-child(1) {
    color: var(--black-two);
}
  
.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider {
    background-color: var(--black-two);
}
 

@media (min-width: 48rem) {
    .fd-cookie-links {
        flex-basis: 40% !important;
    }
    .fd-cookie-text {
        flex-basis: 60% !important;
    }
}
   
/* Borlabs Content Blocker */

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    display: block;
}
  
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
    position: initial !important;
    transform: initial !important;
    height: auto !important;
}
  
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
    background: var(--black-two);
    padding: var(--space-lg);
}
  
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a {
    color: var(--pale-red) !important;
}
  
#map .BorlabsCookie, ._brlbs-content-blocker  {
    height: 100%;
}
  
._brlbs-content-blocker {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
._brlbs-embed._brlbs-google-maps {
    transform: translateY(-2rem);
    border-radius: 3px;
}

#map .BorlabsCookie ._brlbs-google-maps .btn--primary {
    line-height: 1 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding-top: 0.85em !important;
    padding-bottom: 0.8em !important;
    padding-left: var(--btn-padding-x, 0.75em) !important;
    padding-right: var(--btn-padding-x, 0.75em) !important;
    border-radius: var(--btn-radius, 0.25em) !important;
    color: var(--color-white) !important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
    margin-bottom:1em;
    line-height: 1.67;
}
   
#map.map-is-blocked {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* Menus Page */

.wp-block-button__link.wp-element-button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
    font-size: var(--btn-font-size, 1em);
    padding-top: 0.85em;
    padding-bottom: 0.8em;
    padding-left: var(--btn-padding-x, 0.75em);
    padding-right: var(--btn-padding-x, 0.75em);
    border-radius: var(--btn-radius, 0.25em);
    font-weight: 600;
    background-color: var(--color-primary, #2a6df4);
    background: linear-gradient(187deg, #f9ba77 0%, #f6754f 50%, #f5533b 88%);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    color: var(--color-white, #fff);
}
  
.wp-block-button__link.wp-element-button:hover {
    background-size: 300%;
}
  
.wp-block-button__link.wp-element-button {
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s ease;
}

.page-id-2377 .wp-block-button__link.wp-element-button {
    min-width: 200px;
    max-width: 100%;
}
  

.page-id-2377 #content {
    min-height: calc(100vh - 340px);
}
  