/*
  README

  -----------------------------

  CSS Guidelines

  This project follows the BEM (Block Element Modifier ) Pattern.
  ( please refer https://cssguidelin.es/ )

  Global css classes are marked with the prefix "style-", page template classes with "l-" prefix and js classes with "js-".

*/

/* CSS-Variablen */

:root {
    /* RGB-Value */

    --werbezimmer-rgb-color--black: 26, 26, 26;
    --werbezimmer-rgb-color--grey: 179, 179, 179;
    --werbezimmer-rgb-color--white: 255, 255, 255;
    --werbezimmer-rgb-color--yellow: 255, 227, 43;
    /* Color-Value */

    --werbezimmer-color--black: rgb(var(--werbezimmer-rgb-color--black));
    --werbezimmer-color--grey: rgb(var(--werbezimmer-rgb-color--grey));
    --werbezimmer-color--white: rgb(var(--werbezimmer-rgb-color--white));
    --werbezimmer-color--yellow: rgb(var(--werbezimmer-rgb-color--yellow));

    --werbezimmer-font-1: 'Werbezimmer Sans', sans-serif;

    --datepicker-color-highlight: rgba(var(--werbezimmer-rgb-color--black), 1);
    --datepicker-color-selected: rgba(var(--werbezimmer-rgb-color--black), 0.25);

    --werbezimmer-cubic-bezier: cubic-bezier(0, 0.4, 0.05, 0.7);

    /* ------------------------------------------- */

    --font-color: var(--werbezimmer-rgb-color--black);
}

/* REM */

html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
}

/* FONT-STYLES */

