@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
  border: none;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

#CookiebotWidget {
  max-height: max-content;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
}

footer {
  position: relative;
  color: white;
  z-index: 2;
}
footer .inner {
  width: calc(100% - 100px);
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  footer .inner {
    padding: 0 30px;
  }
}
footer .footer-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-row {
    flex-direction: column;
  }
}
footer a {
  color: #D896DF;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  opacity: 0.6;
}
footer .footer-contact {
  padding: 150px 0 130px;
}
@media screen and (max-width: 767px) {
  footer .footer-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-contact {
    padding: 50px 0;
  }
}
footer .footer-contact .inner {
  display: flex;
}
@media screen and (max-width: 1080px) {
  footer .footer-contact .inner {
    flex-direction: column;
  }
}
footer .footer-contact .footer-contact__wrapper {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  footer .footer-contact .footer-contact__wrapper {
    width: 100%;
  }
}
footer .footer-contact .footer-contact__wrapper:first-child {
  padding-right: 40px;
}
@media screen and (max-width: 1080px) {
  footer .footer-contact .footer-contact__wrapper:first-child {
    padding-right: 0px;
    margin-bottom: 50px;
  }
  footer .footer-contact .footer-contact__wrapper:first-child:last-child {
    margin-bottom: 0;
  }
}
footer .footer-contact .footer-contact__wrapper:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  footer .footer-contact .footer-contact__wrapper:last-child {
    padding-left: 0px;
  }
}
footer .footer-contact .footer-contact__wrapper h3 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer-contact .footer-contact__wrapper h3 {
    font-size: 24px;
  }
}
footer .footer-contact .footer-contact__wrapper p {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-contact .footer-contact__wrapper p {
    font-size: 20px;
  }
}
footer .footer-contact .footer-contact__wrapper p a {
  color: #D896DF;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
footer .footer-contact .footer-contact__wrapper p a:hover {
  opacity: 0.6;
}
footer .footer-contact .footer-contact__wrapper picture {
  display: block;
  width: max-content;
  height: max-content;
  max-width: 200px;
  max-height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}
footer .footer-contact .footer-contact__wrapper .footer-contact__infowrp {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  footer .footer-contact .footer-contact__wrapper .footer-contact__infowrp {
    font-size: 20px;
  }
}
footer .footer-contact .footer-contact__wrapper .footer-contact__infowrp h4 {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  footer .footer-contact .footer-contact__wrapper .footer-contact__infowrp h4 {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
footer .footer-contact .footer-contact__wrapper .footer-contact__infowrp a span {
  color: white;
}
footer .footer-main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1640px;
  padding: 80px 50px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    padding: 50px 50px 80px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-main {
    padding: 50px 30px 80px;
  }
}
footer .footer-main:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 100px);
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  footer .footer-main:after {
    width: calc(100% - 60px);
  }
}
footer .footer-main .footer-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-logo svg {
    max-width: 70%;
  }
}
footer .footer-main .footer-nav {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
footer .footer-main .footer-nav .footer-nav__linklist {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  gap: 30px;
  margin-left: -65px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-nav .footer-nav__linklist {
    position: absolute;
    bottom: -50px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
footer .footer-main .footer-nav .footer-nav__linklist a {
  color: white;
  font-size: 16px;
}
footer .footer-main .footer-nav .scrollTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border: 2px solid white;
}
footer .footer-main .footer-nav .scrollTop svg {
  transition: all 0.3s ease-in-out;
}
footer .footer-main .footer-nav .scrollTop:hover svg {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: inherit;
  transition: 0.3s;
}
a:hover {
  color: #D896DF;
}

.cta {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  pointer-events: auto;
  z-index: 2;
  text-transform: uppercase;
  padding: 10px 30px;
  opacity: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cta span {
  font-size: 1.25rem;
}
@media screen and (max-width: 1080px) {
  .cta span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .cta {
    font-size: 16px;
  }
}
.cta.outline-button {
  backdrop-filter: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cta.outline-button:hover {
  border-color: #D896DF;
}
.cta.outline-button-alternative {
  backdrop-filter: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cta.outline-button-alternative:hover {
  border-color: #fff;
  background: #fff;
}
.cta.disableanim {
  opacity: 1 !important;
}
.cta svg line {
  transition: 0.3s;
}
.cta svg path {
  transition: 0.3s;
}
.cta:hover {
  background: #D896DF;
  color: #000;
}
.cta:hover svg line {
  stroke: #000;
}
.cta:hover svg path {
  stroke: #000;
}

.pulse {
  box-shadow: 0 0 0 0 rgb(216, 150, 223);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(216, 150, 223, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(216, 150, 223, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(216, 150, 223, 0);
  }
}
.iconwrapper {
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .iconwrapper svg {
    height: auto;
    width: 40px;
  }
}
.iconwrapper:hover {
  transform: translateY(-10px);
}
.iconwrapper svg {
  max-width: unset;
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 1000px) {
  .button-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.button-wrapper button svg {
  display: none;
}

.button-wrapper__content {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .button-wrapper__content {
    flex-wrap: wrap;
  }
}
.button-wrapper__content #openjobs {
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .button-wrapper__content #openjobs {
    max-width: 140px;
    min-width: 140px;
  }
}
.button-wrapper__content #openjobs svg {
  display: none;
}

#contact form button {
  cursor: pointer;
  padding: 15px 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 45%;
}
@media screen and (max-width: 1550px) {
  #contact form button {
    font-size: 16px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact form button {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 640px) {
  #contact form button {
    order: 2;
  }
}
#contact form button[type=submit] {
  background: #D896DF;
  color: #000;
}
@media screen and (max-width: 640px) {
  #contact form button[type=submit] {
    order: 1;
  }
}
#contact form button[type=submit] svg line {
  transition: 0.3s;
  stroke: #000;
}
#contact form button[type=submit] svg path {
  transition: 0.3s;
  stroke: #000;
}
#contact form button[type=submit]:hover {
  background: #D896DF;
  color: #000;
}
#contact form button[type=submit]:hover svg line {
  stroke: #000;
}
#contact form button[type=submit]:hover svg path {
  stroke: #000;
}

