/* DEFAULTS */
.clearfix {
  clear: both;
}

.purposeWrap {
  width: 100vw;
  margin: 0px auto;
  margin-bottom: 7vw;
  /*overflow: auto;*/
}

.fadeObject {
  opacity: 0;
  transform: translate(0px, 20px);
}

.purposeWrap.lessMargin {
  margin-bottom: 1.3vw;
}

.purposeWrapSmaller {
  width: 72.2vw;
}

.purposeWrap h2,
.purposeWrap h3 {
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 1.38889vw;
  color: #222;
  font-weight: 600;
}

.presidentsMessage h2 {
  padding-left: 4.02778vw;
}
.presidentsMessage h2::before {
  width: 2.91667vw;
  height: 0.13889vw;
  margin-top: -0.06944vw;
  content: "";
  display: block;
  background: #2f88ce;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (min-width: 768px) {
  .presidentsMessage h2::before {
    width: 2.91667vw;
    height: 0.13889vw;
    margin-top: -0.06944vw;
  }
}

.presidentsMessage h3 {
  font-size: 2vw;
  line-height: 5vw;
  margin-top: 0;
  margin-bottom: -0.72917vw;
}
.presidentsMessage h4 {
  font-size: 1.38889vw;
  line-height: 1.2;
}

.presidentSignText {
  font-size: 1.25vw;
  line-height: 2vw;
  margin-bottom: 1.5vw;
}

.purposeWrap h3 {
  text-transform: uppercase;
}

.purposeWrap h2 {
  position: relative;
  display: inline-block;
  /* padding-left: 4.02778vw;*/
  font-size: 1.38889vw;
  text-transform: uppercase;
}

/*
.purposeWrap h2::before {
  width: 2.91667vw;
  height: 0.13889vw;
  margin-top: -0.06944vw;
  content: '';
  display: block;
  background: #2f88ce;
  position: absolute;
  left: 0;
  top: 50%;
}
*/

.purposeWrap h3 span {
  font-size: 1.11111vw;
  line-height: 1.11111vw;
  display: block;
  margin-top: 10px;
}

.purposeText {
  font-size: 1.25vw;
  line-height: 2vw;
}

.purposeText .zoomButtonWrap {
  display: none;
}

.purposeText strong {
  font-weight: bold;
  color: #222;
}

.purposeText .topImage {
  width: 100%;
  margin-bottom: 2vw;
}

.purposeText .bottomImage {
  width: 100%;
  margin-top: 2vw;
}

.purposeText ul li {
  list-style-type: disc;
}

.purposeText ul {
  margin: 0 60px 10px;
}

