@charset "UTF-8";
/** 1200px oder größer */
/** 1200px oder schmaler */
/** 992px oder schmaler */
/** 768px oder schmaler */
/** 576px oder schmaler */
/** Breakpoints */
.skip-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.skip-link {
  position: absolute;
  left: 10px;
  top: -100px;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  border: 2px solid #fff;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  clip-path: inset(50%);
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.skip-link:focus, .skip-link:active {
  top: 10px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  clip-path: none;
  overflow: visible;
  width: auto;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.skip-link:nth-child(2) {
  left: 200px;
}
.skip-link:nth-child(3) {
  left: 390px;
}
.skip-link:nth-child(4) {
  left: 580px;
}
@media (max-width: 768px) {
  .skip-link:nth-child(2) {
    left: 10px;
    top: -140px;
  }
  .skip-link:nth-child(3) {
    left: 10px;
    top: -180px;
  }
  .skip-link:nth-child(4) {
    left: 10px;
    top: -220px;
  }
  .skip-link:focus:nth-child(2), .skip-link:active:nth-child(2) {
    top: 50px;
  }
  .skip-link:focus:nth-child(3), .skip-link:active:nth-child(3) {
    top: 90px;
  }
  .skip-link:focus:nth-child(4), .skip-link:active:nth-child(4) {
    top: 130px;
  }
}

*:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-contrast: high) {
  body {
    background: #fff;
    color: #000;
  }
  .header {
    background: #000;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 48em) {
  .navigation__list-item-link,
  .footer__nav__list-link,
  button {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Manrope", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  scroll-behavior: smooth;
}
@media (max-width: 48em) {
  html {
    font-size: 87.5%;
  }
}

body {
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
@media (max-width: 75em) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 62em) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 48em) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 36em) {
  .container {
    padding: 0 0.5rem;
  }
}
.container::after {
  display: block;
  clear: both;
  content: "";
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: 700;
}

p {
  margin-bottom: 1em;
  max-width: 70ch;
}

a {
  color: #58707d;
  text-decoration: underline;
}
a:hover, a:focus {
  color: rgb(70.4, 89.6, 100);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
}

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

.navigation__list-item {
  list-style: none;
  display: block;
  float: left;
}
.navigation__list-item-link {
  cursor: pointer;
  color: rgb(70.4, 89.6, 100);
  text-decoration: none;
  padding: 0.5rem 0.25rem 0.25rem 0.25rem;
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
  display: block;
}
.navigation__list-item-link--logo {
  margin-top: 1.5rem;
  margin-left: 0;
}
.navigation__list-item--menu .navigation__list-item {
  margin-top: 0.2rem;
  margin-right: 0;
  padding-right: 0;
}
.navigation__list-item--menu .navigation__list-item:hover {
  border-bottom: none;
  color: rgb(200, 200, 200);
}
.navigation__list-item--menu {
  float: right;
  font-size: 2.5rem;
}
.navigation__list-item-logoimage {
  vertical-align: middle;
}

.navigation__list-item--button {
  float: right;
  font-size: 2.5rem;
}
@media (max-width: 48em) {
  .navigation__list-item--button {
    float: left;
  }
}
@media (max-width: 599px) {
  .navigation__list-item--button {
    float: left;
  }
}
.navigation__list-item--button .navigation__list-item-link {
  margin-top: 0.9rem;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 48em) {
  .navigation__list-item--button .navigation__list-item-link {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .navigation__list-item--button .navigation__list-item-link {
    margin-left: 0;
  }
}
.navigation__list-item--button .navigation__list-item-link:hover {
  border-bottom: none;
  color: rgb(200, 200, 200);
}

@media (min-width: 48em) {
  .navigation__list-item--menu {
    display: none;
  }
}
.navigation__list-item--menu .navigation__list-item-link {
  margin-top: 1rem;
  margin-right: 0;
}
.navigation__list-item--menu .navigation__list-item-link:hover {
  border-bottom: none;
  color: rgb(200, 200, 200);
}

@media (max-width: 48em) {
  .navigation__list-item--mobile-hidden {
    display: none;
  }
}

.navigation__list-item--logo .navigation__list-item-link:hover {
  border-bottom: none;
  color: rgb(200, 200, 200);
}

.appStoreButton {
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.075em;
}

.icon {
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.icon:not(.icon--no-position) {
  position: relative;
  top: -0.075em;
}

.sidenav__opened {
  display: none;
}

.sidenav {
  display: block;
  position: fixed;
  z-index: 15000;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  transition: width 0s linear 0.5s, height 0s linear 0.5s;
}
.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 0.5s ease-in-out;
}
.sidenav__opened:checked ~ .sidenav .sidenav__background {
  opacity: 1;
}

.sidenav__container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15rem;
  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 0.5s 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;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 10000px;
}

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

.sidenav__nav-link {
  font-size: 1.25rem;
  padding: 0.5rem 1.5rem;
  display: block;
  color: #806283;
  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: #58707d;
  font-weight: 500;
}

.footer {
  background-color: #58707d;
  padding: 3rem 0;
}

.footer__container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.footer__container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 599px) {
  .footer__container {
    padding: 0 1rem;
  }
}
.footer__container-top {
  display: flex;
  flex-direction: row;
}

.footer__text {
  flex: 0 0 70%;
}
@media (max-width: 48em) {
  .footer__text {
    flex: 0 0 100%;
  }
}

.footer__nav {
  flex: 0 0 30%;
}
@media (max-width: 48em) {
  .footer__nav {
    flex: 0 0 0%;
  }
}

.footer__heading {
  color: white;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  max-width: 80%;
  line-height: 1.2;
}
@media (max-width: 48em) {
  .footer__heading {
    max-width: 100%;
    text-align: center;
  }
}

.footer__paragraph {
  color: white;
  font-weight: 400;
  font-size: 1rem;
  padding: 1.5em 0 2em 0;
  letter-spacing: 0.1em;
}

.footer__mail {
  padding-top: 3em;
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 0rem;
}
.footer__mail::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 599px) {
  .footer__mail {
    padding: 0 1rem;
  }
}
@media (max-width: 48em) {
  .footer__mail {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.footer__byME {
  padding-top: 2em;
}
@media (max-width: 48em) {
  .footer__byME {
    padding-top: 7em;
  }
}

.footer__contact-item {
  position: relative;
}
@media (max-width: 48em) {
  .footer__contact-item {
    position: absolute;
  }
}

.footer__contact-item-logo {
  background-color: white;
  height: 4rem;
  width: 4rem;
  text-align: center;
  border-radius: 0.8rem;
  font-size: 2.6rem;
  color: white;
}
@media (max-width: 48em) {
  .footer__contact-item-logo {
    display: none;
  }
}

.footer__contact-item-logo-mobile {
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  text-align: center;
  border-radius: 0.8rem;
  font-size: 2.2rem;
  color: white;
}
@media (min-width: 48em) {
  .footer__contact-item-logo-mobile {
    display: none;
  }
}

.footer__contact-item-link-mobileHidden {
  position: absolute;
  top: 0px;
  left: 3rem;
  height: 4rem;
  background-color: white;
  text-decoration: none;
  font-weight: bold;
  color: rgb(70.4, 89.6, 100);
  padding: 1.2rem 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 48em) {
  .footer__contact-item-link-mobileHidden {
    display: none;
  }
}

.footer__contact-item-link-mobileVisible {
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  text-decoration: none;
  color: white;
  padding: 0.9rem 1.2rem;
  border-radius: 1rem;
}
@media (min-width: 48em) {
  .footer__contact-item-link-mobileVisible {
    display: none;
  }
}

.footer__nav__list {
  list-style: none;
  text-align: right;
  display: block;
  float: right;
}
.footer__nav__list-link {
  position: relative;
  color: white;
  text-decoration: none;
  border-bottom: 0.1rem solid transparent;
  padding: 0.5rem 0.25rem 0.25rem 0.25rem;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.footer__nav__list-link:hover {
  padding-bottom: 0.25rem;
}

.footer__mobileContainer {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.footer__mobileContainer::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 599px) {
  .footer__mobileContainer {
    padding: 0 1rem;
  }
}

.footer__nav__list-mobile {
  list-style: none;
}
@media (max-width: 48em) {
  .footer__nav__list-mobile {
    list-style: none;
    text-align: center;
    padding-top: 2em;
  }
  .footer__nav__list-mobile-link-mobile {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 0.1rem solid transparent;
    padding: 0.5rem 0.25rem 0.25rem 0.25rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .footer__nav__list-mobile-link-mobile:hover {
    padding-bottom: 0.25rem;
  }
}

@media (max-width: 48em) {
  .footer__nav__list-item--mobile-hidden {
    display: none;
  }
}

.footer__nav__list-item--mobile-visible {
  list-style: none;
}
@media (min-width: 48em) {
  .footer__nav__list-item--mobile-visible {
    display: none;
  }
}

.icon {
  fill: rgb(70.4, 89.6, 100);
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.075em;
}

.motivation {
  overflow: hidden;
  margin-top: 1.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 599px) {
  .motivation {
    padding-bottom: 1rem;
  }
}

.motivation__column-text {
  float: left;
  width: 40%;
}
@media (max-width: 75em) {
  .motivation__column-text {
    padding-right: 3rem;
  }
}
@media (max-width: 62em) {
  .motivation__column-text {
    padding-top: 0;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 48em) {
  .motivation__column-text {
    width: 100%;
    float: none;
    padding-bottom: 3rem;
  }
}

.motivation__column-images {
  float: left;
  width: 60%;
  position: relative;
  padding-left: 1rem;
  height: clamp(10rem, 35vw + 21rem, 39rem);
}
@media (max-width: 62em) {
  .motivation__column-images {
    width: 50%;
    height: clamp(10rem, 28vw + 21rem, 38rem);
    padding-left: 0rem;
  }
}
@media (max-width: 48em) {
  .motivation__column-images {
    width: 100%;
    height: clamp(10rem, 43vw + 21rem, 38rem);
    padding-left: 0rem;
  }
}
@media (max-width: 599px) {
  .motivation__column-images {
    width: 100%;
    height: clamp(10rem, 45vw + 11rem, 37rem);
    padding-left: 0rem;
  }
}

.motivation__image {
  width: 50%;
  position: absolute;
  box-sizing: content-box;
  transition: transform 1s;
}
.motivation__image:hover {
  transform: scale(1.1);
  z-index: 10;
}
.motivation__image--first {
  z-index: 4;
  width: 45%;
  top: 8rem;
  left: 38%;
}
@media (max-width: 75em) {
  .motivation__image--first {
    left: 43%;
    width: 50%;
    top: 9rem;
  }
}
@media (max-width: 62em) {
  .motivation__image--first {
    left: 44%;
    top: 13rem;
    width: 59%;
  }
}
@media (max-width: 48em) {
  .motivation__image--first {
    width: 45%;
    left: 35%;
    top: 5rem;
  }
}
@media (max-width: 599px) {
  .motivation__image--first {
    left: 39%;
    top: 3.3rem;
    width: 54%;
  }
}
.motivation__image--second {
  width: 39%;
  top: 9rem;
  left: 20%;
  z-index: 3;
}
@media (max-width: 75em) {
  .motivation__image--second {
    left: 20%;
    width: 40%;
    top: 11rem;
  }
}
@media (max-width: 62em) {
  .motivation__image--second {
    top: 15rem;
    left: 25%;
    width: 45%;
  }
}
@media (max-width: 48em) {
  .motivation__image--second {
    top: 6rem;
    left: 18%;
    width: 38%;
  }
}
@media (max-width: 599px) {
  .motivation__image--second {
    left: 18%;
    top: 4.5rem;
    width: 43%;
  }
}

.motivation__imageBackground {
  background-image: url("../images/elements 1-10.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  left: 65%;
  top: 25%;
  margin-top: 5%;
  position: relative;
  opacity: 0.1;
}
@media (max-width: 62em) {
  .motivation__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 50%;
    top: 40%;
  }
}
@media (max-width: 48em) {
  .motivation__imageBackground {
    margin-top: 0rem;
    width: 60%;
    left: 55%;
    top: 20%;
  }
}
@media (max-width: 599px) {
  .motivation__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 55%;
    top: 30%;
  }
}

.motivation__text-heading {
  margin-top: 4.5rem;
  font-weight: 200;
  font-size: 3rem;
}
@media (max-width: 48em) {
  .motivation__text-heading {
    font-size: 2rem;
    text-align: center;
    margin-top: 2rem;
  }
}
.motivation__text-heading::before {
  content: "";
  display: block;
  height: 0.2rem;
  width: 5rem;
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  margin-bottom: 0.6rem;
}
@media (max-width: 48em) {
  .motivation__text-heading::before {
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    display: none;
  }
}

.motivation__text-titel {
  margin-top: 5rem;
  font-weight: 400;
  font-size: 4.5rem;
}
@media (max-width: 48em) {
  .motivation__text-titel {
    font-size: 4rem;
    text-align: center;
    margin-top: 1rem;
  }
}

.motivation__text {
  margin-top: 0.9rem;
}
.motivation__text--info {
  background-color: #806283;
  padding: 1rem;
  border-radius: 8px;
  color: white;
  font-weight: 300;
  margin-top: 4rem;
  display: inline-block;
}
@media (max-width: 48em) {
  .motivation__text--info {
    display: block;
    text-align: center;
  }
}

.motivation__images--background {
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  width: 100%;
  height: 480px;
  opacity: 0.4;
  z-index: 1;
  border-radius: 8%;
  margin-top: 6rem;
}
@media (max-width: 75em) {
  .motivation__images--background {
    width: 85%;
    margin-left: 10%;
  }
}
@media (max-width: 62em) {
  .motivation__images--background {
    width: 90%;
    height: clamp(10rem, 10vw + 21rem, 38rem);
    margin-left: 8%;
    margin-top: 10rem;
  }
}
@media (max-width: 48em) {
  .motivation__images--background {
    width: 90%;
    height: clamp(10rem, 10vw + 21rem, 38rem);
    margin-left: 0%;
    margin-top: 3rem;
  }
}
@media (max-width: 599px) {
  .motivation__images--background {
    width: 100%;
    height: clamp(5rem, 10vw + 16rem, 23rem);
    margin-left: 0;
    margin-top: 2rem;
  }
}

.motivation--logo {
  height: 100px;
  width: 100px;
  vertical-align: middle;
}

img.motivation-logo {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto auto;
}

.motivation-logoimage {
  vertical-align: middle;
  width: 90px;
  height: 90px;
}

@media (min-width: 48em) {
  .motivation--logo-mobileVisible {
    display: none;
  }
}

.function__partOne {
  overflow: hidden;
  position: relative;
}
.function__partTwo {
  overflow: hidden;
  position: relative;
}

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

.container__partOne {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 8.5rem;
}
@media (max-width: 48em) {
  .container__partOne {
    padding-bottom: 6.5rem;
  }
}
@media (max-width: 599px) {
  .container__partOne {
    padding-bottom: 3.5rem;
  }
}

.container__partTwo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 8.5rem;
}
@media (max-width: 48em) {
  .container__partTwo {
    padding-bottom: 3.5rem;
  }
}

.container__partThree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 8.5rem;
}

.function__partOne-text {
  float: left;
  width: 45%;
  padding-left: 1rem;
  height: 100%;
}
@media (max-width: 48em) {
  .function__partOne-text {
    width: 100%;
    height: 50%;
  }
}
@media (max-width: 599px) {
  .function__partOne-text {
    width: 100%;
    height: 50%;
    padding-left: 0;
  }
}

@media (max-width: 48em) {
  .partOne-mobileHidden {
    display: none;
  }
}
@media (max-width: 599px) {
  .partOne-mobileHidden {
    display: none;
  }
}

@media (min-width: 48em) {
  .partOne-Hidden {
    display: none;
  }
}

.function__partTwo-text {
  float: left;
  width: 45%;
  padding-right: 4rem;
  height: 100%;
}
@media (max-width: 48em) {
  .function__partTwo-text {
    width: 100%;
    height: 50%;
  }
}
@media (max-width: 599px) {
  .function__partTwo-text {
    width: 100%;
    height: 50%;
    padding-right: 0;
  }
}

.function__partOne-images {
  float: left;
  width: 55%;
  position: relative;
  padding-right: 1rem;
}
@media (max-width: 48em) {
  .function__partOne-images {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .function__partOne-images {
    width: 100%;
    padding-right: 0;
  }
}

.function__partTwo-images {
  float: left;
  width: 55%;
  position: relative;
  padding-right: 1rem;
}
@media (max-width: 48em) {
  .function__partTwo-images {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .function__partTwo-images {
    width: 100%;
    padding-right: 0;
  }
}

.function__images--background {
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  width: 90%;
  height: 480px;
  opacity: 0.4;
  z-index: 1;
  border-radius: 8%;
  margin-top: 6rem;
}
@media (max-width: 48em) {
  .function__images--background {
    width: 100%;
    height: clamp(10rem, 45vw + 11rem, 37rem);
    padding-left: 0rem;
  }
}
@media (max-width: 599px) {
  .function__images--background {
    width: 100%;
    height: clamp(10rem, 45vw + 11rem, 37rem);
    padding-left: 0rem;
  }
}

.function__imageBackground {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  background-image: url("../images/033inn.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  left: 65%;
  top: 25%;
  margin-top: 5%;
  position: relative;
  opacity: 0.1;
}
@media (max-width: 62em) {
  .function__imageBackground {
    margin-top: 0rem;
    width: 70%;
    top: 20%;
    left: 20rem;
  }
}
@media (max-width: 48em) {
  .function__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 0%;
    top: -30%;
    left: 25rem;
  }
}
@media (max-width: 599px) {
  .function__imageBackground {
    margin-top: 0rem;
    width: 45%;
    left: 0%;
    top: -50%;
    left: 15rem;
  }
}

.function__partTwo__images--background {
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  width: 100%;
  height: 480px;
  opacity: 0.4;
  z-index: 1;
  border-radius: 8%;
  margin-top: 6rem;
}
@media (max-width: 48em) {
  .function__partTwo__images--background {
    width: 100%;
    height: clamp(10rem, 45vw + 11rem, 37rem);
    padding-left: 0rem;
  }
}
@media (max-width: 599px) {
  .function__partTwo__images--background {
    width: 100%;
    height: clamp(10rem, 45vw + 11rem, 37rem);
    padding-left: 0rem;
  }
}

.function__partTwo__imageBackground {
  background-image: url("../images/032inn.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  left: 57%;
  top: 25%;
  margin-top: 5%;
  position: relative;
  opacity: 0.1;
}
@media (max-width: 62em) {
  .function__partTwo__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 0%;
  }
}
@media (max-width: 48em) {
  .function__partTwo__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 0%;
    top: -30%;
    left: -1rem;
  }
}
@media (max-width: 599px) {
  .function__partTwo__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 0%;
    top: -45%;
    left: 10rem;
  }
}

.function__partThree__images--background {
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  width: 90%;
  height: 480px;
  opacity: 0.4;
  z-index: 1;
  border-radius: 8%;
  margin-top: 6rem;
}
@media (max-width: 48em) {
  .function__partThree__images--background {
    width: 100%;
    height: clamp(10rem, 45vw + 11rem, 37rem);
    padding-left: 0rem;
  }
}
@media (max-width: 599px) {
  .function__partThree__images--background {
    width: 100%;
    height: clamp(10rem, 45vw + 11rem, 37rem);
    padding-left: 0rem;
  }
}

.function__partThree__imageBackground {
  background-image: url("../images/035inn-01.png");
  width: 140%;
  height: 140%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  left: 47%;
  top: 15%;
  margin-top: 5%;
  position: relative;
  opacity: 0.1;
  overflow: hidden;
}
@media (max-width: 62em) {
  .function__partThree__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 0%;
  }
}
@media (max-width: 48em) {
  .function__partThree__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 0%;
    top: 0%;
  }
}
@media (max-width: 599px) {
  .function__partThree__imageBackground {
    margin-top: 0rem;
    width: 70%;
    left: 0%;
    top: 0%;
  }
}

.function__text-top {
  background-color: rgb(239, 239, 240);
  padding: 1rem;
  border-radius: 8px;
  font-weight: 300;
  margin-top: 4rem;
  display: inline-block;
  font-size: 0.9rem;
  color: rgb(70.4, 89.6, 100);
  font-weight: 400;
}
@media (min-width: 75em) {
  .function__text-top {
    margin-top: 8rem;
  }
}
@media (max-width: 75em) {
  .function__text-top {
    margin-top: 6rem;
  }
}
@media (max-width: 599px) {
  .function__text-top {
    width: 100%;
    text-align: center;
  }
}

.function__text-heading {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 400;
}
.function__text-heading::before {
  content: "";
  display: block;
  height: 0.2rem;
  width: 5rem;
  background-color: rgb(150.4225352113, 170.5014084507, 181.3774647887);
  margin-bottom: 0.6rem;
}

.function__text-content {
  margin-top: 3rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.function__image {
  width: 50%;
  position: absolute;
  box-sizing: content-box;
  transition: transform 1s;
}
.function__image:hover {
  transform: scale(1.1);
  z-index: 10;
}
.function__image--first {
  z-index: 4;
  width: 50%;
  top: 8rem;
  right: 40%;
}
@media (max-width: 75em) {
  .function__image--first {
    width: 50%;
    top: 9rem;
    right: 40%;
  }
}
@media (max-width: 62em) {
  .function__image--first {
    width: 65%;
    top: 8rem;
    right: 28%;
  }
}
@media (max-width: 48em) {
  .function__image--first {
    width: 49%;
    top: 8rem;
    right: 34%;
  }
}
@media (max-width: 599px) {
  .function__image--first {
    width: 65%;
    top: 8rem;
    right: 25%;
  }
}
.function__image--second {
  z-index: 3;
  width: 42%;
  top: 10rem;
  right: 18%;
}
@media (max-width: 75em) {
  .function__image--second {
    width: 40%;
    top: 11rem;
    right: 15%;
  }
}
@media (max-width: 62em) {
  .function__image--second {
    width: 43%;
    top: 12rem;
    right: 10%;
  }
}
@media (max-width: 48em) {
  .function__image--second {
    width: 40%;
    top: 10rem;
    right: 12%;
  }
}
@media (max-width: 599px) {
  .function__image--second {
    width: 50%;
    top: 10rem;
    right: 2%;
  }
}

.function__partTwo__image {
  width: 50%;
  position: absolute;
  box-sizing: content-box;
  transition: transform 1s;
}
.function__partTwo__image:hover {
  transform: scale(1.6);
  z-index: 10;
}
.function__partTwo__image--first {
  z-index: 3;
  width: 40%;
  top: 9rem;
  right: 8%;
}
@media (max-width: 75em) {
  .function__partTwo__image--first {
    width: 40%;
    top: 9rem;
    right: 8%;
  }
}
@media (max-width: 62em) {
  .function__partTwo__image--first {
    width: 45%;
    top: 11rem;
    right: 8%;
  }
}
@media (max-width: 48em) {
  .function__partTwo__image--first {
    width: 40%;
    top: 10rem;
    right: 5%;
  }
}
@media (max-width: 599px) {
  .function__partTwo__image--first {
    width: 50%;
    top: 9rem;
    left: 30%;
  }
}
.function__partTwo__image--second {
  z-index: 4;
  width: 90%;
  top: 18rem;
  right: 20%;
}
@media (max-width: 75em) {
  .function__partTwo__image--second {
    width: 97%;
    top: 19rem;
    right: 13%;
  }
}
@media (max-width: 62em) {
  .function__partTwo__image--second {
    width: 100%;
    top: 23rem;
    right: 2rem;
  }
}
@media (max-width: 48em) {
  .function__partTwo__image--second {
    width: 90%;
    top: 21rem;
    right: 6rem;
  }
}
@media (max-width: 599px) {
  .function__partTwo__image--second {
    width: 100%;
    top: 20rem;
    left: 0rem;
  }
}

.function__partThree__image {
  width: 50%;
  position: absolute;
  box-sizing: content-box;
  transition: transform 1s;
}
.function__partThree__image:hover {
  transform: scale(1.1);
  z-index: 10;
}
.function__partThree__image--first {
  z-index: 4;
  width: 50%;
  top: 9rem;
  right: 35%;
}
@media (max-width: 75em) {
  .function__partThree__image--first {
    width: 50%;
    top: 9rem;
    right: 40%;
  }
}
@media (max-width: 62em) {
  .function__partThree__image--first {
    width: 65%;
    top: 8rem;
    right: 28%;
  }
}
@media (max-width: 48em) {
  .function__partThree__image--first {
    width: 50%;
    top: 8rem;
    right: 34%;
  }
}
@media (max-width: 599px) {
  .function__partThree__image--first {
    width: 65%;
    top: 8rem;
    right: 25%;
  }
}
.function__partThree__image--second {
  z-index: 3;
  width: 39%;
  top: 12rem;
  right: 20%;
}
@media (max-width: 75em) {
  .function__partThree__image--second {
    width: 40%;
    top: 11rem;
    right: 15%;
  }
}
@media (max-width: 62em) {
  .function__partThree__image--second {
    width: 53%;
    top: 12rem;
    right: 20%;
  }
}
@media (max-width: 48em) {
  .function__partThree__image--second {
    width: 40%;
    top: 12rem;
    right: 14%;
  }
}
@media (max-width: 599px) {
  .function__partThree__image--second {
    width: 60%;
    top: 10.5rem;
    right: 10%;
  }
}

.heading {
  display: flex;
  align-items: center;
}

.ds_h3 {
  font-weight: 300;
}

h1 {
  margin: 30px 20px 50px 0;
  font-size: 2.5em;
}

h3 {
  margin: 10px 10px 30px 0;
  font-size: 1.2em;
}

ol.ds_ol {
  padding: 20px;
  margin-block-end: 20px;
}

li::marker {
  color: black;
  font-size: 1em;
  font-weight: 700;
}

li {
  font-weight: 700;
  font-size: 1.1em;
  padding: 5px;
  margin-bottom: 10px;
}

ol.ds_ol_two {
  padding: 20px;
  list-style-type: lower-alpha;
  margin-block-end: 20px;
}

ul.ds_listOne {
  list-style-type: disc;
  padding: 10px;
  margin-left: 20px;
}

ul.ds_listOne li {
  margin-bottom: 0px;
  font-size: 0.9em;
}

ol p {
  margin-bottom: 10px;
}

.adress {
  font-style: italic;
  font-weight: 200;
}

.btn {
  display: inline-block;
  background: white;
  position: relative;
  margin-left: auto;
}

img.buttonImage {
  height: 42px;
}

button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

ol.agb_ol {
  padding: 20px;
  margin-block-end: 20px;
}

ol.agb_ol_two {
  padding: 20px;
  list-style-type: lower-alpha;
  margin-block-end: 20px;
}

ol.agb_ol_three {
  padding: 20px;
  list-style-type: upper-alpha;
  margin-block-end: 20px;
}

ol.agb_eula {
  padding: 20px;
  list-style-type: decimal;
}

li.agb_eula {
  font-weight: 300;
  font-size: 1em;
}

ul.agb_One {
  list-style-type: disc;
  padding: 10px;
  margin-left: 20px;
}

ul.agb_Two {
  list-szyle-type: square;
  padding: 10px;
  margin-left: 20px;
}

li.agb_Two {
  font-weight: 300;
  font-size: 1em;
}

.eula {
  border: solid;
  border-color: lightgray;
  border-width: 1px;
  border-radius: 5px;
  padding: 15px;
}

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