div.secondary, strong.secondary, span.secondary {
  color: #0056a4;
}

div.secondaryDark, strong.secondaryDark, span.secondaryDark {
  color: #0056a4;
}

div.secondaryLight, strong.secondaryLight, span.secondaryLight {
  color: #d4e7f8;
}

div.bgSecondary, strong.bgSecondary, span.bgSecondary {
  background-color: #7ec1e7;
}

div.bgSecondaryDark, strong.bgSecondaryDark, span.bgSecondaryDark {
  background-color: #0056a4;
  color: #fff;
}

div.bgSecondaryLight, strong.bgSecondaryLight, span.bgSecondaryLight {
  background-color: #d4e7f8;
}

@font-face {
  font-family: "EuclidFA";
  src: url("../../../assets/css/fonts/EuclidFA-Light-WebS.woff2") format("woff2"), url("../../../assets/css/fonts/EuclidFA-Light-WebS.woff") format("woff"), url("../../../assets/css/fonts/EuclidFA-Light-WebS.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuclidFA";
  src: url("../../../assets/css/fonts/EuclidFA-Regular-WebS.woff2") format("woff2"), url("../../../assets/css/fonts/EuclidFA-Regular-WebS.woff") format("woff"), url("../../../assets/css/fonts/EuclidFA-Regular-WebS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuclidFA";
  src: url("../../../assets/css/fonts/EuclidFA-Medium-WebS.woff2") format("woff2"), url("../../../assets/css/fonts/EuclidFA-Medium-WebS.woff") format("woff"), url("../../../assets/css/fonts/EuclidFA-Medium-WebS.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuclidFA";
  src: url("../../../assets/css/fonts/EuclidFA-Bold-WebS.woff2") format("woff2"), url("../../../assets/css/fonts/EuclidFA-Bold-WebS.woff") format("woff"), url("../../../assets/css/fonts/EuclidFA-Bold-WebS.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start !important;
}

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

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

.flex-stretch {
  align-items: stretch;
}

ul.checked {
  list-style-type: none;
}
ul.checked li {
  padding-bottom: 20px;
}
ul.checked li:before {
  margin-top: 3px;
  content: "";
  background: url(../img/geprueft.svg) no-repeat left center;
  background-size: 22px 22px;
  width: 35px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-left: -35px;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.checked.white li:before {
  background: url(../img/geprueft-white.svg) no-repeat left center;
}
ul:first-child {
  margin-top: 0;
}

.container.sizeXXS, .sizeXXS.boxed {
  max-width: 580px !important;
}
@media only screen and (max-width: 37.5rem) {
  .container.sizeXXS, .sizeXXS.boxed {
    max-width: 100%;
  }
}
.container.sizeXS, .sizeXS.boxed {
  max-width: 700px !important;
}
@media only screen and (max-width: 45rem) {
  .container.sizeXS, .sizeXS.boxed {
    max-width: 100%;
  }
}
.container.sizeS, .sizeS.boxed {
  max-width: 900px !important;
}
@media only screen and (max-width: 57.5rem) {
  .container.sizeS, .sizeS.boxed {
    max-width: 100%;
  }
}
.container.sizeM, .sizeM.boxed {
  max-width: 960px;
}
@media only screen and (max-width: 61.25rem) {
  .container.sizeM, .sizeM.boxed {
    max-width: 100%;
  }
}
.container.sizeL, .sizeL.boxed {
  max-width: 1200px;
}
@media only screen and (max-width: 80.125rem) {
  .container.sizeL, .sizeL.boxed {
    max-width: 100%;
  }
}
.container.sizeXL, .sizeXL.boxed {
  max-width: 1380px;
}
@media only screen and (max-width: 87.5rem) {
  .container.sizeXL, .sizeXL.boxed {
    max-width: 100%;
  }
}
.container.sizeXXL, .sizeXXL.boxed {
  max-width: 1800px;
}
@media only screen and (max-width: 113.75rem) {
  .container.sizeXXL, .sizeXXL.boxed {
    max-width: 100%;
  }
}

.container, .boxed {
  position: relative;
}
.container .intro svg, .boxed .intro svg {
  display: block;
  max-width: 20%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 50rem) {
  .container .intro, .boxed .intro {
    display: block;
  }
  .container .intro .col6, .boxed .intro .col6 {
    width: 66%;
  }
  .container .intro svg, .boxed .intro svg {
    float: right;
    clear: right;
    margin-bottom: 20px;
    width: 30%;
    height: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 43.125rem) {
  .container .intro .col6, .boxed .intro .col6 {
    width: 100%;
    float: none;
  }
  .container .intro svg, .boxed .intro svg {
    margin-top: 32px;
    margin-bottom: 0;
    width: 60%;
    float: none;
  }
}

@media (min-width: 480px) {
  .col-sm-1 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(8.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-2 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(16.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-3 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(25% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-4 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(33.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-5 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(41.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-6 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(50% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-7 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(58.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-8 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(66.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-9 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(75% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-10 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(83.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-11 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(91.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .col-sm-12 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(100% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(8.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(16.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(25% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(33.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(41.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(50% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(58.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(66.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(75% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(83.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(91.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(100% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(8.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(16.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-3 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(25% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-4 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(33.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-5 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(41.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-6 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(50% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-7 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(58.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(66.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-9 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(75% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-10 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(83.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-11 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(91.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(100% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(8.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-2 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(16.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-3 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(25% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-4 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(33.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-5 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(41.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-6 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(50% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-7 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(58.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-8 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(66.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-9 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(75% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-10 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(83.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-11 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(91.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .col-xl-12 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(100% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-1 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(8.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-2 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(16.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-3 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(25% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-4 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(33.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-5 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(41.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-6 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(50% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-7 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(58.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-8 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(66.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-9 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(75% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-10 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(83.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-11 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(91.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-12 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(100% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-1 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(8.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-2 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(16.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-3 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(25% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-4 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(33.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-5 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(41.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-6 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(50% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-7 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(58.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-8 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(66.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-9 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(75% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-10 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(83.3333333333% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-11 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(91.6666666667% - 25px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-12 {
    box-sizing: border-box;
    /*padding-right: $gutter;
    width: $width;
    &:last-child {
        padding-right: 0;
    }*/
    width: calc(100% - 25px);
    padding-bottom: 25px;
  }
}
.col-1 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(8.3333333333% - 25px);
}

.col-2 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(16.6666666667% - 25px);
}

.col-3 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(25% - 25px);
}

.col-4 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(33.3333333333% - 25px);
}

.col-5 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(41.6666666667% - 25px);
}

.col-6 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(50% - 25px);
}

.col-7 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(58.3333333333% - 25px);
}

.col-8 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(66.6666666667% - 25px);
}

.col-9 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(75% - 25px);
}

.col-10 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(83.3333333333% - 25px);
}

.col-11 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(91.6666666667% - 25px);
}

.col-12 {
  box-sizing: border-box;
  /*padding-right: $gutter;
  width: $width;
  &:last-child {
      padding-right: 0;
  }*/
  width: calc(100% - 25px);
}

.cols {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cols > div {
  padding-bottom: 25px;
}

.c_shared_welcome .stageSlider {
  text-align: center;
  background: transparent;
}
@media only screen and (min-width: 156.25rem) {
  .c_shared_welcome .stageSlider {
    max-width: 2500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 50rem) {
  .c_shared_welcome .stageSlider {
    max-height: 500px;
    overflow: hidden;
  }
}
.c_shared_welcome .stageSlider .slide {
  color: #fff;
  height: 442px;
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 50rem) {
  .c_shared_welcome .stageSlider .slide {
    height: auto;
    min-height: 390px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c_shared_welcome .stageSlider .slide .container, .c_shared_welcome .stageSlider .slide .boxed {
  height: 100%;
}
.c_shared_welcome .stageSlider .slide .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 64rem) {
  .c_shared_welcome .stageSlider .slide .text {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 49.9375rem) {
  .c_shared_welcome .stageSlider .slide .text {
    padding-left: 0;
  }
}
.c_shared_welcome .stageSlider .slide .radarHighlightWrap {
  position: absolute;
  top: 50px;
}
.c_shared_welcome .stageSlider .slide .headline {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.3;
  font-weight: 900;
  width: 600px;
  max-width: 90vw;
  margin: 0 auto;
}
.c_shared_welcome .stageSlider .slide .copy {
  margin: 0 auto;
  width: 500px;
  max-width: 90vw;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c_shared_welcome .stageSlider .slide .btn {
  white-space: nowrap;
}
.c_shared_welcome h1, .c_shared_welcome h2 {
  font-weight: 900;
}
.c_shared_welcome .projectsIntro {
  padding-top: 85px;
  padding-bottom: 60px;
}
.c_shared_welcome .projectsIntro h1 {
  line-height: 1.15;
}
@media only screen and (min-width: 62.5rem) {
  .c_shared_welcome .projectsIntro {
    padding-right: 200px;
  }
}
.c_shared_welcome .projects {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-items: flex-start;
  -moz-justify-items: flex-start;
  -ms-justify-items: flex-start;
  -o-justify-items: flex-start;
  justify-items: flex-start;
  width: 100%;
  margin: 0 auto;
  max-width: 1380px;
}
.c_shared_welcome .projects:before, .c_shared_welcome .projects:after {
  content: "";
  display: none;
}
.c_shared_welcome .projects .project {
  width: 48.8%;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.c_shared_welcome .projects .project:nth-child(odd) {
  margin-right: 2%;
}
@media only screen and (max-width: 64.6875rem) {
  .c_shared_welcome .projects .project {
    width: 100%;
  }
  .c_shared_welcome .projects .project:nth-child(odd) {
    margin-right: 0;
  }
}
.c_shared_welcome .projects .project .title {
  background: #cbe6ff;
  padding: 0 10px;
  height: 80px;
  color: #291d1e;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 80px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 48rem) {
  .c_shared_welcome .projects .project .title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .c_shared_welcome .projects .project .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c_shared_welcome .projects .project .content {
  padding: 40px 30px 40px 40px;
}
@media only screen and (max-width: 31.25rem) {
  .c_shared_welcome .projects .project .content {
    padding: 25px;
  }
}
.c_shared_welcome .projects .project .content .logo {
  position: relative;
}
.c_shared_welcome .projects .project .content .logo svg {
  display: block;
  margin: 0 auto 40px;
  height: 55px;
}
.c_shared_welcome .projects .project .content .logo .new {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 0;
  top: -20px;
}
@media only screen and (max-width: 75rem) {
  .c_shared_welcome .projects .project .content .logo .new {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -20px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .c_shared_welcome .projects .project .content .logo .new {
    right: -30px;
    top: 40px;
    height: 50px;
    width: 50px;
  }
}
.c_shared_welcome .projects .project .content .logo .new svg {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 75rem) {
  .c_shared_welcome .projects .project .content .logo .new svg {
    width: 100%;
    height: auto;
  }
}
.c_shared_welcome .projects .project .content .row {
  zoom: 1;
}
.c_shared_welcome .projects .project .content .row:before, .c_shared_welcome .projects .project .content .row:after {
  content: "";
  display: table;
}
.c_shared_welcome .projects .project .content .row:after {
  clear: both;
}
.c_shared_welcome .projects .project .content .row .icon {
  float: left;
  width: 170px;
  padding-right: 30px;
}
@media only screen and (max-width: 62.5rem) {
  .c_shared_welcome .projects .project .content .row .icon {
    width: 100%;
    float: none;
  }
}
.c_shared_welcome .projects .project .content .row .icon svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 62.5rem) {
  .c_shared_welcome .projects .project .content .row .icon svg {
    width: 170px;
    display: block;
    margin: 0 auto 10px;
  }
}
.c_shared_welcome .projects .project .content .row .icon .iconAppend {
  padding-top: 10px;
  text-align: right;
  padding-right: 15px;
}
.c_shared_welcome .projects .project .content .row .icon .iconAppend svg {
  width: auto;
  height: 95px;
}
.c_shared_welcome .projects .project .content .row .description {
  float: left;
  width: calc(100% - 170px);
}
@media only screen and (max-width: 62.5rem) {
  .c_shared_welcome .projects .project .content .row .description {
    width: 100%;
    float: none;
  }
}
.c_shared_welcome .projects .project .content .row .description ul li:last-child {
  font-weight: 700;
}
.c_shared_welcome .projectDescriptionAlternate {
  background: #fff;
  padding-top: 90px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.c_shared_welcome .projectDescriptionAlternate h2 {
  font-size: 32px;
  font-size: 2rem;
}
.c_shared_welcome .projectDescriptionAlternate .project {
  text-align: left;
  padding: 70px 0;
}
.c_shared_welcome .projectDescriptionAlternate .project h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.c_shared_welcome .projectDescriptionAlternate .project .img {
  width: 410px;
  float: left;
  position: relative;
}
.c_shared_welcome .projectDescriptionAlternate .project .img .highlight {
  background: #0056a4;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 7px;
  position: absolute;
  line-height: 1;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 64rem) {
  .c_shared_welcome .projectDescriptionAlternate .project .img {
    width: 40%;
  }
}
@media only screen and (max-width: 48rem) {
  .c_shared_welcome .projectDescriptionAlternate .project .img {
    width: 100%;
    float: none;
    padding-bottom: 15px;
  }
}
.c_shared_welcome .projectDescriptionAlternate .project .description {
  width: calc(100% - 410px - 100px);
  float: right;
}
@media only screen and (max-width: 64rem) {
  .c_shared_welcome .projectDescriptionAlternate .project .description {
    width: 50%;
  }
}
@media only screen and (max-width: 48rem) {
  .c_shared_welcome .projectDescriptionAlternate .project .description {
    width: 100%;
    float: none;
  }
}
.c_shared_welcome .projectDescriptionAlternate .project:nth-child(odd) {
  background: #FAFAFA;
}
.c_shared_welcome .projectDescriptionAlternate .project:nth-child(odd) .img {
  float: right;
}
.c_shared_welcome .projectDescriptionAlternate .project:nth-child(odd) .img .highlight {
  left: auto;
  right: 0;
}
.c_shared_welcome .projectDescriptionAlternate .project:nth-child(odd) .description {
  float: left;
}
.c_shared_welcome .stage.stageSecondary {
  margin-top: 0;
}
.c_shared_welcome .stage.stageSecondary .benefits {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 31.25rem) {
  .c_shared_welcome .stage.stageSecondary .benefits > div {
    padding-bottom: 30px;
  }
}
.c_shared_welcome .stage.stageSecondary .outro {
  font-weight: 700;
  padding-top: 70px;
}
.c_shared_welcome .layoutServiceWrapper {
  padding: 60px 0 60px;
  background: #b90f2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6001e 0%, #b90f2d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6001e 0%, #b90f2d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6001e 0%, #b90f2d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary", endColorstr="$primaryDark", GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.c_shared_welcome .layoutServiceWrapper a, .c_shared_welcome .layoutServiceWrapper a:link, .c_shared_welcome .layoutServiceWrapper a:visited {
  color: #fff;
}
.c_shared_welcome .layoutServiceWrapper .layoutServiceInner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 68.75rem) {
  .c_shared_welcome .layoutServiceWrapper .layoutServiceInner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 40.625rem) {
  .c_shared_welcome .layoutServiceWrapper .layoutServiceInner {
    display: block;
  }
}
.c_shared_welcome .layoutServiceWrapper .layoutServiceInner h2 {
  font-weight: 700;
}
@media only screen and (min-width: 50rem) {
  .c_shared_welcome .layoutServiceWrapper .layoutServiceInner h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c_shared_welcome .layoutServiceWrapper .layoutServiceInner > div {
  width: 50%;
}
@media only screen and (max-width: 48rem) {
  .c_shared_welcome .layoutServiceWrapper .layoutServiceInner > div {
    width: 100%;
  }
}

.sustainableWrapper {
  padding: 60px 10px 120px;
}
.sustainableWrapper .sustainableInner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 68.75rem) {
  .sustainableWrapper .sustainableInner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 40.625rem) {
  .sustainableWrapper .sustainableInner {
    display: block;
  }
}
.sustainableWrapper .sustainableInner h2 {
  font-weight: 700;
}
@media only screen and (min-width: 50rem) {
  .sustainableWrapper .sustainableInner h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.sustainableWrapper .sustainableInner > div {
  width: 47%;
}
@media only screen and (max-width: 48rem) {
  .sustainableWrapper .sustainableInner > div {
    width: 100%;
  }
}
.sustainableWrapper .sustainableInner .icons {
  position: relative;
  height: 130px;
}
.sustainableWrapper .sustainableInner .icons svg {
  position: absolute;
  display: block;
  width: 111px;
  height: 113px;
}
@media only screen and (max-width: 50rem) {
  .sustainableWrapper .sustainableInner .icons svg {
    width: 74px;
    height: 75.3333333333px;
  }
}
.sustainableWrapper .sustainableInner .icons svg:nth-child(1) {
  left: 30%;
  top: 60px;
}
.sustainableWrapper .sustainableInner .icons svg:nth-child(2) {
  left: 60%;
  top: 60px;
}
.sustainableWrapper .sustainableInner .icons svg:nth-child(3) {
  left: auto;
  right: 27px;
  top: -50px;
}

.boxed {
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.boxed:before, .boxed:after {
  content: "";
  display: table;
}
.boxed:after {
  clear: both;
}
@media only screen and (max-width: 43.75rem) {
  .boxed {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.boxed .box {
  background: #fff;
  width: 31%;
  float: left;
  margin: 0 1% 25px;
  border: 1px solid #EBE8E8;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.25s ease-in-out;
  padding: 0 0 80px;
  position: relative;
  color: #291d1e;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
}
@media only screen and (max-width: 43.75rem) {
  .boxed .box {
    width: 48%;
  }
}
@media only screen and (max-width: 34.375rem) {
  .boxed .box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.boxed .box:first-child {
  margin-left: 0;
}
.boxed .box:last-child {
  margin-right: 0;
}
.boxed .box:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.14);
  text-decoration: none;
}
.boxed .box:hover button {
  background: #e6001e;
  color: #fff;
}
.boxed .box:hover button.text {
  background: none;
}
.boxed .box > img {
  width: 100%;
  height: auto;
}
.boxed .box .content {
  padding: 30px 15px 0;
}
.boxed .box .headline {
  display: block;
  padding: 0 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
.boxed .box .buttonWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 450px;
}
.boxed .box .buttonWrap.right button {
  right: 0;
  left: auto;
}
.boxed .box .buttonWrap button {
  bottom: 30px;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  left: 0;
  margin: 0 auto;
  width: auto;
}
.boxed .box .buttonWrap button.text {
  border: 0;
  color: #291d1e;
}

.comparisonTableWrap {
  background: #EBEBEB;
  padding-top: 80px;
  padding-bottom: 90px;
}
.comparisonTableWrap h2 {
  font-size: 32px;
  font-size: 2rem;
}
.comparisonTableWrap h3 {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 15px;
}
.comparisonTableWrap .comparisonTable {
  -webkit-box-shadow: 0px 1px 3px #b0b0b0;
  -moz-box-shadow: 0px 1px 3px #b0b0b0;
  -ms-box-shadow: 0px 1px 3px #b0b0b0;
  -o-box-shadow: 0px 1px 3px #b0b0b0;
  box-shadow: 0px 1px 3px #b0b0b0;
  padding: 30px 20px;
  background: #fff;
  margin-top: 35px;
}
@media only screen and (max-width: 43.75rem) {
  .comparisonTableWrap .comparisonTable {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.comparisonTableWrap .comparisonTable ul {
  display: flex;
  top: 0;
  z-index: 10;
  padding: 0;
  margin: 0 0 10px 0;
  flex-wrap: wrap;
}
.comparisonTableWrap .comparisonTable li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 49.8%;
}
.comparisonTableWrap .comparisonTable li:last-child {
  border-right: 1px solid #DBD9D9;
}
.comparisonTableWrap .comparisonTable button {
  width: 100%;
  margin: 0;
  border: 1px solid #DBD9D9;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #A2A0A0;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #fff;
}
.comparisonTableWrap .comparisonTable li.active button {
  background: #F5F5F5;
  color: #291d1e;
}
.comparisonTableWrap .comparisonTable table {
  border-collapse: collapse;
  width: 100%;
}
.comparisonTableWrap .comparisonTable th {
  background: #4d4d4c;
  color: #fff;
  display: none;
}
.comparisonTableWrap .comparisonTable td, .comparisonTableWrap .comparisonTable th {
  border: 1px solid #DBD9D9;
  padding: 5px;
  empty-cells: show;
}
.comparisonTableWrap .comparisonTable td, .comparisonTableWrap .comparisonTable th {
  text-align: left;
}
.comparisonTableWrap .comparisonTable td + td, .comparisonTableWrap .comparisonTable th + th {
  display: none;
}
.comparisonTableWrap .comparisonTable td + td {
  text-align: center;
  line-height: 1;
}
.comparisonTableWrap .comparisonTable td.default {
  display: table-cell;
}
.comparisonTableWrap .comparisonTable td.hover {
  background-color: #7ec1e7;
}
.comparisonTableWrap .comparisonTable td.hover svg path {
  fill: #fff;
}
.comparisonTableWrap .comparisonTable .hide {
  border: 0;
  background: none;
}
.comparisonTableWrap .comparisonTable tr.last td {
  border-top: 2px solid #DBD9D9;
  padding-bottom: 20px;
  padding-top: 20px;
}
.comparisonTableWrap .comparisonTable tr.last td:nth-of-type(1) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.comparisonTableWrap .comparisonTable tr.last td .btn {
  padding: 13px;
  min-width: 70%;
  margin: 0;
  background: white;
  color: #e6001e;
  display: block;
}
@media (max-width: 1000px) {
  .comparisonTableWrap .comparisonTable tr.last td .btn {
    white-space: normal;
  }
}
.comparisonTableWrap .comparisonTable tr.last td .btn:hover {
  color: #e6001e;
}
@media only screen and (max-width: 31.25rem) {
  .comparisonTableWrap .comparisonTable tr.last td .btn {
    padding: 8px 6px;
  }
}
@media (min-width: 1000px) {
  .comparisonTableWrap .comparisonTable ul {
    display: none;
  }
  .comparisonTableWrap .comparisonTable th {
    vertical-align: top;
  }
  .comparisonTableWrap .comparisonTable td, .comparisonTableWrap .comparisonTable th {
    display: table-cell !important;
    padding: 8px 15px;
  }
}
@media (max-width: 1000px) {
  .comparisonTableWrap .comparisonTable td, .comparisonTableWrap .comparisonTable th {
    padding: 10px;
  }
  .comparisonTableWrap .comparisonTable th:nth-child(1),
.comparisonTableWrap .comparisonTable td:nth-child(1) {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .comparisonTableWrap .comparisonTable th, .comparisonTableWrap .comparisonTable td {
    width: 146px;
  }
  .comparisonTableWrap .comparisonTable th:nth-child(1),
.comparisonTableWrap .comparisonTable td:nth-child(1) {
    width: auto;
  }
}
.comparisonTableWrap .comparisonTable svg {
  width: 22px;
  height: 22px;
}

.centeredHeaderImg {
  display: block;
  margin: 0px auto;
}

.stage.stageSecondary {
  margin-top: 80px;
  background: #0056a4 !important;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
@media only screen and (max-width: 43.75rem) {
  .stage.stageSecondary {
    font-size: 16px;
    font-size: 1rem;
  }
}
.stage.stageSecondary .headline {
  margin: 12px 0 30px;
}
.stage.stageSecondary img {
  height: 46px;
  width: 46px;
}
.stage.stageSecondary .benefits svg {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.stage.stageSecondary .benefits svg path {
  fill: #fff;
}

.c_account .subnavi {
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #C6C6C6;
  max-width: 565px;
  margin-bottom: 28px;
}
.c_account .subnavi ul {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.c_account .subnavi ul li {
  display: inline;
}
.c_account .subnavi ul li a {
  display: inline-block;
  padding: 0 33px 16px;
  color: #291d1e;
  text-decoration: none;
}
.c_account .subnavi ul li a:hover {
  color: #e6001e;
}
.c_account .subnavi ul li a.active {
  font-weight: 900;
  color: #e6001e;
  border-bottom: 1px solid #e6001e;
  transform: translateY(1px);
}

.ms-container {
  background: transparent url("../img/switch.png") no-repeat 50% 50%;
  width: 400px;
  margin-top: 6px;
}
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.ms-container .ms-selection {
  float: right;
}
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #e6001e;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.container input[type^=file], .boxed input[type^=file] {
  display: block;
  padding: 20px 10px !important;
  min-height: 50px;
  max-width: 360px;
  cursor: pointer;
  background: #eee;
  margin-bottom: 3px;
  border: 2px dashed #bbb !important;
}
.container input[type^=file] + input[type=file], .boxed input[type^=file] + input[type=file] {
  margin-top: 4px;
}

.defaultForm input[type=number],
.defaultForm input[type=checkbox],
.defaultForm input[type=password],
.defaultForm input[type=text],
.defaultForm input[type=email],
.defaultForm textarea {
  margin-bottom: 15px;
}

.badge {
  border-radius: 0.75rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.1rem 0.5rem;
}
.badge img.icon {
  display: inline-block !important;
  height: 1em;
  vertical-align: middle !important;
  margin: 0 !important;
}
.badge.circle {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  width: 20px;
  vertical-align: text-bottom;
  font-family: "Times New Roman", Times, serif;
}
.badge.circle img.icon {
  height: 11px !important;
}
.badge.bgGrey {
  background: #524d4d;
  color: #fff;
}
.badge.secondary {
  background: #fff;
  color: #7ec1e7;
}
.badge.bg-secondary {
  color: #fff;
  background: #7ec1e7;
}
.badge.bg-secondaryDark {
  color: #fff;
  background: #0056a4;
}
.badge.bg-sustainable {
  background: #68a34c;
  color: #fff;
}

.configuratorBadgeWithTooltip {
  white-space: nowrap;
}

.configuratorStepImage .configuratorBadgeWithTooltip {
  display: block;
  padding-top: 5px;
}

.configuratorOptionBadge {
  background: #0156a4;
  display: inline-block;
  padding: 6px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-left: 6px;
}

.hasIcon img.icon {
  display: inline-block !important;
  height: 20px;
  vertical-align: text-bottom !important;
  margin: 0 !important;
}
.hasIcon:first-child {
  margin-left: 0;
}
.hasIcon + .hasIcon {
  margin-left: 4px;
}
.hasIcon + .configuratorOptionBadge {
  margin-left: 16px;
}

.has-tooltip {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.has-tooltip > * {
  pointer-events: none;
}

#tooltip {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 10px;
  z-index: 99999;
  min-width: 340px;
  max-width: 600px;
  opacity: 0;
  transition: opacity 0.4s, transform 0.3s;
  transform: translateY(-10px);
}
@media only screen and (max-width: 37.8125rem) {
  #tooltip {
    max-width: 98vw;
  }
}
#tooltip.interactive {
  pointer-events: auto;
}
#tooltip:after {
  content: "";
  position: absolute;
  width: 12px;
  /* Adjust the size of the arrow */
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  top: 100%;
  left: 5px;
  margin-top: -6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
#tooltip.arrowCenter {
  transform: translate(-50%, 0px);
}
@media only screen and (max-width: 48rem) {
  #tooltip.arrowCenter {
    transform: translate(-50%, -30px);
    left: 50% !important;
  }
}
#tooltip.arrowCenter:after {
  left: calc(50% + 6px);
}
#tooltip.sizeXXXL {
  max-width: 1200px;
}
#tooltip.scrollable {
  max-height: 60vh;
  overflow: auto;
  pointer-events: auto;
}
#tooltip.arrowRight:after {
  left: auto;
  right: 25px;
}

.range .tickWrapper {
  position: relative;
  height: 25px;
  overflow: visible;
  margin-left: 20px;
  width: calc(100% - 40px);
}
.range .tickWrapper .tick {
  position: absolute;
  width: 50px;
  text-align: center;
  top: 6px;
  left: 0;
  transform: translateX(-30%);
  font-weight: bold;
  color: #0056a4;
}
.range .tickWrapper .tick:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #a3a0a0;
  top: -14px;
  left: 40%;
}
.range .tickWrapper .tick.discounted:before {
  border-bottom-color: #0056a4;
}
.range .tickWrapper .tick .tickLabelDeselected {
  position: absolute;
  top: -107px;
  left: 50%;
  color: #a3a0a0;
  display: inline-block;
  padding: 3px 10px;
  background: transparent;
  transform: translateX(-40%);
  z-index: -111;
}
.range .tickWrapper .tick .tickLabelDeselected.default:before {
  display: block;
  content: "Unsere Empfehlung";
  position: absolute;
  font-size: 12px;
  color: #e6001e;
  width: 120px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.range .tickWrapper .tick .tickLabelDeselected.default:after {
  content: "\f063";
  position: absolute;
  /*width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid $primary;
  */
  color: #e6001e;
  top: -22px;
  left: 40%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.rangesliderJs .outputWrap {
  z-index: 10;
}

.checkoutBadgeRightWrapper {
  position: relative;
  min-height: 2rem;
  margin-bottom: 20px;
  float: right;
  width: 300px;
}
.checkoutBadgeRightWrapper .checkoutBadgeRight {
  position: absolute;
  padding: 6px 9px;
  right: -40px;
  top: 0;
  left: auto;
  width: auto;
  background: #0056a4;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(41, 29, 30, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #291d1e;
  line-height: 1.5;
}
.callout.secondary {
  background-color: #cbe6ff;
  color: #291d1e;
}

header img, header svg {
  display: inline-block;
}

div.announcements {
  display: none;
  background: #b90f2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6001e 0%, #b90f2d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6001e 0%, #b90f2d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6001e 0%, #b90f2d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary", endColorstr="$primaryDark", GradientType=0);
  /* IE6-9 */
  color: #fff;
  padding: 10px 0 10px;
}
div.announcements .container, div.announcements .boxed {
  max-width: 1200px;
}
@media only screen and (max-width: 75.625rem) {
  div.announcements {
    padding-left: 5px;
    padding-right: 5px;
  }
}
div.announcements .close {
  float: right;
  color: #fff;
}
div.announcements .close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: middle;
}
div.announcements .intro {
  font-weight: 700;
}
@media only screen and (max-width: 43.75rem) {
  div.announcements .intro {
    display: none;
  }
}
div.announcements .teaser {
  padding: 0px 25px;
  display: inline-block;
}
@media only screen and (max-width: 43.75rem) {
  div.announcements .teaser {
    display: block;
    padding-left: 0px;
  }
}
div.announcements .more {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 43.75rem) {
  div.announcements .more {
    padding-left: 0px;
  }
}
div.announcements .less {
  display: none;
  cursor: pointer;
  text-decoration: underline;
}
div.announcements .details {
  display: none;
}
div.announcements .details .announcement {
  max-width: 800px;
  padding: 10px 0;
  zoom: 1;
}
div.announcements .details .announcement:before, div.announcements .details .announcement:after {
  content: "";
  display: table;
}
div.announcements .details .announcement:after {
  clear: both;
}
div.announcements .details .announcement .title {
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 0;
  display: inline-block;
  padding-right: 20px;
  float: left;
}
div.announcements .details .announcement .message {
  clear: both;
  padding-top: 10px;
}
div.announcements .details .announcement .message p {
  margin-top: 0;
}
div.announcements .details .announcement .message a {
  color: #fff !important;
  text-decoration: underline;
}

.topBar {
  background: #faf7f7;
  min-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  color: #291d1e;
  padding: 0 5px;
  zoom: 1;
}
@media only screen and (max-width: 37.5rem) {
  .topBar {
    line-height: 2;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.topBar .container, .topBar .boxed {
  max-width: 1200px;
}
.topBar .fa {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
}
.topBar .topBarLeft {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 59.375rem) {
  .topBar .topBarLeft {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.topBar .topBarLeft a {
  color: #291d1e;
}
.topBar .topBarRight {
  float: right;
  width: 70%;
  text-align: right;
}
.topBar .topBarRight .fa-angle-right {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5px;
  margin-right: 5px;
}
.topBar .topBarRight .icon {
  vertical-align: middle;
  margin-left: 30px;
  margin-top: -1px;
  height: 15px;
}
.topBar .topBarRight .icon:last-child {
  margin-left: 20px;
}
@media only screen and (max-width: 59.375rem) {
  .topBar .topBarRight {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 43.125rem) {
  .topBar .topBarRight {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .topBar.hasPartner .topBarRight {
    padding-right: 130px;
  }
}
.topBar:before, .topBar:after {
  content: "";
  display: table;
}
.topBar:after {
  clear: both;
}

.headerUnified {
  font-size: 15px;
  font-size: 0.9375rem;
  /*
  .customerMenu.hasPartner ~ ul#menuUnified > li{
  	background:red !important;
  	padding-top: 0;
  }*/
  /* btn */
}
.headerUnified ul {
  box-sizing: border-box;
}
.headerUnified .headerUnifiedGeneral {
  background: #fff;
  border-bottom: 1px solid #dbd9d9;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  -moz-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  -ms-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  -o-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .headerUnifiedGeneral {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.headerUnified .container, .headerUnified .boxed {
  position: relative;
  max-width: 1200px;
}
@media only screen and (max-width: 75rem) {
  .headerUnified .container, .headerUnified .boxed {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.headerUnified .col {
  width: 33%;
}
.headerUnified .col:nth-of-type(3n+1) {
  clear: left;
}
.headerUnified .col.col-1 {
  width: 8.3333333333%;
}
.headerUnified .col.col-2 {
  width: 16.6666666667%;
}
.headerUnified .col.col-3 {
  width: 25%;
}
.headerUnified .col.col-4 {
  width: 33.3333333333%;
}
.headerUnified .col.col-5 {
  width: 41.6666666667%;
}
.headerUnified .col.col-6 {
  width: 50%;
}
.headerUnified .col.col-7 {
  width: 58.3333333333%;
}
.headerUnified .col.col-8 {
  width: 66.6666666667%;
}
.headerUnified .col.col-9 {
  width: 75%;
}
.headerUnified .col.col-10 {
  width: 83.3333333333%;
}
.headerUnified .col.col-11 {
  width: 91.6666666667%;
}
.headerUnified .col.col-12 {
  width: 100%;
}
.headerUnified a, .headerUnified a:link, .headerUnified a:visited {
  color: #291d1e;
}
.headerUnified a:hover {
  color: #e6001e;
}
.headerUnified a.btn, .headerUnified a:link.btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 5px 15px;
  text-align: center;
}
@media only screen and (max-width: 68.75rem) {
  .headerUnified a.btn, .headerUnified a:link.btn {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.headerUnified a.btn.btn-primary, .headerUnified a:link.btn.btn-primary {
  border: none;
  background: #e6001e;
  color: #fff;
}
.headerUnified a.btn.btn-secondary, .headerUnified a:link.btn.btn-secondary {
  border: none;
  background: #7ec1e7;
  color: #fff;
  padding-left: 11px;
  padding-right: 11px;
}
.headerUnified a.btn.btn-huge, .headerUnified a:link.btn.btn-huge {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 7px;
}
.headerUnified a.btn.btn-white, .headerUnified a:link.btn.btn-white {
  color: #fff;
  border-color: #fff;
}
.headerUnified .logo {
  width: 26%;
  max-width: 230px;
  float: left;
  padding: 22px 0 0px;
}
.headerUnified .logo a {
  width: 100%;
  display: block;
  text-align: center;
}
.headerUnified .logo a img {
  width: 100%;
}
@media only screen and (max-width: 31.25rem) {
  .headerUnified .logo a img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 62.5rem) {
  .headerUnified .logo {
    width: 20%;
  }
}
@media only screen and (max-width: 59.3125rem) {
  .headerUnified .logo {
    width: 40%;
  }
}
@media only screen and (max-width: 31.25rem) {
  .headerUnified .logo {
    width: 100%;
    max-width: 100%;
  }
}
.headerUnified .customerMenu {
  float: right;
  width: 400px;
  padding-top: 22px;
}
@media only screen and (max-width: 40.625rem) {
  .headerUnified .customerMenu {
    max-width: 200px;
  }
}
@media only screen and (min-width: 64rem) {
  .headerUnified .customerMenu.hasPartner {
    width: 500px;
  }
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .customerMenu {
    padding-top: 0;
  }
}
.headerUnified .customerMenu ul {
  display: inline-block;
  width: auto;
  float: right;
  clear: right;
}
.headerUnified .customerMenu ul li {
  display: inline-block;
  text-align: right;
}
.headerUnified .customerMenu ul li a {
  text-align: center;
  display: block;
  padding-left: 45px;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .customerMenu ul li a {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .customerMenu ul li a .text {
    display: none;
  }
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .customerMenu ul li a svg {
    width: 30px;
    height: 30px;
  }
}
.headerUnified .customerMenu ul li a .cartItemsCount {
  position: absolute;
  top: 0;
  right: 14px;
  background: #e6001e;
  border-radius: 10px;
  width: 18px;
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.headerUnified .customerMenu ul li.active > a, .headerUnified .customerMenu ul li.active > a:link, .headerUnified .customerMenu ul li.active > a:active, .headerUnified .customerMenu ul li.active > a:visited {
  color: #e6001e;
}
.headerUnified .customerMenu ul li.active svg * {
  fill: #e6001e;
}
.headerUnified .customerMenu ul li.isPartner {
  width: 123px;
  height: 55px;
  background: transparent;
}
@media only screen and (max-width: 63.9375rem) {
  .headerUnified .customerMenu ul li.isPartner {
    display: none;
  }
}
.headerUnified .customerMenu ul li.isPartner img {
  position: absolute;
  top: 0px;
  right: -22px;
  height: 100px;
  width: auto;
}
.headerUnified .customerMenu ul.row2 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  z-index: 114;
}
@media only screen and (min-width: 64rem) {
  .headerUnified .customerMenu ul.row2.hasPartner {
    right: 145px;
  }
}
@media only screen and (min-width: 86.875rem) {
  .headerUnified .customerMenu ul.row2.hasPartner {
    right: 125px;
  }
}
@media only screen and (max-width: 75rem) {
  .headerUnified .customerMenu ul.row2 {
    right: 10px;
  }
}
@media only screen and (max-width: 50rem) {
  .headerUnified .customerMenu ul.row2 {
    display: none;
  }
}
.headerUnified .customerMenu svg {
  width: 1.4em;
  height: 1.4em;
}
.headerUnified ul, .headerUnified li {
  padding: 0;
  margin: 0;
  list-style: none none;
}
.headerUnified ul li {
  position: relative;
}
.headerUnified ul li.highlight:before {
  content: "NEU";
  color: #7ec1e7;
  display: inline;
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 11px;
  font-weight: bold;
}
.headerUnified ul li.hasSubnavi > ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 5px 5px -1px  rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 5px -1px  rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 5px -1px  rgba(0,0,0,0.2);
  -o-box-shadow: 0 5px 5px -1px  rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px -1px  rgba(0,0,0,0.2);
  height: 0;
  overflow: hidden;
  left: 0;
  width: 250px;
  background: #fff;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: height 500ms ease-out;
  -moz-transition: height 500ms ease-out;
  -ms-transition: height 500ms ease-out;
  -o-transition: height 500ms ease-out;
  transition: height 500ms ease-out;
}
.headerUnified ul li.hasSubnavi > ul li {
  display: block;
}
.headerUnified ul li.hasSubnavi > ul li a {
  padding: 10px 10px 10px 30px;
  color: #3c3c3c;
  text-align: left;
}
.headerUnified ul li.hasSubnavi > ul li a:hover {
  color: #e6001e;
}
.headerUnified ul li.hasSubnavi:hover > a, .headerUnified ul li.hasSubnavi.visible > a {
  color: #e6001e;
}
.headerUnified ul li.hasSubnavi:hover > ul, .headerUnified ul li.hasSubnavi.visible > ul {
  opacity: 1;
  z-index: 9999999;
  height: auto;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.headerUnified #F-signet {
  display: block;
  margin: 0px auto;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 40.625rem) {
  .headerUnified #F-signet {
    display: none;
  }
}
.headerUnified .menu {
  clear: both;
}
.headerUnified ul#menuUnified {
  clear: both;
  width: auto;
  position: relative;
  zoom: 1;
  z-index: 1030;
}
.headerUnified ul#menuUnified:before, .headerUnified ul#menuUnified:after {
  content: "";
  display: table;
}
.headerUnified ul#menuUnified:after {
  clear: both;
}
@media only screen and (min-width: 50rem) {
  .headerUnified ul#menuUnified {
    width: calc(100% - 200px);
  }
}
.headerUnified ul#menuUnified > li {
  float: left;
  display: inline-block;
  position: static;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 53.75rem) {
  .headerUnified ul#menuUnified > li {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified ul#menuUnified > li {
    color: transparent;
  }
}
.headerUnified ul#menuUnified > li .subnaviFlyout {
  opacity: 0.99;
  position: absolute;
  top: 100%;
  z-index: 9999999;
  height: 0;
  padding: 0px 15px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-top: none;
  left: 0;
  width: 100%;
  background: #fff;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: height 500ms ease-out;
  -moz-transition: height 500ms ease-out;
  -ms-transition: height 500ms ease-out;
  -o-transition: height 500ms ease-out;
  transition: height 500ms ease-out;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout {
    border: none;
  }
}
.headerUnified ul#menuUnified > li .subnaviFlyout:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: #dadada;
  border-bottom: 1px solid #dbd9d9;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(190, 190, 190,0.9);
  -moz-box-shadow: 0px 1px 5px 0px rgba(190, 190, 190,0.9);
  -ms-box-shadow: 0px 1px 5px 0px rgba(190, 190, 190,0.9);
  -o-box-shadow: 0px 1px 5px 0px rgba(190, 190, 190,0.9);
  box-shadow: 0px 1px 5px 0px rgba(190, 190, 190,0.9);
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 390px;
  min-height: 390px;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 !important;
}
@media only screen and (max-width: 68.75rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 {
    height: 400px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 {
    min-height: 0;
  }
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li {
  /* projekte */
  border-right: 1px solid #DBD9D9;
  position: static;
  width: 256px;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li > a {
  padding: 13px 0;
  display: block;
  position: relative;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li > a i.fa {
  float: right;
  vertical-align: middle;
  font-size: 1.1em;
  margin-right: 15px;
  margin-top: 2px;
}
@media only screen and (max-width: 31.25rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li > a i.fa.fa-caret-right {
    transform: rotate(90deg);
  }
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li a {
  position: relative;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .new {
  font-size: 11px;
  color: #7ec1e7;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .new {
    top: -10px;
  }
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li:last-child {
  padding-bottom: 0px;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li:last-child > a {
  padding-bottom: 10px;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 {
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  transition-delay: 0.1s;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70%;
  width: calc(100% - 270px);
  padding-left: 15px;
  background: transparent;
  padding-top: 15px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  align-content: space-between;
  height: auto;
  min-height: 250px;
  opacity: 0;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 a {
  display: inline-block;
  line-height: 1.8;
}
@media only screen and (max-width: 62.5rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 a.highlight {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #DBD9D9;
  margin-top: 30px;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 a.highlight:first-child {
  margin-top: 0px;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 a.highlight.btn {
  border: 0;
  font-weight: normal;
  background: #e6001e;
  color: #fff;
  padding: 8px 7px;
  line-height: 1;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .mainNaviItemsCloned {
  display: none;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .mainNaviItemsCloned {
    display: block;
  }
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .mainNaviItemsCloned a {
    display: block;
  }
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 img {
  height: auto;
  max-height: 20px;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li:hover .subnaviFlyoutLevel2, .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li.active .subnaviFlyoutLevel2 {
  opacity: 1;
  z-index: 1;
  display: block;
}
.headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li:hover > a, .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li.active > a {
  color: #e6001e;
}
@media only screen and (max-width: 31.25rem) {
  .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li:hover > a > .fa.fa-caret-right, .headerUnified ul#menuUnified > li .subnaviFlyout ul.subnaviFlyoutLevel1 > li.active > a > .fa.fa-caret-right {
    transform: rotate(-90deg);
  }
}
.headerUnified ul#menuUnified > li menuUnified > a .fa {
  margin-right: 15px;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified ul#menuUnified > li menuUnified > a {
    display: none;
  }
}
.headerUnified ul#menuUnified > li .fa-times {
  display: none !important;
}
.headerUnified ul#menuUnified > li .fa-bars {
  display: inline-block;
}
.headerUnified ul#menuUnified > li.active > a {
  color: #e6001e;
}
.headerUnified ul#menuUnified > li:hover .fa-times, .headerUnified ul#menuUnified > li.visible .fa-times {
  display: inline-block !important;
}
.headerUnified ul#menuUnified > li:hover .fa-bars, .headerUnified ul#menuUnified > li.visible .fa-bars {
  display: none !important;
}
.headerUnified ul#menuUnified > li:hover > .subnaviFlyout, .headerUnified ul#menuUnified > li.visible > .subnaviFlyout {
  z-index: 30;
  opacity: 1;
  height: auto;
  pointer-events: auto;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified ul#menuUnified {
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    max-height: 0px;
    z-index: 910;
    width: 100%;
    background: #fff;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    position: relative;
    width: calc(100% + 20px);
    width: 100vw;
    margin-left: -10px;
  }
  .headerUnified ul#menuUnified > li a {
    display: none;
  }
}
.headerUnified.hasMenuProject ul#menuUnified > li {
  padding-left: 0;
  padding-right: 0;
}
.headerUnified.hasMenuProject ul#menuUnified > li > a {
  padding-right: 15px;
  padding-left: 15px;
}
.headerUnified.hasMenuProject ul#menuUnified > li:first-child > a {
  padding-left: 0;
}
.headerUnified.hasMenuProject ul#menuUnified > li.active a, .headerUnified.hasMenuProject ul#menuUnified > li.active a:link, .headerUnified.hasMenuProject ul#menuUnified > li.active a:active, .headerUnified.hasMenuProject ul#menuUnified > li.active a:visited {
  color: #e6001e;
}
.headerUnified .headerUnifiedProject {
  background: #FAF7F7;
}
.headerUnified .headerUnifiedProject .container, .headerUnified .headerUnifiedProject .boxed {
  position: relative;
  max-width: 1200px;
}
.headerUnified .headerUnifiedProject .container ul#menuProject, .headerUnified .headerUnifiedProject .boxed ul#menuProject {
  clear: both;
  position: relative;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li {
  display: inline-block;
  padding-right: 50px;
}
@media only screen and (max-width: 53.75rem) {
  .headerUnified .headerUnifiedProject .container ul#menuProject > li, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li {
    padding-right: 20px;
  }
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li:first-child, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li:first-child {
  padding-left: 132px;
}
@media only screen and (max-width: 62.5rem) {
  .headerUnified .headerUnifiedProject .container ul#menuProject > li:first-child, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li:first-child {
    padding-left: 0px;
  }
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li:first-child a, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li:first-child a {
  color: #fff;
  padding: 2px 7px;
  background: #e6001e;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li:first-child.active a, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li:first-child.active a {
  color: #fff !important;
  background: #e6001e;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li:last-child, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li:last-child {
  padding-right: 20px;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li.active > a, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li.active > a, .headerUnified .headerUnifiedProject .container ul#menuProject > li.active > a:link, .headerUnified .headerUnifiedProject .container ul#menuProject > li.active > a:active, .headerUnified .headerUnifiedProject .container ul#menuProject > li.active > a:visited {
  color: #e6001e;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li a, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li a {
  display: block;
  padding: 8px 0;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li ul.level2, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li ul.level2 {
  border: 1px solid #dadada;
  border-top: 0px;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li ul.level2 li a, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li ul.level2 li a {
  padding: 10px 20px 10px 20px;
}
.headerUnified .headerUnifiedProject .container ul#menuProject > li ul.level2 li.active > a, .headerUnified .headerUnifiedProject .boxed ul#menuProject > li ul.level2 li.active > a, .headerUnified .headerUnifiedProject .container ul#menuProject > li ul.level2 li.active > a:link, .headerUnified .headerUnifiedProject .container ul#menuProject > li ul.level2 li.active > a:active, .headerUnified .headerUnifiedProject .container ul#menuProject > li ul.level2 li.active > a:visited {
  color: #e6001e;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .headerUnifiedProject {
    display: none;
  }
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .hideMobile {
    display: none !important;
  }
}
.headerUnified .toggleBtn {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  left: 0px;
  top: 15px;
  display: none;
  z-index: 10;
  padding: 10px;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .toggleBtn {
    display: block;
    position: static;
    clear: left;
    padding-left: 0;
  }
}
.headerUnified .toggleBtn span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.headerUnified .toggleBtn.open span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.headerUnified .toggleBtn span:before, .headerUnified .toggleBtn span:after {
  position: absolute;
  content: "";
}
.headerUnified .toggleBtn span, .headerUnified .toggleBtn span:before, .headerUnified .toggleBtn span:after {
  width: 30px;
  height: 4px;
  background-color: #291d1e;
  display: block;
}
.headerUnified .toggleBtn span:before {
  margin-top: -12px;
}
.headerUnified .toggleBtn span:after {
  margin-top: 12px;
}
.headerUnified .toggleBtn span:before {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: margin, transform;
  -moz-transition-property: margin, transform;
  -ms-transition-property: margin, transform;
  -o-transition-property: margin, transform;
  transition-property: margin, transform;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -ms-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.headerUnified .toggleBtn.open span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
  -ms-transition-delay: 0s, 0.2s;
  -o-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.headerUnified .toggleBtn span:after {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: margin, transform;
  -moz-transition-property: margin, transform;
  -ms-transition-property: margin, transform;
  -o-transition-property: margin, transform;
  transition-property: margin, transform;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -ms-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.headerUnified .toggleBtn.open span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
  -ms-transition-delay: 0s, 0.2s;
  -o-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.headerUnified .toggleBtn.open + #menuUnified {
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  -moz-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  -ms-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  -o-box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  box-shadow: 0px 1px 4px 0px rgba(190, 190, 190,0.6);
  max-height: 150vh;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi {
  width: 100%;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .toggleBtn.open + #menuUnified .hasSubnavi {
    padding-top: 0px;
  }
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi > a {
  display: none;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout {
  position: static;
  transition: none;
  pointer-events: auto;
  height: auto;
  border: 0px;
  width: 100%;
  padding: 0;
  opacity: 1;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 {
  height: auto;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li {
  width: 100%;
  border: none;
  padding-bottom: 15px;
}
@media only screen and (max-width: 31.25rem) {
  .headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li {
    margin: 0;
  }
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li > a {
  padding: 0;
  font-weight: bold;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li.active .subnaviFlyoutLevel2 {
  display: block;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 {
  color: #291d1e;
  display: block;
  position: static;
  transition: none;
  pointer-events: auto;
  height: auto;
  min-height: 0px;
  border: 0px;
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 43.125rem) {
  .headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 {
    display: none;
  }
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .col {
  width: 100%;
  float: none;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .col a {
  display: none;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .col a.highlight {
  display: block;
  border: none;
  margin-top: 0;
  font-weight: normal;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .col a.btn {
  display: none;
  padding: 5px 15px;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .col br {
  display: none;
}
.headerUnified .toggleBtn.open + #menuUnified .hasSubnavi .subnaviFlyout ul.subnaviFlyoutLevel1 > li .subnaviFlyoutLevel2 .col img {
  display: none;
}

.c_shared_postalDelivery .stagePostalDelivery {
  overflow: hidden;
}
.c_shared_postalDelivery .intro {
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (max-width: 48rem) {
  .c_shared_postalDelivery .intro {
    padding: 50px 0;
  }
}
.c_shared_postalDelivery .intro h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 95px;
}
@media only screen and (max-width: 48rem) {
  .c_shared_postalDelivery .intro h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 30px;
  }
}
.c_shared_postalDelivery .intro h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.c_shared_postalDelivery .intro .description {
  margin-bottom: 20px;
  max-width: 340px;
}
.c_shared_postalDelivery .intro a {
  text-decoration: underline;
  color: #291d1e;
}
@media only screen and (max-width: 43.75rem) {
  .c_shared_postalDelivery .intro > div {
    width: 100%;
    padding-bottom: 30px;
  }
}
.c_shared_postalDelivery .stepByStepWrapper {
  background: #fff;
  padding: 200px 0 100px;
  overflow: hidden;
}
.c_shared_postalDelivery .stepByStepWrapper .stepByStep .step:nth-child(3) .icon {
  padding-right: 10px;
}
.c_shared_postalDelivery .stepByStepWrapper .stepByStep .step:nth-child(4):before {
  content: "";
  display: block;
  background: url(../img/arrowRelationshipHorizontal.svg) no-repeat right top;
  background-size: contain;
  height: 50px;
  width: 207%;
  position: absolute;
  top: -100px;
  right: 50%;
}
@media only screen and (max-width: 62.5rem) {
  .c_shared_postalDelivery .stepByStepWrapper .stepByStep .step:nth-child(4):before {
    display: none;
  }
}
.c_shared_postalDelivery .outro .row {
  text-align: left;
}
.c_shared_postalDelivery .outro .row a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
}
.c_shared_postalDelivery .outro .row a svg {
  height: 25px;
  width: 20px;
  margin-right: 10px;
  vertical-align: top;
  fill: #e6001e;
}
.c_shared_postalDelivery .outro .row a svg:hover {
  fill: #fff;
}
@media only screen and (max-width: 43.75rem) {
  .c_shared_postalDelivery .outro .row > div {
    width: 100%;
    padding: 0 0 30px;
  }
}

.stepByStep {
  overflow-y: visible;
}
@media only screen and (min-width: 62.5rem) {
  .stepByStep {
    zoom: 1;
  }
  .stepByStep:before, .stepByStep:after {
    content: "";
    display: table;
  }
  .stepByStep:after {
    clear: both;
  }
}
@media only screen and (max-width: 62.5rem) {
  .stepByStep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.stepByStep .step {
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  padding-right: 20px;
}
@media only screen and (max-width: 62.5rem) {
  .stepByStep .step {
    width: 50%;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .stepByStep .step {
    width: 100%;
    padding: 0 0 60px;
  }
}
.stepByStep .step:after {
  content: "";
  background: url(../img/arrowRight.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 60px;
  left: 95%;
}
@media only screen and (max-width: 62.5rem) {
  .stepByStep .step:after {
    left: 90%;
  }
}
@media only screen and (max-width: 31.25rem) {
  .stepByStep .step:after {
    transform: rotate(90deg) translateY(50%);
    top: auto;
    left: auto;
    right: auto;
    bottom: 23px;
  }
}
.stepByStep .step:last-child:after {
  display: none;
}
.stepByStep .step .icon {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 62.5rem) {
  .stepByStep .step .icon {
    height: 125px;
  }
  .stepByStep .step .icon svg {
    height: 100px;
    max-width: 200px;
    width: auto;
  }
}
@media only screen and (max-width: 31.25rem) {
  .stepByStep .step .icon {
    height: auto;
    padding-bottom: 10px;
  }
  .stepByStep .step .icon svg {
    height: auto;
    max-width: none;
  }
}
.stepByStep .step .icon svg {
  max-height: 90%;
}
.stepByStep .step .title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 0 0px 0 20px;
}
@media only screen and (max-width: 48rem) {
  .stepByStep .step .title {
    padding: 0 13px;
  }
}
.stepByStep .step .description {
  padding: 0 10px 0 30px;
}
@media only screen and (max-width: 48rem) {
  .stepByStep .step .description {
    padding: 0 13px;
  }
}

.impressionsWrapper {
  background: #7ec1e7;
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 32px;
  font-size: 2rem;
  zoom: 1;
}
.impressionsWrapper:before, .impressionsWrapper:after {
  content: "";
  display: table;
}
.impressionsWrapper:after {
  clear: both;
}
@media only screen and (min-width: 187.5rem) {
  .impressionsWrapper {
    max-width: 3000px;
    margin: 0px auto;
  }
}
.impressionsWrapper .impressionsHeader {
  width: 100%;
  padding: 80px 10px;
  position: relative;
  color: #291d1e;
}
.impressionsWrapper .impressionsHeader h2 {
  font-weight: normal;
  max-width: 840px;
  margin: 0px auto;
}
.impressionsWrapper .impressionsHeader:after {
  content: "";
  background: #7ec1e7;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  right: auto;
  transform: rotate(-45deg) skew(18deg, 18deg) translateX(-53%);
}
.impressionsWrapper .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.impressionsWrapper .flex .impression {
  font-size: 16px;
  font-size: 1rem;
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center top;
  min-height: 540px;
  padding: 190px 0;
}
@media only screen and (max-width: 75rem) {
  .impressionsWrapper .flex .impression {
    padding: 100px 0;
    min-height: 360px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .impressionsWrapper .flex .impression {
    min-height: 200px;
    padding: 60px 0;
    width: 100%;
  }
}
.impressionsWrapper .flex .impression h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.impressionsWrapper .flex .impression .description {
  max-width: 620px;
  margin: 20px auto 0;
  padding: 0 10px;
}
.impressionsWrapper .flex .impression:nth-child(1) {
  background: #626060;
}
.c_shared_postalDelivery .impressionsWrapper .flex .impression:nth-child(2) {
  background-image: url(../img/impression2.jpg);
}

.c_shared_postalDelivery .impressionsWrapper .flex .impression:nth-child(3) {
  background-image: url(../img/impression3.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .c_shared_postalDelivery .impressionsWrapper .flex .impression:nth-child(3) {
    background-image: url(../img/impression3@2x.jpg);
  }
}

@media only screen and (max-width: 31.25rem) {
  .impressionsWrapper .flex .impression:nth-child(3) {
    order: 4;
  }
}
.impressionsWrapper .flex .impression:nth-child(4) {
  background: #626060;
}
@media only screen and (max-width: 31.25rem) {
  .impressionsWrapper .flex .impression:nth-child(4) {
    order: 3;
  }
}
.impressionsWrapper .flex .impression:nth-child(5) {
  background: #A3A0A0;
}
.c_shared_postalDelivery .impressionsWrapper .flex .impression:nth-child(6) {
  background-image: url(../img/impression6.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .c_shared_postalDelivery .impressionsWrapper .flex .impression:nth-child(6) {
    background-image: url(../img/impression6@2x.jpg);
  }
}

.impressionsWrapper .impressionsFooter {
  padding: 100px 10px 100px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 43.75rem) {
  .impressionsWrapper .impressionsFooter {
    padding-bottom: 50px;
  }
}
.impressionsWrapper .impressionsFooter:before, .impressionsWrapper .impressionsFooter:after {
  content: "";
  position: absolute;
  top: -42px;
  width: 100vw;
  height: 84px;
  background: #7ec1e7;
}
.impressionsWrapper .impressionsFooter:before {
  right: 50%;
  transform: skew(66deg, 0);
}
.impressionsWrapper .impressionsFooter:after {
  left: 50%;
  transform: skew(-66deg, 0);
}
.impressionsWrapper .impressionsFooter h3 {
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
}
.impressionsWrapper .impressionsFooter .row {
  padding: 90px 0 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.impressionsWrapper .impressionsFooter .row .icon {
  height: 90px;
}
@media only screen and (max-width: 43.75rem) {
  .impressionsWrapper .impressionsFooter .row {
    padding-top: 40px;
  }
  .impressionsWrapper .impressionsFooter .row > div {
    width: 100%;
    padding: 0 0 50px;
  }
  .impressionsWrapper .impressionsFooter .row > div .icon {
    height: auto;
  }
}

.c_map .list-item {
  display: block;
}
.c_map .list-item ul {
  max-height: 1700px;
  transition: all 500ms;
  overflow: hidden;
}
.c_map .list-item.current ul {
  overflow: visible;
}
.c_map .list-item.current ul label {
  overflow: visible;
}
.c_map .list-item.current ul .hasTooltip .tooltip {
  transform: translateX(-30%);
  bottom: 20px;
  left: 0;
}
.c_map .list-item.current ul .hasTooltip:hover .tooltip, .c_map .list-item.current ul .hasTooltip .hover .tooltip {
  transform: translateX(-30%);
  bottom: 20px;
  left: 0;
}
.c_map .list-item.backward ul {
  max-height: 0px;
}
.c_map .list-item label {
  display: block;
  overflow: hidden;
  max-height: 160px;
}
.c_map .list-item label .inlineTooltip {
  font-size: 12px;
  line-height: 1.5;
}
.c_map .list-enter-active label, .c_map .list-leave-active label {
  transition: all 500ms;
}
.c_map .list-enter label, .c_map .list-leave-to label {
  max-height: 0px;
}
.c_map #productConfig, .c_map #productFinder {
  display: none;
}
.c_map #productFinder.selected {
  display: block;
  margin-top: 10px;
}
.c_map #productFinder {
  border: 1px solid #e6001e;
  padding: 20px;
}
.c_map #productFinder .productCategories,
.c_map #productFinder .productSteps {
  max-height: 1915px;
  transition: all 300ms;
  overflow-x: hidden;
  overflow-y: visible;
}
.c_map #productFinder .productCategories ul,
.c_map #productFinder .productSteps ul {
  padding: 0;
  list-style: none;
}
.c_map #productFinder .productCategories ul label,
.c_map #productFinder .productSteps ul label {
  cursor: pointer;
}
.c_map #productFinder .productCategories.collapsed,
.c_map #productFinder .productSteps.collapsed {
  max-height: 0;
}
.c_map #productFinder .productCategories ul {
  list-style: none;
}
.c_map #productFinder .productCategories ul li {
  padding-left: 0px;
  background: url(../img/radio-off.svg) no-repeat left 8px;
  background-size: 16px 16px;
}
.c_map #productFinder .productCategories ul li:hover {
  background-image: url(../img/radio-on.svg);
}
.c_map #productFinder .productCategories ul li label {
  padding-left: 25px;
}
.c_map #productFinder .productSteps .list-item > label {
  background: #fff;
  font-weight: 900;
  height: 24px;
  padding: 4px 0;
  line-height: 24px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c_map #productFinder .productSteps .list-item > label .selectedValue {
  font-weight: normal;
}
.c_map #productFinder .productSteps .list-item.backward {
  /*background: url(../img/geprueft.svg) no-repeat left 4px;*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%237ec1e7' width='500' height='500' preserveAspectRatio='none slice'%3E%3Cpath d='M 25 3 C 12.86158 3 3 12.86158 3 25 C 3 37.13842 12.86158 47 25 47 C 37.13842 47 47 37.13842 47 25 C 47 12.86158 37.13842 3 25 3 z M 25 5 C 36.05754 5 45 13.94246 45 25 C 45 36.05754 36.05754 45 25 45 C 13.94246 45 5 36.05754 5 25 C 5 13.94246 13.94246 5 25 5 z M 34.988281 14.988281 A 1.0001 1.0001 0 0 0 34.171875 15.439453 L 23.970703 30.476562 L 16.679688 23.710938 A 1.0001 1.0001 0 1 0 15.320312 25.177734 L 24.316406 33.525391 L 35.828125 16.560547 A 1.0001 1.0001 0 0 0 34.988281 14.988281 z' fill='%2300a0c3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background: url(../img/checkSecondary.svg) no-repeat;
  background-position: left 7px;
  background-size: 15px 12px;
}
.c_map #productFinder .productSteps .list-item.backward > label {
  transform: translateX(30px);
  width: calc(100% - 30px);
}
.c_map #productFinder .productSteps .list-item.backward + .current {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #291d1e;
}
.c_map #productFinder .productSteps .list-item.forward {
  border-top: 1px solid #c6c6c6;
  color: #c6c6c6;
  padding: 6px 0;
}
.c_map #productFinder .productSteps .list-item ul li {
  padding-left: 0px;
  background: url(../img/radio-off.svg) no-repeat left 8px;
  background-size: 16px 16px;
  cursor: pointer;
}
.c_map #productFinder .productSteps .list-item ul li:hover {
  background-image: url(../img/radio-on.svg);
}
.c_map #productFinder .productSteps .list-item ul li label {
  padding-left: 25px;
}
.c_map #productFinder .productSteps .list-item ul.columns {
  zoom: 1;
}
.c_map #productFinder .productSteps .list-item ul.columns:before, .c_map #productFinder .productSteps .list-item ul.columns:after {
  content: "";
  display: table;
}
.c_map #productFinder .productSteps .list-item ul.columns:after {
  clear: both;
}
.c_map #productFinder .productSteps .list-item ul.columns li {
  float: left;
  width: 40%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.c_map #productFinder .productSteps .list-item ul.columns li label {
  line-height: 24px;
}

#mapTopSummary {
  position: fixed;
  display: none;
  top: 0;
  left: 50%;
  z-index: 1030;
  width: 100vw;
  transform: translateX(-50%);
  height: 80px;
  background: #fff;
  font-weight: normal;
  line-height: 1.25;
}
#mapTopSummary.mapTopSummaryVisible {
  display: block;
}
#mapTopSummary ul.summarySteps {
  width: 100%;
  list-style-type: none;
  display: table;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
#mapTopSummary ul.summarySteps li.summaryStep {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: inset 1px -1px 3px 0px rgba(190, 190, 190,1);
  -moz-box-shadow: inset 1px -1px 3px 0px rgba(190, 190, 190,1);
  -ms-box-shadow: inset 1px -1px 3px 0px rgba(190, 190, 190,1);
  -o-box-shadow: inset 1px -1px 3px 0px rgba(190, 190, 190,1);
  box-shadow: inset 1px -1px 3px 0px rgba(190, 190, 190,1);
  margin: 0;
  list-style-type: none;
  padding: 0 30px;
  width: 20%;
  height: 100%;
  background: #F6F6F6;
  background: #cbe6ff;
  position: relative;
}
#mapTopSummary ul.summarySteps li.summaryStep .count {
  font-size: 25px;
  font-size: 1.5625rem;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 50px;
  font-weight: bold;
  position: relative;
}
#mapTopSummary ul.summarySteps li.summaryStep .count:after {
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  display: inline-block;
  width: 23px;
  height: 100%;
  background: url(../img/check.svg) no-repeat center 4px;
  background-size: 15px 12px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
#mapTopSummary ul.summarySteps li.summaryStep .content {
  width: calc(100% - 51px);
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mapTopSummary ul.summarySteps li.summaryStep .content .ellipsisOne {
  width: 100%;
  height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#mapTopSummary ul.summarySteps li.summaryStep .content .summaryStepList {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mapTopSummary ul.summarySteps li.summaryStep .content .summaryStepList li {
  display: inline-block;
  white-space: nowrap;
}
#mapTopSummary ul.summarySteps li.summaryStep .content .summaryStepList li:after {
  content: "|";
  color: inherit;
  margin: 0 6px;
}
#mapTopSummary ul.summarySteps li.summaryStep .content .summaryStepList li.active {
  color: inherit;
}
#mapTopSummary ul.summarySteps li.summaryStep .content .summaryStepList li:last-child:after {
  content: "";
}
#mapTopSummary ul.summarySteps li.summaryStep .additionalContent {
  position: absolute;
  top: 99%;
  right: 0;
  width: 100%;
  padding: 0 30px;
  background: inherit;
  -webkit-box-shadow: inset 1px -2px 3px 0px rgba(190, 190, 190,1);
  -moz-box-shadow: inset 1px -2px 3px 0px rgba(190, 190, 190,1);
  -ms-box-shadow: inset 1px -2px 3px 0px rgba(190, 190, 190,1);
  -o-box-shadow: inset 1px -2px 3px 0px rgba(190, 190, 190,1);
  box-shadow: inset 1px -2px 3px 0px rgba(190, 190, 190,1);
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
#mapTopSummary ul.summarySteps li.summaryStep .additionalContent table {
  width: 100%;
}
#mapTopSummary ul.summarySteps li.summaryStep .additionalContent table tr td {
  padding: 3px 0;
}
#mapTopSummary ul.summarySteps li.summaryStep .additionalContent table tr td:nth-child(2) {
  text-align: right;
}
#mapTopSummary ul.summarySteps li.summaryStep .additionalContent table tr.totalsSumBrutto, #mapTopSummary ul.summarySteps li.summaryStep .additionalContent table tr.sumBrutto {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
#mapTopSummary ul.summarySteps li.summaryStep .additionalContent .highlighted {
  animation: none;
}
#mapTopSummary ul.summarySteps li.summaryStep:hover .additionalContent {
  opacity: 1;
  max-height: 500px;
  padding: 30px;
}
@media only screen and (max-width: 62.5rem) {
  #mapTopSummary ul.summarySteps li.summaryStep:hover .additionalContent {
    display: none;
  }
}
#mapTopSummary ul.summarySteps li.summaryStep.done {
  background: #7ec1e7;
}
#mapTopSummary ul.summarySteps li.summaryStep.done .count {
  color: #291d1e;
  width: 65px;
}
#mapTopSummary ul.summarySteps li.summaryStep.done .count:after {
  opacity: 1 !important;
  background: url(../img/checkSecondary.svg) no-repeat center 7px;
}
#mapTopSummary ul.summarySteps li.summaryStep.done .content {
  width: calc(100% - 66px);
}
#mapTopSummary ul.summarySteps li.summaryStep.done:hover .content {
  cursor: pointer;
}
#mapTopSummary ul.summarySteps li.summaryStep.active {
  background: #d4e7f8;
  color: #291d1e !important;
}
#mapTopSummary ul.summarySteps li.summaryStep.active .count {
  color: #291d1e !important;
}
#mapTopSummary ul.summarySteps li.summaryStep.active .count:after {
  opacity: 0;
  background: url(../img/checkBlack.svg) no-repeat center 7px;
}
#mapTopSummary ul.summarySteps li.summaryStep:last-child {
  background-color: #0056a4;
  color: #fff;
}
#mapTopSummary ul.summarySteps li.summaryStep:last-child .count {
  display: none;
}
#mapTopSummary ul.summarySteps li.summaryStep:last-child .content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#mapTopSummary ul.summarySteps li.summaryStep:last-child .content div:first-child {
  font-weight: bold;
}
#mapTopSummary ul.summarySteps li.summaryStep:last-child .summaryStepTextSuffix {
  opacity: 1;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mapTopSummary ul.summarySteps li.summaryStep:last-child:hover .content {
  color: #fff;
}
#mapTopSummary ul.summarySteps li.summaryStep:last-child:hover .summaryStepTextSuffix {
  opacity: 0;
  transform: translateY(200px);
}

.employees {
  background: #fff;
  padding: 76px 0 76px;
}
.employees h2 {
  margin-bottom: 1.4em;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 68.75rem) {
  .employees h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.employees .employeesInner {
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.employees .employeesInner:before, .employees .employeesInner:after {
  content: "";
  display: table;
}
.employees .employeesInner:after {
  clear: both;
}
@media only screen and (max-width: 50rem) {
  .employees .employeesInner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.employees .employeesInner .employeeImg {
  width: 26%;
  margin-right: 2%;
  height: auto;
  float: left;
}
@media only screen and (max-width: 56.25rem) {
  .employees .employeesInner .employeeImg {
    width: 47%;
    margin-bottom: 20px;
    clear: left;
  }
}
@media only screen and (max-width: 31.25rem) {
  .employees .employeesInner .employeeImg {
    width: 100%;
  }
}
.employees .employeesInner .employeeImg:nth-of-type(2) {
  display: none;
}
.employees .employeesInner .employeeImg img {
  display: block;
}
.employees .employeesInner .employeeDescription {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}
@media only screen and (max-width: 50rem) {
  .employees .employeesInner .employeeDescription {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .employees .employeesInner .employeeDescription {
    width: 100%;
    margin-bottom: 40px;
  }
}
.employees .employeesInner .employeeDescription a {
  color: #e6001e;
}
.employees .btnWrap {
  text-align: center;
}

.reviews {
  padding: 80px 0;
  background: url("../img/bgContReferences.jpg") no-repeat #000;
  background-size: cover;
  color: #fff;
}
.reviews h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 55px;
}
.reviews .reviewsSlider {
  margin: 0px auto;
}
@media only screen and (min-width: 50rem) {
  .reviews .reviewsSlider {
    padding: 0 60px;
  }
}
.reviews .reviewsSlider .slick-prev, .reviews .reviewsSlider .slick-next {
  top: 0;
}
.reviews .reviewsSlider .review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 50rem) {
  .reviews .reviewsSlider .review {
    flex-wrap: wrap;
  }
}
.reviews .reviewsSlider .review .left {
  width: 240px;
  text-align: center;
}
@media only screen and (max-width: 75rem) {
  .reviews .reviewsSlider .review .left {
    width: 23%;
  }
}
@media only screen and (max-width: 50rem) {
  .reviews .reviewsSlider .review .left {
    width: 100%;
  }
}
.reviews .reviewsSlider .review .left img,
.reviews .reviewsSlider .review .left svg {
  display: inline-block;
  max-width: 70%;
  max-height: 200px;
}
.reviews .reviewsSlider .review .center {
  width: 590px;
  text-align: left;
  padding-bottom: 40px;
}
@media only screen and (max-width: 75rem) {
  .reviews .reviewsSlider .review .center {
    width: 50%;
  }
}
@media only screen and (max-width: 50rem) {
  .reviews .reviewsSlider .review .center {
    width: 100%;
    padding-top: 20px;
  }
}
.reviews .reviewsSlider .review .right {
  width: 200px;
}
@media only screen and (max-width: 75rem) {
  .reviews .reviewsSlider .review .right {
    width: 23%;
  }
}
@media only screen and (max-width: 50rem) {
  .reviews .reviewsSlider .review .right {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 78.125rem) {
  .partners {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.partners:before, .partners:after {
  display: none;
}
.partners .partner {
  background: #fff;
  margin: 0 1% 25px 0;
  border: 1px solid #EBE8E8;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 250px;
}
.partners .partner img {
  max-height: 100px;
  max-width: 240px;
  margin: 8px 0;
}
@media only screen and (max-width: 68.75rem) {
  .partners .partner {
    width: 31%;
  }
  .partners .partner img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 31.25rem) {
  .partners .partner {
    width: 45%;
  }
}

.footer {
  padding: 60px 0 60px;
  background: #b90f2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6001e 0%, #b90f2d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6001e 0%, #b90f2d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6001e 0%, #b90f2d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary", endColorstr="$primaryDark", GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.footer .container, .footer .boxed {
  max-width: 1250px;
}
@media only screen and (max-width: 31.25rem) {
  .footer .container, .footer .boxed {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 75rem) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer a, .footer a:link, .footer a:visited {
  color: #fff;
}
.footer .footerInner {
  zoom: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.footer .footerInner:before, .footer .footerInner:after {
  content: "";
  display: table;
}
.footer .footerInner:after {
  clear: both;
}
@media only screen and (max-width: 68.75rem) {
  .footer .footerInner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 40.625rem) {
  .footer .footerInner {
    display: block;
  }
}
.footer .footerInner .footerLogos {
  float: left;
  width: 320px;
}
@media only screen and (max-width: 81.25rem) {
  .footer .footerInner .footerLogos {
    width: 25%;
  }
}
@media only screen and (max-width: 68.75rem) {
  .footer .footerInner .footerLogos {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 40.625rem) {
  .footer .footerInner .footerLogos {
    float: none;
    width: 100%;
  }
}
.footer .footerInner .footerLogos img {
  display: block;
  width: 230px;
}
.footer .footerInner .footerLogos svg {
  fill: #ffffff;
  display: block;
  width: 230px;
}
.footer .footerInner .footerAddress {
  width: 460px;
  float: left;
}
@media only screen and (max-width: 81.25rem) {
  .footer .footerInner .footerAddress {
    width: 30%;
  }
}
@media only screen and (max-width: 68.75rem) {
  .footer .footerInner .footerAddress {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 40.625rem) {
  .footer .footerInner .footerAddress {
    float: none;
    width: 100%;
  }
}
.footer .footerInner .footerAddress strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.footer .footerInner .footerPayment {
  width: 555px;
  float: left;
  padding-top: 95px;
}
@media only screen and (max-width: 81.25rem) {
  .footer .footerInner .footerPayment {
    width: 45%;
    padding-top: 105px;
  }
}
@media only screen and (max-width: 68.75rem) {
  .footer .footerInner .footerPayment {
    float: none;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .footer .footerInner .footerPayment {
    padding-top: 0px;
  }
}
.footer .footerInner .footerPayment strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.footer .footerInner .footerPayment img {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 81.25rem) {
  .footer .footerInner .footerPayment img {
    height: 35px;
  }
}
@media only screen and (max-width: 31.25rem) {
  .footer .footerInner .footerPayment img {
    height: 30px;
  }
}

.footerOuter {
  font-size: 12px;
  font-size: 0.75rem;
  background: #fff;
  color: #3c3c3c;
  padding: 4px 0;
}
@media only screen and (max-width: 75rem) {
  .footerOuter {
    padding: 24px 10px 10px;
  }
}
.footerOuter .container, .footerOuter .boxed {
  width: 1250px;
  max-width: 1250px;
}
@media only screen and (max-width: 81.25rem) {
  .footerOuter .container, .footerOuter .boxed {
    max-width: 100%;
  }
}
.footerOuter a, .footerOuter a:link, .footerOuter a:visited {
  color: #e6001e;
  margin: 0 15px;
}
.footerOuter a:last-child, .footerOuter a:link:last-child, .footerOuter a:visited:last-child {
  margin-right: 0;
}
.footerOuter a:hover, .footerOuter a:link:hover, .footerOuter a:visited:hover {
  color: #e6001e;
}
@media only screen and (max-width: 31.25rem) {
  .footerOuter a, .footerOuter a:link, .footerOuter a:visited {
    margin: 0;
  }
}
.footerOuter .left {
  float: left;
  width: 220px;
}
@media only screen and (max-width: 43.75rem) {
  .footerOuter .left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footerOuter .right {
  float: right;
  width: 65%;
  width: calc(100% - 222px);
  text-align: right;
  color: #291d1e;
}
@media only screen and (max-width: 43.75rem) {
  .footerOuter .right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.partnerIconMobileInline {
  text-align: center;
  padding-bottom: 30px;
}
.partnerIconMobileInline img {
  height: 150px;
}
@media only screen and (min-width: 64rem) {
  .partnerIconMobileInline {
    display: none;
  }
}

@keyframes pulsateSize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
a.homeArrow {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 173px;
  height: 98px;
  padding-left: 28px;
  padding-right: 58px;
  padding-bottom: 5px;
  box-sizing: border-box;
  background: url("../img/home-arrow@2x.png") no-repeat;
  background-size: contain;
  color: #fff !important;
  font-weight: bold;
  line-height: 26px;
  animation: pulsateSize 2s infinite;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 64rem) {
  a.homeArrow {
    display: none;
  }
}

/* icue start */
.blockedDueToMissingCookieOptInMessage {
  display: none;
}

.blockedDueToMissingCookieOptIn.iframe {
  display: inline-block;
  background: #eee;
  -webkit-box-shadow: inset 0px 0px 16px #ddd;
  -moz-box-shadow: inset 0px 0px 16px #ddd;
  -ms-box-shadow: inset 0px 0px 16px #ddd;
  -o-box-shadow: inset 0px 0px 16px #ddd;
  box-shadow: inset 0px 0px 16px #ddd;
  position: relative;
}
.blockedDueToMissingCookieOptIn.iframe .blockedDueToMissingCookieOptInMessage {
  display: none;
}
.blockedDueToMissingCookieOptIn.iframe iframe[suppressedsrc] {
  position: relative;
}
.blockedDueToMissingCookieOptIn.iframe iframe[suppressedsrc] ~ .blockedDueToMissingCookieOptInMessage {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 20px;
}
.blockedDueToMissingCookieOptIn .blockedDueToMissingCookieOptInMessage {
  display: block;
}
.blockedDueToMissingCookieOptIn .hiddenDueToMissingCookieOptIn {
  display: none !important;
}

@media print {
  body > .iubenda-tp-btn:not([data-tp-nostyle]) {
    display: none !important;
  }
}
#iubenda-iframe #iubFooterBtnContainer button#iubFooterBtn:hover {
  color: #fff !important;
}

/* icue end */
/***************************************************************************
        // * iubenda Cookie Solution                                               *
        // *                                                                       *
        // * Sample CSS v2.3.0                                                     *
        // *                                                                       *
        // * (c) 2019 iubenda srl <info@iubenda.com>                               *
        // * All Rights Reserved.                                                  *
        // *                                                                       *
        // * Code Source: https://codepen.io/iubenda/pen/8e08b840e5290d9415b7f7238b80f596?editors=0100
        // *                                                                       *
        // *************************************************************************
        //
        // CHANGELOG
        //
        // - Allow banner buttons to be enabled even without iubenda-cs-container
        // - Remove popover style from iubenda-cs-banner.css
        // - Add storage duration popover CSS
        //
        // 2.3.0 - 2020-02-04
        // - Add tracking preferences button CSS
        //
        // 2.2.6 - 2019-12-02
        // 2.2.7 - 2020-06-18
        // - Fix container breaking on mobile.
        //
        // 2.2.6 - 2020-05-27
        // - Hide scroll bar visibility.
        // - Fix brand image height on mobile.
        //
        // 2.2.5 - 2020-05-06
        // - Fix IE flex content.
        // - Fix text overflow.
        //
        // 2.2.3 - 2020-04-21
        // - Cursor pointer
        // - Button text ellipsis
        // - Equalize shadows top/bottom modal bar
        //
        // 2.2.2 - 2020-04-06
        // - Add pointer events auto to the overlay
        //
        // 2.2.1 - 2020-03-06
        // - Introduce popover.
        //
        // 2.2.0 - 2019-11-07
        // - Introduce brand customizations
        //
        // 2.1.5 - 2019-11-22
        // - Add class to go fullscreen.
        //
        // 2.1.4 - 2020-03-25
        // - Make the banner shadow darker
        //
        // 2.1.3 - 2020-01-22
        // - Fix banner not appearing on iPhone.
        //
        // 2.1.2 - 2019-11-07
        // - Fix buttons height on IE.
        //
        // 2.1.1 - 2019-10-30
        // - Fix buttons margin and customize-advertising-tracking button width on mobile.
        //
        // 2.1.0 - 2019-10-24
        // - Introduce text overflowing mask and style for reject button.
        //
        // 2.0.4 - 2019-06-24
        // - Convert close button width to min-width
        //
        // 2.0.3 - 2019-05-24
        // - Introduce new positioning options
        //
        // 2.0.2 - 2019-05-02
        // - Fix text spaces when custom content
        //
        // 2.0.1 - 2019-04-09
        // - Add rules for buttons group
        //
        // 2.0.0 - 2019-02-01
        // - Full rewrite to accommodate the new markup
        //
        // 0.0.1 - 2015-04-01
        // - First implementation of the sample CSS
        */
/*
-----------------
IMPORTANT: Changing the following values may prevent the notice from being displayed properly.
-----------------
*/
#iubenda-cs-banner {
  font-size: 12px !important;
  background: none !important;
  line-height: 1.4 !important;
  position: fixed !important;
  z-index: 99999998 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  will-change: opacity, visibility;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease !important;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease !important;
  transition: opacity 0.4s ease, visibility 0.4s ease !important;
  /* default */
}

#iubenda-cs-banner [class*=" iub"],
#iubenda-cs-banner [class^=iub],
#iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) * {
  font-size: 100% !important;
  width: auto !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  font-family: -apple-system, sans-serif !important;
  text-decoration: none !important;
  color: currentColor !important;
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border: 0 !important;
  border-color: #000 !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  clear: none !important;
  clip: auto !important;
  counter-increment: none !important;
  counter-reset: none !important;
  direction: inherit !important;
  float: none !important;
  font-style: inherit !important;
  font-variant: normal !important;
  font-weight: inherit !important;
  height: auto !important;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  list-style-type: inherit !important;
  list-style-position: outside !important;
  list-style-image: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  quotes: "" "" !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  background-origin: padding-box !important;
  background-origin: padding-box !important;
  background-clip: border-box !important;
  background-size: auto !important;
  -o-border-image: none !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
  -webkit-column-gap: normal !important;
  -moz-column-gap: normal !important;
  column-gap: normal !important;
  -webkit-column-rule: medium none #000 !important;
  -moz-column-rule: medium none #000 !important;
  column-rule: medium none #000 !important;
  -webkit-column-span: none !important;
  -moz-column-span: none !important;
  column-span: none !important;
  -webkit-column-width: auto !important;
  -moz-column-width: auto !important;
  column-width: auto !important;
  -webkit-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  -webkit-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  -webkit-perspective-origin: 50% 50% !important;
  perspective-origin: 50% 50% !important;
  text-shadow: none !important;
  -webkit-transition: all 0s ease 0s !important;
  -o-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  word-break: normal !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#iubenda-cs-banner.iubenda-cs-overlay:before {
  content: "" !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1 !important;
  pointer-events: auto !important;
}

#iubenda-cs-banner.iubenda-cs-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#iubenda-cs-banner.iubenda-cs-top {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

#iubenda-cs-banner.iubenda-cs-bottom {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

#iubenda-cs-banner.iubenda-cs-left {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

#iubenda-cs-banner.iubenda-cs-right {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

#iubenda-cs-banner.iubenda-cs-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

#iubenda-cs-banner.iubenda-cs-visible > * {
  pointer-events: auto !important;
}

#iubenda-cs-banner.iubenda-cs-slidein .iubenda-cs-container {
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: -webkit-transform 0.4s ease !important;
  -o-transition: transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-top .iubenda-cs-container {
  -webkit-transform: translateY(-48px) !important;
  -ms-transform: translateY(-48px) !important;
  transform: translateY(-48px) !important;
}

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-bottom .iubenda-cs-container {
  -webkit-transform: translateY(48px) !important;
  -ms-transform: translateY(48px) !important;
  transform: translateY(48px) !important;
}

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

#iubenda-cs-banner .iubenda-cs-container {
  position: relative !important;
  z-index: 2 !important;
}

#iubenda-cs-banner .iubenda-cs-brand {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 16px !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

#iubenda-cs-banner .iubenda-cs-brand > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

#iubenda-cs-banner .iubenda-cs-brand img {
  max-width: 192px !important;
  max-height: 56px !important;
}

#iubenda-cs-banner .iubenda-cs-content {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: -webkit-transform 0.4s ease !important;
  -o-transition: transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

#iubenda-cs-banner .iubenda-cs-rationale {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

#iubenda-cs-banner .iubenda-cs-close-btn {
  position: absolute !important;
  top: -2px !important;
  padding: 16px !important;
  right: 0 !important;
  min-width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
  line-height: 0 !important;
  font-weight: lighter !important;
  cursor: pointer !important;
  text-align: center !important;
}

#iubenda-cs-banner .iubenda-cs-close-btn:hover {
  opacity: 0.5 !important;
}

#iubenda-cs-banner .iubenda-banner-content {
  font-weight: 300 !important;
  margin: 16px !important;
  margin-bottom: 0 !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 16px) !important;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 16px) !important;
  padding-bottom: 10px !important;
}

#iubenda-cs-banner .iubenda-banner-content-padded {
  padding-right: 32px !important;
}

#iubenda-cs-banner .iubenda-banner-content a {
  cursor: pointer !important;
  color: currentColor !important;
  opacity: 0.7 !important;
  text-decoration: underline !important;
}

#iubenda-cs-banner .iubenda-banner-content a:hover {
  opacity: 1 !important;
}

#iubenda-cs-banner #iubenda-cs-title {
  font-weight: bold !important;
  margin-bottom: 16px !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group {
  margin: 16px !important;
  z-index: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 640px) {
  #iubenda-cs-banner .iubenda-cs-opt-group {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  #iubenda-cs-banner .iubenda-cs-opt-group-custom {
    margin-right: auto !important;
    -ms-flex-item-align: start !important;
    align-self: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  #iubenda-cs-banner .iubenda-cs-opt-group-consent {
    margin-left: auto !important;
    -ms-flex-item-align: end !important;
    align-self: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 639px) {
  #iubenda-cs-banner .iubenda-cs-opt-group {
    margin: 12px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  #iubenda-cs-banner .iubenda-cs-opt-group-custom {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #iubenda-cs-banner .iubenda-cs-opt-group-consent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#iubenda-cs-banner .iubenda-cs-opt-group button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 8px 32px !important;
  border-radius: 64px !important;
  cursor: pointer !important;
  font-weight: bold !important;
  font-size: 100% !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  text-align: center !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button:focus {
  opacity: 0.8 !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button:hover {
  opacity: 0.5 !important;
}

@media (min-width: 640px) {
  #iubenda-cs-banner .iubenda-cs-opt-group button:not(:last-of-type) {
    margin-right: 8px !important;
  }
}
@media (max-width: 639px) {
  #iubenda-cs-banner .iubenda-cs-opt-group button {
    padding: 8px 24px !important;
    width: 100% !important;
    display: block;
    text-align: center !important;
    margin: 6px 3px !important;
  }
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand {
  margin: 0 -8px 0 !important;
}

@media (max-width: 991px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand {
    margin: -8px -8px 0 !important;
  }
}
@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div {
    margin: 0 auto !important;
    width: 960px !important;
  }
}
@media (max-width: 991px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div {
    margin: 0 8px !important;
  }
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-container {
  width: 100% !important;
}

@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale {
    width: 992px !important;
    margin: 16px auto !important;
  }
}
@media (max-width: 991px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content {
    padding: 8px !important;
  }
}
#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand {
  margin: -8px -8px 0 !important;
}

#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand div {
  margin: 8px !important;
}

@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-container {
    width: 1300px !important;
  }
}
@media (max-width: 991px) {
  #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-cs-container {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-container {
    width: 480px !important;
  }
}
#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group > div, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group > div, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group > div {
  width: 100% !important;
}

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-custom {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-consent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
  -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.15) !important;
  padding: 8px !important;
}

@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
    border-radius: 4px !important;
    margin: 16px !important;
  }
}
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-container,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-content,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-rationale {
  height: 100% !important;
}

#iubenda-cs-banner.iubenda-cs-fix-height.iubenda-cs-default-floating .iubenda-cs-content {
  height: calc(100% - 32px) !important;
}

#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-brand img {
  max-width: 75% !important;
}

#iubenda-cs-banner .iubenda-cs-content {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group {
  color: #000000 !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFFFFF !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
  background-color: #0073CE !important;
  color: #FFFFFF !important;
}

.iubenda-tp-btn:not([data-tp-nostyle]) {
  font-size: 100% !important;
  width: auto !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  font-family: -apple-system, sans-serif !important;
  text-decoration: none !important;
  color: currentColor !important;
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border: 0 !important;
  border-color: #000 !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  clear: none !important;
  clip: auto !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: inherit !important;
  float: none !important;
  font-style: inherit !important;
  font-variant: normal !important;
  font-weight: inherit !important;
  height: auto !important;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  list-style-type: inherit !important;
  list-style-position: outside !important;
  list-style-image: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  quotes: "" "" !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  background-origin: padding-box !important;
  background-origin: padding-box !important;
  background-clip: border-box !important;
  background-size: auto !important;
  -o-border-image: none !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
  -webkit-column-gap: normal !important;
  -moz-column-gap: normal !important;
  column-gap: normal !important;
  -webkit-column-rule: medium none #000 !important;
  -moz-column-rule: medium none #000 !important;
  column-rule: medium none #000 !important;
  -webkit-column-span: none !important;
  -moz-column-span: none !important;
  column-span: none !important;
  -webkit-column-width: auto !important;
  -moz-column-width: auto !important;
  column-width: auto !important;
  -webkit-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  -webkit-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  -webkit-perspective-origin: 50% 50% !important;
  perspective-origin: 50% 50% !important;
  text-shadow: none !important;
  -webkit-transition: all 0s ease 0s !important;
  -o-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  word-break: normal !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  appearance: none !important;
  line-height: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-weight: bold !important;
  font-size: 14px !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) !important;
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: white !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.iubenda-tp-btn[data-tp-icon] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%231CC691' fill-rule='evenodd' d='M16 7a4 4 0 0 1 2.627 7.016L19.5 25h-7l.873-10.984A4 4 0 0 1 16 7z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 32px 32px !important;
  background-position: top 0.5px left 1px !important;
}

.iubenda-tp-btn[data-tp-circle] {
  border-radius: 32px !important;
}

.iubenda-tp-btn[data-tp-label]:after {
  content: attr(data-tp-label) !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
}

.iubenda-tp-btn[data-tp-label][data-tp-icon]:after {
  padding-left: 32px !important;
}

.iubenda-tp-btn[data-tp-float] {
  position: fixed !important;
  z-index: 2147483647 !important;
}

.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]) {
  margin: 16px !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-anchored] {
  margin: 0 16px !important;
  border-radius: 6px !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right] {
  margin: 0 !important;
  top: 75% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left] {
  left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right] {
  right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right] {
  margin: 0 !important;
  top: 50% !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 0 !important;
  -webkit-transform-origin: bottom !important;
  -ms-transform-origin: bottom !important;
  transform-origin: bottom !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left] {
  left: 0 !important;
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
  -ms-transform: translateY(-50%) rotate(90deg) !important;
  transform: translateY(-50%) rotate(90deg) !important;
  -webkit-transform-origin: left bottom !important;
  -ms-transform-origin: left bottom !important;
  transform-origin: left bottom !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right] {
  right: 0 !important;
  -webkit-transform: translateY(-50%) rotate(-90deg) !important;
  -ms-transform: translateY(-50%) rotate(-90deg) !important;
  transform: translateY(-50%) rotate(-90deg) !important;
  -webkit-transform-origin: right bottom !important;
  -ms-transform-origin: right bottom !important;
  transform-origin: right bottom !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
  bottom: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left][data-tp-anchored], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right][data-tp-anchored] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=top-left], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right] {
  top: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=top-left][data-tp-anchored], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right][data-tp-anchored] {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=top-left], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left] {
  left: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=top-right], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
  right: 0 !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-hover][data-tp-label]:after {
  max-width: 0 !important;
  overflow: hidden !important;
  display: block !important;
  padding: 0 !important;
  opacity: 0 !important;
  -webkit-transition: max-width 0.6s ease, padding 0.6s ease, opacity 0.6s ease !important;
  -o-transition: max-width 0.6s ease, padding 0.6s ease, opacity 0.6s ease !important;
  transition: max-width 0.6s ease, padding 0.6s ease, opacity 0.6s ease !important;
}

.iubenda-tp-btn[data-tp-float][data-tp-hover][data-tp-label]:hover:after {
  max-width: 192px !important;
  padding-left: 32px !important;
  padding-right: 10px !important;
  opacity: 1 !important;
}

/*
-----------------
MOBILE SDK
-----------------
*/
.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-visible {
  justify-content: center !important;
  align-items: center !important;
}

.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container {
  max-height: 100% !important;
  display: flex !important;
}

.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
  height: auto !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-opt-group {
  text-align: center !important;
}

.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-close-btn {
  display: none !important;
}

.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-rationale {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-banner-content {
  flex: 1;
  overflow-y: auto !important;
  margin: 0 !important;
  padding: 16px 16px 48px !important;
  max-height: inherit !important;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 15%) !important;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 15%) !important;
}

@media (min-width: 992px) {
  .iubenda-mobile-sdk #iubenda-cs-banner .iubenda-banner-content,
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-opt-group {
    margin: 24px !important;
  }

  .iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale {
    width: 100% !important;
    margin: 0 !important;
  }
}
.no-banner #iubenda-cs-banner {
  display: none !important;
}

/** fix scrolling in iOS 10 **/
.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-visible .iubenda-cs-container,
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content,
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-rationale {
  height: 100% !important;
}

.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-top-container {
  position: relative !important;
}

.iubenda-mobile-sdk #iubenda-iframe #iab-container {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

/** iframe **/
.iubenda-mobile-sdk #iubenda-iframe #iubenda-iframe-popup {
  height: 100% !important;
  width: 100% !important;
}

.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-close-btn {
  display: none !important;
}

.iubenda-mobile-sdk #iubenda-iframe {
  background-color: transparent !important;
}

/* Fix cookie policy trimming on older Android devices */
.iubenda-mobile-sdk #iubenda-iframe iframe {
  background-color: transparent !important;
  position: absolute !important;
  bottom: 0 !important;
  top: 0 !important;
}

.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-spinner {
  top: 50px !important;
}

/* Fix TCF widget overlapping footer in older Android devices */
.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-footer {
  z-index: 9999 !important;
}

/* Fix popovers going behind footer buttons and not scrolling */
.iubenda-mobile-sdk #iubenda-iframe.iub-popover-visible .iub-popover {
  z-index: 10000 !important;
}

.iubenda-mobile-sdk #iubenda-iframe .iub-popover-content {
  position: relative !important;
}

.iubenda-mobile-sdk #iubenda-iframe .iub-popover-content > div {
  -webkit-overflow-scrolling: touch !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
}

/* Fix purposes widget not scrolling on older iOS and Android devices */
.iubenda-mobile-sdk #purposes-container {
  -webkit-overflow-scrolling: touch !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: auto !important;
}

/* Avoid scrolling freezes when scrolling the banner from the accept button on iOS */
@media only screen and (max-width: 500px) {
  html, body {
    min-height: 100% !important;
  }
}
.h_c_page_imprint,
.h_c_page_privacy {
  overflow: unset !important;
}
.h_c_page_imprint div#iubenda-cs-banner,
.h_c_page_privacy div#iubenda-cs-banner {
  display: none !important;
}

/***************************************************/
FLYERALARM Custom overwrite css #iubenda-cs-banner .iubenda-cs-content {
  background-color: white !important;
  color: black !important;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07) !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
  background-color: #e6001e !important;
  color: #ffffff !important;
}

#iubenda-cs-banner .iubenda-cs-content {
  background-color: white !important;
  color: black !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button {
  background-color: white !important;
  color: black !important;
  border-bottom: 1px solid black;
}

#iubenda-cs-banner .iubenda-cs-opt-group button {
  /*padding: 12.24px 14.4px !important;*/
  font-size: 14.4px !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  font-weight: 700 !important;
}

#iubenda-cs-banner .iubenda-banner-content a {
  cursor: pointer;
  line-height: inherit !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #000000 !important;
  text-decoration-color: #291d1e !important;
  text-underline-position: under !important;
  color: #291d1e !important;
  opacity: 1 !important;
}

#iubenda-cs-banner .iubenda-banner-content a:hover {
  color: #e6001e !important;
  -webkit-text-decoration-color: #e6001e !important;
  text-decoration-color: #e6001e !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button:hover {
  opacity: 1 !important;
  background-color: #b80018 !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn.iubenda-cs-btn-primary {
  background-color: white !important;
  color: #e6001e !important;
  border: 1px solid #e6001e !important;
}

.iubenda-cs-opt-group-consent {
  display: flex !important;
  flex-wrap: wrap;
}

.iubenda-cs-opt-group-consent > button:nth-child(0) {
  order: 2;
}

.iubenda-cs-opt-group-consent > button:nth-child(1) {
  order: 1;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn:hover.iubenda-cs-btn-primary {
  border-color: #b80018 !important;
  color: #b80018 !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn {
  background-color: white !important;
  color: black !important;
  font-weight: normal !important;
  cursor: pointer !important;
  line-height: inherit !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #291d1e !important;
  text-decoration-color: #291d1e !important;
  text-underline-position: under !important;
  font-weight: 300 !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn:hover {
  color: #e6001e !important;
  -webkit-text-decoration-color: #e6001e !important;
  text-decoration-color: #e6001e !important;
}

#iubenda-cs-banner #iubenda-cs-title {
  font-weight: bold !important;
  margin-bottom: 16px !important;
  font-size: 20px !important;
}

/*Style for "learn and customize window*/
#iubenda-iframe #iubFooterBtnContainer button#iubRejectBtn {
  border-radius: 0 !important;
  /*padding: 12.24px 14.4px !important;*/
  font-size: 14.4px !important;
  background-color: white !important;
  color: #e6001e !important;
  border: 1px solid #e6001e !important;
}

#iubenda-iframe #iubFooterBtnContainer button#iubRejectBtn:hover {
  border-color: #b80018 !important;
  color: #b80018 !important;
}

#iubenda-iframe #iubFooterBtnContainer button#iubFooterBtn {
  border-radius: 0 !important;
  font-size: 14.4px !important;
  /*padding: 12.24px 14.4px !important;*/
  background-color: #e6001e !important;
}

#iubenda-iframe #iubFooterBtnContainer button#iubFooterBtn:hover {
  opacity: 1 !important;
  background-color: #b80018 !important;
}

#iubenda-iframe #purposes-container .purposes-btn.purposes-btn-back, #iubenda-iframe .purposes-top-right .purposes-btn-cp, #iubenda-iframe #purposes-container .open-cp {
  border-radius: 0 !important;
  border: none !important;
  background-color: white !important;
  color: black !important;
  font-weight: normal !important;
  cursor: pointer !important;
  line-height: inherit !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #291d1e !important;
  text-decoration-color: #291d1e !important;
  text-underline-position: under !important;
  font-weight: 300 !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#iubenda-iframe #purposes-container .purposes-btn:hover, #iubenda-iframe #purposes-container .open-cp:hover {
  color: #e6001e !important;
  text-decoration-color: #e6001e !important;
  opacity: 1 !important;
}

#iubenda-iframe-content #purposes-container .purposes-buttons button.purposes-btn-accept {
  border-radius: 0 !important;
  font-size: 14.4px !important;
  background-color: #e6001e !important;
  color: white !important;
  background-image: none !important;
}

#iubenda-iframe-content #purposes-container .purposes-buttons button.purposes-btn-accept:hover {
  color: white !important;
  background-color: #b80018 !important;
}

#iubenda-iframe-content #purposes-container .purposes-buttons button.purposes-btn-reject {
  border-radius: 0 !important;
  font-size: 14.4px !important;
  background-color: white !important;
  color: #e6001e !important;
  border: 1px solid #e6001e !important;
  background-image: none !important;
}

#iubenda-iframe-content #purposes-container .purposes-buttons button.purposes-btn-reject:hover {
  border-color: #b80018 !important;
  color: #b80018 !important;
}

#iubenda-iframe-content #purposes-container .purposes-checkbox input.style1:checked {
  background-color: #70C700 !important;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slide-show {
  to {
    transform: translateY(0);
  }
}
.notify {
  display: none;
}
.notify.do-show {
  display: block;
}

.top-left {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  color: #000;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  max-width: 350px;
  margin: 20px;
  top: 0;
  left: 0;
  transform: translateX(- 420px);
}
@keyframes slide-in-left {
  to {
    transform: translateX(0);
  }
}
.top-left.do-show {
  animation: slide-in-left 1s ease-in-out forwards, slide-in-left 1s ease-in-out reverse forwards 5s;
  display: block;
}
.top-left[data-notification-status=notice] {
  background-color: #eee;
}
.top-left[data-notification-status=notice]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M11.016,6.984V9h1.968V6.984H11.016z M11.016,17.016h1.968v-6h-1.968V17.016z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.top-left[data-notification-status=warning] {
  background-color: #FFCA28;
}
.top-left[data-notification-status=warning]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016,17.016h1.968V15h-1.968V17.016z M11.016,6.983v6.001h1.968V6.983H11.016z' fill='%23C19100'/%3E%3C/svg%3E") left top no-repeat;
}
.top-left[data-notification-status=error] {
  background-color: #f89d98;
}
.top-left[data-notification-status=error]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23F24238'/%3E%3Cpath d='M13.406,12l2.578,2.578l-1.406,1.406L12,13.406l-2.578,2.578l-1.406-1.406L10.594,12L8.016,9.421l1.406-1.405L12,10.593 l2.578-2.577l1.406,1.405L13.406,12z' fill='%23F24238'/%3E%3C/svg%3E") left top no-repeat;
}
.top-left[data-notification-status=success] {
  background-color: #eee;
}
.top-left[data-notification-status=success]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M10.477,13.136l5.085-5.085l1.406,1.406l-6.492,6.492l-3.446-3.445l1.406-1.406L10.477,13.136z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.top-left[data-notification-status=question] {
  background-color: #8D6E63;
}
.top-left[data-notification-status=question]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001,6.314h-0.002c-1.996,0-3.609,1.614-3.609,3.609h1.784c0-0.977,0.85-1.784,1.826-1.784  c0.977,0,1.827,0.807,1.827,1.784c0,1.826-2.718,1.614-2.718,4.544h1.784c0-2.038,2.717-2.294,2.717-4.544  C15.609,7.928,13.997,6.314,12.001,6.314z M11.109,17.186h1.784v-1.826h-1.784V17.186z' fill='%23513F39'/%3E%3C/svg%3E") left top no-repeat;
}
.top-left[data-notification-status=plain] {
  background-color: #fff;
}

.top-right {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  color: #000;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  max-width: 350px;
  margin: 20px;
  top: 0;
  right: 0;
}
.top-right.do-show {
  animation: fade-in 1s ease-in-out forwards, fade-in 1s ease-in-out reverse forwards 5s;
  display: block;
}
.top-right[data-notification-status=notice] {
  background-color: #eee;
}
.top-right[data-notification-status=notice]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M11.016,6.984V9h1.968V6.984H11.016z M11.016,17.016h1.968v-6h-1.968V17.016z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.top-right[data-notification-status=warning] {
  background-color: #FFCA28;
}
.top-right[data-notification-status=warning]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016,17.016h1.968V15h-1.968V17.016z M11.016,6.983v6.001h1.968V6.983H11.016z' fill='%23C19100'/%3E%3C/svg%3E") left top no-repeat;
}
.top-right[data-notification-status=error] {
  background-color: #f89d98;
}
.top-right[data-notification-status=error]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23F24238'/%3E%3Cpath d='M13.406,12l2.578,2.578l-1.406,1.406L12,13.406l-2.578,2.578l-1.406-1.406L10.594,12L8.016,9.421l1.406-1.405L12,10.593 l2.578-2.577l1.406,1.405L13.406,12z' fill='%23F24238'/%3E%3C/svg%3E") left top no-repeat;
}
.top-right[data-notification-status=success] {
  background-color: #eee;
}
.top-right[data-notification-status=success]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M10.477,13.136l5.085-5.085l1.406,1.406l-6.492,6.492l-3.446-3.445l1.406-1.406L10.477,13.136z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.top-right[data-notification-status=question] {
  background-color: #8D6E63;
}
.top-right[data-notification-status=question]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001,6.314h-0.002c-1.996,0-3.609,1.614-3.609,3.609h1.784c0-0.977,0.85-1.784,1.826-1.784  c0.977,0,1.827,0.807,1.827,1.784c0,1.826-2.718,1.614-2.718,4.544h1.784c0-2.038,2.717-2.294,2.717-4.544  C15.609,7.928,13.997,6.314,12.001,6.314z M11.109,17.186h1.784v-1.826h-1.784V17.186z' fill='%23513F39'/%3E%3C/svg%3E") left top no-repeat;
}
.top-right[data-notification-status=plain] {
  background-color: #fff;
}

.bottom-right {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  color: #000;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  max-width: 350px;
  margin: 20px;
  bottom: 0;
  right: 0;
}
.bottom-right.do-show {
  animation: fade-in 300ms ease-in-out forwards, fade-in 300ms ease-in-out reverse forwards 5s;
  display: block;
}
.bottom-right[data-notification-status=notice] {
  background-color: #eee;
}
.bottom-right[data-notification-status=notice]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M11.016,6.984V9h1.968V6.984H11.016z M11.016,17.016h1.968v-6h-1.968V17.016z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-right[data-notification-status=warning] {
  background-color: #FFCA28;
}
.bottom-right[data-notification-status=warning]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016,17.016h1.968V15h-1.968V17.016z M11.016,6.983v6.001h1.968V6.983H11.016z' fill='%23C19100'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-right[data-notification-status=error] {
  background-color: #f89d98;
}
.bottom-right[data-notification-status=error]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23F24238'/%3E%3Cpath d='M13.406,12l2.578,2.578l-1.406,1.406L12,13.406l-2.578,2.578l-1.406-1.406L10.594,12L8.016,9.421l1.406-1.405L12,10.593 l2.578-2.577l1.406,1.405L13.406,12z' fill='%23F24238'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-right[data-notification-status=success] {
  background-color: #eee;
}
.bottom-right[data-notification-status=success]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M10.477,13.136l5.085-5.085l1.406,1.406l-6.492,6.492l-3.446-3.445l1.406-1.406L10.477,13.136z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-right[data-notification-status=question] {
  background-color: #8D6E63;
}
.bottom-right[data-notification-status=question]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001,6.314h-0.002c-1.996,0-3.609,1.614-3.609,3.609h1.784c0-0.977,0.85-1.784,1.826-1.784  c0.977,0,1.827,0.807,1.827,1.784c0,1.826-2.718,1.614-2.718,4.544h1.784c0-2.038,2.717-2.294,2.717-4.544  C15.609,7.928,13.997,6.314,12.001,6.314z M11.109,17.186h1.784v-1.826h-1.784V17.186z' fill='%23513F39'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-right[data-notification-status=plain] {
  background-color: #fff;
}

.bottom-left {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  color: #000;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  max-width: 350px;
  margin: 20px;
  bottom: 0;
  left: 0;
}
.bottom-left.do-show {
  animation: fade-in 1s ease-in-out forwards, fade-in 1s ease-in-out reverse forwards 5s;
  display: block;
}
.bottom-left[data-notification-status=notice] {
  background-color: #eee;
}
.bottom-left[data-notification-status=notice]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M11.016,6.984V9h1.968V6.984H11.016z M11.016,17.016h1.968v-6h-1.968V17.016z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-left[data-notification-status=warning] {
  background-color: #FFCA28;
}
.bottom-left[data-notification-status=warning]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016,17.016h1.968V15h-1.968V17.016z M11.016,6.983v6.001h1.968V6.983H11.016z' fill='%23C19100'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-left[data-notification-status=error] {
  background-color: #f89d98;
}
.bottom-left[data-notification-status=error]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23F24238'/%3E%3Cpath d='M13.406,12l2.578,2.578l-1.406,1.406L12,13.406l-2.578,2.578l-1.406-1.406L10.594,12L8.016,9.421l1.406-1.405L12,10.593 l2.578-2.577l1.406,1.405L13.406,12z' fill='%23F24238'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-left[data-notification-status=success] {
  background-color: #eee;
}
.bottom-left[data-notification-status=success]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M10.477,13.136l5.085-5.085l1.406,1.406l-6.492,6.492l-3.446-3.445l1.406-1.406L10.477,13.136z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-left[data-notification-status=question] {
  background-color: #8D6E63;
}
.bottom-left[data-notification-status=question]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001,6.314h-0.002c-1.996,0-3.609,1.614-3.609,3.609h1.784c0-0.977,0.85-1.784,1.826-1.784  c0.977,0,1.827,0.807,1.827,1.784c0,1.826-2.718,1.614-2.718,4.544h1.784c0-2.038,2.717-2.294,2.717-4.544  C15.609,7.928,13.997,6.314,12.001,6.314z M11.109,17.186h1.784v-1.826h-1.784V17.186z' fill='%23513F39'/%3E%3C/svg%3E") left top no-repeat;
}
.bottom-left[data-notification-status=plain] {
  background-color: #fff;
}

.bar-top {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  color: #000;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  transform: translateY("-" 100%);
}
.bar-top.do-show {
  animation: slide-show 1s forwards, slide-show 1s reverse forwards 5s;
}
.bar-top[data-notification-status=notice] {
  background-color: #eee;
}
.bar-top[data-notification-status=notice]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M11.016,6.984V9h1.968V6.984H11.016z M11.016,17.016h1.968v-6h-1.968V17.016z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-top[data-notification-status=warning] {
  background-color: #FFCA28;
}
.bar-top[data-notification-status=warning]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016,17.016h1.968V15h-1.968V17.016z M11.016,6.983v6.001h1.968V6.983H11.016z' fill='%23C19100'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-top[data-notification-status=error] {
  background-color: #f89d98;
}
.bar-top[data-notification-status=error]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23F24238'/%3E%3Cpath d='M13.406,12l2.578,2.578l-1.406,1.406L12,13.406l-2.578,2.578l-1.406-1.406L10.594,12L8.016,9.421l1.406-1.405L12,10.593 l2.578-2.577l1.406,1.405L13.406,12z' fill='%23F24238'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-top[data-notification-status=success] {
  background-color: #eee;
}
.bar-top[data-notification-status=success]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M10.477,13.136l5.085-5.085l1.406,1.406l-6.492,6.492l-3.446-3.445l1.406-1.406L10.477,13.136z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-top[data-notification-status=question] {
  background-color: #8D6E63;
}
.bar-top[data-notification-status=question]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001,6.314h-0.002c-1.996,0-3.609,1.614-3.609,3.609h1.784c0-0.977,0.85-1.784,1.826-1.784  c0.977,0,1.827,0.807,1.827,1.784c0,1.826-2.718,1.614-2.718,4.544h1.784c0-2.038,2.717-2.294,2.717-4.544  C15.609,7.928,13.997,6.314,12.001,6.314z M11.109,17.186h1.784v-1.826h-1.784V17.186z' fill='%23513F39'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-top[data-notification-status=plain] {
  background-color: #fff;
}

.bar-bottom {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  color: #000;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.bar-bottom.do-show {
  animation: fade-in 1s ease-in-out forwards, fade-in 1s ease-in-out reverse forwards 5s;
  display: block;
}
.bar-bottom[data-notification-status=notice] {
  background-color: #eee;
}
.bar-bottom[data-notification-status=notice]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M11.016,6.984V9h1.968V6.984H11.016z M11.016,17.016h1.968v-6h-1.968V17.016z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-bottom[data-notification-status=warning] {
  background-color: #FFCA28;
}
.bar-bottom[data-notification-status=warning]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016,17.016h1.968V15h-1.968V17.016z M11.016,6.983v6.001h1.968V6.983H11.016z' fill='%23C19100'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-bottom[data-notification-status=error] {
  background-color: #f89d98;
}
.bar-bottom[data-notification-status=error]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23F24238'/%3E%3Cpath d='M13.406,12l2.578,2.578l-1.406,1.406L12,13.406l-2.578,2.578l-1.406-1.406L10.594,12L8.016,9.421l1.406-1.405L12,10.593 l2.578-2.577l1.406,1.405L13.406,12z' fill='%23F24238'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-bottom[data-notification-status=success] {
  background-color: #eee;
}
.bar-bottom[data-notification-status=success]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M10.477,13.136l5.085-5.085l1.406,1.406l-6.492,6.492l-3.446-3.445l1.406-1.406L10.477,13.136z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-bottom[data-notification-status=question] {
  background-color: #8D6E63;
}
.bar-bottom[data-notification-status=question]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001,6.314h-0.002c-1.996,0-3.609,1.614-3.609,3.609h1.784c0-0.977,0.85-1.784,1.826-1.784  c0.977,0,1.827,0.807,1.827,1.784c0,1.826-2.718,1.614-2.718,4.544h1.784c0-2.038,2.717-2.294,2.717-4.544  C15.609,7.928,13.997,6.314,12.001,6.314z M11.109,17.186h1.784v-1.826h-1.784V17.186z' fill='%23513F39'/%3E%3C/svg%3E") left top no-repeat;
}
.bar-bottom[data-notification-status=plain] {
  background-color: #fff;
}

