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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --pink: #f30451;
  --white: white;
  --dark-pink: #960735;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--pink);
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.contact-button {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--pink);
  letter-spacing: 0;
  border-radius: 20px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  background-color: var(--white);
  color: #fff;
  padding: 0;
}

.navigation-item {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--pink);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--dark-pink) 8%, #fff0);
  align-items: center;
  width: 100vw;
  padding: 0 136px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo-image {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 20px;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  margin-top: 0;
}

.contact-form-grid.bewerbungs-form-grid {
  margin-top: 50px;
}

.contact-form {
  background-image: linear-gradient(to bottom, var(--pink), var(--pink));
  margin-top: 79px;
  padding: 40px;
  font-family: Poppins, sans-serif;
}

.contact-form-wrap {
  width: 100%;
}

.contact-form-wrap.bewerbungsformular {
  margin-bottom: 84px;
}

.footer-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: linear-gradient(to bottom, var(--pink), var(--pink));
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.background-video {
  height: 100vh;
}

.hero-text {
  width: 100vw;
  max-width: 100vw;
  margin-bottom: 118px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-text.container {
  width: 100vh;
}

.container-fluid {
  width: 1200px;
  max-width: 80%;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
  text-decoration: none;
}

.heading.pink-text-highlight {
  color: #fff;
  text-transform: none;
  background-image: none;
  padding-left: 0%;
  padding-right: 0;
}

.heading.h2 {
  text-transform: none;
  word-break: keep-all;
  font-size: 42px;
  line-height: 45px;
}

.heading.h2.mt-4 {
  margin-top: 40px;
  transform: translate(0);
}

.heading.h1 {
  text-transform: uppercase;
}

.pink-text-highlight {
  word-break: keep-all;
  background-image: linear-gradient(#f30451, #f30451);
  border: 5px solid #f30451;
  width: 0;
  min-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  line-height: 63px;
  box-shadow: 2px 0 #f30451;
}

.heading-2 {
  text-transform: uppercase;
  max-width: 500px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-content: center;
  align-items: center;
}

.image {
  object-fit: cover;
  width: 50%;
  height: 100vh;
}

.body {
  background-image: linear-gradient(#960735, #960735);
}

.grid-text-container {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.grid-text-container.left {
  width: 50%;
  margin-right: 0;
}

.grid-text-container.right {
  width: 50%;
  margin-left: 5em;
  display: block;
}

.paragraph {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.paragraph.mt-1 {
  margin-top: 40px;
}

.paragraph.mt-1.max-width-500 {
  max-width: 500px;
}

.flex-block {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.flex-block.reverse {
  border: 0 solid #f30451;
  height: 100vh;
}

.flex-block.section-ancor {
  z-index: 1;
  align-items: flex-start;
  width: 1200px;
  max-width: 95vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.flex-block.section-ancor.padding-0 {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block.section-ancor.padding-0.padding-bottom {
  padding-bottom: 4em;
}

.flex-block.section-ancor.spacer {
  padding-top: 18.1em;
}

.flex-block.full-width {
  max-width: 100vw;
}

.h1 {
  font-family: Poppins, sans-serif;
}

.h1.heading {
  word-break: normal;
}

.home-scroll_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-scroll_visual {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-scroll_visual.page-padding {
  padding: 3.5em;
  position: sticky;
  top: 0;
}

.home-scroll_img-wrap {
  width: 80%;
  max-width: 100%;
  height: 80%;
  max-height: 100%;
}

.home-scroll_img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-scroll_img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.home-scroll_img-item.is-active {
  opacity: 1;
}

.home-scroll_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-scroll_content.page-padding {
  width: 100%;
  padding: 30vh 0;
}

.home-scroll_text-wrap {
  object-fit: fill;
  width: 80%;
  margin-left: 5em;
  margin-right: 5em;
}

.home-scroll_text-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  opacity: .2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 8em;
  padding-bottom: 3em;
  padding-right: 0;
  display: flex;
}

.home-scroll_text-item.is-active {
  opacity: 1;
  transition: opacity .3s;
}

.h2.heading.mt-2 {
  margin-top: 40px;
}

.pink-bg {
  color: #fff;
  object-fit: fill;
  background-image: linear-gradient(#f30451, #f30451);
  width: 893px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-3 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--white);
  width: 100%;
  max-width: 500px;
  font-family: Poppins, sans-serif;
}

.home-scroll_photo {
  display: none;
}

.section-3 {
  position: relative;
}

.background-video-2 {
  opacity: .16;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.text-block {
  color: #fff;
  object-fit: fill;
  width: 100%;
  min-width: 100px;
  font-family: Poppins, sans-serif;
  display: inline-block;
  position: absolute;
  inset: -9% 0% 0% 30px;
}

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 50% 0% 0% 24%;
}

.pin.miltenberg {
  top: 83%;
  left: 15%;
}

.pin.miltenberg.klingenberg {
  top: 77%;
  left: 11%;
}

.pin.klingenberg {
  top: 76%;
  left: 10%;
}

.pin.woerth {
  top: 73%;
  left: 9%;
}

.pin.goldbach {
  top: 55%;
  left: 13%;
}

.pin.glattbach {
  top: 52%;
  left: 12%;
}

.pin.kahl {
  top: 47%;
  left: 4%;
}

.pin.frammersbach {
  top: 48%;
}

.pin.partenstein {
  top: 51%;
  left: 25%;
}

.pin.hammelburg {
  top: 39%;
  left: 50%;
}

.pin.thuengen {
  top: 58%;
  left: 42%;
}

.pin.zellingen {
  top: 64%;
  left: 40%;
}

.pin.nuedlingen {
  top: 33%;
  left: 57%;
}

.pin.bad-neustadt {
  top: 23%;
  left: 61%;
}

.pin.bad-brueckenau {
  top: 27%;
  left: 38%;
}

.pin.zeil-am-main {
  left: 73%;
}

.pin.roettingen {
  top: 94%;
  left: 47%;
}

.pin__needle {
  aspect-ratio: auto;
  background-color: #f30451;
  border-radius: 18px;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.map-position {
  position: relative;
}

.section-4 {
  max-width: 1920px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.pin__text {
  color: var(--black);
  width: auto;
  min-width: 127px;
  min-height: auto;
  font-family: Poppins, sans-serif;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  inset: 1px 0% 0% 26px;
}

.pin__text:hover {
  color: #fff;
  text-decoration: underline;
}

.h3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.job__container {
  transition: box-shadow .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.job__container:hover {
  box-shadow: 0 0 20px 8px #f30451;
}

.image-3 {
  object-fit: cover;
  height: 500px;
}

.job__caption {
  object-fit: fill;
  background-color: #f30451;
  padding-left: 28px;
  padding-right: 28px;
  position: absolute;
  inset: auto auto 20px 0%;
}

.heading-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.heading-5 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.support-box {
  position: relative;
}

.support-img {
  object-fit: cover;
  width: 100%;
  height: 600px;
  margin-top: 100px;
}

.support-button {
  word-break: keep-all;
  position: absolute;
  inset: auto auto 5% 25%;
}

.support-button.button {
  color: var(--pink);
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  transform: translate(-50%);
}

.support-button.button:hover {
  background-image: linear-gradient(to bottom, var(--pink), var(--pink));
  color: var(--white);
}

.field-label {
  font-family: Poppins, sans-serif;
}

.div-block {
  display: flex;
}

.footer-container {
  width: 100%;
}

.footer-logo {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  width: 20%;
  padding: 20px;
}

.text-block-2 {
  color: var(--white);
  width: auto;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

.image-4 {
  width: 40px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.full-width__left {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.div-block-3 {
  width: 50%;
  padding-left: 5em;
  padding-right: 5em;
}

.navbar {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.datenschutz {
  flex-flow: column;
  margin-top: 31px;
  display: flex;
}

.imprint {
  min-height: 100vh;
  margin-top: 133px;
  margin-bottom: 100px;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  margin-top: 65px;
}

.imprint-heading {
  color: #fff;
  margin-top: 48px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.text-block-5 {
  color: #fff;
  margin-top: 56px;
}

.link, .link:hover, .link-2 {
  color: #fff;
}

.link-2:hover {
  color: var(--white);
}

.link-3, .link-3:hover {
  color: #fff;
}

.center {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.link-4, .link-5, .link-6, .link-7, .link-8 {
  color: var(--pink);
}

.link-9 {
  color: #fff;
}

.link-9:hover {
  color: var(--pink);
}

.header-img {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 500px;
}

.mt-2 {
  margin-top: 40px;
}

.karriere-grid {
  margin-top: 98px;
}

.benefit-grid {
  grid-row-gap: 49px;
  margin-top: 5em;
  margin-bottom: 5em;
}

.list-2 {
  color: #fff;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 36px;
  list-style-type: none;
}

.highlights {
  background-image: url('../images/karriere-background.jpg'), linear-gradient(to bottom, var(--pink), var(--pink));
  background-position: 100%, 0 0;
  background-size: cover, auto;
  padding: 0;
  display: block;
}

.div-block-6 {
  border-right: 1px solid #fff;
}

.div-block-7 {
  padding-left: 10px;
}

.image-5 {
  opacity: .46;
  object-fit: cover;
  width: 30%;
  height: 100%;
}

.div-block-8 {
  width: 70%;
  padding: 28px;
}

.bewerbungs-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 30px;
  font-weight: 600;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), opacity .2s;
  box-shadow: 0 0 #0003;
}

.bewerbungs-button:hover {
  border-color: var(--pink);
  background-color: var(--pink);
  box-shadow: 0 0 50px 20px var(--pink);
  color: #fff;
}

.bewerbungs-button.mb-2 {
  margin-bottom: 79px;
}

.section-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94);
}

.dots {
  margin-left: 18px;
  list-style-type: disc;
}

.link-10 {
  color: #fff;
}

.location {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  line-height: 24px;
  display: flex;
}

.needle-icon {
  color: var(--black);
  width: 20px;
  line-height: 18px;
}

.text-field {
  color: #000;
}

.select-field {
  color: #000;
  border-radius: 20px;
  height: 46px;
  line-height: 36px;
}

.image-6 {
  width: 250px;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_label {
  color: #f30451;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #f30451;
  border: 2px solid #f30451;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #f30451;
  -webkit-text-stroke-color: #f30451;
  background-color: #fff;
  border-color: #f30451;
}

.fs-cc-banner_text-link {
  color: #f30451;
  border-bottom: 2px solid #f30451;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #f30451;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #f30451;
  background-color: #fff;
  border-color: #f30451;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.button-2 {
  border-radius: 20px;
}

.text {
  color: #000;
}

.icon {
  color: var(--black);
}

.text-block-6 {
  color: var(--white);
}

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

.paragraph-3, .paragraph-4 {
  color: #fff;
  width: 100%;
  max-width: 500px;
  font-family: Poppins, sans-serif;
}

.mb-4 {
  margin-bottom: 100px;
}

.link-block-2 {
  display: block;
}

.code-embed {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f900;
  }

  .navigation-item:active {
    color: var(--pink);
    background-color: #eef0f300;
  }

  .navigation-item:lang(en) {
    color: var(--white);
  }

  .navigation-items {
    opacity: 1;
    background-color: #0000;
    background-image: linear-gradient(#000000c4, #000000c4);
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    padding-top: 100px;
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .navigation {
    padding: 0 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap {
    padding-bottom: 100px;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .container-fluid {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-text-container.left {
    width: 100%;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
  }

  .grid-text-container.right {
    width: 100%;
    margin-left: auto;
    padding-left: 5em;
    padding-right: 5em;
  }

  .flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    height: auto;
    min-height: 70vh;
    margin-top: 43px;
  }

  .flex-block.reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-block.reverse.full-width {
    height: auto;
  }

  .flex-block.section-ancor.padding-0 {
    min-height: 0;
  }

  .flex-block.full-width {
    max-width: 100vw;
    min-height: auto;
  }

  .h1.heading {
    overflow-wrap: break-word;
  }

  .home-scroll_section {
    display: block;
  }

  .home-scroll_visual.page-padding {
    display: none;
  }

  .home-scroll_content.page-padding {
    padding: 6em 2em;
  }

  .home-scroll_text-wrap {
    width: 80%;
    max-width: 100%;
    margin-left: auto;
  }

  .home-scroll_text-item {
    opacity: 1;
    max-width: 100%;
  }

  .paragraph-2 {
    max-width: none;
  }

  .home-scroll_photo {
    object-fit: cover;
    width: 100%;
    height: 30em;
    display: block;
  }

  .text-block.pin__text {
    font-size: 14px;
  }

  .pin__needle {
    width: 10px;
    height: 10px;
  }

  .pin__text {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    position: absolute;
    inset: -5px 0% 0% 13px;
  }

  .footer-logo {
    border-radius: 5px;
    padding: 5px;
  }

  .footer-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-content: flex-start space-between;
  }

  .full-width__left, .div-block-3 {
    width: 100%;
  }

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

  .highlights {
    background-image: url('../images/karriere-background-mob.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .div-block-6 {
    border-right-width: 0;
  }

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

  .bewerbungs-button.mb-2 {
    font-size: 26px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .paragraph-3, .paragraph-4 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 0 30px 20px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    flex-flow: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    display: flex;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-text {
    width: 100vw;
    margin-left: 1em;
    margin-right: auto;
  }

  .container-fluid {
    max-width: 90%;
  }

  .grid-text-container.left {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-text-container.right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex-block {
    flex-wrap: wrap;
  }

  .h1.heading {
    font-size: 80px;
  }

  .home-scroll_text-wrap {
    width: 100%;
  }

  .home-scroll_text-item {
    max-width: 100%;
  }

  .job__container {
    width: 100%;
  }

  .image-3 {
    object-fit: cover;
    width: 100%;
  }

  .text-block-5 {
    width: 100%;
  }

  .bewerbungs-button.mb-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 40px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 20px;
    padding: 0;
  }

  .navigation-item {
    opacity: 1;
    color: var(--white);
    background-color: #0000;
  }

  .navigation-items {
    color: #000;
  }

  .navigation {
    padding: 0 20px;
    inset: 0% auto auto 0%;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 150px;
    padding: 12px;
  }

  .text-field {
    margin-bottom: 0;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-auto-flow: row;
    display: flex;
  }

  .contact-form {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 20px;
    padding: 15px 20px 20px;
  }

  .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

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

  .heading {
    line-height: 0;
  }

  .heading.h2 {
    padding-top: 50px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading.h1 {
    line-height: 0;
  }

  .pink-text-highlight {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .pink-text-highlight.h1 {
    font-size: 50px;
    line-height: 69px;
  }

  .heading-2 {
    max-width: 300px;
    font-size: 25px;
    line-height: 30px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .image {
    order: 1;
    width: 100%;
    height: 400px;
    margin-top: 70px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-text-container {
    width: 100%;
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-text-container.left {
    margin-top: 0;
    padding-top: 0;
  }

  .grid-text-container.right {
    margin-top: 30px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: 0;
    align-content: stretch;
    align-items: center;
    min-height: auto;
    margin-top: -1px;
  }

  .flex-block.section-ancor {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .flex-block.section-ancor.padding-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100px;
  }

  .flex-block.section-ancor.spacer {
    padding-top: 4em;
  }

  .section-2 {
    flex-direction: column-reverse;
  }

  .h1.heading {
    font-size: 40px;
    line-height: 50px;
  }

  .home-scroll_content.page-padding {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-scroll_text-wrap, .home-scroll_text-item {
    width: 100%;
  }

  .heading-3 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 34px;
  }

  .home-scroll_photo {
    height: 15em;
  }

  .image-2, .map-position {
    width: 200vw;
  }

  .section-4 {
    overflow: scroll;
  }

  .image-3 {
    height: 300px;
  }

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

  .heading-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .support-img {
    height: 300px;
  }

  .support-button.button {
    text-align: center;
    word-break: keep-all;
    width: auto;
    min-width: 200px;
    font-size: 18px;
  }

  .footer-logo {
    border-radius: 20px;
    width: 100%;
    padding: 15px;
  }

  .text-block-2 {
    text-align: left;
  }

  .image-4 {
    width: 40px;
  }

  .div-block-2 {
    align-self: flex-start;
  }

  .footer-inner {
    flex-direction: column;
  }

  .full-width__left {
    padding-top: 50px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .header-img {
    height: 300px;
    margin-top: 68px;
  }

  .highlights {
    background-color: var(--dark-pink);
    background-image: none;
    width: 100%;
  }

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

  .list-item {
    padding-bottom: 12px;
  }

  .bewerbungs-button.mb-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
    line-height: 35px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .heading-6 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 34px;
  }

  .link-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

#w-node-_74532fcb-b931-09f5-8396-cce1df084130-e5a6b3ee, #w-node-_55dfc426-54cd-d516-4171-b4d0c112b838-e5a6b3ee, #w-node-_6fba0d3f-fcd8-f102-e369-6c064a1bf9f0-e5a6b3ee, #w-node-_52b6845b-b612-d643-dca3-9464cec22789-e5a6b3ee, #w-node-fa67be9b-075e-755b-697a-9a98da739c7c-e5a6b3ee, #w-node-_768cac50-7a26-c859-c131-ae0625ae39ad-e5a6b3ee, #w-node-_768cac50-7a26-c859-c131-ae0625ae39a7-e5a6b3ee, #w-node-_768cac50-7a26-c859-c131-ae0625ae39ab-e5a6b3ee, #w-node-_23c67aff-b23f-04d8-c843-0a7d3f87d3de-e5a6b3ee, #w-node-_23c67aff-b23f-04d8-c843-0a7d3f87d3e7-e5a6b3ee, #w-node-be83b6f8-6dc4-a3dd-3793-525924214bd5-e5a6b3ee, #w-node-be83b6f8-6dc4-a3dd-3793-525924214be5-e5a6b3ee, #w-node-a02db201-c914-56cd-0380-8c77011eb83a-e5a6b3ee, #w-node-a02db201-c914-56cd-0380-8c77011eb83d-e5a6b3ee, #w-node-db5c69b9-44d4-eff1-9942-e4f6e9fd1285-e5a6b3ee, #w-node-db5c69b9-44d4-eff1-9942-e4f6e9fd1288-e5a6b3ee, #w-node-_265f68ef-6298-fdda-9b2f-e65a2321c69c-e5a6b3ee, #w-node-_265f68ef-6298-fdda-9b2f-e65a2321c69f-e5a6b3ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f1d-e5a6b3ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f21-e5a6b3ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f25-e5a6b3ee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f29-e5a6b3ee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f2d-e5a6b3ee {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f31-e5a6b3ee {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f35-e5a6b3ee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f39-e5a6b3ee {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f3d-e5a6b3ee {
  grid-area: 5 / 1 / 7 / 3;
}

#w-node-_2e846f09-d4df-b386-970f-5e9e040d0cc4-e5a6b3ee {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_359ec15b-dc49-e75b-ae65-35e38fe76780-e5a6b3ee, #w-node-_359ec15b-dc49-e75b-ae65-35e38fe76787-e5a6b3ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-24520e02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e00ce7d-7dd1-0f1e-3663-6f1cf0c06419-24520e02, #w-node-ba6a68c6-4ca8-d271-e25d-9072e920dc8f-24520e02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9c5-9708a9be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9c9-9708a9be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9cd-9708a9be {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9d1-9708a9be {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9d5-9708a9be {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9d9-9708a9be {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9dd-9708a9be {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9e1-9708a9be {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9e5-9708a9be {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9e9-9708a9be {
  grid-area: 6 / 1 / 8 / 3;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9ed-9708a9be {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_29612750-3ea5-ba93-dc19-842a9708a9f1-9708a9be {
  grid-area: 9 / 1 / 10 / 3;
}

#w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-027505ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e00ce7d-7dd1-0f1e-3663-6f1cf0c06419-027505ea, #w-node-ba6a68c6-4ca8-d271-e25d-9072e920dc8f-027505ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-23c4f04a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e00ce7d-7dd1-0f1e-3663-6f1cf0c06419-23c4f04a, #w-node-ba6a68c6-4ca8-d271-e25d-9072e920dc8f-23c4f04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-2bf882a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e00ce7d-7dd1-0f1e-3663-6f1cf0c06419-2bf882a8, #w-node-ba6a68c6-4ca8-d271-e25d-9072e920dc8f-2bf882a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-24520e02, #w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-027505ea, #w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-23c4f04a, #w-node-f50c7187-4b1c-0bcc-76a4-247123fc7092-2bf882a8 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f21-e5a6b3ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f25-e5a6b3ee, #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f29-e5a6b3ee, #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f2d-e5a6b3ee, #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f31-e5a6b3ee, #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f35-e5a6b3ee, #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f39-e5a6b3ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2d31dfa-4b2c-28b6-b3e6-95af19486f3d-e5a6b3ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2e846f09-d4df-b386-970f-5e9e040d0cc4-e5a6b3ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_29612750-3ea5-ba93-dc19-842a9708a9c9-9708a9be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_29612750-3ea5-ba93-dc19-842a9708a9cd-9708a9be, #w-node-_29612750-3ea5-ba93-dc19-842a9708a9d1-9708a9be, #w-node-_29612750-3ea5-ba93-dc19-842a9708a9d5-9708a9be, #w-node-_29612750-3ea5-ba93-dc19-842a9708a9d9-9708a9be, #w-node-_29612750-3ea5-ba93-dc19-842a9708a9dd-9708a9be, #w-node-_29612750-3ea5-ba93-dc19-842a9708a9e1-9708a9be, #w-node-_29612750-3ea5-ba93-dc19-842a9708a9e5-9708a9be {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_29612750-3ea5-ba93-dc19-842a9708a9e9-9708a9be {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29612750-3ea5-ba93-dc19-842a9708a9ed-9708a9be, #w-node-_29612750-3ea5-ba93-dc19-842a9708a9f1-9708a9be {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_55dfc426-54cd-d516-4171-b4d0c112b838-e5a6b3ee, #w-node-_768cac50-7a26-c859-c131-ae0625ae39a7-e5a6b3ee {
    order: 0;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}