@font-face {
  font-family: Bevietnampro;
  src: url('../fonts/BeVietnamPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bevietnampro;
  src: url('../fonts/BeVietnamPro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bevietnampro;
  src: url('../fonts/BeVietnamPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bevietnampro;
  src: url('../fonts/BeVietnamPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --sb-black: black;
  --interactive-sb-green: #50715633;
  --sb-green: #507156;
  --sb-white: #fff;
  --sb-light-green: #96a839;
  --sb-yellow: #fbba22;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--foreground-interactive-hover: #1e116e;
  --sb-blue: #537da7;
  --sb-brown: #806b55;
  --sb-purple-light: #bba0cd;
  --sb-rosa: #ba67a6;
  --foreground-secondary: #000000c2;
  --spark-library--border-default: #00000029;
  --spark-library--light-steel-purple: #a695fb;
  --yellow-transparent: var(--sb-yellow);
  --spark-library--foreground-disabled: #98a1b3;
  --sb-purple-dark: #7a6c83;
  --spark-library--foreground-tertiary: #0000008f;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.nav-link {
  color: var(--sb-black);
  text-align: center;
  border-radius: 16px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.nav-link:hover {
  background-color: var(--interactive-sb-green);
  opacity: 1;
  color: var(--sb-green);
}

.nav-link.w--current {
  color: var(--sb-green);
  font-weight: 300;
}

.nav-link.spark-button {
  background-color: var(--sb-green);
  color: var(--sb-white);
  text-align: center;
  border-style: none;
  border-radius: 16px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.nav-link.spark-button:hover {
  background-color: var(--sb-light-green);
  opacity: 1;
  color: var(--sb-white);
}

.nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--sb-white);
}

.nav-link.spark-button.nav-kontakt {
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .9rem;
}

.nav-link.nav-glaeser {
  padding-right: 12px;
  font-size: .9rem;
}

.nav-link.nav-fassungen, .nav-link.nav-contactlinsen, .nav-link.nav-services, .nav-link.nav-ueber-uns, .nav-link.nav-stellenangebot {
  padding-left: 12px;
  padding-right: 12px;
  font-size: .9rem;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--sb-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.brand-logo {
  z-index: 2;
  width: auto;
  max-width: none;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--sb-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--sb-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.simple-menu-button.w--open {
  background-color: var(--interactive-sb-green);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--sb-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.navbar {
  z-index: 99;
  background-color: var(--sb-white);
  border-radius: 24px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px #0000001a;
}

.nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sub-paragraph {
  letter-spacing: 1.5px;
  width: 100%;
  margin-bottom: 64px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.image {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 60px;
  max-width: 60%;
  height: 88px;
  max-height: none;
  display: block;
  overflow: hidden;
}

.spark-wrapped-square-team {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-wrapped-team-card, .spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: var(--sb-white);
  color: var(--sb-black);
  font-family: Bevietnampro, Arial, sans-serif;
  font-weight: 300;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.container.kontakt {
  background-color: var(--sb-green);
  border-radius: 24px;
  max-width: 1920px;
  padding: 80px;
}

.section-hero {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-hero.hero-background-image-with-centered-content {
  background-image: linear-gradient(#00000040, #00000040), url('../images/5-1-0_Ueberuns-Headder-v2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 100vh;
  margin-top: -100px;
  display: flex;
}

.section-hero.hero-background-image-with-centered-content.home {
  color: var(--sb-white);
  background-image: linear-gradient(#7e5e144a, #7e5e144a), url('../images/Hero.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: visible;
}

.section-hero.hero-background-image-with-centered-content.gl-ser {
  background-image: linear-gradient(#00000040, #00000040), url('../images/header-glaeser.jpg');
}

.section-hero.hero-background-image-with-centered-content.fassungen {
  background-color: #00000040;
  background-image: linear-gradient(#00000040, #00000040), url('../images/brillen-sommer-fassungen-header.jpg');
}

.section-hero.hero-background-image-with-centered-content.contactlinsen {
  background-image: linear-gradient(#00000040, #00000040), url('../images/brillen-sommer-glaeser-1.webp');
}

.section-hero.hero-background-image-with-centered-content.services {
  background-image: linear-gradient(#00000040, #00000040), url('../images/brillen-sommer-header-service.jpg');
  background-size: auto, cover;
}

.section-hero.hero-background-image-with-centered-content.kontakt {
  background-image: url('../images/header-kontakt.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.section-hero.hero-background-image-with-centered-content.stellenangebote {
  background-color: var(--sb-green);
  background-image: url('../images/stellenangebot-intro.jpg'), linear-gradient(#00000040, #00000040);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section-hero h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-hero h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-hero h1 {
  color: var(--sb-white);
  word-break: normal;
  margin-bottom: 1rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.section-hero h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.section-hero h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-hero h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-hero ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-hero li {
  margin-bottom: .5rem;
}

.button {
  border: 1px solid var(--sb-green);
  background-color: var(--sb-green);
  color: var(--sb-white);
  border-radius: 16px;
  flex: none;
  padding: 16px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.button:hover {
  border-color: var(--sb-green);
  background-color: var(--sb-light-green);
  opacity: 1;
}

.button.secondary {
  background-color: var(--sb-white);
  box-shadow: inset 0 0 0 1.5px var(--sb-green);
  color: var(--sb-green);
  border-style: none;
  font-family: Bevietnampro, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.button.secondary:hover {
  background-color: var(--interactive-sb-green);
  box-shadow: inset 0 0 0 1.5px var(--sb-green);
  color: var(--sb-green);
}

.button.white {
  background-color: var(--sb-white);
  color: var(--sb-green);
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  font-family: Bevietnampro, Arial, sans-serif;
  font-weight: 300;
}

.button.white:hover {
  background-color: var(--sb-yellow);
  color: var(--sb-white);
}

.button.light {
  border-style: solid;
  border-color: var(--sb-white);
  background-color: var(--sb-white);
  color: var(--sb-black);
  text-align: center;
  border-radius: 16px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-weight: 300;
}

.button.light:hover {
  border-style: solid;
  border-color: var(--sb-green);
  background-color: var(--interactive-sb-green);
}

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

.flex-row.centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.flex-row.margin-top-32 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
}

.flex-row.image-left {
  justify-content: space-between;
  align-items: flex-start;
}

.container-wide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-intro {
  background-color: var(--sb-white);
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-intro h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-intro h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-intro h1 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.section-intro h2 {
  color: var(--sb-white);
  overflow-wrap: break-word;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.section-intro h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-intro h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-intro p {
  color: var(--sb-white);
  -webkit-text-stroke-color: var(--sb-green);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-intro ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-intro li {
  margin-bottom: .5rem;
}

.section-intro.small {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-intro.small.green {
  background-color: var(--sb-green);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.section-intro.small.blue {
  background-color: var(--sb-blue);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.section-intro.small.yellow {
  background-color: var(--sb-yellow);
}

.section-intro.small.brown {
  background-color: var(--sb-brown);
}

.section-intro.small.purple-light {
  background-color: var(--sb-purple-light);
}

.section-intro.small.rosa {
  background-color: var(--sb-rosa);
}

.div-block {
  flex: 1;
}

.container-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-teaser {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  padding: 120px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-teaser h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-teaser h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-teaser h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-teaser h2 {
  color: var(--sb-white);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.section-teaser h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-teaser h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-teaser p {
  color: var(--sb-white);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-teaser ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-teaser li {
  margin-bottom: .5rem;
}

.section-teaser.green {
  background-color: var(--sb-green);
}

.section-teaser.blue {
  background-color: var(--sb-blue);
}

.section-teaser.yellow {
  background-color: var(--sb-yellow);
}

.section-teaser.brown {
  background-color: var(--sb-brown);
}

.section-teaser.light-purple {
  background-color: var(--sb-purple-light);
}

.section-teaser.pink {
  background-color: var(--sb-rosa);
}

._900-width {
  width: 952px;
  max-width: 100%;
}

.small-sub-paragraph {
  color: var(--foreground-secondary);
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3;
}

.small-sub-paragraph.margin-bottom-16px {
  margin-bottom: 16px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.two-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapped-card.stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.section-expertisen {
  background-color: var(--sb-white);
  margin-top: 0;
  padding: 120px 64px;
}

.section-kontakt-image {
  object-fit: fill;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

.content-section-left-side {
  width: 616px;
  max-width: 50%;
}

.section-image {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-image.dark-hero-background-image {
  background-image: linear-gradient(180deg, var(--sb-green), #0000 50%), url('../images/D8E_0398.webp');
  color: var(--sb-white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
}

.section-image.dark-hero-background-image.green {
  background-image: linear-gradient(180deg, var(--sb-green), #0000 50%), url('../images/brillen-sommer-brillen-5.webp');
  -webkit-text-stroke-color: #0000;
  margin-top: 0;
}

.section-image.dark-hero-background-image.blue {
  background-image: linear-gradient(180deg, var(--sb-blue), #0000 50%), url('../images/brillen-sommer-beratung-3.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.dark-hero-background-image.yellow {
  background-image: linear-gradient(180deg, var(--sb-yellow), #0000 50%), url('../images/D8E_0398.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.dark-hero-background-image.brown {
  background-image: linear-gradient(180deg, var(--sb-brown), #0000 50%), url('../images/brillen-sommer-brillen-2.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.dark-hero-background-image.purple-light {
  background-image: linear-gradient(180deg, var(--sb-purple-light), #0000 50%), url('../images/brillen-sommer-technik-5.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.dark-hero-background-image.pink {
  background-image: linear-gradient(180deg, var(--sb-rosa), #0000 50%), url('../images/brillen-sommer-technik-11.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-image h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-image h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-image h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.section-image h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-image h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-image ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-image li {
  margin-bottom: .5rem;
}

.section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section.primary-bottom-border {
  border: 1px solid var(--sb-green);
}

.section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section p {
  -webkit-text-stroke-color: var(--foreground-secondary);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.3;
}

.section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section li {
  margin-bottom: .5rem;
}

.section.footer {
  padding-top: 124px;
  padding-bottom: 124px;
}

.max-width-731 {
  max-width: 416px;
}

.spark-social-link-2 {
  background-color: var(--sb-white);
  color: var(--sb-green);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link-2:hover {
  background-color: var(--sb-green);
  opacity: 1;
  color: var(--sb-white);
}

.brand {
  width: 220px;
  display: inline-block;
}

.footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-column.right-side-footer-column {
  flex-flow: row;
  justify-content: space-around;
}

.footer-bottom {
  background-color: var(--interactive-sb-green);
  padding: 1rem 64px;
}

.footer-bottom.white-background {
  background-color: var(--sb-green);
  color: var(--sb-black);
}

.footer {
  width: 100%;
  position: relative;
}

.footer-text {
  color: var(--sb-white);
  margin-bottom: 0;
}

.spark-social-link-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.small-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
}

.flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-foreground-secondary-2 {
  color: var(--foreground-secondary);
  margin-top: 8px;
  padding-top: 0;
  display: inline-block;
}

.spark-social-icon-svg-2 {
  width: 20px;
  height: 20px;
}

.heading-5 {
  font-family: Bevietnampro, Arial, sans-serif;
  font-weight: 300;
}

.heading {
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading.yellow-white {
  color: var(--sb-white);
  overflow-wrap: normal;
}

.heading.green-black {
  color: var(--sb-green);
  overflow-wrap: normal;
}

.heading.black {
  color: var(--sb-black);
}

.heading.white {
  color: var(--sb-white);
}

.heading-sections {
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

.section-brillen {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.section-brillen h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-brillen h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-brillen h1 {
  font-family: Bevietnampro, Arial, sans-serif;
}

.section-brillen h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.section-brillen h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-brillen h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.section-brillen p {
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.section-brillen ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-brillen li {
  margin-bottom: .5rem;
}

.section-brillen.services {
  padding-bottom: 0;
}

.section-brillen.services.bottom-176 {
  padding-bottom: 176px;
}

.hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: 30%;
  height: auto;
  max-height: 50%;
  display: block;
}

.section-right-side {
  width: 65%;
}

.paragraph-large.black {
  color: var(--sb-black);
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph-large.white {
  color: var(--sb-white);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph.white {
  letter-spacing: 1.5px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

.text-span-2 {
  color: var(--sb-yellow);
}

.text-span-3 {
  color: var(--sb-green);
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-kontakt {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-kontakt h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-kontakt h4 {
  color: var(--sb-white);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-kontakt h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-kontakt h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.section-kontakt h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-kontakt h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-kontakt ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-kontakt li {
  margin-bottom: .5rem;
}

.spark-secondary-paragraph {
  color: var(--foreground-secondary);
  margin-bottom: 64px;
}

.three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.margin-bottom-104px {
  margin-bottom: 104px;
}

.text-span-4 {
  color: var(--sb-yellow);
}

.two-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: stretch;
}

.teaser-image {
  border-radius: 24px;
  max-width: 50%;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-team {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-team h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-team h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-team h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.section-team h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.section-team h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-team h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-team p {
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
}

.section-team ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-team li {
  margin-bottom: .5rem;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-3 {
  color: var(--foreground-secondary);
  margin-bottom: 64px;
}

.team-member-details {
  max-width: 590px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.spark-vertical-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 12px;
  width: 310px;
  height: 310px;
}

.four-column-team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapped-team-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapped-team-card-2.top-aligned {
  align-items: flex-start;
}

.social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.social-row.left-aligned {
  justify-content: flex-start;
}

.flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.horizontal-team-member-image {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: 300px;
  display: block;
}

.horizontal-team-member-image.small {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 480px;
  max-width: 100%;
  height: 480px;
}

.spark-gray-paragraph {
  color: var(--foreground-secondary);
  line-height: 1.3;
}

.flex-row-of-two-team-members {
  grid-column-gap: 64px;
  margin-bottom: 64px;
  display: flex;
}

.stacked-card {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.three-team-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-nav-link {
  color: var(--sb-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--interactive-sb-green);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--sb-white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--sb-white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--sb-white);
}

.spark-nav-link.spark-with-mega-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link.spark-with-mega-dropdown.w--open {
  background-color: var(--interactive-sb-green);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  transition: color .15s, background-color .15s, opacity .15s;
  position: static;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--sb-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--sb-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--sb-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--interactive-sb-green);
  border-radius: 8px;
}

.spark-line-6 {
  z-index: 1;
  background-color: var(--sb-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-icon-2 {
  width: 12px;
  display: inline-block;
}

.spark-dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  background-color: var(--interactive-sb-green);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-dropdown-list.w--open {
  background-color: var(--sb-white);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 72px 0% 0%;
}

.spark-mega-dropdown {
  position: static;
}

.spark-mega-dropdown-card {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--sb-white);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.spark-mega-dropdown-card.spark-condensed-card {
  grid-column-gap: 32px;
  justify-content: space-between;
}

.spark-nav-with-mega-dropdowns {
  align-items: center;
  display: flex;
  position: static;
}

.spark-nav-sub-heading {
  border-bottom: 1px solid #00000029;
  padding-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 500;
}

.spark-sub-nav-list {
  flex-direction: column;
  width: 200px;
  display: flex;
}

.spark-card-link {
  color: var(--sb-white);
  background-image: url('../images/Media_1Media.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 380px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link:hover {
  opacity: 1;
}

.spark-sub-text-in-card-link {
  text-align: left;
  background-color: #155eefb3;
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-size: 1.3rem;
  position: absolute;
}

.spark-square-menu-with-mega-dropdown-variety-links {
  background-color: var(--sb-white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

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

.container-contact {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: Bevietnampro, Arial, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: var(--sb-white);
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--sb-white);
  font-family: Bevietnampro, Arial, sans-serif;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 5%;
  background-color: var(--sb-green);
  border-radius: 24px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 80px;
}

.spark-flex-row.spark-wrapped {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: Bevietnampro, Arial, sans-serif;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--sb-yellow);
}

.hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--sb-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 296px;
  font-weight: 300;
  display: flex;
}

.left-side-vertical-image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.left-side-vertical-image.full-height {
  border-radius: 24px;
  max-width: 100%;
  max-height: 800px;
  position: static;
}

.text-block {
  font-family: Bevietnampro, Arial, sans-serif;
}

.text-block.markplatz-10 {
  color: var(--sb-yellow);
  font-weight: 300;
}

.text-block.yellow {
  color: var(--sb-yellow);
}

.grid-kontakt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  justify-items: stretch;
  display: grid;
}

.div-block-kontakt {
  padding-top: 8px;
}

.div-block-2 {
  padding-top: 0;
}

.text-span-5 {
  color: var(--sb-yellow);
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-philosophie {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-philosophie h5 {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-philosophie h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-philosophie h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-philosophie h2 {
  white-space: normal;
  word-break: normal;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.section-philosophie h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-philosophie h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-philosophie p {
  color: var(--sb-black);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6;
}

.section-philosophie ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-philosophie li {
  margin-bottom: .5rem;
}

.spark-icon-3 {
  width: 12px;
  display: inline-block;
}

.spark-icon-3.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-5 {
  color: var(--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph-2 {
  color: var(--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-vertical-image-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 310px;
}

.spark-four-column-team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-wrapped-team-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: border-color .15s;
}

.spark-wrapped-team-card-2.spark-stacked:hover {
  border: 1px solid var(--foreground-secondary);
  border-radius: 8px;
  padding: 8px;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-tab {
  color: var(--sb-black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-tab:hover {
  background-color: var(--interactive-sb-green);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-tab.w--current {
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-parent, .spark-tabs-content {
  width: 100%;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-social-link {
  background-color: var(--sb-white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--sb-white);
}

.spark-social-link.primary {
  background-color: var(--interactive-sb-green);
}

.spark-social-link.primary:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--interactive-sb-green);
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-bottom {
  background-color: var(--interactive-sb-green);
  padding: 1rem 64px;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-5-spacing.spark-column-tablet-down {
  justify-content: space-between;
  align-items: flex-start;
}

.spark-flex-row-2.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-small-icon-3 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-3.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-flex-left {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-link-with-icon {
  grid-column-gap: 12px;
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--sb-white);
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-footer-link-with-icon.spark-secondary-button {
  background-color: var(--interactive-sb-green);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  align-items: center;
  text-decoration: none;
}

.spark-footer-link-with-icon.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
}

.spark-foreground-secondary {
  color: var(--foreground-secondary);
}

.spark-footer-section {
  width: 100%;
  padding: 176px 64px;
  position: relative;
}

.spark-footer-section.spark-secondary-background {
  background-color: var(--interactive-sb-green);
  padding-bottom: 128px;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.text-span-6 {
  color: var(--sb-green);
}

.bold-text {
  font-weight: 300;
}

.text-span-7 {
  color: var(--sb-green);
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  margin-bottom: 104px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-weight: 300;
}

.spark-flexed-rows {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.spark-flexed-rows.spark-max-width-row-600 {
  grid-row-gap: 24px;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  margin-bottom: 24px;
  font-weight: 300;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-section-2.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--sb-yellow), #0000), url('../images/Hero.webp');
  color: var(--sb-white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  min-height: 80vh;
  margin-bottom: 180px;
}

.spark-section-2 h1 {
  color: var(--sb-black);
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.spark-section-2 p {
  color: var(--sb-black);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6;
}

.spark-max-width-600 {
  max-width: 600px;
}

.spark-three-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
  align-items: center;
}

.spark-grid-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.text-span-8, .text-span-9 {
  color: var(--sb-green);
}

.spark-max-width-730 {
  flex: none;
  max-width: 730px;
}

.spark-button-3 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--sb-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--interactive-sb-green);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--sb-white);
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--sb-white);
  color: var(--spark-library--foreground-interactive);
}

.spark-lightbox-button.spark-white-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--interactive-sb-green);
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-fassungen {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-fassungen h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-fassungen h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-fassungen h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-fassungen h2 {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.section-fassungen h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-fassungen h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-fassungen p {
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
}

.section-fassungen ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
  list-style-type: disc;
}

.section-fassungen li {
  margin-bottom: .5rem;
}

.spark-button-4 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--sb-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-4.spark-secondary-button {
  background-color: var(--interactive-sb-green);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-5-spacing {
  grid-column-gap: 5%;
  justify-content: space-between;
  align-items: flex-start;
}

.spark-flex-row-3.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-secondary-paragraph-9 {
  color: var(--foreground-secondary);
  margin-bottom: 64px;
}

.spark-hero-section-image {
  background-image: url('../images/brillen-sommer-brillen-4.webp');
  background-size: auto;
  border-radius: 24px;
  flex: 0 auto;
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
}

.spark-content-section-left-side {
  width: 100%;
  max-width: 100%;
}

.text-span-10 {
  color: var(--sb-green);
}

.section-contactlinsen {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-services {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-services h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-services h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-services h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-services h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.section-services h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-services h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-services p {
  color: var(--sb-black);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.section-services ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-services li {
  margin-bottom: .5rem;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-bold-heading-3 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-3.spark-card-title {
  font-size: 1.2rem;
}

.spark-small-sub-paragraph-3 {
  color: var(--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 870px;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-side-flat-tab-parent {
  width: 100%;
  font-family: Bevietnampro, Arial, sans-serif;
  display: block;
}

.spark-stacked-flat-tabs-menu {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  font-family: Bevietnampro, Arial, sans-serif;
  display: inline-block;
}

.spark-side-flat-tab {
  border-bottom: 3px solid var(--interactive-sb-green);
  color: var(--sb-black);
  background-color: #0000;
  width: 100%;
  padding: 48px 24px;
  font-family: Bevietnampro, Arial, sans-serif;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  border-bottom-color: var(--sb-light-green);
  opacity: 1;
  color: var(--sb-green);
  -webkit-text-stroke-color: var(--sb-green);
  font-family: Bevietnampro, Arial, sans-serif;
}

.spark-side-flat-tab.w--current {
  border-bottom-color: var(--sb-green);
  color: var(--sb-green);
  background-color: #0000;
  font-family: Bevietnampro, Arial, sans-serif;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-two-column-grid.one {
  grid-template-columns: 1fr 1fr;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.bold-text-2 {
  font-weight: 300;
}

.text-span-11 {
  color: var(--sb-green);
}

.text-span-12 {
  color: var(--sb-black);
}

.image-2 {
  flex: 0 auto;
  max-width: none;
  height: 100%;
}

.image-3 {
  max-width: 120%;
  height: 100%;
}

.grid-teaser {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.image-teaser {
  background-image: url('../images/Fassungen-Blaue.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 24px;
}

.image-teaser.services-1 {
  background-image: url('../images/service-sehschaerfe.jpg');
  background-position: 50%;
}

.image-teaser.services-2 {
  background-image: url('../images/service-glasbestimmung-v2.jpg');
}

.image-teaser.services-3 {
  background-image: url('../images/service-reparatur.jpg');
  background-position: 50%;
}

.image-teaser.gl-ser-1 {
  background-image: url('../images/brillen-sommer-glaeser-klare.jpg');
}

.image-teaser.gl-ser-2 {
  background-image: url('../images/brillen-sommer-glaeser-sonne.jpg');
}

.image-teaser.contactlinsen {
  background-image: url('../images/Fassungen-Linsen.jpg');
}

.image-4 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.image-5 {
  width: auto;
  max-width: 100vw;
  height: 100vh;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section-2 {
  height: 100vh;
}

.div-block-4 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.spark-container-6 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 64px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-weight: 300;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  margin-bottom: 64px;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-secondary-paragraph-12 {
  color: var(--foreground-secondary);
  margin-bottom: 64px;
}

.spark-900-width-3 {
  width: 952px;
  max-width: 100%;
}

.modal {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  background-color: var(--foreground-secondary);
  width: 100%;
  height: 100%;
}

.modal-container {
  background-color: var(--sb-green);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  height: auto;
  padding: 24px 24px 32px;
  display: flex;
  position: absolute;
}

.heading-6 {
  color: var(--sb-white);
  text-align: center;
  font-weight: 300;
}

.image-7 {
  max-width: 66%;
  margin-bottom: 40px;
}

.link-block {
  color: var(--sb-white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  font-size: 4rem;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.close-text {
  font-size: 4rem;
  text-decoration: none;
  transform: rotate(45deg);
}

.heading-7 {
  color: var(--sb-white);
  margin-top: 0;
  font-size: 47px;
  font-weight: 700;
}

.headline-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.spark-container-7 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-7.jobs {
  padding-left: 0;
}

.spark-section-4 {
  width: 100%;
  padding: 120px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  color: var(--sb-black);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 p {
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.spark-button-5 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--sb-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-5:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-5.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button-5.spark-full-width:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-simple-shadow-tiny {
  box-shadow: -1px 1px 10px #0000001f;
}

.spark-display-small {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-small-icon-4 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-4.spark-primary-color {
  color: var(--sb-white);
}

.spark-small-icon-4.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled);
}

.spark-foreground-secondary-3 {
  color: var(--foreground-secondary);
}

.spark-foreground-secondary-3.spark-no-bottom {
  margin-bottom: 0;
}

.spark-flex-row-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.spark-flex-row-pricing.spark-align-top {
  grid-column-gap: 64px;
  flex-direction: row;
  align-items: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.spark-pricing-column {
  background-color: var(--sb-white);
  border-radius: 8px;
  width: 458px;
  max-width: 100%;
}

.spark-pricing-column.spark-simple-shadow-tiny {
  border-radius: 24px;
  flex: 1;
  max-width: 100%;
  display: block;
}

.spark-pricing-top {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  background-image: linear-gradient(#00000014, #00000014), url('../images/Hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 #0000;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-direction: column;
  padding: 56px 16px;
  display: flex;
}

.spark-centered-primary-bg-content {
  grid-row-gap: 8px;
  color: var(--spark-library--foreground-interactive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.spark-label {
  font-weight: 500;
  line-height: 1;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-foreground-primary {
  color: var(--sb-black);
  font-weight: 600;
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  background-color: var(--sb-green);
  text-align: center;
  border: 0 #0000;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  padding: 16px 24px 24px;
  display: flex;
}

.spark-checked-item-2 {
  grid-column-gap: 16px;
  color: var(--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 740px;
  display: flex;
}

.spark-features-included {
  grid-row-gap: 24px;
  background-color: var(--sb-green);
  text-align: left;
  border: 0 #0000;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-label-medium {
  margin-bottom: 1rem;
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.spark-pricing-info-block {
  width: 420px;
  max-width: 100%;
  font-size: 1.4rem;
}

.text-stellenanzeige-card {
  color: var(--sb-white);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5rem;
}

.text-stellenanzeige-card.headline {
  padding-bottom: 8px;
  font-style: normal;
  font-weight: 700;
}

.text-stellenanzeige-card.text {
  padding-right: 8px;
  font-size: 1.2rem;
  text-decoration: none;
}

.headline-stellenangebote-card {
  color: var(--sb-white);
  font-family: Bevietnampro, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.headline-stellenangebote-card._1-zeile {
  text-shadow: 0 1px 8px #0003;
  font-size: 3.7rem;
  line-height: 2.8rem;
}

.headline-stellenangebote-card._2-zeile {
  text-shadow: 0 1px 8px #0003;
  font-size: 2.5rem;
  line-height: 2.3rem;
}

.headline-stellenangebote-card._3-zeile {
  text-shadow: 0 1px 8px #0003;
  font-size: 1.3rem;
  line-height: 1.1rem;
}

.navbar-2 {
  padding-left: 16px;
}

.navbar-3 {
  padding-left: 12px;
}

.navbar-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.dot-text {
  padding-bottom: 8px;
  display: flex;
}

.e-mail-link, .telefonie-link {
  color: var(--sb-yellow);
}

@media screen and (min-width: 1280px) {
  .section-hero h1 {
    font-size: 7rem;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link.w--current {
    font-weight: 600;
  }

  .section-hero h1 {
    font-size: 8rem;
  }

  .heading.yellow-white {
    word-break: normal;
  }

  .teaser-image {
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nav-menu {
    z-index: 99;
    background-color: var(--sb-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .nav-menu.rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--sb-green);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--sb-green);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

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

  .spark-line-2.spark-simple-line {
    background-color: var(--sb-green);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-bar-inner {
    padding: 8px 0;
  }

  .sub-paragraph {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .image {
    max-width: 60%;
    height: 73px;
  }

  .spark-wrapped-square-team, .spark-wrapped-team-card, .spark-wrapped-card {
    width: 45%;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-hero.hero-background-image-with-centered-content {
    background-image: linear-gradient(#0000, #0000), url('../images/brillen-sommer-mitarbeiter-2.webp');
    background-position: 0 0, 45% 0;
  }

  .section-hero.hero-background-image-with-centered-content.fassungen {
    background-image: linear-gradient(to bottom, null, null), url('../images/brillen-sommer-fassungen-header.jpg');
    background-position: 0 0, 50%;
  }

  .section-hero.hero-background-image-with-centered-content.contactlinsen {
    background-image: linear-gradient(#0000, #0000), url('../images/brillen-sommer-glaeser-1.webp');
    background-position: 0 0, 50% 0;
  }

  .section-hero h1 {
    color: var(--sb-white);
    font-size: 5rem;
  }

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

  .flex-row.margin-top-32 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-row.image-right {
    flex-flow: column-reverse;
  }

  .section-intro {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-intro h1 {
    overflow-wrap: normal;
  }

  .section-teaser {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-teaser h2 {
    font-size: 2.5rem;
  }

  .two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .wrapped-card {
    width: 45%;
  }

  .wrapped-card.stacked {
    width: 48%;
  }

  .section-expertisen {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-kontakt-image, .content-section-left-side {
    width: 100%;
    max-width: 100%;
  }

  .section-image, .section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .small-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 6fr 1fr;
    grid-auto-columns: 3.5fr;
    grid-auto-flow: column;
  }

  .flexed-row-of-links {
    flex-flow: column;
    display: flex;
  }

  .heading.green-black {
    white-space: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .section-brillen {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-brillen h2 {
    font-size: 2.5rem;
  }

  .hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .section-right-side {
    width: 100%;
  }

  .headline-paragraph {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .paragraph-large.black {
    display: block;
  }

  .section-kontakt {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .teaser-image {
    max-width: 100%;
  }

  .section-team {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .team-member-details._24px-padding {
    padding-top: 24px;
  }

  .four-column-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .wrapped-team-card-2 {
    width: 45%;
  }

  .wrapped-team-card-2.top-aligned {
    grid-column-gap: 64px;
    flex-flow: column;
    width: 100%;
  }

  .flex-row-of-team-members {
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .flex-row-of-two-team-members {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stacked-card {
    width: 100%;
  }

  .three-team-column-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-mega-dropdown-list.w--open {
    z-index: 10;
    box-shadow: none;
    position: relative;
    top: 0;
  }

  .spark-mega-dropdown {
    width: 100%;
    position: relative;
  }

  .spark-mega-dropdown-card {
    z-index: 1;
    grid-column-gap: 32px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .spark-mega-dropdown-card.spark-condensed-card {
    grid-row-gap: 32px;
  }

  .spark-nav-with-mega-dropdowns {
    z-index: 99;
    background-color: var(--sb-white);
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    position: absolute;
  }

  .spark-sub-nav-list {
    width: 100%;
  }

  .spark-square-menu-with-mega-dropdown-variety-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-links-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 33px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    grid-column-gap: 10%;
    grid-row-gap: 60px;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    padding: 40px;
  }

  .hero-section-left-side {
    width: 100%;
  }

  .left-side-vertical-image {
    flex: 0 auto;
    position: relative;
  }

  .left-side-vertical-image.full-height {
    min-width: 100%;
    max-width: 100%;
    max-height: 800px;
  }

  .grid-kontakt {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-philosophie {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-philosophie h2 {
    word-break: normal;
  }

  .spark-four-column-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-team-card-2 {
    width: 45%;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-column-tablet-down {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .spark-footer-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-section.spark-secondary-background {
    padding-bottom: 104px;
  }

  .spark-section-2, .section-fassungen {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .section-services {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-side-flat-tab-parent {
    flex-flow: column;
    display: flex;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: row;
    justify-content: space-around;
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
    display: flex;
  }

  .spark-side-flat-tab {
    width: 100%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-side-tabs-content {
    justify-content: space-around;
    display: flex;
  }

  .tab-pane-tab-1 {
    flex: 0 auto;
  }

  .grid-teaser {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    display: grid;
  }

  .image-teaser {
    min-height: 600px;
  }

  .spark-section-3, .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-pricing {
    flex-wrap: wrap;
    justify-content: center;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .spark-pricing-info-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.spark-button:hover {
    background-color: var(--sb-yellow);
  }

  .nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .nav-menu.rounded-corners {
    border-radius: 24px;
  }

  .navbar {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-wrapped-square-team, .spark-wrapped-team-card, .spark-wrapped-card, .container {
    width: 100%;
  }

  .section-hero {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-hero.hero-background-image-with-centered-content {
    width: 100%;
    min-width: 100vw;
    min-height: 800px;
  }

  .section-hero h1 {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 3.5rem;
    display: block;
  }

  .flex-row {
    flex-direction: column;
  }

  .flex-row.centered {
    flex-direction: row;
  }

  .container-wide {
    width: 100%;
  }

  .section-intro {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .container-footer {
    width: 100%;
  }

  .section-teaser {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .small-sub-paragraph {
    line-height: 1.3;
  }

  .two-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrapped-card {
    width: 100%;
  }

  .wrapped-card.stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .section-kontakt-image, .content-section-left-side {
    width: 100%;
    max-width: 100%;
  }

  .section-image {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-image.dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--spark-library--foreground-interactive-hover), var(--spark-library--border-default)), url('../images/image_1image.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .footer-column.right-side-footer-column {
    flex-flow: column;
  }

  .small-grid {
    flex-direction: column;
    display: flex;
  }

  .flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .heading.yellow-white {
    word-break: normal;
    overflow-wrap: normal;
  }

  .heading.yellow-white.hyphenate {
    font-size: 2.5rem;
  }

  .heading.green-black {
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: normal;
  }

  .section-brillen {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-brillen h2 {
    font-size: 2rem;
  }

  .hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .section-right-side {
    width: 100%;
  }

  .text-span-3 {
    overflow-wrap: break-word;
  }

  .spark-container {
    width: 100%;
  }

  .section-kontakt {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .section-team {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrapped-team-card-2 {
    width: 100%;
  }

  .wrapped-team-card-2.top-aligned {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .flex-row-of-two-team-members {
    grid-template-columns: 1fr;
  }

  .stacked-card {
    width: 100%;
  }

  .three-team-column-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .spark-container-3 {
    width: 100%;
  }

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

  .spark-nav-link.spark-with-mega-dropdown {
    justify-content: space-between;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-mega-dropdown-card {
    padding: 16px;
  }

  .spark-card-link {
    background-position: 50%;
    width: 100%;
  }

  .spark-square-menu-with-mega-dropdown-variety-links {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-contact {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .spark-flex-row.spark-wrapped {
    align-items: flex-start;
  }

  .hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .left-side-vertical-image {
    width: 100%;
    max-width: 100%;
  }

  .text-span-5 {
    overflow-wrap: normal;
  }

  .spark-container-4 {
    width: 100%;
  }

  .section-philosophie {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-5 {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-team-card-2 {
    width: 100%;
  }

  .spark-wrapped-team-card-2.spark-stacked {
    width: 45%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-footer-section {
    padding-top: 88px;
  }

  .spark-footer-section.spark-secondary-background {
    padding-bottom: 32px;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--yellow-transparent), var(--spark-library--border-default)), url('../images/Hero.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .spark-three-image-grid {
    width: 100%;
    position: relative;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-container-5 {
    width: 100%;
  }

  .section-fassungen {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-3.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-secondary-paragraph-9 {
    margin-bottom: 32px;
  }

  .spark-hero-section-image, .spark-content-section-left-side {
    width: 100%;
    max-width: 100%;
  }

  .section-services {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-small-sub-paragraph-3 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-side-flat-tab-parent {
    display: block;
  }

  .spark-stacked-flat-tabs-menu {
    vertical-align: baseline;
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-side-tabs-content, .spark-container-6 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-12 {
    margin-bottom: 32px;
  }

  .modal-container {
    width: 90%;
  }

  .spark-container-7 {
    width: 100%;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
    font-weight: 300;
  }

  .spark-flex-row-pricing {
    flex-direction: column;
  }

  .spark-features-included {
    padding: 32px 32px 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-bottom: .5rem;
  }

  .nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .simple-menu-button {
    padding-left: 0;
  }

  .navbar {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-inner {
    padding: 0 12px;
  }

  .sub-paragraph {
    font-size: 1.2rem;
  }

  .sub-paragraph.hyphenate {
    word-break: normal;
  }

  .image {
    max-width: 50%;
  }

  .section-hero {
    padding: 64px 20px;
  }

  .section-hero.hero-background-image-with-centered-content {
    padding-bottom: 64px;
  }

  .section-hero h1 {
    word-break: normal;
    font-size: 2rem;
  }

  .section-hero h2 {
    font-size: 2.5rem;
  }

  .flex-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
  }

  .flex-row.centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .section-intro {
    padding: 64px 20px;
  }

  .section-intro h1 {
    font-size: 3rem;
  }

  .section-intro h2 {
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 1.8rem;
    display: block;
  }

  .section-intro p {
    font-size: 1rem;
  }

  .section-intro.small.green {
    padding: 80px 16px;
  }

  .section-intro.small.blue, .section-intro.small.yellow, .section-intro.small.brown, .section-intro.small.purple-light, .section-intro.small.rosa {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-teaser {
    padding: 64px 20px;
  }

  .section-teaser h1 {
    font-size: 3rem;
  }

  .section-teaser h2 {
    font-size: 2.5rem;
  }

  .section-teaser p {
    font-size: 1rem;
  }

  .wrapped-card.stacked {
    width: 100%;
  }

  .card-details {
    grid-row-gap: 8px;
  }

  .section-expertisen {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-image {
    padding: 64px 20px;
  }

  .section-image.dark-hero-background-image {
    background-image: linear-gradient(170deg, var(--sb-green), var(--spark-library--border-default)), url('../images/D8E_0398.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 64px;
  }

  .section-image.dark-hero-background-image.green, .section-image.dark-hero-background-image.blue {
    min-height: 60vh;
  }

  .section-image h1 {
    font-size: 3rem;
  }

  .section-image h2 {
    font-size: 2.5rem;
  }

  .section {
    padding: 64px 20px;
  }

  .section h1 {
    font-size: 3rem;
  }

  .section h2 {
    font-size: 2.5rem;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom.white-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .small-grid {
    flex-direction: column;
    display: flex;
  }

  .flexed-row-of-links {
    flex-flow: row;
    align-items: flex-start;
    margin-top: 32px;
  }

  .heading-5 {
    font-size: 1.6rem;
  }

  .heading {
    white-space: normal;
    font-size: 3rem;
  }

  .heading.yellow-white {
    line-height: 1.4;
  }

  .section-brillen {
    padding: 64px 20px;
  }

  .section-brillen h1 {
    font-size: 3rem;
  }

  .section-brillen h2 {
    font-size: 2rem;
  }

  .headline-paragraph {
    max-width: 100%;
    display: block;
  }

  .paragraph.white {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .section-kontakt {
    padding: 64px 20px;
  }

  .section-kontakt h1 {
    font-size: 3rem;
  }

  .section-kontakt h2 {
    font-size: 2.5rem;
  }

  .spark-900-width.margin-bottom-104px {
    margin-bottom: 64px;
  }

  .section-team {
    padding: 64px 20px;
  }

  .section-team h1 {
    font-size: 3rem;
  }

  .section-team h2 {
    font-size: 2.5rem;
  }

  .spark-icon.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .horizontal-team-member-image.small, .stacked-card {
    width: 100%;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-link.spark-with-mega-dropdown {
    justify-content: space-between;
    margin-bottom: .5rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-inner {
    background-color: var(--sb-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-mega-dropdown-card.spark-condensed-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-nav-with-mega-dropdowns {
    border-radius: 20px;
    padding: 1rem .5rem;
  }

  .spark-card-link {
    height: 260px;
  }

  .spark-square-menu-with-mega-dropdown-variety-links {
    padding-right: 0;
  }

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

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 32px;
    padding: 16px 16px 40px;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

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

  .text-span-5 {
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: break-word;
    vertical-align: baseline;
    flex-flow: row;
    font-size: 2.4rem;
    display: block;
  }

  .section-philosophie {
    padding: 64px 20px;
  }

  .section-philosophie h1 {
    font-size: 3rem;
  }

  .section-philosophie h2 {
    font-size: 2.5rem;
  }

  .spark-icon-3.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-wrapped-team-card-2.spark-stacked {
    width: 100%;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-flex-row-2.spark-5-spacing.spark-column-tablet-down {
    grid-row-gap: 32px;
  }

  .spark-flex-row-2.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-footer-section {
    padding: 64px 20px;
  }

  .spark-900-width-2.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-section-2.spark-dark-hero-background-image {
    padding-bottom: 64px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-three-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-fassungen {
    padding: 64px 20px;
  }

  .section-fassungen h1 {
    font-size: 3rem;
  }

  .section-fassungen h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .section-services {
    padding: 64px 20px;
  }

  .section-services h1 {
    font-size: 3rem;
  }

  .section-services h2 {
    font-size: 2.5rem;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-bold-heading-3 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-side-flat-tab {
    padding: 16px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h4 {
    word-break: normal;
    font-size: 1.2rem;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .modal {
    width: 100vw;
  }

  .modal-container {
    width: 90%;
    padding-left: 24px;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .image-7 {
    max-width: 90%;
  }

  .heading-7 {
    font-size: 30px;
  }

  .headline-block {
    padding-top: 24px;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-display-small {
    font-size: 3.4rem;
  }

  .spark-flex-row-pricing {
    align-items: flex-start;
    margin-top: 64px;
  }

  .spark-pricing-top {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .spark-checked-item-2 {
    grid-column-gap: 8px;
  }

  .spark-features-included {
    padding: 24px 16px;
  }

  .spark-pricing-info-block {
    font-size: 1.2rem;
    line-height: 1em;
  }

  .text-stellenanzeige-card.text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .headline-stellenangebote-card._1-zeile {
    font-size: 2.2rem;
  }

  .headline-stellenangebote-card._2-zeile {
    font-size: 1.5rem;
  }

  .headline-stellenangebote-card._3-zeile {
    line-height: 1.6rem;
  }
}

#w-node-_6afa18e9-92ac-bede-496b-1881193cb4db-945f1a8e, #w-node-_8f82883d-68b9-8d4e-81fa-5ab73489a37f-945f1a8e, #w-node-fa951b43-ae0c-2c02-4d30-afbb57440978-945f1a8e, #w-node-_6afa18e9-92ac-bede-496b-1881193cb4e5-945f1a8e, #w-node-_5b910ec0-ec4d-f401-7b55-88c0299bbc8e-299bbc8a, #w-node-_5b910ec0-ec4d-f401-7b55-88c0299bbc93-299bbc8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b910ec0-ec4d-f401-7b55-88c0299bbc9e-299bbc8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b910ec0-ec4d-f401-7b55-88c0299bbc9f-299bbc8a {
  justify-self: stretch;
}

#w-node-ef9ac16a-e3a8-3f00-af9b-fc3a606f0792-3c19ac5d, #w-node-cae75c55-145b-5a3c-7238-db0b75d032d5-3c19ac5d, #w-node-_291856d9-ca13-c703-0dd5-2f82f4ab30df-3c19ac5d, #w-node-cae75c55-145b-5a3c-7238-db0b75d032df-3c19ac5d, #w-node-_099ff51b-7233-4a84-b1d7-f3f912a51a91-3c19ac5d, #w-node-cae75c55-145b-5a3c-7238-db0b75d032cd-3c19ac5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9c44da3-d93a-ff2d-58fd-9a61c94bb3db-1fe9a499, #w-node-_3bc508c9-2e81-0762-5357-ac468c3f2542-1fe9a499, #w-node-cbc096e5-45c7-1669-3502-01c396cf1d02-1fe9a499, #w-node-_9c595bdd-6241-2f2c-6017-b7dcb7f0a915-1fe9a499 {
  align-self: auto;
}

#w-node-e48d6ed5-4ce4-a8d0-22bb-969884963276-6944de5d, #w-node-e48d6ed5-4ce4-a8d0-22bb-969884963279-6944de5d, #w-node-e48d6ed5-4ce4-a8d0-22bb-96988496329f-6944de5d, #w-node-e48d6ed5-4ce4-a8d0-22bb-9698849632a2-6944de5d, #w-node-e48d6ed5-4ce4-a8d0-22bb-9698849632ca-6944de5d, #w-node-e48d6ed5-4ce4-a8d0-22bb-9698849632cd-6944de5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5b910ec0-ec4d-f401-7b55-88c0299bbc93-299bbc8a {
    grid-column: span 2 / span 2;
  }

  #w-node-_5b910ec0-ec4d-f401-7b55-88c0299bbc9e-299bbc8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f1b9b18-fe99-7b94-721f-be7b6d7747d1-a7480411, #w-node-_981e81ad-c3e1-0d79-69a5-6dedef5a7313-1624c96f {
    grid-area: 2 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}