:root {
  --landingpage-navbar: clamp(1.4rem, 2vw, 1.6rem);
  --landingpage-pb: 38vw;
  --landingpage-clamp: clamp(2rem, 4vw, 5.7rem);
  --landningpage-ziel: clamp(.2rem, 3vw, 2.7rem);
  --übermich-übermich: clamp(2.7rem, 5vw, 4rem);
  --roadmap-station: clamp(9rem, 12vw, 12rem);
  --roadmap-station-icon: calc(var(--roadmap-station)  - 2.6rem);
  --roadmap-fontsize: clamp(1rem, 3.5vw, 2.7rem);
  --roadmap-fontheight: clamp(2rem, 4vw, 5rem);
  --übermich-beschreibung: clamp(1rem, 1.4vw, 1.5rem);
  --berührungspunkt: clamp(1rem, 1.4vw, 1.4rem);
  --übermich-berührungpunkt-margin: clamp(.5rem, 1vw, 1.7rem);
  --roadmap-osite-icons: clamp(.7rem, 1.2vw, 1.5rem);
  --roadmap-osite-text: clamp(.5rem, .9vw, .85rem);
  --roadmap-netcologne-kartenheader: clamp(.8rem, 1.1vw, 1.5rem);
  --roadmap-netcologne-header: calc(var(--roadmap-netcologne-kartenheader)  + 1rem);
  --roadmap-netcologne-text: clamp(.7rem, .7vw, .9rem);
  --roadmap-netcologne-textheight: calc(var(--roadmap-netcologne-text)  + .5rem);
  --_hero-selection---tech-ausgewählt: 100%;
  --_hero-selection---softskills-ausgewählt: 100%;
  --_hero-selection---skills-header: clamp(2rem, 6vh, 4rem);
  --skillcard-height: clamp(70%, 70vw, 90%);
  --_hero-selection---skills-arrows: clamp(10%, 40vw, 70%);
  --_mobile-nav---move: 0%;
  --_hero-selection---layer-sizing: clamp(5rem, 5.2vw, 8rem);
  --_hero-selection---tech-layer-opacity: 100%;
  --_hero-selection---hero-nav-active-icon-skills: 0%;
  --_hero-selection---skills-icon-bgcolour: #494949;
  --_hero-selection---hero-nav-active-icon-tech: -46%;
  --_hero-selection---tech-icon-bgcolour: #27b4db;
  --_hero-selection---skills-layer-opacity: 0%;
  --connectwithme: clamp(1.5rem, 3.6vw, 4rem);
  --übermich-icons: clamp(2rem, 8vw, 5rem);
  --slidenav-kreispositionl: 0px;
  --_hero-selection---icon-placement: clamp(-46%, 10vw, -50%);
  --_hero-selection---slidenav-kreispositionr: 0%;
}

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

a {
  text-decoration: underline;
}

.body {
  color: #134074;
  scroll-snap-type: y mandatory;
  background-color: #eef4ed;
  overflow-y: scroll;
}

.body.no-scroll {
  overflow: visible;
}

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

.quick-stack {
  grid-column-gap: 5.8rem;
  grid-row-gap: 5.8rem;
  margin-right: 0;
  padding-top: 2.2rem;
  padding-bottom: 20px;
}

.nav-link {
  color: #8da9c4;
  font-family: Inter, sans-serif;
  font-size: var(--landingpage-navbar);
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: .2rem;
  flex: 1;
  align-self: center;
  font-weight: 600;
  line-height: 2rem;
  display: block;
}

.nav-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #8da9c4;
  font-size: var(--landingpage-navbar);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cell-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  width: 100%;
  height: 50%;
}

.div {
  height: var(--landingpage-pb);
  aspect-ratio: 1;
  background-color: #13315c;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  max-height: 38vw;
  font-size: 50%;
  line-height: 50%;
  display: flex;
  overflow: hidden;
}

.cell-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  width: 100%;
  height: 41vw;
}

.cell-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.text-block {
  color: #134074;
  font-family: Inter, sans-serif;
  font-size: var(--landingpage-clamp);
  white-space: nowrap;
  max-width: 100%;
  height: 5rem;
  max-height: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

.cell-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 5%;
  padding-left: 5%;
}

.aurora-text {
  opacity: 1;
  color: #134074;
  font-family: Inter, sans-serif;
  font-size: var(--landningpage-ziel);
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(212deg, #acbdd0, #134074 82%);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  align-self: flex-end;
  font-weight: 700;
  line-height: clamp(3rem, 3vw, 5rem);
  display: block;
}

.div-block {
  background-color: #0b2545;
  border-radius: 8rem;
  width: 43%;
  height: clamp(5vh, 5vw, 9vh);
  padding: 1rem;
  overflow: hidden;
}

.connectwithme {
  height: 100%;
  padding-top: 0;
}

.cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.image-2 {
  padding-top: 170px;
  overflow: clip;
}

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

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

.quick-stack-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}

.landingpage {
  scroll-snap-align: start;
  background-color: #eef4ed;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.cell-12 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5%;
  padding-left: 5%;
}

.lebenslauf {
  scroll-snap-align: start;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: visible;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-size: var(--übermich-übermich);
  line-height: calc(var(--übermich-übermich)  + .6rem);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(22deg, #134074 58%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  font-weight: 600;
}

.div-block-2 {
  width: var(--roadmap-station);
  height: var(--roadmap-station);
  min-height: var(--roadmap-station);
  text-align: center;
  background-color: #13315c;
  border: 1px #13315c;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -1px;
  display: flex;
  overflow: hidden;
}

.cell-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  text-align: center;
  background-color: #13315c;
  border-radius: 0;
  align-self: center;
  width: clamp(1.5rem, 2vw, 2rem);
  height: 100%;
  min-height: 35rem;
  margin-top: -1px;
  overflow: visible;
}

