@font-face {
  font-family: Baskervville Variablefont Wght;
  src: url('../fonts/Baskervville-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baskervville Variablefont Wght;
  src: url('../fonts/Baskervville-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-UltraBlack.otf') format("opentype"), url('../fonts/Beep-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beep;
  src: url('../fonts/Beep-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --schwarz: #020206;
  --gold: #c1b077;
  --weiß: white;
  --grün: #132212;
  --hellgrün: #639a5e;
  --rot: #8c2b40;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--schwarz);
  font-family: Beep, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

a {
  color: var(--gold);
  font-weight: 500;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar-logo-left {
  z-index: 99;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--weiß);
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.hero {
  height: 100%;
}

.navbar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr 200px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Beep, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #1a1b1fbf;
  background-color: #dfdfdf;
  border-radius: 12px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--schwarz);
  background-color: var(--weiß);
  color: var(--schwarz);
  letter-spacing: 2px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-primary:hover {
  background-color: var(--grün);
  color: var(--weiß);
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.login {
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: auto;
}

.button-primary.login:hover {
  background-color: var(--schwarz);
}

.button-primary.login.mobile {
  display: none;
}

.button-primary.banner {
  border-color: var(--schwarz);
  text-transform: uppercase;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 30px;
}

.button-primary.banner:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--weiß);
}

.button-primary.banner.gold {
  border-color: var(--gold);
}

.button-primary.banner.gold:hover {
  background-color: var(--schwarz);
}

.brand-logo-img {
  width: 200px;
  height: 57px;
}

.brand-logo-text {
  color: var(--schwarz);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.btn-icon {
  width: auto;
  height: 20px;
}

.btn-text {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 14px;
  text-decoration: none;
}

.btn-text.primary {
  color: var(--schwarz);
  text-transform: uppercase;
  width: auto;
  font-weight: 300;
}

.btn-text.primary.gold {
  color: var(--gold);
}

.hero-section {
  height: 55vh;
  min-height: 450px;
  max-height: 900px;
  padding-top: 80px;
}

.hero-text-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100%;
  display: grid;
}

.hero-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column-reverse;
  display: flex;
}

.hero-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

.hero-h1.subpage {
  font-size: 36px;
}

.hero-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.hero-h2.subpage {
  font-size: 26px;
}

.hero-siegel-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.hero-textblock {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.siegel-left {
  background-color: var(--hellgrün);
  width: 28px;
  height: 8px;
  transition: transform .2s;
  transform: skew(-35deg);
}

.siegel-left:hover {
  transform: translate(0, -3px)skew(-35deg);
}

.hero-siegel-inner-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.siegel-center {
  background-color: var(--gold);
  width: 28px;
  height: 8px;
  transition: transform .2s;
  transform: skew(-35deg);
}

.siegel-center:hover {
  transform: translate(0, -3px)skew(-35deg);
}

.siegel-right {
  background-color: var(--rot);
  width: 28px;
  height: 8px;
  transition: transform .2s;
  transform: skew(-35deg);
}

.siegel-right:hover {
  transform: translate(0, -3px)skew(-35deg);
}

.subhero-section {
  width: 100%;
  height: 50vh;
}

.subhero-slider {
  width: 100%;
  height: 100%;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.subhero-slider-control-wrapper {
  z-index: 3;
  background-color: var(--weiß);
  width: 260px;
  height: 170px;
  padding: 72px 24px 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shs-left-arrow {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--schwarz);
  border-radius: 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 8px;
  display: grid;
  inset: auto 208px 110px auto;
}

.icon {
  color: var(--schwarz);
  font-size: 30px;
  position: relative;
}

.shs-icon {
  color: var(--schwarz);
  font-size: 18px;
  position: relative;
}

.shs-right-arrow {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--schwarz);
  border-radius: 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 8px;
  display: grid;
  inset: auto 170px 110px auto;
}

.deactivate {
  display: none;
}

.paragraph {
  font-size: 18px;
}

.paragraph.no-margin {
  margin-bottom: 0;
}

.paragraph.banner {
  color: var(--gold);
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 155%;
}

.paragraph.banner.black {
  color: var(--schwarz);
}

.paragraph p {
  font-size: 18px;
  line-height: 155%;
}

.paragraph h2 {
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.paragraph h3 {
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.paragraph a {
  color: var(--rot);
  font-weight: 600;
}

.paragraph blockquote {
  border-left-color: var(--hellgrün);
  font-size: 22px;
}

.paragraph h4 {
  margin-top: 20px;
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph h1 {
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.section-banner {
  background-color: var(--grün);
  width: 100%;
  padding: 100px 0;
}

.section-headline {
  color: var(--schwarz);
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-weight: 500;
}

.section-headline.gold {
  color: var(--gold);
  text-align: center;
}

.section-headline.black {
  color: var(--schwarz);
  text-align: center;
}

.section-headline-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.section-headline-wrapper.single {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.button-wrapper-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.spacer60 {
  height: 60px;
}

.section-standard {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-standard.single {
  padding-top: 180px;
  padding-bottom: 140px;
}

.half-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: 500px;
}

.img-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.escheck-lightbox {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.grid-44 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: 4fr 2fr;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.image:hover {
  transform: scale(1.1);
}

.grid-cta-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.headline-text-3 {
  color: var(--schwarz);
  font-family: Beep, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.headline-text-3.gold {
  color: var(--gold);
}

.headline-text-3.black {
  color: var(--schwarz);
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn-icon-circle {
  border: 1px solid var(--schwarz);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
}

.siegel {
  width: 160px;
  position: relative;
}

.kontakt-wrapper {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--schwarz);
}

.input-field.textarea {
  border-style: solid;
  border-color: #000;
  min-height: 100px;
}

.input-field-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.label {
  font-weight: 300;
}

.footer {
  background-color: var(--grün);
  padding-top: 80px;
  padding-bottom: 100px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  font-size: 16px;
  font-weight: 300;
}

.footer-image {
  width: 110px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-image.mobile {
  display: none;
}

.social-image {
  width: auto;
  height: 24px;
}

.cookie-banner {
  z-index: 999;
  width: 100%;
  height: auto;
  position: fixed;
  inset: auto 0% 0%;
}

.cookiebanner-wrapper {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--weiß);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.cookie-text {
  color: var(--schwarz);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.link {
  color: #1b1d1d;
}

.link.white {
  color: #fff;
  letter-spacing: .5px;
}

.cookie-button {
  background-color: var(--grün);
  color: var(--weiß);
  margin-top: 0;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.cookie-button:hover {
  background-color: var(--schwarz);
  color: #fff;
}

.code-embed {
  display: none;
}

.faq-item {
  border-bottom: 1px solid #16170f33;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-item-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.faq-frage {
  color: #16170f;
  letter-spacing: 2px;
  font-family: Baskervville Variablefont Wght, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.faq-item-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.faq-icon-plus-one {
  background-color: var(--rot);
  border-radius: 4px;
  width: 3px;
  height: 25px;
  position: absolute;
}

.faq-icon-plus-two {
  background-color: var(--rot);
  border-radius: 4px;
  width: 25px;
  height: 3px;
  position: absolute;
}

.faq-item-body {
  overflow: hidden;
}

.rich-text-block-2 {
  color: #16170f;
  font-size: 18px;
  line-height: 24px;
}

.faqs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.success-message {
  background-color: var(--grün);
  color: var(--weiß);
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    padding: 48px 20px 20px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary.login.desktop {
    display: none;
  }

  .button-primary.login.mobile {
    width: 100%;
    padding: 8px 20px;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brand-logo-img {
    height: 57px;
  }

  .hero-section {
    height: 50vh;
  }

  .hero-h1 {
    font-size: 32px;
  }

  .hero-h1.subpage {
    text-align: left;
    font-size: 30px;
  }

  .hero-h2 {
    font-size: 22px;
  }

  .hero-h2.subpage {
    text-align: left;
    font-size: 22px;
  }

  .hero-textblock {
    font-size: 14px;
  }

  .subhero-section {
    height: 52vh;
    min-height: 400px;
  }

  .paragraph.banner {
    line-height: 150%;
  }

  .paragraph.banner.black {
    font-size: 18px;
  }

  .paragraph h2 {
    font-size: 26px;
  }

  .paragraph h3 {
    font-size: 24px;
  }

  .section-headline {
    font-size: 26px;
  }

  .section-headline-wrapper, .half-grid, .grid-44 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .headline-text-3 {
    font-size: 20px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .cookiebanner-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .cookie-button {
    font-size: 16px;
  }

  .faq-frage {
    font-size: 22px;
    line-height: 150%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .brand-logo-img {
    width: 150px;
    height: 42px;
  }

  .hero-h1 {
    font-size: 32px;
  }

  .hero-h1.subpage {
    font-size: 28px;
  }

  .hero-h2 {
    font-size: 22px;
  }

  .subhero-slider-control-wrapper {
    height: 140px;
    padding-top: 60px;
  }

  .shs-left-arrow, .shs-right-arrow {
    bottom: 90px;
  }

  .paragraph.no-margin {
    font-size: 16px;
  }

  .paragraph h2 {
    font-size: 24px;
  }

  .paragraph h3 {
    font-size: 22px;
  }

  .paragraph blockquote {
    font-size: 20px;
  }

  .section-headline {
    font-size: 24px;
  }

  .section-headline-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .section-headline-wrapper.single {
    margin-bottom: 40px;
  }

  .spacer60 {
    height: 40px;
  }

  .section-standard.single {
    padding-top: 140px;
  }

  .half-grid {
    flex-flow: column;
    display: flex;
  }

  .img-wrapper {
    height: 300px;
  }

  .grid-44 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .siegel {
    width: 120px;
  }

  .footer-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-link-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-image {
    display: none;
  }

  .footer-image.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-menu-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .brand-logo-img {
    width: 140px;
    height: 40px;
  }

  .brand-logo-text {
    font-size: 11px;
    line-height: 15px;
  }

  .hero-section {
    height: 50vh;
    min-height: 350px;
  }

  .hero-h1 {
    font-size: 28px;
  }

  .hero-h1.subpage {
    font-size: 26px;
  }

  .hero-h2 {
    font-size: 20px;
  }

  .hero-h2.subpage {
    font-size: 18px;
  }

  .hero-siegel-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .subhero-slider-control-wrapper {
    width: 200px;
  }

  .shs-left-arrow {
    right: 150px;
  }

  .shs-right-arrow {
    right: 115px;
  }

  .paragraph.banner {
    font-size: 18px;
  }

  .paragraph h2 {
    font-size: 22px;
  }

  .paragraph h3 {
    font-size: 20px;
  }

  .section-headline {
    text-align: center;
    font-size: 26px;
  }

  .section-headline.gold {
    font-size: 26px;
  }

  .section-headline-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section-standard.single {
    padding-bottom: 100px;
  }

  .half-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .img-wrapper {
    height: 250px;
  }

  .escheck-lightbox, .escheck-lightbox.smaller {
    height: 100%;
  }

  .grid-44 {
    flex-flow: column;
    display: flex;
  }

  .input-field-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .cookiebanner-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 12px;
  }

  .cookie-text {
    font-size: 12px;
  }

  .link.white {
    word-break: break-all;
  }

  .cookie-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .faq-item-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .faq-frage {
    line-height: 145%;
  }
}


@font-face {
  font-family: 'Baskervville Variablefont Wght';
  src: url('../fonts/Baskervville-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville Variablefont Wght';
  src: url('../fonts/Baskervville-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-UltraBlack.otf') format('opentype'), url('../fonts/Beep-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beep';
  src: url('../fonts/Beep-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}