@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
  font-display: swap;
}
body {
  background-color: #fff;
  background-repeat: repeat;
  color: #000200;
  margin: 0;
  font-family: Montserrat, serif
}
:root {
  font-size: 62.5%
}
li,
p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem
}
a {
  color: inherit;
  text-decoration: inherit
}
b {
  font-weight: 600
}
* {
  box-sizing: border-box
}
.underline {
  text-decoration: underline
}
img {
  width: 100%;
  vertical-align: bottom
}
h1,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 600
}
.no-padding {
  margin-left: -10px;
  margin-right: -10px
}
.wrapper {
  padding-left: 10px;
  padding-right: 10px
}
.header {
  border-bottom: 1px solid #4066b3
}
.header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px
}
.header__logo {
  width: 240px
}
.header__trust {
  margin-bottom: 10px
}
.header__trust img {
  width: 100%;
  max-width: 345px;
  display: block;
  margin: auto
}
.head-info__container {
  margin-bottom: 10px
}
.head-info__copy {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #476bb6;
  font-weight: 400;
  margin: 0;
  padding-left: 2px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #476bb6
}
.headline__tag.blue {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase
}
.blue {
  color: #4066b3
}
.headline__text {
  font-size: 3.12rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin-top: 15px
}
.teaser {
  margin-bottom: 20px
}
.guarentees {
  margin-bottom: 25px
}
.guarentees__list {
  list-style: none;
  padding-left: 0;
  margin: 0
}
.guarentees__list--item {
  padding-left: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center
}
.guarentees__list--item::before {
  content: '';
  background-image: url(../img/check-icon__bg-blue.svg);
  background-position: left center;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-left: -20px;
  margin-right: 10px;
  flex: 0 0 25px;
  display: inline-block
}
.guarentees__list--item:last-of-type {
  margin-bottom: 0;
  align-items: center
}
.content__headline {
  font-size: 3.12rem;
  line-height: 4.08rem;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative
}
.divider--after {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 10px
}
.divider--after:before {
  content: '';
  background: #4066b3;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 1px
}
.divider--long {
  border-bottom: 1px solid #4066b3;
  width: 150px;
  margin-top: 20px
}
.claim {
  padding-left: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16.8px;
  line-height: 21.6px
}
.claim::before {
  background-image: url(../img/french-flag.svg);
  background-position: left center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-left: -10px;
  flex: 0 0 20px
}
.claim__text {
  font-size: 16.8px;
  line-height: 21.6px;
  margin-top: 0;
  padding-left: 40px;
  font-style: italic
}
.situation {
  padding: 10px 0
}
.situation__item {
  margin-top: 20px
}
.situation__item:first-child {
  margin-top: 0
}
.situation__item--text__container {
  display: flex;
  align-items: center;
  justify-content: space-evenly
}
.situation__item--text {
  width: 100%;
  font-size: 14.4px;
  line-height: 24px;
  text-align: center;
  font-weight: 400
}
.situation__item--arrow {
  height: 21px;
  width: auto;
  margin-left: 10px;
  margin-right: 8px
}
.content__grey {
  background-color: #f5f5f5
}
.content__function {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px
}
.content__function--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin-bottom: 20px
}
.content__function:last-of-type {
  margin-bottom: 0
}
.content__function--img {
  max-width: 120px;
  contain: content;
  margin-bottom: 20px
}
.content__function--copy {
  line-height: 3rem;
  margin: 0;
  text-align: center;
  width: 100%
}
.video__element {
  position: relative
}
.video__fluid {
  display: block;
  width: 100%;
  height: auto
}
.vimeo-vid-rtb,
.vimeo-vid-rtb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.carousel__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 182px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}
.carousel__wrapper:focus {
  outline: 0
}
.carousel__wrapper .previous {
  left: 10px
}
.carousel__wrapper .previous::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0
}
.carousel__wrapper .next {
  right: 10px
}
.carousel__wrapper .next::before {
  right: 0
}
.carousel__wrapper:focus {
  outline: 0
}
.carousel__wrapper .flickity-viewport {
  overflow: hidden;
  cursor: grab
}
.carousel__wrapper .flickity-viewport:active {
  cursor: grabbing;
  cursor: -webkit-grabbing
}
.carousel__item {
  width: 100%;
  min-height: 100px;
  margin-right: calc(100% - 66%)
}
.carousel__body {
  text-align: center
}
.flickity-button {
  background: 0 0;
  top: 50%
}
.flickity-prev-next-button {
  width: 35px;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.flickity-prev-next-button::before {
  content: '';
  background-image: url(../img/arrow_white_right.svg);
  width: 20px;
  height: 40px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block
}
.flickity-button {
  cursor: pointer;
  height: 40px
}
.flickity-button-icon {
  visibility: hidden
}
.flickity-button:disabled {
  display: none
}
.audifooter {
  padding: 20px;
  text-align: center;
  background-color: #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.audifooter__link {
  color: #999;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: none;
  padding: 0 5px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 5px;
  cursor: pointer
}
.audifooter__link:first-child {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: none
}
.audifooter__link:last-child {
  border: none;
  padding-right: 0;
  margin: 0;
  padding-left: 0
}
.states {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between
}
.states__state {
  width: 100%;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  outline: 1px #ccc;
  padding: 15px;
  background-color: #fff;
  background-image: linear-gradient(#fff, #d2d2d2);
  border-radius: 5px;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  box-shadow: 0 10px 7px -9px rgba(0, 0, 0, .8)
}
.states__state:active,
.states__state:focus {
  cursor: pointer;
  box-shadow: 0 0 7px -4px transparent;
  color: #fff;
  background-image: linear-gradient(180deg, #4066b3, #23366f)
}
.states__img {
  max-width: 50px;
  vertical-align: top;
  margin-right: 10px;
  padding: 0;
  border: 0;
  overflow: auto
}
.states__state p {
  font-family: Montserrat, serif;
  font-size: 1.92rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.2
}
.states__cta {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.92rem;
  opacity: 0
}
.states__cta:hover {
  cursor: pointer
}
.states__box {
  background-color: #f1f1f1;
  padding: 30px 15px;
  margin-top: 30px;
  position: relative
}
.states__box::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 30px 0;
  border-color: #3a3a3a transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.states__state {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0
}
.animate-start .states__state {
  -webkit-animation: statesIn .4s ease-in-out forwards;
  animation: statesIn .4s ease-in-out forwards
}
.animate-start .states__state:nth-last-of-type(1) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.animate-start .states__state:nth-last-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.animate-start .states__state:nth-last-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.animate-start .states__state:nth-last-of-type(4) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.animate-start .states__state:nth-last-of-type(5) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.animate-start .states__state:nth-last-of-type(6) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.animate-start .states__cta {
  -webkit-animation: statesIn .4s ease-in-out forwards;
  animation: statesIn .4s ease-in-out forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
@-webkit-keyframes statesIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes statesIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.underline {
  text-decoration: underline
}
.review__item {
  background: #031c52;
  color: #fff;
  border-radius: 12px;
  margin: 15px 0;
  padding: 15px 15px 15px 30px
}
.review__icon {
  width: 100px;
  height: auto
}
.review__img {
  height: 30px;
  width: auto
}
#ekomi {
  height: 45px;
  width: 45px
}
.review__review {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0;
  margin-top: 10px;
  font-style: italic
}
.review__name {
  font-size: 19.2px;
  font-weight: 300;
  margin: 0
}
.review__container {
  margin-top: 30px;
  margin-bottom: 30px
}
.review__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}
.vorteile__container {
  padding: 15px 15px 30px;
  margin-top: 30px;
  margin-bottom: 30px
}
.vorteile__item img {
  height: 80px;
  width: 80px
}
.vorteile__item {
  text-align: center
}
.vorteile__item p {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto
}
.tag {
  margin-bottom: 20px
}
.tag__headline {
  font-size: 21.6px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px
}
.tag__headline:after,
.tag__headline:before {
  background-color: #4066b3;
  content: '';
  display: inline-block;
  height: 1px;
  flex: 1 1 30px
}
.cta {
  display: none;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  background-color: #4066b3;
  border-radius: 16px;
  padding: 5px 10px;
  width: 100%;
  color: #fff;
  font-family: Montserrat, serif;
  font-size: 21.6px;
  line-height: 31.2px;
  font-weight: 600;
  text-align: center;
  margin: 20px auto;
  max-width: calc(100% - 30px);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10
}
.cta:hover {
  background-image: linear-gradient(180deg, #4066b3, #23366f);
  cursor: pointer
}
.cta::after {
  content: '';
  background-image: url(../img/ico-cta-arrow.svg);
  background-position: center;
  background-size: cover;
  width: 13px;
  height: 11px;
  flex: 0 0 13px;
  display: inline-block
}
.cta.cta__show {
  display: flex;
  position: fixed
}
.mt-lightbox {
  opacity: 1;
  height: auto;
  transition: opacity .25s .5s;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1101
}

.lightbox--iframe.mobile {
  top: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.mt-lightbox-container {
  min-width: 320px;
  min-height: 50px;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #eee;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .6)
}

.mt-lightbox-overlay.hidden,
.mt-lightbox.hidden {
  opacity: 0;
  display: none
}

.mt-lightbox-overlay {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity .5s .5s;
  z-index: 1100
}

.mt-lightbox-close {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  right: 0;
  top: 0;
  cursor: pointer;
  background: 0 0;
  border: none
}

.mt-lightbox-close:after {
  content: '×';
  font-family: Helvetica, Arial, sans-serif;
  width: 20px;
  height: 20px;
  overflow: hidden;
  line-height: 1;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -8px;
  text-align: center;
  color: #3a3a3a;
  border-radius: 50%;
  background: #fff
}

.mt-lightbox .mt-lightbox-custom-content {
  display: block
}

.mt-lightbox-custom-content {
  min-width: 320px;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mt-lightbox iframe {
  display: block;
  max-height: 100%;
  vertical-align: top;
  margin: 0 auto
}

.mt-lightbox #iframe {
  width: 758px;
  height: 610px
}

#modal-question {
  padding: 10px
}

.lightbox-headline {
  color: #3a3a3a;
  font-size: 33px;
  font-weight: 700;
  margin: 10px 0 20px 0;
  text-align: center
}

.button-wrapper {
  display: -webkit-flex;
  display: flex
}

.button-ghost {
  background-color: #fff;
  border: 1px solid #f07700;
  border-radius: 5px;
  color: #f07700;
  display: block;
  font-size: 24px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  min-width: 200px;
  cursor: pointer
}

.button-ghost:hover {
  background-color: #f07700;
  color: #fff
}

@media screen and (max-width:600px) {
  .button-wrapper {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .mt-lightbox #iframe {
    max-width: 100%;
    min-width: 100%;
    width: 0;
    height: 550px
  }

  .button-ghost {
    border: 1px solid #0c2c53;
    border-radius: 50px;
    color: #0c2c53
  }

  .button-ghost:hover {
    background-color: #0c2c53
  }
}
.thanks {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.docs {
  padding: 50px 0;
}
.docs a {
  color: #f07700;
}