html, body {
  background: black;
}

body {
  position: relative;
}
body:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
body.overlay-opened:after {
  opacity: 1;
}

h1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(300px) scale(0);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  h1 {
    top: 40%;
  }
}
@media screen and (max-height: 767px) {
  h1 {
    top: 33%;
  }
}
@media screen and (max-height: 600px) {
  h1 {
    top: 28%;
  }
}
h1 > div {
  position: relative;
}
h1 > span {
  font-size: 70px;
  margin-top: 10px;
  color: #D896DF;
  font-weight: 700;
  text-align: right;
  display: inline-block;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  line-height: 1em;
  transform: translateX(40px);
}
@media screen and (max-width: 1550px) {
  h1 > span {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 768px) {
  h1 > span {
    font-size: 2rem;
    display: none;
  }
}

h2 {
  font-size: 4.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1550px) {
  h2 {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

.home {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  min-height: 580px;
}
.home .home-content {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .home-content {
    flex-wrap: wrap;
  }
}
.home .home-content .col#col-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-middle {
    order: 1;
    flex: 0 0 100%;
    background: #000;
    left: 0px;
    width: 100%;
    transform: none;
    top: 0px !important;
    padding: 1rem 20px;
  }
}
.home .home-content .col#col-middle #col-middle-button-wrapper {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .home .home-content .col#col-middle #col-middle-button-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.home .home-content .col#col-middle #col-middle-button-wrapper a, .home .home-content .col#col-middle #col-middle-button-wrapper button {
  order: 2;
}
.home .home-content .col#col-middle span {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-middle span {
    font-size: 1rem;
  }
}
.home .home-content .col#col-middle .whiteline-container {
  position: absolute;
  transform: translate(0, 190px);
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-middle .whiteline-container {
    width: 90vw;
    max-width: 360px;
  }
}
@media screen and (max-height: 650px) {
  .home .home-content .col#col-middle .whiteline-container {
    gap: 20px;
  }
}
.home .home-content .col#col-middle .whiteline-container .whiteline {
  height: 60px;
}
.home .home-content .col#col-left, .home .home-content .col#col-right {
  flex: 1 1 15%;
  max-width: 400px;
  width: 100%;
  height: 14%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .home .home-content .col#col-left, .home .home-content .col#col-right {
    flex: 0 1 15%;
  }
}
@media screen and (max-width: 1024px) {
  .home .home-content .col#col-left, .home .home-content .col#col-right {
    max-width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-left, .home .home-content .col#col-right {
    max-width: 15vh;
  }
}
.home .home-content .col#col-footer {
  padding-bottom: 2.5rem;
  flex: 0 1 40%;
  align-self: flex-end;
  opacity: 0;
  transform: translateY(100px);
}
.home .home-content .col#col-footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.home .home-content .col#col-footer ul li {
  padding: 0px;
  position: relative;
  z-index: 10;
}
.home .home-content .col#col-footer ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 2000px) {
  .home .home-content .col#col-footer ul li a {
    font-size: 24px;
  }
}
.home .home-content .col#col-footer ul li a:hover {
  color: #D896DF;
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-footer {
    order: 4;
    flex: 0 0 100%;
    background: #000;
    padding: 1rem 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-left {
    padding-left: 20px;
    align-items: flex-start;
  }
}
.home .home-content .col#col-left a {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-left a {
    display: block;
  }
}
.home .home-content .col#col-left:before {
  content: "";
  background: rgb(242, 151, 186);
  background: radial-gradient(circle, rgba(242, 151, 186, 0.5) 0%, rgba(242, 151, 186, 0) 100%);
  height: 100dvh;
  top: 0px;
  left: 0px;
  width: 170%;
  opacity: 0;
  position: absolute;
  border-top-right-radius: 20%;
  border-bottom-right-radius: 20%;
  background: rgb(242, 151, 186);
  background: radial-gradient(circle, rgba(242, 151, 186, 0.6) 0%, rgba(242, 151, 186, 0) 50%);
  background: rgb(242, 151, 186);
  background: linear-gradient(90deg, rgba(242, 151, 186, 0.3) 0%, rgba(242, 151, 186, 0) 100%);
  transition: 0.3s;
}
@media screen and (max-width: 1366px) {
  .home .home-content .col#col-left:before {
    width: 100%;
  }
}
.home .home-content .col#col-left.hovered {
  cursor: pointer;
}
.home .home-content .col#col-left.hovered:before {
  opacity: 1;
}
.home .home-content .col#col-left.hovered .error-icon-wrapper {
  opacity: 1;
}
.home .home-content .col#col-left.hovered a {
  display: block;
}
@media screen and (max-width: 768px) {
  .home .home-content .col#col-right {
    padding-right: 20px;
    align-items: flex-end;
  }
}
.home .home-content .col#col-right:before {
  content: "";
  background: rgb(178, 141, 255);
  background: radial-gradient(circle, rgba(178, 141, 255, 0.5) 0%, rgba(178, 141, 255, 0) 100%);
  height: 100dvh;
  top: 0px;
  left: 0px;
  width: 170%;
  opacity: 0;
  position: absolute;
  border-top-left-radius: 20%;
  border-bottom-left-radius: 20%;
  background: rgb(178, 141, 255);
  background: radial-gradient(circle, rgba(178, 141, 255, 0.6) 0%, rgba(178, 141, 255, 0) 50%);
  background: rgb(178, 141, 255);
  background: linear-gradient(270deg, rgba(178, 141, 255, 0.6) 0%, rgba(178, 141, 255, 0) 100%);
  transition: 0.3s;
}
@media screen and (max-width: 1366px) {
  .home .home-content .col#col-right:before {
    width: 100%;
  }
}
.home .home-content .col#col-right a {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.home .home-content .col#col-right.hovered:before {
  opacity: 1;
}
.home .home-content .col#col-right.hovered .dip-icon-wrapper {
  opacity: 1;
}
.home .home-content .col#col-right.hovered a {
  display: block;
}
@media screen and (max-width: 768px) {
  .home .home-content .col {
    order: 2;
  }
}

