@view-transition {
  navigation: auto;
}

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

*/

/*------------------------------------*\
  # Global Variables
\*------------------------------------*/

:root {
  /* Framework Variables */

  --content-padding: 40px;

  /* Color Variables */

  --bakehouse-color--white: #ffffff;
  --bakehouse-color--grey-light: #f1f4f5;
  --bakehouse-color--grey-superlight: #f9fafb;
  --bakehouse-color--yellow: #ffc701;
  --bakehouse-color--yellow2: #ecb800;
  --bakehouse-color--orange: #ff8a18;
  --bakehouse-color--orange2: #f47800;
  --bakehouse-color--red: #f74e19;
  --bakehouse-color--red2: #e03600;
  --bakehouse-color--pink: #f2206c;
  --bakehouse-color--pink2: #d8004e;
  --bakehouse-color--purple: #ad54c3;
  --bakehouse-color--purple2: #8802a9;
  --bakehouse-color--cyan: #0ddbdb;
  --bakehouse-color--cyan2: #00cbcb;
  --bakehouse-color--blue: #35bae4;
  --bakehouse-color--blue2: #1dacda;
  --bakehouse-color--blue-dark: #3834ed;
  --bakehouse-color--green: #92f247;
  --bakehouse-color--green2: #7ae626;
  --bakehouse-color--grey-dark: #262626;
  --bakehouse-color--black: #000000;
  --bakehouse-color-gradient--green-yellow: linear-gradient(
    180deg,
    #92f247 0%,
    #ffc701 100%
  );
  --bakehouse-color-gradient--orange-red: linear-gradient(
    180deg,
    #ff8918 0%,
    #f64e19 100%
  );
  --bakehouse-color-gradient--purple-cyan: linear-gradient(
    180deg,
    #ff8918 0%,
    #970eb9 0.01%,
    #0ddbdb 100%
  );
  --bakehouse-color-gradient--green-blue: linear-gradient(
    180deg,
    #92f247 0%,
    #0ddbdb 100%
  );
  --bakehouse-color-gradient--pink-purple: linear-gradient(
    180deg,
    #f2206c 0%,
    #970eb9 100%
  );
}

/*
@media only screen and (max-width:1200px) {
	:root {
		 --content-padding: 40px;
	}
}
*/

@media only screen and (max-width: 600px) {
  :root {
    --content-padding: 20px;
  }
}

/*------------------------------------*\
  # BASIC-STYLES
\*------------------------------------*/

body {
  font-family: "InterVariable", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  font-size: 17px;
  font-feature-settings: "ss03" on;
  --font-color: var(--standard-font-color, var(--bakehouse-color--grey-dark));
  color: var(--font-color);
  background: var(--body-bg-color, none);
  opacity: 1 !important;
}

.bh-bodytext,
.bh-bodytext p {
  color: var(--font-color);
  font-weight: normal;
}

p.style-p--teaser {
  font-size: 22px;
}

