/*
  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 */

    --hotels-fiss-rgb--black: 0, 0, 0;
    --hotels-fiss-rgb--white: 255, 255, 255;
    --hotels-fiss-rgb--light-grey: 236, 236, 236;
    --hotels-fiss-rgb--grey: 170, 170, 170;
    --hotels-fiss-rgb--dark-grey: 76, 76, 76;
    --hotels-fiss-rgb--belmont-blue: 0, 76, 143;
    --hotels-fiss-rgb--albarella-turquoise: 16, 125, 127;
    --hotels-fiss-rgb--alpenroyal-red: 186, 46, 65;
    
    /* Color-Value */
    --hotels-fiss-color--black: rgb(var(--hotels-fiss-rgb--black));
    --hotels-fiss-color--white: rgb(var(--hotels-fiss-rgb--white));
    --hotels-fiss-color--light-grey: rgb(var(--hotels-fiss-rgb--light-grey));
    --hotels-fiss-color--grey: rgb(var(--hotels-fiss-rgb--grey));
    --hotels-fiss-color--dark-grey: rgb(var(--hotels-fiss-rgb--dark-grey));
    --hotels-fiss-color--belmont-blue: rgb(var(--hotels-fiss-rgb--belmont-blue));
    --hotels-fiss-color--albarella-turquoise: rgb(var(--hotels-fiss-rgb--albarella-turquoise));
    --hotels-fiss-color--alpenroyal-red: rgb(var(--hotels-fiss-rgb--alpenroyal-red));

    --hotels-fiss-font-1: 'Roboto', sans-serif;
    --hotels-fiss-font-2: 'Roboto Condensed', sans-serif;
    --hotels-fiss-font-3: 'EB Garamond', sans-serif;
    --hotels-fiss-font-4: 'Great Vibes', sans-serif;

    --datepicker-color-highlight: rgba(var(--hotels-fiss-rgb--hotel), 1);
    --datepicker-color-selected: rgba(var(--hotels-fiss-rgb--hotel), 0.25);
    
    /* ------------------------------------------- */

    --font-color: var(--hotels-fiss-color--black);
    --font-color-rgb: var(--hotels-fiss-rgb--black);
}

/* REM */

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

/* FONT-STYLES */

body {
    font-family: var(--hotels-fiss-font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 1.4;
    letter-spacing: 0;
}

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));
    font-weight: 300;
}

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

.bh-bodytext strong {
    font-weight: 400;
}


a.bh-bodytext,
.bh-bodytext a {
    color: var(--bg-font-color, var(--font-color));
    text-decoration: underline;
    font-weight: 400;
}

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(--hotels-fiss-font-2);
    font-style: normal;
    font-weight: 300;
    font-size: 2.8rem;
    font-size: clamp(2.8rem, 4vw, 3.2rem);
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1rem;
    color: var(--bg-font-color, var(--hotels-fiss-color--grey));
}

h3.bh-bodytext,
.bh-bodytext h3,
.bh-bodytext *.style-text--h3,
*.style-text--h3.bh-bodytext {
    font-family: var(--hotels-fiss-font-3);
    font-style: normal;
    font-weight: 600;
    font-size: 3.6rem;
    font-size: clamp(3.6rem, 6vw, 5.8rem);
    line-height: 1.07;
    letter-spacing: 0;
    margin-bottom: 2rem;
    color: var(--bg-font-color, var(--hotels-fiss-color--hotel));
}


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 {
    font-family: var(--hotels-fiss-font-2);
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    font-size: clamp(2.6rem, 4.8vw, 3.6rem);
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 2rem;
    color: var(--bg-font-color, var(--hotels-fiss-color--hotel));
}