.video-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  left: 0px;
  right: 0px;
}
.video-container .video-wrapper {
  position: relative;
}
.video-container .video-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.video-container .video-wrapper video {
  width: 25vw;
  height: auto;
  max-width: 25vw;
  z-index: 2; /* Sicherstellen, dass Canvas über dem Video liegt */
  pointer-events: none; /* Verhindert, dass das Canvas Klicks blockiert */
  object-fit: cover;
}
.video-container .video-wrapper video.full {
  max-width: 100%;
  width: 100vw;
}
.video-container canvas {
  width: auto;
  height: auto;
  max-width: 25vw;
  z-index: 2; /* Sicherstellen, dass Canvas über dem Video liegt */
  pointer-events: none; /* Verhindert, dass das Canvas Klicks blockiert */
}

.whiteline {
  background: rgba(255, 255, 255, 0.45);
  width: 1px;
  height: 100%;
}

.logo {
  opacity: 0;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .logo {
    height: 8vw;
    max-width: unset;
    /* min-width: 500px; */
    width: auto;
    min-height: 140px;
  }
}
@media screen and (max-width: 1279px) {
  .logo {
    height: 10vw;
    max-width: unset;
    width: auto;
    min-height: 110px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    min-height: 90px;
  }
}
.logo.errorlogo {
  transform: translateX(50%) translateX(-15px);
}
@media screen and (max-width: 768px) {
  .logo.errorlogo {
    transform: translateX(0px);
  }
}
.logo.diplogo {
  transform: translateX(-50%) translateX(15px);
}
@media screen and (max-width: 768px) {
  .logo.diplogo {
    transform: translateX(0px);
  }
}