.purposeModal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.purposeModal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.purposeModalInner {
  position: absolute;
  left: 10vw;
  width: 80vw;
  height: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.purposeModalInnerSpacing {
  position: relative;
  padding: 5.55vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.purposeModalTextPane {
  background-color: #fff;
  overflow-y: scroll;
}

.purposeModalInner video {
  width: auto;
  height: auto;
  max-height: 100%;
}

.purposeModalInner iframe {
}

.purposeModalClose {
  position: absolute;
  bottom: -70px;
  left: calc(50% - 125px);
  width: 250px;
  height: 50px;
  text-align: center;
  font-size: 1.5vw;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}

/* DEFAULTS ENDE*/

/*Color Cards*/
.purposeImageBox {
  padding: 4vw;
  border: 2px solid #dfdfdf;
}

.purposeImageBox .purposeImageBoxText {
  font-size: 1.52778vw;
  line-height: 2.5vw;
  margin-top: 0vw;
  margin-bottom: 2vw;
  color: #353535;
  font-weight: 600;
}

.purposeImageBox .purposeCards {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.purposeImageBox .card {
  width: 22%;
  position: relative;
  /*margin-right:4%;*/
}

.purposeImageBox .card:last-of-type {
  margin: 0;
}

.purposeImageBox .card .cardText {
  position: absolute;
  color: #fff;
  top: 7%;
  left: 27%;
  font-size: 1.1vw;
  line-height: 1.6vw;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: bolder;
}

/*Color Cards ENDE*/

/*ThreeColImageBox*/
.purposeThreeColImageBox {
}

.purposeThreeColImageBox .title {
  font-size: 1.94444vw;
  line-height: 3.75vw;
  margin-top: 0;
  text-align: center;
}

.purposeThreeColImageBox .cols {
  margin-top: 1vw;
  display: flex;
  columns: 3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.purposeThreeColImageBox .col {
  width: 30%;
  position: relative;
}

.purposeThreeColImageBox .subtitle {
  font-size: 1.94444vw;
  line-height: 1.94444vw;
  margin-top: 1.38889vw;
  margin-bottom: 0vw;
  text-align: center;
  font-weight: 600;
}

.purposeThreeColImageBox .lineone,
.purposeThreeColImageBox .linetwo {
  font-size: 0.97222vw;
  line-height: 1.36111vw;
  margin-top: 1.38889vw;
  text-align: center;
}

.purposeThreeColImageBox .linetwo {
  margin-top: 0.69444vw;
}

.purposeThreeColImageBox .col:nth-of-type(1) .linetwo,
.purposeThreeColImageBox .col:nth-of-type(2) .lineone,
.purposeThreeColImageBox .col:nth-of-type(3) .linetwo {
  font-size: 1.52778vw;
  line-height: 1.52778vw;
}

/*ThreeColImageBox ENDE*/

/*Image Header*/
.purposeImageHeader {
  margin-top: 23px;
  height: 36.11111vw;
  position: relative;
}

.purposeImageHeader .title {
  position: absolute;
  left: 4.16667vw;
  top: 4.16667vw;
  font-size: 1.25vw;
  font-weight: bold;
  color: #fff;
}

.purposeImageHeader .slogan {
  position: absolute;
  left: 14vw;
  top: calc(50% - 2.2vw);
  font-size: 3.75vw;
  line-height: 4.44444vw;
  font-weight: 600;
  color: #fff;
}

/*Image Header ENDE*/

/*Products Percentage / General Table*/
.productsPercentageTable,
.productsGeneralTable {
  overflow: auto;
}

.productsPercentageTable .purposeColumn {
  width: 25%;
  float: left;
}

.productsGeneralTable .purposeColumn {
  width: 25%;
  float: left;
}

.productsGeneralTable .purposeColumn:first-of-type {
  width: 50%;
}

.productsPercentageTable .purposeRow,
.productsGeneralTable .purposeRow {
  /*min-height: 27vw;*/
  width: 100%;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  padding: 3vw;
}

.productsGeneralTable .purposeRow {
  /*min-height: 12vw;*/
  padding: 1vw;
}

.productsPercentageTable .purposeRow:first-of-type,
.productsGeneralTable .purposeRow:first-of-type {
  padding: 0;
}

.productsPercentageTable .purposeTh,
.productsGeneralTable .purposeTh {
  height: 3vw;
  min-height: auto;
  background-color: #3ca9ba;
  border-right: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 1.5vw;
  line-height: 3vw;
  font-weight: 600;
}

.productsGeneralTable .purposeTh {
  background-color: rgb(52, 150, 172);
}

.productsPercentageTable .purposeColumn:first-of-type .purposeRow,
.productsGeneralTable .purposeColumn:first-of-type .purposeRow {
  border-left: 2px solid #dfdfdf;
}

.productsPercentageTable .purposeColumn:first-of-type .purposeTh,
.productsGeneralTable .purposeColumn:first-of-type .purposeTh {
  background-color: #1465ac;
  border-left: 2px solid #1465ac;
}

.productsPercentageTable .purposeColumn:last-of-type .purposeTh,
.productsGeneralTable .purposeColumn:last-of-type .purposeTh {
  border-right: 2px solid #3ca9ba;
  background-color: #3ca9ba;
}

.productsPercentageTable .centeredContent,
.productsGeneralTable .centeredContent {
  display: flex;
}

.productsGeneralTable .centeredContent {
  height: 100%;
}

.productsPercentageTable .centeredContent .centeredInner,
.productsGeneralTable .centeredContent .centeredInner {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productsGeneralTable .centeredContent .centeredInner {
  width: 100%;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
}

.productsGeneralTable p {
  display: inline;
}

.productsPercentageTable .bigger,
.productsGeneralTable .bigger {
  font-size: 1.25vw;
  line-height: 2vw;
  color: #222;
}

.productsPercentageTable .bold,
.productsGeneralTable .bold {
  font-weight: 600;
}

.productsPercentageTable .bigPercent,
.productsGeneralTable .bigPercent {
  color: #3ca9ba;
  font-size: 5vw;
  width: 100%;
  text-align: center;
  line-height: 4vw;
  display: block;
}

.productsGeneralTable .bigPercent {
  color: rgb(52, 150, 172);
}

.productsGeneralTable .purposeColumn:last-of-type .bigPercent {
  color: #3ca9ba;
}

.productsPercentageTable .bigPercent .pSign,
.productsGeneralTable .bigPercent .pSign {
  font-size: 2.5vw;
  font-weight: normal;
}

.productsGeneralTable .bigPercent .underline {
  font-size: 2vw;
  font-weight: normal;
  line-height: 2vw;
  width: 100%;
}

.productsPercentageTable .innerTable {
  width: 100%;
  overflow: auto;
}

.productsPercentageTable .innerTable .innerLeft {
  width: 75%;
  float: left;
}

.productsPercentageTable .innerTable .innerRight {
  width: 25%;
  float: left;
  text-align: right;
}

.productsGeneralTableDisclaimer {
  margin-top: 2vw;
  font-size: 1vw;
}

/*Products Percentage Table ENDE*/

/*presidentsMessage */

.presidentsMessage {
  background-color: #f4f5f6;
  display: flex;
  overflow: auto;
}

.presidentsMessage img {
  width: 50%;
  float: left;
}

.presidentsMessage .introText {
  width: 50%;
  float: left;
  padding: 0 7vw 0 7vw;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.presidentsMessage .introText .boxVertical {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.presidentsMessage .introText .boxVertical .popupLink {
  cursor: pointer;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-top: 1.38889vw;
  margin-bottom: 0vw;
  padding-left: 1.80556vw;
  margin-left: auto;
  position: relative;
}

.presidentsMessage .introText .boxVertical .popupLink::before,
.presidentsMessage .introText .boxVertical .popupLink::after {
  width: 0.97222vw;
  height: 0.13889vw;
  margin-top: -0.06944vw;
  display: block;
  content: "";
  background: #2f88ce;
  position: absolute;
  left: 0;
  top: 50%;
}

.presidentsMessage .introText .boxVertical .popupLink::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.presidentsMessageModal .presidentSign {
  width: 20vw;
  float: right;
  margin-top: 5vw;
  text-align: right;
  font-size: 0.97222vw;
  line-height: 1.52778vw;
  padding-right: 1vw;
}

.presidentsMessageModal .presidentSignWrap {
  width: 100%;
  padding-bottom: 4vw;
}

.presidentsMessageModal .presidentsMessage .presidentSign img {
  width: 12vw;
  display: block;
  float: right;
}

/*presidentsMessage ENDE*/

/* Applicable Products */
.applicableProducts {
}

.applicableProducts p {
  font-size: 1.11111vw;
  line-height: 1.11111vw;
  margin-top: 1.38889vw;
  margin-bottom: 1vw;
}

.applicableProducts .tableWrapper {
  width: 100%;
  margin-top: 1.38889vw;
  overflow: auto;
}

.applicableProducts .tableWrapper .tableLeft,
.applicableProducts .tableWrapper .tableRight {
  width: 50%;
  float: left;
  border: 2px solid #dfdfdf;
  padding: 2.63889vw;
}

.applicableProducts .tableWrapper .tableRight {
  border-left: none;
}

.applicableProducts .tableWrapper dt {
  text-align: center;
  font-size: 1.80556vw;
  line-height: 1.80556vw;
  color: #44b0ac;
}

.applicableProducts .tableWrapper .tableRow {
  width: 100%;
  /*padding-bottom: 1.5vw;*/
  margin-top: 1.5vw;
  border-bottom: 2px solid #dfdfdf;
  overflow: auto;
  min-height: 20vw;
}

.applicableProducts .tableWrapper .tableRow:first-of-type {
  margin-top: none;
}

.applicableProducts .tableWrapper .tableRow:last-of-type {
  border-bottom: none;
}

.applicableProducts .tableWrapper .tableCol {
  padding: 0.5vw;
  float: left;
}

.applicableProducts .tableWrapper .tableCol .imageWrapper {
  width: 100%;
  margin-bottom: 1vw;
  /*min-height: 105px;*/
}

.applicableProducts .tableWrapper .tableCol img {
  width: 100%;
  height: auto;
}

.applicableProducts .tableWrapper .tc33 {
  width: 33.3%;
}

.applicableProducts .tableWrapper .tc66 {
  width: 66.6%;
}

.applicableProducts .tableWrapper .tableCol dt {
  text-align: center;
  font-size: 0.75vw;
  line-height: 0.75vw;
  margin-bottom: 0.5vw;
  color: #000;
  font-weight: bold;
}

.applicableProducts .tableWrapper .tableCol .oversizedColFactWrapper {
  width: 50%;
  float: left;
  padding-right: 0.5vw;
}

.applicableProducts
  .tableWrapper
  .tableCol
  .oversizedColFactWrapper:nth-of-type(odd) {
  padding-left: 0.5vw;
  padding-right: 0;
}

.applicableProducts .tableWrapper .tableCol .fact {
  width: 100%;
  padding: 0.3vw 0 0.3vw 0;
  text-align: center;
  background-color: #f8be2e;
  border-radius: 1vw;
  font-size: 0.75vw;
  line-height: 0.75vw;
  margin-bottom: 0.5vw;
  font-weight: bold;
}

.applicableProducts .tableWrapper .tableCol .fact:last-of-type {
  margin-bottom: none;
}

.applicableProducts .tableWrapper .tableCol .fact.blue {
  background-color: #1365ac;
  color: #fff;
}

.applicableProducts .tableWrapper .tableCol .fact.transparent {
  background-color: inherit;
  padding: 0;
  min-height: 1.4vw;
}

/* Applicable Products ENDE*/

/*Header Video Element*/
body,
.page,
.main {
  position: relative;
}

body header.gb-common-2019_header.toBackground,
body .different .ppz-ns.toBackground {
  z-index: inherit;
}

.purposeVideoLoop,
.purposeVideoOverlay {
  position: relative;
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 68px);
  z-index: 1;
  margin-bottom: 7vw;
}

.purposeVideoCarousel {
  width: 100%;
  background-color: #f4f5f6;
  margin-bottom: 7vw;
}

.purposeVideoCarouselInner {
  width: 96%;
  max-width: 72.222vw;
  padding: 2vw 0;
  margin: 0 auto;
}

.purposeVideoCarouselInner p {
  font-weight: 600;
}

.purposeVideoCarouselTitle {
  font-size: 1.25vw;
  margin-bottom: 1.2vw;
}

.purposeVideoCarouselVideosWrap {
  width: 100%;
  /* height: 320px;*/
  position: relative;
  /*overflow:hidden;*/
}

.purposeVideoCarouselVideosLeft,
.purposeVideoCarouselVideosRight {
  position: absolute;
  top: 0;
  width: 150px;
  /*min-height:320px;*/
  z-index: 3;
  cursor: pointer;
}

.purposeVideoCarouselVideosLeft::after,
.purposeVideoCarouselVideosRight::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 100px;
  top: 0;
  /*left: 0;*/

  margin: auto;
  bottom: 0;
  z-index: 4;
  cursor: pointer;
  opacity: 1;
}

.purposeVideoCarouselVideosLeft::after {
  left: 10px;
  border-style: solid;
  /*border-width: 137.5px 50px 137.5px 0;*/
  border-width: 100px 50px 100px 0;
  border-color: transparent #fff transparent transparent;
}

.purposeVideoCarouselVideosRight::after {
  right: 10px;
  border-style: solid;
  /*border-width: 137.5px 0 137.5px 50px;*/
  border-width: 100px 0 100px 50px;
  border-color: transparent transparent transparent #fff;
}

.purposeVideoCarouselVideosLeft {
  left: 0;
  background-image: linear-gradient(
    to left,
    rgba(244, 0, 0, 0),
    rgba(244, 245, 246, 1)
  );
  /*background:rgba(244, 245, 246, 0.9);*/
  /*transform: rotate(180deg);*/
  display: none;
}

.purposeVideoCarouselVideosRight {
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(244, 0, 0, 0),
    rgba(244, 245, 246, 1)
  );
  display: none;
}

.purposeVideoCarouselVideos {
  display: grid;
  grid-gap: 25px;
  /*padding: 16px;*/
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(325px, 1fr);
  /*position: absolute;*/
}

.purposeVideoCarouselVideo {
  /*max-width: 23.5%;*/
  /*margin-right: 2%;*/
  /*height: 270px;*/
  width: 325px;
  overflow-wrap: break-word;
}

.purposeVideoCarouselVideoInner {
  position: relative;
  cursor: pointer;
  height: 180px;
}

.purposeVideoCarouselVideoInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purposeVideoCarouselVideoInner::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4rem;
  background: url(../images/icon_play_btn.svg) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  /*display: none;*/
  opacity: 0;
}

.purposeVideoCarouselVideoInner.ready::after {
  opacity: 1;
  transition-duration: 200ms;
  /*display: block;*/
}

.purposeVideoCarouselVideo p {
  padding-top: 10px;
  line-height: 1.5;
  font-size: 1.25vw;
}

.purposeVideoLoop video.purposeVideoLoopDesktop,
.purposeVideoLoop video.purposeVideoLoopMobile {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}

.purposeVideoLoop .purposeVideoOverlay {
  z-index: 2;
  margin-top: 0;
}

.purposeVideoOverlay h1 {
  position: absolute;
  left: 11%;
  top: 5%;
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
}

.purposeVideoOverlay .slogan {
  position: absolute;
  left: 10%;
  bottom: 10%;
  color: #fff;
  font-size: 3vw;
  line-height: 3.75vw;
}

.purposeVideoOverlay .scrollNotice {
  position: absolute;
  right: 3%;
  bottom: 5%;
  color: #fff;
  font-size: 0.97222vw;
  font-weight: bold;
  text-transform: uppercase;
}

.purposeVideoOverlay .playButton {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: none;
}

.purposeVideoOverlay .playButton .playIcon {
  position: absolute;
  left: calc(50% - 13px);
  top: calc(50% - 25px);
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.purposeVideoOverlay .playButton .playMessage {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% + 15px);
  width: 90px;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.purposeVideoLoopMobile {
  display: none;
}

.purposeVideoLoop .kvcontrol {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.purposeVideoLoop .kvcontrol ul li {
  position: absolute;
  bottom: 4.77778vw;
  right: 3%;
  display: none;
}

/*Header Video Element Ende*/

/*Image Slider */
.purposeSlider {
  width: 87.4vw;
  margin-left: 13.6vw;
  height: 340px;
  overflow: hidden;
  margin-bottom: 7vw;
}

.purposeSlider .slider-group {
  width: 1750px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.purposeSlider .slider-group:nth-of-type(1) {
  left: 1750px;
}

.purposeSlider .slider-inner {
  height: 340px;
  width: 1750px;
  position: relative;
}

.purposeSlider .slider-inner .slider-item {
  float: left;
}

.purposeSliderOuterWrapper {
  position: relative;
}

.purposeSliderOuterWrapper .kvcontrol {
  position: absolute;
  left: 96.5vw;
  bottom: -45px;
}

.purposeSlider .kvcontrol ul li {
  display: none;
}

/*Image Slider Ende*/

/*Mobile Viewport*/
@media only screen and (max-width: 1000px) {
  /*DEFAULT*/
  .purposeWrap {
    margin-bottom: 15vw;
  }

  .purposeWrapSmaller {
    width: 89.3vw;
  }

  .purposeWrap h3 {
    font-size: 6.66667vw;
    line-height: 9.33333vw;
    margin-top: 6vw;
  }

  .purposeWrap h3 span {
    font-size: 2.93333vw;
    line-height: 2.93333vw;
  }

  .purposeText {
    font-size: 3.46667vw;
    line-height: 7.46667vw;
  }

  .purposeText .zoomButtonWrap {
    display: block;
    text-align: center;
  }

  .purposeText .zoomButton {
    display: inline-block;
    color: #222;
    border: 1px solid #dfdfdf;
    padding: 0vw 4vw 0vw 8vw;
    border-radius: 4vw;
    position: relative;
  }

  .purposeText .zoomButton::before {
    position: absolute;
    top: calc(50% - 2.2vw);
    content: "";
    display: block;
    width: 4.4vw;
    height: 4.4vw;
    left: 3vw;
    background: url("/fileadmin/images/purpose/icn_zoom.svg") no-repeat
      center/contain;
  }

  .purposeModalImagePane {
    overflow: scroll;
    height: 80vh;
  }

  .purposeModalImagePane img {
    min-width: 200%;
    max-width: 200%;
    height: auto;
  }

  .purposeText.lessMargin {
    margin-bottom: 2.66667vw;
  }

  .purposeText h2,
  .purposeText h3 {
    color: #222;
    font-weight: 600;
  }

  .purposeText h3 {
    font-size: 7.2vw;
    line-height: 10.66667vw;
    margin-bottom: 2.66667vw;
  }

  .purposeWrap h2 {
    padding-left: 10.66667vw;
    font-size: 4vw;
  }

  .purposeWrap h2::before {
    width: 8vw;
    height: 0.53333vw;
    margin-top: -0.26667vw;
  }

  /*DEFAULT ENDE*/

  /*Header Video Element*/
  .purposeVideoLoop {
    position: relative;
  }

  .purposeVideoLoopDesktop {
    display: none;
  }

  .purposeVideoLoopMobile {
    display: block;
  }

  .purposeVideoOverlay h1 {
    font-size: 4vw;
  }

  .purposeVideoOverlay .slogan {
    font-size: 4vw;
    bottom: 15%;
  }

  .purposeVideoOverlay .scrollNotice {
    font-size: 4vw;
  }

  .purposeModalInner {
    width: 100%;
    left: 0;
  }

  .purposeVideoLoop .kvcontrol ul li {
    position: absolute;
    bottom: 9vh;
    right: 3%;
    display: none;
  }

  /*Header Video Element Ende*/

  /*Image Slider */
  .purposeSlider {
    width: 95vw;
    margin-left: 5vw;
    height: 340px;
    overflow: hidden;
  }

  .purposeSliderOuterWrapper .kvcontrol {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 90vw;
    bottom: -40px;
  }

  /*Image Slider ENDE*/

  /* Applicable Products */
  .applicableProducts p {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 2vw;
    margin-bottom: 0vw;
  }

  .applicableProducts .tableWrapper {
    margin-top: 8vw;
  }

  .applicableProducts .tableWrapper .tableLeft,
  .applicableProducts .tableWrapper .tableRight {
    width: 100%;
  }

  .applicableProducts .tableWrapper .tableRight {
    border-top: none;
    border-left: 2px solid #dfdfdf;
  }

  .applicableProducts .tableWrapper .tableRight .tableRow {
    display: none;
  }

  .applicableProducts .tableWrapper .tableRight > dt {
    position: relative;
  }

  .applicableProducts .tableWrapper .tableRight > dt::before,
  .applicableProducts .tableWrapper .tableRight > dt::after {
    width: 4vw;
    height: 0.4vw;
    margin-top: -0.06944vw;
    display: block;
    content: "";
    background: #2f88ce;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .applicableProducts .tableWrapper .tableRight > dt::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .applicableProducts .tableWrapper .tableRight > dt.open::after,
  .applicableProducts .tableWrapper .tableRight > dt.open::before {
    display: none;
  }

  .applicableProducts .tableWrapper dt {
    text-align: left;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .applicableProducts .tableWrapper .tableRow {
    min-height: auto;
  }

  .applicableProducts .tableWrapper .tableCol dt {
    font-size: 2vw;
    line-height: 2vw;
    margin-bottom: 0.5vw;
  }

  .applicableProducts .tableWrapper .tableCol .fact {
    padding: 1vw 0 1vw 0;
    border-radius: 2vw;
    font-size: 2vw;
    line-height: 2vw;
    margin-bottom: 1vw;
  }

  .applicableProducts .tableWrapper .tableCol .fact.transparent {
    min-height: 4vw;
  }

  /* Applicable Products ENDE*/

  /*presidentsMessage*/
  .presidentsMessage {
    display: block;
  }

  .presidentsMessage img {
    width: 100%;
    float: left;
  }

  .presidentsMessage .introText {
    float: left;
    width: 100%;
    height: 83vw;
    display: flex;
  }

  .presidentsMessage .introText .boxVertical .popupLink {
    font-size: 3.46667vw;
    line-height: 3.46667vw;
    margin-top: 6.66667vw;
    margin-bottom: 0vw;
    padding-left: 4.8vw;
  }

  .presidentsMessage .introText .boxVertical .popupLink::before,
  .presidentsMessage .introText .boxVertical .popupLink::after {
    width: 2.13333vw;
    height: 0.53333vw;
    margin-top: -0.26667vw;
  }

  .presidentsMessage .introText .boxVertical .popupLink::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .presidentsMessage .presidentSign {
    width: 50vw;
    padding-right: 1vw;
    font-size: 3.2vw;
    line-height: 5.06667vw;
    margin-top: 10vw;
  }

  .presidentSignWrap {
    width: 100%;
    padding-bottom: 2vw;
  }

  .presidentsMessage .presidentSign img {
    width: 44vw;
    display: block;
    float: right;
  }

  /*presidentsMessage ENDE*/

  /*Products Percentage Table*/
  .productsPercentageTable {
  }

  .productsPercentageTable .purposeColumn {
    width: 100%;
    border: none;
  }

  .productsGeneralTable .purposeColumn {
    width: 33% !important;
  }

  .productsPercentageTable .purposeRow {
    min-height: 45vw;
    width: 93%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    position: relative;
  }

  .productsPercentageTable .purposeColumn:first-of-type {
    min-height: 10vw;
    height: 10vw;
  }

  .productsPercentageTable .purposeColumn:first-of-type .purposeRow {
    min-height: 10vw;
    height: 10vw;
  }

  .productsPercentageTable .purposeColumn:last-of-type .purposeRow {
    min-height: 19vw;
    height: 19vw;
  }

  .productsPercentageTable
    .purposeColumn:first-of-type
    .purposeRow:nth-of-type(2) {
    border-top: 1px solid #dfdfdf;
  }

  .productsPercentageTable .purposeColumn .purposeRow:nth-of-type(2) {
    padding-left: 10%;
  }

  .productsPercentageTable .purposeTh {
    height: auto;
    width: 5vw;
    background-color: #3ca9ba;
    border-right: none;
    text-align: left;
    border: none;
    padding-bottom: 0;
  }

  .productsGeneralTable .purposeTh {
    font-size: 3vw;
    line-height: 5vw;
    height: 5vw;
  }

  .productsGeneralTable p {
    display: inline;
  }

  .productsPercentageTable .purposeTh .purposeSpan {
    display: block;
    transform: rotate(-90deg) translate(50%, 450%);
    transform-origin: bottom;
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 45vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 3vw;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  .productsPercentageTable
    .purposeColumn:first-of-type
    .purposeTh
    .purposeSpan {
    height: 5vw;
    width: 10vw;
    transform: rotate(-90deg) translate(50%, 100%);
  }

  .productsPercentageTable .purposeColumn:last-of-type .purposeTh .purposeSpan {
    width: 19vw;
    transform: rotate(-90deg) translate(50%, 192%);
  }

  .productsPercentageTable .purposeColumn:first-of-type .purposeRow {
    border-left: none;
  }

  .productsPercentageTable .purposeColumn .purposeRow:first-of-type {
    border: none;
  }

  .productsPercentageTable .purposeColumn:first-of-type .purposeTh {
    background-color: #1465ac;
  }

  .productsPercentageTable .centeredContent {
    display: flex;
  }

  .productsPercentageTable .bigger {
    font-size: 3.5vw;
    line-height: 6vw;
    color: #222;
  }

  .productsGeneralTable .bigger {
    font-size: 2.5vw;
    line-height: 2.5vw;
    color: #222;
  }

  .productsPercentageTable .bigPercent {
    font-size: 12vw;
    width: 40%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
  }

  .productsPercentageTable .bigPercent .pSign {
    font-size: 12vw;
    font-weight: normal;
  }

  .productsPercentageTable .innerTable {
    width: 50%;
    overflow: auto;
    line-height: 6vw;
    float: left;
  }

  .productsPercentageTable .innerTable .innerLeft {
    width: 75%;
    float: left;
    font-size: 3vw;
  }

  .productsPercentageTable .innerTable .innerRight {
    font-size: 3vw;
    width: 25%;
    float: left;
    text-align: right;
  }

  .productsGeneralTableDisclaimer {
    margin-top: 2vw;
    font-size: 2vw;
  }

  /*Products Percentage Table ENDE*/

  .purposeImageHeader {
    margin-top: 0;
    height: 72vw;
    position: relative;
  }

  .purposeImageHeader .title {
    left: 5.33333vw;
    top: 8vw;
    font-size: 4.13333vw;
  }

  .purposeImageHeader .slogan {
    font-size: 8.26667vw;
    line-height: 12.26667vw;
    left: 5.33333vw;
    top: calc(50% - 4.1vw);
  }

  /*Image Header ENDE*/

  /*Color Cards*/
  .purposeImageBox {
    padding: 4vw;
    border: 2px solid #dfdfdf;
  }

  .purposeImageBox .purposeImageBoxText {
    margin-top: 0vw;
    margin-bottom: 2vw;
    font-size: 3.86667vw !important;
    line-height: 5.6vw !important;
  }

  .purposeImageBox .purposeCards {
    display: flex;
    columns: 2;
  }

  .purposeImageBox .card {
    width: 47%;
    position: relative;
    margin-bottom: 5%;
  }

  .purposeImageBox .card .cardText {
    position: absolute;
    color: #fff;
    top: 7%;
    left: 25%;
    font-size: 3vw;
    line-height: 4.5vw;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: bolder;
  }

  /*Color Cards ENDE*/

  /*ThreeColImageBox*/
  .purposeThreeColImageBox {
  }

  .purposeThreeColImageBox .title {
    font-size: 3.73333vw;
    line-height: 7.2vw;
    text-align: center;
  }

  .purposeThreeColImageBox .cols {
    margin-top: 2.66667vw;
  }

  .purposeThreeColImageBox .subtitle {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-top: 2.66667vw;
  }

  .purposeThreeColImageBox .lineone,
  .purposeThreeColImageBox .linetwo {
    font-size: 2.13333vw;
    line-height: 3.2vw;
    margin-top: 2.66667vw;
    text-align: center;
  }

  .purposeThreeColImageBox .linetwo {
    margin-top: 1.33333vw;
  }

  .purposeThreeColImageBox .col:nth-of-type(1) .linetwo,
  .purposeThreeColImageBox .col:nth-of-type(2) .lineone,
  .purposeThreeColImageBox .col:nth-of-type(3) .linetwo {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }

  .purposeVideoCarouselInner {
    max-width: none;
    font-size: 3vw;
  }

  .purposeVideoCarouselInner p {
    font-size: 3vw;
  }

  .purposeVideoCarouselVideos {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .purposeVideoCarouselVideo {
    max-width: 47%;
    /*margin-right: 2%;*/
  }

  .purposeVideoCarouselVideoInner {
    height: auto;
  }

  /*ThreeColImageBox ENDE*/
}

/*Mobile Viewport ENDE*/

/* to be separated: careerRow
/* DEFAULTS */
.clearfix {
  clear: both;
}

.careerWrap {
  width: 100vw;
  margin: 0px auto;
  margin-bottom: 3vw;
  /*overflow: auto;*/
}

.fadeObject {
  opacity: 0;
  transform: translate(0px, 20px);
}

.careerWrap.lessMargin {
  margin-bottom: 1.3vw;
}

.careerWrapSmaller {
  width: 72.2vw;
}

.careerWrap h2,
.careerWrap h3 {
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 1.38889vw;
  color: #222;
  font-weight: 600;
}

.careerWrap h3 {
  text-transform: uppercase;
}

.careerWrap h2 {
  position: relative;
  display: inline-block;
  /* padding-left: 4.02778vw;*/
  font-size: 1.38889vw;
  text-transform: uppercase;
}

/*
.careerWrap h2::before {
  width: 2.91667vw;
  height: 0.13889vw;
  margin-top: -0.06944vw;
  content: '';
  display: block;
  background: #2f88ce;
  position: absolute;
  left: 0;
  top: 50%;
}
*/

.careerWrap h3 span {
  font-size: 1.11111vw;
  line-height: 1.11111vw;
  display: block;
  margin-top: 10px;
}

.careerText {
  font-size: 1.25vw;
  line-height: 2vw;
}

.careerText .zoomButtonWrap {
  display: none;
}

.careerText strong {
  font-weight: bold;
  color: #222;
}

.careerText .topImage {
  width: 100%;
  margin-bottom: 2vw;
}

.careerText .bottomImage {
  width: 100%;
  margin-top: 2vw;
}

.careerText ul li {
  list-style-type: disc;
}

.careerText ul {
  margin: 0 60px 10px;
}

.careerModal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.careerModal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.careerModalInner {
  position: absolute;
  left: 10vw;
  width: 80vw;
  height: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.careerModalInnerSpacing {
  position: relative;
  padding: 5.55vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.careerModalTextPane {
  background-color: #fff;
  overflow-y: scroll;
}

.careerModalInner video {
  width: auto;
  height: auto;
  max-height: 100%;
}

.careerModalInner iframe {
}

.careerModalClose {
  position: absolute;
  bottom: -70px;
  left: calc(50% - 125px);
  width: 250px;
  height: 50px;
  text-align: center;
  font-size: 1.5vw;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}

/* DEFAULTS ENDE*/

/*Color Cards*/
.careerImageBox {
  padding: 4vw;
  border: 2px solid #dfdfdf;
}

.careerImageBox .careerImageBoxText {
  font-size: 1.52778vw;
  line-height: 2.5vw;
  margin-top: 0vw;
  margin-bottom: 2vw;
  color: #353535;
  font-weight: 600;
}

.careerImageBox .careerCards {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.careerImageBox .card {
  width: 22%;
  position: relative;
  /*margin-right:4%;*/
}

.careerImageBox .card:last-of-type {
  margin: 0;
}

.careerImageBox .card .cardText {
  position: absolute;
  color: #fff;
  top: 7%;
  left: 27%;
  font-size: 1.1vw;
  line-height: 1.6vw;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: bolder;
}

/*Color Cards ENDE*/

/*ThreeColImageBox*/
.careerThreeColImageBox {
}

.careerThreeColImageBox .title {
  font-size: 1.94444vw;
  line-height: 3.75vw;
  margin-top: 0;
  text-align: center;
}

.careerThreeColImageBox .cols {
  margin-top: 1vw;
  display: flex;
  columns: 3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.careerThreeColImageBox .col {
  width: 30%;
  position: relative;
}

.careerThreeColImageBox .subtitle {
  font-size: 1.94444vw;
  line-height: 1.94444vw;
  margin-top: 1.38889vw;
  margin-bottom: 0vw;
  text-align: center;
  font-weight: 600;
}

.careerThreeColImageBox .lineone,
.careerThreeColImageBox .linetwo {
  font-size: 0.97222vw;
  line-height: 1.36111vw;
  margin-top: 1.38889vw;
  text-align: center;
}

.careerThreeColImageBox .linetwo {
  margin-top: 0.69444vw;
}

.careerThreeColImageBox .col:nth-of-type(1) .linetwo,
.careerThreeColImageBox .col:nth-of-type(2) .lineone,
.careerThreeColImageBox .col:nth-of-type(3) .linetwo {
  font-size: 1.52778vw;
  line-height: 1.52778vw;
}

/*ThreeColImageBox ENDE*/

/*Image Header*/
.careerImageHeader {
  margin-top: 23px;
  height: 36.11111vw;
  position: relative;
}

.careerImageHeader .title {
  position: absolute;
  left: 4.16667vw;
  top: 4.16667vw;
  font-size: 1.25vw;
  font-weight: bold;
  color: #fff;
}

.careerImageHeader .slogan {
  position: absolute;
  left: 14vw;
  top: calc(50% - 2.2vw);
  font-size: 3.75vw;
  line-height: 4.44444vw;
  font-weight: 600;
  color: #fff;
}

/*Image Header ENDE*/

/*Products Percentage / General Table*/
.productsPercentageTable,
.productsGeneralTable {
  overflow: auto;
}

.productsPercentageTable .careerColumn {
  width: 25%;
  float: left;
}

.productsGeneralTable .careerColumn {
  width: 25%;
  float: left;
}

.productsGeneralTable .careerColumn:first-of-type {
  width: 50%;
}

.productsPercentageTable .careerRow,
.productsGeneralTable .careerRow {
  /*min-height: 27vw;*/
  width: 100%;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  padding: 3vw;
}

.productsGeneralTable .careerRow {
  /*min-height: 12vw;*/
  padding: 1vw;
}

.productsPercentageTable .careerRow:first-of-type,
.productsGeneralTable .careerRow:first-of-type {
  padding: 0;
}

.productsPercentageTable .careerTh,
.productsGeneralTable .careerTh {
  height: 3vw;
  min-height: auto;
  background-color: #3ca9ba;
  border-right: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 1.5vw;
  line-height: 3vw;
  font-weight: 600;
}

.productsGeneralTable .careerTh {
  background-color: rgb(52, 150, 172);
}

.productsPercentageTable .careerColumn:first-of-type .careerRow,
.productsGeneralTable .careerColumn:first-of-type .careerRow {
  border-left: 2px solid #dfdfdf;
}

.productsPercentageTable .careerColumn:first-of-type .careerTh,
.productsGeneralTable .careerColumn:first-of-type .careerTh {
  background-color: #1465ac;
  border-left: 2px solid #1465ac;
}

.productsPercentageTable .careerColumn:last-of-type .careerTh,
.productsGeneralTable .careerColumn:last-of-type .careerTh {
  border-right: 2px solid #3ca9ba;
  background-color: #3ca9ba;
}

.productsPercentageTable .centeredContent,
.productsGeneralTable .centeredContent {
  display: flex;
}

.productsGeneralTable .centeredContent {
  height: 100%;
}

.productsPercentageTable .centeredContent .centeredInner,
.productsGeneralTable .centeredContent .centeredInner {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productsGeneralTable .centeredContent .centeredInner {
  width: 100%;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
}

.productsGeneralTable p {
  display: inline;
}

.productsPercentageTable .bigger,
.productsGeneralTable .bigger {
  font-size: 1.25vw;
  line-height: 2vw;
  color: #222;
}

.productsPercentageTable .bold,
.productsGeneralTable .bold {
  font-weight: 600;
}

.productsPercentageTable .bigPercent,
.productsGeneralTable .bigPercent {
  color: #3ca9ba;
  font-size: 5vw;
  width: 100%;
  text-align: center;
  line-height: 4vw;
  display: block;
}

.productsGeneralTable .bigPercent {
  color: rgb(52, 150, 172);
}

.productsGeneralTable .careerColumn:last-of-type .bigPercent {
  color: #3ca9ba;
}

.productsPercentageTable .bigPercent .pSign,
.productsGeneralTable .bigPercent .pSign {
  font-size: 2.5vw;
  font-weight: normal;
}

.productsGeneralTable .bigPercent .underline {
  font-size: 2vw;
  font-weight: normal;
  line-height: 2vw;
  width: 100%;
}

.productsPercentageTable .innerTable {
  width: 100%;
  overflow: auto;
}

.productsPercentageTable .innerTable .innerLeft {
  width: 75%;
  float: left;
}

.productsPercentageTable .innerTable .innerRight {
  width: 25%;
  float: left;
  text-align: right;
}

.productsGeneralTableDisclaimer {
  margin-top: 2vw;
  font-size: 1vw;
}

/*Products Percentage Table ENDE*/

/*presidentsMessage */

.presidentsMessage {
  background-color: #f4f5f6;
  display: flex;
  overflow: auto;
}

.presidentsMessage img {
  width: 50%;
  float: left;
}

.presidentsMessage .introText {
  width: 50%;
  float: left;
  padding: 0 7vw 0 7vw;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.presidentsMessage .introText .boxVertical {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.presidentsMessage .introText .boxVertical .popupLink {
  cursor: pointer;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-top: 1.38889vw;
  margin-bottom: 0vw;
  padding-left: 1.80556vw;
  margin-left: auto;
  position: relative;
}

.presidentsMessage .introText .boxVertical .popupLink::before,
.presidentsMessage .introText .boxVertical .popupLink::after {
  width: 0.97222vw;
  height: 0.13889vw;
  margin-top: -0.06944vw;
  display: block;
  content: "";
  background: #2f88ce;
  position: absolute;
  left: 0;
  top: 50%;
}

.presidentsMessage .introText .boxVertical .popupLink::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.presidentsMessageModal .presidentSign {
  width: 20vw;
  float: right;
  margin-top: 5vw;
  text-align: right;
  font-size: 0.97222vw;
  line-height: 1.52778vw;
  padding-right: 1vw;
}

.presidentsMessageModal .presidentSignWrap {
  width: 100%;
  padding-bottom: 4vw;
}

.presidentsMessageModal .presidentsMessage .presidentSign img {
  width: 12vw;
  display: block;
  float: right;
}

/*presidentsMessage ENDE*/

/* Applicable Products */
.applicableProducts {
}

.applicableProducts p {
  font-size: 1.11111vw;
  line-height: 1.11111vw;
  margin-top: 1.38889vw;
  margin-bottom: 1vw;
}

.applicableProducts .tableWrapper {
  width: 100%;
  margin-top: 1.38889vw;
  overflow: auto;
}

.applicableProducts .tableWrapper .tableLeft,
.applicableProducts .tableWrapper .tableRight {
  width: 50%;
  float: left;
  border: 2px solid #dfdfdf;
  padding: 2.63889vw;
}

.applicableProducts .tableWrapper .tableRight {
  border-left: none;
}

.applicableProducts .tableWrapper dt {
  text-align: center;
  font-size: 1.80556vw;
  line-height: 1.80556vw;
  color: #44b0ac;
}

.applicableProducts .tableWrapper .tableRow {
  width: 100%;
  /*padding-bottom: 1.5vw;*/
  margin-top: 1.5vw;
  border-bottom: 2px solid #dfdfdf;
  overflow: auto;
  min-height: 20vw;
}

.applicableProducts .tableWrapper .tableRow:first-of-type {
  margin-top: none;
}

.applicableProducts .tableWrapper .tableRow:last-of-type {
  border-bottom: none;
}

.applicableProducts .tableWrapper .tableCol {
  padding: 0.5vw;
  float: left;
}

.applicableProducts .tableWrapper .tableCol .imageWrapper {
  width: 100%;
  margin-bottom: 1vw;
  /*min-height: 105px;*/
}

.applicableProducts .tableWrapper .tableCol img {
  width: 100%;
  height: auto;
}

.applicableProducts .tableWrapper .tc33 {
  width: 33.3%;
}

.applicableProducts .tableWrapper .tc66 {
  width: 66.6%;
}

.applicableProducts .tableWrapper .tableCol dt {
  text-align: center;
  font-size: 0.75vw;
  line-height: 0.75vw;
  margin-bottom: 0.5vw;
  color: #000;
  font-weight: bold;
}

.applicableProducts .tableWrapper .tableCol .oversizedColFactWrapper {
  width: 50%;
  float: left;
  padding-right: 0.5vw;
}

.applicableProducts
  .tableWrapper
  .tableCol
  .oversizedColFactWrapper:nth-of-type(odd) {
  padding-left: 0.5vw;
  padding-right: 0;
}

.applicableProducts .tableWrapper .tableCol .fact {
  width: 100%;
  padding: 0.3vw 0 0.3vw 0;
  text-align: center;
  background-color: #f8be2e;
  border-radius: 1vw;
  font-size: 0.75vw;
  line-height: 0.75vw;
  margin-bottom: 0.5vw;
  font-weight: bold;
}

.applicableProducts .tableWrapper .tableCol .fact:last-of-type {
  margin-bottom: none;
}

.applicableProducts .tableWrapper .tableCol .fact.blue {
  background-color: #1365ac;
  color: #fff;
}

.applicableProducts .tableWrapper .tableCol .fact.transparent {
  background-color: inherit;
  padding: 0;
  min-height: 1.4vw;
}

/* Applicable Products ENDE*/

/*Header Video Element*/
body,
.page,
.main {
  position: relative;
}

body header.gb-common-2019_header.toBackground,
body .different .ppz-ns.toBackground {
  z-index: inherit;
}

.careerVideoLoop,
.careerVideoOverlay {
  position: relative;
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 68px);
  z-index: 1;
  margin-bottom: 7vw;
}

.careerVideoCarousel {
  width: 100%;
  background-color: #f4f5f6;
  margin-bottom: 7vw;
}

.careerVideoCarouselInner {
  width: 96%;
  max-width: 72.222vw;
  padding: 2vw 0;
  margin: 0 auto;
}

.careerVideoCarouselInner p {
  font-weight: 600;
}

.careerVideoCarouselTitle {
  font-size: 1.25vw;
  margin-bottom: 1.2vw;
}

.careerVideoCarouselVideosWrap {
  width: 100%;
  /* height: 320px;*/
  position: relative;
  /*overflow:hidden;*/
}

.careerVideoCarouselVideosLeft,
.careerVideoCarouselVideosRight {
  position: absolute;
  top: 0;
  width: 150px;
  /*min-height:320px;*/
  z-index: 3;
  cursor: pointer;
}

.careerVideoCarouselVideosLeft::after,
.careerVideoCarouselVideosRight::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 100px;
  top: 0;
  /*left: 0;*/

  margin: auto;
  bottom: 0;
  z-index: 4;
  cursor: pointer;
  opacity: 1;
}

.careerVideoCarouselVideosLeft::after {
  left: 10px;
  border-style: solid;
  /*border-width: 137.5px 50px 137.5px 0;*/
  border-width: 100px 50px 100px 0;
  border-color: transparent #fff transparent transparent;
}

.careerVideoCarouselVideosRight::after {
  right: 10px;
  border-style: solid;
  /*border-width: 137.5px 0 137.5px 50px;*/
  border-width: 100px 0 100px 50px;
  border-color: transparent transparent transparent #fff;
}

.careerVideoCarouselVideosLeft {
  left: 0;
  background-image: linear-gradient(
    to left,
    rgba(244, 0, 0, 0),
    rgba(244, 245, 246, 1)
  );
  /*background:rgba(244, 245, 246, 0.9);*/
  /*transform: rotate(180deg);*/
  display: none;
}

.careerVideoCarouselVideosRight {
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(244, 0, 0, 0),
    rgba(244, 245, 246, 1)
  );
  display: none;
}

.careerVideoCarouselVideos {
  display: grid;
  grid-gap: 25px;
  /*padding: 16px;*/
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(325px, 1fr);
  /*position: absolute;*/
}

.careerVideoCarouselVideo {
  /*max-width: 23.5%;*/
  /*margin-right: 2%;*/
  /*height: 270px;*/
  width: 325px;
  overflow-wrap: break-word;
}

.careerVideoCarouselVideoInner {
  position: relative;
  cursor: pointer;
  height: 180px;
}

.careerVideoCarouselVideoInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careerVideoCarouselVideoInner::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4rem;
  background: url(../images/icon_play_btn.svg) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  /*display: none;*/
  opacity: 0;
}

.careerVideoCarouselVideoInner.ready::after {
  opacity: 1;
  transition-duration: 200ms;
  /*display: block;*/
}

.careerVideoCarouselVideo p {
  padding-top: 10px;
  line-height: 1.5;
  font-size: 1.25vw;
}

.careerVideoLoop video.careerVideoLoopDesktop,
.careerVideoLoop video.careerVideoLoopMobile {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}

.careerVideoLoop .careerVideoOverlay {
  z-index: 2;
  margin-top: 0;
}

.careerVideoOverlay h1 {
  position: absolute;
  left: 11%;
  top: 5%;
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
}

.careerVideoOverlay .slogan {
  position: absolute;
  left: 10%;
  bottom: 10%;
  color: #fff;
  font-size: 3vw;
  line-height: 3.75vw;
}

.careerVideoOverlay .scrollNotice {
  position: absolute;
  right: 3%;
  bottom: 5%;
  color: #fff;
  font-size: 0.97222vw;
  font-weight: bold;
  text-transform: uppercase;
}

.careerVideoOverlay .playButton {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: none;
}

.careerVideoOverlay .playButton .playIcon {
  position: absolute;
  left: calc(50% - 13px);
  top: calc(50% - 25px);
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.careerVideoOverlay .playButton .playMessage {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% + 15px);
  width: 90px;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.careerVideoLoopMobile {
  display: none;
}

.careerVideoLoop .kvcontrol {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.careerVideoLoop .kvcontrol ul li {
  position: absolute;
  bottom: 4.77778vw;
  right: 3%;
  display: none;
}

/*Header Video Element Ende*/

/*Image Slider */
.careerSlider {
  width: 87.4vw;
  margin-left: 13.6vw;
  height: 340px;
  overflow: hidden;
  margin-bottom: 7vw;
}

.careerSlider .slider-group {
  width: 1750px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.careerSlider .slider-group:nth-of-type(1) {
  left: 1750px;
}

.careerSlider .slider-inner {
  height: 340px;
  width: 1750px;
  position: relative;
}

.careerSlider .slider-inner .slider-item {
  float: left;
}

.careerSliderOuterWrapper {
  position: relative;
}

.careerSliderOuterWrapper .kvcontrol {
  position: absolute;
  left: 96.5vw;
  bottom: -45px;
}

.careerSlider .kvcontrol ul li {
  display: none;
}

/*Image Slider Ende*/

/*Mobile Viewport*/
@media only screen and (max-width: 1000px) {
  /*DEFAULT*/
  .careerWrap {
    margin-bottom: 15vw;
  }

  .careerWrapSmaller {
    width: 89.3vw;
  }

  .careerWrap h3 {
    font-size: 6.66667vw;
    line-height: 9.33333vw;
    margin-top: 6vw;
  }

  .careerWrap h3 span {
    font-size: 2.93333vw;
    line-height: 2.93333vw;
  }

  .careerText {
    font-size: 3.46667vw;
    line-height: 7.46667vw;
  }

  .careerText .zoomButtonWrap {
    display: block;
    text-align: center;
  }

  .careerText .zoomButton {
    display: inline-block;
    color: #222;
    border: 1px solid #dfdfdf;
    padding: 0vw 4vw 0vw 8vw;
    border-radius: 4vw;
    position: relative;
  }

  .careerText .zoomButton::before {
    position: absolute;
    top: calc(50% - 2.2vw);
    content: "";
    display: block;
    width: 4.4vw;
    height: 4.4vw;
    left: 3vw;
    background: url("/fileadmin/images/career/icn_zoom.svg") no-repeat
      center/contain;
  }

  .careerModalImagePane {
    overflow: scroll;
    height: 80vh;
  }

  .careerModalImagePane img {
    min-width: 200%;
    max-width: 200%;
    height: auto;
  }

  .careerText.lessMargin {
    margin-bottom: 2.66667vw;
  }

  .careerText h2,
  .careerText h3 {
    color: #222;
    font-weight: 600;
  }

  .careerText h3 {
    font-size: 7.2vw;
    line-height: 10.66667vw;
    margin-bottom: 2.66667vw;
  }

  .careerWrap h2 {
    padding-left: 10.66667vw;
    font-size: 4vw;
  }

  .careerWrap h2::before {
    width: 8vw;
    height: 0.53333vw;
    margin-top: -0.26667vw;
  }

  /*DEFAULT ENDE*/

  /*Header Video Element*/
  .careerVideoLoop {
    position: relative;
  }

  .careerVideoLoopDesktop {
    display: none;
  }

  .careerVideoLoopMobile {
    display: block;
  }

  .careerVideoOverlay h1 {
    font-size: 4vw;
  }

  .careerVideoOverlay .slogan {
    font-size: 4vw;
    bottom: 15%;
  }

  .careerVideoOverlay .scrollNotice {
    font-size: 4vw;
  }

  .careerModalInner {
    width: 100%;
    left: 0;
  }

  .careerVideoLoop .kvcontrol ul li {
    position: absolute;
    bottom: 9vh;
    right: 3%;
    display: none;
  }

  /*Header Video Element Ende*/

  /*Image Slider */
  .careerSlider {
    width: 95vw;
    margin-left: 5vw;
    height: 340px;
    overflow: hidden;
  }

  .careerSliderOuterWrapper .kvcontrol {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 90vw;
    bottom: -40px;
  }

  /*Image Slider ENDE*/

  /* Applicable Products */
  .applicableProducts p {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 2vw;
    margin-bottom: 0vw;
  }

  .applicableProducts .tableWrapper {
    margin-top: 8vw;
  }

  .applicableProducts .tableWrapper .tableLeft,
  .applicableProducts .tableWrapper .tableRight {
    width: 100%;
  }

  .applicableProducts .tableWrapper .tableRight {
    border-top: none;
    border-left: 2px solid #dfdfdf;
  }

  .applicableProducts .tableWrapper .tableRight .tableRow {
    display: none;
  }

  .applicableProducts .tableWrapper .tableRight > dt {
    position: relative;
  }

  .applicableProducts .tableWrapper .tableRight > dt::before,
  .applicableProducts .tableWrapper .tableRight > dt::after {
    width: 4vw;
    height: 0.4vw;
    margin-top: -0.06944vw;
    display: block;
    content: "";
    background: #2f88ce;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .applicableProducts .tableWrapper .tableRight > dt::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .applicableProducts .tableWrapper .tableRight > dt.open::after,
  .applicableProducts .tableWrapper .tableRight > dt.open::before {
    display: none;
  }

  .applicableProducts .tableWrapper dt {
    text-align: left;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .applicableProducts .tableWrapper .tableRow {
    min-height: auto;
  }

  .applicableProducts .tableWrapper .tableCol dt {
    font-size: 2vw;
    line-height: 2vw;
    margin-bottom: 0.5vw;
  }

  .applicableProducts .tableWrapper .tableCol .fact {
    padding: 1vw 0 1vw 0;
    border-radius: 2vw;
    font-size: 2vw;
    line-height: 2vw;
    margin-bottom: 1vw;
  }

  .applicableProducts .tableWrapper .tableCol .fact.transparent {
    min-height: 4vw;
  }

  /* Applicable Products ENDE*/

  /*presidentsMessage*/
  .presidentsMessage {
    display: block;
  }

  .presidentsMessage img {
    width: 100%;
    float: left;
  }

  .presidentsMessage .introText {
    float: left;
    width: 100%;
    height: 83vw;
    display: flex;
  }

  .presidentsMessage .introText .boxVertical .popupLink {
    font-size: 3.46667vw;
    line-height: 3.46667vw;
    margin-top: 6.66667vw;
    margin-bottom: 0vw;
    padding-left: 4.8vw;
  }

  .presidentsMessage .introText .boxVertical .popupLink::before,
  .presidentsMessage .introText .boxVertical .popupLink::after {
    width: 2.13333vw;
    height: 0.53333vw;
    margin-top: -0.26667vw;
  }

  .presidentsMessage .introText .boxVertical .popupLink::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .presidentsMessage .presidentSign {
    width: 50vw;
    padding-right: 1vw;
    font-size: 3.2vw;
    line-height: 5.06667vw;
    margin-top: 10vw;
  }

  .presidentSignWrap {
    width: 100%;
    padding-bottom: 2vw;
  }

  .presidentsMessage .presidentSign img {
    width: 44vw;
    display: block;
    float: right;
  }

  /*presidentsMessage ENDE*/

  /*Products Percentage Table*/
  .productsPercentageTable {
  }

  .productsPercentageTable .careerColumn {
    width: 100%;
    border: none;
  }

  .productsGeneralTable .careerColumn {
    width: 33% !important;
  }

  .productsPercentageTable .careerRow {
    min-height: 45vw;
    width: 93%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    position: relative;
  }

  .productsPercentageTable .careerColumn:first-of-type {
    min-height: 10vw;
    height: 10vw;
  }

  .productsPercentageTable .careerColumn:first-of-type .careerRow {
    min-height: 10vw;
    height: 10vw;
  }

  .productsPercentageTable .careerColumn:last-of-type .careerRow {
    min-height: 19vw;
    height: 19vw;
  }

  .productsPercentageTable
    .careerColumn:first-of-type
    .careerRow:nth-of-type(2) {
    border-top: 1px solid #dfdfdf;
  }

  .productsPercentageTable .careerColumn .careerRow:nth-of-type(2) {
    padding-left: 10%;
  }

  .productsPercentageTable .careerTh {
    height: auto;
    width: 5vw;
    background-color: #3ca9ba;
    border-right: none;
    text-align: left;
    border: none;
    padding-bottom: 0;
  }

  .productsGeneralTable .careerTh {
    font-size: 3vw;
    line-height: 5vw;
    height: 5vw;
  }

  .productsGeneralTable p {
    display: inline;
  }

  .productsPercentageTable .careerTh .careerSpan {
    display: block;
    transform: rotate(-90deg) translate(50%, 450%);
    transform-origin: bottom;
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 45vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 3vw;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  .productsPercentageTable .careerColumn:first-of-type .careerTh .careerSpan {
    height: 5vw;
    width: 10vw;
    transform: rotate(-90deg) translate(50%, 100%);
  }

  .productsPercentageTable .careerColumn:last-of-type .careerTh .careerSpan {
    width: 19vw;
    transform: rotate(-90deg) translate(50%, 192%);
  }

  .productsPercentageTable .careerColumn:first-of-type .careerRow {
    border-left: none;
  }

  .productsPercentageTable .careerColumn .careerRow:first-of-type {
    border: none;
  }

  .productsPercentageTable .careerColumn:first-of-type .careerTh {
    background-color: #1465ac;
  }

  .productsPercentageTable .centeredContent {
    display: flex;
  }

  .productsPercentageTable .bigger {
    font-size: 3.5vw;
    line-height: 6vw;
    color: #222;
  }

  .productsGeneralTable .bigger {
    font-size: 2.5vw;
    line-height: 2.5vw;
    color: #222;
  }

  .productsPercentageTable .bigPercent {
    font-size: 12vw;
    width: 40%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
  }

  .productsPercentageTable .bigPercent .pSign {
    font-size: 12vw;
    font-weight: normal;
  }

  .productsPercentageTable .innerTable {
    width: 50%;
    overflow: auto;
    line-height: 6vw;
    float: left;
  }

  .productsPercentageTable .innerTable .innerLeft {
    width: 75%;
    float: left;
    font-size: 3vw;
  }

  .productsPercentageTable .innerTable .innerRight {
    font-size: 3vw;
    width: 25%;
    float: left;
    text-align: right;
  }

  .productsGeneralTableDisclaimer {
    margin-top: 2vw;
    font-size: 2vw;
  }

  /*Products Percentage Table ENDE*/

  .careerImageHeader {
    margin-top: 0;
    height: 72vw;
    position: relative;
  }

  .careerImageHeader .title {
    left: 5.33333vw;
    top: 8vw;
    font-size: 4.13333vw;
  }

  .careerImageHeader .slogan {
    font-size: 8.26667vw;
    line-height: 12.26667vw;
    left: 5.33333vw;
    top: calc(50% - 4.1vw);
  }

  /*Image Header ENDE*/

  /*Color Cards*/
  .careerImageBox {
    padding: 4vw;
    border: 2px solid #dfdfdf;
  }

  .careerImageBox .careerImageBoxText {
    margin-top: 0vw;
    margin-bottom: 2vw;
    font-size: 3.86667vw !important;
    line-height: 5.6vw !important;
  }

  .careerImageBox .careerCards {
    display: flex;
    columns: 2;
  }

  .careerImageBox .card {
    width: 47%;
    position: relative;
    margin-bottom: 5%;
  }

  .careerImageBox .card .cardText {
    position: absolute;
    color: #fff;
    top: 7%;
    left: 25%;
    font-size: 3vw;
    line-height: 4.5vw;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: bolder;
  }

  /*Color Cards ENDE*/

  /*ThreeColImageBox*/
  .careerThreeColImageBox {
  }

  .careerThreeColImageBox .title {
    font-size: 3.73333vw;
    line-height: 7.2vw;
    text-align: center;
  }

  .careerThreeColImageBox .cols {
    margin-top: 2.66667vw;
  }

  .careerThreeColImageBox .subtitle {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-top: 2.66667vw;
  }

  .careerThreeColImageBox .lineone,
  .careerThreeColImageBox .linetwo {
    font-size: 2.13333vw;
    line-height: 3.2vw;
    margin-top: 2.66667vw;
    text-align: center;
  }

  .careerThreeColImageBox .linetwo {
    margin-top: 1.33333vw;
  }

  .careerThreeColImageBox .col:nth-of-type(1) .linetwo,
  .careerThreeColImageBox .col:nth-of-type(2) .lineone,
  .careerThreeColImageBox .col:nth-of-type(3) .linetwo {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }

  .careerVideoCarouselInner {
    max-width: none;
    font-size: 3vw;
  }

  .careerVideoCarouselInner p {
    font-size: 3vw;
  }

  .careerVideoCarouselVideos {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .careerVideoCarouselVideo {
    max-width: 47%;
    /*margin-right: 2%;*/
  }

  .careerVideoCarouselVideoInner {
    height: auto;
  }

  /*ThreeColImageBox ENDE*/
}

/*Mobile Viewport ENDE*/

@media screen and (min-width: 1024px) {
  footer .innerEl-wide {
    max-width: none;
  }

  .gb-common-2019_footer__infoNavItem {
    margin-right: 0.42857em !important;
  }

  .greyBox {
    margin: 0 auto;
    margin-top: 2%;
  }

  .greyBoxImage,
  .greyBoxImageRight {
    position: relative;
    top: -22px;
  }
  .greyBoxImage div[class*="departmentIcon_"] {
    width: 120px;
    height: 120px;
    display: inline-block;
  }

  .myWashletTemp .-half .feature__panel {
    height: 45vw;
    text-transform: uppercase;
    font-weight: 600;
  }

  .feedbackHeadlineWrap {
    margin: 30px;
  }

  .greyBoxWrap.feedbackGreyBoxWrap {
    width: 100%;
  }

  .greyBox.feedbackGreyBox {
    background: transparent;
    width: 80%;
    margin: 0 auto;
    padding: 80px;
    padding-bottom: 0px;
    padding-top: 20px;
  }

  .headSub {
    margin: 30px;
  }
}

.greyBox {
  /*margin-top: 25px;*/
  background-color: #f0f4f7;
  width: 88%;
  margin-bottom: 25px;
}
.greyBoxWrap a.greyLinkText {
  color: #000 !important;
  text-decoration: none !important;
}

.greyBoxImage {
  display: inline-block;
  float: left;
}

.greyBoxImageRight {
  display: inline-block;
  float: right;
}

.greyBoxImage img,
.greyBoxImageRight img {
  width: 120px;
  height: 120px;
}

.headlineTextBox {
  width: 80%;
  display: inline-block;
  margin-left: 5%;
}

.greyBoxWrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.greyText {
  font-size: 15px;
  line-height: 1.4em;
}

.greyLinkText {
  font-size: 15px;
  line-height: 1.4em;
  color: #3088ce;
}

.greyHeadline {
  font-weight: 600;
  text-transform: uppercase;
}

.greyBoxBulletPoints {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.greyBoxBulletPoint {
  display: flex;
  gap: 10px;
  align-items: center;
}
.greyBoxBulletPoint img {
  height: 20px;
  width: 20px;
}
.greyBoxBulletPoint .greyBoxBulletPointText {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .greyBox {
    width: 90% !important;
    margin-left: 5% !important;
  }
  .greyBoxImage {
    display: flex;
    width: 100%;
    height: 120px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .greyBoxImageRight {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .ce-textpic.ce-left .ce-bodytext {
    /*padding-left: 0 !important;*/
  }
}

.ce-bodytext li {
  list-style-type: disc;
}

.global__sliderImg figcaption {
  width: 850px;
}