.popup-center {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  color: #000;
  line-height: 1.3;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  : 0;
  right: 0;
  left: 0;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  min-width: 320px;
  max-width: 700px;
  padding: 35px 40px 40px 40px;
  box-shadow: 5px 5px 15px 5px #fff;
}
.popup-center.do-show {
  animation: fade-in 1s ease-in-out forwards, fade-in 1s ease-in-out reverse forwards 5s;
  display: block;
}
.popup-center[data-notification-status=notice] {
  background-color: #eee;
}
.popup-center[data-notification-status=notice]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M11.016,6.984V9h1.968V6.984H11.016z M11.016,17.016h1.968v-6h-1.968V17.016z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.popup-center[data-notification-status=warning] {
  background-color: #FFCA28;
}
.popup-center[data-notification-status=warning]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016,17.016h1.968V15h-1.968V17.016z M11.016,6.983v6.001h1.968V6.983H11.016z' fill='%23C19100'/%3E%3C/svg%3E") left top no-repeat;
}
.popup-center[data-notification-status=error] {
  background-color: #f89d98;
}
.popup-center[data-notification-status=error]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23F24238'/%3E%3Cpath d='M13.406,12l2.578,2.578l-1.406,1.406L12,13.406l-2.578,2.578l-1.406-1.406L10.594,12L8.016,9.421l1.406-1.405L12,10.593 l2.578-2.577l1.406,1.405L13.406,12z' fill='%23F24238'/%3E%3C/svg%3E") left top no-repeat;
}
.popup-center[data-notification-status=success] {
  background-color: #eee;
}
.popup-center[data-notification-status=success]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23BBBBBB'/%3E%3Cpath d='M10.477,13.136l5.085-5.085l1.406,1.406l-6.492,6.492l-3.446-3.445l1.406-1.406L10.477,13.136z' fill='%23BBBBBB'/%3E%3C/svg%3E") left top no-repeat;
}
.popup-center[data-notification-status=question] {
  background-color: #8D6E63;
}
.popup-center[data-notification-status=question]:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  min-width: 30px;
  left: 10px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001,6.314h-0.002c-1.996,0-3.609,1.614-3.609,3.609h1.784c0-0.977,0.85-1.784,1.826-1.784  c0.977,0,1.827,0.807,1.827,1.784c0,1.826-2.718,1.614-2.718,4.544h1.784c0-2.038,2.717-2.294,2.717-4.544  C15.609,7.928,13.997,6.314,12.001,6.314z M11.109,17.186h1.784v-1.826h-1.784V17.186z' fill='%23513F39'/%3E%3C/svg%3E") left top no-repeat;
}
.popup-center[data-notification-status=plain] {
  background-color: #fff;
}
.popup-center.huge {
  font-size: 32px;
  line-height: 1.2;
}