.bottom {
  -webkit-clip-path: inset(58% 0 0 0);
  clip-path: inset(58% 0 0 0);
  position: absolute;
  top: 0px;
}

.redShadow svg {
  filter: drop-shadow(3px 0 #f297ba);
}

.greenShadow svg {
  filter: drop-shadow(3px 0 #b28eff);
}

.glitch {
  width: 800px;
  height: auto;
}
@media screen and (max-width: 1550px) {
  .glitch {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .glitch {
    width: 260px;
    width: 65vw;
  }
}

.error-icon-wrapper {
  position: static;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.error-icon-wrapper img {
  position: absolute;
  bottom: 0px;
  max-width: unset;
}
.error-icon-wrapper img#error-icon-1 {
  top: 0px;
  left: 0px;
  transform: translate(-100%, -100%);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-1 {
    width: auto;
    height: 40vh;
  }
}
.error-icon-wrapper img#error-icon-2 {
  top: 0px;
  right: 0px;
  transform: translate(100%, -100%);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-2 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-3 {
  top: 19%;
  bottom: auto;
  right: 0px;
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-3 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-4 {
  top: 22%;
  bottom: auto;
  left: 0px;
  transform: scale(1.2) translate(-30%, 40%);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-4 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-5 {
  top: 14%;
  bottom: auto;
  right: 0px;
  transform: translate(20%, 50%) scale(0.1);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-5 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-6 {
  top: 35%;
  width: 25%;
  bottom: auto;
  right: 0px;
  transform: translate(100%, 0) scale(0.5);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-6 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-7 {
  top: 36%;
  width: 20%;
  bottom: auto;
  right: auto;
  left: auto;
  transform: translate(-50%, 0);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-7 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-8 {
  top: 48%;
  width: 80%;
  bottom: auto;
  left: 0;
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-8 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-9 {
  top: 64%;
  bottom: auto;
  left: auto;
  right: auto;
  width: 25%;
  transform: translate(-50%, 0) rotate(30deg);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-9 {
    width: auto;
    height: 15vh;
  }
}
.error-icon-wrapper img#error-icon-10 {
  top: 65%;
  bottom: auto;
  left: 0;
  width: 20.5%;
  transform: translate(0%, 170%) rotate(-30deg);
}
@media screen and (max-height: 799px) {
  .error-icon-wrapper img#error-icon-10 {
    width: auto;
    height: 10vh;
  }
}

.dip-icon-wrapper {
  position: static;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.dip-icon-wrapper img {
  position: absolute;
  bottom: 0px;
  max-width: unset;
}
.dip-icon-wrapper img#dip-icon-1 {
  top: 0px;
  left: 0px;
  transform: translate(-100%, -100%);
}
.dip-icon-wrapper img#dip-icon-2 {
  top: 0px;
  left: 0px;
  transform: translate(100%, -100%);
}
.dip-icon-wrapper img#dip-icon-3 {
  top: 19%;
  bottom: auto;
  left: 0px;
}
@media screen and (max-height: 799px) {
  .dip-icon-wrapper img#dip-icon-3 {
    width: 200px;
  }
}
.dip-icon-wrapper img#dip-icon-4 {
  top: 43%;
  bottom: auto;
  left: 0px;
  transform: scale(1.2) translate(-30%, 40%);
}
.dip-icon-wrapper img#dip-icon-5 {
  top: 43%;
  bottom: auto;
  right: 0px;
  transform: translate(20%, 50%) scale(0.1);
}
@media screen and (max-height: 799px) {
  .dip-icon-wrapper img#dip-icon-5 {
    display: none;
  }
}
.dip-icon-wrapper img#dip-icon-6 {
  top: 55%;
  bottom: auto;
  left: 0px;
  transform: translate(100%, 0) scale(0.5);
}
@media screen and (max-height: 799px) {
  .dip-icon-wrapper img#dip-icon-6 {
    display: none;
  }
}
.dip-icon-wrapper img#dip-icon-7 {
  top: 60%;
  bottom: auto;
  right: 0;
  left: auto;
  transform: translate(-50%, 0);
}
.dip-icon-wrapper img#dip-icon-8 {
  top: 65%;
  bottom: auto;
  right: 0;
}
.dip-icon-wrapper img#dip-icon-9 {
  top: 74%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translate(-50%, 0) rotate(30deg);
}

