:root {
  --neutral-petrol-4: #eceff200;
  --neutral-petrol-1: #eceff2;
  --neutral-petrol-3: #abbac0;
  --neutral-petrol-7: #002e3c;
  --secondary--beige: #d6c18b;
  --brand--primary-coral: #ff5d47;
  --basic--ocean: #002e3c;
  --brand--primary-ocean: #002e3c;
  --basic--white: white;
  --ocean--ya-7: #dbe2e5;
  --ocean--color: white;
  --ocean--ya-1: #103d4b;
  --secondary--sec-5: #b54740;
  --neutral-petrol-6: #2d5562;
  --ocean--ya-5: #1d4856;
  --neutral-petrol-8: #002530;
  --brand--primary-action-hover: #ffc700;
  --brand--primary-yellow: gold;
  --neutral-petrol-2: #ced8da;
  --ocean--ya-4: #5e7b83;
  --neutral-petrol-5: #506c74;
  --secondary--petrol: #3a7e8a;
  --secondary--brown: #978674;
  --secondary--sec-4: #ff5d47;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.section {
  background-color: var(--neutral-petrol-4);
  object-fit: fill;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.stage {
  max-height: none;
}

.secondary-button {
  border: 2px solid var(--neutral-petrol-1);
  cursor: pointer;
  background-color: #00253000;
  border-radius: 32px;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 56px;
  max-height: 56px;
  padding-left: 29px;
  padding-right: 28px;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: baseline;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.flex-block {
  justify-content: space-between;
  display: block;
  position: fixed;
  inset: 2% 2% auto;
  overflow: hidden;
}

.display-1---160 {
  color: var(--neutral-petrol-3);
  letter-spacing: -1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
  font-family: Gotham, sans-serif;
  font-size: 160px;
  font-weight: 500;
  line-height: 172px;
}

.display-1---160.book {
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.desktop-4 {
  max-width: 830px;
  font-family: Gotham, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.desktop-4._6 {
  font-size: 14px;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.processdesciption {
  background-color: #eceff2;
  padding: 0 0 96px;
}

.processdesciption.div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 56px;
  display: flex;
}

.processdesciption.div.success {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #eceff200;
  margin-top: 0;
  padding-bottom: 0;
}

.cell {
  cursor: pointer;
  background-color: #fff0;
  border-radius: 20px;
  padding: 24px;
}

.cell.process {
  background-color: #fff0;
  flex-direction: row;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.flex-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  margin-left: 80px;
  margin-right: 80px;
}

.cell-2 {
  background-color: #fff;
}

.cell-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 67%;
  max-width: none;
  margin-left: 16%;
  padding-bottom: 100px;
  display: flex;
}

.cell-3._1 {
  width: 67.0003%;
  margin-left: 33%;
}

.cell-3._2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0%;
  padding-bottom: 100px;
}

.cell-3.success {
  width: auto;
  margin-left: 0%;
  padding-bottom: 0;
}

.cell-4 {
  flex-direction: row;
  padding-bottom: 100px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 96px 0 -50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  object-fit: fill;
  background-color: #eceff2;
  margin-bottom: 160px;
  margin-left: 120px;
  margin-right: 120px;
  display: block;
  position: static;
  overflow: hidden;
}

.body {
  background-color: #eceff2;
}

.modal-wrapper2 {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral-petrol-7);
  cursor: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1204px;
  height: auto;
  margin: 160px 0 0;
  padding: 120px 10%;
  display: flex;
  position: static;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.modal-wrapper2.v2 {
  z-index: 9999999;
  background-color: var(--secondary--beige);
  cursor: auto;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  padding: 84px 32px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: scroll;
}

.layover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-position: 50% 50%;
  background-color: #fff;
  border-radius: 32px;
  order: 0;
  align-items: flex-start;
  max-height: 432px;
  margin-top: 0;
  margin-left: 0;
  padding: 32px;
  display: block;
  box-shadow: 1px 2px 50px #0003;
}

.iconlink {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: auto;
  color: var(--neutral-petrol-3);
  cursor: pointer;
  object-fit: fill;
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
  transform: rotate(0);
}

.iconlink.dark {
  color: var(--brand--primary-coral);
}

.iconlink.mehr-erfahren {
  padding-top: 0;
}

.iconlink.navi {
  color: var(--basic--ocean);
}

.close-modal-button {
  float: right;
  cursor: pointer;
  background-image: url('../images/close_d_1close_d.png');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 0;
  padding: 5px;
  position: relative;
  inset: auto;
}

.track {
  height: 400vw;
  margin-top: 56px;
  display: block;
  overflow: visible;
}

.track.testimonials {
  height: 220vw;
  margin-top: 0;
  margin-left: 0;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.camera.new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  max-width: 1439px;
  height: 100vh;
  margin-left: 0;
  display: grid;
  overflow: visible;
}

.frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  min-width: 320px;
  max-width: none;
  height: 100vh;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
  transform: translate(0);
}

.item1 {
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 0 0 120px;
  display: flex;
}

.item1._2 {
  justify-content: space-between;
}

.item1._1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 400px;
  max-height: 100vh;
  padding-top: 40px;
  padding-left: 0;
  overflow: hidden;
}

.item1._3 {
  justify-content: flex-start;
}

.image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  max-width: 100%;
  padding-right: 43px;
}

.balken {
  background-color: var(--brand--primary-coral);
  width: 6px;
  min-width: 6px;
  max-width: 6px;
  height: auto;
  margin-right: 25px;
}

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

