@charset "UTF-8";
/** 1200px oder schmaler */
/** 992px oder schmaler */
/** 768px oder schmaler */
/** 576px oder schmaler */
/** Breakpoints */
/** 87.5em oder größer */
/** 1200px oder größer */
/** 992px oder größer */
/** 768px oder größer */
/** 576px oder größer */
/** Breakpoints */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost/Jost-VariableFont_wght.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost/Jost-Italic-VariableFont_wght.woff2") format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 1em;
  font-family: "Montserrat", "sans-serif";
  font-display: swap;
}

body {
  margin: 0;
  overflow-x: hidden;
}

input,
select {
  font-family: inherit;
}

.impressum {
  margin: 5rem 0;
}

.impressum__heading {
  font-size: 3rem;
}

.link__undesign {
  text-decoration: none;
  color: white;
}

.container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 1rem;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  background-image: linear-gradient(-4deg, white 49.9%, transparent 50.1%), linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/header-image.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 100%, center center, 50% 50%;
  background-size: 100vw 8vw, cover, cover;
  overflow: hidden;
  height: 25rem;
}
@media (min-width: 36em) {
  .header {
    height: 25rem;
  }
}
@media (min-width: 48em) {
  .header {
    height: 35rem;
  }
}
@media (min-width: 62em) {
  .header {
    height: 35rem;
  }
}
@media (min-width: 75em) {
  .header {
    height: 40rem;
  }
}
@media (min-width: 87.5em) {
  .header {
    height: 40rem;
  }
}

.header__secondary {
  height: 20rem;
}
@media (min-width: 36em) {
  .header__secondary {
    height: 20rem;
  }
}
@media (min-width: 48em) {
  .header__secondary {
    height: 25rem;
  }
}
@media (min-width: 62em) {
  .header__secondary {
    height: 25rem;
  }
}
@media (min-width: 75em) {
  .header__secondary {
    height: 30rem;
  }
}
@media (min-width: 87.5em) {
  .header__secondary {
    height: 30rem;
  }
}

.header__no-image {
  background-image: none;
  height: auto;
}

.header__heading-container {
  clear: both;
}