@media only screen and (max-width: 56.25rem) {
  .configuratorWrap .desktopOnly, .configuratorWrap .mobileHidden {
    display: none;
  }
}
.configuratorWrap input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #999;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  transform: translateY(-0.075em);
  padding: 2px;
}
.configuratorWrap input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6001e;
  display: none;
}
.configuratorWrap input[type=radio]:checked {
  border-color: #e6001e;
}
.configuratorWrap input[type=radio]:checked:before {
  display: block;
}
.configuratorWrap .configBox {
  border: none !important;
  padding: 0 !important;
}
.configuratorWrap .configBox .configBoxHeader {
  display: block;
  padding: 15px 30px;
  background: #cbe6ff;
  color: #291d1e;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.configuratorWrap .configBox .configBoxHeader .selectedValue {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 20px;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 56.25rem) {
  .configuratorWrap .configBox .configBoxHeader .selectedValue {
    padding-left: 0;
    padding-right: 20px;
    padding-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.configuratorWrap .configBox .configBoxHeader .actions {
  text-align: right;
  float: right;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.configuratorWrap .configBox .configBoxHeader .actions a {
  color: #291d1e;
}
.configuratorWrap .configBox.forward .configBoxHeader {
  background: #fafafa;
  color: #B3B2B2;
}
.configuratorWrap .configBox.backward .configBoxHeader {
  position: relative;
}
.configuratorWrap .configBox.backward .configBoxHeader :after {
  content: url(../img/checkBlack.svg);
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 20px;
}
.configuratorWrap .configBox .configBoxContent {
  padding: 1.5rem;
  background: #fafafa;
  transition: padding-top 400ms ease-out, padding-bottom 400ms ease-out;
  max-height: 2200px;
}
.configuratorWrap .configBox.forward .configBoxContent, .configuratorWrap .configBox.backward .configBoxContent {
  padding-top: 0;
  padding-bottom: 0;
}
.configuratorWrap .configBox.current + .current .configBoxContent {
  padding-top: 0;
  padding-bottom: 0;
}
.configuratorWrap .configBox .appendix {
  padding: 1.5rem;
  background: #ebebeb;
  border-top: 0.6rem solid white;
  position: relative;
}
.configuratorWrap .configBox .appendix:before {
  content: "";
  position: absolute;
  width: 12px;
  /* Adjust the size of the arrow */
  height: 12px;
  background: #ebebeb;
  transform: rotate(45deg);
  top: 0;
  left: 25px;
  margin-top: -6px;
  z-index: 1;
}
.configuratorWrap .configBox + .configBox {
  margin-top: 0.6rem;
}

@media only screen and (min-width: 50rem) {
  .c_shared_products .intro {
    text-align: center;
  }
}

.topProductCategoriesWrapper {
  /* shared home page: /welcome */
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 90px 0;
}
.topProductCategoriesWrapper .topProductCategories {
  padding-top: 30px;
  padding-bottom: 10px;
}
.topProductCategoriesWrapper .topProductCategories .topProduct {
  border: 1px solid #EBE8E8;
}
.topProductCategoriesWrapper .topProductCategories .topProduct .topProductImage {
  max-height: 250px;
}
.topProductCategoriesWrapper .topProductCategories .topProduct .topProductTeaser {
  text-align: left;
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width: 62.5rem) {
  .topProductCategoriesWrapper .topProductCategories .topProduct .topProductTeaser {
    text-align: center;
  }
}
.topProductCategoriesWrapper .topProductCategories .topProduct .topProductTeaser h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.topProductCategories {
  /* standalone page:  /dialogpost/druckprodukte */
  padding-top: 80px;
  padding-bottom: 100px;
  zoom: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
}
.topProductCategories:before, .topProductCategories:after {
  content: "";
  display: table;
}
.topProductCategories:after {
  clear: both;
}
@media only screen and (max-width: 50rem) {
  .topProductCategories {
    padding: 0px 10px 80px;
  }
}
.topProductCategories:before, .topProductCategories:after {
  display: none;
  content: unset;
}
.topProductCategories .topProduct {
  width: 24%;
  margin-right: 16px;
  width: calc(25% - 15px);
  border: 1px solid transparent;
  color: #291d1e;
  background: #fff;
  margin-bottom: 15px;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 62.5rem) {
  .topProductCategories .topProduct {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 37.5rem) {
  .topProductCategories .topProduct {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.topProductCategories .topProduct:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 43.75rem) {
  .topProductCategories .topProduct:nth-child(4n) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 43.75rem) {
  .topProductCategories .topProduct:nth-child(2n) {
    margin-right: 0;
  }
}
.topProductCategories .topProduct:hover {
  border: 1px solid #e6001e;
  color: #e6001e;
  text-decoration: none;
}
.topProductCategories .topProduct .topProductImage {
  padding: 2px;
  height: 290px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 68.75rem) {
  .topProductCategories .topProduct .topProductImage {
    height: 230px;
  }
}
@media only screen and (max-width: 62.5rem) {
  .topProductCategories .topProduct .topProductImage {
    height: 220px;
  }
}
@media only screen and (max-width: 56.25rem) {
  .topProductCategories .topProduct .topProductImage {
    height: 160px;
  }
}
@media only screen and (max-width: 43.75rem) {
  .topProductCategories .topProduct .topProductImage {
    height: 150px;
  }
}
.topProductCategories .topProduct .topProductImage img {
  display: block;
  margin: 0px auto;
  max-height: 100%;
}
.topProductCategories .topProduct .topProductTeaser {
  padding: 10px 10px 30px;
}
.topProductCategories .topProduct .topProductTeaser .topProductTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 20px 15px;
}
@media only screen and (max-width: 62.5rem) {
  .topProductCategories .topProduct .topProductTeaser .topProductTitle {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 10px;
  }
}

.c_shared_products_detail .productsDetail {
  background: #fff;
  padding: 115px 90px;
  margin-bottom: 60px;
  border: 1px solid #b0b0b0;
  border-top: 1px solid #dadada;
  box-shadow: 0px 1px 3px #b0b0b0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 87.5rem) {
  .c_shared_products_detail .productsDetail {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 43.75rem) {
  .c_shared_products_detail .productsDetail {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c_shared_products_detail .productsDetail:before, .c_shared_products_detail .productsDetail:after {
  display: none;
  content: unset;
}
.c_shared_products_detail .productsDetail .productsImage {
  width: 35%;
}
@media only screen and (max-width: 43.75rem) {
  .c_shared_products_detail .productsDetail .productsImage {
    width: 100%;
    float: none;
  }
}
.c_shared_products_detail .productsDetail .productsImage h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 43.75rem) {
  .c_shared_products_detail .productsDetail .productsImage h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c_shared_products_detail .productsDetail .productsImage .productImageGallery {
  display: flex;
  flex-wrap: wrap;
}
.c_shared_products_detail .productsDetail .productsImage .productImageGallery div {
  width: 200px;
  max-width: 49%;
}
.c_shared_products_detail .productsDetail .productsDescription {
  width: 55%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 43.75rem) {
  .c_shared_products_detail .productsDetail .productsDescription {
    width: 100%;
    float: none;
  }
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryNavigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 3px solid #e7e7e7;
  padding: 0 40px 0;
  margin-bottom: 40px;
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryNavigation.slim {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 50rem) {
  .c_shared_products_detail .productsDetail .productsDescription .subCategoryNavigation {
    padding: 0 10px 0;
  }
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryNavigation a {
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: translateY(3px);
  display: block;
  max-width: 200px;
  min-width: 100px;
  border-bottom: 3px solid #e7e7e7;
  color: #291d1e;
  position: relative;
  padding-bottom: 40px;
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryNavigation a.active {
  border-bottom: 3px solid #e6001e;
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryNavigation a img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryNavigation a h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryDetails {
  display: none;
  min-height: 400px;
}
.c_shared_products_detail .productsDetail .productsDescription .subCategoryDetails.active {
  display: block;
}
.c_shared_products_detail .productsDetail .productsDescription .configStepList {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #e7e7e7;
}
.c_shared_products_detail .productsDetail h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media only screen and (max-width: 43.75rem) {
  .c_shared_products_detail .productsDetail h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c_shared_products_detail .productsDetail .productSources {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 68.75rem) {
  .c_shared_products_detail .productsDetail .productSources {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c_shared_products_detail .productsDetail .productSources .productSource {
  width: 25%;
  color: #291d1e;
  text-decoration: none;
  margin-right: 10px;
  border: 1px solid #DBD9D9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 68.75rem) {
  .c_shared_products_detail .productsDetail .productSources .productSource {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 40.625rem) {
  .c_shared_products_detail .productsDetail .productSources .productSource {
    width: 100%;
    max-width: 400px;
  }
}
.c_shared_products_detail .productsDetail .productSources .productSource:last-child {
  margin-right: 0;
}
.c_shared_products_detail .productsDetail .productSources .productSource .productSourceDescription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px 20px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c_shared_products_detail .productsDetail .productSources .productSource .productSourceDescription svg {
  max-width: 215px;
  margin: 0px auto 30px;
  display: block;
}
.c_shared_products_detail .productsDetail .productSources .productSource .productSourceDescription ul {
  flex-grow: 1;
  padding-left: 15px;
  margin: 0 0 20px 0;
}
.c_shared_products_detail .productsDetail .productSources .productSource .productSourceDescription ul li {
  padding-left: 0;
  margin: 0;
}
.c_shared_products_detail .productsDetail .productSources .productSource .btn {
  width: 100%;
  box-sizing: border-box;
}
.c_shared_products_detail .productsDetail .productSources .productSource .iconAppend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.c_shared_products_detail .productsDetail .productSources .productSource .iconAppend strong {
  display: block;
  padding-bottom: 15px;
  line-height: 1.4;
}
.c_shared_products_detail .productsDetail .productSources .productSource .iconAppend strong small {
  font-weight: normal;
}
.c_shared_products_detail .productsDetail .productSources .productSource .iconAppend svg {
  width: auto;
  height: 95px;
  margin: 0;
}

.modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 200;
  height: 100vh;
  /*     display: table; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: left;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
}
.modal-frame.state-appear .modal-inset {
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-animation: modalComeIn 0.25s ease;
  -moz-animation: modalComeIn 0.25s ease;
  -o-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -o-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-appear:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -o-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  vertical-align: middle;
  text-align: left;
  z-index: 101;
  background: #fff;
}

.modal-inset {
  position: relative;
  padding: 20px;
  background-color: transparent;
  min-width: 500px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 31.25rem) {
  .modal-inset {
    min-width: 85vw;
  }
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  color: #e6001e;
  font-size: 24px;
  z-index: 102;
}
.modal-inset .close:hover {
  opacity: 1;
}

.modal-body {
  margin: auto;
  opacity: 0;
  color: #888;
  /*@include transition();
  	@include vendor-prefix(transition-delay, 0.1s);
  	@include vendor-prefix(transition-duration, 0.325s);
  	@include vendor-prefix(transform, 'translateY(0) scale(.8, .8)');
  */
}
.modal-body h3 {
  font-weight: 700;
  color: #000;
  padding-bottom: 5px;
}
.modal-body p {
  padding-bottom: 0px;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.97, 0.97);
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    -o-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
  }
}
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.97, 0.97);
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    -o-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.97, 0.97);
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    -o-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
  }
}
.modal[data-type=check] .modal-inset {
  padding-left: 50px;
}
.modal[data-type=check] .modal-inset:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-size: 30px;
  float: left;
  color: green;
  left: 15px;
  top: 15px;
  position: absolute;
}

.orderTimelineExpanded {
  background: #EBEBEB;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1380px;
}
.orderTimelineExpanded > div.part {
  width: 33.33333333%;
  background: #fff;
}
.orderTimelineExpanded > div.part:first-child .header {
  background: #7ec1e7;
}
.orderTimelineExpanded > div.part:first-child .header:after {
  background: #7ec1e7;
}
.orderTimelineExpanded > div.part.done_1 .header {
  background: #d4e7f8;
}
.orderTimelineExpanded > div.part.done_1 .header:after {
  background: #d4e7f8;
}
.orderTimelineExpanded > div.part.done_1 + .done_ .header {
  background: #7ec1e7;
}
.orderTimelineExpanded > div.part.done_1 + .done_ .header:after {
  background: #7ec1e7;
}
.orderTimelineExpanded > div.part:last-child .header:after {
  display: none;
}
.orderTimelineExpanded > div.part .header {
  padding: 16px 15px 14px 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #EBEBEB;
  text-align: center;
  position: relative;
}
.orderTimelineExpanded > div.part .header:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20px;
  height: 40px;
  width: 40px;
  transform: rotate(36deg) skew(10deg, 30deg);
  z-index: 1;
}
.orderTimelineExpanded > div.part .header .svgWrapper {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.orderTimelineExpanded > div.part .header .svgWrapper svg {
  max-height: 100%;
  max-width: 100%;
}
.orderTimelineExpanded > div.part .steps {
  padding-top: 44px;
  padding-bottom: 60px;
  padding-left: 120px;
  font-size: 16px;
  font-size: 1rem;
  border-left: 5px solid #f0f0f0;
}
.orderTimelineExpanded > div.part .steps .step {
  position: relative;
  padding-bottom: 5px;
}
.orderTimelineExpanded > div.part .steps .step:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0px;
  width: 20px;
  height: 20px;
}
.orderTimelineExpanded > div.part .steps .step.check_0 {
  color: #B3B2B2;
}
.orderTimelineExpanded > div.part .steps .step.check_0 a {
  color: #B3B2B2 !important;
}
.orderTimelineExpanded > div.part .steps .step.check_0:before {
  display: none;
}
.orderTimelineExpanded > div.part .steps .step.check_1 a {
  color: inherit !important;
}
.orderTimelineExpanded > div.part .steps .step.check_1:before {
  background: url(../img/checkSecondary.svg) no-repeat center 8px;
  background-size: 15px 12px;
}
.orderTimelineExpanded > div.part:first-child .steps {
  border-left: 0;
}
.orderTimelineExpanded > div.part .iconTodo {
  background: #e6001e;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  margin-left: 30px;
  padding: 2px 6px;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part .header {
  background: #FAFAFA;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part .header h3 {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  padding-left: 30px;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part .header:after {
  top: 13px;
  right: -13px;
  height: 27px;
  width: 27px;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part.done_1 .header {
  background: #7ec1e7;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part.done_1 .header:after {
  background: #7ec1e7;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part.done_1 + .done_ .header {
  background: #7ec1e7;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part.done_1 + .done_ .header:after {
  background: #7ec1e7;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part.done_:first-child .header {
  background: #e6001e;
  color: #fff;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part.done_:first-child .header:after {
  background: #e6001e;
  color: #fff;
}
.orderTimelineExpanded.orderTimelineTodoOnly > div.part.done_:first-child ~ .part .header {
  color: #e6001e;
}

.c_admin table.table, .c_account table.table {
  border-spacing: 0;
  width: 100%;
}
.c_admin table.table.table-striped tr:nth-child(2n), .c_account table.table.table-striped tr:nth-child(2n) {
  background: #f0f0f0;
}
.c_admin table.table.table-bordered, .c_account table.table.table-bordered {
  border: 1px solid #ccc;
}
.c_admin table.table .text-right, .c_account table.table .text-right {
  text-align: right;
}
.c_admin table.table .pb0, .c_account table.table .pb0 {
  padding-bottom: 0;
}
.c_admin table.table .pt0, .c_account table.table .pt0 {
  padding-top: 0;
}
.c_admin table.table tr.odd td, .c_account table.table tr.odd td {
  background: #f0f0f0;
}
.c_admin table.table tr td, .c_account table.table tr td {
  padding: 8px;
}
.c_admin table.table tr.active td, .c_account table.table tr.active td {
  background: #D0D0D0 !important;
}

.blockedDueToMissingCookieOptInMessage {
  display: none;
}

.blockedDueToMissingCookieOptIn .blockedDueToMissingCookieOptInMessage {
  display: block;
}
.blockedDueToMissingCookieOptIn .hiddenDueToMissingCookieOptIn {
  display: none !important;
}

.slick-initialized .slick-slide {
  max-width: 100%;
}

a.btn:first-letter {
  text-transform: capitalize;
}

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