.bh-bodytext a {
  /* color: var(--font-color); */
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  font-variation-settings: "wght" 570;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1.bh-bodytext,
.bh-bodytext h1 {
  font-variation-settings: "wght" 600;
  font-size: clamp(50px, 6vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-feature-settings: "ss03" on, "ss04" on, "ss07" on, "ss08" on;
}

h1.style-h1--alternativ-size {
  font-size: 45px;
}

.style-span--h2,
h2.bh-bodytext,
.bh-bodytext h2 {
  font-variation-settings: "wght" 570;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-feature-settings: "ss03" on;

  position: relative;
  padding-top: 10px;
}

h2.bh-bodytext:before,
.bh-bodytext h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 70px;
  background: var(--color-primary);
}

h2[style*="center"].bh-bodytext:before,
.bh-bodytext h2[style*="center"]:before {
  left: 50%;
  transform: translateX(-50%);
}

h2[style*="right"].bh-bodytext:before,
.bh-bodytext h2[style*="right"]:before {
  left: auto;
  right: 0;
}

h2.style-h2--noline {
  padding-top: 0px;
}

h2.style-h2--noline:before {
  content: none;
}

h2.style-h2--big {
  font-size: 36px;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1;
}

h3.bh-bodytext,
.bh-bodytext h3 {
  font-variation-settings: "wght" 600;
  font-size: 22px;
  line-height: 1.5;
  font-feature-settings: "ss03" on;
}

h4.bh-bodytext,
.bh-bodytext h4 {
  font-variation-settings: "wght" 570;
  font-size: 22px;
  line-height: 1.1;
  font-feature-settings: "ss03" on;
  margin-bottom: 10px;
}

h5.bh-bodytext,
.bh-bodytext h5,
.style-span--h5 {
  font-variation-settings: "wght" 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-feature-settings: "ss03" on, "ss04" on, "ss07" on, "ss08" on;
  margin: 0 0 10px 0;
}

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

.bh-bodytext strong {
  font-weight: normal;
  font-variation-settings: "wght" 570;
}

.style-text-icon {
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}

.style-small-title {
  font-variation-settings: "wght" 600;
  font-size: 14px;
  color: var(--bakehouse-color--grey-dark);
  opacity: 0.5;
}

.style-highlight {
  font-variation-settings: "wght" 600;
  font-size: 24px;
  line-height: 1;
  font-feature-settings: "ss03" on;
}

.style-bg-highlight {
  display: inline-block;
  letter-spacing: 0;
  background-color: var(--color-primary);
  padding: 10px;
}

.style-p--small p,
p.style-p--small {
  font-size: 14px;
  opacity: 0.7;
}

.style-a--external a,
a.style-a--external {
  opacity: 0.5;
}

.style-a--external a::after,
a.style-a--external::after {
  content: " \e9cc";
  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;
}

sup {
  font-size: 0.6em;
}

.bh-bodytext ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.bh-bodytext li {
  position: relative;
  padding-left: 32px;
}

.bh-bodytext li:before {
  content: "";
  position: absolute;
  width: 16px;
  left: 0;
  top: calc(1em / 2);
  height: 2px;
  background: var(--color-primary);
  transform: translateY(2px);
}

@media only screen and (max-width: 600px) {
  .style-highlight {
    font-size: 20px;
  }
}

/* .bh-bodytext table */

.bh-bodytext .table__container {
  position: relative;
}

.bh-bodytext .table__container__inner {
  overflow: auto;
}

.bh-bodytext table {
}

.bh-bodytext table:not(.style-table--head) tr:nth-child(2n + 1) {
  background: var(--bakehouse-color--grey-light);
  --bg-color: var(--bakehouse-color--grey-light);
  --bg-font-color: var(--bakehouse-color--grey-dark);
}

.bh-bodytext td {
  padding: 10px;
  text-align: center;
}

.bh-bodytext td:first-child {
  text-align: left;
  padding-left: 10px;
}

.bh-bodytext td:first-child {
  padding-right: 10px;
}

/* style-table--head */

.bh-bodytext .style-table--head tr:nth-child(2n) {
  background: var(--bakehouse-color--grey-light);
  --bg-color: var(--bakehouse-color--grey-light);
  --bg-font-color: var(--bakehouse-color--grey-dark);
}

.bh-bodytext table.style-table--head tr:first-child td {
  font-variation-settings: "wght" 600;
  /* color: var(--bg-font-color, var(--template-text-color-2)); */
}

/* style-table--highlight-first-col */

.bh-bodytext table.style-table--highlight-first-col td:first-child {
  font-variation-settings: "wght" 600;
  position: sticky;
  left: 0;
  background: var(--bg-color, #ffffff);
  max-width: calc(40vh - var(--content-padding));
}

/* style-table--highlight-last-col */

.bh-bodytext table.style-table--highlight-last-col td:last-child {
  font-variation-settings: "wght" 600;
}

/* table__container--overflown */

.table__container--overflown {
}

.table__container::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  width: calc(var(--content-padding) + 2rem);
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}

.table__container--overflown::after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    var(--bg-color, #ffffff) 80%,
    var(--bg-color, #ffffff) 100%
  );
}

.table__container--overflown
  .style-table--highlight-first-col
  td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: var(--font-color);
  opacity: 0;
  transition: opacity 0.2s;
}

.table__container--overflown:not(.table__container--scroll-start)
  .style-table--highlight-first-col
  td:first-child::after {
  opacity: 0.2;
}

.table__container--overflown:not(.table__container--scroll-end)::after {
  opacity: 1;
}

/* table__container--touched */

.bh-state-touch .table__container--overflown .table__container__inner::before {
  content: "\e9a2";
  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;
  border-radius: 50%;
  font-size: 2.5rem;
  height: 5rem;
  width: 5rem;
  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;

  position: absolute;
  left: 50%;
  top: 50%;
  background: #ccc;
  color: #000000;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px #fff;
  animation: swipe 4s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  transition: opacity 0.2s;
}

@keyframes swipe {
  0% {
    transform: translate(-50%, -50%);
  }

  5% {
    transform: translate(-50%, -50%);
  }

  20% {
    transform: translate(50%, -50%);
  }

  40% {
    transform: translate(-150%, -50%);
  }

  55% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.table__container--touched .table__container__inner::before {
  opacity: 0;
}

/*------------------------------------*\
  # COLORS
\*------------------------------------*/

/* ## Background ## */

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

.style-bg--stripes {
  background: none;
  background-image: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0) 45.45%,
    var(--bg-color) 45.45%,
    var(--bg-color) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 95.45%,
    var(--bg-color) 95.45%,
    var(--bg-color) 100%
  );
  background-size: 15px 15px;
}

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

.style-bg--white {
  --bg-color: var(--bakehouse-color--white);
  --bg-color-variation: var(--bakehouse-color--grey-light);
}

.style-bg--grey-light {
  --bg-color: var(--bakehouse-color--grey-light);
  --bg-color-variation: var(--bakehouse-color--white);
}

.style-bg--grey-superlight {
  --bg-color: var(--bakehouse-color--grey-superlight);
  --bg-color-variation: var(--bakehouse-color--white);
}

.style-bg--yellow {
  --bg-color: var(--bakehouse-color--yellow);
  --bg-color-variation: var(--bakehouse-color--yellow2);
}

.style-bg--orange {
  --bg-color: var(--bakehouse-color--orange);
  --bg-color-variation: var(--bakehouse-color--orange2);
}
.style-bg--red {
  --bg-color: var(--bakehouse-color--red);
  --bg-color-variation: var(--bakehouse-color--red2);
}

