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

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

@font-face {
  font-family: Notosans Regular;
  src: url('../fonts/NotoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans Medium;
  src: url('../fonts/NotoSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --black: black;
  --orange: #ec6608;
  --footer: #302d2c;
  --hellgrau: #e8eef1;
  --transparent: #fff0;
  --orange-dunkel: #be540a;
}

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

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

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

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
  font-family: Notosans Regular, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 40px;
  display: flex;
}

.navi {
  color: var(--white);
  padding: 20px 0;
  font-family: Notosans Regular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.navi:hover {
  color: var(--orange);
}

.navi.current {
  color: var(--white);
  align-items: flex-end;
  margin-bottom: 30px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.navi.current:hover {
  color: var(--orange);
}

.navi.current.w--current {
  align-self: auto;
  align-items: flex-end;
  margin-right: 23px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.nav-menu {
  background-color: #000000bf;
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  min-width: 360px;
  margin-right: 0;
  padding: 140px 25px 0;
  display: flex;
}

.div-navi {
  background-image: linear-gradient(#000000bf, #0000);
  width: 100%;
  height: 200px;
  padding-bottom: 0;
}

.icon {
  color: var(--white);
  font-size: 45px;
  line-height: 40px;
}

.menu-button {
  z-index: 2;
  padding-top: 12px;
  padding-right: 0;
}

.menu-button.w--open {
  background-color: #0000;
  padding-top: 12px;
  padding-right: 0;
}

.container {
  text-align: left;
  max-width: 1200px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-weiss {
  background-color: var(--white);
  padding: 0 40px;
}

.vorspann {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Notosans Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.head {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-start {
  text-align: left;
  background-image: url('../images/startbild.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.section-orange {
  background-color: var(--orange);
  padding-left: 40px;
  padding-right: 40px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
  display: flex;
}

.head-weiss {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.vorspann-weiss {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
}

.text {
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.section-footer {
  background-color: var(--footer);
  padding-left: 40px;
  padding-right: 40px;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Notosans Light, sans-serif;
  font-weight: 300;
  display: flex;
}

.footer {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.link-footer {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

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

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 30% 20% 28% 1fr;
  margin-top: 80px;
}

.div-1 {
  background-image: url('../images/bild_5.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  margin-top: -20px;
  margin-left: -20px;
}

.div-2 {
  background-color: var(--orange);
  height: 300px;
  padding: 20px;
}

.div-6 {
  background-image: url('../images/bild_12.jpg');
  background-position: 23%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  margin-right: 0;
}

.div-3 {
  background-image: url('../images/bild_4.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
  margin-top: -30px;
  margin-right: 0;
}

.div-4 {
  background-image: url('../images/bild_14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  margin-left: 10px;
}

.div-5 {
  background-image: url('../images/bild_6.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.grid-4b {
  grid-template-rows: auto;
  grid-template-columns: 24% 30% auto 22%;
  margin-top: 16px;
}

.head-klein {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  width: auto;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Medium, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.div-10 {
  background-image: linear-gradient(90deg, #0009, #0000);
  align-items: center;
  width: 90%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.zitat {
  color: var(--white);
  text-align: right;
  width: 45%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Regular, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
}

.div-3b {
  background-image: url('../images/bild_8.jpg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-right: -20px;
}

.div-6b {
  background-image: url('../images/bild_7.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 295px;
  margin-right: 0;
}

.bildtext {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.footer-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.section-grau {
  background-color: var(--hellgrau);
  padding-left: 40px;
  padding-right: 40px;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
}

.div2 {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.icon-1 {
  height: 56px;
  margin-right: 20px;
}

.icon-2 {
  align-self: auto;
  height: 56px;
  margin-right: 20px;
}

.icon-3 {
  height: 56px;
  margin-right: 10px;
}

.grid-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 60px;
}

.div-11 {
  background-image: url('../images/konradi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 180px;
  height: 180px;
  display: flex;
}

.bold-3 {
  font-family: Notosans, sans-serif;
  font-weight: 600;
}

.link-rot {
  color: var(--black);
  text-decoration: none;
}

.link-rot:hover {
  color: var(--orange);
}

.head-klein {
  color: var(--white);
  text-align: center;
  font-size: 40px;
  line-height: 44px;
}

.div-pfeil {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.image-28 {
  height: 44px;
}

.div-bild-start {
  background-image: url('../images/bild_11.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 70px;
  margin-bottom: 0;
}

.div-block {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.logo {
  width: 70%;
}

.live {
  background-image: url('../images/bild_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.text-weiss {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.head-klein-weiss {
  color: var(--white);
  font-size: 22px;
}

.image-32 {
  width: auto;
  height: 18px;
}

.image-33 {
  width: 18px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  margin-top: 20px;
}

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

.image-34 {
  height: 16px;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.digital {
  background-image: url('../images/bild_15.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-mobil {
  color: #000;
  background-color: #141e22;
  justify-content: space-between;
  padding: 12px 20px;
  display: none;
}

.div-block-14 {
  align-items: center;
  display: flex;
}

.icon-tel {
  height: 20px;
  margin-right: 7px;
}

.text-mobil {
  color: #fff;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Regular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.link-2 {
  color: #fff;
  font-family: Notosans Light, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.mail {
  height: 18px;
}

.section-start-klein {
  text-align: left;
  background-image: url('../images/bild_3.jpg');
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  padding-bottom: 50px;
  display: flex;
}

.head-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Medium, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
}

.semibold {
  font-family: Notosans, sans-serif;
  font-weight: 600;
}

.div10 {
  text-align: center;
  margin-top: 60px;
}

.button {
  background-color: var(--white);
  color: var(--orange);
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Notosans, sans-serif;
  font-weight: 400;
}

.button:hover {
  background-color: var(--white);
  opacity: .86;
}

.section-digital {
  text-align: left;
  background-image: url('../images/startbild_digital.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
  padding-bottom: 0;
  display: block;
}

.background-video-4 {
  border-radius: 10px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.video-4 {
  flex: 0 auto;
  width: 35%;
  margin-left: 20px;
  position: relative;
}

.video-1 {
  width: 35%;
  position: relative;
}

.video-3 {
  flex: 1;
  width: 40%;
  position: relative;
}

.div-large {
  flex-flow: wrap;
  justify-content: space-between;
  min-height: 440px;
  display: flex;
}

.video-2 {
  flex: 1;
  width: 40%;
  margin-left: 20px;
  position: relative;
}

.grid-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.div-block-11 {
  padding-top: 50px;
}

.background-video-2 {
  border-radius: 10px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-transparent {
  background-color: var(--transparent);
  padding-left: 40px;
  padding-right: 40px;
}

.faq-answer {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Notosans Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.div-8 {
  border-top: 1px solid #ffffff80;
  margin-top: 0;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.dov-9 {
  padding-top: 20px;
}

.vorspann-weiss-2 {
  color: #fff;
  text-align: right;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.faq-body-cont {
  border-top: 0 #000;
  padding: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 50px 0 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.faq.w--open {
  border-bottom: 0 solid #0000001a;
}

.faq-p {
  background-color: #0000;
  border-bottom: 1px solid #ffffff80;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.faq-icon {
  z-index: 2;
  color: #fff;
  width: 30px;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 34% 1fr;
}

.toggle-text {
  z-index: 2;
  font-family: Notosans Medium, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

.head-weiss-links {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-17 {
  text-align: center;
  width: 100%;
}

.link-block {
  text-decoration: none;
}

.vorspann-weiss-mobil {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: none;
}

.div-bild-1 {
  background-image: url('../images/bild_9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.div-text {
  padding-top: 31px;
  padding-bottom: 31px;
}

.grid-16 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  align-items: stretch;
  margin-top: 70px;
}

.head-klein-schwarz {
  font-family: Notosans Medium, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.image-36 {
  width: 360px;
}

.link-logo {
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
}

.navbar-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 40px;
  display: flex;
}

.div-bild-2 {
  background-image: url('../images/bild_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.div-bild-3 {
  background-image: url('../images/bild_13.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.div-bild-4 {
  background-image: url('../images/video.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.head-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Notosans Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-17 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  align-items: stretch;
  margin-top: 0;
}

.div-bild-live {
  background-image: url('../images/bild_2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.page-padding {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.section-swiper {
  padding: 0 40px;
  overflow: hidden;
}

.swiper-box {
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box.is-first {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/bild_4.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 400px;
  height: 360px;
  padding: 0;
}

.swiper-box.is-fourth {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/bild_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 400px;
  height: 360px;
  padding: 0;
}

.swiper-box.is-first-2 {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/bild_8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 400px;
  height: 360px;
  padding: 0;
}

.swiper-box.is-first-3 {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/bild_14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 400px;
  height: 360px;
  padding: 0;
}

.swiper-box.is-first-4 {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/bild_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 400px;
  height: 360px;
  padding: 0;
}

.swiper-box.is-first-5 {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/bild_12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 400px;
  height: 360px;
  padding: 0;
}

.swiper-box.is-first-6 {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/bild_7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 400px;
  height: 360px;
  padding: 0;
}

.swiper {
  position: relative;
}

.list_flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.box {
  background-color: #fff;
  border-radius: .625rem;
  margin-top: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
}

.box.w--redirected-checked, .swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.grid-18 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.logo-eb, .logo-sreal {
  width: 150px;
  max-width: none;
}

.logo-vw {
  width: 140px;
  max-width: none;
}

.div-block-18 {
  text-align: right;
}

.div-block-19 {
  text-align: center;
}

.background-video-5 {
  height: 700px;
}

.head-2-zent {
  color: var(--white);
  text-align: center;
  margin-top: 115px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Notosans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.div-verlauf {
  background-image: linear-gradient(0deg, #0006, #0000 45%);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.text-slider {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Notosans Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.button-orange {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Notosans, sans-serif;
  font-weight: 400;
}

.button-orange:hover {
  background-color: var(--orange-dunkel);
  opacity: .86;
}

.div11 {
  text-align: left;
  margin-top: 40px;
}

.section-referenz {
  background-color: var(--hellgrau);
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 0;
  }

  .navi {
    flex: 0 auto;
    padding: 20px 0;
  }

  .navi.current {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .nav-menu {
    color: var(--black);
    background-color: #000000bf;
    width: 40%;
    min-width: 320px;
    margin-right: 0;
    padding: 100px 25px 0;
  }

  .icon {
    color: var(--white);
    font-size: 45px;
    line-height: 40px;
  }

  .menu-button {
    z-index: 2;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 12px;
    padding-right: 18px;
  }

  .menu-button.w--open {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    background-color: #0000;
    padding-top: 7px;
    padding-right: 18px;
    font-weight: 400;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-weiss {
    padding: 0 30px;
  }

  .vorspann {
    padding-left: 0%;
    padding-right: 0%;
  }

  .head {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 34px;
    line-height: 42px;
  }

  .section-orange {
    padding-left: 30px;
    padding-right: 30px;
  }

  .head-weiss {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }

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

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .section-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: auto 40%;
    margin-top: 40px;
  }

  .div-1 {
    height: 240px;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-2 {
    height: 260px;
  }

  .div-6 {
    height: 180px;
  }

  .div-3 {
    height: 200px;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 100px;
  }

  .div-4 {
    height: 180px;
    margin-left: 0;
  }

  .div-5 {
    height: 180px;
  }

  .grid-4b {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: auto auto auto auto;
    margin-top: 12px;
  }

  .div-10 {
    padding-left: 20px;
  }

  .zitat {
    width: 60%;
    padding-right: 0%;
    font-size: 32px;
    line-height: 42px;
  }

  .div-3b {
    height: 200px;
    margin-left: -100px;
    margin-right: 20px;
  }

  .div-6b {
    height: 180px;
  }

  .bildtext {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-2 {
    display: block;
  }

  .section-grau {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .div2 {
    margin-bottom: 20px;
  }

  .grid-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .head-klein {
    font-size: 30px;
    line-height: 36px;
  }

  .div-pfeil {
    height: auto;
    margin-top: 20px;
  }

  .image-28 {
    height: 40px;
  }

  .div-bild-start {
    height: 400px;
    margin-top: 50px;
  }

  .logo {
    width: 80%;
  }

  .live, .digital {
    height: 340px;
  }

  .section-start-klein {
    height: 320px;
  }

  .head-links {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 34px;
    line-height: 42px;
  }

  .section-digital {
    height: 460px;
  }

  .div-large {
    min-height: 300px;
  }

  .div-block-11 {
    padding-top: 40px;
  }

  .section-transparent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dov-9 {
    padding-top: 0;
  }

  .vorspann-weiss-2 {
    text-align: center;
  }

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

  .head-weiss-links {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }

  .vorspann-weiss-mobil {
    text-align: center;
  }

  .div-bild-1 {
    height: 400px;
  }

  .div-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-16 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 40px;
  }

  .image-36 {
    width: 340px;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 0;
  }

  .div-bild-2 {
    height: 400px;
  }

  .div-bild-3 {
    background-position: 100%;
    height: 400px;
  }

  .div-bild-4 {
    height: 460px;
    min-height: 460px;
  }

  .head-3 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 34px;
    line-height: 42px;
  }

  .grid-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-bild-live {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-swiper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-wrapper {
    background-color: var(--white);
  }

  .container-large {
    padding-bottom: 50px;
  }

  .logo-eb, .logo-sreal {
    width: 130px;
  }

  .logo-vw {
    width: 120px;
  }

  .background-video-5 {
    height: 460px;
  }

  .head-2-zent {
    margin-top: 0;
    font-family: Notosans, sans-serif;
    font-size: 38px;
    line-height: 50px;
  }

  .section-referenz {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 0;
  }

  .navi {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    width: auto;
    min-width: 280px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-navi {
    height: 120px;
    padding-bottom: 0;
  }

  .icon {
    font-size: 40px;
  }

  .menu-button {
    margin-top: -12px;
    padding: 14px 14px 12px;
  }

  .menu-button.w--open {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-weiss {
    padding: 0 20px;
  }

  .vorspann {
    font-size: 15px;
    line-height: 24px;
  }

  .head {
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 23px;
    line-height: 29px;
  }

  .section-start {
    background-position: 50%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .section-orange {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-weiss {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 29px;
  }

  .vorspann-weiss {
    font-size: 15px;
    line-height: 24px;
    display: none;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text {
    font-size: 15px;
    line-height: 24px;
  }

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

  .grid-4 {
    margin-top: 30px;
  }

  .div-2 {
    padding: 10px;
  }

  .div-6 {
    height: 150px;
  }

  .div-3 {
    height: 180px;
  }

  .div-4, .div-5 {
    height: 150px;
  }

  .div-10 {
    align-items: flex-end;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .zitat {
    font-size: 23px;
    line-height: 29px;
  }

  .div-3b {
    height: 180px;
  }

  .div-6b {
    height: 150px;
  }

  .bildtext {
    line-height: 24px;
  }

  .section-grau {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .div2 {
    margin-bottom: 15px;
  }

  .icon-1, .icon-2 {
    height: 42px;
    margin-right: 16px;
  }

  .icon-3 {
    height: 42px;
    margin-right: 10px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 30% 1fr;
    margin-top: 20px;
  }

  .div-11 {
    width: 120px;
    height: 120px;
  }

  .head-klein {
    font-size: 23px;
    line-height: 29px;
  }

  .div-pfeil {
    margin-top: 10px;
    display: none;
  }

  .image-28 {
    height: 32px;
    display: block;
  }

  .div-bild-start {
    height: 260px;
    margin-top: 20px;
  }

  .live {
    height: 220px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .text-weiss {
    font-size: 15px;
    line-height: 24px;
  }

  .head-klein-weiss {
    font-size: 18px;
    line-height: 24px;
  }

  .digital {
    height: 220px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .div-mobil {
    background-color: var(--orange);
    display: flex;
  }

  .text-mobil {
    font-size: 16px;
    line-height: 24px;
  }

  .link-2 {
    line-height: 18px;
  }

  .section-start-klein {
    background-position: 50%;
    height: 200px;
    padding-bottom: 20px;
    display: flex;
  }

  .head-links {
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 22px;
    line-height: 28px;
  }

  .section-digital {
    background-position: 50%;
    height: 280px;
    padding-bottom: 20px;
    display: block;
  }

  .video-4 {
    margin-left: 12px;
  }

  .div-large {
    min-height: 200px;
  }

  .video-2 {
    margin-left: 12px;
  }

  .grid-animation {
    margin-bottom: 12px;
  }

  .div-block-11 {
    padding-top: 30px;
  }

  .section-transparent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }

  .dov-9 {
    padding-top: 0;
  }

  .vorspann-weiss-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .faq {
    height: 80px;
  }

  .faq-icon {
    width: 26px;
  }

  .toggle-text {
    font-size: 16px;
    line-height: 24px;
  }

  .head-weiss-links {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 29px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .vorspann-weiss-mobil {
    font-size: 15px;
    line-height: 24px;
    display: block;
  }

  .div-bild-1 {
    height: 240px;
    min-height: 220px;
  }

  .div-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .head-klein-schwarz {
    font-size: 16px;
  }

  .image-36 {
    width: 200px;
  }

  .navbar-2 {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 0;
  }

  .div-bild-2, .div-bild-3 {
    height: 240px;
    min-height: 220px;
  }

  .div-bild-4 {
    height: 240px;
    min-height: 300px;
  }

  .head-3 {
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 23px;
    line-height: 29px;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-bild-live {
    height: 260px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .section-swiper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .swiper-box.is-first, .swiper-box.is-fourth, .swiper-box.is-first-2, .swiper-box.is-first-3, .swiper-box.is-first-4, .swiper-box.is-first-5, .swiper-box.is-first-6 {
    width: 190px;
    height: 160px;
  }

  .container-large {
    padding-bottom: 20px;
  }

  .box {
    padding: 0;
  }

  .grid-18 {
    margin-top: 20px;
  }

  .logo-eb, .logo-sreal {
    width: 80px;
  }

  .logo-vw {
    width: 70px;
  }

  .background-video-5 {
    height: 280px;
  }

  .head-2-zent {
    font-size: 23px;
    line-height: 30px;
  }

  .text-slider {
    font-size: 16px;
    line-height: 22px;
  }

  .div11 {
    margin-top: 30px;
  }

  .section-referenz {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: auto;
    min-width: 260px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-navi {
    height: 80px;
  }

  .vorspann {
    text-align: left;
  }

  .head {
    text-align: center;
  }

  .section-start {
    background-position: 35%;
    padding-bottom: 0;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .footer {
    display: block;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .div-1 {
    height: 240px;
    margin-top: 0;
    display: block;
  }

  .div-2 {
    height: auto;
  }

  .div-6 {
    height: 160px;
  }

  .div-3 {
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-4, .div-5 {
    height: 160px;
  }

  .grid-4b {
    grid-template-columns: auto auto;
  }

  .div-10 {
    background-image: linear-gradient(to top, #00000080, #0000);
    width: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .zitat {
    width: 100%;
  }

  .div-3b {
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-6b {
    height: 160px;
  }

  .footer-2 {
    line-height: 22px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    place-items: start;
  }

  .div-pfeil {
    display: none;
  }

  .div-bild-start {
    background-position: 60% 0;
    height: 300px;
  }

  .logo {
    width: 95%;
  }

  .text-weiss {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-mobil {
    background-color: var(--orange);
    justify-content: space-between;
    padding: 12px 20px;
    display: flex;
  }

  .div-block-14 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .icon-tel {
    height: 20px;
    margin-right: 7px;
  }

  .text-mobil {
    color: #fff;
    flex: none;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Notosans Light, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
  }

  .link-2 {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .mail {
    height: 18px;
    margin-right: 0;
  }

  .section-start-klein {
    display: flex;
  }

  .head-links {
    text-align: left;
  }

  .section-digital {
    display: block;
  }

  .video-4, .video-1 {
    width: 40%;
  }

  .faq {
    margin-bottom: 10px;
  }

  .div-bild-1 {
    height: 240px;
  }

  .div-12 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-bild-2, .div-bild-3 {
    height: 240px;
  }

  .div-bild-4 {
    height: 240px;
    min-height: 220px;
  }

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

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

  .div-bild-live {
    background-position: 60% 0;
    height: 300px;
  }

  .head-2-zent {
    margin-top: 40px;
  }
}

#w-node-_04a0d030-73b0-949e-1917-3b4e4717ffe2-eff995d7, #w-node-_8decfe6e-4927-0034-ea82-dd343238f4d1-eff995d7, #w-node-_41d8fd1e-c6ed-917a-ecea-c99b54e837f2-eff995d7, #w-node-dc5bc219-1463-1205-9921-a4581d54e4c0-eff995d7, #w-node-_68e7ec97-2d93-2986-d8bf-24f9d6964223-eff995d7, #w-node-_68e7ec97-2d93-2986-d8bf-24f9d6964224-eff995d7, #w-node-_68e7ec97-2d93-2986-d8bf-24f9d6964225-eff995d7, #w-node-_4913f406-dfca-c100-4eda-07fbdf2fd41b-eff995d7, #w-node-_11171202-adb6-3110-d3cb-21ba39c238ba-eff995d7, #w-node-_11171202-adb6-3110-d3cb-21ba39c238c2-eff995d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c569d7ad-8cc6-b082-85d9-6b5e7b8fbc11-eff995d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4080888c-599b-89be-83d7-9e2e48afe1fc-7987378d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64216711-b65f-0064-170f-163825e53d5e-7987378d {
  align-self: center;
}

#w-node-_64216711-b65f-0064-170f-163825e53d70-7987378d, #w-node-_64216711-b65f-0064-170f-163825e53d73-7987378d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64216711-b65f-0064-170f-163825e53d74-7987378d, #w-node-_64216711-b65f-0064-170f-163825e53d80-7987378d {
  align-self: center;
}

#w-node-_64216711-b65f-0064-170f-163825e53d92-7987378d, #w-node-b6d65dc0-cd75-64c6-c03f-dfe08b0bd1b9-7987378d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6d65dc0-cd75-64c6-c03f-dfe08b0bd1a7-7987378d {
  align-self: center;
}

#w-node-beb565cb-fc6e-0d54-9bd2-490328344b22-7987378d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4080888c-599b-89be-83d7-9e2e48afe1fc-c9c2f606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06849d83-b726-8597-5bfc-9c284cf0eca6-c9c2f606, #w-node-e4c142b8-43c5-0e2c-2cb8-4b510d8dcb34-c9c2f606, #w-node-_85ea8c0c-79f7-d443-2389-c1310bffc5ee-c9c2f606 {
  align-self: center;
}

#w-node-eb76a012-e9b5-3c51-8d24-533005465ceb-c9c2f606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8decfe6e-4927-0034-ea82-dd343238f4d1-eff995d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64216711-b65f-0064-170f-163825e53d74-7987378d {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_64216711-b65f-0064-170f-163825e53d5e-7987378d, #w-node-_64216711-b65f-0064-170f-163825e53d74-7987378d, #w-node-_64216711-b65f-0064-170f-163825e53d80-7987378d, #w-node-b6d65dc0-cd75-64c6-c03f-dfe08b0bd1a7-7987378d {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc5bc219-1463-1205-9921-a4581d54e4c0-eff995d7 {
    order: 9999;
  }

  #w-node-c569d7ad-8cc6-b082-85d9-6b5e7b8fbc11-eff995d7 {
    justify-self: auto;
  }

  #w-node-_8626d442-6cad-e88d-5692-d82cd9f623e1-eff995d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-beb565cb-fc6e-0d54-9bd2-490328344b22-7987378d {
    justify-self: auto;
  }

  #w-node-beb565cb-fc6e-0d54-9bd2-490328344b24-7987378d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb76a012-e9b5-3c51-8d24-533005465ceb-c9c2f606 {
    justify-self: auto;
  }

  #w-node-eb76a012-e9b5-3c51-8d24-533005465ced-c9c2f606 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Notosans Bold';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Light';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Regular';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Medium';
  src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Italic';
  src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}