.quote {
  max-width: 400px;
  height: auto;
  margin-top: auto;
  margin-bottom: 60px;
  margin-right: 288px;
  display: flex;
}

.text {
  width: auto;
  min-width: auto;
  max-width: 940px;
  height: auto;
}

.image-2 {
  width: auto;
  height: 100vh;
}

.ocean-highlight {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: var(--brand--primary-ocean);
  flex-flow: column;
  align-items: center;
  padding: 160px 120px;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  padding-top: 66px;
  padding-bottom: 148px;
  padding-left: 177px;
}

.imagescroll {
  flex-flow: row;
  width: auto;
  display: flex;
  position: sticky;
  overflow: visible;
}

.section-3 {
  height: auto;
}

.image-3 {
  padding-right: 200px;
}

.display-2---124 {
  color: var(--brand--primary-ocean);
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 124px;
  font-weight: 500;
  line-height: 132px;
}

.display-2---124.book {
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.display-2---124.dark {
  color: var(--basic--white);
  width: auto;
  max-width: 1000px;
  margin-top: 0;
  overflow: visible;
}

.display-3---82 {
  color: var(--neutral-petrol-7);
  letter-spacing: -1px;
  font-family: Gotham, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 92px;
}

.display-3---82.book {
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.display-3---82.dark {
  color: var(--neutral-petrol-1);
}

.style-1---62 {
  letter-spacing: -.6px;
  font-family: Gotham, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 72px;
}

.style-1---62.book {
  color: var(--neutral-petrol-7);
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.style-1---62.dark {
  color: var(--neutral-petrol-1);
}

.style-2---46 {
  color: var(--neutral-petrol-7);
  letter-spacing: -.4px;
  max-width: 1204px;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 52px;
}

.style-2---46.book {
  max-width: 893px;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.style-2---46.dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--neutral-petrol-1);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.style-2---46.dark.height {
  margin-bottom: 0;
  padding-bottom: 0;
}

.style-3---32 {
  color: var(--neutral-petrol-7);
  letter-spacing: -.2px;
  width: auto;
  max-width: 720px;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.style-3---32.book {
  min-width: 340px;
  max-width: none;
  padding-bottom: 20px;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.style-3---32.dark {
  color: var(--neutral-petrol-1);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.style-3---32.dark.akkordion {
  color: var(--neutral-petrol-3);
  max-width: none;
}

.style-3---32.dark.akkordion:hover, .style-3---32.dark.akkordion.highlight {
  color: var(--ocean--ya-7);
}

.style-3---32.width {
  width: 30%;
  min-width: 350px;
}

.style-4---24 {
  color: var(--neutral-petrol-7);
  letter-spacing: -.1px;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.style-4---24.book {
  color: var(--neutral-petrol-7);
  width: auto;
  min-width: 300px;
  max-width: 860px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.style-4---24.book.width {
  width: 38%;
}

.style-4---24.book.dark {
  color: var(--ocean--ya-7);
  min-width: auto;
  max-width: 860px;
}

.style-4---24.book.dark:hover {
  color: var(--neutral-petrol-1);
}

.style-4---24.book.ortsname {
  min-width: 0;
}

.style-5---16 {
  clear: none;
  color: var(--brand--primary-ocean);
  -webkit-text-stroke-width: 0px;
  word-break: normal;
  overflow-wrap: normal;
  flex: none;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.style-5---16.book {
  pointer-events: auto;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.style-5---16.book.right {
  text-align: right;
}

.style-5---16.book.dark {
  -webkit-text-stroke-color: var(--ocean--ya-7);
  margin-top: 0;
  margin-bottom: 0;
}

.style-5---16.book.dark:hover {
  color: var(--basic--white);
  -webkit-text-stroke-color: var(--ocean--color);
}

.style-5---16.book.dark.top {
  color: var(--ocean--ya-1);
}

.style-5---16.dark {
  color: var(--ocean--ya-7);
  min-width: 0;
}

.style-5---16.dark.button:hover {
  background-color: #00253000;
  background-image: linear-gradient(#0000, #0000);
}

.style-5---16.highlight {
  color: var(--brand--primary-coral);
}

.style-5---16.textlink {
  text-decoration: underline;
}

.style-5---16.dark-coral {
  color: var(--secondary--sec-5);
}

.style-6---13 {
  color: var(--neutral-petrol-7);
  font-family: Gotham, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.style-6---13.book {
  color: var(--neutral-petrol-7);
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

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

.cell-5 {
  flex-flow: row;
}

.cell-6 {
  flex-direction: row;
}

.link-block {
  display: flex;
}

.image-4 {
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.test-iconlink-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: stretch;
  width: auto;
  display: flex;
}

.detail-text {
  display: none;
}

.headline-cards {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  max-width: 1204px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.flip-card {
  background-color: var(--neutral-petrol-6);
  border-radius: 32px;
  width: 304.933vw;
  padding: 36px;
}

.flip-card.v1 {
  z-index: auto;
  background-color: var(--ocean--ya-5);
  cursor: pointer;
  width: 30vw;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0 auto auto 0%;
  overflow: visible;
  box-shadow: 0 8px 18px -8px #0025304d;
}

.flip-card.v1.back {
  background-color: var(--secondary--beige);
  backface-visibility: hidden;
  object-fit: fill;
  transform-style: preserve-3d;
  flex-flow: column;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0 auto auto 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flip-card.v2, .flip-card.v3 {
  background-color: var(--ocean--ya-1);
  width: 30vw;
  max-width: 380px;
}

.div-block-5 {
  justify-content: space-between;
  margin-bottom: 160px;
  display: flex;
}

.div-block-5.back {
  margin-bottom: 16px;
}

.div-flip-cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-start space-between;
  place-items: flex-start stretch;
  width: auto;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.cobee-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1204px;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutral-petrol-7);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 16px 28px;
  font-family: Gotham, sans-serif;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--neutral-petrol-8);
}

.button.primary {
  aspect-ratio: auto;
  background-color: var(--neutral-petrol-7);
  color: var(--neutral-petrol-1);
  cursor: pointer;
  border-radius: 40px;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: static;
}

.button.primary:hover {
  background-color: var(--neutral-petrol-8);
}

.button.primary.yellow {
  background-color: var(--neutral-petrol-1);
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--neutral-petrol-7);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px solid #000;
  outline-width: 3px;
  outline-style: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 287px;
  height: 58px;
  padding-left: 28px;
}

.button.primary.yellow:hover {
  background-color: var(--brand--primary-action-hover);
}

.button.secondary {
  border: 2px solid var(--neutral-petrol-1);
  cursor: pointer;
  background-color: #00253000;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.team {
  background-color: var(--neutral-petrol-1);
  flex-flow: column;
  align-items: center;
  padding: 160px 0 0;
  display: flex;
  overflow: hidden;
}

.image-5 {
  max-width: none;
  margin-bottom: 260px;
  margin-left: -73px;
  margin-right: -45px;
  overflow: visible;
}

.kreativit-t {
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 160px;
}

.info-bar {
  border-bottom: 1px solid var(--neutral-petrol-7);
  justify-content: space-between;
  display: none;
}

.counter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.fotogalerie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1204px;
  display: flex;
}

.div-block-6 {
  background-color: var(--neutral-petrol-7);
  cursor: auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 128px 173px 140px;
  display: none;
}

.modal-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1204px;
  margin-bottom: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.modal-content.flipcard-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

.text-image-combo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  max-width: none;
  display: flex;
}

.text-image-combo.flipcard-1 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.akkordion.v1 {
  border-bottom: 4px solid #1d4856;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.akkordion.v1.v2 {
  border-bottom-style: none;
}

.div-block-9 {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--ocean--ya-5);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.akkordion-group {
  flex-flow: column;
  width: 100%;
  max-width: 1204px;
  display: flex;
}

.footer {
  z-index: 9999999;
  background-color: var(--brand--primary-yellow);
  flex-flow: column;
  justify-content: space-between;
  padding: 120px 8%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-10 {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid var(--neutral-petrol-4);
  flex: 1;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 84px;
  padding-bottom: 84px;
  display: flex;
  overflow: visible;
}

.flex-block-5 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-13 {
  box-sizing: border-box;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
  overflow: visible;
}

.image-6 {
  width: 480px;
}

.image-7 {
  width: 740px;
}

.image-8 {
  width: 560px;
}

.image-9 {
  width: 740px;
}

.image-10 {
  width: 480px;
}

.image-11 {
  width: 640px;
}

.image-12 {
  max-width: 622px;
  height: 415px;
}

.div-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 893px;
  display: flex;
}

.card-wrapper {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: auto;
  max-width: 380px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.card_component {
  width: 30vw;
  max-width: 380px;
  height: 360px;
}

.image-13 {
  max-width: 468%;
  max-height: 468px;
}

.close {
  float: right;
  cursor: pointer;
  width: auto;
  height: auto;
  position: absolute;
  top: 36px;
  right: 36px;
}

.accordion-expanded {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 28px;
  display: flex;
}

.accordion-expanded:hover {
  transform: translate(4px);
}

.title {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title:hover {
  transform: translate(4px);
}

.title:active {
  transform: translate(4px, 2px);
}

.image-15 {
  mix-blend-mode: normal;
  border: 0 solid #000;
}

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

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

.image-16 {
  overflow: hidden;
}

.cell-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: 16%;
  display: flex;
}

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

.image-18 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  flex: 0 auto;
  order: -1;
  max-width: 100%;
}

.plusicon {
  width: 24px;
  height: 24px;
}

.plusicon.dark {
  width: auto;
  height: auto;
}

.footercontent {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1204px;
  display: flex;
}

.placeholder {
  min-width: 320px;
  max-width: 600px;
}

.container-2 {
  max-width: 1204px;
}

.nav-menu {
  justify-content: space-between;
  display: flex;
}

.nav-link {
  background-color: var(--ocean--ya-7);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 160px;
}

.navbar {
  box-sizing: content-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #ddd0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  display: none;
  position: absolute;
  inset: 2% 2% auto;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.brand {
  clear: none;
  background-image: url('../images/YA2024-Logo_horizontal_RGB_Solid_ocean-petrol.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 160px;
  width: 160px;
  display: block;
  position: static;
  left: 0;
  overflow: visible;
}

.brand.w--current {
  background-image: url('../images/YA2024-Logo_horizontal_RGB_Solid_ocean-petrol.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.topnavi {
  z-index: 999;
  justify-content: center;
  width: 100vw;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  inset: auto;
}

.logo {
  display: none;
}

.locations {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 260px;
  display: flex;
}

.ort {
  background-color: var(--basic--white);
  background-image: linear-gradient(180deg, var(--basic--white) 60%, var(--neutral-petrol-1));
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 24rem;
  height: 24rem;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.ort.hamm {
  align-self: flex-start;
  width: 14rem;
  height: 14rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: -4rem;
}

.ort.frankfurt {
  align-self: flex-end;
  width: 18rem;
  height: 18rem;
  margin-top: 0;
  margin-left: 0;
}

.ort.halle {
  align-self: stretch;
  width: 28rem;
  height: 28rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.ort.magdeburg {
  align-self: flex-end;
  width: 18rem;
  height: 18rem;
  margin-top: 0;
  margin-left: 0;
}

.ort.ho {
  align-self: center;
  width: 24rem;
  height: 24rem;
  margin-top: 0;
  margin-left: 0;
}

.ort.erfurt {
  align-self: flex-start;
  width: 16rem;
  height: 16rem;
  margin-top: 0;
  margin-left: 0;
}

.code-embed {
  width: 48px;
  height: 48px;
}

.stage-interaktiv {
  display: none;
}

.hintergrundstage {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100vh;
  max-height: 900px;
  position: absolute;
  inset: -8% 0% auto -8%;
}

.div-block-17 {
  background-color: var(--neutral-petrol-4);
  height: 100vh;
  max-height: 1000px;
  display: none;
}

.image-19 {
  aspect-ratio: auto;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: inline-flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 30% 0% 0%;
}

.div-block-19 {
  min-width: 250px;
}

.page-container {
  background-color: var(--neutral-petrol-1);
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 96px;
  overflow: clip;
}

.lottie-animation {
  z-index: -3;
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  height: 100%;
  min-height: 900px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.wrapper-stage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.successstories {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--neutral-petrol-2);
  flex-flow: column;
  align-items: flex-start;
  max-width: 1204px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.divider {
  background-color: var(--ocean--ya-4);
  width: 100%;
  max-width: none;
  height: 1px;
  min-height: auto;
  padding-bottom: 0;
}

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

.ocean-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  max-width: 1204px;
}

.code-embed-3 {
  display: flex;
}

.aufgaben-cobee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.nav-menu-2 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 1204px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.flex-block-6 {
  flex-flow: row;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-4 {
  object-fit: fill;
  background-color: #eceff200;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section-4.stage {
  height: 42vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.wrapper-stage-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1204px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
}

.style-5---17 {
  clear: none;
  color: #002e3c;
  -webkit-text-stroke-width: 0px;
  word-break: normal;
  overflow-wrap: normal;
  flex: none;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.style-5---17.book {
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.style-5---17.book.dark {
  -webkit-text-stroke-color: #dbe2e5;
  margin-top: 0;
  margin-bottom: 0;
}

.style-5---17.book.dark:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.style-5---17.highlight {
  color: #ff5d47;
}

.style-5---17.dark {
  color: #dbe2e5;
  min-width: 0;
}

.display-3---83 {
  color: #002530;
  letter-spacing: -1px;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 92px;
}

.lottie-wrapper {
  z-index: -2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 42vw;
  display: block;
  position: absolute;
  top: 0;
}

.lottie-animation-2 {
  z-index: -3;
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--neutral-petrol-7);
  cursor: pointer;
  text-decoration: none;
}

.body-2 {
  color: var(--neutral-petrol-7);
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.code-embed-4, .code-embed-5 {
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1204px;
  margin-left: 120px;
  margin-right: 120px;
}

.link-block-2 {
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #002e3c;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 16px 28px;
  font-family: Gotham, sans-serif;
  text-decoration: none;
  display: flex;
}

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

.button-2.primary {
  aspect-ratio: auto;
  color: #eceff2;
  letter-spacing: .2px;
  cursor: pointer;
  background-color: #002e3c;
  border-radius: 40px;
  flex: none;
  order: 0;
  align-self: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 500;
  position: static;
}

.button-2.primary:hover {
  background-color: #002530;
}

.button-2.primary.yellow {
  color: #002e3c;
  background-color: gold;
  background-image: none;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  padding-left: 28px;
}

.button-2.primary.yellow:hover {
  background-color: #ffc700;
}

.modal-wrapper2-2 {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #002e3c;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 160px 0 0;
  padding: 120px 10%;
  display: flex;
  position: static;
  inset: -308px 0% 0%;
  overflow: hidden;
}

.style-3---33 {
  color: #002e3c;
  letter-spacing: -.2px;
  width: auto;
  max-width: 720px;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.style-3---33.dark {
  color: #eceff2;
  width: auto;
  max-width: none;
}

.style-3---33.dark.akkordion {
  color: #abbac0;
  max-width: none;
}

.style-3---33.dark.akkordion:hover {
  color: #dbe2e5;
}

.style-2---47 {
  color: #002e3c;
  letter-spacing: -.4px;
  max-width: 1204px;
  padding-bottom: 84px;
  font-family: Gotham, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 52px;
}

.style-2---47.dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #eceff2;
  width: auto;
  max-width: 685px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.style-2---47.dark.height {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-21 {
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.iconlink-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: auto;
  color: #ff5d47;
  cursor: pointer;
  object-fit: fill;
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
  transform: rotate(0);
}

.iconlink-2.dark {
  color: #ff5d47;
}

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

.style-4---25 {
  color: #002e3c;
  letter-spacing: -.1px;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.style-4---25.book {
  color: #002e3c;
  width: auto;
  min-width: 300px;
  max-width: 632px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.style-4---25.book.dark {
  color: #dbe2e5;
  max-width: 860px;
}

.style-4---25.book.dark:hover {
  color: #eceff2;
}

.div-block-23 {
  min-width: 250px;
}

.akkordion-group-2 {
  width: 100%;
  max-width: 1204px;
}

.container-5 {
  max-width: 1204px;
}

.lottie-animation-mobile, .lottie-animation-tablet {
  z-index: -3;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-image {
  display: none;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}

.link-2 {
  color: var(--basic--white);
  vertical-align: baseline;
  font-weight: 400;
  text-decoration: underline;
}

.heading-3, .list-item {
  color: #fff;
}

.list-item-2 {
  color: #fff;
  list-style-type: none;
}

.link-3 {
  color: #dbe2e5;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #eceff2;
  letter-spacing: -.1px;
  font-family: Gotham, sans-serif;
  font-size: 24px;
}

@media screen and (min-width: 1440px) {
  .processdesciption.div {
    background-color: #eceff200;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1204px;
    display: block;
  }

  .processdesciption.div.success {
    padding-bottom: 0;
    display: flex;
  }

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

  .cell-3.success {
    padding-bottom: 0;
  }

  .section-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1204px;
    margin: 160px auto 96px;
    display: flex;
  }

  .modal-wrapper2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 180px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .modal-wrapper2.v2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: fixed;
  }

  .track.testimonials {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .camera.new {
    overflow: visible;
  }

  .frame {
    width: 100vw;
    max-width: none;
  }

  .ocean-highlight {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .display-3---82 {
    color: var(--neutral-petrol-7);
  }

  .style-2---46 {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .style-2---46.dark {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    display: block;
  }

  .style-2---46.dark.height {
    margin-left: 0;
  }

  .style-4---24.book.dark {
    flex: 0 auto;
  }

  .style-5---16.dark {
    background-image: none;
  }

  .detail-text {
    display: none;
  }

  .headline-cards {
    justify-content: flex-start;
    align-items: center;
  }

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

  .flex-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button.primary {
    background-image: none;
  }

  .button.primary.yellow {
    background-image: none;
    flex: none;
  }

  .team {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .image-5 {
    display: none;
  }

  .fotogalerie {
    max-width: 1204px;
  }

  .modal-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1204px;
  }

  .modal-content.flipcard-1 {
    flex-flow: column;
  }

  .modal-content.recruiting {
    justify-content: space-between;
    width: auto;
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-image-combo.flipcard-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .akkordion-group {
    max-width: 1204px;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    display: flex;
  }

  .close {
    position: static;
    inset: 0% 0% auto auto;
  }

  .plusicon {
    flex-flow: column;
    justify-content: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .footercontent {
    justify-content: space-between;
    width: 1204px;
    max-width: none;
    display: flex;
  }

  .container-2 {
    max-width: 1204px;
    padding-left: 0;
  }

  .locations {
    width: auto;
    min-width: 1204px;
    margin-left: 0;
  }

  .ort.erfurt {
    margin-left: -4em;
  }

  .div-block-20 {
    width: 100%;
  }

  .divider {
    background-color: var(--ocean--ya-4);
    width: 100%;
    height: 1px;
    min-height: auto;
    display: block;
  }

  .ocean-content {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .code-embed-2 {
    height: auto;
  }

  .code-embed-3 {
    height: 24px;
  }

  .aufgaben-cobee {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.stage {
    max-height: 900px;
  }

  .wrapper-stage-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .style-5---17.dark {
    background-image: none;
  }

  .lottie-animation-2 {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .flex-block-7 {
    flex: none;
  }

  .flex-block-8 {
    max-width: 1204px;
  }

  .button-2.primary, .button-2.primary.yellow {
    background-image: none;
  }

  .modal-wrapper2-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .akkordion-group-2 {
    max-width: 1204px;
  }

  .lottie-animation-mobile, .lottie-animation-tablet {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .heading-3 {
    font-family: Gotham, sans-serif;
  }

  .link-3 {
    font-family: Gotham, sans-serif;
    text-decoration: none;
  }

  .div-block-24 {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .section {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    max-height: 900px;
    margin-bottom: 0;
  }

  .flex-block {
    z-index: 100;
  }

  .display-1---160, .display-1---160.tab-display-1 {
    font-size: 126px;
    line-height: 134px;
  }

  .flex-block-2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-3 {
    width: 85%;
    margin-left: 12%;
    padding-bottom: 64px;
  }

  .cell-3._1 {
    width: 79%;
    margin-left: 25%;
  }

  .cell-3._2 {
    width: 85%;
  }

  .cell-3.success {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    margin-left: 0%;
    padding-bottom: 0;
  }

  .section-2 {
    margin-bottom: 120px;
    margin-left: 32px;
    margin-right: 32px;
    position: relative;
  }

  .body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .modal-wrapper2 {
    width: 100%;
    margin: 128px 0 0;
    padding: 60px;
    display: none;
    position: static;
  }

  .modal-wrapper2.v2 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 84px;
    padding-left: 32px;
    padding-right: 32px;
    display: none;
    overflow: scroll;
  }

  .iconlink.navi {
    font-size: 22px;
    line-height: 32px;
  }

  .track {
    height: auto;
    margin-top: 200px;
    display: block;
    overflow: hidden;
  }

  .track.testimonials {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .camera {
    width: 100vw;
    height: 100vh;
    overflow: visible;
  }

  .camera.new {
    grid-template-columns: .75fr 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .frame {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .item1._1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image {
    vertical-align: baseline;
    align-self: flex-end;
    max-width: 547px;
    margin-top: -160px;
    padding-top: 0;
    padding-right: 0;
  }

  .ocean-highlight {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding: 120px 32px;
  }

  .display-2---124.tab-display-2 {
    margin-top: 0;
    font-size: 92px;
    line-height: 100px;
  }

  .display-2---124.dark {
    max-width: none;
    font-size: 90px;
    line-height: 100px;
  }

  .display-2---124.dark.hero {
    font-size: 80px;
    line-height: 90px;
  }

  .display-3---82, .display-3---82.book {
    font-size: 64px;
    line-height: 74px;
  }

  .style-1---62.book {
    font-size: 44px;
    line-height: 52px;
  }

  .style-2---46 {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .style-2---46.book {
    padding-bottom: 0;
  }

  .style-2---46.dark {
    font-size: 34px;
    line-height: 42px;
  }

  .style-2---46.dark.height {
    margin-bottom: 0;
  }

  .style-3---32 {
    font-size: 28px;
    line-height: 36px;
  }

  .style-3---32.dark {
    max-width: none;
    font-size: 17px;
    line-height: 25px;
  }

  .style-3---32.dark.akkordion {
    font-size: 28px;
    line-height: 36px;
  }

  .style-3---32.width {
    width: auto;
    max-width: 304px;
    line-height: 36px;
  }

  .style-3---32.tab-style-3 {
    font-size: 28px;
    line-height: 36px;
  }

  .style-4---24 {
    font-size: 20px;
    line-height: 30px;
  }

  .style-4---24.book {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .style-4---24.book.width {
    width: auto;
    max-width: 358px;
  }

  .style-4---24.book.dark {
    min-width: auto;
    max-width: none;
    font-weight: 400;
  }

  .style-4---24.book.tab-style-4 {
    font-size: 20px;
  }

  .style-4---24.book.ortsname {
    width: auto;
  }

  .style-5---16.book {
    font-size: 14px;
    line-height: 24px;
  }

  .headline-cards {
    max-width: none;
  }

  .flip-card.v1 {
    width: 100%;
    max-width: none;
    position: static;
  }

  .flip-card.v2, .flip-card.v3 {
    width: 100%;
    max-width: none;
  }

  .div-flip-cards {
    flex-flow: wrap;
    height: auto;
  }

  .cobee-cta {
    justify-content: space-between;
  }

  .button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button.primary {
    width: 230px;
    margin-top: 61px;
  }

  .button.primary.yellow {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .button.secondary {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    order: 0;
    align-self: auto;
    width: auto;
  }

  .team {
    padding-top: 120px;
  }

  .image-5 {
    max-width: 110vw;
    margin-bottom: 170px;
    margin-left: -70px;
  }

  .kreativit-t {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .fotogalerie {
    width: auto;
    max-width: 702px;
  }

  .div-block-6 {
    order: 0;
    align-self: auto;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 100px 137px;
    display: block;
  }

  .modal-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    position: static;
  }

  .modal-content.flipcard-1 {
    flex-flow: column;
  }

  .modal-content.recruiting {
    flex-flow: column;
    justify-content: flex-start;
  }

  .text-image-combo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .text-image-combo.flipcard-1 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: space-between;
    align-items: stretch;
    padding: 84px 32px;
    display: flex;
  }

  .div-block-12 {
    flex-flow: column;
    margin-bottom: 56px;
    padding-bottom: 56px;
  }

  .image-7, .image-9 {
    max-width: 100%;
  }

  .card-wrapper, .card_component {
    width: 100%;
    max-width: none;
  }

  .image-13 {
    max-height: none;
  }

  .close {
    margin-top: -16px;
    margin-right: -16px;
  }

  .accordion-expanded {
    display: flex;
  }

  .tab-display-2 {
    font-family: Gotham, sans-serif;
  }

  .image-18 {
    max-width: 360px;
  }

  .footercontent {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .placeholder {
    display: none;
  }

  .locations {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 172px;
  }

  .ort {
    width: 20rem;
    height: 20rem;
  }

  .ort.hamm {
    width: 11rem;
    height: 11rem;
  }

  .ort.frankfurt {
    align-self: flex-end;
    width: 14rem;
    height: 14rem;
  }

  .ort.halle {
    width: 24rem;
    height: 24rem;
  }

  .ort.magdeburg {
    width: 14rem;
    height: 14rem;
  }

  .ort.ho {
    width: 26rem;
    height: 26rem;
  }

  .ort.erfurt {
    align-self: center;
    width: 16rem;
    height: 16rem;
    margin-left: 0;
  }

  .hintergrundstage {
    aspect-ratio: auto;
  }

  .div-block-18 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    top: 35%;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #fffc;
    border-radius: 20px;
    width: 90%;
    height: 100%;
    min-height: 100vh;
    margin-top: 10px;
    margin-left: 5%;
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .navbar-2 {
    z-index: 3;
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex-block-6 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--neutral-petrol-8);
  }

  .section-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    max-height: 900px;
    margin-bottom: 0;
  }

  .section-4.stage {
    width: 100vw;
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-stage-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .style-5---17.book {
    font-size: 14px;
    line-height: 24px;
  }

  .lottie-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .lottie-animation-2 {
    display: none;
    transform: rotate(0);
  }

  .image-20 {
    height: 46px;
  }

  .flex-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-block-8 {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .link-block-2.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .button-2.primary {
    display: none;
  }

  .button-2.primary.yellow {
    justify-content: flex-start;
    align-items: center;
  }

  .modal-wrapper2-2 {
    margin-top: 128px;
    margin-left: 0;
    margin-right: 0;
    padding: 60px;
    display: block;
    top: -225px;
    bottom: 0%;
  }

  .style-3---33 {
    font-size: 28px;
    line-height: 36px;
  }

  .style-3---33.dark {
    max-width: none;
    font-size: 17px;
    line-height: 25px;
  }

  .style-3---33.dark.akkordion {
    font-size: 28px;
    line-height: 36px;
  }

  .style-2---47 {
    padding-bottom: 0;
  }

  .style-2---47.dark {
    font-size: 34px;
    line-height: 42px;
  }

  .style-2---47.dark.height {
    margin-bottom: 0;
  }

  .style-4---25 {
    font-size: 20px;
    line-height: 30px;
  }

  .style-4---25.book {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .style-4---25.book.dark {
    font-weight: 400;
  }

  .lottie-animation-tablet {
    width: 100vh;
    display: block;
  }

  .background-image {
    background-image: url('../images/yellow_background-tablet.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  .list-item-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .display-1---160 {
    font-size: 92px;
    line-height: 98px;
  }

  .cell-3, .cell-3._1 {
    flex-flow: column;
    width: auto;
    margin-left: 0%;
    padding-bottom: 24px;
  }

  .cell-3._2 {
    flex-flow: column;
    width: auto;
    padding-bottom: 34px;
  }

  .div-block {
    margin-bottom: 32px;
  }

  .section-2 {
    margin-bottom: 100px;
  }

  .modal-wrapper2 {
    margin-top: 84px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .iconlink.navi {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .frame {
    justify-content: flex-start;
    align-items: stretch;
  }

  .item1._1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100vw;
    max-height: 100vh;
  }

  .quote {
    align-items: stretch;
    display: flex;
  }

  .display-2---124.tab-display-2 {
    font-size: 52px;
    line-height: 56px;
  }

  .display-2---124.dark.hero {
    font-size: 60px;
    line-height: 70px;
  }

  .style-2---46 {
    margin-top: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .style-2---46.dark {
    max-width: 100%;
  }

  .style-3---32 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .style-3---32.width {
    min-width: 200px;
  }

  .style-4---24.book {
    font-size: 18px;
    line-height: 26px;
  }

  .style-4---24.book.width {
    min-width: auto;
  }

  .style-4---24.book.dark {
    max-width: none;
  }

  .style-5---16.dark.button {
    height: auto;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .headline-cards {
    max-width: 100%;
  }

  .button.primary {
    padding: 12px 24px;
    font-size: 13px;
    line-height: 20px;
  }

  .button.primary.w--current {
    height: auto;
    padding: 12px 24px;
  }

  .div-block-6 {
    max-width: none;
    height: auto;
  }

  .modal-content.recruiting {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-10, .div-block-12 {
    width: auto;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .div-block-13 {
    max-width: none;
  }

  .image-6 {
    width: auto;
    max-width: 350px;
  }

  .image-8, .image-10 {
    max-width: 350px;
  }

  .image-17 {
    max-width: 30%;
  }

  .image-18 {
    max-width: 223px;
  }

  .footercontent {
    flex-flow: column;
  }

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

  .logo.mobile {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
  }

  .ort {
    width: 16rem;
    height: 16rem;
  }

  .ort.hamm {
    width: 8rem;
    height: 8rem;
  }

  .ort.frankfurt {
    width: 10rem;
    height: 10rem;
  }

  .ort.halle {
    width: 20rem;
    height: 20rem;
  }

  .ort.magdeburg {
    width: 10rem;
    height: 10rem;
  }

  .ort.ho {
    width: 22rem;
    height: 22rem;
  }

  .ort.erfurt {
    width: 12rem;
    height: 12rem;
  }

  .div-block-19 {
    min-width: auto;
  }

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

  .display-3---83 {
    font-size: 36px;
    line-height: 40px;
  }

  .image-20 {
    display: none;
  }

  .link-block-2.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-2.primary {
    padding: 12px 24px;
    font-size: 13px;
    line-height: 20px;
  }

  .button-2.primary.w--current {
    height: auto;
    padding: 12px 24px;
  }

  .modal-wrapper2-2 {
    margin-top: 84px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-3---33 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .style-2---47 {
    font-size: 34px;
    line-height: 42px;
  }

  .style-2---47.dark {
    max-width: 100%;
  }

  .style-4---25.book {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-23 {
    min-width: auto;
  }

  .link-3 {
    font-family: Gotham, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-1---160 {
    margin-bottom: 12px;
    font-size: 92px;
    line-height: 98px;
  }

  .processdesciption.div {
    padding-bottom: 120px;
  }

  .cell-3 {
    flex-flow: column;
    width: auto;
    margin-left: 0%;
    padding-bottom: 0;
  }

  .cell-3._1 {
    flex-flow: column;
    width: auto;
    margin-left: 0%;
    padding-bottom: 24px;
  }

  .cell-3._2 {
    flex-flow: column;
    width: auto;
    padding-bottom: 24px;
  }

  .div-block {
    margin-bottom: 32px;
  }

  .section-2 {
    margin-bottom: 60px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .modal-wrapper2 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    top: -108px;
    overflow: hidden;
  }

  .close-modal-button {
    width: 24px;
    height: 24px;
  }

  .track {
    margin-top: 120px;
  }

  .item1._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100vh;
  }

  .image {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .quote {
    width: 100%;
  }

  .ocean-highlight {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    padding: 84px 24px;
  }

  .display-2---124.tab-display-2 {
    font-size: 52px;
    line-height: 56px;
  }

  .display-2---124.dark.hero {
    font-size: 36px;
    line-height: 45px;
  }

  .display-3---82 {
    font-size: 36px;
    line-height: 40px;
  }

  .display-3---82.book {
    font-size: 30px;
    line-height: 36px;
  }

  .display-3---82.dark {
    font-size: 52px;
    line-height: 56px;
  }

  .style-1---62.book {
    font-size: 36px;
    line-height: 42px;
  }

  .style-1---62.dark {
    font-size: 45px;
  }

  .style-2---46 {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .style-2---46.dark {
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .style-3---32 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
  }

  .style-3---32.book {
    min-width: auto;
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .style-3---32.dark {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .style-3---32.dark.akkordion {
    font-size: 22px;
    line-height: 32px;
  }

  .style-3---32.width {
    line-height: 32px;
  }

  .style-4---24 {
    font-size: 18px;
    line-height: 26px;
  }

  .style-4---24.book {
    width: auto;
    min-width: 0;
  }

  .style-4---24.book.width, .style-4---24.book.dark {
    font-size: 18px;
    line-height: 26px;
  }

  .style-4---24.book.ortsname {
    font-size: 18px;
  }

  .style-5---16 {
    font-size: 14px;
    line-height: 24px;
  }

  .style-5---16.dark {
    background-image: none;
    font-size: 14px;
    line-height: 24px;
  }

  .image-4 {
    display: block;
  }

  .headline-cards {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    width: 100%;
  }

  .flip-card.v1 {
    padding: 24px;
  }

  .flip-card.v1.back {
    height: 100%;
  }

  .div-block-5 {
    margin-bottom: 120px;
  }

  .div-flip-cards {
    width: 100%;
  }

  .cobee-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .flex-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button.primary {
    background-image: none;
  }

  .team {
    padding-top: 82px;
  }

  .image-5 {
    margin-bottom: 124px;
  }

  .kreativit-t {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 120px;
  }

  .fotogalerie {
    max-width: 100%;
    overflow: hidden;
  }

  .div-block-6 {
    cursor: auto;
    max-width: none;
    padding: 60px 40px;
  }

  .footer {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

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

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

  .image-8, .image-10 {
    max-width: 80%;
  }

  .image-12 {
    max-width: 100vw;
    height: auto;
  }

  .card_component {
    height: 100%;
  }

  .image-13 {
    width: 100%;
  }

  .accordion-expanded {
    flex-flow: column;
  }

  .title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-15 {
    max-width: 48px;
  }

  .image-16 {
    max-height: 100%;
  }

  .image-17 {
    max-width: 280px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 18%;
    padding-right: 18%;
  }

  .image-18 {
    max-width: 70%;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    width: 60px;
  }

  .logo.mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .locations {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    place-content: flex-start center;
    align-items: flex-start;
    margin: 16px -48px 120px;
  }

  .ort {
    width: 12rem;
    height: 12rem;
  }

  .ort.hamm {
    width: 8rem;
    height: 8rem;
    margin-left: 4rem;
  }

  .ort.frankfurt {
    width: 8rem;
    height: 8rem;
  }

  .ort.halle {
    width: 13rem;
    height: 13rem;
  }

  .ort.magdeburg {
    width: 9rem;
    height: 9rem;
  }

  .ort.ho {
    width: 12rem;
    height: 12rem;
  }

  .ort.erfurt {
    order: 0;
    align-self: flex-end;
    align-items: center;
    width: 8rem;
    height: 8rem;
  }

  .div-block-18 {
    top: 40%;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-4.stage {
    max-height: 740px;
  }

  .wrapper-stage-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style-5---17 {
    font-size: 14px;
    line-height: 24px;
  }

  .style-5---17.dark {
    background-image: none;
    font-size: 14px;
    line-height: 24px;
  }

  .lottie-wrapper {
    width: 100vw;
    height: 80vh;
    overflow: clip;
  }

  .lottie-animation-2 {
    object-fit: fill;
    overflow: hidden;
  }

  .flex-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2.primary {
    background-image: none;
  }

  .modal-wrapper2-2 {
    flex: 1;
    width: 100%;
    display: flex;
    top: -108px;
  }

  .style-3---33 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
  }

  .style-3---33.dark {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .style-3---33.dark.akkordion {
    font-size: 22px;
    line-height: 32px;
  }

  .style-2---47 {
    font-size: 30px;
    line-height: 36px;
  }

  .style-2---47.dark {
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .image-21 {
    display: block;
  }

  .style-4---25 {
    font-size: 18px;
    line-height: 26px;
  }

  .style-4---25.book {
    width: auto;
    min-width: 0;
  }

  .style-4---25.book.dark {
    font-size: 18px;
    line-height: 26px;
  }

  .container-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .lottie-animation-mobile, .lottie-animation-tablet {
    object-fit: fill;
    overflow: hidden;
  }

  .background-image {
    background-image: url('../images/yellow_background-mobile.jpg');
  }

  .list-item-2 {
    float: none;
    text-align: left;
    border: 1px #000;
    border-radius: 0;
    font-style: normal;
    line-height: 20px;
    text-decoration: none;
    list-style-type: none;
    overflow: visible;
  }

  .link-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 1;
    direction: ltr;
    text-indent: 8px;
    text-transform: none;
    text-shadow: 0 1px 1px #0003;
    overflow-wrap: normal;
    object-fit: fill;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding-bottom: 0;
    font-size: 20px;
    display: block;
  }
}

#w-node-_22b45ef7-9eeb-9592-9b10-a1048421a5d1-09d8db5c {
  align-self: baseline;
}

@media screen and (max-width: 991px) {
  #w-node-_22b45ef7-9eeb-9592-9b10-a1048421a5d1-09d8db5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: baseline;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLight.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}