.style-bg--pink {
  --bg-color: var(--bakehouse-color--pink);
  --bg-color-variation: var(--bakehouse-color--pink2);
}

.style-bg--purple {
  --bg-color: var(--bakehouse-color--purple);
  --bg-color-variation: var(--bakehouse-color--purple2);
}

.style-bg--cyan {
  --bg-color: var(--bakehouse-color--cyan);
  --bg-color-variation: var(--bakehouse-color--cyan2);
}

.style-bg--blue {
  --bg-color: var(--bakehouse-color--blue);
  --bg-color-variation: var(--bakehouse-color--blue2);
}

.style-bg--blue-dark {
  --bg-color: var(--bakehouse-color--blue-dark);
  --bg-color-variation: var(--bakehouse-color--blue2);
}

.style-bg--green {
  --bg-color: var(--bakehouse-color--green);
  --bg-color-variation: var(--bakehouse-color--green2);
}

.style-bg--grey-dark {
  --bg-color: var(--bakehouse-color--grey-dark);
  --bg-color-variation: var(--bakehouse-color--black);
}

.style-bg--black {
  --bg-color: var(--bakehouse-color--black);
  --bg-color-variation: var(--bakehouse-color--grey-dark);
}

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

.style-bg--primary:not(.style-bg--stripes) > *,
.style-bg--yellow:not(.style-bg--stripes),
.style-bg--orange:not(.style-bg--stripes),
.style-bg--red:not(.style-bg--stripes),
.style-bg--pink:not(.style-bg--stripes),
.style-bg--purple:not(.style-bg--stripes),
.style-bg--cyan:not(.style-bg--stripes),
.style-bg--blue:not(.style-bg--stripes),
.style-bg--blue-dark:not(.style-bg--stripes),
.style-bg--green:not(.style-bg--stripes) {
  --color-primary: var(--color-primary-contrast);
  --color-primary-variation: var(--color-primary-contrast-variation);
}

/* ## Font ## */

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

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

.style-color--grey-dark {
  --font-color: var(--bakehouse-color--grey-dark);
}

.style-color--primary {
  --font-color: var(--color-primary);
}

/*------------------------------------*\
  # TEMPLATE
\*------------------------------------*/

/* ## Page ## */

.l-page {
  overflow: hidden;
}

/* ## Header-Content ## */

.bh-femode .l-header-content__inner > .bhe-state-content-empty {
  padding-bottom: 60px;
}

/* ## Content ## */

.bhe-state-editing
  .l-content
  .l-content__inner
  > .bhContainer
  > .bhElement:nth-child(2):not(.no-content-top-margin),
.l-content
  .l-content__inner
  > .bhContainer
  > .bhElement:first-child:not(.no-content-top-margin) {
  margin-top: 60px !important;
}

/* .bhe-state-editing .l-content .l-content__inner > .bhContainer > .bhElement:nth-last-child(2):not(.el-backgroundbox),
.l-content .l-content__inner > .bhContainer > .bhElement:last-child:not(.el-backgroundbox) {
    margin-bottom: 60px !important;
} */

.l-content .l-content__inner {
  margin-bottom: 60px;
}

/* ## Top ## */

.l-top {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 250;
  transform: translate(0, 0);
}

/* Logo */

.l-top__logo {
  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;
  min-width: 260px;
}

.l-top__logo > a {
  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;

  font-variation-settings: "wght" 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--bakehouse-color--white);
  height: 100%;
}

.l-top__logo svg path {
  fill: var(--bakehouse-color--white);
}

.l-top__logo .l-logo__text {
  padding-left: 10px;
}

.l-top__logo .l-logo__title {
  color: var(--top-logo-color, var(--bakehouse-color--black));
}

/* Desktop */

@media only screen and (min-width: 961px) {
  .bh-bemode .l-top {
    background-color: rgba(0, 0, 0, var(--top-background-darkness, 0.2));
  }

  .l-top {
    backdrop-filter: blur(40px) opacity(0);
    -webkit-backdrop-filter: blur(40px) opacity(0);

    transition: background 0.3s, backdrop-filter 0.3s;
  }

  .scrolled .l-top {
    background-color: rgba(0, 0, 0, var(--top-background-darkness, 0.2));
    backdrop-filter: blur(40px) opacity(1);
    -webkit-backdrop-filter: blur(40px) opacity(1);
  }

  @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .scrolled .l-top {
      background-color: rgba(0, 0, 0, 0.6);
    }
  }

  .l-top__inner {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    min-height: 75px;
    height: auto !important;
    transition: border 0.3s, min-height 0.3s;
  }

  .scrolled .l-top__inner {
    border-bottom: none;
    min-height: 60px;
  }

  .l-top__buttons .button:not(:first-child) .l-top__button__icon,
  .l-top__cookis-logo,
  .l-top-navigation-close,
  .l-top-navigation-open {
    display: none;
  }

  /* Additional Content */

  .l-top__additional-content {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 260px;
  }

  .l-top__buttons {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
  }

  .l-top__buttons .button:first-child {
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--top-link-color, var(--bakehouse-color--white));
  }
  .l-top__buttons .button:first-child .l-top__button__icon {
    font-size: 20px;
  }
  .l-top__buttons .button:first-child .l-top__button__text {
    display: none;
  }

  .l-top__buttons .button:last-child {
    --bg-color: var(--top-button-bg-color, var(--bakehouse-color--white));
    --bg-color-variation: var(
      --top-button-bg-color-variation,
      var(--bakehouse-color--grey-light)
    );
    --font-color: var(--top-button-color, var(--bakehouse-color--grey-dark));
  }

  .l-top__buttons .button:nth-last-child(2) {
    color: var(--top-link-color, var(--bakehouse-color--white));
  }

  .l-top__buttons .button:nth-last-child(3) {
    display: none;
  }

  /* Language Switcher */

  .l-top__lang-switch {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .l-top__lang-switch a {
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
  }

  .l-top__lang-switch a:hover {
    opacity: 0.7;
  }

  .l-top__lang-flag {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
  }
}