body {
    font-family: var(--werbezimmer-font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    --font-color: var(--werbezimmer-color--black);
}

a {
    color: var(--bg-font-color, var(--font-color));
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

.bh-bodytext {
    color: var(--bg-font-color, var(--font-color));
}

.bh-bodytext p {
    margin-bottom: 1.5rem;
}

a.bh-bodytext,
.bh-bodytext a {
    /* color: var(--bg-font-color, var(--werbezimmer-color--gold)); */
    text-decoration: underline;
}

a.bh-bodytext:hover,
.bh-bodytext a:hover {
    text-decoration: underline;
}

h1.bh-bodytext,
.bh-bodytext h1,
.bh-bodytext *.style-text--h1,
*.style-text--h1.bh-bodytext,
h2.bh-bodytext,
.bh-bodytext h2,
.bh-bodytext *.style-text--h2,
*.style-text--h2.bh-bodytext {
    font-family: var(--werbezimmer-font-1);
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    font-size: clamp(4rem, 10.3vw, 9.5rem);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: calc(var(--spacing--medium-large) / 2);
}

h3.bh-bodytext,
.bh-bodytext h3,
.bh-bodytext *.style-text--h3,
*.style-text--h3.bh-bodytext {
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 2rem;
}

h4.bh-bodytext,
.bh-bodytext h4,
.bh-bodytext *.style-text--h4,
*.style-text--h4.bh-bodytext,
.el-voucherlist-voucher-name {
    font-family: var(--werbezimmer-font-1);
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    font-size: clamp(2.4rem, 4vw, 2.8rem);
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
}

h5.bh-bodytext,
.bh-bodytext h5,
.bh-bodytext *.style-text--h5,
*.style-text--h5.bh-bodytext {
    font-family: var(--werbezimmer-font-1);
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 0rem;
}

h6.bh-bodytext,
.bh-bodytext h6,
.bh-bodytext *.style-text--h6,
*.style-text--h6.bh-bodytext {
    font-family: var(--werbezimmer-font-1);
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.bhLegalNotice ul,
.bh-bodytext ul {
    padding-left: 2rem;
}

.bhLegalNotice ul:first-child,
.bh-bodytext ul:first-child {
    margin-top: 0;
}

.bhLegalNotice ul:first-child > li:first-child,
.bh-bodytext ul:first-child > li:first-child {
    margin-top: 0;
}

.bhLegalNotice ul li::marker,
.bh-bodytext ul li::marker {
    /* color: var(--bg-font-color, var(--werbezimmer-color--gold)); */
}

.bhLegalNotice ul li::marker,
.bh-bodytext ul li::marker {
}

*.bh-bodytext--no-margin.bh-bodytext--no-margin {
    margin-bottom: 0;
}

.bh-bodytext--centered {
    text-align: center;
}

.bh-bodytext--width-limit {
}

.bh-bodytext--width-limit p,
.bh-bodytext--width-limit h3,
.bh-bodytext--width-limit *.style-text--h3,
.bh-bodytext--width-limit h4,
.bh-bodytext--width-limit *.style-text--h4,
.bh-bodytext--width-limit h5,
.bh-bodytext--width-limit *.style-text--h5,
.bh-bodytext--width-limit h6,
.bh-bodytext--width-limit *.style-text--h6,
.bh-bodytext--width-limit ul,
.bh-bodytext--width-limit ol {
    max-width: 780px;
}

.bh-bodytext--width-limit h1,
.bh-bodytext--width-limit *.style-text--h1,
.bh-bodytext--width-limit h2,
.bh-bodytext--width-limit *.style-text--h2 {
    max-width: 1100px;
}

@media only screen and (max-width: 840px) {
    body {
        font-size: 1.6rem;
    }

    h1.bh-bodytext,
    .bh-bodytext h1,
    .bh-bodytext *.style-text--h1,
    *.style-text--h1.bh-bodytext {
    }

    h2.bh-bodytext,
    .bh-bodytext h2,
    .bh-bodytext *.style-text--h2,
    *.style-text--h2.bh-bodytext {
    }

    h3.bh-bodytext,
    .bh-bodytext h3,
    .bh-bodytext *.style-text--h3,
    *.style-text--h3.bh-bodytext {
    }

    h4.bh-bodytext,
    .bh-bodytext h4,
    .bh-bodytext *.style-text--h4,
    *.style-text--h4.bh-bodytext {
    }

    h5.bh-bodytext,
    .bh-bodytext h5,
    .bh-bodytext *.style-text--h5,
    *.style-text--h5.bh-bodytext {
    }

    h6.bh-bodytext,
    .bh-bodytext h6,
    .bh-bodytext *.style-text--h6,
    *.style-text--h6.bh-bodytext {
    }

    .bhLegalNotice ul,
    .bh-bodytext ul {
    }
}

/* Formats */

.style-p--teasertext {
    font-family: var(--werbezimmer-font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    line-height: 160%;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

.style-p--big {
    font-family: var(--werbezimmer-font-1);
    font-style: normal;
    font-weight: 700;
    font-size: 5rem;
    font-size: clamp(4rem, 14vw, 19rem);
    line-height: 1;
    letter-spacing: 0;
}

.style-p--small {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 1.4vw, 1.3rem);
}

.bh-bodytext *.style-text--no-margin,
p.style-text--no-margin,
h1.style-text--no-margin,
h2.style-text--no-margin,
h3.style-text--no-margin,
h4.style-text--no-margin,
h5.style-text--no-margin,
h6.style-text--no-margin {
    margin-bottom: 0;
}

@media only screen and (max-width: 840px) {
}

/* Background-Colors */

.style-bg {
    background: var(--bg-color);
}

.style-bg--transparent {
    --bg-color: none;
    --bg-color-rgb: none;
}

.style-bg--black {
    --bg-color: var(--werbezimmer-color--black);
    --bg-color-rgb: var(--werbezimmer-rgb-color--black);
    --bg-font-color: var(--werbezimmer-color--white);
    --bg-font-color-rgb: var(--werbezimmer-rgb-color--white);
    --bg-highlight-color: var(--werbezimmer-color--yellow);
    --bg-highlight-color-rgb: var(--werbezimmer-rgb-color--yellow);
}
.style-bg--grey {
    --bg-color: var(--werbezimmer-color--grey);
    --bg-color-rgb: var(--werbezimmer-rgb-color--grey);
    --bg-font-color: var(--werbezimmer-color--black);
    --bg-font-color-rgb: var(--werbezimmer-rgb-color--black);
    --bg-highlight-color: var(--werbezimmer-color--yellow);
    --bg-highlight-color-rgb: var(--werbezimmer-rgb-color--yellow);
}
.style-bg--white {
    --bg-color: var(--werbezimmer-color--white);
    --bg-color-rgb: var(--werbezimmer-rgb-color--white);
    --bg-font-color: var(--werbezimmer-color--black);
    --bg-font-color-rgb: var(--werbezimmer-rgb-color--black);
    --bg-highlight-color: var(--werbezimmer-color--yellow);
    --bg-highlight-color-rgb: var(--werbezimmer-rgb-color--yellow);
}
.style-bg--yellow {
    --bg-color: var(--werbezimmer-color--yellow);
    --bg-color-rgb: var(--werbezimmer-rgb-color--yellow);
    --bg-font-color: var(--werbezimmer-color--black);
    --bg-font-color-rgb: var(--werbezimmer-rgb-color--black);
    --bg-highlight-color: var(--werbezimmer-color--white);
    --bg-highlight-color-rgb: var(--werbezimmer-rgb-color--white);
}
.style-bg--custom {
    --bg-color: var(--werbezimmer-color--custom);
    --bg-color-rgb: var(--werbezimmer-rgb-color--white);
    --bg-font-color: var(--werbezimmer-color--black);
    --bg-font-color-rgb: var(--werbezimmer-rgb-color--black);
    --bg-highlight-color: var(--werbezimmer-color--yellow);
    --bg-highlight-color-rgb: var(--werbezimmer-rgb-color--yellow);
}

/* ## Font ## */

.bh-bodytext *,
.style-color {
    color: var(--bg-font-color, var(--font-color));
}

.style-color--black {
    --bg-font-color: var(--werbezimmer-color--black);
}

.style-color--grey {
    --bg-font-color: var(--werbezimmer-color--grey);
}

.style-color--white {
    --bg-font-color: var(--werbezimmer-color--white);
}

.style-color--yellow {
    --bg-font-color: var(--werbezimmer-color--yellow);
}

/* Button */

button.bh-shop-button,
.style-button,
input.style-button,
input.cooRouteSubmit,
.el-productdetail-back,
.el-productdetail-button input,
.bh-shop-buttons .bh-shop-button,
input.el-voucherlist-voucher-button,
.bh-shop-button-back,
.bh-shop-address-buton-edit {
    position: relative;
    display: inline-block;
    font-family: var(--werbezimmer-font-1);
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    -webkit-appearance: none;
    border: none;
    color: var(--bg-font-color, var(--werbezimmer-color--black));
    padding: 0;
}

input.el-voucherlist-voucher-button {
  position: absolute;
  font-size: 1.8rem;
}

.el-productdetail-button input {
  cursor: pointer;
}

.style-button > p {
    display: inline;
}

input.style-button {
    display: block;
}

.style-button > * {
    margin-bottom: 0;
}

.style-button--underline > *,
button.bh-shop-button,
input.style-button--underline,
input.cooRouteSubmit,
.el-productdetail-back,
.el-productdetail-button input,
.bh-shop-buttons .bh-shop-button,
input.el-voucherlist-voucher-button,
.bh-shop-button-back,
.bh-shop-address-buton-edit {
    background: linear-gradient(
        to right,
        var(--bg-highlight-color, var(--werbezimmer-color--yellow)),
        var(--bg-highlight-color, var(--werbezimmer-color--yellow))
    );
    background-size: 100% 0.3em;
    background-position: 100% 90%;
    background-repeat: no-repeat;
    transition: background-size 0.2s;
}

.bh-shop-button-back {
  background-position: 100% 70%;
}

.bh-shop-buttons .bh-shop-address-buton-edit {
  margin-left: 10px;
  padding-left: 0;
  background-position: 100% 75%;
}

.style-button--underline:hover > *,
button.bh-shop-button:hover,
input.style-button--underline:hover,
input.cooRouteSubmit:hover,
.el-productdetail-back:hover,
.el-productdetail-button input:hover,
.bh-shop-buttons .bh-shop-button:hover,
input.el-voucherlist-voucher-button:hover,
.bh-shop-button-back:hover,
.bh-shop-address-buton-edit:hover {
    background-size: 100% 100%;
}

.style-button--arrow {
    font-size: 1.8rem;
    white-space: nowrap;
    padding-right: 1.8em;
}

.style-button--arrow::after {
    position: absolute;
    right: 0.3em;
    top: 50%;
    transform: translateY(-50%);
    content: '\e902';
    font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: right 0.2s;
}

.style-button--arrow:hover::after {
    right: 0;
}

.style-button--highlight {
}

.style-button--arrow.style-button--highlight {
    --bg-font-color: var(--bg-highlight-color, var(--werbezimmer-color--black));
    --bg-font-color-rgb: var(--bg-highlight-color-rgb, var(--werbezimmer-rgb-color--black));
}

/* LAYOUT */

/* margin-content-container */

.margin-content-container {
    --margin-content-container__margin-bottom: 10rem;
}

.bhe-state-dragging .margin-content-container:hover > .bhe-container-dropzone {
    min-height: 1px;
    margin-bottom: -1px;
}

.bhe-state-editing
    .bhContainer.margin-content-container
    > .bhElement:nth-last-child(2):not(.margin-content-element--no-margin),
.bhContainer.margin-content-container > .bhElement:last-child:not(.margin-content-element--no-margin) {
    margin-bottom: var(--margin-content-container__margin-bottom);
}

@media only screen and (max-width: 960px) {
    .margin-content-container {
        --margin-content-container__margin-bottom: 7rem;
    }
}

@media only screen and (max-width: 600px) {
    .margin-content-container {
        --margin-content-container__margin-bottom: 4rem;
    }
}

/* bh-swiper */

/* bh-swiper swiper-navigation */

.bh-swiper {
    --navigation-width: 4rem;
    --navigation-width-half: calc(var(--navigation-width) / 2);
}

.bh-swiper[data-plugin-settings*='"navigation":1'],
.bh-swiper[data-settings*='"navigation":1'],
.bh-swiper[data-swiper*='"navigation":1'] {
    /* padding-left: var(--navigation-width-half);
    padding-right: var(--navigation-width-half); */
}

.swiper-navigation.swiper-button-next,
.swiper-navigation.swiper-button-prev {
    color: var(--werbezimmer-color--white);
    background: var(--werbezimmer-color--black);
    border-radius: 50%;
    width: var(--navigation-width);
    height: var(--navigation-width);
    margin: 0;
}

.swiper-navigation.swiper-button-prev,
.bh-swiper.bh-width-max[data-plugin-settings*='"navigation":1'] .swiper-button-prev,
.bh-swiper.bh-width-max[data-settings*='"navigation":1'] .swiper-button-prev,
.bh-swiper.bh-width-max[data-swiper*='"navigation":1'] .swiper-button-prev,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-plugin-settings*='"navigation":1'] .swiper-button-prev,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-settings*='"navigation":1'] .swiper-button-prev,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-swiper*='"navigation":1'] .swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.swiper-navigation.swiper-button-next,
.bh-swiper.bh-width-max[data-plugin-settings*='"navigation":1'] .swiper-button-next,
.bh-swiper.bh-width-max[data-settings*='"navigation":1'] .swiper-button-next,
.bh-swiper.bh-width-max[data-swiper*='"navigation":1'] .swiper-button-next,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-plugin-settings*='"navigation":1'] .swiper-button-next,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-settings*='"navigation":1'] .swiper-button-next,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-swiper*='"navigation":1'] .swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
}