.overlay {
  display: none;
  opacity: 0;
  position: absolute;
  width: 50%;
  max-width: 1000px;
  left: 50%;
  bottom: 130px;
  transform: translate(-50%, 0%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overlay {
    width: 75%;
  }
}
@media screen and (max-height: 767px) {
  .overlay {
    bottom: 30px;
  }
}
.overlay form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1550px) {
  .overlay form {
    gap: 15px;
  }
}
.overlay form .form-msg {
  display: block;
  font-size: 50px;
  font-weight: 700;
  color: #D896DF;
  opacity: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .overlay form .form-msg {
    font-size: 20px;
  }
}
.overlay form .form-col-wrapper {
  gap: 35px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .overlay form .form-col-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
}
.overlay form .form-col {
  flex: 1 1 50%;
}
.overlay form input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  color: #fff;
  display: flex;
  background: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
@media screen and (min-width: 2000px) {
  .overlay form input {
    font-size: 24px;
  }
}
@media screen and (max-width: 1550px) {
  .overlay form input {
    font-size: 16px;
  }
}
.overlay form input::placeholder {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 2000px) {
  .overlay form input::placeholder {
    font-size: 24px;
  }
}
@media screen and (max-width: 1550px) {
  .overlay form input::placeholder {
    font-size: 16px;
  }
}
.overlay form input:-webkit-autofill,
.overlay form input:-webkit-autofill:hover,
.overlay form input:-webkit-autofill:focus,
.overlay form input:-webkit-autofill:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.overlay form textarea {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  background: transparent;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 2000px) {
  .overlay form textarea {
    font-size: 24px;
  }
}
@media screen and (max-width: 1550px) {
  .overlay form textarea {
    font-size: 16px;
  }
}
.overlay form textarea::placeholder {
  color: #fff;
  font-size: 20px;
  opacity: 0.5;
}
@media screen and (min-width: 2000px) {
  .overlay form textarea::placeholder {
    font-size: 24px;
  }
}
@media screen and (max-width: 1550px) {
  .overlay form textarea::placeholder {
    font-size: 16px;
  }
}
.overlay.fullscreen {
  width: 100%;
  height: 100%;
  max-width: unset;
  top: 0px;
  left: 0px;
  transform: none;
  text-align: left;
  opacity: 1;
  display: flex;
  flex-direction: column;
  background: #D896DF;
}
.overlay.fullscreen .col-wrapper {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .overlay.fullscreen .col-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.overlay.fullscreen .col-wrapper .col:first-of-type {
  flex: 1 0 25%;
}
@media screen and (max-width: 768px) {
  .overlay.fullscreen .col-wrapper .col:first-of-type {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .overlay.fullscreen .col-wrapper .col:last-of-type {
    border-top: 2px solid #d896df;
    padding-top: 30px;
  }
}
.overlay.fullscreen .col-wrapper .col {
  flex: 1 1 auto;
  order: 2;
}
.overlay.fullscreen header {
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 140px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .overlay.fullscreen header {
    padding: 25px;
  }
}
.overlay.fullscreen header > svg {
  right: 0px;
  top: 0px;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: unset;
  opacity: 0.1;
  width: 100%;
  transform: scale(3) translate(10%, 5%);
}
.overlay.fullscreen section {
  background: #fff;
  flex: 1 1 auto;
  padding: 50px 140px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .overlay.fullscreen section {
    padding: 25px;
  }
}
.overlay.fullscreen section p, .overlay.fullscreen section ul {
  font-size: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 2000px) {
  .overlay.fullscreen section p, .overlay.fullscreen section ul {
    font-size: 24px;
  }
}
.overlay.fullscreen section p:last-of-type, .overlay.fullscreen section ul:last-of-type {
  margin-bottom: 0px;
}
.overlay.fullscreen section strong {
  font-size: 20px;
}
.overlay.fullscreen section ul li {
  padding-bottom: 10px;
}
.overlay.fullscreen section ul li strong {
  display: block;
}
.overlay.fullscreen section ul ul {
  padding-left: 25px;
}
.overlay.fullscreen section p + p, .overlay.fullscreen section p ul {
  margin-top: -25px;
}
.overlay.fullscreen section h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.overlay.fullscreen section h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

svg.rotate {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  #CookiebotWidget {
    bottom: auto;
    left: auto !important;
    right: 10px !important;
    top: 10px;
  }
}

.page-header {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 50px;
  max-width: 1640px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page-header {
    padding: 20px 30px;
  }
}
.page-header .cta {
  position: relative;
  opacity: 1;
  width: max-content;
}
@media screen and (max-width: 1080px) {
  .page-header .cta {
    padding: 10px;
  }
}
.page-header #backHome {
  position: absolute;
  left: 50px;
  top: 40px;
}
@media screen and (max-width: 480px) {
  .page-header #backHome {
    left: 30px;
    top: 20px;
  }
}
.page-header .header-logowrp {
  padding: 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page-header .header-logowrp {
    padding: 0 50px;
  }
}
.page-header #header-logo {
  justify-self: center;
}