h6.bh-bodytext,
.style-text--h6,
.bh-bodytext h6,
.bh-bodytext *.style-text--h6,
*.style-text--h6.bh-bodytext {
    font-family: var(--hotels-fiss-font-1);
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    font-size: clamp(2rem, 3vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
    color: var(--bg-font-color, var(--hotels-fiss-color--dark-grey));
}

.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(--hotels-fiss-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 h1,
.bh-bodytext--width-limit *.style-text--h1,
.bh-bodytext--width-limit h2,
.bh-bodytext--width-limit *.style-text--h2,
.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 h3,
.bh-bodytext--width-limit *.style-text--h3 {
    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 {
        margin-bottom: 0rem;
    }
    
    h2.bh-bodytext,
    .bh-bodytext h2,
    .bh-bodytext *.style-text--h2,
    *.style-text--h2.bh-bodytext {
        margin-bottom: 0rem;
    }
    
    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 {
        margin-bottom: 0.5rem;
    }

    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 {
        margin-top: 0.5rem
    }
}

/* Formats */

.style-p--big,
.style-p--big.bh-bodytext,
.bh-bodytext .style-p--big {
    font-family: var(--hotels-fiss-font-2);
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.1;
    letter-spacing: 0;
}

strong.style-p--big,
.style-p--big strong {
    font-weight: 700;
}

.style-p--small,
.style-p--small.bh-bodytext,
.bh-bodytext .style-p--small {
    font-size: 1.2rem;
    font-weight: 400;
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.style-p--garamond,
.style-p--garamond.bh-bodytext,
.bh-bodytext .style-p--garamond {
    font-family: var(--hotels-fiss-font-3);
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    line-height: 1.3;
    letter-spacing: 0;
}

.style-p--great-vibes,
.style-p--great-vibes.bh-bodytext,
.bh-bodytext .style-p--great-vibes {
    font-family: var(--hotels-fiss-font-4);
    font-style: normal;
    font-weight: 400;
    font-size: 5rem; 
    font-size: clamp(5rem, 12vw, 18rem);
    line-height: 1.3;
    letter-spacing: 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(--hotels-fiss-color--black);
    --bg-color-rgb: var(--hotels-fiss-rgb--black);
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}
.style-bg--white {
    --bg-color: var(--hotels-fiss-color--white);
    --bg-color-rgb: var(--hotels-fiss-rgb--white);
}
.style-bg--light-grey {
    --bg-color: var(--hotels-fiss-color--light-grey);
    --bg-color-rgb: var(--hotels-fiss-rgb--light-grey);
}
.style-bg--grey {
    --bg-color: var(--hotels-fiss-color--grey);
    --bg-color-rgb: var(--hotels-fiss-rgb--grey);
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}
.style-bg--dark-grey {
    --bg-color: var(--hotels-fiss-color--dark-grey);
    --bg-color-rgb: var(--hotels-fiss-rgb--dark-grey);
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}
.style-bg--belmont-blue {
    --bg-color: var(--hotels-fiss-color--belmont-blue);
    --bg-color-rgb: var(--hotels-fiss-rgb--belmont-blue);
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}
.style-bg--albarella-turquoise {
    --bg-color: var(--hotels-fiss-color--albarella-turquoise);
    --bg-color-rgb: var(--hotels-fiss-rgb--albarella-turquoise);
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}
.style-bg--alpenroyal-red {
    --bg-color: var(--hotels-fiss-color--alpenroyal-red);
    --bg-color-rgb: var(--hotels-fiss-rgb--alpenroyal-red);
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}

.style-bg--hotel {
    --bg-color: var(--hotels-fiss-color--hotel);
    --bg-color-rgb: var(--hotels-fiss-rgb--hotel);
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}

/* ## Font ## */

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

.style-color--black {
    --bg-font-color: var(--hotels-fiss-color--black);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--black);
}

.style-color--white {
    --bg-font-color: var(--hotels-fiss-color--white);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--white);
}

.style-color--light-grey {
    --bg-font-color: var(--hotels-fiss-color--light-grey);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--light-grey);
}

.style-color--grey {
    --bg-font-color: var(--hotels-fiss-color--grey);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--grey);
}

.style-color--dark-grey {
    --bg-font-color: var(--hotels-fiss-color--dark-grey);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--dark-grey);
}

.style-color--belmont-blue {
    --bg-font-color: var(--hotels-fiss-color--belmont-blue);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--belmont-blue);
}

.style-color--albarella-turquoise {
    --bg-font-color: var(--hotels-fiss-color--albarella-turquoise);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--albarella-turquoise);
}