/* bh-swiper swiper-navigation::before, ::after */

.swiper-navigation.swiper-button-next:after,
.swiper-navigation.swiper-button-prev:after {
    content: none;
}

.swiper-navigation.swiper-button-prev:before,
.swiper-navigation.swiper-button-next:before {
    font-size: 2rem;
    color: var(--werbezimmer-color--white);
    font-family: 'bakehouse-iconset' !important;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-navigation.swiper-button-prev:before {
    content: '\e901';
}

.swiper-navigation.swiper-button-next:before {
    content: '\e902';
}

/* bh-swiper bh-width-max */

.bh-swiper.bh-width-max[data-plugin-settings*='"navigation":1'] .swiper-navigation,
.bh-swiper.bh-width-max[data-settings*='"navigation":1'] .swiper-navigation,
.bh-swiper.bh-width-max[data-swiper*='"navigation":1'] .swiper-navigation,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-plugin-settings*='"navigation":1'] .swiper-navigation,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-settings*='"navigation":1'] .swiper-navigation,
.bh-swiper-container-element.bh-width-max .bh-swiper[data-swiper*='"navigation":1'] .swiper-navigation {
    transform: translate(0, -50%);
}

@media only screen and (max-width: 600px) {
    .bh-swiper {
        --navigation-width: 4rem;
    }

    .bh-swiper[data-plugin-settings*='"navigation":1'],
    .bh-swiper[data-settings*='"navigation":1'],
    .bh-swiper[data-swiper*='"navigation":1'] {
        padding-left: 0;
        padding-right: 0;
    }

    .bh-swiper[data-plugin-settings*='"navigation":1'] .swiper-button-prev,
    .bh-swiper[data-settings*='"navigation":1'] .swiper-button-prev,
    .bh-swiper[data-swiper*='"navigation":1'] .swiper-button-prev {
        transform: translate(min(var(--content-spacing), -50%), -50%);
    }

    .bh-swiper[data-plugin-settings*='"navigation":1'] .swiper-button-next,
    .bh-swiper[data-settings*='"navigation":1'] .swiper-button-next,
    .bh-swiper[data-swiper*='"navigation":1'] .swiper-button-next {
        transform: translate(min(var(--content-spacing), 50%), -50%);
    }
}