/* Tablet */

@media only screen and (max-width: 1240px) {
  .l-top__logo {
    min-width: 0;
    max-width: 160px;
  }
  .l-top__logo svg {
    min-width: 33px;
  }
  .l-top__additional-content {
    min-width: 0;
  }
}

/* Mobile & Tablet */

.l-dark-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, var(--top-background-darkness, 0.2));
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .l-dark-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (max-width: 960px) {
  .l-top {
    height: 65px;
  }
  .bh-bemode .l-dark-overlay,
  .navigation-opened .l-dark-overlay,
  .scrolled .l-dark-overlay {
    opacity: 1;
  }
  .l-top__inner {
    position: fixed;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    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;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 10px;
    transition: height 0.2s linear 0.1s;
  }
  .navigation-opened .l-top__inner {
    transition: height 0.2s;
  }
  body:not(.navigation-opened) .l-top__inner {
    height: 53px !important;
    overflow: hidden;
  }
  .l-top__navigation,
  .l-top__additional-content {
    transition: opacity 0.1s;
  }
  .navigation-opened .l-top__navigation,
  .navigation-opened .l-top__additional-content {
    transition: opacity 0.2s linear 0.2s;
  }
  .l-top-navigation-close,
  .l-top-navigation-open {
    position: absolute;
    font-size: 26px;
    top: 13px;
    right: 15px;
    cursor: pointer;
    z-index: 260;
    transition: opacity 0.2s;
  }
  .l-top-navigation-close span,
  .l-top-navigation-open span {
    display: block;
    color: var(--bakehouse-color--white);
  }
  .l-top-navigation-close {
    pointer-events: none;
    opacity: 0;
  }
  .navigation-opened .l-top-navigation-open {
    content: "\e900";
    pointer-events: none;
    opacity: 0;
  }
  .navigation-opened .l-top-navigation-close {
    content: "\e912";
    pointer-events: auto;
    opacity: 1;
  }

  @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .l-page > div:not(.l-top) {
      transition: filter 0.2s;
    }

    .navigation-opened .l-page > div:not(.l-top) {
      filter: blur(10px);
    }
  }

  /* Logo */

  .l-top__logo {
    padding: 5px 45px 5px 15px;
    min-height: 53px;
    box-sizing: border-box;
    max-width: none;
    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;
  }

  /* Additional-Content */

  .l-top__additional-content {
    pointer-events: none;
    opacity: 0;
    z-index: 1;
  }
  .l-top--collapsing-sub-navis .l-top__additional-content {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 20px calc(var(--content-padding) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .l-top:not(.l-top--collapsing-sub-navis) .l-top__buttons {
    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;
    box-sizing: border-box;
    padding: 20px;
    max-width: 480px;
  }
  .l-top.l-top--collapsing-sub-navis .l-top__buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
  }
  .l-top:not(.l-top--collapsing-sub-navis) .l-top__buttons .button {
    color: var(--bakehouse-color--white);
    --bg-color: none;
    font-size: 18px;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    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;
  }
  .l-top:not(.l-top--collapsing-sub-navis)
    .l-top__buttons
    .button
    .l-top__button__icon {
    padding-bottom: 10px;
  }
  .navigation-opened .l-top__additional-content {
    pointer-events: auto;
    opacity: 1;
  }
  .l-top--collapsing-sub-navis
    .l-top__buttons
    .button:not(:first-child):not(:last-child) {
    display: none;
  }
  .l-top--collapsing-sub-navis .l-top__buttons .button:first-child,
  .l-top--collapsing-sub-navis .l-top__buttons .button:last-child {
    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;
    color: var(--bakehouse-color--white);
    padding: 0;
  }
  .l-top--collapsing-sub-navis
    .l-top__buttons
    .button:first-child
    .l-top__button__icon,
  .l-top--collapsing-sub-navis
    .l-top__buttons
    .button:last-child
    .l-top__button__icon {
    padding-right: 10px;
  }
  .l-top__cookis-logo {
    display: block;
  }
  .l-top:not(.l-top--collapsing-sub-navis) .l-top__cookis-logo {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
  }
  .l-top__cookis-logo svg {
    display: block;
    max-width: 80px;
  }
  .l-top__cookis-logo svg path {
    fill: var(--bakehouse-color--white);
  }

  /* Language Switcher */

  .l-top__lang-switch {
    display: flex;
    align-items: center;
  }

  .l-top__lang-switch a {
    display: flex;
    align-items: center;
    color: var(--bakehouse-color--white);
    text-decoration: none;
  }

  .l-top__lang-flag {
    width: 28px;
    height: 20px;
    border-radius: 2px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 600px) {
  .l-top--collapsing-sub-navis .l-top__additional-content {
    padding: 15px 17px;
  }
}

/* ## Footer ## */

.l-footer {
}

.l-footer__inner {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #d6dfe4;
}

.l-footer__inner a {
  color: var(--special-footer-color, var(--font-color));
}

.l-footer__top {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}

.l-footer__logo path {
  fill: var(--special-footer-color, var(--font-color));
}

.l-footer__contact a {
  font-variation-settings: "wght" 600;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  font-feature-settings: "ss03" on;
}

.l-footer__socials {
  font-size: 20px;
}

.l-footer__socials a {
  padding: 0px 10px;
}

.l-footer__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.l-footer__bottom__right {
	display: flex;
	gap: 10px;
	flex-basis: 300px;

	img {
		display: block;
		max-height: 60px;
	}
}

.l-footer__right-logo--typo3 {
  max-width: 240px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-footer__bottom {
    display: block;
  }
  .l-footer__right-logo--typo3 {
    margin-top: 20px;
  }

  .l-footer__inner {
    padding-top: 20px;
  }
  .l-footer__logo {
    display: none;
  }
  .l-footer__contact {
    line-height: 1;
  }
  .l-footer__tel {
    font-size: 20px;
  }
  .l-footer__tel span {
    display: none;
  }
  .l-footer-socials a {
    padding-top: 2px;
    display: inline-block;
  }
	.l-footer__bottom {
		display: block;
	}
	.l-footer__bottom__right {
		margin-top: 20px;
	}

	.l-footer__inner{
		padding-top: 20px;
	}
	.l-footer__logo{
		display: none;
	}
	.l-footer__contact{
		line-height: 1;
	}
	.l-footer__tel{
		font-size: 20px;
	}
	.l-footer__tel span {
		display: none;
	}
	.l-footer-socials a{
		padding-top: 2px;
		display: inline-block;
	}
}

.l-service-footer a {
  color: var(--special-footer-color, var(--font-color));
}

.l-service-footer__inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}

