@font-face {
  font-family: Nb International Pro;
  src: url('../fonts/NB-International-Pro-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nb International Pro;
  src: url('../fonts/NB-International-Pro-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nb International Pro;
  src: url('../fonts/NB-International-Pro-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nb International Pro Mono Webfont;
  src: url('../fonts/nb_international_pro_mono-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nb International Pro;
  src: url('../fonts/NB-International-Pro-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --highlight: #f3f57c96;
  --grey2: #ffffff96;
}

h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 23px;
  font-size: 11px;
}

.body {
  color: #131313;
  background-color: #e4e4e4;
  font-family: Nb International Pro Mono Webfont, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.1;
}

.body.is-faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.video_wrapper {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

.hero_video {
  width: 100%;
  height: 100%;
}

.hero_video_m {
  width: 100%;
  height: 100%;
  display: none;
}

.konzept_container {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.txt_konzept-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 80px;
  font-family: Nb International Pro Mono Webfont, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.txt_konzept-text.ist-einzug {
  text-indent: 80px;
  border-radius: 5px;
  padding: 0;
  font-size: .9em;
  line-height: 1.2;
}

.txt_konzept-text.is-faq {
  column-count: 2;
  font-size: 1em;
  display: none;
}

.text_inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #ffffffed;
  border-radius: 5px;
  flex-flow: column;
  width: 49%;
  max-width: none;
  padding: 50px 40px 30px 30px;
  display: flex;
}

.text_inner.is-horizintal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding: 20px 10px 0 0;
}

.spacer-klein {
  height: 4px;
}

.txt_button {
  color: #131313;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff96;
  border-radius: 3px;
  padding: 10px 20px 11px;
  font-size: .8em;
  text-decoration: none;
}

.txt_button:hover {
  background-color: var(--highlight);
}

.txt_button.is-imprint {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 20px;
}

.txt_button.is-imprint2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff96;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
}

.txt_button.is-imprint2:hover {
  background-color: var(--highlight);
  color: #020202;
}

.txt_button.is-faq {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  inset: auto 0% 0% auto;
}

.txt_button.is-back-home {
  z-index: 13;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
}

.txt_button.is-impressum {
  z-index: 13;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  display: inline-flex;
  position: fixed;
}

.impressum-bg-wrapper {
  object-fit: cover;
  position: fixed;
  inset: 0%;
}

.bg-img {
  width: 100%;
  height: 100%;
}

.page-wrapper_imprint {
  z-index: 2;
  width: 100vw;
  padding: 5vh 26vw 10vh 20px;
  position: relative;
  overflow: hidden;
}

.impressum-container {
  margin-top: 5vh;
}

.h5-impressum {
  color: #dadada;
  text-transform: none;
  column-count: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1;
}

.h5-impressum.impressum {
  color: #f3f57c;
  font-size: 1.6em;
}

.h5-bold {
  font-size: 1.3em;
  font-weight: 700;
}

.datenschutz-container {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.is-wortmarke {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 1.1em;
}

.div-block {
  background-color: #00000036;
  position: absolute;
  inset: 0%;
}

.faq_container {
  display: flex;
}

.faq_content {
  z-index: 5;
  opacity: 1;
  pointer-events: none;
  background-color: #feffabf5;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.faq_content.opacity-100 {
  opacity: 100;
}

.rich-text-block {
  overflow: auto;
}

.faq_text {
  pointer-events: auto;
  column-count: 4;
  cursor: auto;
  background-color: #feffabf5;
  border-radius: 5px;
  padding: 40px 20px 20px;
}

.faq2_container {
  z-index: 2;
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
}

.faq_content-2 {
  z-index: 9;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 1;
  pointer-events: auto;
  transform-origin: 100% 100%;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 100vh;
  margin: 0;
  padding: 20px 20px 60px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
  transform: scale(0);
}

.faq_content-2.opacity-100 {
  opacity: 100;
}

.button-faq-open {
  color: #131313;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff96;
  border-radius: 3px;
  padding: 10px 20px 11px;
  font-size: .9em;
  text-decoration: none;
}

.button-faq-open:hover {
  background-color: var(--highlight);
}

.button-faq-open.is-imprint {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 20px;
}

.button-faq-open.is-imprint2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff96;
  padding-top: 9px;
  padding-bottom: 10px;
}

.button-faq-open.is-imprint2:hover {
  background-color: var(--highlight);
  color: #020202;
}

.button-faq-open.is-faq {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  inset: auto 0% 0% auto;
}

.menu_main {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.menu_sec, .menu_booth {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.faq_close {
  background-color: var(--highlight);
  color: #131313;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  padding: 10px 20px 11px;
  font-size: .8em;
  text-decoration: none;
  display: none;
}

.faq_close:hover {
  background-color: var(--grey2);
}

.faq_close.is-imprint {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 20px;
}

.faq_close.is-imprint2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff96;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
}

.faq_close.is-imprint2:hover {
  background-color: var(--highlight);
  color: #020202;
}

.faq_close.is-faq {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  inset: auto 0% 0% auto;
}

.faq_open {
  z-index: 11;
  color: #131313;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffffff96;
  border-radius: 3px;
  padding: 10px 20px 11px;
  font-size: .8em;
  text-decoration: none;
  position: relative;
}

.faq_open:hover {
  background-color: var(--highlight);
}

.faq_open.is-imprint {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 20px;
}

.faq_open.is-imprint2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff96;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
}

.faq_open.is-imprint2:hover {
  background-color: var(--highlight);
  color: #020202;
}

.faq_open.is-faq {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  inset: auto 0% 0% auto;
}

.faq_open-copy {
  color: #131313;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff96;
  border-radius: 3px;
  padding: 10px 20px 11px;
  font-size: .8em;
  text-decoration: none;
}

.faq_open-copy:hover {
  background-color: var(--highlight);
}

.faq_open-copy.is-imprint {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 20px;
}

.faq_open-copy.is-imprint2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff96;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
}

.faq_open-copy.is-imprint2:hover {
  background-color: var(--highlight);
  color: #020202;
}

.faq_open-copy.is-faq {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  inset: auto 0% 0% auto;
}

.faq_open_m {
  z-index: 11;
  color: #131313;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff96;
  border-radius: 3px;
  padding: 10px 20px 11px;
  font-size: .8em;
  text-decoration: none;
  display: none;
  position: relative;
}

.faq_open_m:hover {
  background-color: var(--highlight);
}

.faq_open_m.is-imprint {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 20px;
}

.faq_open_m.is-imprint2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff96;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
}

.faq_open_m.is-imprint2:hover {
  background-color: var(--highlight);
  color: #020202;
}

.faq_open_m.is-faq {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  inset: auto 0% 0% auto;
}

.faq_content_faq {
  z-index: 9;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 1;
  pointer-events: auto;
  transform-origin: 100% 100%;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.faq_content_faq.opacity-100 {
  opacity: 100;
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 14px;
  }

  p {
    line-height: 1.2;
  }

  .body.is-faq {
    padding-bottom: 20px;
  }

  .hero_video {
    display: none;
  }

  .hero_video_m {
    display: block;
  }

  .konzept_container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    overflow: visible;
  }

  .txt_konzept-text {
    width: auto;
    padding-left: 30px;
    font-size: 4em;
  }

  .txt_konzept-text.ist-einzug {
    text-indent: 30px;
    font-size: 2.9em;
  }

  .text_inner {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin: 5% 0%;
    padding: 40px 40px 20px 20px;
  }

  .text_inner.is-horizintal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    display: none;
  }

  .txt_button {
    padding-bottom: 11px;
    font-size: .7rem;
  }

  .page-wrapper_imprint {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .impressum-container {
    width: 100%;
  }

  .h5-impressum {
    column-count: 1;
    font-size: 3.2em;
    line-height: 1.3;
  }

  .h5-impressum.impressum {
    column-count: 1;
    font-size: 3.6em;
    font-weight: 400;
  }

  .faq_text {
    column-count: 2;
    width: 100%;
  }

  .faq_content-2 {
    justify-content: center;
    align-items: center;
    display: none;
    position: static;
    inset: 0% auto 0% 0%;
    transform: scale(1);
  }

  .button-faq-open {
    padding-bottom: 11px;
    font-size: .7rem;
  }

  .menu_main {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .menu_sec {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .menu_booth {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .faq_close {
    padding-bottom: 11px;
    font-size: .7rem;
  }

  .faq_open {
    padding-bottom: 11px;
    font-size: .7rem;
    display: none;
  }

  .faq_open-copy {
    padding-bottom: 11px;
    font-size: .7rem;
  }

  .faq_open_m {
    padding-bottom: 11px;
    font-size: .7rem;
    display: block;
  }

  .faq_content_faq {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: static;
    inset: 0% auto 0% 0%;
  }

  #w-node-_4db45a14-1df3-884f-e474-cff07407f528-476db1fe {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Nb International Pro';
  src: url('../fonts/NB-International-Pro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro';
  src: url('../fonts/NB-International-Pro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro';
  src: url('../fonts/NB-International-Pro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro Mono Webfont';
  src: url('../fonts/nb_international_pro_mono-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro';
  src: url('../fonts/NB-International-Pro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}