.style-color--alpenroyal-red {
    --bg-font-color: var(--hotels-fiss-color--alpenroyal-red);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--alpenroyal-red);
}

.style-color--hotel {
    --bg-font-color: var(--hotels-fiss-color--hotel);
    --bg-font-color-rgb: var(--hotels-fiss-rgb--hotel);
}

/* Button */

button.bh-shop-button,
.style-button,
input.style-button,
input.cooRouteSubmit {
    position: relative;
    display: inline-block;
    font-family: var(--hotels-fiss-font-3);
    font-weight: 700;
    font-size: 1.9rem;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: 0;
    -webkit-appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--bg-color);
    border-radius: 0;
    padding: 5px 5px;
    padding: clamp(5px, 0.3vw, 9px) clamp(5px, 0.4vw, 15px);
    transition: background 0.3s, color 0.3s;
    box-sizing: border-box;
}

.style-button,
button.bh-shop-button,
input.cooRouteSubmit,
.style-button > *,
.style-button p {
    color: var(--button-text-color);
}

.style-button.style-align {
    display: block;
}

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

input.style-button {
    display: block;
}

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

.style-button--filled,
button.bh-shop-button,
input.style-button--filled,
input.cooRouteSubmit,
.style-button--border:hover,
.style-button--border.js-mixitup-filter-active,
input.style-button--border:hover,
.style-button--border.bh-tabtoggler-active {
    --button-text-color: var(--bg-font-color);
    background: var(--bg-color);
    
}

.style-button--border,
input.style-button--border,
.style-button--filled:hover,
.style-button--filled.js-mixitup-filter-active,
button.bh-shop-button:hover,
input.style-button--filled:hover,
input.cooRouteSubmit:hover {
    background: var(--hotels-fiss-color--white);
    --button-text-color: var(--bg-color);
}

.style-button--highlight {
}

.style-button--full-width {
    width: 100%;
    text-align: center;
}

/* 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(--hotels-fiss-color--black);
    background: none;
    border-radius: 50%;
    width: var(--navigation-width);
    height: var(--navigation-width);
    margin: 0;
    transform: translate(0, -50%);
    overflow: hidden;
}

.swiper-navigation.swiper-button-next {
    left: 100%;
    right: auto;
}

.swiper-navigation.swiper-button-prev {
    right: 100%;
    left: auto;
}

.bh-swiper--navigation-offset.bh-swiper .swiper-navigation.swiper-button-prev,
.bh-swiper-container-element.bh-swiper--navigation-offset .bh-swiper .swiper-navigation.swiper-button-prev {
    transform: translate(50%, -50%);
}

.bh-swiper--navigation-offset.bh-swiper .swiper-navigation.swiper-button-next,
.bh-swiper-container-element.bh-swiper--navigation-offset .bh-swiper .swiper-navigation.swiper-button-next {
    transform: translate(-50%, -50%);
}


.bh-swiper--navigation-within.bh-swiper .swiper-navigation.swiper-button-prev,
.bh-swiper-container-element.bh-swiper--navigation-within .bh-swiper .swiper-navigation.swiper-button-prev {
    right: auto;
    left: 0;
}

.bh-swiper--navigation-within.bh-swiper .swiper-navigation.swiper-button-next,
.bh-swiper-container-element.bh-swiper--navigation-within .bh-swiper .swiper-navigation.swiper-button-next {
    left: auto;
    right: 0;
}

/* 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: 4rem;
    color: var(--hotels-fiss-color--black);
    font-family: 'bakehouse-iconset' !important;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-navigation.swiper-button-prev:before {
    content: "\e905";
}

.swiper-navigation.swiper-button-next:before {
    content: "\e906";
}

@media only screen and (max-width: 840px) {
    .swiper-navigation.swiper-button-next {
        transform: translate(-50%, -50%);
    }
    .swiper-navigation.swiper-button-prev {
        transform: translate(50%, -50%);
    }
}

/* Pagination */

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

.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(--hotels-fiss-color--black);
    border: none;
    width: 1rem;
    height: 1rem;
    opacity: 1;
    margin: 0.8rem;
    left: 0px !important;
    transform: none;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.bh-swiper--pagination-within .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--hotels-fiss-color--white);
}

