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

@font-face {
  font-family: Inknutantiqua;
  src: url('../fonts/InknutAntiqua-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --blau: #2a47fa;
  --soft-pink: #f3e9e9;
  --typo-schwarz: #333;
  --purple: #9b0089;
  --soft-mint: #e0f8ea;
  --soft-yellow: #f6f6e2;
  --weiss: #fff;
  --transparent: #fff0;
  --blau-navi: #3755f6e6;
  --color: #000;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.link-block-2 {
  z-index: 22;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #505050;
  background-image: linear-gradient(#0000001c, #0000001c);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0% 0 0 0%;
}

.link-block-2:hover {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #00000042;
}

.heading-2 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inknutantiqua, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.slider-home {
  aspect-ratio: 1;
  flex: 0 auto;
  align-self: stretch;
  height: auto;
  overflow: visible;
}

.slider-5 {
  background-image: url('../images/Illustrationen-kachel-1_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.slider-card-2, .slider-card-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.cell1 {
  justify-content: center;
  align-items: center;
}

.cell2, .cell3 {
  background-image: url('../images/soon.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.headlines {
  color: var(--blau);
  margin-bottom: 20px;
  font-family: Inknutantiqua, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 52px;
}

.headlines.hell {
  color: var(--soft-pink);
}

.headlines.leistung {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Inknutantiqua, sans-serif;
}

.headlines.weiss {
  color: var(--blau);
}

.headlines.prozess {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.flie-text {
  color: var(--typo-schwarz);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.flie-text.bildbeschreibung {
  color: var(--blau);
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.flie-text.datenschutz {
  padding-bottom: 40px;
}

.einleitungen {
  color: var(--blau);
  text-align: left;
  margin-bottom: 20px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-weight: 300;
}

.einleitungen.home {
  color: var(--blau);
  font-size: 36px;
  line-height: 42px;
}

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

.einleitungen.home.purple {
  color: var(--purple);
}

.einleitungen.hell {
  color: var(--soft-pink);
  line-height: 38px;
}

.container-3 {
  margin-right: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.section-3 {
  background-color: #e0f8ea;
}

.section-4 {
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.b-hne {
  padding-left: 20px;
  padding-right: 20px;
}

.section-5 {
  background-color: #e0f8ea;
}

.text-block-3 {
  text-align: left;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-3.ueber {
  color: var(--soft-pink);
}

.trenner {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.trenner.wei {
  border-top-color: var(--soft-pink);
  border-bottom-color: var(--soft-pink);
}

.footer {
  padding-top: 40px;
  padding-bottom: 0;
}

.section-6 {
  color: var(--soft-mint);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 100px;
}

.section-6.pink {
  background-color: var(--soft-pink);
}

.ueber-h1 {
  color: var(--blau);
  text-align: center;
  padding-top: 0;
  font-family: Inknutantiqua, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
}

.ueber-h3 {
  color: var(--blau);
  text-align: center;
  padding-top: 5px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.prozess {
  text-align: center;
  padding: 20px;
}

.prozess.portrait {
  padding-top: 0;
  padding-left: 20px;
}

.section-8 {
  background-color: #e0f8ea;
}

.section-8.yellow {
  background-color: var(--soft-yellow);
}

.section-9, .section-10 {
  margin-left: 20px;
  margin-right: 20px;
}

.section-11 {
  aspect-ratio: auto;
  text-align: center;
  max-height: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.slide1 {
  aspect-ratio: auto;
}

.slider-xl {
  aspect-ratio: 1;
  height: auto;
}

.slider-xl.hintrgrundbild {
  background-image: url('../images/slider-plakate-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-xl.hintrgrundbild.spinelli {
  background-image: url('../images/spinelli-banner-bg_1.avif');
}

.slider-xl.quer {
  aspect-ratio: auto;
  object-fit: fill;
}

.slider-big {
  aspect-ratio: 1;
  max-width: 940px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-big.grow {
  padding-left: 0;
  padding-right: 0;
}

.right-arrow {
  text-align: center;
  justify-content: center;
  display: flex;
}

.right-arrow.muk {
  display: none;
}

.left-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.left-arrow.muk {
  display: none;
}

.div-block-3 {
  display: flex;
}

.image-5 {
  margin-right: 10px;
}

.lottie-animation-2 {
  max-width: 80%;
}

.container-12 {
  text-align: left;
  padding: 60px 20px;
}

.datum {
  color: #2351eb;
  font-family: Sora Variablefont Wght, sans-serif;
}

.slide-21 {
  aspect-ratio: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-s {
  width: auto;
  height: auto;
}

.image-7 {
  max-width: 100%;
  height: auto;
}

.div-block-4 {
  height: 100px;
}

.body {
  background-color: #e3f8ea;
}

.body-2 {
  background-color: #f6f6e2;
}

.body-3 {
  background-color: var(--soft-pink);
}

.div-block-5 {
  height: 50px;
}

.body-4 {
  background-color: #e6f8ea;
}

.home {
  background-color: #e3f8ea;
}

.link-2 {
  color: #000;
  padding-right: 20px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-2:hover {
  color: #2f51eb;
}

.div-block-6, .div-block-7 {
  padding-bottom: 20px;
}

.footer-fin {
  -webkit-text-fill-color: inherit;
  background-color: #2a47fa00;
  background-image: url('../images/up.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 35px;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  transform: rotate(0);
}

.utility-page-wrap {
  background-color: var(--purple);
  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;
}

.heading-6 {
  color: #fff;
  font-family: Inknutantiqua, sans-serif;
}

.text-block-8 {
  color: #fff;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.button {
  background-color: var(--blau);
  mix-blend-mode: normal;
  border-radius: 100px;
  padding: 20px 30px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
  transition: all 1.8s;
}

.button:hover {
  background-color: var(--purple);
  mix-blend-mode: normal;
  transform: scale(1)translate(0, -4px);
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item {
  border-top: 0 solid #b9b9b9;
  border-bottom: 0 #fff;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 20px;
}

.accordion-header {
  border-top: 1px dashed var(--blau);
  color: var(--blau);
  text-align: left;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  transition: font-size .2s;
}

.accordion-text {
  color: var(--typo-schwarz);
  text-align: left;
  width: 90%;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-tab-button {
  border-style: none;
  border-width: 2px 0 0;
  border-color: var(--weiss) var(--blau) var(--blau) black;
  background-color: var(--transparent);
  color: var(--soft-mint);
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  transition: all .8s;
  display: flex;
}

.accordion-tab-button:hover {
  transform: translate(0, -4px);
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.arrow-div.invert {
  color: var(--typo-schwarz);
}

.section-12 {
  background-color: var(--blau);
  background-image: url('../images/HOW-MUCH-IS-THE-FISH.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 40vh;
  background-attachment: scroll;
  border-radius: 20px;
}

.container-13 {
  padding: 220px 40px;
}

.brand-3 {
  width: 180px;
  padding-top: 0;
}

.brand-3.w--current {
  width: 160px;
  padding-top: 0;
}

.nav-link-4 {
  color: var(--blau);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: all .6s;
}

.nav-link-4:hover {
  color: var(--purple);
  transform: translate(0, -4px);
}

.nav-link-4.w--current {
  color: var(--typo-schwarz);
}

.navbar-4 {
  z-index: 999;
  background-color: #ffffffb3;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-17 {
  margin-top: 20px;
}

.container-logo {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h-logo {
  z-index: 1000;
  margin-top: 20px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.bio {
  color: var(--soft-pink);
  text-align: left;
  padding-bottom: 20px;
  font-family: Inknutantiqua, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text-span-4 {
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-11 {
  margin-top: -481px;
  padding-left: 407px;
}

.div-block-12 {
  float: none;
  width: 70%;
  position: static;
}

.div-block-13 {
  height: 60px;
}

.text-span-5 {
  font-size: 32px;
  line-height: 32px;
}

.netzwerk {
  color: var(--soft-pink);
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Inknutantiqua, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.blue {
  background-color: var(--blau);
  border-radius: 20px 20px 0 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pink {
  background-color: var(--purple);
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
}

.div-block-14 {
  height: 200px;
}

.div-block-15 {
  height: 50px;
}

.link-3 {
  color: var(--weiss);
}

.beschreibung {
  color: var(--soft-pink);
  text-align: left;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.mail-kontakt {
  text-align: center;
  padding: 100px 20px;
}

.quick-stack-5 {
  padding: 0 0 20px;
}

.image-11 {
  margin-bottom: 20px;
}

.container-21 {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.mask {
  aspect-ratio: 1;
}

.mask.quer {
  aspect-ratio: auto;
}

.div-block-16 {
  height: 50px;
}

.background-video {
  aspect-ratio: 1;
  width: 60%;
  height: auto;
}

.div-block-17 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-14 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.youtube, .image-15 {
  margin-bottom: 20px;
}

.mehr-artikel {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-10 {
  color: #636363;
  text-align: right;
  font-family: Inknutantiqua, sans-serif;
  text-decoration: none;
}

.text-block-10.rechtsbund {
  color: var(--blau);
  font-family: Sora Variablefont Wght, sans-serif;
}

.text-block-10.linksbund {
  color: var(--blau);
  text-align: left;
}

.text-span-6 {
  color: var(--blau);
  text-align: left;
  font-family: Inknutantiqua, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.cell-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.naechster {
  border-top: 1px #858585;
  border-bottom: 1px #858585;
  flex-flow: row;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.naechster:hover {
  transform: translate(10px);
}

.cell-9 {
  align-items: flex-end;
}

.vorheriger {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.vorheriger:hover {
  transform: translate(-10px);
}

.image-16, .image-17 {
  width: 100px;
}

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

.div-block-18 {
  height: 50px;
}

.slide-24 {
  background-image: url('../images/sk-01_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/sk-02_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/bub_1.avif');
  background-position: 50%;
  background-size: cover;
}

.mask-2, .mask-3, .mask-4, .mask-5, .mask-6, .mask-7 {
  background-color: #fff;
}

.image-18 {
  color: var(--soft-mint);
}

.div-block-19, .div-block-20 {
  height: 50px;
}

.link-5 {
  color: var(--soft-yellow);
}

.div-block-21, .div-block-22 {
  height: 50px;
}

.div-block-23 {
  height: 40px;
}

.div-block-24 {
  height: 50px;
}

.slide-30 {
  background-image: url('../images/ksa01_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/infografik-kachel01_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/infografik-kachel02_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/typo-kachel01_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/typo-kachel02_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/meta-k01_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/meta-k02_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/spinelli-kachel02_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/spinelli-kachel01_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.text-block-11 {
  color: #4d4d4d;
  font-family: Sora Variablefont Wght, sans-serif;
  font-weight: 300;
}

.quick-stack-7 {
  max-width: 100%;
  padding: 20px 0;
}

.quick-stack-8 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-25 {
  height: 100px;
}

.slide-39 {
  background-image: url('../images/Illustrationen-kachel-1_1.avif');
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/Illustrationen-kachel-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-41 {
  background-image: url('../images/keramik-kachel01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/keramik-kachel02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.keramik {
  padding-top: 100px;
}

.top {
  height: 0;
}

.accordion-wrapper {
  margin-top: 36px;
}

.container-slim {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.accordion-heading {
  color: var(--blau);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inknutantiqua, sans-serif;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.tabheader {
  padding: 20px 30px;
}

.accordion-item-2 {
  border-bottom: 1px solid #ffffff1a;
  padding: 24px 30px;
}

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

.icon-2.accordion-icon {
  color: #fff9;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  font-size: 32px;
  line-height: 30px;
}

.sectionpadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  color: var(--purple);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph.bleu {
  color: var(--blau);
  font-size: 22px;
  line-height: 26px;
}

.paragraph-2 {
  color: var(--color);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.bold-text {
  color: var(--purple);
}

.faq {
  background-color: #fccece;
  border-radius: 0;
}

.link-block-5 {
  background-color: #68353500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-7 {
  color: var(--soft-pink);
  text-align: center;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Inknutantiqua, sans-serif;
  font-size: 48px;
  text-decoration: underline;
  transition: all .2s;
}

.heading-7:hover {
  color: #fff;
  transform: scale(1.2);
}

.italic-text, .superscript, .superscript-2, .superscript-3, .superscript-4, .superscript-5, .superscript-6, .superscript-7, .superscript-8, .superscript-9, .superscript-10, .superscript-11, .superscript-12, .superscript-13, .superscript-14, .superscript-15, .superscript-16, .superscript-17, .superscript-18 {
  color: var(--blau);
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  padding: 100px;
  transition: all 2s;
  display: flex;
  transform: scale(.7);
}

.link-block-6:hover {
  transform: scale(1);
}

.image-40 {
  max-width: 80%;
}

.prozess-h3 {
  color: var(--blau);
  text-align: left;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 26px;
}

.prozess-h4 {
  color: var(--blau);
  text-align: left;
  margin-top: 20px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.prozess-fliesstext {
  color: var(--typo-schwarz);
  text-align: left;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.list {
  color: var(--blau);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 18px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--blau);
  font-weight: 500;
}

.columns, .columns-2 {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-3, .columns-4 {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-5, .columns-6 {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-12 {
  color: var(--soft-mint);
  background-color: #0000;
  font-family: Inknutantiqua, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.image-41 {
  width: 400px;
}

.container-22 {
  padding-left: 20px;
  padding-right: 20px;
}

.column {
  order: -1;
}

.column-2 {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  order: -1;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  order: 1;
}

.column-5 {
  order: -1;
}

.column-6 {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-7 {
  order: -1;
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  order: 1;
}

.column-9 {
  order: -1;
}

.column-10 {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-11 {
  order: -1;
  padding-left: 0;
  padding-right: 0;
}

.column-12 {
  order: 1;
}

.columns-7 {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-13 {
  order: -1;
}

.column-14 {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-15 {
  order: -1;
  padding-left: 0;
  padding-right: 0;
}

.column-16 {
  order: 1;
}

.prozessteaser {
  background-color: var(--purple);
  color: var(--soft-pink);
  border-radius: 20px;
  margin-top: 100px;
  padding: 40px;
}

.heading-8 {
  color: var(--soft-pink);
  text-align: center;
  margin-bottom: 20px;
  font-family: Inknutantiqua, sans-serif;
  text-decoration: none;
}

.text-block-13 {
  color: var(--soft-pink);
  text-align: center;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.link-6 {
  color: var(--soft-mint);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.link-block-7 {
  mix-blend-mode: normal;
  text-decoration: none;
  transition: all .4s ease-in;
}

.link-block-7:hover {
  transform: translate(0, -4px);
}

.link-7 {
  color: var(--blau);
}

.slide-43 {
  background-image: url('../images/muk-kachel-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/muk-kachel-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro {
  color: var(--blau);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.intro.purple {
  color: var(--purple);
}

.container-23 {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-26 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.columns-8 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.container-24 {
  background-color: var(--blau);
  color: var(--soft-pink);
  text-align: left;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: stretch;
}

.text-block-14 {
  color: var(--weiss);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 16px;
}

.columns-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.link-8, .link-9, .link-10 {
  color: var(--soft-mint);
}

.text-span-7 {
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.column-18 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.column-19 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-28 {
  aspect-ratio: 1;
  width: 100%;
}

.background-video-2 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
}

.div-block-29 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .link-block-2 {
    height: 100%;
  }

  .heading-2 {
    font-size: 46px;
    line-height: 58px;
  }

  .cell2, .cell3, .cell3.blind {
    display: flex;
  }

  .headlines.prozess {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flie-text {
    line-height: 24px;
  }

  .einleitungen {
    font-size: 28px;
    line-height: 34px;
  }

  .einleitungen.home {
    line-height: 36px;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    padding-top: 160px;
  }

  .trenner {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding-top: 140px;
  }

  .prozess.portrait {
    background-size: auto 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-header {
    font-size: 26px;
    line-height: 32px;
  }

  .section-12 {
    background-position: 100% 0;
    background-size: 40vh;
  }

  .container-13 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .brand-3.w--current {
    width: 120px;
  }

  .nav-link-4 {
    color: var(--soft-mint);
    text-align: left;
    border: 0 #000;
    border-bottom: 1px dashed #e6f8ea;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 40px;
    font-weight: 200;
  }

  .nav-link-4:hover {
    color: var(--weiss);
  }

  .nav-link-4.w--current {
    color: var(--soft-mint);
  }

  .navbar-4 {
    background-color: #fff0;
    inset: 0% 0% auto;
  }

  .menu-button-4 {
    background-color: var(--blau);
    padding: 20px;
  }

  .menu-button-4.w--open {
    background-color: var(--blau);
  }

  .container-17 {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .nav-menu-3 {
    background-color: var(--blau-navi);
  }

  .h-logo {
    margin-top: 14px;
  }

  .hamburger {
    width: 50px;
  }

  .bio {
    font-size: 20px;
    line-height: 26px;
  }

  .text-span-4 {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-11 {
    margin-top: -389px;
    padding-left: 301px;
    padding-right: 20px;
  }

  .text-span-5 {
    font-size: 30px;
    line-height: 32px;
  }

  .netzwerk {
    padding-right: 0;
  }

  .netz {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    height: 200px;
  }

  .beschreibung {
    font-size: 20px;
    line-height: 28px;
  }

  .text-span-6 {
    font-size: 20px;
  }

  .image-16, .image-17 {
    width: 90px;
  }

  .sectionpadding, .sectionpadding.light-blue-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-6 {
    margin-bottom: 100px;
  }

  .text-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-41 {
    width: 300px;
  }

  .columns-7 {
    margin-bottom: 100px;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .text-block-13 {
    font-size: 20px;
  }

  .intro {
    font-size: 22px;
  }

  .columns-8 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .link-block-2 {
    height: 100%;
  }

  .heading-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .headlines {
    font-size: 40px;
    line-height: 42px;
  }

  .headlines.leistung {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .headlines.prozess {
    margin-top: 0;
    font-size: 34px;
  }

  .flie-text {
    font-size: 18px;
    line-height: 22px;
  }

  .einleitungen {
    font-size: 26px;
    line-height: 30px;
  }

  .einleitungen.home {
    font-size: 30px;
    line-height: 32px;
  }

  .einleitungen.hell {
    line-height: 36px;
  }

  .section-4 {
    margin-top: 0;
    padding-top: 160px;
  }

  .section-6 {
    padding-top: 100px;
  }

  .ueber-h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 52px;
    line-height: 58px;
  }

  .ueber-h3, .prozess, .prozess.ueber-anim {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-8.yellow {
    padding-top: 140px;
  }

  .button {
    font-size: 20px;
  }

  .accordion-item {
    max-width: none;
  }

  .accordion-header {
    font-size: 24px;
    line-height: 28px;
  }

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

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .arrow-div.invert {
    padding-right: 10px;
  }

  .section-12 {
    background-size: 30vh;
  }

  .brand-3.w--current {
    width: 120px;
  }

  .h-logo {
    margin-top: 14px;
  }

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

  .div-block-11 {
    margin-top: -206px;
    padding-left: 189px;
  }

  .div-block-12 {
    width: 60%;
  }

  .div-block-14 {
    height: 100px;
  }

  .beschreibung {
    font-size: 18px;
    line-height: 24px;
  }

  .quick-stack-5, .image-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-16, .image-17 {
    width: 80px;
  }

  .image-18 {
    padding-left: 20px;
    padding-right: 0;
  }

  .image-19 {
    padding-right: 20px;
  }

  .image-20 {
    padding-left: 20px;
  }

  .image-21 {
    padding-right: 20px;
  }

  .image-22 {
    padding-left: 20px;
  }

  .image-23 {
    padding-right: 20px;
  }

  .image-24 {
    padding-left: 20px;
  }

  .image-25 {
    padding-right: 20px;
  }

  .image-26 {
    padding-left: 20px;
  }

  .image-27 {
    padding-right: 20px;
  }

  .image-28 {
    padding-left: 20px;
  }

  .image-29 {
    padding-right: 20px;
  }

  .image-30 {
    padding-left: 20px;
  }

  .image-31 {
    padding-right: 20px;
  }

  .image-32 {
    padding-left: 20px;
    padding-right: 0;
  }

  .image-33 {
    padding-right: 20px;
  }

  .image-34 {
    padding-left: 20px;
  }

  .image-35 {
    padding-right: 20px;
  }

  .image-36 {
    padding-left: 20px;
  }

  .image-37 {
    padding-right: 20px;
  }

  .image-38 {
    padding-left: 20px;
  }

  .image-39 {
    padding-right: 20px;
  }

  .container-slim {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .sectionpadding.light-blue-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph.bleu {
    font-size: 18px;
    line-height: 22px;
  }

  .columns, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6 {
    flex-flow: column;
  }

  .text-block-12 {
    font-size: 26px;
    line-height: 32px;
  }

  .column {
    order: 0;
  }

  .column-3 {
    order: 1;
  }

  .column-4 {
    order: -1;
  }

  .column-7 {
    order: 1;
  }

  .column-8 {
    order: -1;
  }

  .column-11 {
    order: 1;
  }

  .column-12 {
    order: -1;
  }

  .columns-7 {
    flex-flow: column;
  }

  .column-15 {
    order: 1;
  }

  .column-16 {
    order: -1;
  }

  .link-6 {
    font-size: 23px;
    line-height: 26px;
  }

  .intro {
    font-size: 20px;
    line-height: 24px;
  }

  .columns-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .columns-9 {
    text-align: center;
    flex-flow: row;
  }

  .column-18 {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .image-43 {
    max-width: 80%;
  }

  .div-block-27 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .link-block-2 {
    box-sizing: border-box;
    object-fit: fill;
    height: 100%;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .text-block {
    font-size: 18px;
  }

  .slider-card-2 {
    clear: both;
    aspect-ratio: 1;
    background-image: none;
    left: 0;
    overflow: visible;
  }

  .headlines {
    font-size: 28px;
    line-height: 32px;
  }

  .headlines.leistung {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .headlines.prozess {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .flie-text {
    font-size: 17px;
  }

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

  .einleitungen {
    font-size: 22px;
    line-height: 24px;
  }

  .einleitungen.home {
    font-size: 24px;
    line-height: 28px;
  }

  .einleitungen.home.purple {
    font-size: 23px;
  }

  .einleitungen.hell {
    line-height: 28px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ueber-h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .prozess {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prozess.portrait {
    background-size: auto 20%;
  }

  .prozess.ueber-anim {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-xl {
    height: auto;
  }

  .lottie-animation-2 {
    max-width: 100%;
  }

  .button {
    font-size: 18px;
    line-height: 24px;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .accordion-header {
    width: 70%;
    padding-left: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .accordion-text {
    width: 90%;
    font-size: 17px;
    line-height: 22px;
  }

  .accordion-tab-button {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div.invert {
    padding-right: 0;
  }

  .section-12 {
    background-position: 100% 0;
    background-size: 20vh;
  }

  .container-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-3 {
    width: 140px;
  }

  .brand-3.w--current {
    width: 120px;
  }

  .h-logo {
    margin-top: 14px;
    margin-left: 20px;
    top: 0;
  }

  .bio {
    font-size: 18px;
    line-height: 20px;
  }

  .text-span-4 {
    font-size: 16px;
  }

  .div-block-11 {
    margin-top: -93px;
    padding-left: 46px;
    padding-right: 10px;
  }

  .div-block-12 {
    width: 100%;
    margin-left: -63px;
  }

  .text-span-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .netzwerk {
    font-size: 18px;
    line-height: 20px;
  }

  .blue {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .blue.prozess {
    padding-bottom: 40px;
  }

  .pink {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .beschreibung {
    font-size: 16px;
  }

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

  .text-span-6 {
    font-size: 18px;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-16, .image-17 {
    width: 60px;
  }

  .image-18 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-19 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-20 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-21 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-22 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-23 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-24 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-25 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-26 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-27 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-28 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-29 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-30 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-31 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-32 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-33 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-34 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-35 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-36 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-37 {
    margin-left: -20px;
    padding-right: 30px;
  }

  .image-38 {
    margin-right: -20px;
    padding-left: 30px;
  }

  .image-39 {
    margin-left: -20px;
    padding-right: 30px;
  }

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

  .sectionpadding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sectionpadding.light-blue-bg {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .heading-7 {
    font-size: 36px;
  }

  .link-block-6 {
    padding: 40px;
  }

  .prozess-h4 {
    font-size: 23px;
    line-height: 26px;
  }

  .prozess-fliesstext {
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 24px;
  }

  .column, .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prozessteaser {
    margin-top: 60px;
    padding: 20px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-13 {
    font-size: 18px;
    line-height: 22px;
  }

  .link-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .intro {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-26 {
    max-width: 200px;
  }

  .columns-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-span-7 {
    font-size: 20px;
  }

  .column-18 {
    display: flex;
  }
}

#w-node-bb762a91-b29e-e1be-6dab-b76df254dfe1-bde365f1, #w-node-d88003dd-fd0a-91f2-6428-7a26837d0891-bde365f1, #w-node-_3125f338-5a56-5d88-71f7-46267d444dba-bde365f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a9def883-1698-697a-e8fe-1ee7e7765608-0f93d5b7, #w-node-bd1f7a6f-f86d-fa18-9a4a-842d7c8f2fe6-0f93d5b7, #w-node-_712c0f75-a616-097a-4d23-686729b0d412-0f93d5b7, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-54b972e0, #w-node-_945e7f44-f59b-35f4-a77a-e9c6c86793ab-54b972e0, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-54b972e0, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-c332c0a5, #w-node-_755e2a9c-68a2-1757-5704-1db7aa5226ba-c332c0a5, #w-node-a9def883-1698-697a-e8fe-1ee7e7765608-de5770e4, #w-node-f51ef874-3f88-725a-1ee1-217a00a585e5-de5770e4, #w-node-e2553a58-16d7-994e-461f-9674ce34c8da-de5770e4, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-d7228675, #w-node-_945e7f44-f59b-35f4-a77a-e9c6c86793ab-d7228675, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-d7228675, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-bdf54102 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_820654f2-69b8-089d-51da-f63ee2f33d6d-05066c75, #w-node-_820654f2-69b8-089d-51da-f63ee2f33dae-05066c75, #w-node-_7058dadb-3fe5-7f3e-12e7-39d4953c18af-05066c75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5ffedd9e-570a-b731-718f-018fb32026d9-1e465e3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_75c12be0-f886-613a-5604-7736fb360475-1e465e3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5e0d6634-c0ad-c895-e027-0ee202d43c65-1e465e3d, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-1e465e3d, #w-node-d133eeb2-c2f5-daaf-52e7-e5088b6ab3b3-7f58f01b, #w-node-_4dca6a37-63a0-7819-2cba-45e2bf172ae9-7f58f01b, #w-node-_2ae114a2-aac5-a270-f51e-2939f478d36a-7f58f01b, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-7f58f01b, #w-node-d133eeb2-c2f5-daaf-52e7-e5088b6ab3b3-bafd5021, #w-node-acebc6f0-b8c4-9e57-00d1-b3fb11c1d910-bafd5021 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4dca6a37-63a0-7819-2cba-45e2bf172ae9-bafd5021 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-bafd5021, #w-node-d133eeb2-c2f5-daaf-52e7-e5088b6ab3b3-1ce2dfe7, #w-node-acebc6f0-b8c4-9e57-00d1-b3fb11c1d910-1ce2dfe7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4dca6a37-63a0-7819-2cba-45e2bf172ae9-1ce2dfe7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-1ce2dfe7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-bb762a91-b29e-e1be-6dab-b76df254dfe1-bde365f1, #w-node-d88003dd-fd0a-91f2-6428-7a26837d0891-bde365f1, #w-node-_3125f338-5a56-5d88-71f7-46267d444dba-bde365f1, #w-node-a9def883-1698-697a-e8fe-1ee7e7765608-0f93d5b7, #w-node-bd1f7a6f-f86d-fa18-9a4a-842d7c8f2fe6-0f93d5b7, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-54b972e0, #w-node-_945e7f44-f59b-35f4-a77a-e9c6c86793ab-54b972e0, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-c332c0a5, #w-node-a9def883-1698-697a-e8fe-1ee7e7765608-de5770e4, #w-node-f51ef874-3f88-725a-1ee1-217a00a585e5-de5770e4, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-d7228675, #w-node-_945e7f44-f59b-35f4-a77a-e9c6c86793ab-d7228675, #w-node-_820654f2-69b8-089d-51da-f63ee2f33d6d-05066c75, #w-node-_820654f2-69b8-089d-51da-f63ee2f33dae-05066c75, #w-node-_7058dadb-3fe5-7f3e-12e7-39d4953c18af-05066c75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9def883-1698-697a-e8fe-1ee7e7765608-0f93d5b7, #w-node-bd1f7a6f-f86d-fa18-9a4a-842d7c8f2fe6-0f93d5b7, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-54b972e0, #w-node-_945e7f44-f59b-35f4-a77a-e9c6c86793ab-54b972e0, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-c332c0a5, #w-node-a9def883-1698-697a-e8fe-1ee7e7765608-de5770e4, #w-node-f51ef874-3f88-725a-1ee1-217a00a585e5-de5770e4, #w-node-_7b23718e-cd14-15bf-71d9-c937b6544693-d7228675, #w-node-_945e7f44-f59b-35f4-a77a-e9c6c86793ab-d7228675 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ffedd9e-570a-b731-718f-018fb32026d9-1e465e3d, #w-node-_75c12be0-f886-613a-5604-7736fb360475-1e465e3d, #w-node-_5e0d6634-c0ad-c895-e027-0ee202d43c65-1e465e3d, #w-node-d133eeb2-c2f5-daaf-52e7-e5088b6ab3b3-7f58f01b, #w-node-_4dca6a37-63a0-7819-2cba-45e2bf172ae9-7f58f01b, #w-node-_2ae114a2-aac5-a270-f51e-2939f478d36a-7f58f01b, #w-node-d133eeb2-c2f5-daaf-52e7-e5088b6ab3b3-bafd5021, #w-node-acebc6f0-b8c4-9e57-00d1-b3fb11c1d910-bafd5021, #w-node-_4dca6a37-63a0-7819-2cba-45e2bf172ae9-bafd5021, #w-node-d133eeb2-c2f5-daaf-52e7-e5088b6ab3b3-1ce2dfe7, #w-node-acebc6f0-b8c4-9e57-00d1-b3fb11c1d910-1ce2dfe7, #w-node-_4dca6a37-63a0-7819-2cba-45e2bf172ae9-1ce2dfe7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_712c0f75-a616-097a-4d23-686729b0d412-0f93d5b7, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-54b972e0, #w-node-_755e2a9c-68a2-1757-5704-1db7aa5226ba-c332c0a5, #w-node-e2553a58-16d7-994e-461f-9674ce34c8da-de5770e4, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-d7228675, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-bdf54102, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-1e465e3d, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-7f58f01b, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-bafd5021, #w-node-_0eeafd34-43eb-aa09-3d12-f8f71efe872f-1ce2dfe7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Sora Variablefont Wght';
  src: url('../fonts/Sora-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inknutantiqua';
  src: url('../fonts/InknutAntiqua-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}