@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-black-webfont.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-bold-webfont.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-light-webfont.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-extralight-webfont.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-semibold-webfont.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-medium-webfont.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-thin-webfont.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-color: #f4f1e4;
  --accent-1: #5b3220;
  --black: black;
  --richtext: 16px;
  --primary-color: #ff7000;
  --white: white;
  --h2-text: 44px;
  --accent-2: #bbd7ed;
  --h4-text: 24px;
  --h6-text: 18px;
  --h5-text: 20px;
  --h3-text: 26px;
  --h1-text: 96px;
}

.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-miterlimit='10' d='M11 2L5.5 8.5 2 5'/%3E%3C/svg%3E");
  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;
}

body {
  background-color: var(--secondary-color);
  color: var(--accent-1);
  font-family: Silka Webfont, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-align-center {
  text-align: center;
}

.z-index-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 114rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.height-auto {
  height: auto;
}

.full-height-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--accent-1);
  width: 100%;
  color: var(--secondary-color);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.coopyright_text {
  font-size: var(--richtext);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-banner_component {
  z-index: 999;
  background-color: var(--black);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  background-color: var(--primary-color);
  width: 48px;
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  opacity: .7;
}

.cc-manager_component {
  z-index: 999;
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  text-align: center;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--primary-color);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-size: auto;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  background-color: var(--black);
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.cc-prefs_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  min-width: 120px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #fff6;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-reject {
  display: none;
}

.fs-cc-reject.insta-no-cookies {
  background-color: var(--primary-color);
  color: var(--white);
}

.text-underline {
  text-decoration: underline;
}

.insta-embed {
  overflow: hidden;
}

.section-padding {
  width: 100%;
  padding: 40px;
}

.section-padding.vertical-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding.vertical-100.height-100 {
  height: 100%;
}

.section-padding.vertical-100.right-0 {
  padding-right: 0;
}

.h2-text {
  font-size: var(--h2-text);
  font-weight: 500;
}

.h2-text.uppercase {
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
}

.h2-text.weight-400 {
  font-weight: 400;
}

.h2-text.weight-400.letter-spacing-03, .h2-text.letter-spacing-03 {
  letter-spacing: .03em;
}

.h2-text.height-min {
  font-size: min(var(--h2-text), 4.3vh);
}