.header-title {
  position: absolute;
  bottom: 10%;
  width: 80%;
}
.header-title span {
  position: relative;
  color: white;
  font-size: 20px;
  left: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header-title h1 {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
  font-size: 4.6875rem;
  line-height: 1.2em;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .header-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .header-title h1 {
    font-size: 2.3rem;
  }
}

.jobs {
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 380px) {
  .jobs .header-title {
    width: 100%;
  }
}
.jobs .jobs-main__textwrp {
  color: white;
}
.jobs .jobs-main {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .jobs .jobs-main {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  .jobs .jobs-main {
    padding: 50px 0;
  }
}
.jobs .jobs-main p {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .jobs .jobs-main p {
    font-size: 20px;
  }
}
.jobs .jobs-main ul {
  padding: 40px 0 60px;
}
.jobs .jobs-main ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid white;
}
.jobs .jobs-main ul li:last-child {
  border-bottom: 1px solid white;
}
.jobs .jobs-main ul li:hover {
  background: #D896DF;
  color: black;
}
.jobs .jobs-main ul li:hover svg {
  animation: 0.5s infinite alternate moving;
}
.jobs .jobs-main ul li:hover svg path, .jobs .jobs-main ul li:hover svg line {
  stroke: black;
}
.jobs .jobs-main ul li:hover a {
  padding: 25px 70px 25px 15px;
  color: currentColor;
}
.jobs .jobs-main ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  width: 100%;
  padding: 25px 70px 25px 0;
}
@media screen and (max-width: 767px) {
  .jobs .jobs-main ul li a {
    font-size: 24px;
  }
}
.jobs .jobs-main ul li a svg {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(13px, -50%);
}
@keyframes moving {
  0% {
    transform: translate(13px, -50%);
  }
  100% {
    transform: translate(4px, -50%);
  }
}
.jobs .jobs-main .cta {
  opacity: 1;
  max-width: max-content;
  background-color: #D896DF;
  color: black;
  transition: all 0.3s ease-in-out;
  border: 1px solid #D896DF;
  margin-top: 50px;
}
.jobs .jobs-main .cta svg line,
.jobs .jobs-main .cta svg path {
  transition: all 0.3s ease-in-out;
}
.jobs .jobs-main .cta:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.jobs .jobs-main .cta:hover svg line,
.jobs .jobs-main .cta:hover svg path {
  stroke: white;
}
.jobs .jobs-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.jobs .jobs-grid:after {
  content: "";
  position: absolute;
  display: block;
  width: 70%;
  height: 16%;
  background: url("../../assets/img/shine.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .jobs .jobs-grid:after {
    width: 100%;
    height: 7%;
  }
}
.jobs .jobs-grid .jobs-grid-item {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .jobs .jobs-grid .jobs-grid-item {
    width: 100%;
  }
}
.jobs .jobs-grid .jobs-grid-item .wrapper {
  display: block;
  width: 100%;
  height: auto;
}
.jobs .jobs-grid .jobs-grid-item .wrapper--s {
  width: 40%;
}
.jobs .jobs-grid .jobs-grid-item .wrapper--l {
  width: 60%;
}
.jobs .jobs-grid .jobs-grid-item .wrapper--sm {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jobs .jobs-grid .jobs-grid-item .wrapper--sm #error {
  display: block;
  margin: 0 20px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 1080px) {
  .jobs .jobs-grid .jobs-grid-item .wrapper--sm #error {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .jobs .jobs-grid .jobs-grid-item .wrapper--sm #dip {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .jobs .jobs-grid .jobs-grid-item .wrapper--sm #dip {
    max-width: 60%;
  }
}
.jobs .jobs-grid .jobs-grid-item .wrapper--sm .button-wrapper__content {
  justify-content: flex-end;
}
.jobs .jobs-grid .jobs-grid-item .wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs .inner {
  width: calc(100% - 100px);
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .jobs .inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .jobs .inner {
    padding: 0 30px;
  }
}
.jobs .video-container {
  position: relative;
  min-height: unset;
  height: 100dvh;
  max-width: 100vw;
  overflow: hidden;
}
.jobs .video-container video {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  background: black;
}

