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

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

@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --lu-lila: #941d7d;
  --lu-blau: #009fe3;
  --tab-grey: #a0a0a0;
}

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

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

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

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.text-block {
  color: #000;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-family: Dinot, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.text-block.white {
  color: #fff;
  font-family: Dinot, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.tab-link-tab-1 {
  background-color: #b3b3b3;
  border-radius: 12px;
  margin-bottom: 8px;
  padding-left: 30px;
  transition: all .2s;
}

.tab-link-tab-1:hover {
  background-color: #009fe3;
}

.tab-link-tab-1.w--current {
  background-color: #0090d7;
  border-radius: 12px;
  align-self: auto;
  margin-bottom: 8px;
  padding-left: 30px;
  padding-right: 10px;
  transition: all .2s;
}

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

.tabs-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-left: 10px;
  display: flex;
}

.header {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block {
  justify-content: space-between;
  display: flex;
  position: static;
}

.einleitung {
  background-color: var(--lu-lila);
}

.einleitung.lila {
  background-color: var(--lu-blau);
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.footer {
  background-color: #cacaca;
}

.tab-link-tab-2 {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  margin-bottom: 8px;
  padding-right: 10px;
}

.tab-aktiv {
  color: #fff;
  font-family: Dinot, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-aktiv:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.heading {
  color: #fff;
  text-align: left;
  font-family: Dinot, Arial, sans-serif;
  font-weight: 900;
}

.heading-2 {
  color: var(--lu-blau);
  font-family: Dinot, Arial, sans-serif;
  font-weight: 900;
}

.div-block-2 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-3 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.tab-link-tab-2-2 {
  background-color: #b3b3b3;
  border-radius: 12px;
  transition: all .2s;
}

.tab-link-tab-2-2:hover {
  background-color: #3b93d4;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--lu-blau);
  margin-bottom: 8px;
}

.div-block-4 {
  position: relative;
}

.tabs-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
}

.tabs-menu-2 {
  z-index: 2000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 250px;
  margin-right: 0;
  padding-top: 30px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.tab-link-tab-2-3 {
  background-color: var(--tab-grey);
  border-radius: 8px;
  margin-bottom: 6px;
  padding-left: 10px;
  transition: all .5s;
}

.tab-link-tab-2-3:hover, .tab-link-tab-2-3.w--current {
  background-color: var(--lu-blau);
}

.tab-blau {
  background-color: var(--tab-grey);
  border-radius: 8px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .5s;
}

.tab-blau:hover {
  background-color: var(--lu-blau);
}

.tab-blau.w--current {
  background-color: var(--lu-blau);
  border-radius: 8px;
  width: auto;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-3 {
  background-color: var(--tab-grey);
  border-radius: 8px;
  margin-bottom: 6px;
  padding-left: 10px;
  transition: all .5s;
}

.tab-link-tab-3:hover {
  background-color: var(--lu-blau);
}

.tab-link-tab-3.w--current {
  background-color: var(--lu-blau);
  width: auto;
}

.tabs-content-2 {
  flex: 1;
}

.text-aktiv {
  color: #fff;
  font-family: Dinot, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-4 {
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.text-block-3 {
  color: #fff;
  font-family: Dinot, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.button {
  background-color: #3898ec00;
  font-family: Dinot, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.button:hover {
  color: #585858;
}

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

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

.flex-block {
  height: 80px;
}

.image-3 {
  height: 50px;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.tab-link-tab-4 {
  background-color: var(--tab-grey);
  border-radius: 8px;
  margin-bottom: 6px;
  padding-left: 10px;
  transition: all .2s;
}

.tab-link-tab-4:hover, .tab-link-tab-4.w--current {
  background-color: var(--lu-blau);
}

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

.tab-link-tab-5 {
  background-color: var(--tab-grey);
  border-radius: 8px;
  margin-bottom: 6px;
  padding-left: 10px;
  transition: all .2s;
}

.tab-link-tab-5:hover {
  background-color: var(--lu-blau);
}

.tab-link-tab-5.w--current {
  background-color: var(--lu-blau);
  margin-bottom: 6px;
  padding-left: 10px;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-weight: 300;
}

.utility-page-wrap {
  background-color: #c9c9c9;
  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;
}

.hotspot {
  position: absolute;
  top: 25%;
  left: 32%;
}

.button-2 {
  background-color: #0ba300;
  border-radius: 10px;
  padding: 10px 14px;
  font-family: Dinot, Arial, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.button-2:hover {
  background-color: #087a00;
}

.button-2.rot {
  background-color: #ff363a;
  border-radius: 10px;
  padding: 10px;
  font-family: Dinot, Arial, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.button-2.rot:hover {
  background-color: #d60004;
}

.div-block-8 {
  position: absolute;
  top: 30%;
  left: 50%;
}

.modal-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  cursor: pointer;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.modal-card01 {
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  display: block;
}

.div-nord {
  transition: all .2s;
  position: absolute;
  top: 30%;
  left: 43%;
}

.div-nord:hover {
  transform: scale(1.1);
}

.div-nord.big {
  top: 17%;
  left: 59%;
}

.div-block-11 {
  position: absolute;
  inset: 0% 0% 0% 40%;
}

.div-block-12 {
  position: absolute;
}

.div-sued-west {
  position: absolute;
  top: 59%;
  left: 62%;
}

.div-sued-west.ost {
  left: 61%;
}

.div-sued-west.big {
  top: 52%;
  left: 74%;
}

.div-sued-west.big2 {
  top: 74%;
  left: 49%;
}

.div-block-14 {
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.image-4 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.detailbeschreibung {
  margin-top: 40px;
}

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

.card {
  aspect-ratio: 1;
  background-color: var(--lu-lila);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
}

.card:hover {
  background-color: #791966;
}

.card.lila {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  background-color: #941d7d00;
  justify-content: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.card.lila:hover {
  background-color: #941d7d00;
}

.card.blau {
  background-color: var(--lu-blau);
  margin-right: 0;
  padding-left: 50%;
  padding-right: 50%;
  transition: all .2s, all .2s;
}

.card.blau:hover {
  background-color: #0079ad;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lu-lila);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.cell:hover {
  background-color: #7c1869;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lu-blau);
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s;
}

.cell-2:hover {
  background-color: #007fb6;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Dinot, Arial, sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.heading-3.sub {
  text-underline-offset: 32%;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 24px;
  font-weight: 300;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.section-2 {
  background-color: #f5f5f5;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2;
  object-fit: fill;
  padding: 0;
}

.text-span-6 {
  font-weight: 300;
}

.text-span-7 {
  font-family: Dinot, Arial, sans-serif;
  font-weight: 300;
}

.image-5, .image-6, .image-7 {
  width: 60px;
}

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

.image-8 {
  width: 100px;
}

.button-3 {
  color: #fff;
  background-color: #ffffff45;
  border-radius: 20px;
  font-family: Dinot, Arial, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #ffffff80;
}

@media screen and (max-width: 991px) {
  .text-block {
    padding-bottom: 20px;
  }

  .image {
    max-width: 100%;
  }

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

  .heading-2 {
    font-size: 30px;
  }

  .tabs-2 {
    flex-flow: row;
  }

  .tabs-menu-2 {
    align-items: flex-start;
    width: 200px;
  }

  .tab-blau.w--current {
    padding-left: 10px;
  }

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

  .text-block-3 {
    font-size: 15px;
  }

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

  .image-3 {
    height: 40px;
  }

  .div-nord {
    left: 41%;
  }

  .div-sued-west {
    top: 57%;
    left: 42%;
  }

  .quick-stack {
    aspect-ratio: 2 / 3;
  }

  .image-5, .image-7 {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .text-block {
    padding-bottom: 10px;
  }

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

  .tab-link-tab-1.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content {
    flex: 0 auto;
  }

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

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

  .heading-2 {
    margin-top: 10px;
    line-height: 32px;
  }

  .tabs-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2 {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    position: static;
  }

  .tab-blau.w--current {
    display: block;
  }

  .container-4 {
    padding-top: 0;
  }

  .container-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.lila, .card.blau {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cell, .cell-2 {
    padding: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 46px;
  }

  .heading-3.sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 15px;
    line-height: 16px;
  }

  .text-block.white {
    line-height: 22px;
  }

  .heading {
    font-size: 28px;
    line-height: 30px;
  }

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

  .tabs-menu-2 {
    padding-top: 0;
  }

  .image-3 {
    height: 24px;
  }

  .div-sued-west {
    top: 55%;
    left: 41%;
  }

  .card.lila, .card.blau {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-3.sub {
    font-size: 18px;
    line-height: 22px;
  }

  .image-5, .image-7 {
    width: 30px;
  }
}

#w-node-b2e4b166-f834-2645-0209-aee5491f09c2-14bf73d4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b2e4b166-f834-2645-0209-aee5491f09c2-14bf73d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}