/*-------------------------------*/
/* ---- CSS Variables ----*/
/*-------------------------------*/
:root {
    --content-height: calc(100dvh - var(--start-info-height));

    --Schwarz: #34322D;
    --Schwarz-rgb: 52, 50, 45;
    --Schwarz-hell: #4a463d;
    --Schwarz-hell: 74, 70, 61;
    --Moor: #003240;
    --Moor-rgb: 0, 50, 64;
    --Bergwiese: #3B6321;
    --Bergwiese-rgb: 59, 99, 33;
    --Trockenrasen: #747B71;
    --Trockenrasen-rgb: 116, 123, 113;
    --Blau: #006B8C;
    --Blau-rgb: 0, 107, 140;
    --Sand: #F6E8CC;
    --Sand-rgb: 246, 232, 204;
    --Weiß: #FFF;
}

/*-------------------------------*/
/* ---- Editor Styles ----*/
/*-------------------------------*/

.editor-style-text-h1,
.editor-style-text-h1:is(h1, h2, h3, h4, h5, h6),
:where(.style-text, .bh-bodytext) h1 {
    font-family: "sole-serif-small-variable"; /* Sole Serif Small */
    font-size: clamp(42px, calc(33.51px + 1.89vw), 48px);
    font-style: normal;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.editor-style-text-h2,
.editor-style-text-h2:is(h1, h2, h3, h4, h5, h6),
:where(.style-text, .bh-bodytext) h2 {
    font-family: "futura-pt"; /* Futura PT */
    font-size: clamp(26px, calc(17.51px + 1.89vw), 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}
.editor-style-text-h2 strong,
.editor-style-text-h2:is(h1, h2, h3, h4, h5, h6) strong,
:where(.style-text, .bh-bodytext) h2 strong {
    font-weight: 450;
}

.editor-style-text-h3,
.editor-style-text-h3:is(h1, h2, h3, h4, h5, h6),
:where(.style-text, .bh-bodytext) h3 {
    font-family: "futura-pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 1.1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.editor-style-text-h3::after,
.editor-style-text-h3:is(h1, h2, h3, h4, h5, h6)::after,
:where(.style-text, .bh-bodytext) h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--Schwarz);
    margin-top: 16px;
}


.editor-style-text-h4,
.editor-style-text-h4:is(h1, h2, h3, h4, h5, h6),
:where(.style-text, .bh-bodytext) h4 {
    font-family: "futura-pt";
    font-size: clamp(21px, calc(16.75px + 0.94vw), 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
}

.editor-style-text-h5,
.editor-style-text-h5:is(h1, h2, h3, h4, h5, h6),
:where(.style-text, .bh-bodytext) h5 {
    font-family: "futura-pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
}

.style-text-copytext,
:where(.bh-bodytext) .editor-style-text-copytext,
:where(.style-text, .bh-bodytext) {
    font-family: "futura-pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.style-text-copytext-small,
:where(.bh-bodytext) .editor-style-text-copytext-small {
    font-size: 14px;
}

.style-text-teaser,
:where(.bh-bodytext) .editor-style-text-teaser {
    font-family: "sole-serif-small-variable"; /* Sole Serif Small */
    font-size: clamp(26px, calc(17.51px + 1.89vw), 32px);
    font-style: normal;
    font-weight: 200;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.style-color-moor,
:where(.bh-bodytext) .editor-style-color-moor,
:where(.bh-bodytext) .editor-style-color-moor a {
    color: var(--Moor);
}

.style-color-bergwiese,
:where(.bh-bodytext) .editor-style-color-bergwiese,
:where(.bh-bodytext) .editor-style-color-bergwiese a {
    color: var(--Bergwiese);
}

.style-color-trockenrasen,
:where(.bh-bodytext) .editor-style-color-trockenrasen,
:where(.bh-bodytext) .editor-style-color-trockenrasen a {
    color: var(--Trockenrasen);
}

.style-color-blau,
:where(.bh-bodytext) .editor-style-color-blau,
:where(.bh-bodytext) .editor-style-color-blau a {
    color: var(--Blau);
}

.style-color-sand,
:where(.bh-bodytext) .editor-style-color-sand,
:where(.bh-bodytext) .editor-style-color-sand a {
    color: var(--Sand);
}

.style-color-white,
:where(.bh-bodytext) .editor-style-color-white,
:where(.bh-bodytext) .editor-style-color-white a {
    color: var(--Weiß);
}


/*------------------------------------*\
  #Hintergrund
\*------------------------------------*/
.bh-touch-page {
    background-color: var(--Sand);
}
.bh-femode .bh-touch-page {
    height: 100dvh;
}

.bh-touch-content {
    background-color: var(--Sand);
    color: var(--Schwarz);
}

/*------------------------------------*\
  #Startseite Hintergrund
\*------------------------------------*/

.bh-touch-content.bh-touch-start{
  height: 100%;
}

/*------------------------------------*\
  #Startseite Logo
\*------------------------------------*/

.bh-touch-page .bh-touch-start-logo {
    width: 114px;
    height: 115px;
    top: 85px;
    left: 40px;
    z-index: 1;
}

/*------------------------------------*\
  #Startseite Navigation
\*------------------------------------*/

.bh-touch-start .bh-navigation {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 301px;
    padding-left: 40px;
    padding-right: 84px;
    background: var(--Sand);
    min-width: 407px;
    display: flex;
    align-items: flex-start;
}

.bh-touch-start .bh-navigation .hnavi_box {
    width: 100%;
}

.bh-touch-start .bh-navigation .hnavi_item {
    position: relative;
    color: var(--Schwarz);
    font-family: "sole-serif-small-variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.01em;
    border-bottom: 1px solid var(--Schwarz);
}

.bh-touch-start .bh-navigation a {
    display: block;
    width: 100%;
    padding-right: 40px;
}

.bh-touch-start .bh-navigation .hnavi_item:last-child {
    border-bottom: none;
}

.bh-touch-start .bh-navigation .hnavi_item::after {
    content: "\e902";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'bakehouse-iconset' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

/*------------------------------------*\
  #Startseite Rechter Intro-Bereich
\*------------------------------------*/

.bh-touch-start-content-right {
  display: none !important;
}

/*------------------------------------*\
  #Startseite Banner unten
\*------------------------------------*/

.bh-touch-start-info {
  display: none !important;
}


/*------------------------------------*\
  #Unterseiten Top-Bar
\*------------------------------------*/

.bh-touch-top {
    position: relative;
    background-color: var(--Sand);
    color: var(--Schwarz-hell);
    font-family: "sole-serif-small-variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.bh-touch-top::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: var(--Schwarz);
    opacity: 0.3;
}

.bh-touch-top a {
    flex-basis: 400px;
}

.bh-touch-top a.bh-touch-top-back-text {
    display: none;
}
.bh-touch-top-title {}




/*------------------------------------*\
  #Scrollbox
\*------------------------------------*/

.el-scrollbox-wrapper {
    overflow: auto !important;
    padding: 0 !important;
    background: none !important;
}

.el-scrollbox-pane {
    max-width: none !important;
    background-color: transparent !important;
    padding-bottom: 8em !important;
    pointer-events: auto;
}

/*------------------------------------*\
  #Accordion
\*------------------------------------*/

.bh-touch-content .bhAccordeonItem {
    padding: 16px 0;
    border-top: 1px solid var(--Schwarz-hell);
    border-bottom: 1px solid var(--Schwarz-hell);
    color: var(--Schwarz-hell);
    margin-bottom: 0;
}

.bh-touch-content .bhAccordeonItem + .bhAccordeonItem {
    border-top: none;
}

.bh-touch-content .bhAccordeonItem .bh-accordion-toggler p {
    font-family: "futura-pt";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1; 
}

.bh-touch-content .bhAccordeonItem .bh-accordion-toggler-inner {
  position: relative;
  padding: 0;
}

.bh-touch-content .bhAccordeonItem .bh-accordion-toggler-inner:after,
.bh-touch-content .bhAccordeonItem .bh-accordion-toggler-inner:before {
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'bakehouse-iconset';
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  transition: opacity 0.3s ease;
}

.bh-touch-content .bhAccordeonItem .bh-accordion-toggler-inner:after {
  content: '\e90f';
  opacity: 1;
}

.bh-touch-content .bhAccordeonItem .bh-accordion-toggler-inner:before {
  content: '\e910';
  opacity: 0;
}

.bh-touch-content .bhAccordeonItem .bh-accordion-active .bh-accordion-toggler-inner:after {
  opacity: 0;
}

.bh-touch-content .bhAccordeonItem .bh-accordion-active .bh-accordion-toggler-inner:before {
  opacity: 1;
}

.bh-touch-content .bhAccordeonItem .bh-accordion-element-inner{
  padding-top: 16px;
}


/*------------------------------------*\
  #Content Swiper
\*------------------------------------*/

div.el-touchgallery-content, 
div.el-touchgallery-content .bhContainer.swiper-wrapper
div.el-touchgallery-content-item, 
div.el-touchgallery-content .bh-swiper {
    --content-height: auto !important;
    height: auto !important;
    min-height: 40px !important;
}

.el-touchgallery .lightboxgroup,
.el-touchgallery-content .bhBackgroundImage {
    position: relative !important;
    padding: 0 !important;
    margin-bottom: 48px !important;
    min-height: 40px !important;
}

.el-touchgallery-content-item-text,
.el-touchgallery-content-item-subtext,
.el-touchgallery-content-item-name {
    display: none !important;
}

.el-touchgallery .lightboxgroup .swiper-pagination-bullets,
.el-touchgallery-content .swiper-pagination-bullets {
    bottom: 0 !important;
    transform: translateY(-25%);
}
.el-touchgallery .lightboxgroup .swiper-pagination-bullets .swiper-pagination-bullet, 
.el-touchgallery-content .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 4px !important;
    border-radius: 12px !important;
    opacity: 0.4 !important;
    background: var(--Schwarz) !important;
}
.el-touchgallery .lightboxgroup .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.el-touchgallery-content .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: none !important;
    opacity: 1 !important;
    width: 24px !important;
}

.el-touchgallery-content .swiper-button-prev,
.el-touchgallery-content .swiper-button-next {
    background-image: none !important;
    top: auto !important;
    bottom: 0 !important;
    width: 24px !important;
    height: 24px !important;
}
.el-touchgallery-content .swiper-button-prev {
    left: 0 !important;
}
.el-touchgallery-content .swiper-button-prev::after {
    content: "\e901";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'bakehouse-iconset' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}
.el-touchgallery-content .swiper-button-next {
    right: 0 !important;
}
.el-touchgallery-content .swiper-button-next::after {
    content: "\e902";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'bakehouse-iconset' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

.el-touchgallery .lightboxgroup .swiper-pagination-bullets .swiper-pagination-bullet {
    background: var(--Weiß) !important;
}
.el-touchgallery .lightboxgroup .swiper-button-prev,
.el-touchgallery .lightboxgroup .swiper-button-next {
    display: none !important;
}


/*------------------------------------*\
\*------------------------------------*/

.bh-touch-language-toggler {
    color: inherit;
}
.bh-touch-language-toggler::before {
    font-weight: 300;
}

.bh-touch-language-pane {
    background-color: var(--Weiß);
    padding-top: 16px;
    padding-bottom: 16px;
}
.bh-touch-language-pane:before {
    display: none;
}

.bh-touch-page .bh-touch-language-pane,
.bh-touch-page .bh-touch-language-pane a {
    color: var(--Schwarz, #34322D);
    text-align: center;
    font-family: "futura-pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.bh-touch-page .bh-touch-language-pane a {
    text-decoration: none;
}
body[data-activelang-code="de"] .bh-touch-page .bh-touch-language-pane .lang.de a,
body[data-activelang-code="en"] .bh-touch-page .bh-touch-language-pane .lang.en a {
    text-decoration: underline;
    pointer-events: none;
}

.el-spacer--line .el-spacer__row:before, 
.el-spacer--line .el-spacer__row:after {
    height: 0.5px !important;
    background-color: var(--Schwarz) !important;
}

.bhTabElement {
    background: none;
}
.bh-tabtoggler-active p {
    font-weight: 450;
}

.bhPicture .bhElementInner {
    display: flex;
    justify-content: center;
}

.bh-image-responsive-img {
    max-width: 100%;
    height: auto;
}

.bhe-prevent-imageresize.bhImageInner img {
    width: 100%;
}

.bhPicture .bhElementInner [data-file-extension="svg"] {
    max-width: 100% !important;
    overflow: hidden;
}

.bhPicture .bhElementInner [data-file-extension="svg"] img {
    max-width: 100% !important;
    height: auto !important;
}

/*------------------------------------*\
  #Mobilversion
\*------------------------------------*/
@media only screen and (max-width: 767px), screen and (max-height: 700px) {
    .bh-touch-content.bh-touch-start {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .bh-touch-page .bh-touch-start-logo {
        top: 57px;
        left: 28px;
    }

    .bh-touch-start .bh-navigation {
        position: static;
        padding-top: 222px;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 49px;
        bottom: auto;
        width: 100%;
    }

    .bh-touch-start .bh-touch-start-content-right {
        position: static;
    }

    .bh-touch-start .bh-touch-language {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .bh-touch-content.bh-touch-start > *.bh-touch-start-info {
        display: block;
        flex-basis: 100%;
    }

    .bh-touch-top-title {
        white-space: nowrap;
        font-size: 0px;
    }
    .bh-touch-top a.bh-touch-top-back-text {
        display: none;
    }

    /*------------------------------------*\
	  #Scrollbox
	\*------------------------------------*/

    .el-scrollbox-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        overflow: auto;
    }

    .el-scrollbox-pane {
        padding: 28px !important;
        padding-bottom: 8em !important;
    }
}

@media only screen and (max-width: 500px), screen and (max-height: 500px) {
    .bh-touch-page .bh-touch-start-logo {
        left: 20px;
    }

    .bh-touch-start .bh-navigation {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*------------------------------------*\
	  #Scrollbox
	\*------------------------------------*/

    .el-scrollbox-pane {
        padding: 20px !important;
    }
}