body {
  background: white;
}
.font-color-white {
  color: white;
}
.flex--grow {
  flex-grow: 1;
}
/* SECTION Microsite */
/* SECTION Navigation */
header#header .microsite #main-navigation {
  justify-content: flex-start;
}
@media screen and (min-width: 54rem) {
  header#header .microsite #main-navigation {
    flex-wrap: nowrap;
  }
}
header#header .microsite #main-navigation .lvl-1.entry.to-mainsite {
  display: flex;
  align-items: center;
  max-width: 25%;
}
@media screen and (min-width: 54rem) {
  header#header .microsite #main-navigation .lvl-1.entry.to-mainsite {
    max-width: 20%;
  }
}
header#header .microsite #main-navigation .lvl-1.entry.to-mainsite::after {
  content: "";
  position: relative;
  right: auto;
  top: auto;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 1rem;
  margin-top: -5px;
  background: transparent url("../img/icons/icon-external-open.svg") center center / contain no-repeat;
}
/* !SECTION Navigation */
#head-slider.color-1--l2 .text-container .text-wrapper .outer {
  background-color: #e7eef6;
}
.text-wrap {
  hyphens: auto;
}
.container-arrow {
  position: relative;
}
.container-arrow--white::before, .container-arrow--white::after {
  background-color: white;
}
.container-arrow--top::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  top: 0;
}
#microsite .objectfit-header .text-wrapper {
  height: 100%;
  color: white;
}
#microsite .objectfit-header .text-wrapper .font--headline-1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 32rem) {
  #microsite .objectfit-header .text-wrapper .font--headline-1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64rem) {
  #microsite .objectfit-header .text-wrapper .font--headline-1 {
    font-size: 4rem;
  }
}
#microsite .badge-wrapper {
  position: relative;
  z-index: 10;
}
#microsite .badge-wrapper .badge {
  display: none;
}
@media screen and (min-width: 32rem) {
  #microsite .badge-wrapper .badge {
    display: block;
  }
}
#microsite .badge-wrapper a {
  position: absolute;
  text-align: center;
  font-weight: inherit;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  transition: left 0.3s ease-in-out;
}
#microsite .badge-wrapper a span {
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 20% 1rem;
  z-index: 3;
  max-width: 20vw;
}
#microsite .badge-wrapper a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 100%;
  display: block;
  background: #e3000f;
  border-radius: 100%;
}
#microsite .badge-wrapper a:after {
  content: "";
  background: url(/standards/img/icons/badge-arrow-down.svg) no-repeat center bottom/8% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 32rem) {
  #microsite .badge-wrapper a:after {
    background: url(/standards/img/icons/badge-arrow-down.svg) no-repeat center bottom/12% auto;
  }
}
@media screen and (min-width: 32rem) {
  #microsite .badge-wrapper a {
    /*--badge-width: 23vw;
        --badge-width: 200px;*/
    font-size: 24px;
    /*padding: 2rem;*/
  }
}
@media screen and (min-width: 54rem) {
  #microsite .badge-wrapper a {
    left: 20%;
  }
}
@media screen and (min-width: 64rem) {
  #microsite .badge-wrapper a {
    /*--badge-width: 224px;*/
    left: 12%;
    font-size: 28px;
    /*padding: 2.5rem;*/
  }
}
#microsite .badge-wrapper a, #microsite .badge-wrapper a:hover {
  color: white;
  text-decoration: none;
}
#microsite .swiper-pagination.headswiper-pagination {
  bottom: 16px;
}
/*
.contact-infos {
  justify-content: space-between;
  a {
    white-space: nowrap;
    text-decoration: none;
  }
}*/
/* !SECTION Microsite */