.l-service-footer__inner .l-service-footer__navigation .servnavi_box {
  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;
}

.l-service-footer__inner .l-service-footer__navigation .servnavi_item {
  padding-right: 3rem;
  position: relative;
  color: var(--special-footer-color, var(--font-color));
}

.l-service-footer__inner .l-service-footer__navigation .servnavi_item:after {
  content: "·";
  position: absolute;
  right: 20px;
  top: 0px;
  pointer-events: none;
}

.l-service-footer__inner
  .l-service-footer__navigation
  .servnavi_item:nth-last-child(2):after {
  content: none;
}

.l-service-footer__external-logo--bakehouse {
  display: none;
  font-size: 14px;
}

.l-service-footer__external-logo--bakehouse svg {
  margin-left: 10px;
}

@media only screen and (max-width: 600px) {
  .l-service-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .l-service-footer__inner .l-service-footer__navigation__item {
    padding-right: 16px;
    font-size: 13px;
  }
  .l-service-footer__inner .l-service-footer__navigation__item:after {
    right: 6px;
  }
  .l-service-footer__inner svg {
    padding-top: 20px;
  }
}

/*------------------------------------*\
  # ELEMENTS
\*------------------------------------*/

/* ## bhPicture ## */

figure {
  display: block;
  margin: 0;
  padding: 0;
}

.bhLegalNotice,
.bhPicture figcaption,
.bhPicture .file-copyright {
  font-size: 16px;
  padding-top: 10px;
}

.bhPicture .file-copyright + figcaption {
  padding-top: 0px;
}

.bh-state-mobile .bhLegalNotice,
.bh-state-mobile .bhPicture figcaption,
.bh-state-mobile .bhPicture .file-copyright {
  font-size: 16px;
}

.bhPicture:not(.noResize) img {
  width: 100%;
  height: auto;
}

.bhPicture {
  position: relative;
  z-index: 1;
}

.bhPicture img {
  margin: 0 auto;
  box-sizing: border-box;
}

.bhPicture.noResize img {
  margin-left: 0;
}

.bhPicture .bh-image-outer.style-offset,
.bhPicture .bhImageInner.style-offset img {
  padding: 0 20px 20px 0;
}

.bhPicture__background {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: -1;
}

.bhPicture .bg-image {
  background-color: #e4e6e5;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.bhPicture .bg-image .bh-image-responsive {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.bhPicture .bg-image .bh-image-responsive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bhPicture .bg-image-inner {
  height: 300px;
}