/* Pagination */

.bh-swiper[data-plugin-settings*='"pagination":1'],
.bh-swiper[data-settings*='"pagination":1'],
.bh-swiper[data-swiper*='"pagination":1'] {
    padding-bottom: 6rem;
}

.bh-swiper-container-element.bh-swiper--pagination-within .bh-swiper[data-plugin-settings*='"pagination":1'],
.bh-swiper--pagination-within.bh-swiper[data-plugin-settings*='"pagination":1'],
.bh-swiper-container-element.bh-swiper--pagination-within .bh-swiper[data-settings*='"pagination":1'],
.bh-swiper--pagination-within.bh-swiper[data-settings*='"pagination":1'],
.bh-swiper-container-element.bh-swiper--pagination-within .bh-swiper[data-swiper*='"pagination":1'],
.bh-swiper--pagination-within.bh-swiper[data-swiper*='"pagination":1'] {
    padding-bottom: 0;
}

.bh-swiper[data-plugin-settings*='"pagination":1'] .swiper-navigation.swiper-button-prev,
.bh-swiper[data-settings*='"pagination":1'] .swiper-navigation.swiper-button-prev,
.bh-swiper[data-swiper*='"pagination":1'] .swiper-navigation.swiper-button-prev,
.bh-swiper[data-plugin-settings*='"pagination":1'] .swiper-navigation.swiper-button-next,
.bh-swiper[data-settings*='"pagination":1'] .swiper-navigation.swiper-button-next,
.bh-swiper[data-swiper*='"pagination":1'] .swiper-navigation.swiper-button-next {
    top: calc(50% - 2rem);
}