.roadmap_icons {
  width: var(--roadmap-station-icon);
  height: var(--roadmap-station-icon);
  vertical-align: baseline;
  display: block;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  padding: 0;
}

.paragraph {
  color: #134074;
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-fontsize);
  line-height: var(--roadmap-fontheight);
  margin: 16.7rem 1rem 0 1.5rem;
  font-weight: 700;
}

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

.text-block-5 {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-fontsize);
  line-height: var(--roadmap-fontheight);
  text-align: left;
  align-self: flex-start;
  font-weight: 700;
}

.text-block-6 {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-fontsize);
  line-height: var(--roadmap-fontheight);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  font-weight: 700;
  display: flex;
}

.quick-stack-8 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-7 {
  font-family: Inter, sans-serif;
  font-size: var(--übermich-beschreibung);
  font-weight: 400;
  line-height: calc(var(--übermich-beschreibung)  + .4rem);
  width: 80%;
}

.heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: clamp(1.9rem, 2.6vw, 2.5rem);
  display: flex;
}

.werbinich_info {
  align-self: flex-start;
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 3rem;
}

.cell-16, .cell-17, .cell-18 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-5 {
  opacity: 1;
  background-color: #0b2545;
  width: 80%;
  min-height: .2rem;
}

.bermich-arrows {
  width: 100%;
  height: 60%;
}

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

.cell-20 {
  justify-content: center;
  align-items: center;
}

.image-5 {
  width: 100%;
  height: 70%;
}

.cell-21, .cell-22 {
  justify-content: center;
  align-items: center;
}

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

.cell-24, .cell-25 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-8 {
  font-family: Inter, sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 600;
}

.ber-hrunspunkt {
  font-family: Inter, sans-serif;
  font-size: var(--berührungspunkt);
  font-weight: 500;
  line-height: calc(var(--berührungspunkt)  + .8rem);
}

.quick-stack-9 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  margin-top: 1.5rem;
  padding: 0;
}

.quick-stack-10 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 100%;
  max-width: 100%;
  margin-top: .2rem;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  margin-bottom: var(--übermich-berührungpunkt-margin);
  margin-top: var(--übermich-berührungpunkt-margin);
}