@media only screen and (min-width: 1201px) {
  .bhPicture.minus-margin {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 600px) {
  .bhPicture.bh-width-full {
    --content-paddingx2: calc(var(--content-padding) * 2);
    width: calc(100% + var(--content-paddingx2));
    margin-left: calc(var(--content-padding) * -1);
  }
}

@media only screen and (max-width: 600px) {
  .bhPicture .bhImageInner.style-offset img {
    padding: 0 10px 10px 0;
  }
  .bhPicture__background {
    top: 10px;
    left: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .bhPicture__background {
    top: 10px;
    left: 10px;
  }
}

/* .bhe-state-editing .bhPicture, */
.bhe-state-editing .bhPicture .bh-image-outer,
.bhe-state-editing .bhPicture .bhElementInner,
.bhe-state-editing .bhPicture .bhImageInner,
.bhe-state-editing .bhPicture img {
  padding: 0 !important;
  margin: 0 !important;
}

/* ## Swiper ## */

.el-swiper {
  width: 100%;
}

/* Navigation */

.bh-swiper:not(
    .bh-swiper--navigation-inside
  )[data-plugin-settings*='"navigation":1'],
.bh-swiper:not(.bh-swiper--navigation-inside)[data-settings*='"navigation":1'],
.bh-swiper:not(.bh-swiper--navigation-inside)[data-swiper*='"navigation":1'] {
  margin: 0px 40px;
}

.swiper-navigation.swiper-button-next,
.swiper-navigation.swiper-button-prev {
  width: auto;
  height: auto;
  transform: translateX(0);
  background: none;
  color: var(--font-color);
}

.swiper-navigation.swiper-button-next {
  right: -32px;
}

.swiper-navigation.swiper-button-prev {
  left: -32px;
}

.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: 24px;
  font-family: "bakehouse-iconset" !important;
  line-height: 1;
  display: block;
}

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

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

@media only screen and (max-width: 960px) {
  .bh-swiper:not(
      .bh-swiper--navigation-inside
    )[data-plugin-settings*='"navigation":1'],
  .bh-swiper:not(
      .bh-swiper--navigation-inside
    )[data-settings*='"navigation":1'],
  .bh-swiper:not(.bh-swiper--navigation-inside)[data-swiper*='"navigation":1'] {
    margin: 0px 20px;
  }
}

@media only screen and (max-width: 420px) {
  .bh-swiper:not(
      .bh-swiper--navigation-inside
    )[data-plugin-settings*='"navigation":1'],
  .bh-swiper:not(
      .bh-swiper--navigation-inside
    )[data-settings*='"navigation":1'],
  .bh-swiper:not(.bh-swiper--navigation-inside)[data-swiper*='"navigation":1'] {
    margin: 0px 10px;
  }
  .swiper-navigation.swiper-button-next {
    right: -12px;
  }
  .swiper-navigation.swiper-button-prev {
    left: -12px;
  }
}

/* navigation-inside */

.bh-swiper--navigation-inside .swiper-button-next,
.bh-swiper--navigation-inside .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: black;
  transform: translateX(0);
  background: var(--bakehouse-color--white);
  border-radius: 3px;
}

.bh-swiper--navigation-inside .swiper-button-next {
  right: 40px;
}

.bh-swiper--navigation-inside .swiper-button-prev {
  left: 40px;
}

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

.bh-swiper--navigation-inside .swiper-button-prev:before,
.bh-swiper--navigation-inside .swiper-button-next:before {
  font-size: 24px;
  font-family: "bakehouse-iconset" !important;
  line-height: 1;
}

.bh-swiper--navigation-inside .swiper-button-next:before {
  content: "\e902";
}

.bh-swiper--navigation-inside .swiper-button-prev:before {
  content: "\e901";
}

@media only screen and (max-width: 960px) {
  .bh-swiper--navigation-inside .swiper-button-next {
    right: 20px;
  }
  .bh-swiper--navigation-inside .swiper-button-prev {
    left: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .bh-swiper--navigation-inside .swiper-button-next {
    right: 0;
  }
  .bh-swiper--navigation-inside .swiper-button-prev {
    left: 0;
  }
}

/* Pagination */

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

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

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

.bh-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 10px 10px 0px;
  background-color: #dcdfe0;
  opacity: 1;
  transition: background 0.2s;
  width: 10px;
  height: 10px;
}

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

/* Overflow-Swiper */

.el-swiper--overflow .swiper-pagination {
  display: none;
}

.el-swiper--overflow
  .bhContainer[data-section="el-swipe-item"]
  > .bhElement
  > .bhElementInner {
  margin-right: 40px;
}

@media only screen and (max-width: 960px) {
  .el-swiper--overflow
    .bhContainer[data-section="el-swipe-item"]
    > .bhElement
    > .bhElementInner {
    margin-right: 20px;
  }
}

.el-swiper--overflow {
  position: relative;
}

.el-swiper.el-swiper--overflow .bh-swiper {
  margin: 0;
}

.el-swiper--overflow .bh-swiper .swiper-container {
  overflow: visible;
}