.bh-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

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

/* bhAnfrage */

.bh-fieldblock.bh-cols {
    margin-bottom: var(--spacing--small);
}

.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: var(--spacing--small);
}

.bh-field input:not([type='submit']):not([type='checkbox']),
input.cooRouteLocationInput,
input.bh-search-query,
.bh-field select,
.bh-field textarea {
    border: 1px solid rgba(var(--hotels-fiss-rgb--light-grey), 0.11);
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    background: var(--hotels-fiss-color--light-grey);
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    text-align: left;
    font-family: var(--hotels-fiss-font-3);
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 2vw, 2.1rem);
    line-height: 1.2;
    color: var(--hotels-fiss-color--black);
    letter-spacing: 0.05em;
}


.bh-field--white input:not([type='submit']):not([type='checkbox']),
input.cooRouteLocationInput,
.bh-field--white select,
.bh-field--white textarea {
    background: var(--hotels-fiss-color--white);
}



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

.bh-field input::placeholder,
.bh-field select:invalid,
.bh-field textarea::placeholder {
    color: var(--hotels-fiss-color--grey);
}

.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 .bh-field__label__text,
.bh-fieldblock__label--field {
    line-height: 1;
    font-family: var(--hotels-fiss-font-2);
    color: var(--hotels-fiss-color--grey);
    margin-bottom: var(--spacing--xx-small);
    
}

.bh-field__icon-container {
    position: relative;
}

.bh-field__icon-container input,
.bh-field__icon-container select {
    padding-right: 4rem;
}

.bh-field__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4rem;
    height: 100%;
    border: none;
    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-size: 3rem;
    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;
    color: var(--hotels-fiss-color--grey);
}

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

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

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

.bh-field--checkbox {
    min-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.bh-form-checkbox-container {
    position: relative;
    display: block;
    padding-left: 6rem;
    margin-bottom: 0;
    padding-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

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

.bh-form-checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 4rem;
    width: 4rem;
    border: 1px solid var(--hotels-fiss-color--light-grey);
    background: var(--hotels-fiss-color--light-grey);
    border-radius: 0;
}

.bh-form-checkbox-container .bh-form-checkbox__checkmark:after {
    left: 1.1rem;
    top: 0rem;
    width: 1.6rem;
    height: 2.8rem;
    border: solid var(--hotels-fiss-color--dark-grey);
    border-width: 0 1px 1px 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;
}

@media only screen and (max-width: 720px) {
    .bh-field input[type='submit'],
    input.cooRouteSubmit {
        width: 100%;
    }
}

/* 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(--hotels-fiss-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;
}

/* newsletter-icon */

.newsletter-icon {
    background-image: url('/fileadmin/images/newsletter-icon.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 7.5rem;
    width: 100%;
    
    display: block;
}

/* flow-cols */

.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);
}

/* toggler-list */

.toggler-list {
    --tabtoggler-gap: var(--spacing--small);
    --tabtoggler-gap--half: calc(var(--tabtoggler-gap) / 2);
    --tabtoggler-gap--double: calc(var(--tabtoggler-gap) * 2);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 var(--content-spacing);
    box-sizing: border-box;
    margin: 0 calc(var(--tabtoggler-gap--half) * -1);
    width: calc(100% + var(--tabtoggler-gap--double));
    margin-bottom: var(--spacing--small);
}

.toggler {
    margin-left: var(--tabtoggler-gap--half);
    margin-right: var(--tabtoggler-gap--half);
    margin-bottom: var(--spacing--small);
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}

/* info-list__infos */

.info-list__info {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 5rem;
    padding: 5px 1rem;
    box-sizing: border-box;
}

.info-list__info__icon {
    margin-right: var(--spacing--small);
    font-size: 2.5rem;
}

.info-list__info__icon--svg {
    height: 30px;
    width: 30px;
}

.info-list__info__icon--svg svg {
    max-width: 100%;
    max-height: 100%;
}

.info-list__info:not(:first-child) {
    border-top: 1px solid var(--hotels-fiss-color--dark-grey);
}