.bh-swiper--pagination-within.bh-swiper .swiper-navigation.swiper-button-prev,
.bh-swiper--pagination-within.bh-swiper .swiper-navigation.swiper-button-next,
.bh-swiper-container-element.bh-swiper--pagination-within .bh-swiper .swiper-navigation.swiper-button-prev,
.bh-swiper-container-element.bh-swiper--pagination-within .bh-swiper .swiper-navigation.swiper-button-next {
    top: 50%;
}

.bh-swiper .swiper-pagination {
    bottom: 0;
}

.bh-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--bg-hover-color, var(--werbezimmer-color--white));
    border: 1px solid var(--werbezimmer-color--yellow);
    width: 1rem;
    height: 1rem;
    opacity: 1;
    margin: 0.8rem;
    left: 0px !important;
    transform: none;
    opacity: 1;
    transition: background 0.3s;
}

.bh-swiper--pagination-within .swiper-pagination .swiper-pagination-bullet {
    border: none;
}

.bh-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--werbezimmer-color--yellow);
}

@media only screen and (max-width: 820px) {
    .bh-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
    }
}

/* bhAnfrage */

.bh-fieldblock.bh-col--gaps-xsmall .bh-field {
    padding-bottom: 1rem;
}

.bh-fieldblock.bh-cols > .bh-fieldblock.bh-cols {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.bh-fieldblock {
    text-align: left;
}

.bh-field {
    position: relative;
}

.js-kind-alter-template {
    display: none;
}

.bh-fieldblock .bh-fieldblock__label {
    margin-bottom: 6rem;
}

.bh-field input:not([type='submit']),
input.cooRouteLocationInput,
input.bh-search-query,
.bh-field select,
.bh-field textarea,
.el-productdetail-formfield-input select {
    border: 1px solid rgba(var(--werbezimmer-rgb-color--black), 0.11);
    padding: 1.4rem 1.5rem;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    text-align: left;
    font-family: var(--werbezimmer-font-1);
    font-size: 1.4rem;
    line-height: 1.2;
    color: var(--werbezimmer-color--black);
    letter-spacing: 0.05em;
}

.bh-field textarea {
    min-height: 11rem;
    resize: vertical;
}

.bh-field input::placeholder,
.bh-field select:invalid,
.bh-field textarea::placeholder {
    color: rgba(var(--werbezimmer-rgb-color--black), 0.6);
}

.bh-field select:focus-visible,
.bh-field textarea:focus-within,
.bh-field input:not(.style-button):focus {
    outline: none;
}

.bh-field .bh-field__label {
}

.bh-field__icon {
    position: absolute;
    right: calc(var(--bh-cols-gap) / 2);
    top: 0;
    width: 6rem;
    height: 100%;
    border-left: 1px solid rgba(var(--werbezimmer-rgb-color--black), 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.bh-field__icon::after {
    display: block;
    font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bh-field__icon--select::after {
    content: '\e908';
}

.bh-field__icon--datepicker::after {
    content: '\e9a8';
}

.bh-field__icon--timepicker::after {
    content: '\e981';
}

.bh-form-checkbox-container {
    position: relative;
    display: block;
    padding-left: 4.5rem;
    margin-bottom: 2rem;
    padding-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bh-form-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.8rem;
    min-height: 0;
    max-height: 1.8rem;
    width: 1.8rem;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.bh-form-checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    border: 1px solid var(--werbezimmer-color--gold);
    background: #ffffff;
    border-radius: 0;
}

.bh-form-checkbox-container .bh-form-checkbox__checkmark:after {
    left: 0.6rem;
    top: 0.18rem;
    width: 0.6rem;
    height: 1.1rem;
    border: solid var(--werbezimmer-color--black);
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bh-form-checkbox__checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.bh-form-checkbox-container input:checked ~ .bh-form-checkbox__checkmark:after {
    display: block;
}

.bh-form-checkbox__text {
    display: block;
}

.bh-field input[type='submit'],
input.cooRouteSubmit {
    cursor: pointer;
    white-space: normal;
}

.bh-field.bh-col--12 input[type='submit'] {
    min-height: 0;
}

/* pseudo-input */

.pseudo-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.pseudo-input__hidden {
    display: none;
}

.pseudo-input__label {
    background: var(--werbezimmer-color--gold);
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 1.2rem;
    cursor: pointer;
}

/* social-bar */

.social-bar {
    width: 100%;
    max-width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-bar--wide {
    max-width: 370px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.social-bar__item {
    display: block;
    font-size: 2.6rem;
}

.social-bar__item svg {
    display: block;
    height: 0.85em;
}

.social-bar__item svg path {
    fill: var(--bg-font-color, var(--font-color));
}

.social-bar__item--google {

}

/* image-link */

body:not(.bhe-state-editing) .image-link,
body:not(.bhe-state-editing) .image-link > * {
    cursor: url('/fileadmin/images/image-link-cursor.png') 45 45, auto;
}

.flow-cols {
    overflow: hidden;

    --flow-cols__col-width-half: calc(var(--flow-cols__col-width-half) / 2);
    --flow-cols__col-width: 20rem;
    --flow-cols__column-gap: 0;
    --flow-cols__row-gap: 0;

    --flow-cols--force-swiper: 0;
}

.bhe-state-editing .flow-cols {
    overflow: visible;
}

.flow-cols__inner-grid > * {
    margin-bottom: 0px !important;
}

.flow-cols__outer-grid {
    display: grid;
    margin: 0 calc(var(--flow-cols__column-gap) * -1);

    column-gap: var(--flow-cols__column-gap);
    row-gap: var(--flow-cols__row-gap);

    --flow-cols__column-gap-double: calc(var(--flow-cols__column-gap) * 2);

    --flow-cols__column-gap-half: calc(var(--flow-cols__column-gap) / 2);
    --flow-cols__row-gap-half: calc(var(--flow-cols__row-gap) / 2);
    --flow-cols__inner-grid: repeat(auto-fit, minmax(min(var(--flow-cols__col-width), calc(100% - var(--flow-cols__column-gap-double))), var(--flow-cols__col-width)));
    grid-template-columns: minmax(0, 1fr) [grid-start] var(--flow-cols__inner-grid) [grid-end] minmax(0, 1fr);
}

.flow-cols__inner-grid {
    display: grid;

    grid-column-start: grid-start;
    grid-column-end: grid-end;

    column-gap: var(--flow-cols__column-gap);
    row-gap: var(--flow-cols__row-gap);

    grid-template-columns: var(--flow-cols__inner-grid);
}

/* Gaps */


/* large */

.flow-cols.flow-cols--gaps-large {
    --flow-cols__column-gap: var(--spacing--medium);
    --flow-cols__row-gap: var(--spacing--medium);
}

/* normal */

.flow-cols,
.flow-cols--gaps-normal {
    --flow-cols__column-gap: var(--spacing--medium-small);
    --flow-cols__row-gap: var(--spacing--medium-small);
}

/* small */

.flow-cols.flow-cols--gaps-small {
    --flow-cols__column-gap: var(--spacing--small);
    --flow-cols__row-gap: var(--spacing--small);
}

/* xsmall */

.flow-cols.flow-cols--gaps-x-small {
    --flow-cols__column-gap: var(--spacing--x-small);
    --flow-cols__row-gap: var(--spacing--x-small);
}

/* none */

.flow-cols.flow-cols--gaps-none {
    --flow-cols__column-gap: var(--spacing--none);
    --flow-cols__row-gap: var(--spacing--none);
}

/* randomizer */

.bhe-state-editing .js-randomize > * {
    outline: 1px solid rgba(204, 204, 204, 0.2);
}

.bhe-state-editing .js-randomize {
    outline: 1px solid rgba(204, 204, 204, 0.6);
    outline-offset: 5px;
}

.bhe-state-editing .js-randomize::before {
    content: "\e960";
    font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 2rem;
    top: 5px;
    right: 5px;
    color: rgba(204, 204, 204, 0.6);
}

.function-tooltip {
  display: inline-block;
  padding: 0px 10px;
  background: rgba(0,0,0,0.1);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.style-bg--black .function-tooltip {
  background: rgba(255,255,255,0.2);
}

.function-tooltip-popup {
  position: absolute;
  display: block;
  background: var(--werbezimmer-color--yellow);
  padding: 5px 10px;
  font-size: 18px;
  line-height: 28.8px;
  color: var(--werbezimmer-color--black);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 10px;
  width: 250px;
  letter-spacing: 0.05em;
  bottom: 25px;
  left: 70%;
  transform-origin: left bottom;
  transform: scale(0);
  transition: 0.3s ease all;
}

.function-tooltip:hover .function-tooltip-popup,
.function-tooltip.active .function-tooltip-popup {
  transform: scale(1);
}


/* bh_product */

.el-productdetail-top,
.bh-shop-add-product-form > div:first-of-type {
  border-top: 1px solid rgba(var(--werbezimmer-rgb-color--black), 0.11);
  padding-top: var(--spacing--medium-small);
}

.el-productdetail-top .el-productdetail-images {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
}

.el-productdetail-image .bh-image-background {
  height: 40rem;
  background-position: center center;
  background-size: cover;
}

.el-productdetail-top .el-productdetail-description {
  margin-left: 40px;
}

.el-productdetail-formfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.el-productdetail-formfield-input {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
}

.el-productdetail-formfield-input select {
  padding-right: 4.5rem;
}

.el-productdetail-formfield-select-icon {
  right: 0;
  width: 3rem;
}

.el-productdetail-button {
  margin-top: var(--spacing--medium);
}

@media (max-width: 768px) {
  .el-productdetail-top .el-productdetail-images {
    width: 100%;
  }
  .el-productdetail-image .bh-image-background {
    height: 30rem;
  }
  .el-productdetail-top .el-productdetail-description {
    margin-left: 0;
  }
}


/* bh_voucher */

.el-voucherlist-voucher-pricerange {
  font-weight: bold;
}

@media (max-width: 600px) {
  input.el-voucherlist-voucher-button {
    position: initial;
    margin-top: var(--spacing--small);
  }
}

#bh-accessibility-widget .bh-accessibility-toggler {
    right: auto;
    left: var(--accessibility-offset-horizontal);
}