.hero-flex-between {
  flex-flow: column-reverse;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hero-heading-wrapper {
  width: 100%;
}

.hero-heading {
  object-fit: contain;
  width: 100%;
}

.card-section {
  background-color: var(--secondary-color);
  backface-visibility: hidden;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  transform-style: preserve-3d;
  display: flex;
  position: sticky;
  top: 0;
  transform: translateZ(0);
}

.card-section.card-color-accent-2 {
  background-color: var(--accent-2);
}

.card-section.card-color-accent-1 {
  background-color: var(--accent-1);
  color: var(--secondary-color);
}

.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.service-icon {
  object-fit: contain;
  width: 78px;
  height: 78px;
}

.h4-text {
  font-size: var(--h4-text);
  font-weight: 400;
}

.h4-text.uppercase {
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
}

.h4-text.letter-spacing-03 {
  letter-spacing: .03em;
}

.h6-text {
  font-size: var(--h6-text);
  font-weight: 400;
}

.full-img-wrapper {
  width: 100%;
}

.img-big {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.img-big.is-contain {
  object-fit: contain;
}

.img-big.max-100vh {
  max-height: 100vh;
}

.full-img-contents {
  width: 100%;
  margin-left: -100%;
}

.flex-left-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.orange-bubble-component {
  aspect-ratio: 1;
  width: 100%;
  max-width: 28rem;
}

.is-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-bubble-wrapper {
  position: absolute;
  inset: 0%;
}

.bg-bubble-body {
  background-color: var(--primary-color);
  border-radius: 300px;
  width: 100%;
  height: 100%;
}

.bg-bubble-footer {
  background-color: var(--primary-color);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bubble-contents {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.max-width-80 {
  max-width: 75%;
}

.h5-text {
  font-size: var(--h5-text);
  font-weight: 400;
}

.h5-text.letter-spacing-03 {
  letter-spacing: .03em;
}

.h5-text.letter-spacing-03.weight-500 {
  font-weight: 500;
}

.h5-text.uppercase {
  text-transform: uppercase;
}

.h5-text.uppercase.line-height-160 {
  line-height: 160%;
}

.h5-text.line-height-125 {
  line-height: 125%;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom14 {
  margin-bottom: 14px;
}

.social-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-item {
  object-fit: contain;
  width: 55px;
  height: 55px;
  transition: all .6s;
}

.social-item:hover {
  transform: scale(1.05);
}

._2-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

._2-col-grid.half {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

._2-col-grid.is-mandate {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

.max-width-45 {
  width: 100%;
  max-width: 45rem;
}

.margin-bottom32 {
  margin-bottom: 32px;
}

.h3-text {
  font-size: var(--h4-text);
  font-weight: 500;
}

.h3-text.big {
  font-size: var(--h3-text);
  text-transform: uppercase;
  font-weight: 600;
}

.about-img-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
}

.btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary-color);
  font-size: var(--h4-text);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
}

.btn:where(.w-variant-c9008576-8534-131b-7566-3ffa71ec9bcf) {
  background-color: var(--primary-color);
  width: 100%;
  color: var(--secondary-color);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 14px 10px;
}

.btn:where(.w-variant-5a5429d6-3f9d-c354-e76c-b56510b4f58a) {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 14px 25px;
}

.btn:where(.w-variant-541ff671-13c0-b6bf-89df-9079034edd94) {
  color: var(--accent-1);
}

.btn.is-submit {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 40px;
  padding: 10px 40px;
}

.btn-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.margin-bottom-variable {
  margin-bottom: min(8rem, 10vh);
}

._4-col-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.max-width-28 {
  width: 100%;
  max-width: 28rem;
}

.flex-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.topics-item {
  background-color: var(--accent-2);
  border-radius: 37px;
  height: 420px;
  max-height: 75vh;
  padding: 20px 10px;
}

.topics-item:where(.w-variant-8b46649b-216a-405d-8156-721457f5d547) {
  background-color: var(--primary-color);
}

.topics-body-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 45%;
  display: flex;
}

.small-btn {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  font-size: var(--h4-text);
  text-transform: uppercase;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
}

.small-btn:where(.w-variant-741a2410-8791-7158-29e9-ba28d2870600) {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.podcast-img-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  clip-path: url('../images/');
  width: 100%;
  position: relative;
  overflow: hidden;
}

.podcast-imh-contents {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 50%;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.margin-bottom44 {
  margin-bottom: 44px;
}

.bottom-cta-img-wrapper {
  width: 100%;
  max-width: 50vw;
  height: 100%;
  position: relative;
}

.bottom-cta-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.max-width-halfcontainer {
  width: 100%;
  max-width: calc(57rem - 10px);
}

.flex-right-center {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.margin-bottom64 {
  width: 100%;
  margin-bottom: 64px;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
}

.footer-links-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  font-size: var(--h4-text);
  text-transform: uppercase;
  font-weight: 400;
}

.footer-flex-between {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-between {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-imprint-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.richtext {
  font-size: var(--richtext);
  font-weight: 400;
}

.richtext a {
  text-decoration: underline;
}

.topic-item-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 17rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-sticky-component {
  margin-top: -100vh;
}

.footer-sticky-spacing {
  height: 100vh;
}

.navbar1_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar_menu-button {
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.navbar_menu-button.w--open {
  color: #000;
  background-color: #0000;
  padding: 0;
}

.nav-logo-wrapper {
  pointer-events: auto;
  color: var(--accent-1);
  flex: none;
  padding-left: 0;
  position: relative;
}

.mobil-hidden {
  display: flex;
}

.navbar-component {
  z-index: 9999999;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 34px 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.menu-btn-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo-text {
  font-size: var(--h4-text);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
}

.hero-card {
  background-color: var(--primary-color);
  width: 100%;
  color: var(--secondary-color);
  height: calc(100svh - (68px + var(--h4-text)));
  display: flex;
  position: sticky;
  top: 0;
}

.loader-component {
  z-index: 99999999;
  background-color: var(--secondary-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-icons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader-icon {
  object-fit: contain;
  width: 79px;
  height: 79px;
}

.last-section-card {
  z-index: 5;
  background-color: var(--secondary-color);
  backface-visibility: hidden;
  will-change: transform;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  transform-style: preserve-3d;
  display: flex;
  position: relative;
  top: 0;
  transform: translateZ(0);
}

.toggle-text-component {
  display: flex;
}

.toggle-text-wrapper {
  flex: none;
  width: 100%;
}

.toggle-text-wrapper.right {
  margin-left: -100%;
}

.max-width-18 {
  width: 100%;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-50 {
  width: 100%;
  max-width: 50rem;
}

.margin-bottom260 {
  margin-bottom: 200px;
}

.max-width-35 {
  width: 100%;
  max-width: 35rem;
}

.nav-menu-component {
  z-index: 999999;
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  color: var(--secondary-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-links-wrapper {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navlink {
  font-size: min(5.5vh, 55px);
  font-weight: 500;
  line-height: 120%;
}

.nav-bg-overlap {
  background-color: var(--secondary-color);
  height: calc(68px + var(--h4-text));
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.section-color-secondary {
  background-color: var(--secondary-color);
  color: var(--accent-1);
}

.icon-btn-txt-container {
  overflow: hidden;
}

.padding-left-8 {
  padding-left: 8px;
}

.bouncing-ball {
  background-color: var(--primary-color);
  border-radius: 200px;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.seo-heading {
  font-size: 0;
  line-height: 0;
  display: none;
}

.erfahrungen-component {
  grid-column-gap: min(10rem, 18vh);
  grid-row-gap: min(10rem, 18vh);
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  ._4-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .topics-item {
    height: 480px;
    padding: 40px 30px 26px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --secondary-color: #f4f1e4;
    --accent-1: #5b3220;
    --richtext: 16px;
    --primary-color: #ff7000;
    --h2-text: 44px;
    --accent-2: #bbd7ed;
    --h4-text: 25px;
    --h6-text: 18px;
    --h5-text: 20px;
    --h3-text: 30px;
    --h1-text: 96px;
  }

  ._4-col-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .topics-item {
    height: 580px;
    max-height: 60vh;
    padding: 50px 30px 32px;
  }

  .bottom-cta-img-wrapper {
    max-width: 40vw;
  }

  .topic-item-inner {
    max-width: 100%;
  }

  .loader-icons-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
}

@media screen and (min-width: 1920px) {
  ._4-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .topics-item {
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --secondary-color: #f4f1e4;
    --accent-1: #5b3220;
    --richtext: 16px;
    --primary-color: #ff7000;
    --h2-text: 30px;
    --accent-2: #bbd7ed;
    --h4-text: 22px;
    --h6-text: 18px;
    --h5-text: 18px;
    --h3-text: 24px;
    --h1-text: 64px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .services-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .orange-bubble-component {
    max-width: 18rem;
  }

  .social-item {
    width: 40px;
    height: 40px;
  }

  ._2-col-grid.is-mandate {
    grid-column-gap: 40px;
    grid-row-gap: min(6rem, 10vh);
  }

  ._4-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .topics-item {
    padding-top: 40px;
  }

  .footer-links-container {
    flex-flow: wrap;
  }

  .navbar_menu-button {
    display: none;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .loader-icon {
    width: 64px;
    height: 64px;
  }

  .margin-bottom260 {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --secondary-color: #f4f1e4;
    --accent-1: #5b3220;
    --richtext: 16px;
    --primary-color: #ff7000;
    --h2-text: 25px;
    --accent-2: #bbd7ed;
    --h4-text: 20px;
    --h6-text: 16px;
    --h5-text: 18px;
    --h3-text: 24px;
    --h1-text: 50px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .footer {
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .section-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-padding.vertical-100.right-0 {
    padding-right: 5vw;
  }

  .h2-text.height-min {
    font-size: min(var(--h2-text), 3vh);
  }

  .services-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .margin-bottom50.mobil-small {
    margin-bottom: 25px;
  }

  .service-icon {
    width: 64px;
    height: 64px;
  }

  .img-big.max-100vh {
    object-position: 60% 30%;
  }

  .orange-bubble-component {
    max-width: 16rem;
  }

  .bubble-contents {
    padding-left: 24px;
  }

  .max-width-80 {
    max-width: 100%;
  }

  .social-item {
    width: 32px;
    height: 32px;
  }

  ._2-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.half {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.is-mandate {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .btn-icon {
    width: 18px;
  }

  .margin-bottom-variable {
    margin-bottom: 50px;
  }

  ._4-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .topics-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-cta-img-wrapper {
    max-width: 100%;
  }

  .bottom-cta-img {
    position: relative;
    top: auto;
  }

  .footer-links-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .flex-between {
    flex-flow: column-reverse;
  }

  .topic-item-inner {
    max-width: 100%;
  }

  .navbar_menu-button {
    z-index: 11;
    position: relative;
    left: 0%;
    transform: none;
  }

  .navbar_menu-button.w--open:hover {
    transform: scale(1.05);
  }

  .nav-logo-wrapper {
    z-index: 11;
  }

  .mobil-hidden {
    display: none;
  }

  .navbar-component {
    padding: 1.5rem 5vw;
  }

  .hero-card {
    height: calc(100svh - (3rem + var(--h4-text)));
  }

  .loader-icon {
    width: 52px;
    height: 52px;
  }

  .margin-bottom260 {
    margin-bottom: 100px;
  }

  .nav-menu-component {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-links-wrapper {
    width: 100%;
  }

  .navlink {
    font-size: min(5vh, 40px);
  }

  .nav-bg-overlap {
    height: calc(3rem + var(--h4-text));
  }

  .bouncing-ball {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --secondary-color: #f4f1e4;
    --accent-1: #5b3220;
    --richtext: 16px;
    --primary-color: #ff7000;
    --h2-text: 25px;
    --accent-2: #bbd7ed;
    --h4-text: 20px;
    --h6-text: 16px;
    --h5-text: 18px;
    --h3-text: 24px;
    --h1-text: 50px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .footer {
    margin-left: 0;
  }

  .coopyright_text {
    font-size: 1rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .cc-banner_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .cc-prefs_component {
    padding: 24px;
  }

  .services-grid-wrapper {
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-template-columns: 90vw;
  }

  .max-width-halfcontainer {
    max-width: calc(57rem - 10px);
  }

  .nav-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 44vw;
    display: flex;
  }

  .loader-icons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-links-wrapper {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
  }
}

#w-node-e0bf000f-d5ce-e649-fb0d-008b309bc76e-3a6894fa {
  justify-self: start;
}

#w-node-_11aba6aa-9c70-7202-3195-fd7774c8dbb8-3a6894fa {
  justify-self: end;
}

#w-node-cce4c6a8-45f0-f520-c2a9-7dd1de38ad2b-3a6894fa {
  justify-self: center;
}

#w-node-d9e45492-027b-eeab-80b0-87f9ddd75802-3a6894fa {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_11aba6aa-9c70-7202-3195-fd7774c8dbb8-3a6894fa {
    order: -9999;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-black-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-extralight-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}