/**
* DO NOT EDIT THIS FILE!!
*
* Instead, edit the source file and use the engine-stylesheets module to generate this file
* See engine-stylesheets/README.md for more
*
* source file:
* engine-stylesheets/src/components/styles.less
**/
@mixin box-width {
  width: 90%;
  max-width: 58rem;
  margin: 0 auto;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  top: 0;
  border-bottom: thin solid lightgrey;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
          box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}
header .sample-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header picture {
  margin: 0;
  padding: 0;
  width: 3.5625rem;
}
header picture img {
  display: block;
  width: 200px;
  margin: 10px 0px 10px 0px;
  height: auto;
}
header nav {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
coral-dialog * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.eo-image-component {
  width: 100%;
}
.eo-image-component img {
  width: 100%;
}
.experienceFragment .cmp-image {
  line-height: 1.5;
}
.experienceFragment .cmp-image img,
.experiencefragment .cmp-image img {
  width: 100%;
}
.copyright-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.copyright-footer__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright-footer__list_item {
  margin: 0 14px 0 0;
}
.copyright-footer__list_item:last-child {
  margin-right: 0;
}
.copyright-footer__logo {
  width: auto;
}
.copyright-footer__logo--ed {
  height: 13.75px;
}
.copyright-footer__logo--das {
  height: 26.4px;
}
.copyright-footer__logo--dkv {
  height: 12.1px;
}
.copyright-footer__logo--erv {
  height: 17.6px;
}
.copyright-footer__legal-notice {
  text-align: left;
  color: #000000;
  font-size: 10px;
  line-height: 1.5;
}
.copyright-footer__legal-notice p {
  margin: 6px 0;
}
@media (min-width: 480px) {
  .copyright-footer__logo {
    width: auto;
  }
  .copyright-footer__logo--ed {
    height: 15.3px;
  }
  .copyright-footer__logo--das {
    height: 29.376px;
  }
  .copyright-footer__logo--dkv {
    height: 13.464px;
  }
  .copyright-footer__logo--erv {
    height: 19.584px;
  }
}
@media (min-width: 768px) {
  .copyright-footer__list_item {
    margin: 0 24px 0 0;
  }
  .copyright-footer__logo {
    width: auto;
  }
  .copyright-footer__logo--ed {
    height: 25px;
  }
  .copyright-footer__logo--das {
    height: 48px;
  }
  .copyright-footer__logo--dkv {
    height: 22px;
  }
  .copyright-footer__logo--erv {
    height: 32px;
  }
  .copyright-footer__legal-notice {
    margin-top: 24px;
  }
}
@media (min-width: 912px) {
  .copyright-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .copyright-footer__list {
    padding-right: 14px;
  }
  .copyright-footer__legal-notice {
    margin-top: 0;
    text-align: right;
  }
}
footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer__wrapper--second {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer__logo img {
  display: block;
  width: 95px;
  height: 32px;
}
footer .footer__banner-wrapper-background {
  background: #8e0038;
}
@media (max-width: 479px) {
  footer .footer__banner-social-icons a {
    text-decoration: none;
  }
  footer .footer__banner-social-icons a img {
    display: none;
  }
}
footer .footer__banner-social-icons {
  margin-left: 0.25em;
}
footer .footer__banner-social-icons a {
  text-decoration: none;
  padding-right: 12px;
}
footer .footer__banner-social-icons a img {
  width: 36px;
  height: 36px;
}
footer .footer__banner-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
}
@media (min-width: 480px) {
  footer .footer__banner-links {
    max-width: 550px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  footer .footer__banner-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
footer .footer__banner-links__item {
  line-height: 1;
  border-right: 1px solid #ffffff;
  margin: 0 10px 6px 0;
}
footer .footer__banner-links__item:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  footer .footer__banner-links__item {
    margin-bottom: 0;
  }
}
footer .footer__banner-links__link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff !important;
  padding-right: 10px;
}
@media (min-width: 480px) {
  footer .footer__banner-links__item:last-child > .footer__banner-links__link {
    padding-right: 0;
  }
}
footer .footer__company-logos img {
  float: left;
  margin-right: 1em;
}
@media (min-width: 480px) {
  footer .footer__legal p {
    text-align: right;
    margin-bottom: 0.75em;
  }
}
footer .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer__links {
    width: 25%;
  }
  footer .footer__links--double {
    width: 50%;
  }
}
@media (max-width: 479px) {
  footer .footer__links-heading {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
footer .footer__links-heading {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 24px;
}
footer .footer__linklist,
footer .footer__linklist--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer__linklist--double {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
footer .footer__qualityseals {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer__qualityseal {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  footer .footer__qualityseal {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    margin-bottom: 0;
  }
}
footer .footer__links-link {
  text-decoration: none;
  display: block;
  color: #262626;
  font-size: 14px;
  margin: 0.25em 0 0.25em 0;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 480px) {
  footer .footer__links-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
@media (min-width: 768px) {
  footer .footer__links-link {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
footer .footer__links-link--double {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 480px) {
  footer .footer__links-link--double {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
footer .footer__links-link:hover,
footer .footer__links-link:focus {
  text-shadow: 0 0 10px #e1e1e1 !important;
  text-decoration: none !important;
  color: #8e0038 !important;
}
footer .footer__links-link:active {
  color: #8e0038 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(60, 60, 60, 0.25);
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.modal-overlay .close-icon {
  border-radius: 50%;
  border: 2px solid;
  color: #8e0038;
  height: 20px;
  width: 20px;
}
.modal-overlay .modal-window {
  position: fixed;
  z-index: 1000;
  margin: 20px auto;
  left: 0;
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-overlay .modal-window .modal__header {
  text-align: right;
  pointer-events: all;
  background-color: #f2f2f2;
}
.modal-overlay .modal-window .modal__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 30px 30px;
  overflow: auto;
  pointer-events: all;
  background-color: #f2f2f2;
}
.modal-overlay .modal--fullviewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal-close {
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2em;
  width: 70px;
  text-decoration: none;
  cursor: pointer;
}
.modal-close:hover {
  color: #000;
}
@media (max-width: 479px) {
  .sitemap__wrapper {
    -moz-column-count: 1;
    -moz-column-gap: 1em;
    -webkit-column-count: 1;
    -webkit-column-gap: 1em;
    column-count: 1;
    column-gap: 1em;
  }
}
@media (min-width: 480px) {
  .sitemap__wrapper {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
    column-count: 4;
    column-gap: 1em;
  }
}
ul.sitemap__links {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.sitemap__link-item a {
  color: #737373;
  text-decoration: none;
}
.sitemap__link-item a:visited {
  color: #b31767;
  text-decoration: none;
}
.em_carousel {
  position: relative;
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}
.em_carousel__swiper-container {
  margin: 0;
  overflow: hidden;
}
@supports (display: grid) {
  .em_carousel__swiper-container {
    padding: 12px 24px 24px;
  }
}
.em_carousel__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.em_carousel__swiper > .em_carousel__wrapper > .experiencefragment,
.em_carousel .em_carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (min-width: 912px) {
  .em_carousel__swiper > .em_carousel__wrapper > .experiencefragment,
  .em_carousel .em_carousel__slide {
    opacity: 1;
    -webkit-transition: 0.15s opacity ease-in-out;
    transition: 0.15s opacity ease-in-out;
  }
  .em_carousel__swiper > .em_carousel__wrapper > .experiencefragment:not(.em_carousel__slide--visible),
  .em_carousel .em_carousel__slide:not(.em_carousel__slide--visible) {
    opacity: 0;
  }
}
.em_carousel__nav-button {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  outline: none;
}
.em_carousel__nav-button--prev {
  margin-left: 12px;
}
.em_carousel__nav-button--next {
  margin-right: 12px;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):focus > svg {
  color: #8e0038 !important;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):active > svg {
  color: #71022e !important;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):hover > svg {
  color: #8e0038;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled) {
  cursor: pointer;
}
.em_carousel__nav-button > svg {
  /* TODO use correct color variable */
  color: #aeaeae;
}
.em_carousel__nav-button--disabled {
  display: none !important;
}
@media (min-width: 912px) {
  .em_carousel__swiper-container {
    padding: 0;
  }
  .em_carousel__swiper {
    overflow: hidden;
    padding: 12px 24px 12px;
  }
}
/*
 * Show navigation buttons once they fit left and right of the
 * slides content wrapper, which is limited to 912px.
 */
@media (min-width: 992px) {
  .em_carousel__nav-button {
    position: absolute;
    top: 50%;
    /* Negative offset of footer height (bullets clickarea) + half the size of the button itself  */
    margin: -60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .em_carousel__nav-button--prev {
    left: -40px;
  }
  .em_carousel__nav-button--next {
    right: -40px;
  }
  .em_carousel__footer {
    margin-top: 24px;
  }
}
/*
 * Footer CSS
 */
.em_carousel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
.em_carousel__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 200px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .em_carousel__pages {
    overflow: visible;
    width: 100% !important;
  }
}
.em_carousel__bullet-wrapper {
  background: transparent;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.em_carousel__bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: left, background-color, -webkit-transform;
  transition-property: left, background-color, -webkit-transform;
  transition-property: left, transform, background-color;
  transition-property: left, transform, background-color, -webkit-transform;
}
.em_carousel__bullet:focus {
  background: rgba(142, 0, 56, 0.16) !important;
}
.em_carousel__bullet:active {
  background: rgba(142, 0, 56, 0.24) !important;
}
.em_carousel__bullet:hover {
  background: rgba(142, 0, 56, 0.08);
}
.em_carousel__bullet::after {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  background: #aeaeae;
  border-radius: 50%;
}
.em_carousel__bullet--active::after {
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  background: #8e0038;
  border-radius: 50%;
}
/*
 * Hide swiper pagination and navigation components when all
 * slides are visible on the current view, using internal
 * classes.
 *
 * In the latest version 4.4.2 there is no working public
 * API that allows to set custom classes.
 */
.swiper-button-lock {
  display: none !important;
}
.swiper-pagination-lock {
  display: none !important;
}
.ProductCardComponent {
  height: 100%;
}
.product-card__provider {
  height: 100%;
}
html[data-useragent*='MSIE 10.0'] .em_carousel__swiper {
  overflow-x: scroll;
  padding: 12px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html[data-useragent*='MSIE 10.0'] .ProductCardComponent {
  height: 100%;
}
html[data-useragent*='MSIE 10.0'] .product-card__provider {
  margin-right: 10px;
}
html[data-useragent*='MSIE 10.0'] .em_carousel__nav-button {
  display: none;
}
.ieCarousel-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.em_faqdetails__tab-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
  overflow-x: auto;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.tab-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 0 0 12px;
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
}
.tab-navigation__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
}
.tab-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0 12px;
  outline-style: none;
  cursor: pointer;
}
.tab-navigation__label {
  display: block;
  letter-spacing: 0;
  color: #aeaeae;
  margin: auto;
  font-size: 14px;
  line-height: 48px;
  white-space: nowrap;
  max-width: 100%;
}
.tab-navigation__item:hover .tab-navigation__label {
  color: #000000;
}
.tab-navigation__item--active .tab-navigation__label {
  border-bottom: 2px solid;
  font-weight: bold;
  line-height: 46px;
  color: #000000;
}
/** Content styles */
.em_faqdetails__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.em_faqdetails__content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.em_faqdetails__content--author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
  margin-bottom: 1em;
}
.em_content__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 285px;
}
.em_content__img {
  max-height: 130px;
  max-width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.em_content__text {
  min-height: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  padding: 48px;
}
/*Overwrite basic engine style*/
nav.em_faqdetails__tab-navigation .tab-navigation__wrapper li.tab-navigation__tab::before {
  background: none;
}
/* Content Style */
@media (min-width: 1440px) {
  .tab-navigation__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
  }
  .tab-navigation__label {
    font-size: 16px;
  }
  .em_content__left-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
  }
  .em_content__right-color {
    width: 50%;
  }
  .em_faqdetails__content {
    min-height: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .em_faqdetails__content--calculate-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: -100vw;
  }
  .em_content__img-wrapper {
    width: 720px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .em_content__img {
    max-height: 260px;
    max-width: 260px;
  }
  .em_content__text-wrapper {
    width: 720px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 72px 48px;
  }
  .em_content__text {
    padding: 0;
  }
}
#cmp-text__paragraph p {
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 1em;
}
@media (min-width: 480px) {
  #cmp-text__paragraph p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #cmp-text__paragraph p {
    font-size: 16px;
  }
}
.cmp-text > h1:first-child,
.cmp-text > h2:first-child,
.cmp-text > h3:first-child,
.cmp-text > h4:first-child,
.cmp-text > h5:first-child,
.cmp-text > h6:first-child {
  margin-top: 0;
}
.cmp-text p {
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
}
@media (min-width: 480px) {
  .cmp-text p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cmp-text p {
    font-size: 16px;
  }
}
.cmp-text h1 {
  font-style: normal;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 1em;
  font-size: 1rem;
}
.cmp-text h2 {
  font-style: normal;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 1em;
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cmp-text h2 {
    font-size: 28px;
    margin-top: 96px;
    margin-bottom: 32px;
  }
}
.cmp-text h3 {
  font-style: normal;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 1em;
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text h3 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 16px;
  }
}
.cmp-text h4,
.cmp-text h5,
.cmp-text h6 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text h4,
  .cmp-text h5,
  .cmp-text h6 {
    font-style: normal;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 1em;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.cmp-text ol,
.cmp-text ul {
  list-style: none;
  padding-left: 0;
  margin: 32px 0 32px 1.6rem;
}
.cmp-text ul li {
  margin-bottom: 1rem;
}
.cmp-text ul li:before {
  content: "•";
  color: #c8c8c8;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  display: inline-block;
  margin: 0 1rem 0 -1.4rem;
}
.cmp-text ol {
  counter-reset: listitem;
}
.cmp-text ol li {
  margin-bottom: 1rem;
}
.cmp-text ol li:before {
  counter-increment: listitem;
  content: counter(listitem);
  font-weight: 700;
  border-radius: 50%;
  color: #c8c8c8;
  display: inline-block;
  margin: 0 0.7rem 0rem -1.4rem;
}
.cmp-text a {
  color: #8e0038;
  text-decoration: none;
}
.cmp-text a:visited {
  color: #8e0038;
}
.cmp-text a:active,
.cmp-text a:focus,
.cmp-text a:hover {
  text-decoration: underline;
}
.cmp-text a:active {
  color: #71022e;
}
.cmp-text div {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text div {
    font-size: 14px;
    line-height: 20px;
  }
}
.cmp-text hr {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text hr {
    margin-bottom: 18px;
  }
}
@font-face {
  font-family: FS Me;
  font-weight: 300;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Light.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 300;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-LightItalic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 500;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 500;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Italic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 700;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 700;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 900;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Heavy.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 900;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-HeavyItalic.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 400;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000003.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 400;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000003.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 500;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000046.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 500;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000047.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 600;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000050.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 600;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000051.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 700;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000054.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 700;
  font-style: italic;
  src: url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000055.woff") format("woff");
}
html,
body {
  font-family: FS Me, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
  overflow-x: hidden;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 0.67em;
}
@media (min-width: 480px) {
  html,
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 31.5px;
  }
  h3 {
    font-size: 24.5px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 15.75px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}
hr:not([class]) {
  border: 1px solid #e1e1e1;
}
.text ~ .tooltipReact {
  margin-top: -0.3em;
}
.em_modal header {
  display: none;
}
.em_modal footer {
  display: none;
}
.communicationContainer-c {
  text-align: center;
}
.communicationContainer .xf-content-height {
  margin: 0px;
}
.communicationContainer .xf-content-height .aem-Grid,
.communicationContainer .xf-content-height .aem-GridColumn--default--12 {
  border: none;
}
.em_product-selection__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 78px;
  width: 100%;
}
.em_product-selection__tab:nth-child(2) {
  border-color: #D8D8D8;
  border-width: 0 1px;
  border-style: solid;
}
.em_product-selection__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
  outline-style: none;
  cursor: pointer;
}
.em_product-selection__tab-item:hover {
  background-color: #e4d6e4;
  color: #000000;
}
.em_product-selection__tab-item:focus {
  background-color: #b31767;
  color: white;
}
.em_product-selection__tab-item:active,
.em_product-selection__tab-item--active {
  background-color: #b31767;
  color: white;
}
.em_product-selection__tab-icon {
  margin-bottom: 12px;
  width: 24px;
  height: 24px;
}
.em_product-selection__tab-item svg {
  fill: #333333;
}
.em_product-selection__tab-item:hover svg {
  fill: #333333;
}
.em_product-selection__tab-item:focus svg {
  fill: #ffffff;
}
.em_product-selection__tab-item:active svg,
.em_product-selection__tab-item--active svg {
  fill: #ffffff;
}
.em_product-selection__tab-text {
  text-align: center;
  display: none;
  font-size: 12px;
  line-height: 18px;
}
.em_product-selection__tab-header {
  font-weight: bold;
  font-size: 12px;
}
.em_product-selection__tabs-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.em_product-selection__switch-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  padding: 0 24px;
  border-color: #D8D8D8;
  border-width: 1px 0;
  border-style: solid;
}
.em_product-selection__switch-selection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
}
.em_product-selection__tooltip {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.em_product-selection__tooltip-label {
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 0;
  cursor: pointer;
}
.em_product-selection__switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 49px;
  line-height: 24px;
  padding: 12px 0;
  min-width: 130px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.em_product-selection__switch-box {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  /* https://sep-prx.local.ergodirekt.de/browse/COPF-3104 */
  min-width: 34px;
  height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
}
.em_product-selection__switch-box::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}
.em_product-selection__switch-control {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.em_product-selection__switch-label {
  display: none;
}
.em_product-selection__switch-control:hover + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.em_product-selection__switch-control:hover + .em_product-selection__switch-box::before {
  background-color: #f2f2f2;
}
.em_product-selection__switch-control:focus + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #737373;
}
.em_product-selection__switch-control:focus + .em_product-selection__switch-box::before {
  background-color: #f2f2f2;
}
.em_product-selection__switch-control:active + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #aeaeae;
}
.em_product-selection__switch-control:active + .em_product-selection__switch-box::before {
  background-color: #e1e1e1;
}
.em_product-selection__switch-control:checked + .em_product-selection__switch-box {
  background-color: #8e0038;
  border-color: #8e0038;
}
.em_product-selection__switch-control:checked + .em_product-selection__switch-box::before {
  background-color: #ffffff;
}
.em_product-selection__switch-control:checked ~ .em_product-selection__switch-box::before {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
.em_product-selection__switch-control:checked:hover + .em_product-selection__switch-box {
  background-color: #8e0038;
  border-color: #8e0038;
}
.em_product-selection__switch-control:checked:hover + .em_product-selection__switch-box::before {
  background-color: #e4d6e4;
}
.em_product-selection__switch-control:checked:focus + .em_product-selection__switch-box {
  background-color: #71022e;
  border-color: #71022e;
}
.em_product-selection__switch-control:checked:focus + .em_product-selection__switch-box::before {
  background-color: #e4d6e4;
}
.em_product-selection__switch-control:checked:active + .em_product-selection__switch-box {
  background-color: #8e0038;
  border-color: #8e0038;
}
.em_product-selection__switch-control:checked:active + .em_product-selection__switch-box::before {
  background-color: #d9d9d9;
}
.em_product-selection__content {
  display: none;
}
.em_product-selection__content--author {
  display: block !important;
}
.em_product-selection__nav-hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .em_product-selection__tab {
    height: 168px;
    width: 240px;
  }
  .em_product-selection__tab-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 24px 36px;
  }
  .em_product-selection__tab:nth-child(2) {
    position: relative;
    border: 0;
  }
  .em_product-selection__tab:nth-child(2):before,
  .em_product-selection__tab:nth-child(2):after {
    content: "";
    background: #D8D8D8;
    position: absolute;
    top: 36px;
    bottom: 36px;
    width: 1px;
  }
  .em_product-selection__tab--active.em_product-selection__tab:nth-child(2):after,
  .em_product-selection__tab--active.em_product-selection__tab:nth-child(2):before,
  .em_product-selection__tab:last-child:after,
  .em_product-selection__tab:first-child:before {
    content: none;
  }
  .em_product-selection__tab:nth-child(2)::before {
    left: 0;
  }
  .em_product-selection__tab:nth-child(2):after {
    right: 0;
  }
  .em_product-selection__tab-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
  }
  .em_product-selection__tab-header {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 18px;
  }
  .em_product-selection__tab-text {
    display: block;
  }
  .em_product-selection__switch-selection {
    max-width: 380px;
    height: 62px;
    margin: auto;
  }
  .em_product-selection__tabs-selection {
    width: 720px;
    margin: auto;
    margin-bottom: 24px;
  }
  .em_product-selection__switch-label {
    display: inline-block;
    cursor: pointer;
    min-width: 120px;
    padding: 0.25em 0.5em 0.25em 1.4em;
  }
}
@media (min-width: 1440px) {
  .em_product-selection__tabs-selection {
    width: 864px;
  }
  .em_product-selection__tab {
    width: 296px;
    height: 200px;
  }
  .em_product-selection__tab-item {
    padding: 36px 58px;
  }
  .em_product-selection__tab-icon {
    width: 48px;
    height: 38px;
  }
}
.em_iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}
.em_iframe_border {
  width: 100%;
}
.columnControlWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.columnControlWrapper .cmp-image__image {
  width: 100%;
}
.columnControlWrapper .full-width {
  width: 100%;
  margin-left: 0px;
}
.columnControlWrapper .half,
.columnControlWrapper .third,
.columnControlWrapper .twoThird,
.columnControlWrapper .quarter {
  width: 100%;
  padding: 12px;
}
@media (min-width: 768px) {
  .columnControlWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columnControlWrapper .half {
    width: 50%;
  }
  .columnControlWrapper .third {
    width: 50%;
  }
  .columnControlWrapper .third:nth-of-type(3) {
    width: 100%;
  }
  .columnControlWrapper .twoThird {
    width: 50%;
  }
  .columnControlWrapper .quarter {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .columnControlWrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .columnControlWrapper .half {
    width: 50%;
  }
  .columnControlWrapper .third {
    width: 33%;
  }
  .columnControlWrapper .third:nth-of-type(3) {
    width: 33%;
  }
  .columnControlWrapper .twoThird {
    width: 66%;
  }
  .columnControlWrapper .quarter {
    width: 25%;
  }
}
