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

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

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

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

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

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

:root {
  --white: #f5f5f5;
  --black: #1a1a1a;
  --tertiär: #ff7a45;
  --quatär: #f4f6fa;
  --primär: #1a56db;
  --sekundär: #0b2c56;
  --grey: #d9d9d9;
  --background2: #ebfeff;
  --glass: #f5f5f54d;
}

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

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

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

.h1 {
  margin: 0;
  font-family: Clashdisplay, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
}

.h1.white {
  color: #fff;
}

.h2 {
  margin: 0;
  font-family: Clashdisplay, Verdana, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1em;
}

.h2.white {
  color: var(--white);
  font-weight: 300;
}

.h2.white.mid {
  text-align: center;
}

.h3 {
  margin: 0;
  font-family: Clashdisplay, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1em;
}

.h3.white {
  color: var(--white);
  font-weight: 300;
}

.h4 {
  margin: 0;
  font-family: Clashdisplay, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

.h4.white {
  color: var(--white);
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-normal {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1em;
}

.text-size-normal.white {
  color: var(--white);
  font-weight: 300;
}

.text-size-normal.white.link {
  text-underline-offset: 3px;
  font-family: Clashdisplay, Verdana, sans-serif;
}

.text-size-normal.white.mid {
  text-align: center;
}

.text-size-normal.link {
  color: var(--black);
  text-underline-offset: 4px;
}

.text-size-normal.link.white {
  color: var(--white);
  text-underline-offset: 4px;
}

.text-size-small {
  font-family: Lato, sans-serif;
  font-size: .875rem;
  line-height: 1.1em;
}

.text-size-small.white {
  color: var(--white);
}

.text-size-small.orange {
  color: var(--tertiär);
}

.container-padding-normal {
  max-width: 1400px;
  padding: 60px 15px;
}

.container-padding-normal.hero {
  width: 100%;
  position: absolute;
}

.container-padding-normal.hero._1, .container-padding-normal.hero._2, .container-padding-normal.hero._3, .container-padding-normal.hero._4 {
  width: 100%;
  display: block;
}

.container-padding-normal.hero._5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-wrap {
  z-index: 5;
  background-color: #fff0;
  width: 100vw;
  position: sticky;
  inset: 0% 0% auto;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.code-embed-15 {
  font-weight: 400;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-container {
  z-index: 1;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.brand {
  margin-right: 44px;
}

.brand.w--current {
  font-weight: 400;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-full {
  background-color: var(--quatär);
  border-bottom: 1px solid #3d424b12;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--primär);
}

.navigation-link.w--current {
  color: #6365d8;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.brand-2.w--current, .dropdown-link-4, .mobile-nav-link {
  font-weight: 400;
}

.navigation-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  background-color: var(--primär);
  border-radius: 20px;
  padding: 12px 30px;
}

.button.seite {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.hero-startseite {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-116 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: auto;
  max-width: 60%;
  display: flex;
  position: relative;
}

.bg_hero {
  background-image: url('../images/hero_slide_zahnarzt.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.lottie_scroll {
  position: absolute;
  inset: auto auto 2% 2%;
}

.lottie-animation-2 {
  width: 100px;
}

.steps_hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0 2%;
}

.step1 {
  background-color: var(--tertiär);
  width: 30px;
  height: 3px;
}

.step2, .step3, .step4, .step5 {
  background-color: var(--grey);
  width: 30px;
  height: 3px;
}

.section {
  height: 400vh;
  position: relative;
}

.bg_hero2 {
  background-image: url('../images/hero_slide_webseite.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg_hero3 {
  background-image: url('../images/hero_slide_socialmedia.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg_hero4 {
  background-image: url('../images/hero_slide_recruiting.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg_hero5 {
  background-image: url('../images/hero_slide_termin.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
}

.logo-footer-image {
  width: 250px;
  max-width: 110%;
  height: 100%;
}

.footer-links-wrapper {
  justify-content: space-between;
  width: 350px;
  max-width: 585px;
  display: flex;
}

.footer-copyright {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  display: flex;
}

.footer {
  background-color: var(--sekundär);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  display: block;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-brand-description {
  color: #fff;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-address {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: -.5px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #8000ff;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.base-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: block;
}

.footer-links-header {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.footer-link {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: #171717;
}

.footer-social-icon {
  color: #fff;
  transform-style: preserve-3d;
  margin-right: 30px;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: #8000ff;
  transform: scale3d(1.08, 1.08, 1.08);
}

.white-text {
  color: #fff;
}

.white-text.footer-links-header {
  text-align: left;
}

.footer-email-link {
  color: #e9e9e9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: underline;
}

.footer-email-link:hover {
  color: #8000ff;
}

.div-block-117 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-118 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s-leistung {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--primär), var(--sekundär));
  display: block;
}

.leistungs_card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primär);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(163deg, #0b2c564d, #1a56db4d);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 400px;
  padding: 15px 25px;
  display: flex;
  box-shadow: 0 2px 5px #00000054;
}

.image {
  border-radius: 15px;
  width: 70px;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--sekundär), var(--primär) 40%);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 15px;
  display: block;
  position: relative;
}

.tabs {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex-shrink: 0;
  max-width: 50%;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #ddd0;
}

.tab-link-tab-1.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff var(--white);
  background-color: #c8c8c800;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.tab-link-tab-2 {
  border-bottom: 1px solid var(--white);
  white-space: nowrap;
  background-color: #ddd0;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2.w--current {
  border-bottom-color: var(--tertiär);
  background-color: #ddd0;
}

.tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
  border-bottom: 1px solid var(--white);
  background-color: #ddd0;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-pane-tab-1 {
  border-radius: 15px;
  height: auto;
}

.image-2 {
  border-radius: 15px;
  width: auto;
  height: auto;
}

.div-block-120 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#f5f5f54d, #0b2c56);
  width: 100%;
  height: auto;
  padding: 66px 29px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-121 {
  border-radius: 15px;
  width: 100%;
  height: 600px;
  position: relative;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: none;
  height: 100%;
  overflow: clip;
}

.section-2 {
  display: block;
}

.image-4 {
  object-fit: cover;
  border: 1px #000;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-122 {
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#0055ff4d, #0b2c56);
  border: 1px #1955d7;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin: 23px 0 0;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-123 {
  aspect-ratio: 1.7;
  border-radius: 10px;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.tabs-content {
  flex: 1;
  min-width: 0;
}

.prozess {
  background-color: var(--background2);
  display: block;
}

.prozess_card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primär);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(163deg, #0b2c564d, #1a56db4d);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  padding: 30px 25px;
  display: flex;
  box-shadow: 0 2px 5px #00000054;
}

.div-block-124 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-117-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.check-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.check-icon {
  margin-right: 10px;
}

.text-block-20 {
  font-family: PT Sans, sans-serif;
  position: static;
}

.div-block-125 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-2 {
  border: 1px solid var(--white);
  background-color: #1a56db00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 12px 0;
  display: flex;
}

.div-block-126 {
  width: auto;
}

.div-block-127 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-128 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--sekundär);
  border: 1px #000;
  border-radius: 15px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-129 {
  background-color: var(--white);
  height: 1px;
}

.div-block-130 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-5 {
  border-radius: 100px;
  width: 75px;
}

.div-block-131 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-128-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primär);
  border: 1px #000;
  border-radius: 15px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.faq_card_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.faq_card_title {
  text-wrap: balance;
  font-weight: 700;
  line-height: 1.3;
}

.faq_card_icon {
  color: #5518ff;
  flex: none;
  width: 1.3rem;
  transition: transform .2s;
}

.faq_card_svg {
  display: block;
}

.faq_card_checkbox {
  z-index: 2;
  cursor: pointer;
  border-radius: inherit;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq_card_wrap {
  color: #000;
  background-color: #fff;
  border-radius: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.faq_card_text {
  opacity: .8;
  text-wrap: pretty;
  max-width: 80ch;
}

.faq_card_padding {
  padding: 1.6rem;
}

.faq_card_padding.is-top-zero {
  padding-top: 0;
}

.faq_card_content {
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: grid;
}

.faq_card_clip {
  overflow: hidden;
}

.faq {
  display: block;
}

.faq-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.faq-item {
  color: #fff;
  background-color: #4a55e4;
  border-radius: 12px;
  padding: 20px 28px;
  display: block;
}

.faq-item-text {
  padding-right: 24px;
  font-family: Clashdisplay, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.faq-item-arrow {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.faq-item-1 {
  background-color: var(--primär);
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  padding: 20px 28px;
}

.faq-item-header {
  justify-content: space-between;
  align-items: center;
  list-style: none;
  display: flex;
}

.faq-item-answer {
  opacity: .9;
  border-top: 1px solid #ffffff40;
  margin-top: 16px;
  padding-top: 16px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  line-height: 1.6;
}

.div-block-119-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--sekundär), var(--primär) 40%);
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 65px 120px;
  display: flex;
  position: relative;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: var(--primär);
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--tertiär);
}

.text-span-8 {
  color: var(--primär);
}

.div-block-4er {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-9 {
  background-color: var(--tertiär);
  padding-left: 7px;
  padding-right: 7px;
}

.button-sekund-r {
  border: 1px solid var(--white);
  background-color: #1a56db00;
  border-radius: 20px;
  padding: 12px 30px;
}

.text-span-10 {
  color: var(--tertiär);
}

@media screen and (min-width: 1280px) {
  .logo-footer-image {
    width: 110px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .footer {
    padding-top: 130px;
  }

  .footer-brand-wrapper {
    width: 21%;
  }
}

@media screen and (min-width: 1440px) {
  .image-4 {
    object-fit: cover;
    width: auto;
    min-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-full {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-link {
    color: var(--black);
  }

  .navigation-link:hover {
    color: var(--primär);
  }

  .navigation-left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .prim-r {
    background-color: var(--primär);
    padding: 30px;
  }

  .sek-nd-r {
    background-color: var(--sekundär);
    padding: 30px;
  }

  .text-block-38 {
    color: #000;
  }

  .terti-r {
    background-color: var(--tertiär);
    padding: 30px;
  }

  .quart-r {
    background-color: var(--quatär);
    padding: 30px;
  }

  .button {
    border-radius: 20px;
  }

  .logo-footer-image {
    mix-blend-mode: hard-light;
    width: 250px;
  }

  .footer-logo-wrapper {
    max-width: none;
  }

  .footer {
    background-image: linear-gradient(3605deg, #5144e7, #00b3ff 62%);
  }

  .footer-email-link:hover {
    color: #005477;
  }

  .button-2, .button-sekund-r {
    border-radius: 20px;
  }
}

@media screen and (max-width: 991px) {
  .code-embed-15 {
    width: 160px;
  }

  .mobile-nav {
    background-color: #fff0;
    padding-top: 15px;
    position: absolute;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .navigation {
    display: none;
  }

  .text-block-37 {
    color: #fff;
  }

  .dropdown-3 {
    z-index: 1;
    width: 100%;
  }

  .menu-mob {
    color: #fff;
    background-color: #8c54ff;
    background-image: linear-gradient(230deg, #67232f, #fff0), linear-gradient(36deg, #4b218b, #fff0), radial-gradient(circle at 50% 0, #641e2b, #fff0), radial-gradient(circle at 100% 100%, #000, #fff0);
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-full {
    background-color: #fff;
  }

  .div-block-115 {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #ffffff1c;
    position: absolute;
    inset: 0%;
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .navigation-mob {
    background-color: #fff0;
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    padding: 25px 3%;
    display: flex;
  }

  .dropdown-list-3 {
    z-index: 2;
  }

  .dropdown-list-3.w--open {
    z-index: 5;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #ffffff1c;
    position: relative;
  }

  .dropdown-link-4 {
    color: #fff;
    font-weight: 300;
  }

  .mobile-nav-link {
    z-index: 1;
    color: #fff;
    width: 100%;
    font-weight: 300;
  }

  .navigation-left {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .footer-copyright {
    text-align: left;
  }

  .footer-logo-wrapper {
    align-items: center;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-social-icons-wrapper {
    margin-top: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-address {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-link, .white-text.footer-links-header {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.75rem;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .h4 {
    font-size: 1.125rem;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand-description {
    text-align: center;
  }

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

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .footer-link-wrapper {
    align-items: center;
    width: 50%;
  }

  .logo-footer-image {
    opacity: 1;
    mix-blend-mode: hard-light;
    background-color: #0000;
  }

  .footer-links-wrapper {
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-logo-wrapper {
    width: 90%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer {
    text-align: left;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .base-container {
    max-width: 315px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    padding: 8px 10px;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}