.el-swiper--overflow .bh-swiper .swiper-navigation.swiper-button-next,
.el-swiper--overflow .bh-swiper .swiper-navigation.swiper-button-prev {
  top: auto;
  bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.el-swiper--overflow .swiper-navigation.swiper-button-next {
  right: auto;
  left: calc(50% + 10px);
}

.el-swiper--overflow .swiper-navigation.swiper-button-prev {
  right: calc(50% + 10px);
  left: auto;
}

@media only screen and (max-width: 600px) {
  .el-swiper--overflow {
    padding-right: 12px;
  }
}

/* bhAccordeonItem */

.bhAccordeonItem {
  border: 1px solid #d6dfe4;
}

.bh-bemode
  .bhAccordeonItem.bh-margin-none
  + .bhe-container-dropzone
  + .bhAccordeonItem,
.bhAccordeonItem.bh-margin-none + .bhAccordeonItem {
  border-top: none;
}

.bhAccordeonItem .bh-accordion-toggler-inner {
  padding: 15px 45px 15px 15px;
  position: relative;
  border-bottom: 1px solid #d6dfe4;
  margin-bottom: -1px;
}

.bhAccordeonItem .bh-accordion-element-inner {
  padding: 15px;
}

.bhAccordeonItem .bh-accordion-toggler-inner::before,
.bhAccordeonItem .bh-accordion-toggler-inner::after {
  position: absolute;
  right: 15px;
  top: 15px;

  font-size: 25px;
  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;
  transition: opacity 0.5s;
}

.bhAccordeonItem .bh-accordion-toggler-inner::before {
  content: "\e90f";
}

.bhAccordeonItem .bh-accordion-toggler-inner::after {
  content: "\e910";
  opacity: 0;
}

.bhAccordeonItem .bh-accordion-active .bh-accordion-toggler-inner::before {
  opacity: 0;
}

.bhAccordeonItem .bh-accordion-active .bh-accordion-toggler-inner::after {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .bhAccordeonItem .bh-accordion-toggler-inner {
    padding-right: 35px;
  }

  .bhAccordeonItem .bh-accordion-toggler-inner::before,
  .bhAccordeonItem .bh-accordion-toggler-inner::after {
    right: 10px;
  }
}

/* Social Wall */

.bh-social-widget.bh-swiper .swiper-container {
  overflow: visible;
}

div:not(.swiper-wrapper) > .bh-social-post {
  width: 270px;
  height: 270px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 19px;
}

.bh-social-post {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  filter: grayscale(100%);
  transition: 0.5s filterr;
  position: relative;
}

.bh-social-message {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 20px;
  font-size: 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--bakehouse-color--white);
  transition: opacity 0.5s;
  opacity: 0;
}

.bh-social-post:first-child,
.bh-social-post:hover {
  filter: grayscale(0%);
}

.bh-social-post:first-child .bh-social-message,
.bh-social-post:hover .bh-social-message {
  opacity: 1;
}

.bh-social-datewrapper {
  display: none;
}

.bh-social-content {
  padding-top: 100%;
  width: 100%;
  height: 0px;
}

@media only screen and (max-width: 600px) {
  .bh-social-widget.bh-swiper {
    padding-right: 32px;
  }
}

/* Tab */

.bhTabs > .bhElementInner:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 960px;
  height: 1px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.15);
}

.bhTabs .bh-tabtogglers {
  position: relative;
}

.bh-tab-content {
  margin-top: 40px;
}

.bhTabElement.bhElement {
  width: auto;
  background: none;
  border: none;
  padding: 30px 20px;
  line-height: 1;
  border-top: 2px solid transparent;
  transition: border 0.2s;
}