/* Grundlegende Styles */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Der Wrapper wird über das Plugin gesteuert */
#smooth-wrapper {
  overflow: hidden;
}

/* Der Content sollte mindestens so hoch sein, dass gescrollt werden kann */
#smooth-content {
  min-height: 200vh;
}

.jobs-detail {
  position: relative;
  z-index: 2;
}
.jobs-detail .image-container {
  position: relative;
  min-height: unset;
  height: 80vh;
  max-width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jobs-detail .image-container {
    max-height: 700px;
  }
}
@media screen and (max-width: 480px) {
  .jobs-detail .image-container {
    max-height: 550px;
  }
}
.jobs-detail .image-container .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.jobs-detail .image-container .image-wrapper1 {
  position: absolute;
  width: 16%;
  min-width: 250px;
  left: 2%;
  bottom: 16%;
}
@media screen and (max-width: 767px) {
  .jobs-detail .image-container .image-wrapper1 {
    bottom: 6%;
  }
}
@media screen and (max-width: 550px) {
  .jobs-detail .image-container .image-wrapper1 {
    width: 40%;
    min-width: unset;
  }
}
.jobs-detail .image-container .image-wrapper1:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.jobs-detail .image-container .image-wrapper1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobs-detail .image-container .image-wrapper2 {
  position: absolute;
  width: 16%;
  min-width: 250px;
  left: 22.4%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .jobs-detail .image-container .image-wrapper2 {
    left: 9%;
  }
}
@media screen and (max-width: 550px) {
  .jobs-detail .image-container .image-wrapper2 {
    width: 45%;
    min-width: unset;
  }
}
.jobs-detail .image-container .image-wrapper2:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.jobs-detail .image-container .image-wrapper2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobs-detail .image-container .image-wrapper3 {
  position: absolute;
  width: 16%;
  min-width: 220px;
  left: 43%;
  bottom: 21%;
}
@media screen and (max-width: 767px) {
  .jobs-detail .image-container .image-wrapper3 {
    left: 38%;
    bottom: 24%;
  }
}
@media screen and (max-width: 550px) {
  .jobs-detail .image-container .image-wrapper3 {
    width: 37%;
    left: 35%;
    bottom: 37%;
    min-width: unset;
  }
}
.jobs-detail .image-container .image-wrapper3:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.jobs-detail .image-container .image-wrapper3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobs-detail .image-container .image-wrapper4 {
  position: absolute;
  width: 14%;
  min-width: 230px;
  left: 63.4%;
  top: 3%;
}
@media screen and (max-width: 767px) {
  .jobs-detail .image-container .image-wrapper4 {
    min-width: 200px;
    left: 71.4%;
    top: 2%;
  }
}
@media screen and (max-width: 550px) {
  .jobs-detail .image-container .image-wrapper4 {
    min-width: unset;
    width: 25%;
    left: 71.4%;
    top: 2%;
  }
}
.jobs-detail .image-container .image-wrapper4:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.jobs-detail .image-container .image-wrapper4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobs-detail .image-container .image-wrapper5 {
  position: absolute;
  width: 16.5%;
  min-width: 200px;
  left: 81.4%;
  bottom: 18%;
}
@media screen and (max-width: 767px) {
  .jobs-detail .image-container .image-wrapper5 {
    left: unset;
    min-width: 180px;
    right: 0;
    bottom: 2%;
  }
}
.jobs-detail .image-container .image-wrapper5:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.jobs-detail .image-container .image-wrapper5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobs-detail .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobs-detail .image-container .header-title {
  left: 50%;
  transform: translateX(-50%);
}
.jobs-detail .jobs-detail__intro {
  display: flex;
  justify-content: center;
  position: relative;
  color: white;
  padding: 80px 0 100px;
}
.jobs-detail .jobs-detail__intro:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: url("../../assets/img/jobs-intro-bg.png") no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.jobs-detail .jobs-detail__intro #dip {
  position: absolute;
  top: 85px;
  left: 8%;
}
@media screen and (max-width: 1480px) {
  .jobs-detail .jobs-detail__intro #dip {
    opacity: 0.3;
  }
}
@media screen and (max-width: 600px) {
  .jobs-detail .jobs-detail__intro #dip {
    top: 35px;
    left: 30px;
    opacity: 0.15;
  }
}
.jobs-detail .jobs-detail__intro #error {
  position: absolute;
  top: 85px;
  left: 8%;
}
@media screen and (max-width: 1780px) {
  .jobs-detail .jobs-detail__intro #error {
    opacity: 0.3;
  }
}
@media screen and (max-width: 600px) {
  .jobs-detail .jobs-detail__intro #error {
    top: 35px;
    left: 30px;
    opacity: 0.15;
  }
}
.jobs-detail .jobs-detail__intro #bottles {
  position: absolute;
  top: 85px;
  right: 8%;
}
@media screen and (max-width: 1480px) {
  .jobs-detail .jobs-detail__intro #bottles {
    opacity: 0.3;
  }
}
@media screen and (max-width: 600px) {
  .jobs-detail .jobs-detail__intro #bottles {
    top: unset;
    right: 30px;
    bottom: 30px;
    opacity: 0.15;
  }
}
.jobs-detail .jobs-detail__intro #stuff {
  position: absolute;
  top: 85px;
  right: 8%;
}
@media screen and (max-width: 1780px) {
  .jobs-detail .jobs-detail__intro #stuff {
    opacity: 0.3;
  }
}
@media screen and (max-width: 600px) {
  .jobs-detail .jobs-detail__intro #stuff {
    top: unset;
    right: 30px;
    bottom: 30px;
    opacity: 0.15;
  }
}
.jobs-detail .jobs-detail__intro--error:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: url("../../assets/img/error-bg.jpg") no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.jobs-detail .jobs-detail__textwrp {
  display: flex;
  justify-content: center;
  padding: 75px 0 90px;
}
.jobs-detail .jobs-detail__textwrp.odd {
  background-color: #f1f1f1 !important;
}
.jobs-detail .jobs-detail__textwrp.even {
  background-color: white !important;
}
.jobs-detail .jobs-detail__textwrp:nth-child(odd) {
  background-color: #f1f1f1;
}
.jobs-detail .jobs-detail__textwrp:nth-child(even) {
  background-color: white;
}
.jobs-detail .inner--s {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 50px;
  max-width: 970px;
}
@media screen and (max-width: 767px) {
  .jobs-detail .inner--s {
    padding: 0 30px;
  }
}
.jobs-detail .inner--s h2 {
  display: block;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .jobs-detail .inner--s h2 {
    font-size: 24px;
  }
}
.jobs-detail .inner--s p {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .jobs-detail .inner--s p {
    font-size: 20px;
  }
}
.jobs-detail .inner--s p .link-black {
  color: #000;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.jobs-detail .inner--s p .link-black:hover {
  opacity: 0.6;
}
.jobs-detail .inner--s .font-l {
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .jobs-detail .inner--s .font-l {
    font-size: 24px;
  }
}
.jobs-detail .inner--s ul {
  list-style-type: none;
}
.jobs-detail .inner--s ul li {
  position: relative;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 1.3em;
  padding-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .jobs-detail .inner--s ul li {
    font-size: 20px;
  }
}
.jobs-detail .inner--s ul li:before {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../../assets/img/pfeil.png") no-repeat center;
}
.jobs-detail .inner--s .cta {
  opacity: 1;
  max-width: max-content;
  background-color: #B28DFF;
  color: black;
  transition: all 0.3s ease-in-out;
  border: 1px solid #B28DFF;
  margin-top: 50px;
}
.jobs-detail .inner--s .cta:hover {
  background-color: transparent;
  border: 1px solid black;
}
.jobs-detail ~ footer {
  background: black;
}

.jobs-detail--error .inner--s ul li:before {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../../assets/img/pfeil-error.png") no-repeat center !important;
}
.jobs-detail--error .inner--s .cta {
  opacity: 1;
  max-width: max-content;
  background-color: #F297BA;
  color: black;
  transition: all 0.3s ease-in-out;
  border: 1px solid #F297BA;
  margin-top: 50px;
}
.jobs-detail--error .inner--s .cta:hover {
  background-color: transparent;
  border: 1px solid black;
}

.panel {
  min-height: 50vh;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */
