/* HEADER */

.header {
  height: 100%!important;
  width: 100vw!important;
  overflow: hidden;
}

.support {
  background-image: url("../../assets/img/Bilder/SVG/Vector%20(4).svg?h=6e47990d429f27bc4429b52b78b13ee5")!important;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  position: fixed;
  bottom: -1.7%;
  left: -0.2%;
  transition: all 0.3s ease-in-out;
  z-index: 80;
  overflow: hidden;
}

.support:hover {
  width: 60rem;
  height: 60rem;
  bottom: -13.5%;
  transform: translateX(-2%);
}

@media (max-width: 575px) {
  .support:hover {
    width: 103.5%;
    background-color: #17517d!important;
    border-radius: 3rem 3rem 0 0;
    bottom: -18%;
  }
}

.support:hover .support-content {
  opacity: 1;
}

.support:hover .support-icon {
  transform: translateX(-100%);
}

.support-icon {
  color: #ffffff;
  font-size: 4rem;
  display: block;
  position: relative;
  left: 23%;
  top: 25%;
  transition: all 0.3s ease-in-out;
}

.support-title {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 600;
}

.support-content {
  padding-left: 7rem;
  padding-top: 7rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .support-content {
    padding-top: 3rem;
    padding-left: 5rem;
  }
}

.support-content-col {
  padding-top: 3rem;
  color: #ffffff;
}

.support-listen li {
  list-style-type: none;
  margin-left: -1.9rem!important;
}

.support-listen li a {
  color: #ffffff;
}

.support-listen li a:hover {
  color: #2ea6ff;
}

.support-listen {
  padding-top: 1rem;
}

.support-col-title {
  font-size: 2rem;
  font-weight: bold;
}

/* HEADER-LEFT */

.haeder-title {
  font-size: 12.5rem;
  max-width: 80rem;
  line-height: 100%;
  font-weight: 600;
  color: #17517d;
}

.haeder-subtitle {
  max-width: 44rem;
  font-size: 2.4rem;
  margin-top: 5rem;
  color: #17517d;
}

.button.button-section.button-accent {
  border-bottom: 1px solid #17517d;
}

.button {
  font-size: 2.4rem;
  color: #17517d;
  display: inline-block;
}

.button:hover {
  color: #17517d;
  transition: all 0.2s ease-in-out;
}

.button:hover .button-icon {
  color: #17517d;
  margin-left: 2rem;
  transition: all 0.2s ease-in-out;
}

.button-header {
  margin-top: 2rem;
}

.button-icon {
  margin-left: 1rem;
  transition: all 0.2s ease-in-out;
}

/* HEADER-RIGHT */

.header-right {
  position: relative;
}

.header-bild {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.header-bild-1 {
  max-width: 70%;
  position: relative;
  float: right;
  margin-right: -10%;
  z-index: -1;
}

.heptogon-1 {
  right: 20%;
  max-width: 50%;
  margin-top: 5%;
}

.heptogon-2 {
  width: 100%;
  right: -15%;
  top: -4%;
}

/* RESPONSIV-HEADER-LEFT */

@media (min-width: 300px) {
  .haeder-title {
    font-size: 4.5rem;
    margin-top: 6rem;
  }
}

@media (min-width: 300px) {
  .haeder-subtitle {
    font-size: 1.6rem;
    max-width: 36rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .haeder-subtitle {
    font-size: 2rem;
    max-width: 54rem;
  }
}

@media (min-width: 576px) {
  .haeder-title {
    font-size: 7rem;
  }
}

@media (min-width: 768px) {
  .haeder-title {
    font-size: 9rem;
    max-width: 60rem;
  }
}

@media (min-width: 992px) {
  .haeder-title {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .haeder-title {
    font-size: 8rem;
    margin-top: 25rem;
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .haeder-title {
    font-size: 10rem;
  }
}

@media (min-width: 1600px) {
  .haeder-title {
    font-size: 11rem;
  }
}

/* ABOUT */

.about {
  margin: 0 auto;
}

.about-left {
  position: relative;
}

.about-right {
  position: relative;
}

.about-title {
  font-size: 12rem;
  color: #17517d;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.title-span-about {
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  bottom: 45%;
}

.about-subtitle:before {
  content: "";
  display: block;
  max-width: 10rem;
  height: 0.2rem;
  margin-top: 25%;
  margin-bottom: 2rem;
  background-color: #17517d;
}

.about-subtitle {
  font-size: 2rem;
  max-width: 44rem;
  color: #17517d;
}

.heptagon-about {
  position: absolute;
  z-index: -1;
}

.heptagon-about-left {
  top: -30%;
  left: -10%;
  max-width: 35%;
}

.heptagon-about-right {
  bottom: -50%;
  right: -20%;
  width: 60%;
}

/* RESPONSIV-ABOUT */

@media (min-width: 300px) {
  .about-title {
    font-size: 4.5rem;
  }
}

@media (min-width: 400px) {
  .about-title {
    font-size: 6.5rem;
  }
}

@media (min-width: 500px) {
  .about-title {
    font-size: 7.5rem;
  }
}

@media (min-width: 576px) {
  .about-title {
    font-size: 9rem;
  }
}

@media (min-width: 630px) {
  .about-title {
    font-size: 10rem;
  }
}

@media (min-width: 1200px) {
  .about-title {
    font-size: 9rem;
  }
}

@media (min-width: 1600px) {
  .about-title {
    font-size: 12rem;
  }
}

@media (min-width: 300px) {
  .title-span-about {
    font-size: 1.8rem;
    font-weight: 400;
  }
}

@media (min-width: 300px) {
  .about-subtitle {
    font-size: 1.8rem;
  }
}

/* PERFOMANCE */

.perfomance {
  background-color: #EAF6FF;
}

.perfomance-content-right {
  padding-left: 8rem;
  position: relative;
}

.perfomance-content-left {
  position: relative;
}

.perfomance-title {
  position: relative;
  display: inline-block;
  color: #17517d;
}

.section-title {
  display: inline-block;
  color: #17517d;
  line-height: 1;
  font-size: 3rem!important;
}

.section-title--line-height {
  line-height: 1.3;
}

.title-span-left {
  position: absolute;
  top: -50%;
  right: 0;
}

@media (min-width: 1200px) {
  .title-span-right {
    padding-left: 6rem;
  }
}

.perfomance-subtitle {
  color: #17517d;
}

.section-subtitle {
  color: #17517d;
}

@media (min-width: 300px) {
  .perfomance-heptagon-left {
    position: absolute;
    right: -20%;
    bottom: -75%;
    width: 60%;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .about-heptagon-left {
    position: absolute;
    right: -20%;
    bottom: -75%;
    width: 60%;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .perfomance-heptagon-left {
    position: absolute;
    left: -25%;
    bottom: -83%;
    max-width: 60%;
    z-index: 1;
  }
}

.perfomance-heptagon-right {
  position: absolute;
  left: 5%;
  top: -40%;
  max-width: 30%;
}

.perfomance-bild-left {
  width: 100%;
  z-index: 2;
  position: relative;
}

/* RESPONSIV-PERFOMANCE */

@media (min-width: 300px) {
  .perfomance-content-right {
    padding: 0;
  }
}

@media (min-width: 300px) {
  .perfomance-title {
    font-size: 4.5rem;
    font-weight: 600;
  }
}

@media (min-width: 300px) {
  .section-title {
    font-weight: 600;
  }
}

@media (min-width: 300px) {
  .perfomance-title-span {
    top: unset;
    bottom: 90%;
    font-weight: 300;
    font-size: 2rem;
  }
}

@media (min-width: 575px) {
  .section-title {
    font-size: 5rem;
  }
}

@media (min-width: 767px) {
  .section-title {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 6rem;
  }
}

@media (min-width: 1600px) {
  .section-title {
    font-size: 8rem;
  }
}

.perfomance-subtitle:before {
  content: "";
  display: block;
  max-width: 10rem;
  height: 0.2rem;
  margin-top: 25%;
  margin-bottom: 2rem;
  background-color: #17517d;
}

.section-subtitle:before {
  content: "";
  display: block;
  max-width: 10rem;
  height: 0.2rem;
  margin-top: 25%;
  margin-bottom: 2rem;
  background-color: #17517d;
}

.perfomance-subtitle {
  max-width: 44rem;
  font-size: 1.8rem;
}

.section-subtitle {
  max-width: 50rem;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .section-subtitle {
    padding-right: 5rem;
  }
}

@media (min-width: 1200px) {
  .perfomance-subtitle {
    padding-left: 6rem;
  }
}

@media (min-width: 1200px) {
  .section-subtitle-right {
    padding-left: 6rem;
  }
}

@media (min-width: 1400px) {
  .section-subtitle-right {
    padding-left: 8rem;
  }
}

@media (min-width: 300px) {
  .perfomance-bild-left {
    margin-top: 10%;
  }
}

@media (min-width: 1200px) {
  .perfomance-bild-left {
    margin-top: 20%;
  }
}

.heptagon-partner-right {
  top: 130%;
  width: 60%;
}

.heptagon-partner-left {
  top: -65%;
}

.icon-link {
  border-radius: 100000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #17517d;
  width: 7rem;
  height: 7rem;
}

@media (max-width: 576px) {
  .icon-link {
    margin: 2rem auto;
  }
}

.footer-icon {
  color: #ffffff;
  font-size: 3.5rem;
}

@media (min-width: 576px) {
  .icon-link-wrapper-center {
    padding: 0 10rem;
  }
}

.icon-section-footer {
  background-color: #daefff;
  /*margin-top: 20rem;*/
  padding: 7rem 0;
}

@media (min-width: 1200px) {
  .icon-link:hover {
    transform: scale(1.15);
    transition: 0.2s ease-in-out;
  }
}

.icon-link {
  transition: 0.2s ease-in-out;
}

.footer {
  padding: 15rem 5rem;
  background-color: #002F53;
}

.col-title-footer {
  color: #ffffff;
  font-weight: 500;
}

.footer-content {
  color: #ffffff;
  font-weight: 300;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1400px) {
  .footer-content {
    /*margin-right: 11rem;*/
  }
}

.footer-links {
  color: #ffffff;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}

.footer-links:hover {
  color: #2ea6ff;
}

.footer-ende {
  background-color: #00223C;
  color: #ffffff;
  text-align: center;
}

.footer-ende-title {
  padding: 2rem 0;
  font-weight: 200;
  display: inline-block;
  text-align: center;
  text-transform: initial;
  color: #ffffff;
}

.footer-ende-title:hover {
  color: #ffffff;
}

.footer-logo {
  display: block;
}

@media (min-width: 1200px) {
  .footer-logo {
    max-width: 23rem;
  }
}

@media (min-width: 1500px) {
  .footer-logo {
    max-width: 30rem;
  }
}

@media (max-width: 576px) {
  .footer-logo {
    display: block;
    max-width: 25rem;
  }
}

@media (max-width: 1400px) {
  .footer-col {
    padding-bottom: 10rem;
  }
}

.subheader {
  height: 45rem;
  width: 100%;
  margin-top: 2rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%)!important;
}

.subheader-content {
  color: #ffffff;
  padding-bottom: 5rem;
}

@media (min-width: 300px) {
  .subheader-title {
    font-size: 6rem;
    font-weight: 600;
    line-height: 0.9;
  }
}

@media (min-width: 575px) {
  .subheader-title {
    font-size: 7rem;
  }
}

@media (min-width: 767px) {
  .subheader-title {
    font-size: 10rem;
  }
}

.subheader-subtitle {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  padding-left: 00.5rem;
}

.highlight-software {
  padding: 15rem 0 0 0;
}

.highlight-software-logo {
  width: 50%;
  display: block;
  /*margin: 0 auto;*/
}

.highlight-software-subtitle {
  font-size: 2.4rem;
  max-width: 50rem;
  font-weight: 500;
  color: #17517d;
}

@media (max-width: 991px) {
  .highlight-software-subtitle {
    text-align: center;
    display: block;
    margin: 5rem auto 0 auto;
  }
}

.section-img {
  width: 100%;
  display: block;
  margin: 8rem auto 0 auto;
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-img-spez-module-olea {
    width: 50%;
    margin: 0;
  }
}

.section-title-span {
  display: block;
  font-size: 2.2rem;
  padding: 0;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 575px) {
  .section-title-span {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .section-title-right {
    padding-left: 6rem;
  }
}

@media (min-width: 1400px) {
  .section-title-right {
    padding-left: 8rem;
  }
}

.button-wrapper-section {
  padding-top: 2rem;
}

@media (min-width: 1200px) {
  .button-wrapper-section-right {
    padding-left: 6rem;
  }
}

@media (min-width: 1400px) {
  .button-wrapper-section-right {
    padding-left: 8rem;
  }
}

.section-wrapper {
  padding: 20rem 0;
}

@media (max-width: 1200px) {
  .section-wrapper-neva {
    padding: 5rem 0 5rem 0;
  }
}

.wml-section {
  background-color: #EAF6FF;
}

.vesalio-img {
  width: 80%;
  margin: 0;
  display: block;
  margin: 0 auto;
}

.mmc-img {
  width: 80%;
  margin: 0;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .mmc-img {
    padding-top: 3rem;
  }
}

.purekeys-img {
  margin: 0;
  display: block;
  margin: 0 auto;
}

.vesalio-title {
  color: #17517d;
  font-size: 3.5rem;
}

.neva-logo.neva-logo-vesalio {
  max-width: 30rem;
}

.neva-logo {
  max-width: 60rem;
  padding-bottom: 6rem;
  display: inline-block;
}

@media (max-width: 420px) {
  .neva-logo {
    max-width: 20rem;
    padding-bottom: 6rem;
    display: inline-block;
  }
}

.neva-col {
  padding-top: 10rem;
}

.neva-section-video {
  padding-top: 0;
}

.neva-link-studie {
  font-size: 2.5rem;
}

.neva-title-produkt {
  font-size: 2.5rem!important;
  color: #17517d;
  padding-bottom: 2rem;
}

.neva-col {
  padding-right: 4rem;
}

.col-liste li {
  padding-bottom: 1rem;
}

.col-liste:last-child {
  padding: 0;
}

.header-vesalio {
  position: relative;
}

.us2-video {
  position: absolute;
  bottom: -50%;
  right: 5%;
  width: 55rem;
  height: 35rem;
}

@media (max-width: 600px) {
  .us2-video {
    width: 30rem;
    height: 20rem;
    bottom: -15%;
  }
}

.treating-bild {
  width: 100%;
}

.vesalio-col-2 {
  padding-left: 8rem;
}

@media (max-width: 1200px) {
  .vesalio-col-2 {
    padding-left: 0rem;
    padding-top: 10rem;
  }
}

.vesalio {
  padding-top: 10rem;
}

.swiper-button {
  display: none;
}

.swiper-slide {
  position: relative;
  overflow: visible;
}

.slider-down-content {
  width: 100%;
  background-color: rgba(23,81,125,0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  bottom: 0%;
}

.slider-title {
  color: #ffffff;
  font-size: 2rem;
  padding: 2rem 0 3.5rem 2rem;
}

.swiper-pagination-bullet {
  background: #ffffff;
}

.neva-top-container {
  padding-top: 10rem;
}

@media (max-width: 1200px) {
  .neva-top-container {
    padding-top: 30rem;
  }
}

@media (max-width: 600px) {
  .neva-top-container {
    padding-top: 15rem;
  }
}

.neva-title {
  display: inline-block;
  max-width: 40rem;
  padding-left: 5rem;
  color: #17517d;
}

@media (max-width: 1610px) {
  .neva-title {
    display: block;
    padding: 0;
  }
}

.features-wrapper {
  text-align: center;
}

.features-icon {
  font-size: 5rem;
  color: #17517d;
  padding-bottom: 2rem;
}

.features-title {
  font-size: 3rem;
  color: #17517d;
  padding-bottom: 1rem;
}

.features-subtitle {
  font-size: 1.8rem;
}

.neva-features {
  padding: 20rem 0 0 0;
}

.features-subtitle {
  font-size: 1.8rem;
  color: #17517d;
  padding: 0 3rem 5rem 2rem;
}

.neva-img {
  width: 100%;
}

.slide-img {
  width: 100%;
  position: relative;
}

.features-wrapper-tal {
  text-align: left;
}

.neva-groesse-title {
  padding-bottom: 4rem;
}

.neva-groesse li {
  font-size: 1.8rem;
  color: #17517d;
  padding: 0 0 1rem 0;
}

@media (max-width: 980px) {
  .subheader-title-vesalio {
    margin-bottom: 10rem;
  }
}

.fab.fa-medapps.col-icon {
}

.section-next {
  padding-bottom: 20rem;
}

.section-title-s-application {
  font-size: 4.5rem;
}

@media (max-width: 1200px) {
  .features-title-padding {
    /*padding-bottom: 10rem;*/
  }
}

@media (min-width: 1200px) {
  .features-title-padding {
    padding: 0rem 3rem;
  }
}

.section-subtitle span {
  font-size: 1.8rem!important;
}

@media (min-width: 1200px) {
  .features-icon-padding {
    padding-top: 5rem;
  }
}

.abgedunkelter-hintergrund:hover {
  background-color: rgba(0,0,0,0.75);
}

.col-wrapper-olea {
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  /*padding: 1rem;*/
}

.produkt-bild {
  width: 100%;
  position: relative;
  z-index: -1;
  transition: all 0.8s ease-in-out;
}

.col-produkte {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.column-content {
  position: absolute;
  padding: 2rem;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  .column-content {
    padding: 2rem;
    padding-right: 5.5rem;
  }
}

@media (min-width: 1200px) {
  .column-content {
    overflow: hidden;
    height: 7.5rem;
  }
}

.produkt-title {
  font-size: 2.5rem;
  padding-bottom: 4rem;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .produkt-title {
    font-size: 2.5rem;
    padding-bottom: 1.5rem;
    color: #ffffff;
  }
}

@media (min-width: 1200px) {
  .produkt-title {
    font-size: 2.4rem;
    padding-bottom: 2.3rem;
    color: #ffffff;
  }
}

@media (max-width: 1600px) {
  .text-desktop {
    display: none;
  }
}

.produkt-text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 100;
}

@media (max-width: 1200px) {
  .produkt-text {
    padding-right: 3rem;
  }
}

@media (max-width: 768px) {
  .produkt-text {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 100;
  }
}

@media (min-width: 1200px) {
  .produkt-text {
    font-size: 1.6rem;
  }
}

@media (min-width: 1600px) {
  .produkt-text {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 100;
  }
}

.olea-produkte-btn {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .button-wrapper-section-olea-produkte {
    display: none;
  }
}

.olea-produkte-btn:hover {
  color: #ffffff;
}

.olea-produkte-btn:hover .button-icon {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .col-wrapper-olea:hover .column-content {
    height: 80%;
  }
}

@media (min-width: 1500px) {
  .col-wrapper-olea:hover .column-content {
    height: 75%;
  }
}

@media (min-width: 1600px) {
  .col-wrapper-olea:hover .column-content {
    height: 75%;
  }
}

@media (min-width: 1750px) {
  .col-wrapper-olea:hover .column-content {
    height: 65%;
  }
}

@media (min-width: 1200px) {
  .col-wrapper-olea:hover .produkt-bild {
    transform: scale(1.1);
  }
}

.mobile-btn--olea {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 5rem;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(77,178,255,0.51);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.mobile-btn--olea i {
  color: #ffffff;
  font-size: 3rem;
}

@media (min-width: 1200px) {
  .mobile-btn--olea {
    display: none;
  }
}

.purekey-produkt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: 600;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.purekey-produkt-title {
  font-size: 3rem;
  color: #17517d;
  padding-bottom: 1.5rem;
  padding-top: 5rem;
}

.purekey-produkt-btn:hover {
  background-color: rgba(0,24,42,0.75);
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.purekey-produkt-btn:hover .button-icon {
  color: #ffffff;
}

.section-wrapper-produkte-purekey {
  padding: 0;
}

.purekey-sec-title {
  font-size: 4.5rem;
  color: #17517d;
}

.features-img {
  max-width: 5rem;
  padding-bottom: 2rem;
}

.mcc-features-title {
  font-size: 2.5rem;
  padding-bottom: 5rem;
}

.section-img-logo {
  margin: 0;
  width: 80%;
}

.features-icon-col {
  font-size: 3.5rem;
  padding-bottom: 3rem;
}

.features-title-col {
  font-size: 2.5rem;
  padding-bottom: 6rem;
}

.about-icon-row {
  padding-top: 15rem;
}

.section-subtitle-about {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.section-subtitle-about:before {
  margin: 10rem auto 1em auto;
}

.img-logo-partner {
  width: 100%;
  padding: 6rem;
  transition: transform 0.5s ease-in-out;
}

.img-logo-partner:hover {
  transform: scale(1.1);
}

.section-title-partner {
  display: block;
  padding-bottom: 5rem;
  font-size: 5rem;
}

.dropdown-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  margin-bottom: 5rem;
}

.dropdown-title {
  display: inline-block;
  font-size: 3rem;
  color: #17517d;
}

.toggle-dropdown {
  display: none;
}

.toggle-icon-dropdown {
  cursor: pointer;
  padding: 2rem;
  transition: all 0.2s ease-in-out;
}

.dropdown-bar-top {
  display: block;
  width: 3rem;
  height: 0.3rem;
  background-color: #17517d;
  transform: rotate(90deg) translateX(0.3rem);
}

.dropdown-bar-bottom {
  display: block;
  width: 3rem;
  height: 0.3rem;
  background-color: #17517d;
}

@media (min-width: 1200px) {
  .dropdown-col-left {
    padding-right: 2.5rem;
  }
}

.dropdown-col-left-title {
  font-size: 2rem;
  color: #17517d;
  font-weight: 600;
  padding-bottom: 2rem;
}

.dropdown-col-left-title span {
  display: block;
  font-weight: 300;
}

.dropdown-col-left-text {
  font-size: 1.8rem;
  color: #17517d;
}

.accordion-button {
  font-size: 3rem;
  color: #17517d;
  font-weight: 500;
}

.accordion-item {
  border: none;
  border-bottom: 2px solid #17517d;
}

.accordion-button:focus {
  box-shadow: none;
  color: #ffffff;
  background-color: #17517d;
}

.accordion-button:hover {
  color: #ffffff;
  background-color: #17517d;
}

.accordion-button:not(.collapsed) {
  color: #17517d;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion-button::after {
  background-image: none;
  content: "";
}

.accordion-button {
  position: relative;
}

.accordion-icon {
  position: absolute;
  right: 0;
  margin: 2rem;
  transition: transform 0.3s ease-in-out;
}

.accordion-button:focus .accordion-icon {
  transform: rotate(45deg);
}

.accordion-button:not(.collapsed)::after {
  display: none;
}

.section-title-accordion {
  padding-bottom: 10rem;
}

@media (min-width: 1200px) {
  .dropdown-col-right {
    padding-left: 2.5rem;
  }
}

@media (max-width: 1200px) {
  .dropdown-col-left {
    padding-bottom: 2.5rem;
    padding-top: 5rem;
  }
}

@media (max-width: 1200px) {
  .section-wrapper-mobile {
    padding: 10rem 0;
  }
}

.section-subtitle--tac {
  text-align: center;
  margin: 0rem auto;
  max-width: 70%;
}

.section-subtitle--tac:before {
  margin: 5rem auto!important;
}

.section-title--tac {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  padding-top: 20rem;
}

@media (max-width: 1200px) {
  .section-title--tac {
    padding-top: 10rem;
  }
}

@media (max-width: 1200px) {
  .section-wrapper {
    padding: 10rem 0;
  }
}

.olea-imgin {
  margin: 0;
  width: 60%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .olea-imgin {
    padding: 5rem 0 0 0;
  }
}

.section-title-impressum {
  font-size: 2.5rem;
  padding: 5rem 0 0 0;
}

.section-subtitle-impressum:before {
  margin-top: 3rem;
}

.section-subtitle-impressum {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.kontakt-title {
  font-size: 3rem;
  padding-bottom: 2.5rem;
  color: #17517d;
}

.form-control {
  font-size: 1.6rem;
}

.kontakt-btn {
  font-size: 1.8rem;
  width: 100%;
  background-color: #17517d;
  border: none;
}

.kontakt-btn:focus {
  box-shadow: none;
  outline: none;
}

.kontakt-btn:hover {
  background-color: #1d669f;
}

.kontakt-link {
  font-size: 1.8rem;
  color: #17517d;
}

.kontakt-link:hover {
  font-size: 1.8rem;
  color: #2ea6ff;
}

.kontakt-title-link {
  padding-top: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #17517d;
}

.kontakt-title-link a {
  font-size: 1.8rem;
  color: #17517d;
}

.kontakt-title-link a:hover {
  font-size: 1.8rem;
  color: #2ea6ff;
}

@media (max-width: 575px) {
  .support-title {
    font-size: 2.5rem;
    font-weight: 900;
  }
}

.support-col-title {
  font-size: 1.8rem;
  font-weight: 800;
}

@media (max-width: 575px) {
  .support-listen a {
    font-size: 1.8rem;
  }
}

.col-support-last {
  margin-left: 0!important;
}

.accordion-video {
  width: 100%;
}

.accordion-icon-pdf i {
  font-size: 5rem;
  color: #e63a3a;
}

.accordion-icon-pdf {
  font-size: 2.5rem;
  display: inline-block;
  color: #17517d;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 0;
  transition: color 0.2s ease-in-out;
}

.accordion-icon-pdf:hover {
  color: #2ea6ff;
}

.dropdown-col-flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.light-color {
  color: white!important;
  font-size: 1.8rem;
}

.zuruek_btn {
  position: sticky;
  display: inline-block;
  top: 0;
  background-color: #17517d;
  color: #ffffff;
  padding: 2rem 5rem 2rem 4rem;
  z-index: 5;
  line-height: 0;
}

@media (max-width: 767px) {
  .zuruek_btn {
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0;
    padding: 1.5rem 3rem;
  }
}

.zuruek_btn:hover {
  color: #ffffff;
}

.zuruek_btn---icon {
  padding-right: 1rem;
}

.button-wrapper-section--EM {
  display: flex!important;
  align-items: center!important;
  /*height: 5rem;*/
  border-bottom: 2px solid #17517d;
  transition: 0.2s ease-in-out;
  padding: 0;
}

.button-EM {
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  margin: 0!important;
  line-height: 0;
  font-weight: 500;
}

.button-wrapper-section--EM:hover {
  background-color: #17517d;
  color: #ffffff;
}

.button-wrapper-section--EM:hover .button-EM {
  color: #ffffff;
}

.button-wrapper-section--EM:hover .button-EM i {
  color: #ffffff;
}

.inaktiv {
  display: none;
}

.bold-span {
  font-weight: bold;
}

.no-break {
  white-space: nowrap;
}

.untertitel-datenschutz {
  margin-top: 4rem;
  color: #17517d;
}

.text-datenschutz, .liste-datenschutz li {
  margin-top: 0;
  font-size: 1.8rem!important;
  color: #17517d;
}

.abstand-halter {
  margin-top: 200px;
}

.img-case-report {
  width: unset!important;
  height: 100%!important;
  left: 60px;
}

.row-carousel {
  background-color: #f7f7f7;
  z-index: 0;
}

.carousel-control-prev-icon {
  background-image: url("../../assets/img/arrow-back.svg?h=2a8435fd182a4681eb12190029668270");
}

.carousel-control-next-icon {
  background-image: url("../../assets/img/arrow-forward.svg?h=2a8435fd182a4681eb12190029668270");
}

.kachel-link-container {
  background-color: #fbf9f9;
  border: 1px solid rgba(128,128,128,0.2);
}

.kachel-hoch {
  padding-bottom: 60px!important;
}