.bhTabElement .tabElementBox {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bhTabElement .tabElementBox p {
  font-size: 16px;
  transition: color 0.2s;
  font-variation-settings: "wght" 600;
}

.bhTabElement .tabElementBox span {
  font-size: 24px;
  padding-bottom: 20px;
  transition: color 0.2s;
}

.bhTabElement.bh-tabtoggler-active {
  color: var(--color-primary);
  --font-color: var(--color-primary);
}

.bhTabElement.bh-tabtoggler-active {
  border-color: var(--color-primary);
}

@media only screen and (min-width: 961px) {
  .bhTabElement.bhElement {
    min-width: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .bhTabElement.bhElement {
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 420px) {
  .bhTabElement.bhElement {
    padding: 20px 20px;
  }
}

/* bh-tab-swiper */

.bh-tab-swiper {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bhe-state-editing .bh-tab-swiper > .swiper-container {
  overflow: visible;
}

.bh-tab-swiper .bh-tabtoggler-active,
.bh-tab-swiper .bh-tab-slide-actice {
  border-top: 2px solid var(--font-color);
  opacity: 1;
}

.bh-tab-swiper .bhTabElement.bhElement {
  width: auto;
  margin-bottom: 0;
}

.bh-tab-slide,
.bhTabElement {
  min-width: 100px;
}

.bh-tab-swiper > .swiper-container {
  padding: 0 var(--content-padding);
}

.bh-tab-swiper > .swiper-container > .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bh-tab-swiper > .swiper-navigation {
  width: var(--content-padding);
  top: 0;
  transform: translate(0, 0);
  height: 100%;
  opacity: 1;
  background: none;
  transition: opacity 0.2s;
  margin-top: 0;
}

.bh-tab-swiper > .swiper-navigation.swiper-button-prev {
  left: 0;
}

.bh-tab-swiper > .swiper-navigation.swiper-button-next {
  right: 0;
}

.bh-tab-swiper > .swiper-navigation.swiper-button-disabled {
  opacity: 0.2;
}

.bh-tab-swiper > .swiper-navigation::after {
  content: "";
  position: absolute;
  top: 1px;
  height: 100%;
  width: calc(var(--content-padding) + 2rem);
  transition: opacity 0.2s;
}

.bh-tab-swiper > .swiper-navigation::before {
  z-index: 1;
  box-sizing: border-box;
  padding-bottom: 5px;
}

.bh-tab-swiper > .swiper-navigation.swiper-button-prev::after {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--bg-color, var(--body-bg-color, #ffffff)) 0%,
    var(--bg-color, var(--body-bg-color, #ffffff)) 20%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bh-tab-swiper > .swiper-navigation.swiper-button-next::after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    var(--bg-color, var(--body-bg-color, #ffffff)) 80%,
    var(--bg-color, var(--body-bg-color, #ffffff)) 100%
  );
}

.bh-tab-swiper > .swiper-button-disabled.swiper-button-prev::after,
.bh-tab-swiper > .swiper-button-disabled.swiper-button-next::after {
  opacity: 0;
}

.bh-tab-swiper > .swiper-navigation.swiper-button-prev {
}

.bh-tab-swiper > .swiper-navigation.swiper-button-next {
}

.bh-tab-swiper > .swiper-navigation::before {
  position: absolute;
  font-size: 2rem;
  color: var(--font-color);
  top: 50%;
  transform: translateY(-50%);
}

.bh-tab-swiper > .swiper-navigation.swiper-button-prev::before {
  content: "\e905";
  left: 0;
}

.bh-tab-swiper > .swiper-navigation.swiper-button-next::before {
  content: "\e906";
  right: 0;
}

/* l-warning */

.l-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  max-width: 400px;
  padding: 20px;
  box-sizing: border-box;
  background: var(--bakehouse-color--grey-dark);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  color: var(--bakehouse-color--white);
  z-index: 1;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

  transition: transform 0.3s;
}

.l-warning--open {
  transform: translate(-50%, 0);
}

.l-warning__text {
  margin-bottom: 10px;
}

.l-warning__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  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;
  z-index: 200;

  padding-top: 70px;
  padding-bottom: 20px;

  opacity: 0;
  pointer-events: none;

  transition: opacity 0.3s, transform 0.3s;

  transform: scale(0.9);
  opacity: 0;
}

.l-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 190;

  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.l-page--popup-open .l-popup-overlay {
  opacity: 1;
  pointer-events: all;
}

.bh-bemode .popup {
  padding-top: 120px;
}

.popup__frame {
  width: 100%;
  max-width: 520px;
  max-height: 100%;
  border-radius: 5px;
  border-top: 5px solid var(--color-primary);
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  display: none;
}

.popup__inner {
  padding: 15px min(var(--content-padding), 25px);
  box-sizing: border-box;
}

.popup[data-popup-state="open"] {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

.popup[data-popup-state="open"] .popup__frame {
  pointer-events: all;
  display: block;
}

.popup__close {
  position: absolute;
  top: 15px;
  right: min(var(--content-padding), 25px);
  font-size: 20px;
  cursor: pointer;
}

.popup__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__title {
  font-size: 18px;
  font-variation-settings: "wght" 600;
  padding-right: 20px;
  line-height: 1.1;
}

.popup__image__link {
  display: block;
  width: 100%;
}

.popup__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.popup__rows {
  width: 100%;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.popup__row {
  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: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 10px 0;
  margin-bottom: 0;
  border-top: 1px solid #d6dfe4;
}

.popup .popup__row {
  margin-bottom: 0;
}

.popup__row--product {
  padding-top: 20px;
}

.popup__row__col {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.popup__subtitle {
  font-variation-settings: "wght" 600;
  padding-right: 10px;
  margin-bottom: 0;
}

.popup__subtitle + * {
  margin-top: 15px;
}

.popup__row__col--left {
  text-align: left;
}

.popup__row__col--right {
  text-align: right;
  padding-left: 10px;
}

.news-header-headline h1 {
  font-weight: 700;
  margin-bottom: 50px;
}

@media only screen and (min-width: 481px) {
  .popup__row--product .popup__row__col {
    text-align: left;
    flex: 1;
  }
  .popup__row--product .popup__row__col:nth-child(1) {
    padding-right: 10px;
  }
  .popup__row--product .popup__row__col:nth-child(2) {
    border-left: 1px solid #d6dfe4;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .popup__subtitle + * {
    margin-top: 10px;
  }
  .popup__row__col {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .popup__row--product {
    padding: 0;
  }
  .popup__row--product .popup__row__col:first-child {
    border-bottom: 1px solid #d6dfe4;
  }
  .popup__row--product .popup__row__col {
    padding: 10px 0;
  }
}

/* tag */

.tag-list {
}

.tag,
a.tag {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 5px 15px;
  font-variation-settings: "wght" 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 4px;
  border: 1px solid var(--bg-color);
  color: var(--bg-color);
  white-space: nowrap;
}

.tag--extension,
a.tag--extension {
  --bg-color: var(--font-color);
  opacity: 0.5;
}

@media only screen and (max-width: 480px) {
  .tag {
    padding: 10px 15px;
  }
}

/* hidden */

.bh-visually-hidden,
.bh-visually-hidden-focusable:not(:focus):not(:active) {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* accessibility widget */

#bh-accessibility-widget {
  /* Primärfarbe */
  --accessibility-color-primary: var(--bakehouse-color--grey-dark);

  /* Abstand zum Rand */
  --accessibility-offset-vertical: 20px;
  --accessibility-offset-horizontal: 20px;

  /* z-index für Overlay-Toggler */
  --accessibility-toggler-z-index: 200;
}

/*
Skip-Links
*/

:where(.bh-skiplinks) {
  --bh-skiplinks-offset-top: 6rem;
}