.quick-stack-11 {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-7 {
  width: 80%;
  margin-top: 2.5rem;
}

.ichzsm {
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: clamp(.8rem, 1.3vw, 1.3rem);
}

.image-8 {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: fill;
  border: 1px #000;
  border-radius: 3rem;
  width: 80%;
  max-width: 50rem;
  height: auto;
  max-height: 90%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.cell-27 {
  justify-content: center;
  align-items: center;
}

.meineroadmap {
  scroll-snap-align: start;
  height: auto;
  min-height: 100vh;
  margin-top: 2rem;
  overflow: hidden;
}

.cell-28 {
  padding-left: 2rem;
}

.cell-29 {
  padding-right: 2rem;
}

.cell-30 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.image-10 {
  width: 9rem;
  height: 9rem;
  margin-top: 8%;
}

.image-10.roadmap_icons {
  width: var(--roadmap-station-icon);
  height: var(--roadmap-station-icon);
  margin-top: 0%;
}

.roadmap_text {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-fontsize);
  font-weight: 700;
  line-height: clamp(2rem, 4vw, 5rem);
}

.cell-31 {
  padding-left: 2rem;
  padding-right: 4rem;
}

.cell_erfahrung_osite {
  padding-left: 4rem;
  padding-right: 2rem;
}

.image-11 {
  box-shadow: none;
  border: .2rem solid #eef4ed;
  margin-top: 3rem;
  margin-left: 5rem;
}

.div-block-8 {
  height: auto;
}

.list {
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
  list-style-type: disc;
}

.image-12 {
  width: 9rem;
  height: 50%;
  margin-left: .2rem;
}

.div_datenbank {
  background-image: radial-gradient(circle at 0 0, #d4af37, #f5f5f5 39%, #fff 50%);
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-shadow: 0 2px 5px 2px #0003;
}

.heading-2 {
  font-size: var(--roadmap-osite-icons);
  line-height: var(--roadmap-osite-icons);
  margin-bottom: .3rem;
}

.container {
  background-image: radial-gradient(circle farthest-side at 0 0, #8da9c4, #fff);
}

.text-block-9 {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-osite-text);
  text-align: left;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: calc(var(--roadmap-osite-text)  + .3rem);
  margin-bottom: .3rem;
  overflow: hidden;
}

.image-13 {
  width: 9rem;
  height: 50%;
  margin-left: .2rem;
}

.div_software1 {
  background-color: #8da9c4;
  background-image: radial-gradient(circle at 0 0, #64b5cf, #f5f5f5 39%, #fff 50%);
  border: 1px #000;
  border-radius: 1.6rem;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-shadow: 0 2px 5px 2px #0003;
}

.div_probleml-sung {
  background-image: radial-gradient(circle at 0 0, #8f2eba, #f5f5f5 40% 39%, #fff 50%);
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-shadow: 0 2px 5px 2px #0003;
}

.quick-stack-12 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
}

.image-14 {
  width: 9rem;
  height: 50%;
  margin-left: .2rem;
}

.div_eigenverantowrtung {
  background-image: radial-gradient(circle at 0 0, #c5a4a9, #eea3b3 0%, #f5f5f5 39%, #fff 50%);
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-shadow: 0 2px 5px 2px #0003;
}

.image-15 {
  width: 10rem;
  height: 10rem;
}

.image-16 {
  width: 8rem;
  height: 8rem;
  margin-left: .2rem;
}

.image-17 {
  width: 9rem;
  height: 50%;
  margin-left: .2rem;
}

.heading-2-copy {
  font-size: var(--roadmap-osite-icons);
  line-height: var(--roadmap-osite-icons);
  letter-spacing: 0;
  margin-bottom: .3rem;
}

.linie_osite {
  text-align: center;
  background-color: #13315c;
  border-radius: 0;
  align-self: center;
  width: 2rem;
  height: 100%;
  min-height: 35rem;
  margin-top: -1px;
  overflow: visible;
}

.zeugnis_karte {
  background-color: #eef4ed;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px .1rem #0003;
}

.cell-32 {
  justify-content: center;
  align-items: center;
}

.blur-layer {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: blur(60px);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150%;
  height: 100%;
  margin-top: 28%;
  margin-left: -75%;
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
}

.zeugnis_inhalt {
  aspect-ratio: auto;
  text-align: center;
  z-index: 3;
  background-color: #13315c;
  border-radius: 0;
  align-self: center;
  display: none;
}

.div-block-9 {
  float: none;
  text-align: left;
  z-index: 2;
  background-color: #c4c4c4;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 97%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.image-18 {
  box-sizing: border-box;
  filter: blur(7px);
  display: block;
  overflow: visible;
}

.quick-stack-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.cell-33, .cell-34 {
  justify-content: center;
  align-items: center;
}

.custom-ring-button {
  text-align: center;
  background-color: #8da9c4;
  border-radius: .7rem;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 50%;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.cell-35 {
  justify-content: center;
  align-items: center;
}

.quick-stack-14 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cell-36 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1rem;
}

.cell-37 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 4rem;
}

.image-19 {
  width: 25rem;
  margin-top: 3rem;
}

.div-block-3-end {
  text-align: center;
  border-radius: 0;
  align-self: center;
  width: 2rem;
  height: 100%;
  min-height: 35rem;
  margin-top: -1px;
  overflow: visible;
}

.quick-stack-15 {
  width: 100%;
  height: 100%;
}

.cell-38, .cell-39, .cell-40 {
  justify-content: center;
  align-items: center;
}

.karten_netcologne {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 15px;
  align-self: center;
  width: 95%;
  height: 70%;
  padding-top: .5rem;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.div-block-11, .div-block-12 {
  width: 90%;
  height: 70%;
}

.cell-41 {
  padding-left: 2rem;
  padding-right: 4rem;
}

.text-block-10 {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-netcologne-kartenheader);
  line-height: var(--roadmap-netcologne-header);
  text-align: left;
  width: 100%;
  height: 100%;
  font-weight: 700;
}

.text-block-11, .text-block-12 {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-netcologne-text);
  line-height: var(--roadmap-netcologne-textheight);
  text-align: left;
  font-weight: 500;
}

.text-block-13 {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-netcologne-kartenheader);
  line-height: var(--roadmap-netcologne-header);
  text-align: left;
  height: 100%;
  font-weight: 700;
}

.image-20 {
  width: 100%;
  height: 70%;
}

.image-21 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 90%;
}

.image-22 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 95%;
}

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

.text-block-13-copy {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-netcologne-kartenheader);
  line-height: var(--roadmap-netcologne-header);
  text-align: left;
  font-weight: 700;
}