.header__heading-main {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-top: 0.1rem;
  margin: 0 0.5rem 0.5rem 0.5rem;
  text-shadow: 0 0 3px black;
  animation-name: header__heading-main-fontweight;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@media (min-width: 36em) {
  .header__heading-main {
    padding-top: 0.1rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 48em) {
  .header__heading-main {
    padding-top: 0rem;
    font-size: 1.7rem;
  }
}
@media (min-width: 62em) {
  .header__heading-main {
    padding-top: 5rem;
    font-size: 2rem;
  }
}
@media (min-width: 75em) {
  .header__heading-main {
    padding-top: 6rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 87.5em) {
  .header__heading-main {
    padding-top: 6rem;
    font-size: 2.5rem;
    font-weight: 500;
  }
}
@keyframes header__heading-main-fontweight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header__subheading {
  margin: 0 0.2rem;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  text-shadow: 0 0 10px black;
}
@media (min-width: 36em) {
  .header__subheading {
    padding-top: 0.1rem;
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .header__subheading {
    padding-top: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 62em) {
  .header__subheading {
    padding-top: 1rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 75em) {
  .header__subheading {
    padding-top: 1rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 87.5em) {
  .header__subheading {
    padding-top: 1rem;
    font-size: 1.5rem;
  }
}

.heading {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 62em) {
  .heading {
    padding-bottom: 2rem;
  }
}

.header__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media (max-width: 62em) {
  .header__flex {
    flex-direction: column;
    gap: 3rem;
  }
}

.header__box {
  width: 50%;
}
@media (max-width: 62em) {
  .header__box {
    width: 100%;
  }
}

.heading__template {
  margin-top: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  font-size: 2.2rem;
}
@media (max-width: 62em) {
  .heading__template {
    text-align: center;
    margin-top: 1rem;
  }
}

.heading__text {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 62em) {
  .heading__text {
    text-align: center;
  }
}

.heading__image {
  width: 100%;
  margin-top: 5rem;
}
@media (max-width: 62em) {
  .heading__image {
    margin-top: 0rem;
  }
}

ul {
  margin: 0;
}

.logo {
  width: 7.5rem;
  margin-top: -3rem;
}
@media (min-width: 75em) {
  .logo {
    margin-left: -4rem;
  }
}
@media (max-width: 62em) {
  .logo {
    margin-left: -3rem;
  }
}
@media (max-width: 48em) {
  .logo {
    margin-left: -3rem;
  }
}
@media (max-width: 36em) {
  .logo {
    margin-left: -3rem;
  }
}

.logo:hover {
  opacity: 0.75;
}

.nav__list-item {
  list-style-type: none;
  display: block;
  float: left;
  margin: 3rem 1rem;
}
@media (max-width: 885px) {
  .nav__list-item {
    margin: 3rem 0.5rem;
  }
}

@media (max-width: 48em) {
  .nav__list-item__mobile-hidden {
    display: none;
  }
}
.nav__list-item--menu {
  float: right;
  font-size: 3rem;
  margin-top: 1.5rem;
}

.navigation__list-item-link {
  color: white;
  text-decoration: none;
  padding: 1rem 0.5rem;
  transition: all 0.3s;
  text-shadow: 0 0 10px black;
}

.navigation__list-item-link:hover {
  border-bottom: 0.2rem solid #4747fa;
}

.nav__list-item--menu .navigation__list-item-link:hover {
  border-bottom: none;
  color: #4747fa;
}

.navigation {
  background-color: transparent;
  height: 7.2rem;
}

.navigation__second {
  z-index: 1000000;
  width: 100%;
  position: fixed;
  background-color: #011c25;
  height: 7.2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  margin-top: -0.4rem;
}

.navigation__onscroll {
  z-index: 1000000;
  width: 100%;
  position: fixed;
  background-color: #011c25;
  height: 7.2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  margin-top: -0.4rem;
  animation: fadeInFromNone 0.5s ease-in-out;
}
@media (max-width: 36em) {
  .navigation__onscroll {
    height: 7.1rem;
    margin-top: -0.5rem;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 1;
    transform: translateY(-100%);
  }
  1% {
    display: block;
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background-color: #407682;
  padding: 3rem 2rem 0.5rem 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer__logo {
  width: 25rem;
}
@media (max-width: 36em) {
  .footer__logo {
    width: 20rem;
  }
}

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 2rem;
  border-bottom: 0.175rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 930px) {
  .footer__container {
    flex-direction: column-reverse;
  }
}

.footer__text-column {
  flex: 0 0 auto;
  margin-right: 5rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 48em) {
  .footer__text-column {
    order: 2;
    margin-right: 0rem;
  }
}

.footer__logo-column {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 48em) {
  .footer__logo-column {
    order: 1;
    justify-content: start;
    padding-bottom: 2rem;
  }
}

.footer__heading {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
  max-width: 25rem;
  line-height: 1.1em;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.footer__paragraph {
  color: white;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-shadow: none;
}

.footer__contact-item {
  position: relative;
  margin-bottom: 0.75rem;
}

.footer__contact-item-icon {
  position: relative;
  z-index: 2;
  background-color: rgb(20, 20, 118);
  height: 4rem;
  width: 4rem;
  text-align: center;
  border-radius: 100000px;
  font-size: 2.5rem;
  color: #407682;
}
.footer__contact-item-icon--phone {
  line-height: 3.9rem;
}

.footer__contact-item-link {
  position: absolute;
  z-index: 1;
  left: 2.2rem;
  top: 0.25rem;
  white-space: nowrap;
  background-color: #60a2b1;
  text-decoration: none;
  color: white;
  padding: 1rem 2rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 19rem;
  text-align: center;
  overflow: hidden;
}
.footer__contact-item-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(-100% - 5rem);
  width: calc(100% + 5rem);
  bottom: 0;
  background-image: linear-gradient(-45deg, transparent 2.82rem, #4747fa 2.82rem);
  background-position: right center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.footer__contact-item-link:hover::after {
  transform: translate(100%, 0);
}

.footer__logo-container {
  font-size: 1rem;
  padding: 0.05em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 62em) {
  .footer__logo-container {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .footer__logo-container {
    font-size: 1rem;
  }
}

.footer__logo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1em;
  border-radius: 1000000px;
}

.footer__footer-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
}

.footer__footer {
  color: white;
}

.footer__footer-link {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  transition: color 0.25s ease-in-out;
}
.footer__footer-link:hover {
  color: rgba(46, 46, 46, 0.75);
}
@media (max-width: 36em) {
  .footer__footer-link {
    padding: 0.5rem 0.5rem;
  }
}

.sidenav__opened {
  display: none;
}

.sidenav {
  display: block;
  position: fixed;
  z-index: 150000000;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  transition: width 0s linear 1s, height 0s linear 1s;
  /*
  pointer-events: none;
  .sidenav__opened:checked ~ & {
      pointer-events: all;
  }
  */
}
.sidenav__opened:checked ~ .sidenav {
  transition: width 0s linear 0s, height 0s linear 0s;
  width: 100%;
  height: 100%;
}

.sidenav__background {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.sidenav__opened:checked ~ .sidenav .sidenav__background {
  opacity: 1;
}

.sidenav__container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20rem;
  max-width: 100vw;
  background-color: rgb(235, 235, 235);
  box-shadow: 0 0 1rem black;
  transform: translate(calc(100% + 1rem), 0);
  will-change: transform;
  transition: transform 1s ease-in-out;
}
.sidenav__opened:checked ~ .sidenav .sidenav__container {
  transform: translate(0, 0);
}

.sidenav__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  cursor: pointer;
  color: transparent;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 10000px;
  background-image: linear-gradient(-45deg, transparent 44%, black 45%, black 55%, transparent 56%), linear-gradient(45deg, transparent 44%, black 45%, black 55%, transparent 56%);
}

.sidenav__nav {
  margin-top: 3.75rem;
  list-style-type: none;
  border-top: 0.0625rem solid rgb(210, 210, 210);
  padding: 0;
}

.sidenav__nav-link {
  font-size: 1.25rem;
  padding: 0.5rem 1.5rem;
  display: block;
  color: #26464d;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 0.0625rem solid rgb(210, 210, 210);
  background-color: rgb(235, 235, 235);
  transition: color 0.25s ease-in-out, font-weight 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.sidenav__nav-link:hover {
  background-color: white;
  color: #4747fa;
  font-weight: 500;
}

#popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: none;
  z-index: 10000000000000000000;
}

#overlay {
  background-color: white;
  background-image: linear-gradient(110deg, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 100%), url(../images/webdesign.webp);
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
  width: 40rem;
  height: 20rem;
  position: relative;
  left: calc(50% - 20rem);
  top: calc(50% - 10rem);
  animation: fadeIn 1s ease-in-out;
  border-radius: 0.2rem;
}
@media (max-width: 48em) {
  #overlay {
    width: auto;
    left: auto;
    background-image: linear-gradient(110deg, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 100%), url(../images/webdesign.webp);
  }
}
@media (max-width: 36em) {
  #overlay {
    background-image: linear-gradient(110deg, transparent 0%, transparent 0%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../images/webdesign.webp);
  }
}
#overlay::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.3rem;
  background-color: #4747fa;
}

.overlay__text-container {
  width: 22rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
}

.overlay__button {
  text-decoration: none;
  color: black;
  font-weight: 600;
  background-color: #4747fa;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  transition: 0.3s;
}
.overlay__button:hover {
  background-color: #a3a3fd;
}

.overlay__right {
  font-size: 0.7rem;
  display: block;
  margin-bottom: 2rem;
}

.underline {
  border-bottom: 2px solid #4747fa;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-100%);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
#close {
  position: absolute;
  right: 0.5rem;
  top: 0rem;
  padding: 0.5rem;
  font-size: 2rem;
  cursor: pointer;
  line-height: 2rem;
}

.icon {
  fill: currentColor;
  width: 1em;
  vertical-align: middle;
  position: relative;
}

.icon--margin {
  margin-bottom: 0.3rem;
}

.button {
  display: inline-block;
  border: 0.125rem solid currentColor;
  border-radius: 1000000rem;
  padding: 1rem 3rem;
  text-decoration: none;
  color: #4747fa;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.button:hover {
  color: #9191fc;
}

.button__middle {
  margin: 0 auto;
}

.button--background-blur {
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
}

.button--white {
  color: white;
  text-shadow: 0 0 0.1rem black;
  box-shadow: 0 0 0.125rem black;
}
.button--white:hover {
  color: rgb(220, 220, 220);
}

.button--secondary {
  background-color: #26464d;
  border-color: #26464d;
  color: white;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.7rem 1.2rem;
}
.button--secondary:hover {
  color: white;
  background-color: #011c25;
  border-color: #011c25;
}

.button--form {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  color: black;
  background-color: #4747fa;
  border: 0.125rem solid #4747fa;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
}
.button--form:hover {
  color: rgb(50, 50, 50);
}

.button--background-blur {
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
}

.button--white {
  color: white;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
}
.button--white:hover {
  color: rgb(230, 230, 230);
}

.button--secondary {
  color: white;
  background-color: #26464d;
  border: 0.125rem solid #26464d;
}
.button--secondary:hover {
  color: white;
  background-color: #011c25;
  border: 0.125rem solid #011c25;
}

.button--slim {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 36em) {
  .first__button {
    margin: 0 auto;
  }
}

.form__horizontal {
  display: flex;
  flex-wrap: wrap;
}

.form__group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form__horizontal > .form__group {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.form__input {
  background-color: transparent;
  border: 0.125rem solid rgb(20, 20, 118);
  padding: 0.75rem 1rem;
  color: rgb(20, 20, 118);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border-radius: 10000px;
  font-size: 1rem;
  width: 12.5rem;
  font-family: inherit;
}
.form__input:focus {
  outline: none;
}
.form__input::-moz-placeholder {
  color: transparent;
  text-shadow: none;
}
.form__input::placeholder {
  color: transparent;
  text-shadow: none;
}

.form__label {
  position: absolute;
  top: 0.125rem;
  left: 0;
  font-size: 1rem;
  margin: 0.75rem 1rem;
  color: rgb(20, 20, 118);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  transform-origin: 0% 50%;
  transform: scale(1) translate(0, 0);
  will-change: transform;
  transition: transform 0.25s ease-in-out;
}
.form__input[placeholder]:not(:-moz-placeholder-shown) ~ .form__label {
  transform: scale(0.75) translate(0.4rem, 2.7rem);
}
.form__input:focus ~ .form__label, .form__input[placeholder]:not(:placeholder-shown) ~ .form__label {
  transform: scale(0.75) translate(0.4rem, 2.7rem);
}

.form__radio-item-radio {
  display: inline-block;
  position: relative;
  top: -0.125rem;
}

.form__radio-item-label {
  display: inline-block;
  padding-left: 0.25rem;
  color: rgb(20, 20, 118);
  font-size: 1rem;
  padding-top: 0.1rem;
  /*
  .form__radio-item-radio:checked ~ & {
      font-weight: bold;
  }
  */
}

.form__radio-item--white .form__radio-item-radio {
  display: none;
}
.form__radio-item--white .form__radio-item-label::before {
  content: "";
  position: relative;
  top: 0.25em;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 0.175em solid white;
  border-radius: 100000px;
  margin-right: 0.5em;
  background-image: radial-gradient(circle at center center, white 49%, transparent 50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 0;
  transition: background-size 0.2s ease-in-out;
}
.form__radio-item--white .form__radio-item-radio:checked ~ .form__radio-item-label::before {
  background-size: 100% 100%;
}

.motivation {
  margin-top: 4rem;
  padding-bottom: 3rem;
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 1rem;
}
.motivation::after {
  content: "";
  display: block;
  clear: both;
}

.motivation__row-first {
  float: left;
  width: 33.33%;
  padding-top: 5rem;
}
@media (max-width: 62em) {
  .motivation__row-first {
    width: 50%;
    padding-top: 0rem;
  }
}
@media (max-width: 48em) {
  .motivation__row-first {
    width: 100%;
    float: none;
  }
}

.motivation__row-second {
  float: left;
  width: 66.66%;
  position: relative;
  height: clamp(10rem, 30vw + 10rem, 40rem);
}
@media (max-width: 62em) {
  .motivation__row-second {
    width: 50%;
    height: clamp(10rem, 25vw + 10rem, 36rem);
    margin-top: 1rem;
  }
}
@media (max-width: 48em) {
  .motivation__row-second {
    width: 90%;
    float: none;
    margin-top: 3rem;
    height: clamp(10rem, 45vw + 12rem, 35rem);
  }
}
@media (max-width: 36em) {
  .motivation__row-second {
    width: 100%;
  }
}

.motivation__header {
  font-size: 2rem;
  letter-spacing: 0.05rem;
  color: #26464d;
  font-weight: 500;
}

.motivation__header::before {
  content: "";
  display: block;
  margin-bottom: 1rem;
  width: 3rem;
  height: 3px;
  background-color: #407682;
}

.motivation__sub-header {
  letter-spacing: 0.05rem;
  color: #26464d;
}

/**
* @param top in rem
* @param left in %
*/
.motivation__image {
  width: 50%;
  position: absolute;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  filter: grayscale(20%);
  transition: filter ease-in-out 0.2s, transform ease-in-out 0.2s;
  transform: scale(1);
}
.motivation__image--first {
  width: 80%;
  left: 20%;
  top: 0rem;
  z-index: 1;
  top: 0rem;
  left: 20%;
}
.motivation__image--first:hover {
  top: -0.66rem;
  left: calc(20% - 0.66rem);
  z-index: 4;
}
.motivation__image--second {
  width: 35%;
  z-index: 2;
  top: 10rem;
  left: 10%;
}
.motivation__image--second:hover {
  top: 9.34rem;
  left: calc(10% - 0.66rem);
  z-index: 4;
}
.motivation__image--third {
  width: 45%;
  z-index: 3;
  top: 7rem;
  left: 40%;
}
.motivation__image--third:hover {
  top: 6.34rem;
  left: calc(40% - 0.66rem);
  z-index: 4;
}
.motivation__image:hover {
  border: 0.33rem solid #4747fa;
  padding: 0.33rem;
  filter: grayscale(0%);
  transform: scale(1.025);
}

.offer {
  position: relative;
  background-color: #011c25;
  padding-bottom: 9rem;
  margin-top: 2rem;
}

.offer::before,
.offer::after {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  content: "Alles an einem Ort";
  text-transform: uppercase;
  color: #011c25;
  font-size: min(6.25vw, 10rem);
  text-shadow: 0 0 1px white;
  overflow: hidden;
  white-space: nowrap;
}

@supports (-webkit-text-stroke: 2px rgba(255, 255, 255, 0.25)) {
  .offer::before {
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.25);
    text-shadow: none;
  }
  .offer::after {
    text-shadow: none;
  }
}
.offer__container {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 1rem;
}
.offer__container::after {
  content: "";
  display: block;
  clear: both;
}

.offer__header {
  text-align: center;
  color: white;
  padding-top: 3rem;
  padding-bottom: 2rem;
  letter-spacing: 0.4rem;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  z-index: 1;
}

.offer__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.offer__card {
  flex: 0 0 14.2rem;
  position: relative;
  height: 21rem;
  overflow: hidden;
  box-shadow: 0 0 1rem transparent;
  margin-top: 3rem;
  transform: scale(1);
  transition: 0.3s ease-in-out, z-index 0.3s linear, box-shadow 0.3s ease-in-out;
  z-index: 0;
}
.offer__card:hover {
  transform: scale(1.1);
  box-shadow: 0 0 1rem black;
  transition: 0.3s ease-in-out, z-index 0s linear, box-shadow 0.3s ease-in-out;
  z-index: 10000;
}

.offer__card-icon-background {
  background-color: #4747fa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3.2rem;
  box-shadow: 0 0 0.25rem black;
  transform: translate(calc(-100% + 3rem), 0);
  transition: 0.3s ease-in-out;
}
.offer__card:hover .offer__card-icon-background {
  transform: translate(0, 0);
}

.offer__card-icon-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.3s ease-in-out;
}
.offer__card:hover .offer__card-icon-container {
  transform: translate(calc(50% - 1.7rem), 0);
}

.offer__card-icon {
  position: absolute;
  z-index: 1;
  width: 3rem;
  padding: 0.3rem 0.2rem;
  display: block;
  color: white;
}

.offer__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.offer__card-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: white;
  padding: 2rem 1rem 0 1rem;
  text-shadow: 0 0 0.125rem black;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 25%);
  transform: translate(0, calc(100% - 5.5rem));
  transition: 0.3s ease-in-out;
}
.offer__card:hover .offer__card-content {
  transform: translate(0, 0);
}

.offer__card-heading {
  font-size: 1.1rem;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.offer__card-subheading {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.offer__card-desc {
  font-size: 1rem;
  background-image: linear-gradient(90deg, #4747fa 60%, transparent 60%);
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100% 0.125rem;
  padding-top: 0.5rem;
  margin: 0;
  margin-bottom: 1rem;
}

.story {
  position: relative;
  overflow: hidden;
}

.story__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  /* bei Bugs aktivieren */
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) and ((-o-object-position: center center) or (object-position: center center)) {
  .story__video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.story__video-layer {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(38, 70, 77, 0.5);
}

.story__container {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 1rem;
}
.story__container::after {
  content: "";
  display: block;
  clear: both;
}

.story__header {
  text-align: center;
  color: white;
  padding-top: 4rem;
  padding-bottom: 4rem;
  letter-spacing: 0.4rem;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  z-index: 1;
  text-shadow: 0 0 0.1rem black;
}

.story__desc {
  max-width: 40rem;
  margin: 0 auto;
  color: white;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-rule: 2px solid rgba(255, 255, 255, 0.5);
       column-rule: 2px solid rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 0.1rem black;
  text-align: justify;
}
.story__desc p {
  margin: 0;
}
@media (max-width: 48em) {
  .story__desc {
    -moz-column-count: 1;
         column-count: 1;
    text-align: left;
  }
}

.story__book {
  text-align: center;
  padding: 4rem 0 4rem 0;
}

.story__text {
  line-height: 1.7rem;
}

.deals {
  background-color: rgb(240, 240, 240);
  min-height: 5rem;
}

.deals__container {
  margin-left: -0.66rem;
  margin-right: -0.66rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.deals__card-container {
  perspective: 50rem;
  width: calc(33.3333333333% - 1.32rem);
  margin: 1.32rem 0.66rem 0 0.66rem;
}
@media (max-width: 62em) {
  .deals__card-container {
    width: calc(50% - 1.32rem);
  }
}
@media (max-width: 48em) {
  .deals__card-container {
    width: calc(75% - 1.32rem);
  }
}
@media (max-width: 36em) {
  .deals__card-container {
    width: calc(100% - 1.32rem);
  }
}
.deals__card-container .deals__card {
  transition: transform 1s ease-in-out;
}
.deals__card-container:hover .deals__card {
  transform: rotateY(180deg);
}

.deals__card {
  min-height: 30rem;
  box-shadow: 0.5rem 0.5rem 2rem black;
  position: relative;
  transform-style: preserve-3d;
}

.deals__card-primary {
  background-color: white;
  padding: 0 0 1.5rem 0;
  border-left: 0.0625rem solid rgba(226, 226, 226, 0.8862745098);
  border-right: 0.0625rem solid rgba(226, 226, 226, 0.8862745098);
  border-top: 0.0625rem solid rgba(226, 226, 226, 0.8862745098);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(0deg);
}

.deals__card-primary::after {
  content: "";
  position: absolute;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: 0;
  background-color: #4747fa;
  height: 0.75rem;
  border-left: 0.0625rem solid #7474cd;
  border-right: 0.0625rem solid #7474cd;
}

.deals__image-container {
  position: relative;
  margin-top: -0.0625rem;
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
  background-color: #a3a3fd;
}
.deals__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(-4deg, white 14.9%, transparent 15.1%);
  background-repeat: no-repeat;
  background-position: center 100%;
}

.deals__image {
  width: 100%;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}

.deals__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.deals__content-heading {
  margin: 0;
  color: #26464d;
  font-size: 1.75rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deals__content-subheading {
  margin: 0.3rem 0 1.2rem 0;
  color: rgb(20, 20, 118);
  font-size: 1rem;
}

.deals__content-info {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.deals__content-info-pages, .deals__content-info-design {
  flex: 1 1 50%;
  margin: 1rem 0 1rem 0;
  text-align: center;
  font-size: 1rem;
  color: #26464d;
}

.deals__content-info-strich {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  max-height: 3rem;
  width: 1px;
}

.deals__content-price-container {
  margin-top: 1rem;
  font-size: 1rem;
  color: #26464d;
}

.deals__content-price {
  font-size: 2rem;
  color: #4747fa;
  display: block;
  margin-top: -0.3rem;
}

.deals__card-hover {
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  background-color: #4747fa;
  z-index: 2;
  background-image: linear-gradient(90deg, transparent calc(50% - 0.03125rem), white calc(50% - 0.03125rem), white calc(50% + 0.03125rem), transparent calc(50% + 0.03125rem)), linear-gradient(135deg, #4747fa 0%, #a3a3fd 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center center;
  background-size: 100% calc(50% - 4rem), 100% 100%;
  display: flex;
  opacity: 1;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.deals__card:hover .deals__card-hover {
  opacity: 1;
}

.gallery {
  padding-bottom: 1rem;
}

.gallery__container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 1rem;
}
.gallery__container::after {
  content: "";
  display: block;
  clear: both;
}

.gallery__heading {
  color: #26464d;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 2rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.gallery__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 75em) {
  .gallery__flex {
    justify-content: space-around;
  }
}
@media (max-width: 36em) {
  .gallery__flex {
    margin-bottom: 2rem;
  }
}

.gallery__box {
  width: 23rem;
  margin-bottom: 2rem;
}
@media (max-width: 75em) {
  .gallery__box {
    margin-bottom: 2rem;
  }
}

.gallery__image {
  width: 23rem;
  height: 23rem;
}

.gallery__linkbox strong {
  margin: 0 1rem;
  color: #26464d;
}

.gallery__box-link {
  text-decoration: none;
  color: #26464d;
  padding: 1rem 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.gallery__box-link:hover {
  color: #4747fa;
}

.gallery__box-heading-link {
  text-decoration: none;
  color: black;
}

.gallery__box-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 0 0.1rem 0;
  transition: all 0.3s ease-in-out;
}
.gallery__box-heading::after {
  content: "";
  display: block;
  background-color: #4747fa;
  width: auto;
  height: 0.15rem;
  opacity: 0;
}
.gallery__box-heading:hover::after {
  content: "";
  display: block;
  background-color: #4747fa;
  width: auto;
  height: 0.15rem;
  opacity: 1;
  animation: fadein 0.3s ease-in-out;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
.about {
  background-color: #011c25;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.about__slideshow {
  position: relative;
}

.about__img {
  width: 32rem;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  border-radius: 1000000px;
  /* clip-path: circle(50% at 50% 50%); */
  shape-outside: circle(50% at 50% 50%);
  margin-right: 2rem;
}
@media (max-width: 75em) {
  .about__img {
    width: 28.8rem;
    height: 28.8rem;
  }
}
@media (max-width: 62em) {
  .about__img {
    width: 25.6rem;
    height: 25.6rem;
  }
}
@media (max-width: 48em) {
  .about__img {
    width: 12.8rem;
    height: 12.8rem;
  }
}
@media (max-width: 36em) {
  .about__img {
    width: 9.6rem;
    height: 9.6rem;
  }
}

.about__img--slideshow {
  position: absolute;
  top: 0;
  left: 0;
}

.about__img--slideshow-3 {
  animation-name: animation-about__img--slideshow-3;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes animation-about__img--slideshow-3 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about__img--slideshow-2 {
  animation-name: animation-about__img--slideshow-2;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes animation-about__img--slideshow-2 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.about__img--slideshow-1 {
  animation-name: animation-about__img--slideshow-1;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes animation-about__img--slideshow-1 {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.about__heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: #4747fa;
}

.about__text {
  padding-top: 2.5rem;
  color: white;
}
.about__text::before {
  content: "";
  display: inline-block;
  height: 0.25rem;
  width: 4rem;
  margin-left: 1rem;
  background-color: #4747fa;
}
@media (max-width: 75em) {
  .about__text {
    padding-top: 0.5rem;
  }
}

.about__paragraph {
  font-weight: 300;
  margin-bottom: 1rem;
}

.about__quote {
  font-style: italic;
}
.about__quote::before {
  content: "„";
}
.about__quote::after {
  content: "“";
}

.booking-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 20000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
}
.booking-modal:target {
  display: flex;
}
.booking-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation-name: booking-modal--fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
@supports ((-webkit-backdrop-filter: blur(4rem)) or (backdrop-filter: blur(4rem))) {
  .booking-modal::before {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(4rem);
            backdrop-filter: blur(4rem);
  }
}

@keyframes booking-modal--fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.booking-modal__content {
  position: relative;
  width: 45rem;
  height: 25rem;
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
  border-radius: 0.25rem;
  padding-left: calc(min(100vw, 45rem) * 0.375);
  background-image: linear-gradient(95.7391704773deg, transparent 33%, rgba(64, 118, 130, 0.85) 33.15%), linear-gradient(90deg, transparent 33%, rgba(255, 255, 255, 0.5) 100%), url("../images/webdesign.webp");
  background-color: rgb(127, 127, 127);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center center, center center, center 30%;
  background-size: auto, auto, cover;
  box-shadow: 0 0 1rem black;
  animation-name: booking-modal__content--fade-in;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}
@media (max-width: 36em) {
  .booking-modal__content {
    height: 30rem;
    padding-left: 1rem;
    background-color: #407682;
    background-image: none;
  }
}

@keyframes booking-modal__content--fade-in {
  0% {
    transform: translate(0, calc(-50vh - 50%));
  }
  100% {
    transform: translate(0, 0);
  }
}
.booking-modal__close {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  color: transparent;
  border-radius: 100000px;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(-45deg, transparent 44%, rgb(20, 20, 118) 45%, rgb(20, 20, 118) 55%, transparent 56%), linear-gradient(45deg, transparent 44%, rgb(20, 20, 118) 45%, rgb(20, 20, 118) 55%, transparent 56%);
}
.booking-modal__close:hover {
  opacity: 0.8;
}

.booking-modal__heading {
  padding-top: 3rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.booking-modal__submit-container {
  text-align: right;
  margin-right: 1.5rem;
  margin-top: 1rem;
}

.booking-modal__paragraph {
  font-weight: 250;
  margin-bottom: 1rem;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.box {
  transition: all 2s ease-out;
  transform: translateY(25%);
  opacity: 0;
}
@media (max-width: 48em) {
  .box {
    transform: translateY(25%);
    transition: 1.5s;
    opacity: 0;
  }
}

.box.show {
  transform: translateY(0);
  opacity: 1;
}

.question {
  margin-bottom: 5rem;
}

.question__flex {
  display: flex;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 48em) {
  .question__flex {
    flex-direction: column;
  }
}

.question__questions {
  width: 30%;
  height: 20rem;
  position: sticky;
  top: 7rem;
}
@media (max-width: 48em) {
  .question__questions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: unset;
    height: auto;
  }
}

.faq__image {
  width: 100%;
}

.active {
  background-color: #4747fa;
}

.question__response {
  width: 70%;
  margin-left: 1rem;
}
@media (max-width: 48em) {
  .question__response {
    width: 100%;
    margin-left: 0;
  }
}

.question__heading {
  margin-left: 0.2rem;
  font-weight: 300;
}

.question__link {
  text-decoration: none;
  color: #26464d;
  width: calc(100% - 1rem);
  display: block;
  background-color: rgb(241, 240, 240);
  margin: 0.2rem 0;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
  border-radius: 0.1rem;
}
.question__link:hover {
  transform: scale(1.01);
  background-color: #a3a3fd;
}
@media (max-width: 48em) {
  .question__link {
    width: 100%;
  }
}

.question__link_active {
  text-decoration: none;
  color: #26464d;
  width: calc(100% - 1rem);
  display: block;
  background-color: #a3a3fd;
  margin: 0.2rem 0;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
  border-radius: 0.1rem;
}
.question__link_active:hover {
  transform: scale(1.01);
  color: rgb(20, 20, 118);
  background-color: #4747fa;
}
@media (max-width: 48em) {
  .question__link_active {
    width: 100%;
  }
}

.question__response-box {
  background-color: rgb(250, 250, 250);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.question__response-box:hover {
  transform: scale(1.003);
}
@media (max-width: 48em) {
  .question__response-box {
    margin: 1rem 0;
  }
}

.question__response-heading {
  font-weight: 500;
  color: #26464d;
  padding: 1rem 1rem;
}

.question__response-subheading {
  color: #26464d;
  padding: 0rem 1rem 1rem 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.link {
  text-decoration: none;
  color: black;
  transition: all 0.2s ease-in-out;
}

.service {
  padding: 5rem 0;
}
@media (max-width: 75em) {
  .service {
    padding: 1rem 0;
  }
}

.service__text-box {
  width: 30rem;
  margin: 0;
  display: inline-block;
}
@media (max-width: 36em) {
  .service__text-box {
    width: auto;
  }
}

.topic {
  color: #4747fa;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.topic::after {
  content: "";
  background-color: #4747fa;
  width: 5rem;
  height: 0.1rem;
  display: block;
  margin-top: 0.5rem;
}

.service__heading {
  font-weight: 500;
}

.service__text {
  line-height: 1.5rem;
}

.service__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
@media (max-width: 75em) {
  .service__flex {
    justify-content: space-around;
  }
}

.service__box {
  width: 20rem;
  height: auto;
  padding: 2rem 0;
  height: 20rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1rem 0rem;
  background-color: rgb(245, 245, 245);
  border-radius: 0.3rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.service__box:hover {
  background-color: #a3a3fd;
  color: white;
}

.service__box-seo {
  height: 23rem;
}

.service__box:hover .link {
  color: white;
  transition: all 0.2s ease-in-out;
}

.service__svg {
  width: 3rem;
  height: 3rem;
}

.service__box-heading {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}

.service__box-text {
  text-align: center;
  font-weight: 500;
  margin: 0rem 1rem;
}

.template {
  padding: 5rem 0;
}

.template__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 62em) {
  .template__flex {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.new {
  flex-direction: row-reverse;
  gap: 3rem;
}
@media (max-width: 62em) {
  .new {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.image__box {
  margin-top: 5rem;
}
@media (max-width: 62em) {
  .image__box {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
}

.template__box {
  width: 50%;
  position: relative;
}
@media (max-width: 62em) {
  .template__box {
    width: 100%;
  }
}

.template__image {
  width: 80%;
  border-radius: 0.1rem;
}
@media (max-width: 62em) {
  .template__image {
    margin: 0 auto;
    display: block;
  }
}

.template__box-text {
  background-color: #4747fa;
  color: white;
  width: 20rem;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1rem 1rem;
  position: absolute;
  bottom: 0rem;
  right: 3rem;
  border-radius: 0.1rem;
  text-align: center;
}
@media (max-width: 75em) {
  .template__box-text {
    bottom: 5rem;
  }
}
@media (max-width: 62em) {
  .template__box-text {
    display: none;
  }
}

.template__box-text-new {
  color: white;
  background-color: #4747fa;
  width: 20rem;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1rem 1rem;
  position: absolute;
  bottom: 12rem;
  right: 3rem;
  border-radius: 0.1rem;
  text-align: center;
}
@media (max-width: 75em) {
  .template__box-text-new {
    bottom: 18rem;
  }
}
@media (max-width: 1022px) {
  .template__box-text-new {
    bottom: 22rem;
  }
}
@media (max-width: 62em) {
  .template__box-text-new {
    display: none;
  }
}

.template__heading {
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.template__text {
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
}

.marb {
  margin-bottom: 5rem;
}

.row {
  padding: 3rem 0;
}

.topic__middle {
  text-align: center;
}
.topic__middle::after {
  margin: 0.5rem auto 0 auto;
  height: 2px;
}

.row__heading {
  font-weight: 500;
  font-size: 2rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.row__text {
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
}

.row__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.row__box {
  width: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(245, 245, 245);
  border-radius: 0.3rem;
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.row__box:hover {
  background-color: #a3a3fd;
  color: white;
}

.row__box-new {
  width: 23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(245, 245, 245);
  border-radius: 0.3rem;
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.row__box-new:hover {
  background-color: #a3a3fd;
  color: white;
}

.row__box:hover .row__box-heading::after {
  background-color: #4747fa;
}

.row__box-new:hover .row__box-heading::after {
  background-color: #4747fa;
}

.row__number {
  font-weight: 700;
  font-size: 1.3rem;
  color: #4747fa;
}

.row__box-heading {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}
.row__box-heading::after {
  content: "";
  display: block;
  margin: 1rem auto 0 auto;
  width: 15rem;
  height: 0.1rem;
  background-color: black;
}

.row__box-text {
  text-align: center;
  line-height: 1.4rem;
  letter-spacing: 0.05rem;
  padding: 0rem 0.5rem 1rem 0.5rem;
}

.row__flex-second {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 75em) {
  .row__flex-second {
    justify-content: space-around;
  }
}

.box-second {
  width: 32rem;
  display: flex;
  margin: 2rem 0rem;
  border-bottom: 1px solid rgb(170, 170, 170);
}
@media (max-width: 36em) {
  .box-second {
    width: auto;
  }
}

.link__second {
  text-decoration: none;
  color: black;
  display: block;
}

.row__box-heading-second {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0;
  position: relative;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.box-second:hover .heading__svg {
  rotate: 45deg;
}

.heading__svg {
  position: absolute;
  height: 2rem;
  transition: all 0.3s ease-in-out;
}

.row__box-text-second {
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.row__box-image {
  width: 32rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 36em) {
  .row__box-image {
    width: 20rem;
  }
}

.problem {
  padding: 3rem 0 3rem 0;
  background-color: #011c25;
  color: white;
}
@media (max-width: 75em) {
  .problem {
    padding: 1rem 0;
  }
}
@media (max-width: 48em) {
  .problem {
    padding: 3rem 0;
  }
}

.problem__heading {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}

.problem__subheading {
  text-align: center;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.problems__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  color: black;
  margin-bottom: 2rem;
}
@media (max-width: 48em) {
  .problems__flex {
    margin-bottom: 0;
  }
}

.problems__box {
  width: 23rem;
  background-color: rgb(245, 245, 245);
  padding: 1rem;
  border-radius: 0.3rem;
  border: 0.5px solid #4747fa;
}
@media (max-width: 75em) {
  .problems__box {
    margin-bottom: 2rem;
  }
}

.problem__icon {
  width: 4rem;
  display: block;
  margin: 1rem auto;
}

.problem__box-heading {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}

.problem__text {
  text-align: center;
  margin: 1rem 1rem;
  line-height: 1.4rem;
}

.problem__info {
  margin: 0rem 0.7rem;
  color: black;
  background: rgb(245, 245, 245);
  background: linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 60%, rgba(245, 245, 245, 0) 100%, rgba(245, 245, 245, 0) 100%), url(../images/problem.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%, 100% 50%;
  background-size: cover, contain;
  border-radius: 0.3rem;
  padding: 1rem 3rem;
}
@media (max-width: 48em) {
  .problem__info {
    background: rgb(245, 245, 245);
    background: linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 100%, rgba(245, 245, 245, 0) 100%, rgba(245, 245, 245, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    padding: 1rem;
    margin: 0;
  }
}

.problem__info-box {
  width: 35rem;
}
@media (max-width: 48em) {
  .problem__info-box {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.problem__info-heading {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.problem__info-text {
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}

.problem__button {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.ablauf__box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background: rgb(71, 71, 250);
  background-image: linear-gradient(90deg, rgba(71, 71, 250, 0.8) 100%, rgba(71, 71, 250, 0.8) 100%), url(../images/background.webp);
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid rgb(100, 100, 100);
  margin-bottom: 2rem;
}
@media (max-width: 48em) {
  .ablauf__box {
    flex-direction: column;
  }
}

.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 48em) {
  .reverse {
    flex-direction: column;
  }
}

.ablauf__box-one {
  width: 50%;
  text-align: center;
}
@media (max-width: 48em) {
  .ablauf__box-one {
    width: 100%;
  }
}

.ablauf__box-two {
  width: 50%;
}
@media (max-width: 48em) {
  .ablauf__box-two {
    width: 100%;
  }
}

.ablauf__box-image {
  width: 20rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 36em) {
  .ablauf__box-image {
    width: 17rem;
  }
}

.ablauf__punkt {
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
}
.ablauf__punkt::after {
  content: "";
  display: block;
  width: 15rem;
  height: 0.5rem;
  background-color: rgba(71, 71, 250, 0.7294117647);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translate(-50%);
}
@media (max-width: 400px) {
  .ablauf__punkt::after {
    width: 7rem;
    border-radius: 0.5rem;
  }
}

.ablauf__text {
  line-height: 1.5rem;
}

.termin__heading {
  text-align: center;
  font-size: 2rem;
}
.termin__heading::after {
  content: "";
  width: 10rem;
  height: 0.15rem;
  background-color: #4747fa;
  display: block;
  margin: 0 auto;
}
@media (max-width: 75em) {
  .termin__heading {
    margin: 0 0.5rem 2rem 0.5rem;
  }
}

.termin__subheading {
  text-align: center;
  letter-spacing: 0.05rem;
}
@media (max-width: 75em) {
  .termin__subheading {
    margin: 0 0.5rem;
  }
}

.termin__booking {
  height: auto;
  min-height: 20rem;
  margin-bottom: 5rem;
  margin-top: 5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: rgb(245, 245, 245);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.termin__booking::after {
  content: "";
  background-color: rgb(255, 255, 255);
  height: 3.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}/*# sourceMappingURL=main.css.map */