.karten_netcologne_icm, .karten_netcologne_matrix42, .karten_netcologne_arbeitsplatz {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 15px;
  align-self: center;
  width: 95%;
  height: 70%;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.cell-42 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cell-43 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.roadmap_text-copy {
  font-family: Inter, sans-serif;
  font-size: var(--roadmap-fontsize);
  line-height: var(--roadmap-fontheight);
  margin-top: 10rem;
  font-weight: 600;
}

.skills {
  scroll-snap-align: start;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide {
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero_section {
  background-color: #eef4ed;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_section._w-slider {
  height: 100%;
  position: relative;
}

.skillnav-wrapper {
  z-index: 1;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #0b2545;
  background-image: none;
  border-radius: 1.8rem;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: .5rem;
  display: flex;
  position: relative;
}

.slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.button, .button-2, .button-3 {
  cursor: pointer;
}

.btn-tech {
  width: var(--_hero-selection---tech-ausgewählt);
  text-align: left;
  cursor: pointer;
  background-color: #3898ec;
  background-image: linear-gradient(85deg, #8da9c4, #dad5d5);
  align-self: auto;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-tech.w--current {
  width: var(--_hero-selection---tech-ausgewählt);
  -webkit-text-fill-color: inherit;
  --_hero-selection---tech-ausgewählt: 100%;
  --_hero-selection---softskills-ausgewählt: 100%;
  --_hero-selection---skills-header: clamp(2rem, 6vh, 4rem);
  --_hero-selection---skills-arrows: clamp(10%, 40vw, 70%);
  --_hero-selection---layer-sizing: clamp(5rem, 5.2vw, 8rem);
  --_hero-selection---tech-layer-opacity: 100%;
  --_hero-selection---hero-nav-active-icon-skills: 0%;
  --_hero-selection---skills-icon-bgcolour: #494949;
  --_hero-selection---hero-nav-active-icon-tech: -46%;
  --_hero-selection---tech-icon-bgcolour: #27b4db;
  --_hero-selection---skills-layer-opacity: 0%;
  --_hero-selection---icon-placement: clamp(-46%, 10vw, -50%);
  --_hero-selection---slidenav-kreispositionr: 0%;
  background-image: linear-gradient(86deg, #8da9c4, #dad5d5);
  background-clip: border-box;
}

.btn-tech.btn-hero-nav {
  font-family: Inter, sans-serif;
}

.btn-softskills {
  width: var(--_hero-selection---softskills-ausgewählt);
  text-align: left;
  cursor: pointer;
  background-image: linear-gradient(85deg, #8da9c4, #d9d5d5 99%, #dad5d5);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-sozial {
  text-align: left;
  cursor: pointer;
  width: 80%;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.slide-tech {
  width: 100%;
}

.mask {
  text-align: center;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.slide-softskills {
  background-color: #eef4ed;
}

.slide-sozial {
  background-color: #459ef1;
}

.div-block-14 {
  text-align: center;
  height: 10%;
}

.text-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: Inter, sans-serif;
  font-size: var(--_hero-selection---skills-header);
  line-height: var(--_hero-selection---skills-header);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#134074, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: .9rem;
  font-weight: 700;
  display: flex;
}

.programmierung {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.skillcard {
  height: var(--skillcard-height);
  background-color: #eef4ed;
  border-radius: 2rem;
  width: clamp(55%, 20vw, 60%);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.skillcard-quikstack {
  width: 100%;
  height: 100%;
}

.image-24 {
  outline-offset: 0px;
  outline: 3px #134074;
  height: 100%;
}

.skillcard-picture {
  justify-content: center;
  align-items: center;
}

.skillcard-text {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: clamp(.8rem, 1.4vw, 1rem);
  line-height: 1.5rem;
}

.skillcard-text-ueberschrift {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.5rem;
}

.list-2 {
  height: auto;
  margin-bottom: 10px;
  list-style-type: disc;
}

.list-item-2 {
  margin-bottom: 1rem;
}

.skillcard-content {
  padding-left: 0;
}

.hardwarekenntnisse {
  width: 100%;
}

.image-25 {
  outline-offset: 0px;
  outline: 3px #134074;
  height: clamp(85%, 20vw, 100%);
}

.icon, .icon-2 {
  -webkit-text-fill-color: transparent;
  background-color: #134074;
  -webkit-background-clip: text;
  background-clip: text;
}

.tech-slider {
  background-color: #eef4ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.right-arrow {
  width: var(--_hero-selection---skills-arrows);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slide-nav-tech-slider {
  width: 100%;
  height: 4%;
  padding-bottom: 10px;
}

.left-arrow {
  width: 13%;
}

.container-3 {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  max-width: 20%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: absolute;
}

.microsoft {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-2 {
  width: var(--_hero-selection---skills-arrows);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-3 {
  width: 10%;
  max-width: 10%;
}

.skillcard_grau {
  background-color: #c3c7c2;
  border-radius: 2rem;
  width: 100%;
  height: 80%;
  box-shadow: 0 2px 5px 2px #0003;
}

.container-2---grau-l {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  margin-left: -4%;
  display: flex;
}

.container-2---grau-r {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  margin-left: auto;
  margin-right: -4%;
  display: flex;
}

.list-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  list-style-type: disc;
  display: block;
}

.probleml-sungsf-higkeit {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.methoden-slider {
  background-color: #eef4ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.selbstorganisation {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.anpassungsf-higkeit {
  background-color: #eef4ed;
  width: 100%;
}

.container-3-slider {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: absolute;
}

.nav-link-home {
  flex: 1;
  align-self: center;
  font-family: Inter, sans-serif;
  display: block;
}

.nav-link-home.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #8da9c4;
  font-size: var(--landingpage-navbar);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: underline;
  display: flex;
  overflow: visible;
}

.cell-46, .cell-47 {
  justify-content: center;
  align-items: center;
}

.navbarwrapper {
  max-width: 45%;
  display: flex;
}

.navlinkswrapper {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburgermenuicon {
  grid-column-gap: 33%;
  grid-row-gap: 33%;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 3rem;
  height: 2rem;
  display: flex;
}

.div-block-15 {
  background-color: #134074;
  width: 100%;
  height: 9%;
}

.mobile-nav {
  right: var(--_mobile-nav---move);
  background-color: #f11800;
  position: fixed;
}

.div-block-16 {
  aspect-ratio: 1;
  flex-flow: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: stretch;
  min-width: 60%;
  max-width: 80%;
  height: clamp(65%, 70vw, 80%);
  display: flex;
}

.bermich-icons {
  max-height: 5rem;
}

.cell-48, .cell-49, .cell-50 {
  justify-content: center;
  align-items: center;
}

.hero-nav {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.slider-nav {
  display: none;
}

.image-26 {
  z-index: 3;
  background-color: #000;
  background-image: radial-gradient(circle, #8da9c4, #eef4ed 76%);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
}

.div-block-17 {
  border-radius: 50%;
  align-self: center;
  overflow: hidden;
}

.div-block-18 {
  overflow: hidden;
}

.tech-layer {
  z-index: 2;
  width: var(--_hero-selection---layer-sizing);
  height: var(--_hero-selection---layer-sizing);
  opacity: var(--_hero-selection---tech-layer-opacity);
  background-color: #eef4ed;
  border-radius: 50% 50% 0 0%;
  max-width: 6rem;
  margin-top: 10%;
  position: absolute;
}

.skills-container {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.skills-icon {
  z-index: 3;
  margin-bottom: var(--_hero-selection---hero-nav-active-icon-skills);
  background-color: var(--_hero-selection---skills-icon-bgcolour);
  background-image: none;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 2%;
  transition: transform .2s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.tech-icon {
  z-index: 3;
  margin-bottom: var(--_hero-selection---hero-nav-active-icon-tech);
  background-color: var(--_hero-selection---tech-icon-bgcolour);
  cursor: pointer;
  background-image: none;
  border-radius: 50%;
  width: 4rem;
  height: 100%;
  padding: 2%;
  transition: transform .2s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.tech-container {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.skills-icon-copy {
  z-index: 3;
  background-color: #494949;
  background-image: none;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 2%;
  transition: transform .2s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.skills-layer {
  z-index: 2;
  opacity: var(--_hero-selection---skills-layer-opacity);
  background-color: #eef4ed;
  border-radius: 50% 50% 0 0%;
  width: 5rem;
  max-width: 5rem;
  height: 5rem;
  margin-top: 10%;
  position: absolute;
}

.skillnav-wrapper-switch {
  z-index: auto;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #0b2545;
  background-image: none;
  border-radius: 3rem;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35%;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
}

.tab-switch {
  position: relative;      /* hast du schon */
  display: flex;           /* hast du schon */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80%;            /* <— feste Höhe statt 100%, falls Parent keine Höhe hat */
}

.active-bubble {
  position: absolute;
  left: 0;                 /* JS setzt 0% oder 50% */
  width: 50%;
  height: 100%;
  border-radius: 3rem;
  background-color: #134074;
  z-index: 2;
  transition: left .3s;    /* die eigentliche Animation */
}

.softskills-icon,
.techskills-icon {
  position: relative;
  z-index: 3;              /* über Bubble klickbar */
  height: 100%;
  cursor: pointer;
}


.tab-tech {
  z-index: 3;
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: 2.6rem;
  display: flex;
  position: relative;
}

.tab-softskills {
  z-index: 3;
  cursor: auto;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  font-size: 2.6rem;
  display: flex;
  position: relative;
}


.softskills-icon, .techskills-icon {
  z-index: 3;
  cursor: pointer;
  width: auto;
  height: 100%;
  position: relative;
}

.background-layerl {
  z-index: 2;
  border-radius: 3rem;
  width: 50%;
  height: 90%;
  transition: left .3s;
  position: absolute;
  left: 0;
}

.background-layerr {
  z-index: 2;
  border-radius: 3rem;
  width: 50%;
  height: 90%;
  transition: left .3s;
  position: absolute;
  right: 0;
}

.quick-stack-17 {
  width: 100%;
  height: 100%;
  padding: .5rem .8rem;
  overflow: hidden;
}

.cell-51 {
  justify-content: center;
  align-items: center;
}

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

.cell-53, .cell-54 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-18 {
  height: 100%;
}

.cell-55, .cell-56 {
  justify-content: center;
  align-items: center;
}

.quick-stack-19 {
  width: 100%;
  height: 100%;
}

.cell-57 {
  justify-content: center;
  align-items: center;
}

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

.cell-59 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.video {
  z-index: 0;
  outline-offset: 0px;
  outline: 3px #333;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-4 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
  position: static;
  inset: 0%;
}

.section-3 {
  z-index: 1;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-27 {
  width: 95%;
}

.body-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button-5 {
  text-align: center;
  background-color: #035d6f99;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.code-embed {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.container-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.body-verify {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.strich {
  opacity: 1;
  background-color: #0b2545;
  width: 80%;
  min-height: .2rem;
}

.quick-stack-20 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
}

.list-item-3 {
  line-height: 20px;
}

.skillcard-text-list {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: clamp(.8rem, 1.4vw, 1rem);
  line-height: .9rem;
}

.more-btn {
  color: #134074;
  text-align: center;
  cursor: pointer;
  background-color: #eef4ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
}

/* === Modal Grundstruktur === */
.modal {
  z-index: 9000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;         /* bleibt hidden bis .is-open */
  position: fixed;
  inset: 0;
}
.modal.is-open { 
  display: flex; 
}

/* === Hintergrund-Layer === */
.bg-layer {
  z-index: 8999;
  background-color: rgba(0,0,0,0.6);
  width: 100vw;
  height: 100vh;         /* war 100vw → sollte 100vh sein */
  position: fixed;
  inset: 0;
}

/* === Modal-Box === */
.modal-content {
  z-index: 9000;
  background-color: #eef4ed;
  border-radius: 2rem;
  display: flex;
  flex-flow: column;
  width: clamp(40%, 50vw, 60%);
  max-height: 85vh;       /* wichtig: Karte hat Scrollbar */
  position: relative;
  overflow: auto;         /* Scroll nur innerhalb der Box */
  box-shadow: 0 20px 70px rgba(0,0,0,.5);
  padding: 1rem;
}

/* === Close-Icon === */
.modal-close {
  cursor: pointer;
  width: 2.5rem;
  height: auto;
  position: absolute;
  top: 2%;
  right: 2%;
}

/* === Layout-Inhalte === */
.quick-stack-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: 100%;
}
.modal-bild {
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}
.modal-text-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;       /* Textbereich einzeln scrollen */
}
.modal-text {
  width: 100%;
}

/* === Body Scroll Lock === */
body.no-scroll {
  overflow: hidden;
}

.cell-60 {
  justify-content: center;
  align-items: center;
}

.cell-61 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.image-28 {
  height: 33rem;
  max-height: 100%;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 70%;
  max-height: 100%;
  margin-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: visible;
}

.main {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35%;
  display: flex;
  position: relative;
}

.form-container {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  display: none;
  position: relative;
}

.form-background {
  z-index: 5;
  background-color: #ffffff3d;
  border-radius: 1.3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.form-block {
  z-index: 6;
  position: relative;
}

.form {
  flex-flow: column;
  display: flex;
}

.field-label {
  color: #13315c;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
}

.submit-button, .text-field {
  border-radius: .7rem;
  font-family: Inter, sans-serif;
}

.image-29 {
  z-index: 9999;
  cursor: pointer;
  width: 1.6rem;
  margin-left: auto;
  margin-right: 1rem;
  position: relative;
  inset: 0% 0% auto auto;
}

.image-30 {
  aspect-ratio: 1;
  width: auto;
  height: 100%;
}

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

.div-block-19, .container-7 {
  display: none;
}

.nav-menu {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-31 {
  width: 20%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}

.navbar {
  z-index: 9999;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 45%;
  height: 100%;
  display: flex;
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-32 {
  aspect-ratio: 1;
  width: 70%;
}

.text-block-15 {
  font-size: 2rem;
  line-height: 2rem;
}

.text-block-16 {
  color: #134074;
  text-align: center;
  letter-spacing: .02rem;
  -webkit-text-fill-color: transparent;
  background-color: #134074;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 6.1rem;
  font-weight: 800;
  line-height: 7rem;
  overflow: visible;
}

.div-block-20 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.text-block-17 {
  color: #333333d9;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.cell-63 {
  justify-content: center;
  align-items: center;
}

.contact-card {
  pointer-events: none;
  background-color: #e2e2e2;
  border-radius: 2rem;
  width: 80%;
  height: 40%;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

.contact-card-quikstack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}

.div-block-22 {
  background-color: #ff8820;
  border-radius: .4rem;
  width: 3.4rem;
  height: 3rem;
  padding: .5rem;
}

.cell-64 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .7rem 1rem .7rem .8rem;
}

.image-33 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.projectname {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.contact-card-info {
  pointer-events: none;
  background-color: #807979;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 30%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.cell-65 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.text-block-19 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-24 {
  filter: blur(12px);
  background-color: #ffffff4d;
  width: 90%;
  height: 60%;
  position: absolute;
}

.text-block-20 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.image-34 {
  aspect-ratio: 1;
  cursor: pointer;
  pointer-events: all;
  width: 1.4rem;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  position: static;
  right: 0;
}

.email-icon {
  background-color: #cb74f0;
  border-radius: .4rem;
  width: 3.4rem;
  height: 3rem;
  padding: .5rem;
}

.location-icon {
  background-color: #2cb8f0;
  border-radius: .4rem;
  width: 3.4rem;
  height: 3rem;
  padding: .5rem;
}

.adresse {
  z-index: 10;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.1rem;
  position: relative;
}

.div-block-25 {
  z-index: 0;
  filter: blur(5px);
  background-color: #fbff00;
  width: 90%;
  height: 3rem;
  display: none;
  position: absolute;
}

.adresse-info {
  z-index: 10;
  text-align: left;
  background-color: #fbff0157;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.1rem;
  position: relative;
}

.flex-block {
  justify-content: center;
  align-items: center;
}

.div-block-26 {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #eef4ed;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.text-block-21 {
  color: #134074;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  display: flex;
}

.button-6 {
  background-color: #134074;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  height: 25%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.cell-66 {
  justify-content: center;
  align-items: center;
}

.list-4 {
  color: #134074;
  font-family: Inter, sans-serif;
  list-style-type: disc;
}

.quick-stack-22 {
  width: 100%;
  height: 100%;
}

.section-4 {
  background-color: #eef4ed;
  background-image: linear-gradient(#fff, #0e68cf);
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
}

.cell-67 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}

.container-10 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: 33% 33% 33%;
  grid-template-columns: 40% 40%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: none;
  height: 68rem;
  max-height: 100%;
  display: grid;
  transform: scale(.92);
}

.projectcard {
  cursor: pointer;
  border-radius: 1.4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 1px #0003;
}

.identifier {
  z-index: 1;
  background-color: #00000082;
  border-radius: .4rem;
  width: auto;
  height: auto;
  padding: .5rem;
  position: relative;
}

.projecttype {
  z-index: 9999;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  position: relative;
}

.div-block-27 {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-height: 15%;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
}

.projectcardimage {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.projectnamebg {
  z-index: 1;
  background-color: #00000082;
  background-image: none;
  border-radius: .4rem;
  width: auto;
  height: auto;
  padding: .5rem;
  position: relative;
}

.tagholder {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 17%;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  transform: translate(0, -100%);
}

.image-35-copy, .image-35-copy-copy {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-28 {
  z-index: 0;
  opacity: .85;
  filter: none;
  background-color: #fff;
  display: flex;
  position: absolute;
  inset: 0%;
}

.light-beam {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  filter: blur(5px);
  object-fit: fill;
  object-position: 50% 50%;
  pointer-events: none;
  transform-style: preserve-3d;
  width: 100%;
  display: none;
  position: absolute;
  top: -5rem;
  right: -3rem;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.blackbg {
  z-index: 1;
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.farbverlauf {
  z-index: 2;
  background-image: linear-gradient(129deg, #134074, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.projects-modal {
  z-index: 3;
  background-color: #eef4ed;
  border-radius: .9rem;
  width: 90%;
  height: 80%;
  position: absolute;
}

.projectsmodalquikstack {
  width: 100%;
  height: 90%;
  padding-bottom: 0;
}

.bild4load {
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 90%;
  height: 85%;
}

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

.cell-69 {
  padding-bottom: 20px;
}

.projectsmodalnavbar {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 10%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: static;
}

.projects-modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  display: flex;
  overflow: auto;
}

.projects-titel {
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
}

.projects-subtitel {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.text-tag {
  color: #fff;
  background-color: #000000db;
  border-radius: 1rem;
  margin-right: 1.5rem;
  padding: .5rem;
}

.project-tags {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  display: flex;
  position: relative;
}

.project-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.a {
  color: #161616;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.text-span {
  font-size: 1.2rem;
  font-weight: 600;
}

.projectsmodalzur-ck {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
}

.image-36 {
  aspect-ratio: 1;
  object-fit: fill;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.projectsmodalx {
  aspect-ratio: 1;
  cursor: pointer;
  object-fit: fill;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.projectsnavbar {
  z-index: 2;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 45%;
  height: 100%;
  display: flex;
}

.projectmodalmaincontent {
  color: #161616;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.about {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-tag-identificator {
  color: #fff;
  background-color: #000000db;
  border-radius: 1rem;
  margin-right: 1.5rem;
  padding: .5rem;
}

.text-tag-bereich {
  color: #fff;
  background-color: #000000db;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.5rem;
  padding: .5rem;
  display: flex;
}

.contactcardname {
  color: #134074;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

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

.projectsubtitle {
  display: none;
}

.projecttags {
  font-weight: 500;
  display: none;
}

.projectabout, .projecttagscontainer {
  display: none;
}

.dynamicwrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.body-4 {
  background-color: #eef4ed;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.cookie_banner {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #eef4ed;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.datenschutz {
  width: 100%;
  height: 100%;
}

.body-5 {
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
}

.list-5 {
  font-size: 1rem;
  font-weight: 500;
}

.secondary-bullet-points {
  flex-flow: column;
  display: flex;
}

.secondary-ueberschrift {
  background-color: #2884a873;
}

.list-6 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  margin-top: .5rem;
  list-style-type: disc;
  display: flex;
}

.heading-3, .heading-4 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.link-block {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.landingpage-contact {
  scroll-snap-align: start;
  background-color: #eef4ed;
  background-image: linear-gradient(0deg, #0e68cf, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.link-block-2 {
  height: 100%;
}

.connectwithme-link-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.cell-70 {
  justify-content: center;
  align-items: center;
}

.menu-button {
  display: none;
}

.nav-link-cv {
  color: #8da9c4;
  font-family: Inter, sans-serif;
  font-size: var(--landingpage-navbar);
  mix-blend-mode: normal;
  border: .15rem solid #134074;
  border-radius: 1rem;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
}

.nav-link-cv.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #8da9c4;
  font-size: var(--landingpage-navbar);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .quick-stack-3 {
    overflow: hidden;
  }

  .lebenslauf, .meineroadmap, .cell-35, .cell-36, .skills {
    display: none;
  }

  .container-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .image-32 {
    color: #333;
    width: 70%;
    height: auto;
  }

  .text-block-15 {
    color: #333;
    font-family: Inter, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    text-decoration: underline;
    display: flex;
  }

  .section-4 {
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: hidden;
  }

  .image-32 {
    height: auto;
  }

  .text-block-15 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack-5 {
    overflow: visible;
  }

  .cell-36 {
    padding-right: 0;
  }

  .nav-link-home.w--current {
    line-height: 2rem;
  }

  .navbarwrapper {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: none;
  }

  .hamburgermenuicon {
    z-index: 9999;
    cursor: pointer;
    width: 70%;
    height: 50%;
    display: flex;
    position: relative;
  }

  .div-block-15 {
    height: 10%;
  }

  .mobile-nav {
    z-index: 9999;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    position: relative;
    inset: auto;
  }

  .div-block-19 {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 29%;
    height: 95%;
    display: flex;
    position: absolute;
    left: auto;
    right: 0;
  }

  .mobile-nav-layer {
    background-color: #fff;
    width: 89.5%;
    height: 95%;
    display: none;
    position: absolute;
    left: 0;
  }

  .container-7 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image-32 {
    height: 40%;
  }

  .text-block-15 {
    font-size: 1.3rem;
  }
}

#w-node-_6bc3f381-e46b-4509-ef7c-4bc2aeeb9c41-4d6b069a {
  grid-template-rows: 10% 85%;
  grid-template-columns: 100%;
}

#w-node-_6d5b6bdf-49e6-bc8c-e0df-2445f0841d04-4d6b069a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_5dc2f563-fd3a-509c-7ca7-cf7bcf8ac0d2-4d6b069a {
  grid-template-rows: 90%;
  grid-template-columns: 50% 50%;
}

#w-node-dd84ee80-3ebe-c28a-a009-211183c58495-4d6b069a {
  grid-template-rows: 60% 40%;
  grid-template-columns: 100%;
}

#w-node-_8dd0c185-9f98-3bf1-2bb9-f172de8ec0fb-4d6b069a {
  grid-template-rows: 100%;
  grid-template-columns: 33% 33% 33%;
}

#w-node-_389e2bc4-8e96-f4e8-f28e-598208e1bbda-4d6b069a {
  grid-template-rows: 10% 90%;
  grid-template-columns: 100%;
}

#w-node-bbd3bb1f-e511-e81b-217c-b9509965d649-4d6b069a {
  grid-template-rows: 100%;
  grid-template-columns: 40% 60%;
}

#w-node-_7844325b-a5f8-8904-de65-bfa7fdf55c3a-4d6b069a {
  grid-template-rows: 5rem 5rem 5rem;
  grid-template-columns: auto 90%;
}

#w-node-_47239ccc-43bc-19f0-4f64-870c93cd869c-4d6b069a {
  grid-template-rows: auto;
  grid-template-columns: auto 20% auto 30% auto 30%;
}

#w-node-_6b511665-03fe-13c6-5f0d-0a2c4dd92838-4d6b069a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_85da9e4c-8066-9a53-125d-6f4053680d0e-4d6b069a {
  grid-template-rows: 30% 70%;
  grid-template-columns: 100%;
}

#w-node-f8f17350-6938-1777-d0fb-924e77499ba8-4d6b069a {
  grid-template-rows: 7.5% 92.5%;
  grid-template-columns: 100%;
}

#w-node-_1021a09d-3911-6361-e12e-46c52f0fd220-4d6b069a, #w-node-abd89f13-6244-33e5-dc6e-925634a44564-4d6b069a {
  grid-template-rows: 40% 60%;
  grid-template-columns: 1fr;
}

#w-node-e1f09356-7aec-79e1-9570-65b4306b763e-4d6b069a {
  grid-template-rows: 40% auto;
  grid-template-columns: 1fr;
}

#w-node-dae4423f-6e48-e693-9bee-be231c09550f-4d6b069a, #w-node-c26a88dd-ee1d-c528-4ff1-48706515ad19-4d6b069a, #w-node-ac164213-ca81-5d1c-23ce-cab24d77d418-4d6b069a, #w-node-_76bdd01c-d781-9582-0f2b-a35b36928cbc-4d6b069a {
  grid-template-rows: 35% 64%;
  grid-template-columns: 1fr;
}

#w-node-f3f92d92-b588-dd24-294d-6f098a4b7bc5-4d6b069a, #w-node-f3f92d92-b588-dd24-294d-6f098a4b7be0-4d6b069a, #w-node-f3f92d92-b588-dd24-294d-6f098a4b7bfa-4d6b069a, #w-node-f3f92d92-b588-dd24-294d-6f098a4b7c14-4d6b069a, #w-node-_34ec1d3f-c6cc-f90f-87aa-3e570d8967d0-4d6b069a, #w-node-d94df075-7385-316f-88e2-a04529f984fd-4d6b069a {
  grid-template-rows: 40% 60%;
  grid-template-columns: 1fr;
}

#w-node-_7dda2f5f-cc21-53a3-e3ff-49c035796df6-4d6b069a {
  grid-template-rows: 40% 60%;
  grid-template-columns: 100%;
}

#w-node-_313e0d69-678b-61d1-eee0-c9479f64f139-4d6b069a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 40% 20% 40%;
}

#w-node-_096ff910-74ed-7b57-d358-b5f4bdba5e92-4d6b069a {
  grid-template-rows: 46% 46%;
  grid-template-columns: 46% 46%;
}

#w-node-ca8599ae-7bc5-50ca-2425-9a675dfe4b09-4d6b069a {
  grid-template-rows: 60% 40%;
  grid-template-columns: 100%;
}

#w-node-db21132c-1496-4af5-5e3a-b6b0fc812fca-4d6b069a {
  grid-template-rows: auto;
  grid-template-columns: 33% 33% 33%;
}

#w-node-_956491fa-a953-60f7-354a-7487cc22030a-4d6b069a, #w-node-_61b887b0-b476-194e-77c6-e6457da118d3-4d6b069a, #w-node-_3b5e4357-31bc-01c9-78d9-acba2676fc5b-4d6b069a {
  grid-template-rows: 40% 15% 40%;
  grid-template-columns: 100%;
}

#w-node-ad56e5fd-03dd-bc04-7e81-dbfce7537a43-85d4c18f {
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
}

#w-node-_7badc845-c63e-377d-5ed3-1a4559f91c80-eff5c0e9 {
  grid-template-rows: 10% 90%;
  grid-template-columns: 100%;
  display: grid;
}

#w-node-_7badc845-c63e-377d-5ed3-1a4559f91c9c-eff5c0e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_7badc845-c63e-377d-5ed3-1a4559f91ca7-eff5c0e9 {
  grid-template-rows: 100%;
  grid-template-columns: 33% 33% 33%;
}

#w-node-db61c220-a31f-cde0-b6f4-725f5e420b11-eff5c0e9, #w-node-_240dc51f-f91e-376e-2366-aad8692efcc5-eff5c0e9, #w-node-f5a5cc70-d659-45fd-4b49-5528cee78c96-eff5c0e9 {
  grid-template-rows: 30% 70%;
  grid-template-columns: 100%;
}

#w-node-c3f1bef0-638c-49dc-1f4c-b145eafe4390-027b39d7 {
  grid-template-rows: 5rem 19rem auto;
  grid-template-columns: 100%;
}

#w-node-c3f1bef0-638c-49dc-1f4c-b145eafe43c3-027b39d7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_5274fc13-7dc8-5521-306d-fd0e99bee55a-027b39d7 {
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
}

@media screen and (max-width: 991px) {
  #w-node-c3f1bef0-638c-49dc-1f4c-b145eafe4390-027b39d7 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5dc2f563-fd3a-509c-7ca7-cf7bcf8ac0d2-4d6b069a, #w-node-_7badc845-c63e-377d-5ed3-1a4559f91ca7-eff5c0e9 {
    grid-template-rows: 50%;
    grid-template-columns: 100%;
  }
}


