@charset "UTF-8";
/* BEGIN Regular */
@font-face {
  font-family: VagRoundedLight;
  src: url("../Fonts/VAGRoundedStd-Light.woff?v=1.101") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Bold */
@font-face {
  font-family: VagRoundedBold;
  src: url("../Fonts/VAGRoundedStd-Bold.woff?v=1.101") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* END Bold */
/* BEGIN Thin */
@font-face {
  font-family: VagRoundedThin;
  src: url("../Fonts/VAGRoundedStd-Thin.woff?v=1.101") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* END Thin */
/* BEGIN Black */
@font-face {
  font-family: VagRoundedBlack;
  src: url("../Fonts/VAGRoundedStd-Black.woff?v=1.101") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* END Black */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../Fonts/slick.eot");
  src: url("../Fonts/slick.eot?#iefix") format("embedded-opentype"), url("../Fonts/slick.woff") format("woff"), url("../Fonts/slick.ttf") format("truetype"), url("../Fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/************************
   FRAMES
    ************************/
.frame.frame-bg-grey {
  background-color: #F7F7F7;
}
.frame.frame-bg-white {
  background-color: #ffffff;
}
.frame.frame-bg-white .facts-block .facts .fact-item {
  background-color: white;
}
.frame.frame-type-gridelements_pi1 .row-eq-height, .frame.frame-type-gridelements_pi1 .row-eq-height > div {
  min-height: 300px;
}
@media (min-width: 990px) {
  .frame.frame-type-gridelements_pi1 .row-eq-height, .frame.frame-type-gridelements_pi1 .row-eq-height > div {
    min-height: 450px;
  }
}
@media (min-width: 1100px) {
  .frame.frame-type-gridelements_pi1 .row-eq-height, .frame.frame-type-gridelements_pi1 .row-eq-height > div {
    min-height: 640px;
    max-height: 640px;
  }
}
.frame.frame-type-gridelements_pi1.frame-bg-white .textBlock {
  background: #ffffff;
}
.frame.frame-type-gridelements_pi1.frame-bg-white .textBlock .frame-bg-grey {
  background: #ffffff;
}
.frame.frame-type-gridelements_pi1 .frame-type-text table td {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  padding-left: 60px;
}
.frame.frame-type-gridelements_pi1 .frame-type-text table td:first-child {
  padding-left: 0;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) {
  margin-left: 25px;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li {
  color: #3E3E3E;
  font-size: 1em;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  text-indent: -5px;
  list-style: none;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li:before {
  content: "–";
  display: inline-block;
  -moz-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -webkit-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
  color: #B0FF41;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li ul {
  font-size: 1em;
  margin-bottom: 0;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li ul li:before {
  content: "-";
  color: #B0FF41;
}
.frame.frame-type-gridelements_pi1 .ce-image img {
  max-width: 100%;
  height: auto;
}

.overlayC .frame {
  max-width: 100% !important;
}
@media (min-width: 1100px) {
  .overlayC .frame.container.frame-type-text > * {
    width: 100%;
  }
}
.overlayC .frame.container.frame-type-text h2 {
  margin-top: 0;
}

.frame.frame-type-list.frame-bg-grey {
  background: #F7F7F7;
}
.frame.container.frame-type-text hr {
  border-top-color: #dadada;
  margin-top: 4em;
  margin-bottom: 4em;
  width: 100%;
}
.frame.container.frame-type-text hr.small-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}
.frame.container.frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) {
  margin-left: 25px;
}
.frame.container.frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li {
  color: #3E3E3E;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  text-indent: -5px;
  list-style: none;
}
.frame.container.frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li:before {
  content: "–";
  display: inline-block;
  -moz-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -webkit-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
  color: #B0FF41;
}
.frame.container.frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li ul {
  font-size: 1em;
  margin-bottom: 0;
}
.frame.container.frame-type-text ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li ul li:before {
  content: "-";
  color: #B0FF41;
}
.frame.container.frame-type-text ol {
  margin-left: 19px;
}
.frame.container.frame-type-text ol li {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4em;
}
.frame.container.frame-type-text.wide-container {
  overflow-x: scroll;
}
@media (min-width: 640px) {
  .frame.container.frame-type-text.wide-container {
    overflow-x: hidden;
  }
}
.frame.container.frame-type-image {
  width: 100%;
}
.frame.container.frame-type-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 990px) {
  .frame.container.frame-type-image {
    margin: 0 auto;
    max-width: 75%;
  }
}
.frame.frame-type-text h1 {
  hyphens: auto;
}
.frame.frame-type-text img {
  height: auto;
  max-width: 100%;
}

.simple-table {
  margin-top: 1.5em;
  margin-bottom: 4em;
  width: auto;
}
.simple-table tr td {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  padding-right: 60px;
}

.spacer {
  height: 4em;
}
@media (min-width: 640px) {
  .spacer {
    height: 6em;
  }
}
@media (min-width: 990px) {
  .spacer {
    height: 8em;
  }
}
.spacer.quarter-spacer {
  height: 1.5em;
}
@media (min-width: 990px) {
  .spacer.quarter-spacer {
    height: 2em;
  }
}

p.no-margin-bottom {
  margin-bottom: 0 !important;
}

.small-grey {
  color: #3E3E3E;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
}

ul.small-grey li {
  color: #3E3E3E;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
}

hr.small-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ce-image.ce-right {
  text-align: right;
}

.frame-anchor-block {
  background: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  top: -200px;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.container .container-slim-width {
  padding-left: 0;
  padding-right: 0;
}
.container.bg-black .infoHalfBlockC {
  padding: 1rem 0;
}
@media (min-width: 990px) {
  .container.bg-black .infoHalfBlockC {
    padding: 6rem 0;
  }
}
.container.bg-black .infoHalfBlockC.row-eq-height > div {
  min-height: 0 !important;
  max-height: none !important;
}
.container.bg-black .infoHalfBlockC .textBlock {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 4.8rem 3rem;
  order: 1;
}
@media (min-width: 990px) {
  .container.bg-black .infoHalfBlockC .textBlock {
    border-radius: 30px;
    padding: 6rem;
    order: 0;
  }
}
.container.bg-black .infoHalfBlockC .textBlock .infoHalfBlock {
  padding: 0 !important;
}
.container.bg-black .infoHalfBlockC .image-container .imageBlock {
  padding: 0 !important;
}
.container.bg-black .infoHalfBlockC .image-container .imageBlock img {
  border-radius: 20px;
}
@media (min-width: 990px) {
  .container.bg-black .infoHalfBlockC .image-container .imageBlock img {
    border-radius: 30px;
  }
}

.container.frame, .container-full-width.frame {
  background-color: #ffffff;
}
.container.frame .container, .container-full-width.frame .container {
  background-color: transparent;
}
.container.bg-grey, .container-full-width.bg-grey {
  background-color: #F7F7F7 !important;
}
.container.bg-black, .container-full-width.bg-black {
  background-color: #222 !important;
}
.container.bg-black:has(+ :not(.bg-black)), .container-full-width.bg-black:has(+ :not(.bg-black)) {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.container.bg-black .section-header-block .section-header h2, .container-full-width.bg-black .section-header-block .section-header h2 {
  color: white;
}
.container.bg-black .frame-type-text h1, .container.bg-black .frame-type-text h2, .container.bg-black .frame-type-text h3, .container.bg-black .frame-type-text p, .container.bg-black .frame-type-text li, .container.bg-black .frame-type-text span:not(.relaunch-overline), .container.bg-black .frame-type-text th, .container.bg-black .frame-type-text td, .container-full-width.bg-black .frame-type-text h1, .container-full-width.bg-black .frame-type-text h2, .container-full-width.bg-black .frame-type-text h3, .container-full-width.bg-black .frame-type-text p, .container-full-width.bg-black .frame-type-text li, .container-full-width.bg-black .frame-type-text span:not(.relaunch-overline), .container-full-width.bg-black .frame-type-text th, .container-full-width.bg-black .frame-type-text td {
  color: white;
}
.container.bg-black .relaunch-overline, .container-full-width.bg-black .relaunch-overline {
  color: #C5C5C5;
}
.container:not(.bg-black) + .bg-black, .container-full-width:not(.bg-black) + .bg-black {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.container-full-width {
  width: 100%;
}
.container-full-width .accordion-block {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 990px) {
  .container-full-width .accordion-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.container-slim-width {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 990px) {
  .container-slim-width {
    width: 50%;
  }
}
.container-slim-width .frame-type-text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.container-slim-width .frame-type-image img {
  width: 100%;
}
.container-slim-width .accordion-block .accordion .accordion-body .accordion-inner .download-buttonC {
  width: 100%;
}
@media (min-width: 1400px) {
  .container-slim-width .accordion-block .accordion .accordion-body .accordion-inner .download-buttonC {
    width: 75%;
  }
}
.container-slim-width .download-block .downloadC .download-col {
  width: 100%;
}

@media (min-width: 990px) {
  .text-container h1, .text-container h2, .text-container h3 {
    max-width: 83.3333333333% !important;
  }
}
@media (min-width: 990px) {
  .text-container p {
    max-width: 66.6666666667% !important;
  }
}

.frame-type-b13-2cols-text-image-container.container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 990px) {
  .frame-type-b13-2cols-text-image-container.container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease;
}
header.navbar-hidden {
  transform: translateY(-100%);
}
header nav.navbar {
  background-color: #222;
  height: 100px;
}
header nav.navbar .navbar-brand img {
  width: 120px;
  height: auto;
}
header nav.navbar .navbar-brand:focus {
  outline: none;
}
header nav.navbar .navbar-brand:focus-visible {
  outline: 2px solid #82C828;
  outline-offset: 2px;
}
header nav.navbar .navbar-toggler {
  background-color: #3E3E3E;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
header nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../Images/Icons/icon_burger.svg");
  width: 24px;
  height: 24px;
}
header nav.navbar .navbar-toggler:focus {
  outline: 2px solid #82C828;
  outline-offset: 2px;
}
header nav.navbar .offcanvas {
  border-radius: 20px;
  width: calc(100% - 10px);
  margin: 5px;
}
@media (min-width: 600px) {
  header nav.navbar .offcanvas {
    width: 375px;
    bottom: auto;
  }
}
header nav.navbar .offcanvas .offcanvas-header {
  padding: 2.5rem 2rem;
}
header nav.navbar .offcanvas .offcanvas-header .btn-close {
  background-color: #F7F7F7;
  border-radius: 50%;
  background-image: url("../Images/Utility/icon_relaunch_nav_close.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 0 0 auto;
  opacity: 1;
}
header nav.navbar .offcanvas .offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: 2px solid #82C828;
  outline-offset: 2px;
}
header nav.navbar .offcanvas .offcanvas-body {
  padding: 2.5rem 3rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  header nav.navbar .offcanvas .offcanvas-body {
    padding: 0;
  }
}
header nav.navbar .offcanvas .offcanvas-body ul.navbar-nav {
  margin-left: auto;
  margin-bottom: 2rem;
  gap: 20px;
}
@media (min-width: 992px) {
  header nav.navbar .offcanvas .offcanvas-body ul.navbar-nav {
    gap: 40px;
    margin-bottom: 0;
  }
}
header nav.navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item {
  margin-bottom: 0;
}
header nav.navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item a {
  color: #222;
  border-radius: 15px;
  font-size: 2.4rem;
  letter-spacing: 0.6px;
  line-height: 1.4em;
  text-decoration: none;
}
@media (min-width: 992px) {
  header nav.navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item a {
    color: white;
    font-size: 1.6rem;
  }
}
header nav.navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item a:focus {
  box-shadow: none;
  outline: 2px solid #82C828;
  outline-offset: 2px;
}
header nav.navbar .offcanvas .offcanvas-body .mobile-dots {
  background-image: url("../Images/mobile_menu_dots.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin-top: 4rem;
}
@media (min-width: 600px) {
  header nav.navbar .offcanvas .offcanvas-body .mobile-dots {
    background-position: top center;
  }
}
@media (min-width: 992px) {
  header nav.navbar .offcanvas .offcanvas-body .mobile-dots {
    display: none;
  }
}
header nav.navbar .offcanvas .offcanvas-body .navbar-button {
  margin-left: auto;
}
header nav.navbar .offcanvas .offcanvas-body .navbar-button .call-to-action {
  text-align: center;
  width: 100%;
}
@media (min-width: 640px) {
  header nav.navbar .offcanvas .offcanvas-body .navbar-button .call-to-action {
    width: auto;
  }
}

/************************
    FOOTER
    ************************/
footer {
  background: #222;
}
footer .top-footer {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 120px;
  justify-content: space-between;
  padding: 8rem 0 4rem;
}
@media (min-width: 990px) {
  footer .top-footer {
    flex-direction: row;
    padding: 6rem 0 14rem;
  }
}
footer .top-footer .logo {
  color: #C5C5C5;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.4px;
  width: 180px;
}
footer .top-footer .logo img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
footer .top-footer .links {
  display: flex;
  flex-direction: column;
}
footer .top-footer .links a {
  display: inline-block;
  border-radius: 15px;
  color: #F7F7F7;
  font-size: 1.6rem;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  margin-bottom: 2rem;
  text-decoration: none;
}
footer .top-footer .links a:focus {
  outline-offset: 4px;
}
footer .bottom-footer {
  position: relative;
  background: #222;
  padding: 4rem 0;
}
footer .bottom-footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 10%, rgba(34, 34, 34, 0) 90%, rgb(34, 34, 34) 100%);
}
footer .bottom-footer .footer-carousel {
  position: relative;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  overflow: hidden;
}
footer .bottom-footer .footer-carousel .carousel-track {
  display: flex;
  animation: scroll 10s linear infinite;
}
footer .bottom-footer .footer-carousel .carousel-track .carousel-slide {
  width: 230px;
  min-width: 230px;
  margin-right: 40px;
}
footer .bottom-footer .footer-carousel .carousel-track .carousel-slide .item {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .bottom-footer .footer-carousel .carousel-track .carousel-slide .item .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: #B0FF41;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
footer .bottom-footer .footer-carousel .carousel-track .carousel-slide .item .icon.charge {
  background-image: url("../Images/Icons/icon_charge.svg");
}
footer .bottom-footer .footer-carousel .carousel-track .carousel-slide .item .icon.route {
  background-image: url("../Images/Icons/icon_route.svg");
}
footer .bottom-footer .footer-carousel .carousel-track .carousel-slide .item .icon.arrows {
  background-image: url("../Images/Icons/icon_arrows.svg");
}
footer .bottom-footer .footer-carousel .carousel-track .carousel-slide .item .text {
  color: white;
  font-family: VagRoundedLight;
  font-size: 4.8rem;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-810px);
  } /* Scroll through 3 images */
}
footer .bottom-footer .footer-carousel .sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.container .container {
  padding: 0 !important;
}

/************************
    IMAGE BLOCK
    ************************/
.image-block {
  overflow-x: hidden;
  width: 100%;
}
@media (min-width: 1100px) {
  .image-block {
    min-height: 300px;
  }
}
.image-block img.banner-image {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.image-block img.banner-image.has-mobile {
  display: none;
}
.image-block img.banner-image.mobile-image {
  display: block;
}
@media (min-width: 990px) {
  .image-block img.banner-image.has-mobile {
    display: block;
  }
  .image-block img.banner-image.mobile-image {
    display: none;
  }
}
.image-block .image-block-text-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 30px);
}
@media (min-width: 640px) {
  .image-block .image-block-text-container {
    max-width: 750px;
  }
}
@media (min-width: 1100px) {
  .image-block .image-block-text-container {
    width: 100%;
  }
}
.image-block .image-block-text-container .button {
  padding: 0.85em 2.5em 0.65em;
}
.image-block .image-block-text-container .appButton {
  width: 200px;
  height: 60px;
  display: inline-block;
  margin-right: 30px;
}
.image-block .image-block-text-container h2 {
  font-size: 2.8rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media (min-width: 1100px) {
  .image-block .image-block-text-container h2 {
    font-size: 3.8rem;
  }
}
.image-block .image-block-text-container h3 {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media (min-width: 1100px) {
  .image-block .image-block-text-container h3 {
    font-size: 3em;
  }
}
.image-block .image-block-text-container p {
  color: #ffffff;
  font-size: 1.8rem;
}
@media (min-width: 990px) {
  .image-block .image-block-text-container p {
    font-size: 2rem;
  }
}
.image-block .image-block-text-container p a {
  margin-bottom: 20px;
  margin-right: 20px;
}
.image-block .image-block-text-container p a:last-child {
  margin-bottom: 0;
}
.image-block .image-block-text-container p.text-center a {
  margin-left: 10px;
  margin-right: 10px;
}
.image-block .image-block-text-container.darkText {
  color: #222;
}
.image-block .image-block-text-container.darkText p {
  color: #222;
}
.image-block.full-width {
  min-height: inherit;
}
.image-block.full-width .image-block-text-container {
  max-width: inherit;
  padding: 0 5em;
}
.image-block.single-line-banner {
  min-height: inherit;
}
@media (min-width: 1100px) {
  .image-block.single-line-banner .image-block-text-container {
    padding: 0 5em;
    width: 110em;
  }
  .image-block.single-line-banner .image-block-text-container h2 {
    display: inline-block;
    margin-bottom: 0;
  }
  .image-block.single-line-banner .image-block-text-container p {
    display: inline-block;
    float: right;
  }
}
.image-block.dark-banner-text .image-block-text-container h3 {
  color: #222;
}
.image-block.dark-banner-text .image-block-text-container p {
  color: #222;
}

@media (min-width: 990px) {
  .row.quicklinks .col1 {
    padding-right: 30px;
  }
  .row.quicklinks .col2 {
    padding-left: 30px;
  }
}

/************************
    SEPERATOR BLOCK
    ************************/
.seperatorBlock {
  width: 100%;
}
.seperatorBlock hr {
  width: 1100px;
  display: block;
  margin: 0 auto 60px;
}

/************************
    TARIFWAHL BLOCK
    ************************/
.tarifWahlC {
  width: 100%;
  background: transparent;
  padding: 8rem 0;
}
.tarifWahlC .mainHeader {
  text-align: center;
  font-size: 4em;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin: 0 0 30px;
}
@media (min-width: 990px) {
  .tarifWahlC .mainHeader {
    margin: 0 0 30px 0;
  }
}
.tarifWahlC .tarifWahl-wrapper-desktop {
  display: none;
}
@media (min-width: 990px) {
  .tarifWahlC .tarifWahl-wrapper-desktop {
    display: block;
  }
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar {
  width: 765px;
  margin: 0 auto;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem {
  border-radius: 10px;
  padding: 4rem 6rem;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .top h3 {
  font-size: 3.4em;
  font-family: VagRoundedBold;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .top h4 {
  color: black;
  font-family: VagRoundedLight;
  font-size: 2em;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .actionC.bottom table tbody tr td {
  font-size: 20px;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .actionC.bottom table tbody tr td:last-child {
  font-size: 32px;
  line-height: 1em;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .actionC.bottom table tbody tr.price {
  transform: none;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .actionC.bottom .legende {
  margin-bottom: 5rem;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .actionC.bottom .agrar-links {
  display: flex;
  justify-content: center;
}
.tarifWahlC .tarifWahl-wrapper-desktop.agrar .tarifWahl .tarifItem .product .actionC.bottom .agrar-links a:first-child {
  margin-right: 4rem;
}
.tarifWahlC .tarifWahl-wrapper-mobile {
  display: block;
}
@media (min-width: 990px) {
  .tarifWahlC .tarifWahl-wrapper-mobile {
    display: none;
  }
}
.tarifWahlC .tarifWahl-wrapper-mobile.agrar .tarifWahl-noslider .tarifItem .top .actionC .action-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.tarifWahlC .tarifWahl-wrapper-mobile.agrar .tarifWahl-noslider .tarifItem .top .actionC .action-buttons a {
  margin: 0 !important;
}
.tarifWahlC .tarifWahl-wrapper-mobile.agrar .tarifWahl-noslider .tarifItem .top .actionC .legende p {
  font-size: 14px;
  margin-bottom: 0;
}
.tarifWahlC .gradient-overlay .gradient-left {
  opacity: 0;
  transition: opacity 500ms;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgb(231, 231, 231) 0%, rgba(231, 231, 231, 0) 30%, rgba(231, 231, 231, 0) 100%);
}
.tarifWahlC .gradient-overlay .gradient-right {
  opacity: 0;
  transition: opacity 500ms;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(231, 231, 231, 0) 0%, rgba(231, 231, 231, 0) 70%, rgb(231, 231, 231) 100%);
}
.tarifWahlC .navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2rem;
}
.tarifWahlC .navigation > * {
  margin: 0 0.8rem;
}
.tarifWahlC .navigation .slick-arrow-next {
  position: static;
  width: 15px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url("../Images/Icons/paginierung_pfeil_rechts_aktiv.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .navigation .slick-arrow-next.slick-disabled {
  display: inline-block !important;
  background-image: url("../Images/Icons/paginierung_pfeil_rechts_inaktiv.png");
}
.tarifWahlC .navigation .slick-arrow-next:hover:not(.slick-disabled) {
  background-image: url("../Images/Icons/paginierung_pfeil_rechts_aktiv.png");
}
.tarifWahlC .navigation .slick-arrow-prev {
  position: static;
  width: 15px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url("../Images/Icons/paginierung_pfeil_links_aktiv.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .navigation .slick-arrow-prev.slick-disabled {
  display: inline-block !important;
  background-image: url("../Images/Icons/paginierung_pfeil_links_inaktiv.png");
}
.tarifWahlC .navigation .slick-arrow-prev:hover:not(.slick-disabled) {
  background-image: url("../Images/Icons/paginierung_pfeil_links_aktiv.png");
}
.tarifWahlC .navigation .dots-container .navigation-dots {
  display: flex;
  list-style: none;
}
.tarifWahlC .navigation .dots-container .navigation-dots li {
  margin: 0 0.8rem;
}
.tarifWahlC .navigation .dots-container .navigation-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  font-size: 0;
  background-color: transparent;
  background-image: url("../Images/Icons/paginierung_inaktiv.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .navigation .dots-container .navigation-dots li.slick-active button {
  background-image: url("../Images/Icons/paginierung_slider_aktiv.png");
}
.tarifWahlC .slick-list {
  padding-top: 3rem;
}
.tarifWahlC .slick-arrow-next {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: calc(50% - 20px);
  background-color: transparent;
  background-image: url("../Images/Icons/slider_pfeil_gruen_rechts.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .slick-arrow-next:hover {
  background-image: url("../Images/Icons/slider_pfeil_gruen_rechts_hover.png");
}
.tarifWahlC .slick-arrow-next.slick-disabled {
  display: none !important;
}
@media (min-width: 1100px) {
  .tarifWahlC .slick-arrow-next {
    right: -5%;
  }
}
.tarifWahlC .slick-arrow-prev {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  z-index: 1;
  left: -15px;
  top: calc(50% - 20px);
  background-color: transparent;
  background-image: url("../Images/Icons/slider_pfeil_gruen_links.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .slick-arrow-prev:hover {
  background-image: url("../Images/Icons/slider_pfeil_gruen_links_hover.png");
}
.tarifWahlC .slick-arrow-prev.slick-disabled {
  display: none !important;
}
@media (min-width: 1100px) {
  .tarifWahlC .slick-arrow-prev {
    left: -5%;
  }
}
.tarifWahlC .tarifWahl .tarifItem, .tarifWahlC .tarifWahl-noslider .tarifItem {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 4.8rem 2.4rem;
  margin: 2rem 1rem;
}
@media (min-width: 990px) {
  .tarifWahlC .tarifWahl .tarifItem, .tarifWahlC .tarifWahl-noslider .tarifItem {
    padding: 4.8rem 3.2rem;
    margin: 0 1rem;
  }
}
.tarifWahlC .tarifWahl .tarifItem:focus, .tarifWahlC .tarifWahl-noslider .tarifItem:focus {
  outline: none;
}
.tarifWahlC .tarifWahl .tarifItem .smart-product::before, .tarifWahlC .tarifWahl-noslider .tarifItem .smart-product::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../Images/Icons/neu_badge.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
}
.tarifWahlC .tarifWahl .top, .tarifWahlC .tarifWahl-noslider .top {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tarifWahlC .tarifWahl img, .tarifWahlC .tarifWahl-noslider img {
  width: 100%;
  height: auto;
}
.tarifWahlC .tarifWahl h3, .tarifWahlC .tarifWahl-noslider h3 {
  color: #222;
  font-size: 1.8rem;
  font-family: "VagRoundedLight";
  line-height: 1.5em;
  letter-spacing: 0.4px;
  margin: 0 0 8px 0;
}
@media (min-width: 640px) {
  .tarifWahlC .tarifWahl h3, .tarifWahlC .tarifWahl-noslider h3 {
    font-size: 2.2rem;
    line-height: 1.4em;
  }
}
.tarifWahlC .tarifWahl p, .tarifWahlC .tarifWahl-noslider p {
  color: #3E3E3E;
  font-size: 1.6rem;
  font-family: "VagRoundedLight";
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin: 0 0 16px 0;
}
.tarifWahlC .tarifWahl span, .tarifWahlC .tarifWahl-noslider span {
  display: block;
  color: #3E3E3E;
  font-size: 1.6rem;
  font-family: "VagRoundedLight";
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin: 0 0 18px 0;
}
.tarifWahlC .tarifWahl span.cost, .tarifWahlC .tarifWahl-noslider span.cost {
  color: #222;
  font-size: 2.8rem;
  font-family: "VagRoundedBold";
  line-height: 1.2em;
  letter-spacing: 0.4px;
  margin: 0 0 4px 0;
}
.tarifWahlC .tarifWahl .comparison-list, .tarifWahlC .tarifWahl-noslider .comparison-list {
  align-self: flex-start;
  margin: 3.2rem 0;
  text-align: left;
}
.tarifWahlC .tarifWahl .comparison-list ul, .tarifWahlC .tarifWahl-noslider .comparison-list ul {
  margin: 0;
  width: 100%;
}
.tarifWahlC .tarifWahl .comparison-list ul li:before, .tarifWahlC .tarifWahl-noslider .comparison-list ul li:before {
  background-color: #E6F4D4;
  background-image: url("../Images/Utility/icon_relaunch_checkmark_ci.svg");
}
.tarifWahlC .tarifWahl-noslider {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.tarifWahlC .tarifWahl-noslider .tarifItem {
  flex: 1 0 28%;
  max-width: calc(50% - 10px);
  min-width: 327px;
  margin: 0;
}
.tarifWahlC .infoSpan {
  color: #6B6B6B;
  font-family: "VagRoundedBold";
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.2em;
  padding-left: 10px;
}

.twoColC .frame-bg-grey, .twoColC .frame-bg-white {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
  padding-bottom: 2rem !important;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .twoColC .frame-bg-grey, .twoColC .frame-bg-white {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (min-width: 990px) {
  .twoColC .frame-bg-grey, .twoColC .frame-bg-white {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
.twoColC .frame-bg-grey:first-child, .twoColC .frame-bg-white:first-child {
  padding-top: 4rem !important;
}
@media (min-width: 990px) {
  .twoColC .frame-bg-grey:first-child, .twoColC .frame-bg-white:first-child {
    padding-top: 8.5rem !important;
  }
}
.twoColC .frame-bg-grey:last-child, .twoColC .frame-bg-white:last-child {
  padding-bottom: 4rem !important;
}
@media (min-width: 990px) {
  .twoColC .frame-bg-grey:last-child, .twoColC .frame-bg-white:last-child {
    padding-bottom: 8.5rem !important;
  }
}
.twoColC .frame-bg-grey .benefits-block, .twoColC .frame-bg-white .benefits-block {
  padding-top: 0;
  padding-bottom: 0;
}
.twoColC .frame-bg-grey .benefits-block .benefits-col, .twoColC .frame-bg-white .benefits-block .benefits-col {
  width: 100%;
}
@media (min-width: 990px) {
  .twoColC .frame-bg-grey .benefits-block .benefits-col.orderedList, .twoColC .frame-bg-white .benefits-block .benefits-col.orderedList {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
.twoColC .frame-bg-grey .benefits-block .benefits-col:first-child .benefits-item:first-child, .twoColC .frame-bg-white .benefits-block .benefits-col:first-child .benefits-item:first-child {
  border-top: 0;
}
.twoColC .frame-bg-grey .benefits-block .benefits-col:last-child .benefits-item:last-child, .twoColC .frame-bg-white .benefits-block .benefits-col:last-child .benefits-item:last-child {
  border-bottom: 0;
}
.twoColC h2 {
  margin-bottom: 2rem;
}
.twoColC p a.call-to-action {
  margin-right: 20px;
  margin-bottom: 20px;
}
.twoColC p a.call-to-action:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/************************
    INFOHALF BLOCK
    ************************/
.infoHalfBlockC {
  width: 100%;
}
.infoHalfBlockC.row {
  margin: 0;
  width: initial;
}
.infoHalfBlockC.row .col1, .infoHalfBlockC.row .col2 {
  position: relative;
  width: 100%;
}
@media (min-width: 990px) {
  .infoHalfBlockC.row .col1, .infoHalfBlockC.row .col2 {
    width: 50%;
    flex: 0 0 auto;
  }
}
.infoHalfBlockC.row .image-container {
  padding: 0;
}
.infoHalfBlockC.row .image-container div {
  height: 100%;
  width: 100%;
}
.infoHalfBlockC.row .image-container.col1 .imageBlock {
  padding: 10px;
}
@media (min-width: 990px) {
  .infoHalfBlockC.row .image-container.col1 .imageBlock {
    padding: 6rem 2.4rem 6rem 6rem;
  }
}
.infoHalfBlockC.row .image-container.col2 .imageBlock {
  padding: 10px;
}
@media (min-width: 990px) {
  .infoHalfBlockC.row .image-container.col2 .imageBlock {
    padding: 6rem 6rem 6rem 2.4rem;
  }
}
.infoHalfBlockC.row .textBlock {
  padding: 0;
}
.infoHalfBlockC.row .textBlock.col1 .infoHalfBlock {
  padding: 8rem 4rem 3.2rem;
}
@media (min-width: 990px) {
  .infoHalfBlockC.row .textBlock.col1 .infoHalfBlock {
    padding: 6rem 2.4rem 6rem 6rem;
  }
}
.infoHalfBlockC.row .textBlock.col2 .infoHalfBlock {
  padding: 8rem 4rem 3.2rem;
}
@media (min-width: 990px) {
  .infoHalfBlockC.row .textBlock.col2 .infoHalfBlock {
    padding: 6rem 6rem 6rem 2.4rem;
  }
}
.infoHalfBlockC.row .textBlock h1 {
  margin-bottom: 3rem;
}
.infoHalfBlockC.row p a.call-to-action {
  margin-right: 20px;
  margin-bottom: 20px;
}
.infoHalfBlockC.row p a.call-to-action:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.infoHalfBlockC.row p a.call-to-action:first-child {
  margin-bottom: 0;
}
.infoHalfBlockC .imageBlock a {
  display: block;
  height: 100%;
  text-indent: -999999px;
  width: 100%;
}
.infoHalfBlockC .imageBlock img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infoHalfBlockC .infoHalfBlock {
  display: block;
  height: 100%;
}
@media (min-width: 640px) {
  .infoHalfBlockC .infoHalfBlock {
    max-width: 100%;
  }
}
.infoHalfBlockC .infoHalfBlock .container.frame-type-text, .infoHalfBlockC .infoHalfBlock .container.frame-type-list {
  padding: 0;
}
@media (min-width: 990px) {
  .infoHalfBlockC .infoHalfBlock h2, .infoHalfBlockC .infoHalfBlock h3, .infoHalfBlockC .infoHalfBlock p {
    max-width: 80%;
  }
}
.infoHalfBlockC .infoHalfBlock h2, .infoHalfBlockC .infoHalfBlock h3 {
  margin-bottom: 3rem;
}
.infoHalfBlockC .infoHalfBlock p {
  margin-bottom: 2rem;
}
.infoHalfBlockC .infoHalfBlock p:last-child {
  margin-bottom: 0;
}
.infoHalfBlockC .infoHalfBlock p .pricePerkWH {
  color: #222;
  font-size: 1.8rem;
}
.infoHalfBlockC .infoHalfBlock p .priceEUR {
  color: #B0FF41;
  font-family: "VagRoundedBold";
  font-size: 2rem;
  letter-spacing: 0.6px;
}
@media (min-width: 640px) {
  .infoHalfBlockC .infoHalfBlock p .priceEUR {
    display: block;
  }
}
.infoHalfBlockC .infoHalfBlock p .priceUst {
  color: #3E3E3E;
  font-size: 1.3rem;
  letter-spacing: 0.4px;
  margin-left: -8px;
}
@media (min-width: 640px) {
  .infoHalfBlockC .infoHalfBlock p .priceUst {
    margin-left: 0;
  }
}
.infoHalfBlockC .infoHalfBlock p .relaunch-overline {
  margin-bottom: 0.4rem;
}
.infoHalfBlockC .infoHalfBlock ul {
  margin-bottom: 40px;
  padding-top: 20px;
}
.infoHalfBlockC .infoHalfBlock ul:last-child {
  margin-bottom: 20px;
}
.infoHalfBlockC .infoHalfBlock ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) {
  margin-bottom: 30px;
}
.infoHalfBlockC .infoHalfBlock ul:not(.green-check-list):not(.green-check-list-bright):not(.product-check-list) li {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.infoHalfBlockC .infoHalfBlock .small-grey {
  margin-left: 0;
}
.infoHalfBlockC .infoHalfBlock .price2 {
  margin-top: 16px;
}
@media (min-width: 640px) {
  .infoHalfBlockC .infoHalfBlock .price2 {
    margin-top: 0;
  }
}
.infoHalfBlockC .infoHalfBlock .price2 span.price-label {
  display: block;
  font-size: 1.6rem;
  margin-top: 12px;
}
.infoHalfBlockC .infoHalfBlock .price2 span.price-label-margin-bottom {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .infoHalfBlockC .infoHalfBlock .price2 span.price-label-margin-bottom {
    margin-bottom: 3px;
  }
}
.infoHalfBlockC .infoHalfBlock .frame-type-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.infoHalfBlockC .infoHalfBlock .frame-type-text p:last-child {
  margin-top: auto;
}
.infoHalfBlockC .product-details .buttons a {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .infoHalfBlockC .product-details .buttons a {
    margin-bottom: 0;
  }
}
.infoHalfBlockC .product-details .buttons a:last-child {
  margin-bottom: 0;
}

.pills-slider.infoHalfBlockC .textBlock {
  border-radius: 30px;
}
@media (min-width: 990px) {
  .pills-slider.infoHalfBlockC .textBlock {
    background-color: white;
  }
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  padding: 0 !important;
}
@media (min-width: 990px) {
  .pills-slider.infoHalfBlockC .textBlock .infoHalfBlock {
    padding: 6rem !important;
  }
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav {
  display: flex;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill {
  position: relative;
  display: inline-block;
  flex: 1 0 30%;
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  color: #222;
  cursor: pointer;
  font-family: VagRoundedLight, sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.2em;
  margin-bottom: 0;
  padding: 2.05rem 2rem;
  text-align: center;
  text-transform: none;
  overflow: hidden;
  z-index: 0;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill.active:after, .pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill.active:before {
  background: linear-gradient(to right, #B0FF41 50%, #ffffff 50%);
  background-position: 99% 0;
  background-size: 210% 100%;
  animation: progressFill 4.9s linear forwards;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill.active:after {
  background-color: #ffffff;
  opacity: 0;
  animation: solidify 0.1s linear 4.9s forwards;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill:focus {
  outline: 2px solid #82C828;
  outline-offset: 2px;
  z-index: 10;
}
@media (min-width: 990px) {
  .pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill {
    background-color: #F7F7F7;
  }
  .pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill.active:before {
    background: linear-gradient(to right, #B0FF41 50%, #F7F7F7 50%);
    background-position: 99% 0;
    background-size: 210% 100%;
  }
  .pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .pills-nav .pill.active:after {
    background-color: #F7F7F7;
  }
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .slide-text {
  position: relative;
  margin-top: auto;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .slide-text .slide-item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s;
  z-index: 0;
  background-color: white;
  border-radius: 20px;
  padding: 4rem;
}
@media (min-width: 990px) {
  .pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .slide-text .slide-item {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .slide-text .slide-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .slide-text .slide-item h3 {
  margin-bottom: 2rem;
}
.pills-slider.infoHalfBlockC .textBlock .infoHalfBlock .slide-text .slide-item p {
  line-height: 1.5em;
}
.pills-slider.infoHalfBlockC .image-container.slider .imageBlock {
  padding: 0;
}
@media (min-width: 1100px) {
  .pills-slider.infoHalfBlockC .image-container.slider, .pills-slider.infoHalfBlockC .textBlock {
    min-height: 520px !important;
    max-height: 520px !important;
  }
}
.pills-slider.infoHalfBlockC .slider .imageBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s;
  z-index: 0;
}
.pills-slider.infoHalfBlockC .slider .imageBlock.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@keyframes progressFill {
  to {
    background-position: 2% 0;
  }
}
@keyframes solidify {
  to {
    opacity: 1;
  }
}

.productC h2 {
  color: #B0FF41;
}
.productC .productRow .row {
  margin-top: 50px;
  border-bottom: 1px solid 1px solid #dadada;
}
.productC .productRow .row.row-eq-height {
  display: block;
}
@media (min-width: 990px) {
  .productC .productRow .row.row-eq-height {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  }
}
.productC .productRow .row h3 {
  font-family: "VagRoundedBold";
  color: #3E3E3E;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 2.2em;
  letter-spacing: 0.05em;
}
.productC .productRow .row .textC {
  margin-bottom: 30px;
}
.productC .productRow .row .textC .container {
  padding: 0;
}
.productC .productRow .row .imageOuterC .imageC {
  height: 100%;
  position: relative;
  min-height: 400px;
}
.productC .productRow .row .imageOuterC .imageC img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-height: 100%;
}
.productC .productRow .row ul li {
  line-height: 1.8em;
}

.textBlockC {
  width: 100%;
  margin: 80px 0;
}
.textBlockC.noMarginTop {
  margin: 0 0 80px 0;
}
.textBlockC .textBlock {
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 990px) {
  .textBlockC .textBlock {
    width: 1050px;
    margin: 0 auto;
  }
}
.textBlockC .textBlock h2 {
  margin-bottom: 45px;
}
.textBlockC .textBlock a {
  color: #B0FF41;
}

.frame-overlay {
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  max-height: 100%;
  height: 100%;
  padding: 4em 2.4em;
  overflow-y: auto;
  width: 100%;
}
@media (min-width: 990px) {
  .frame-overlay {
    padding: 53px 40px;
    width: 50%;
  }
}
.frame-overlay .multiStepBlockC {
  margin: 0;
}

#loading-container {
  z-index: 10001 !important;
}

.link-box-block .col-xs-12 {
  margin-bottom: 3rem;
}
.link-box-block .link-boxC {
  height: 100%;
  background: white;
  border: 1px solid 1px solid #dadada;
  padding: 2.5em 2.5em 3.5em;
  text-align: center;
}
.link-box-block .link-boxC img {
  margin-bottom: 1.5rem;
  max-height: 45px;
}
.link-box-block .link-boxC h2 {
  font-size: 2.5rem;
  letter-spacing: 0.015em;
  font-weight: normal;
  margin-bottom: 1rem;
}
.link-box-block .link-boxC p {
  color: #333333;
  line-height: 1.55em;
  letter-spacing: 0.025em;
  margin-bottom: 3rem;
  font-size: 1.5em;
}
.link-box-block .link-boxC a.overlayLink {
  margin-top: 1rem;
  display: inline-block;
}

#additional-product-details.product-details {
  background: white;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 990px) {
  #additional-product-details.product-details {
    flex-direction: row;
    padding: 2rem 4rem;
    margin-bottom: 32px;
  }
}
#additional-product-details.product-details .product-image {
  min-width: 100px;
  max-width: 220px;
  width: 100%;
}
@media (min-width: 990px) {
  #additional-product-details.product-details .product-image {
    max-width: 100%;
    width: 15%;
    margin-right: 33px;
  }
}
#additional-product-details.product-details .product-image img {
  width: 100%;
  height: auto;
}
#additional-product-details.product-details .product-text {
  text-align: center;
  width: 100%;
}
@media (min-width: 990px) {
  #additional-product-details.product-details .product-text {
    text-align: left;
    width: 65%;
  }
}
#additional-product-details.product-details .product-text h2 {
  display: block;
  color: #222;
  font-family: VagRoundedLight;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
#additional-product-details.product-details .product-text h2 + h3 {
  display: block;
  color: #222;
  font-family: VagRoundedLight;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  #additional-product-details.product-details .product-text h2 {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}
#additional-product-details.product-details .product-text p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#additional-product-details.product-details .product-text p:last-child {
  margin-bottom: 0;
}
#additional-product-details.product-details .product-text p a.green-arrow-download {
  font-size: 14px;
  margin-bottom: 0;
}
#additional-product-details.product-details .product-text .dl-buttons {
  padding-top: 10px;
}
#additional-product-details.product-details .product-text .dl-buttons p {
  font-size: 0;
}
#additional-product-details.product-details .product-text .dl-buttons p a {
  margin-left: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 640px) {
  #additional-product-details.product-details .product-text .dl-buttons p a {
    margin-left: 15px;
    text-align: center;
    width: auto;
  }
  #additional-product-details.product-details .product-text .dl-buttons p a:first-child {
    margin-left: 0;
  }
}
#additional-product-details.product-details .product-button {
  text-align: center;
  min-width: 190px;
  width: 100%;
}
@media (min-width: 990px) {
  #additional-product-details.product-details .product-button {
    text-align: right;
    width: 20%;
  }
}

span.per-in-table {
  display: block;
  font-size: 1.3rem;
}

.price-details-intro {
  font-size: 1.6rem !important;
}

.customer-teaser-boxes {
  padding: 6rem 0;
}
@media (min-width: 990px) {
  .customer-teaser-boxes {
    padding: 12rem 0;
  }
}
.customer-teaser-boxes .customer-teaser-title {
  text-align: center;
  width: 100%;
}
.customer-teaser-boxes .customer-teaser-title h2 {
  color: #B0FF41;
  letter-spacing: 2px;
  margin-bottom: 15px !important;
}
.customer-teaser-boxes .customer-teaser-title p {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.45px;
}
.customer-teaser-boxes .customer-teaser-boxesC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box {
  position: relative;
  background-color: white;
  border-radius: 10px;
  flex: 0 0 auto;
  margin-bottom: 2rem;
  width: 100%;
  padding: 6rem 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 990px) {
  .customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
  }
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box .box-header .overline {
  display: block;
  color: #3E3E3E;
  font-family: VagRoundedBold;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box .box-header h3 {
  color: #222;
  font-size: 20px;
  letter-spacing: 0.6px;
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 150px;
  margin: 16px auto;
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box .image-wrapper img {
  width: auto;
  height: auto;
  max-width: 180px;
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin-bottom: 2.4rem;
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box .buttons {
  margin-top: auto;
}
.customer-teaser-boxes .customer-teaser-boxesC .customer-teaser-box.most-used:before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  height: 40px;
  background-image: url("../Images/Icons/illu_faehnchen.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.product-teaser-boxes {
  padding: 4.8rem 0;
}
@media (min-width: 990px) {
  .product-teaser-boxes {
    padding: 10rem 0;
  }
}
.product-teaser-boxes .product-teaser-boxesC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-teaser-boxes .product-teaser-boxesC .product-teaser-box {
  position: relative;
  background-color: white;
  border-radius: 10px;
  flex: 0 0 auto;
  margin-bottom: 2rem;
  width: 100%;
  padding: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 990px) {
  .product-teaser-boxes .product-teaser-boxesC .product-teaser-box {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
  }
}
.product-teaser-boxes .product-teaser-boxesC .product-teaser-box .box-header h3 {
  color: #222;
  font-family: VagRoundedLight;
  font-size: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .product-teaser-boxes .product-teaser-boxesC .product-teaser-box .box-header h3 {
    font-size: 22px;
  }
}
.product-teaser-boxes .product-teaser-boxesC .product-teaser-box img {
  width: 50%;
  height: auto;
  margin: 0 0 3rem;
  max-width: 180px;
}
.product-teaser-boxes .product-teaser-boxesC .product-teaser-box p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin-bottom: 2rem;
}
.product-teaser-boxes .product-teaser-boxesC .product-teaser-box .product-price {
  display: block;
  color: #222;
  font-family: VagRoundedBold;
  font-size: 28px;
  letter-spacing: 0.4px;
  margin-bottom: 2.2rem;
  margin-top: auto;
}
.product-teaser-boxes .product-teaser-boxesC .product-teaser-box .green-link.underline {
  margin-bottom: 4rem;
}

.estmk-tabs .nav-tabs {
  display: none;
}
@media (min-width: 990px) {
  .estmk-tabs .nav-tabs {
    display: flex;
  }
}
.estmk-tabs .nav-tabs li {
  text-align: center;
  width: 100%;
}
.estmk-tabs .nav-tabs li a {
  border: 1px solid #dadada;
  color: black;
  font-family: VagRoundedLight;
  font-size: 3rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 2rem 1rem;
}
.estmk-tabs .nav-tabs li.active a, .estmk-tabs .nav-tabs li.active a:focus, .estmk-tabs .nav-tabs li.active a:hover {
  border: 1px solid #dadada;
  background-color: #B0FF41;
  color: white;
}
@media (max-width: 767.98px) {
  .estmk-tabs .nav-tabs li a {
    font-size: 1.6rem;
    word-break: break-word;
    height: 100%;
  }
}
.estmk-tabs .tab-content {
  padding: 2.4rem;
  border: 1px solid #dadada;
  margin-bottom: 4rem;
}
@media (min-width: 990px) {
  .estmk-tabs .tab-content {
    border-top-color: transparent;
    padding: 5rem 4rem;
  }
}
.estmk-tabs .tab-content .tab-pane > div {
  padding: 20px 0 40px;
}
@media (min-width: 990px) {
  .estmk-tabs .tab-content .tab-pane > div {
    padding: 0;
  }
}
@media (min-width: 990px) {
  .estmk-tabs .tab-content .tab-pane {
    height: auto !important;
  }
}
.estmk-tabs .tab-content .tab-pane h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.estmk-tabs .tab-content .tab-pane p {
  font-size: 1.8rem;
}
.estmk-tabs .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
@media (max-width: 989.98px) {
  .estmk-tabs .tab-content .tab-pane.collapse {
    display: none !important;
  }
  .estmk-tabs .tab-content .tab-pane.collapse.in {
    display: block !important;
  }
  .estmk-tabs .tab-content .tab-pane.collapsing {
    display: block !important;
  }
}
.estmk-tabs .tab-content .panel-heading {
  display: block;
  border-bottom: 1px solid #dadada;
  position: relative;
}
@media (min-width: 990px) {
  .estmk-tabs .tab-content .panel-heading {
    display: none;
  }
}
.estmk-tabs .tab-content .panel-heading h4 {
  color: #333;
  font-size: 24px;
}
.estmk-tabs .tab-content .panel-heading a {
  display: block;
  color: #333;
  padding-left: 35px;
}
.estmk-tabs .tab-content .panel-heading a:before {
  content: "";
  position: absolute;
  margin-top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../Images/Icons/arrow_togglebox_inner_up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.estmk-tabs .tab-content .panel-heading a.collapsed:before {
  background-image: url("../Images/Icons/arrow_togglebox_inner_down.svg");
}

.tx-estmkproducts .price-trend-wrapper .price-trend-chart-wrapper {
  padding-top: 20px;
}
.tx-estmkproducts .price-trend-wrapper .row .col-xs-6:first-child {
  padding-right: 5px;
}
.tx-estmkproducts .price-trend-wrapper .row .col-xs-6.text-right {
  padding-left: 5px;
}

.datenschutz-uc-embed .uc-embed .uc-embed-container {
  font-family: "VagRoundedLight" !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container h2 {
  font-size: 3em;
  padding: 7px 0 !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item button {
  font-size: 16px;
  padding: 15px 0 !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item button .uc-embed-opened-button-content {
  font-family: "VagRoundedBold";
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement {
  margin-bottom: 20px !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement h5 {
  font-size: 15px;
  font-family: "VagRoundedBold";
  padding-bottom: 5px !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement p, .datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement a {
  font-size: 14px !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement ul {
  margin-left: 40px !important;
  padding: 0 !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement ul li {
  font-size: 14px !important;
  letter-spacing: 0.025em;
  line-height: 1.4em;
  padding: 1px 0 !important;
  text-indent: -5px;
  list-style: none;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement ul li:before {
  content: "–";
  display: inline-block;
  -ms-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement .uc-embed-collapsed-link .uc-embed-collapsed-link-content {
  color: #B0FF41 !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement .uc-embed-collapsed-link .uc-embed-collapsed-arrow {
  border-color: #B0FF41 !important;
  border-width: 0 2px 2px 0 !important;
  margin-top: 6px !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement .uc-embed-opened-link .uc-embed-opened-link-content {
  color: #B0FF41 !important;
}
.datenschutz-uc-embed .uc-embed .uc-embed-container .uc-embed-list .uc-embed-list-item .uc-embed-opened-content .uc-embed-subelement .uc-embed-opened-link .uc-embed-opened-arrow {
  border-color: #B0FF41 !important;
  border-width: 0 2px 2px 0 !important;
  margin-top: 9px !important;
}

.quicklinks {
  padding: 7rem 0 9rem;
}
@media (min-width: 990px) {
  .quicklinks {
    padding: 9rem 0 12rem;
  }
}
.quicklinks .quicklink-title h2 {
  color: #222 !important;
  font-size: 2.8rem !important;
  font-family: VagRoundedLight !important;
  letter-spacing: 0.4px !important;
  margin-bottom: 3.5rem !important;
}
.quicklinks .quicklinksC {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.quicklinks .quicklinksC .quicklink-col {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 990px) {
  .quicklinks .quicklinksC .quicklink-col {
    width: calc((100% - 240px) / 5);
    margin-right: 60px;
    margin-bottom: 0;
  }
  .quicklinks .quicklinksC .quicklink-col:last-child {
    margin-right: 0;
  }
}
.quicklinks .quicklinksC .quicklink-col h3 {
  color: #B0FF41 !important;
  font-family: VagRoundedBold !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.8px !important;
  margin-bottom: 2rem !important;
}
.quicklinks .quicklinksC .quicklink-col ul {
  list-style: none;
}
.quicklinks .quicklinksC .quicklink-col ul li {
  color: #3E3E3E;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.quicklinks .quicklinksC .quicklink-col ul li a {
  color: #3E3E3E;
  transition: color 300ms;
}
.quicklinks .quicklinksC .quicklink-col ul li a:hover {
  color: #B0FF41;
}

.download-block {
  padding: 0 0 6rem;
}
.download-block .downloadC {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download-block .downloadC .download-col {
  width: 100%;
}
@media (min-width: 640px) {
  .download-block .downloadC .download-col {
    width: calc((100% - 20px) / 2);
  }
}
.download-block .downloadC .download-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin-bottom: 2rem;
  transition: border 300ms;
}
.download-block .downloadC .download-item:hover {
  border: 1px solid #3E3E3E;
}
.download-block .downloadC .download-item:hover .download-name:after {
  background-color: #3E3E3E;
}
.download-block .downloadC .download-item:focus {
  outline: 4px solid rgba(130, 200, 40, 0.2);
  border-radius: 4px;
}
.download-block .downloadC .download-item .download-name {
  padding: 1.8rem 2rem;
  width: 85%;
}
.download-block .downloadC .download-item .download-name:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dadada;
  transition: background-color 300ms;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 85%;
}
.download-block .downloadC .download-item .download-name h3 {
  color: #747474;
  font-family: VagRoundedBold;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
  margin-top: 0;
}
.download-block .downloadC .download-item .download-name span.subline {
  display: block;
  color: #3E3E3E;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
}
.download-block .downloadC .download-item .download-iconC {
  padding: 1.8rem 1rem;
  width: 15%;
  min-width: 50px;
}
.download-block .downloadC .download-item .download-iconC span.download-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  max-width: 100%;
  background-image: url("../Images/Utility/icon_relaunch_download_ci.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.download-filter-block .filters {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 65px;
}
@media (min-width: 640px) {
  .download-filter-block .filters {
    margin-bottom: 80px;
    flex-direction: row;
  }
}
.download-filter-block .filters .filter-item {
  width: 100%;
}
@media (min-width: 640px) {
  .download-filter-block .filters .filter-item {
    width: 26%;
  }
}
.download-filter-block .filters .filter-item ul, .download-filter-block .filters .filter-item .prettydropdown {
  width: 100%;
}
.download-filter-block .filters .filter-item select {
  background: white;
  border: 1px solid #dadada;
  border-radius: 6px;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  height: 47px !important;
  padding-left: 20px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.download-filter-block .filters .filter-item label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-bottom: 8px;
  width: 100%;
}
.download-filter-block .download-block {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {
  .download-filter-block .download-block .more-button {
    text-align: center;
  }
}
.download-filter-block .download-block .more-button a {
  display: inline-block;
  margin-top: 34px;
}
@media (min-width: 640px) {
  .download-filter-block .download-block .more-button a {
    margin-top: 100px;
  }
}

.process-block {
  padding: 4.5rem 0;
}
@media (min-width: 990px) {
  .process-block {
    padding: 8rem 0;
  }
}
.process-block .processC {
  counter-reset: item;
}
@media (min-width: 990px) {
  .process-block .processC {
    max-width: 50%;
    margin: 0 auto;
  }
}
.process-block .processC .process-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 3rem;
}
.process-block .processC .process-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .process-block .processC .process-item {
    padding-left: 112px;
  }
}
.process-block .processC .process-item h3 {
  color: #222;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 1.4rem;
}
@media (min-width: 640px) {
  .process-block .processC .process-item h3 {
    font-size: 2.2rem;
  }
}
.process-block .processC .process-item p {
  color: #3E3E3E;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  margin-bottom: 2rem;
}
.process-block .processC .process-item p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .process-block .processC .process-item p {
    font-size: 1.8rem;
  }
}
.process-block .processC .process-item:before {
  content: counter(item);
  counter-increment: item;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #B0FF41;
  color: white;
  font-size: 1.3rem;
  font-family: VagRoundedBold;
  line-height: 24px;
  z-index: 1;
}
.process-block .processC .process-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: 64px;
  width: 1px;
  height: calc(100% - 48px);
  background-color: #3E3E3E;
  opacity: 0.2;
  z-index: 0;
}
.process-block .processC .process-item:last-child:after {
  content: none;
}
@media (min-width: 640px) {
  .process-block .processC .process-item:before {
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
  }
}

.button-grid {
  padding: 4rem 0 6rem;
}
@media (min-width: 990px) {
  .button-grid {
    padding: 4rem 0 8rem;
  }
}
.button-grid .button-gridC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.button-grid .button-gridC .grid-button {
  position: relative;
  display: block;
  background-color: white;
  border: 1px solid white;
  border-radius: 10px;
  color: #222;
  font-family: VagRoundedBold;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  padding: 2rem 4rem;
  text-align: center;
  transition-duration: 0s;
  width: 100%;
}
@media (min-width: 640px) {
  .button-grid .button-gridC .grid-button {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 990px) {
  .button-grid .button-gridC .grid-button {
    width: calc((100% - 60px) / 4);
  }
}
.button-grid .button-gridC .grid-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("../Images/Utility/icon_relaunch_arrow_right_ci.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 300ms;
}
.button-grid .button-gridC .grid-button:hover:after {
  transform: translate(8px, -50%);
}
.button-grid .button-gridC .grid-button:focus {
  outline: 4px solid #82C828;
}
.button-grid .button-gridC.three-cols .grid-button {
  width: 100%;
}
@media (min-width: 990px) {
  .button-grid .button-gridC.three-cols .grid-button {
    width: calc((100% - 40px) / 3);
  }
}

.benefits-block {
  padding: 5rem 0;
}
.benefits-block .benefitsC {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits-block .benefitsC .benefits-col {
  width: 100%;
}
@media (min-width: 990px) {
  .benefits-block .benefitsC .benefits-col {
    width: calc((100% - 20px) / 2);
  }
}
.benefits-block .benefitsC .benefits-col:first-child .benefits-item:last-child {
  border-bottom: none;
}
@media (min-width: 990px) {
  .benefits-block .benefitsC .benefits-col:first-child .benefits-item:last-child {
    border-bottom: 1px solid #dadada;
  }
}
.benefits-block .benefitsC .benefits-col .benefits-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 0;
  border-top: 1px solid #dadada;
}
.benefits-block .benefitsC .benefits-col .benefits-item:last-child {
  border-bottom: 1px solid #dadada;
}
.benefits-block .benefitsC .benefits-col .benefits-item span.benefits-icon {
  display: block;
  min-width: 32px;
  height: 32px;
  margin-right: 1.6rem;
  margin-top: -6px;
  background-color: #B0FF41;
  background-image: url("../Images/Utility/icon_relaunch_checkmark_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 50%;
}
.benefits-block .benefitsC .benefits-col .benefits-item .benefit-text {
  color: #222;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
}
.benefits-block .benefitsC .benefits-col .benefits-item .benefit-text h3 {
  color: #747474;
  font-family: VagRoundedBold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.benefits-block .benefitsC .benefits-col .benefits-item .benefit-text span {
  color: #3E3E3E;
}
.benefits-block .benefitsC .benefits-col.vorteile .benefits-item span.benefits-icon {
  background-image: url("../Images/Utility/icon_relaunch_plus_white.svg");
}
.benefits-block .benefitsC .benefits-col.nachteile .benefits-item span.benefits-icon {
  background-color: #dadada;
  background-image: url("../Images/Utility/icon_relaunch_minus_white.svg");
}
.benefits-block .benefitsC .benefits-col.icon-list .benefits-item {
  align-items: flex-start;
}
.benefits-block .benefitsC .benefits-col.icon-list .benefits-item .benefits-icon {
  background: none;
  min-width: 40px;
  height: auto;
}
.benefits-block .benefitsC .benefits-col.icon-list .benefits-item .benefits-icon img {
  width: 100%;
  height: auto;
}
.benefits-block .benefitsC .benefits-col.icon-list .benefits-item .benefit-text {
  font-size: 1.8rem;
  line-height: 1.7777em;
}
.benefits-block .benefitsC .benefits-col.icon-list .benefits-item .benefit-text h3 {
  line-height: 1.7777em;
  margin-bottom: 0;
}
.benefits-block .benefitsC .benefits-col.slip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 990px) {
  .benefits-block .benefitsC .benefits-col.slip {
    width: 100%;
    gap: 20px;
  }
}
.benefits-block .benefitsC .benefits-col.slip .benefits-item {
  border: none !important;
  width: 100%;
  padding: 4px 0;
}
@media (min-width: 990px) {
  .benefits-block .benefitsC .benefits-col.slip .benefits-item {
    width: calc((100% - 40px) / 3);
    padding: 20px 0;
  }
}
.benefits-block .benefitsC .benefits-col.orderedList {
  counter-reset: ol-count;
  width: 100%;
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item {
  flex-direction: column;
}
@media (min-width: 640px) {
  .benefits-block .benefitsC .benefits-col.orderedList .benefits-item {
    flex-direction: row;
  }
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item:first-child {
  padding-top: 0;
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item:first-child .benefits-icon {
  margin-top: 0;
}
@media (min-width: 640px) {
  .benefits-block .benefitsC .benefits-col.orderedList .benefits-item:first-child .benefits-icon {
    margin-top: -4px;
  }
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item:last-child {
  padding-bottom: 0;
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item .benefits-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-color: #B0FF41;
  background-image: none;
  border-radius: 50%;
  margin-bottom: 1.6rem;
  margin-top: 4px;
}
@media (min-width: 640px) {
  .benefits-block .benefitsC .benefits-col.orderedList .benefits-item .benefits-icon {
    margin-bottom: 0;
    margin-top: -4px;
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item .benefits-icon:before {
  content: counter(ol-count);
  counter-increment: ol-count;
  color: white;
  font-size: 1.6rem;
  font-family: VagRoundedLight;
  z-index: 1;
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item .benefit-text h3 {
  margin-bottom: 4px;
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item:first-child {
  border-top: none;
}
.benefits-block .benefitsC .benefits-col.orderedList .benefits-item:last-child {
  border-bottom: none;
}

.quote-block .quoteC {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.quote-block .quoteC .quote-text {
  display: flex;
  flex-direction: column;
  color: #222;
  font-family: VagRoundedLight;
  font-size: 2.8rem;
  letter-spacing: 0.4px;
  line-height: 1.2em;
  padding: 6rem 2.4rem;
  width: 100%;
  order: 2;
}
.quote-block .quoteC .quote-text:before {
  content: "";
  display: block;
  width: 50px;
  height: 38px;
  margin-bottom: 6rem;
  background-image: url("../Images/Utility/icon_relaunch_quotes_ci.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 990px) {
  .quote-block .quoteC .quote-text {
    font-size: 3.8rem;
    order: 0;
    padding: 6.4rem 10rem 6.4rem 6rem;
    width: 50%;
  }
  .quote-block .quoteC .quote-text:before {
    margin-bottom: 6.4rem;
    width: 86px;
    height: 66px;
  }
}
.quote-block .quoteC .quote-text.full-width {
  width: 100%;
}
@media (min-width: 990px) {
  .quote-block .quoteC .quote-text.full-width {
    width: 80%;
  }
}
.quote-block .quoteC .quote-text .quote-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4rem;
}
@media (min-width: 990px) {
  .quote-block .quoteC .quote-text .quote-author {
    margin-top: auto;
    padding-top: 2rem;
  }
}
.quote-block .quoteC .quote-text .quote-author img {
  width: 48px;
  height: auto;
  margin-right: 1.6rem;
}
.quote-block .quoteC .quote-text .quote-author .author-infos span {
  display: block;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.quote-block .quoteC .quote-text .quote-author .author-infos span.author {
  font-family: VagRoundedBold;
}
.quote-block .quoteC .quote-text .quote-author .author-infos span.author-title {
  font-family: VagRoundedLight;
}
.quote-block .quoteC .quote-image {
  width: 100%;
  order: 1;
}
@media (min-width: 990px) {
  .quote-block .quoteC .quote-image {
    order: 0;
    width: 50%;
  }
}
.quote-block .quoteC .quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-slip-block {
  padding: 4rem 0;
}
@media (min-width: 990px) {
  .trust-slip-block {
    padding: 5.8rem 0;
  }
}
.trust-slip-block .trust-slipC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trust-slip-block .trust-slipC .slip-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 990px) {
  .trust-slip-block .trust-slipC .slip-items {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .trust-slip-block .trust-slipC .slip-items {
    width: 60%;
  }
}
.trust-slip-block .trust-slipC .slip-items .slip-item {
  margin-bottom: 1rem;
}
@media (min-width: 990px) {
  .trust-slip-block .trust-slipC .slip-items .slip-item {
    margin-bottom: 0;
  }
}
.trust-slip-block .trust-slipC .slip-items .slip-item .slip-icon {
  background-color: #e6f4d4;
  background-image: url("../Images/Utility/icon_relaunch_checkmark_ci.svg");
  background-size: 18px 18px;
  border-radius: 50%;
}
.trust-slip-block .trust-slipC .slip-items .slip-item:last-child {
  margin-bottom: 0;
}
.trust-slip-block .trust-slipC .slip-img {
  margin-right: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 1440px) {
  .trust-slip-block .trust-slipC .slip-img {
    width: auto;
    margin-bottom: 0;
  }
}
.trust-slip-block .trust-slipC .slip-img img {
  width: auto;
  height: 60px;
}
.trust-slip-block .trust-slipC .call-to-action {
  margin-top: 4rem;
}
@media (min-width: 990px) {
  .trust-slip-block .trust-slipC .call-to-action {
    margin-top: 0;
  }
}
.trust-slip-block .trust-slipC .slip-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 640px) {
  .trust-slip-block .trust-slipC .slip-item {
    margin-bottom: 0;
    width: calc((100% - 40px) / 3);
  }
}
.trust-slip-block .trust-slipC .slip-item .slip-icon {
  display: block;
  min-width: 48px;
  height: 48px;
  margin-right: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.trust-slip-block .trust-slipC .slip-item .slip-icon.black {
  min-width: 32px;
  height: 32px;
}
@media (min-width: 640px) {
  .trust-slip-block .trust-slipC .slip-item .slip-icon.black {
    min-width: 48px;
    height: 48px;
  }
}
.trust-slip-block .trust-slipC .slip-item .slip-text {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
}
.trust-slip-block .trust-slipC .slip-item .slip-text.black {
  color: #222;
}
.trust-slip-block .trust-slipC .slip-item .slip-text h3 {
  color: #222;
  font-family: VagRoundedBold;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.award-slipC {
  padding: 8rem 0;
}
.award-slipC .award-slip {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 -30px;
}
@media (min-width: 640px) {
  .award-slipC .award-slip {
    flex-direction: row;
  }
}
.award-slipC .award-slip .award-image {
  flex: 0 1 auto;
  margin: 0 30px 2rem;
}
@media (min-width: 640px) {
  .award-slipC .award-slip .award-image {
    margin: 0 30px;
  }
}
.award-slipC .award-slip .award-image img {
  height: 112px;
  width: auto;
}
@media (min-width: 640px) {
  .award-slipC .award-slip .award-image img {
    height: auto;
    width: 100%;
  }
}

.facts-block {
  padding: 8rem 0;
}
.facts-block.text-only {
  padding: 2rem 0;
}
.facts-block.text-only .facts .fact-item {
  height: 280px;
  justify-content: center;
}
.facts-block.text-only .facts .fact-item .fact-image {
  display: none;
}
.facts-block.text-only .facts .fact-item .fact-text .headline * {
  color: #B0FF41;
}
.facts-block.text-only .facts .fact-item .fact-text .text p {
  color: #222;
}
.facts-block .facts {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 990px) {
  .facts-block .facts {
    flex-direction: row;
  }
}
.facts-block .facts .fact-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 10px;
  flex: 1 1 20%;
  padding: 4rem 2rem;
  text-align: center;
}
@media (min-width: 990px) {
  .facts-block .facts .fact-item {
    padding: 8rem 4rem;
  }
}
.facts-block .facts .fact-item .fact-image {
  margin-bottom: 2rem;
}
@media (min-width: 990px) {
  .facts-block .facts .fact-item .fact-image {
    margin-bottom: 4rem;
  }
}
.facts-block .facts .fact-item .fact-image .fact-count {
  color: #B0FF41;
  font-family: VagRoundedLight;
  font-size: 8rem;
  letter-spacing: 0.8px;
  line-height: 1em;
}
@media (min-width: 990px) {
  .facts-block .facts .fact-item .fact-image .fact-count {
    font-size: 10rem;
  }
}
.facts-block .facts .fact-item .fact-image img {
  width: auto;
  height: auto;
}
.facts-block .facts .fact-item .fact-text div:last-child {
  margin-bottom: 0 !important;
}
.facts-block .facts .fact-item .fact-text .headline {
  margin-bottom: 2rem;
}
.facts-block .facts .fact-item .fact-text .headline p, .facts-block .facts .fact-item .fact-text .headline h2, .facts-block .facts .fact-item .fact-text .headline h3 {
  color: #222;
  font-family: VagRoundedBold;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1.4em;
  margin-bottom: 0;
}
@media (min-width: 990px) {
  .facts-block .facts .fact-item .fact-text .headline p, .facts-block .facts .fact-item .fact-text .headline h2, .facts-block .facts .fact-item .fact-text .headline h3 {
    font-size: 2rem;
  }
}
.facts-block .facts .fact-item .fact-text .text p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.facts-block .facts .fact-item .fact-text .text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 990px) {
  .facts-block .facts .fact-item .fact-text .text p {
    font-size: 1.8rem;
  }
}

.discover-block .discoverC {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.discover-block .discoverC .discover-item {
  width: calc((100% - 40px) / 3);
}
.discover-block .discoverC .discover-item .image {
  border-radius: 10px;
  margin-bottom: 2.4rem;
  width: 100%;
}
.discover-block .discoverC .discover-item .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.discover-block .discoverC .discover-item .text h3 {
  color: #222;
  font-family: VagRoundedBold;
  font-size: 1.8rem;
  line-height: 1.25em;
  letter-spacing: 0.6px;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.discover-block .discoverC .discover-item .text p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
}
.discover-block .discoverC .discover-item .text p:last-child {
  margin-bottom: 0;
}
.discover-block .discoverC .discover-item .link {
  margin-top: 2.6rem;
}

.product-teaser-block {
  padding: 8rem 0 6rem;
}
.product-teaser-block.swiper {
  margin-left: -40px;
  padding-left: 40px;
  margin-right: -40px;
  padding-right: 40px;
}
@media (min-width: 990px) {
  .product-teaser-block.swiper {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.product-teaser-block.no-swipe .product-teaserC {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
.product-teaser-block.no-swipe .product-teaserC .product-teaser {
  width: 100% !important;
}
@media (min-width: 640px) {
  .product-teaser-block.no-swipe .product-teaserC .product-teaser {
    width: calc((100% - 20px) / 2) !important;
  }
}
@media (min-width: 990px) {
  .product-teaser-block.no-swipe .product-teaserC .product-teaser.two-cols {
    width: calc((100% - 20px) / 2) !important;
  }
  .product-teaser-block.no-swipe .product-teaserC .product-teaser.three-cols {
    width: calc((100% - 40px) / 3) !important;
  }
  .product-teaser-block.no-swipe .product-teaserC .product-teaser.four-cols {
    width: calc((100% - 60px) / 4) !important;
  }
}
.product-teaser-block .product-teaserC {
  margin-bottom: 4rem;
}
@media (min-width: 990px) {
  .product-teaser-block .product-teaserC {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
  }
}
.product-teaser-block .product-teaserC .product-teaser {
  width: 240px !important;
  height: auto !important;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
}
@media (min-width: 640px) {
  .product-teaser-block .product-teaserC .product-teaser {
    width: 300px !important;
  }
}
@media (min-width: 990px) {
  .product-teaser-block .product-teaserC .product-teaser {
    margin-right: 0 !important;
    margin-bottom: 6rem;
  }
  .product-teaser-block .product-teaserC .product-teaser.two-cols {
    width: calc((100% - 20px) / 2) !important;
  }
  .product-teaser-block .product-teaserC .product-teaser.three-cols {
    width: calc((100% - 40px) / 3) !important;
  }
  .product-teaser-block .product-teaserC .product-teaser.four-cols {
    width: calc((100% - 60px) / 4) !important;
  }
}
.product-teaser-block .product-teaserC .product-teaser .image {
  border-radius: 10px;
  margin-bottom: 2.4rem;
  width: 100%;
}
.product-teaser-block .product-teaserC .product-teaser .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-teaser-block .product-teaserC .product-teaser .image.product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
  width: 240px;
  padding: 3rem 0;
}
@media (min-width: 640px) {
  .product-teaser-block .product-teaserC .product-teaser .image.product-image {
    width: 300px;
    padding: 4.5rem 0;
  }
}
@media (min-width: 990px) {
  .product-teaser-block .product-teaserC .product-teaser .image.product-image {
    width: auto;
  }
}
.product-teaser-block .product-teaserC .product-teaser .image.product-image img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 990px) {
  .product-teaser-block .product-teaserC .product-teaser .image.product-image img {
    max-width: 210px;
  }
}
.product-teaser-block .product-teaserC .product-teaser .text {
  margin-bottom: 2.4rem;
}
.product-teaser-block .product-teaserC .product-teaser .text h3 {
  color: #222;
  font-family: VagRoundedBold;
  font-size: 1.8rem;
  line-height: 1.4em;
  letter-spacing: 0.6px;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
@media (min-width: 640px) {
  .product-teaser-block .product-teaserC .product-teaser .text h3 {
    font-size: 2rem;
  }
}
.product-teaser-block .product-teaserC .product-teaser .text p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .product-teaser-block .product-teaserC .product-teaser .text p {
    font-size: 1.8rem;
  }
}
.product-teaser-block .product-teaserC .product-teaser .text p:last-child {
  margin-bottom: 0;
}
.product-teaser-block .product-teaserC .product-teaser .link {
  margin-top: auto;
}

.content-teaser-block {
  padding: 8rem 0 6rem;
}
.content-teaser-block.swiper {
  margin-left: -40px;
  padding-left: 40px;
  margin-right: -40px;
  padding-right: 40px;
}
@media (min-width: 990px) {
  .content-teaser-block.swiper {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.content-teaser-block .content-teaserC {
  margin-bottom: 4rem;
}
@media (min-width: 990px) {
  .content-teaser-block .content-teaserC {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
  }
}
.content-teaser-block .content-teaserC .content-teaser {
  width: 240px !important;
  height: auto !important;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
}
@media (min-width: 640px) {
  .content-teaser-block .content-teaserC .content-teaser {
    width: 300px !important;
  }
}
@media (min-width: 990px) {
  .content-teaser-block .content-teaserC .content-teaser {
    margin-right: 0 !important;
    margin-bottom: 6rem;
  }
  .content-teaser-block .content-teaserC .content-teaser.two-cols {
    width: calc((100% - 20px) / 2) !important;
  }
  .content-teaser-block .content-teaserC .content-teaser.three-cols {
    width: calc((100% - 40px) / 3) !important;
  }
  .content-teaser-block .content-teaserC .content-teaser.four-cols {
    width: calc((100% - 60px) / 4) !important;
  }
}
.content-teaser-block .content-teaserC .content-teaser .image {
  border-radius: 10px;
  margin-bottom: 2.4rem;
  width: 100%;
}
.content-teaser-block .content-teaserC .content-teaser .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.content-teaser-block .content-teaserC .content-teaser .relaunch-overline {
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 12px;
}
.content-teaser-block .content-teaserC .content-teaser h3 {
  color: #222;
  font-family: VagRoundedBold;
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: 0.6px;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.content-teaser-block .content-teaserC .content-teaser p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin-bottom: 2.4rem;
}
.content-teaser-block .content-teaserC .content-teaser .link {
  margin-top: auto;
}

.tarifrechner-mobileLinks {
  display: block;
}
@media (min-width: 990px) {
  .tarifrechner-mobileLinks {
    display: none;
  }
}

.section-header-block {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 990px) {
  .section-header-block {
    padding-top: 6rem;
  }
}
.section-header-block .section-header .overline {
  display: block;
  color: #747474;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1.25em;
  margin-bottom: 2.4rem;
}
.section-header-block .section-header.small {
  padding-bottom: 1.4rem;
}
@media (min-width: 640px) {
  .section-header-block .section-header.small {
    padding-bottom: 0;
  }
}
.section-header-block .section-header.small .section-header-hand_image {
  display: none;
}
@media (min-width: 990px) {
  .section-header-block .section-header.small .section-header-hand_image {
    display: block;
    right: 52px;
  }
}
.section-header-block .section-header.big {
  padding-bottom: 2rem;
}
.section-header-block .section-header.big .section-header-hand_image {
  display: none;
}
@media (min-width: 990px) {
  .section-header-block .section-header.big .section-header-hand_image {
    display: block;
    left: 25px;
  }
}
.section-header-block .section-header .header-text {
  width: 100%;
}
@media (min-width: 990px) {
  .section-header-block .section-header .header-text {
    width: 45%;
  }
}
.section-header-block .section-header .header-text.left {
  text-align: left;
}
.section-header-block .section-header .header-text.middle {
  text-align: center;
  margin: 0 auto;
}
.section-header-block .section-header .section-header-hand_image {
  position: absolute;
  bottom: 0;
  width: 250px;
}
.section-header-block .section-header .section-header-hand_image img {
  width: 100%;
  height: auto;
}
.section-header-block.big-spacing .section-header.big {
  padding-bottom: 4rem;
}
@media (min-width: 990px) {
  .section-header-block.big-spacing .section-header.big .section-header-hand_image {
    left: 179px;
  }
}
.section-header-block.big-spacing .section-header.small {
  padding-bottom: 4rem;
}
@media (min-width: 990px) {
  .section-header-block.big-spacing .section-header.small .section-header-hand_image {
    right: 179px;
  }
}

.contact-flexC .contact-flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  margin: auto;
  gap: 20px;
}
@media (min-width: 990px) {
  .contact-flexC .contact-flex {
    flex-direction: row;
  }
}
.contact-flexC .contact-flex .info-form-tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 70px 30px 30px 30px;
  top: 0;
  width: 400px;
  right: 0;
  background: white;
  border: 1px solid 1px solid #dadada;
  max-width: 100%;
}
.contact-flexC .contact-flex .info-form-tooltip h4 {
  color: #3E3E3E;
  display: inline-block;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 1.6em;
  font-family: VagRoundedBold;
  letter-spacing: 0.08em;
}
.contact-flexC .contact-flex .info-form-tooltip h4:before {
  content: "";
  background-image: url("../Images/Icons/icon_info_form_grey.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -2px;
}
.contact-flexC .contact-flex .info-form-tooltip .closeButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("../Images/Icons/icon_close_tooltip.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
  cursor: pointer;
}
.contact-flexC .contact-flex .info-form-tooltip p {
  color: #3E3E3E;
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.04em;
}
.contact-flexC .contact-flex .contact-flex-item {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  flex: 1 0 15%;
  padding: 3.2rem 4rem;
  text-align: center;
}
@media (min-width: 990px) {
  .contact-flexC .contact-flex .contact-flex-item {
    max-width: 33.333%;
  }
}
.contact-flexC .contact-flex .contact-flex-item img {
  display: block;
  margin-bottom: 2rem;
  width: 72px;
  height: auto;
}
.contact-flexC .contact-flex .contact-flex-item h3 {
  color: #222 !important;
  font-family: VagRoundedBold !important;
  font-size: 1.8rem !important;
  letter-spacing: 0.6px !important;
  line-height: 1.25em !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.contact-flexC .contact-flex .contact-flex-item p {
  color: #3E3E3E;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.contact-flexC .contact-flex .contact-flex-item p a {
  color: #3E3E3E;
}
.contact-flexC .contact-flex .contact-flex-item p a:hover {
  color: #B0FF41;
}
.contact-flexC .contact-flex .contact-flex-item .small-grey {
  font-size: 1.2em;
  line-height: 3em;
  letter-spacing: 1.05px;
  margin-bottom: 3em;
  color: #3E3E3E;
}
.contact-flexC .contact-flex .contact-flex-item .small-grey a {
  color: #dadada;
}
.contact-flexC .contact-flex .contact-flex-item a {
  margin-top: auto;
}
.contact-flexC .contact-flex .contact-flex-item.disabled h3 {
  color: #3E3E3E;
}
.contact-flexC .contact-flex .contact-flex-item.disabled a {
  pointer-events: none;
  color: #C5C5C5;
}

@media (min-width: 990px) {
  #search-result-wrapper .search-area {
    max-width: 66.6667%;
    margin: 0 auto;
  }
}
#search-result-wrapper .search-area .search-input {
  position: relative;
  padding: 4.6rem 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 990px) {
  #search-result-wrapper .search-area .search-input {
    padding: 7rem 0 2rem;
  }
}
#search-result-wrapper .search-area .search-input input {
  color: #222;
  font-size: 2.8rem;
  letter-spacing: 0.4px;
  line-height: 1.2em;
  height: 34px;
  border: none;
  margin-bottom: 0;
  padding-right: 50px;
  width: 100%;
}
#search-result-wrapper .search-area .search-input .search-button {
  content: "";
  position: absolute;
  right: 0;
  top: 47px;
  width: 42px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #dadada;
  background-image: url("../Images/Utility/icon_relaunch_arrow_right_black.svg");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 990px) {
  #search-result-wrapper .search-area .search-input .search-button {
    top: 72px;
  }
}
#search-result-wrapper .search-area .search-result .search-count {
  display: block;
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
@media (min-width: 990px) {
  #search-result-wrapper .search-area .search-result .search-count {
    margin-bottom: 9rem;
  }
}
#search-result-wrapper .search-area .search-result .tx-indexedsearch-res {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 990px) {
  #search-result-wrapper .search-area .search-result .tx-indexedsearch-res {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#search-result-wrapper .search-area .search-result .tx-indexedsearch-res h3 {
  color: #222;
  font-family: VagRoundedLight;
  font-size: 2.8rem;
  letter-spacing: 0.4px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 2rem;
  word-break: break-word;
}
#search-result-wrapper .search-area .search-result .tx-indexedsearch-res h3 a {
  color: #222;
}
#search-result-wrapper .search-area .search-result .tx-indexedsearch-res h3 a:hover {
  color: #B0FF41;
}
#search-result-wrapper .search-area .search-result .tx-indexedsearch-res p {
  color: #3E3E3E;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.header-hero-banner {
  position: relative;
}
.header-hero-banner video {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  padding: 10px;
}
.header-hero-banner video.video-hide-mobile {
  display: none;
  height: 720px;
}
@media (min-width: 990px) {
  .header-hero-banner video.video-hide-mobile {
    display: block;
  }
}
.header-hero-banner video.video-hide-desktop {
  display: block;
  height: 500px;
}
@media (min-width: 990px) {
  .header-hero-banner video.video-hide-desktop {
    display: none;
  }
}
.header-hero-banner .hero-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px;
}
@media (min-width: 640px) {
  .header-hero-banner .hero-image {
    border-radius: 30px;
    height: 720px;
  }
}
.header-hero-banner .hero-image.desktop {
  display: none;
}
@media (min-width: 990px) {
  .header-hero-banner .hero-image.desktop {
    display: block;
  }
}
.header-hero-banner .hero-image.desktop.only-desktop {
  display: block !important;
}
.header-hero-banner .hero-image.mobile {
  display: block;
}
@media (min-width: 990px) {
  .header-hero-banner .hero-image.mobile {
    display: none;
  }
}
.header-hero-banner .hero-content {
  height: 100%;
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
}
@media (min-width: 990px) {
  .header-hero-banner .hero-content {
    padding: 12rem 6rem 6rem;
  }
}
.header-hero-banner .hero-content .hero-headline {
  max-width: 100%;
}
@media (min-width: 990px) {
  .header-hero-banner .hero-content .hero-headline {
    max-width: 60%;
  }
}
.header-hero-banner .hero-content .hero-headline .hero-overline {
  display: block;
  color: white;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .header-hero-banner .hero-content .hero-headline .hero-overline {
    margin-bottom: 2.4rem;
  }
}
.header-hero-banner .hero-content .hero-headline h1 {
  color: white;
  margin-bottom: 3rem;
}
@media (min-width: 990px) {
  .header-hero-banner .hero-content .hero-headline h1 {
    margin-bottom: 4.8rem;
  }
}
.header-hero-banner .hero-content .hero-text p {
  color: white;
  max-width: 100%;
}
@media (min-width: 640px) {
  .header-hero-banner .hero-content .hero-text p {
    max-width: 429px;
  }
}
.header-hero-banner .hero-content .hero-text p:last-child {
  margin-bottom: 0;
}
.header-hero-banner .hero-content .hero-text .link {
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .header-hero-banner .hero-content .hero-text .link {
    margin-top: 4.8rem;
  }
}
.header-hero-banner .hero-content .hero-text .call-to-action.secondary {
  background-color: white;
}
@media (min-width: 640px) {
  .header-hero-banner .hero-content .hero-text.wide p {
    max-width: 600px;
  }
}

.accordion-block {
  padding-bottom: 5px;
}
.accordion-block .accordion .accordion-header {
  position: relative;
}
.accordion-block .accordion .accordion-header a {
  display: block;
  background-color: #F7F7F7;
  border: none;
  border-radius: 20px 20px 0 0;
  color: #222;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  line-height: 1.5em;
  padding: 36px 80px 36px 30px;
}
@media (min-width: 990px) {
  .accordion-block .accordion .accordion-header a {
    font-size: 2rem;
    line-height: 1.4em;
    padding: 36px 90px 36px 40px;
  }
  .accordion-block .accordion .accordion-header a:after {
    right: 40px;
  }
}
.accordion-block .accordion .accordion-header a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../Images/Utility/icon_caret_down_black.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #dadada;
}
.accordion-block .accordion .accordion-header a.collapsed {
  border-radius: 20px;
}
.accordion-block .accordion .accordion-header a.collapsed:after {
  background-image: url("../Images/Utility/icon_caret_up_black.svg");
}
.accordion-block .accordion .accordion-header a:hover {
  background-color: #F0F0F0;
}
.accordion-block .accordion .accordion-body {
  padding: 0;
}
.accordion-block .accordion .accordion-body .accordion-inner {
  background-color: #F7F7F7;
  border: none;
  border-radius: 0 0 20px 20px;
  padding: 0 3rem 3rem;
}
@media (min-width: 990px) {
  .accordion-block .accordion .accordion-body .accordion-inner {
    padding: 0 4rem 3rem;
  }
}
.accordion-block .accordion .accordion-body .accordion-inner .text {
  padding-top: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 990px) {
  .accordion-block .accordion .accordion-body .accordion-inner .text {
    max-width: 75%;
  }
}
.accordion-block .accordion .accordion-body .accordion-inner .text:last-child {
  margin-bottom: 0;
}
.accordion-block .accordion .accordion-body .accordion-inner .text h3 {
  color: #222;
  font-family: VagRoundedBold;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 2rem;
}
.accordion-block .accordion .accordion-body .accordion-inner .text p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 3rem;
}
.accordion-block .accordion .accordion-body .accordion-inner .text p:last-child {
  margin-bottom: 0;
}
.accordion-block .accordion .accordion-body .accordion-inner .text p.small-grey {
  color: #9D9D9D;
  font-family: "VagRoundedThin";
  font-size: 1.4em !important;
  letter-spacing: 0.075em;
  line-height: 1.2em;
  margin: 0.3em 0 1em 0;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-buttonC {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .accordion-block .accordion .accordion-body .accordion-inner .download-buttonC {
    width: 50%;
  }
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin-bottom: 2rem;
  transition: border 300ms;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item:hover {
  border: 1px solid #3E3E3E;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item:hover .download-name:after {
  background-color: #3E3E3E;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item:focus {
  outline: 4px solid rgba(130, 200, 40, 0.2);
  border-radius: 4px;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item .download-name {
  padding: 1.8rem 2rem;
  width: 85%;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item .download-name:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dadada;
  transition: background-color 300ms;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 85%;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item .download-name h3 {
  color: #747474;
  font-family: VagRoundedBold;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item .download-name span.subline {
  display: block;
  color: #3E3E3E;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item .download-iconC {
  padding: 1.8rem 1rem;
  width: 15%;
  min-width: 50px;
}
.accordion-block .accordion .accordion-body .accordion-inner .download-item .download-iconC span.download-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  max-width: 100%;
  background-image: url("../Images/Utility/icon_relaunch_download_ci.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-image-blockC {
  padding: 4.8rem 0;
}
.content-image-blockC .content-image-block {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
}
.content-image-blockC .content-image-block .image {
  border-radius: 10px 10px 0 0;
  order: 1;
  width: 100%;
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block .image {
    border-radius: 10px;
    order: 1;
    width: calc(33.333333% - 35px);
  }
}
.content-image-blockC .content-image-block .image img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block .image img {
    border-radius: 10px;
  }
}
.content-image-blockC .content-image-block .text {
  order: 2;
  padding: 4rem 0;
  width: 100%;
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block .text {
    order: 1;
    padding: 2rem 0;
    width: calc(66.666666% - 35px);
  }
}
.content-image-blockC .content-image-block .text .partner-slip-title {
  color: #B0FF41;
  font-family: VagRoundedBold;
  font-size: 2rem;
  letter-spacing: 0.6px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.content-image-blockC .content-image-block .text h2 {
  color: #222;
  font-family: VagRoundedLight;
  font-size: 2.8rem;
  letter-spacing: 0.4px;
  line-height: 1.2em;
  margin-bottom: 2rem;
}
.content-image-blockC .content-image-block .text p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
.content-image-blockC .content-image-block .text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .content-image-blockC .content-image-block .text p {
    font-size: 1.8rem;
  }
}
.content-image-blockC .content-image-block .text p a {
  margin-top: 2rem;
}
.content-image-blockC .content-image-block .text.two-cols {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block .text.two-cols {
    flex-direction: row;
  }
}
.content-image-blockC .content-image-block .text.two-cols .text-col {
  width: 100%;
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block .text.two-cols .text-col {
    width: calc(50% - 5px);
  }
}
.content-image-blockC .content-image-block.centered {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block.centered {
    max-width: 60%;
    margin: 0 auto;
  }
}
.content-image-blockC .content-image-block.centered .image {
  max-width: 240px;
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block.centered .image {
    order: 1;
    width: calc(25% - 10px);
  }
}
@media (min-width: 990px) {
  .content-image-blockC .content-image-block.centered .text {
    order: 1;
    width: calc(75% - 10px);
  }
}

.page-navC {
  background-color: #F7F7F7;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 990px) {
  .page-navC {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-navC .page-nav {
  padding-top: 9rem;
  padding-bottom: 2rem;
  text-align: center;
  overflow-x: scroll;
  margin-left: -40px;
  padding-left: 40px;
}
@media (min-width: 640px) {
  .page-navC .page-nav {
    padding-bottom: 4rem;
  }
}
@media (min-width: 990px) {
  .page-navC .page-nav {
    overflow-x: visible;
    margin-left: 0;
    padding-left: 0;
  }
}
.page-navC .page-nav ul {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  white-space: nowrap;
}
@media (min-width: 990px) {
  .page-navC .page-nav ul {
    gap: 20px;
    justify-content: center;
    width: 100% !important;
  }
}
@media (min-width: 1100px) {
  .page-navC .page-nav ul {
    gap: 40px;
  }
}
.page-navC .page-nav ul li {
  position: relative;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  padding-bottom: 6px;
}
@media (min-width: 640px) {
  .page-navC .page-nav ul li {
    font-size: 2rem;
    line-height: 1.4em;
  }
}
.page-navC .page-nav ul li a {
  color: #3E3E3E;
}
.page-navC .page-nav ul li a.active {
  color: #B0FF41;
  font-family: VagRoundedBold;
}
.page-navC .page-nav ul li a.active:after {
  background-color: #B0FF41;
}
.page-navC .page-nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 3px;
  background-color: transparent;
}
.page-navC .page-nav ul li a:before {
  display: block;
  content: attr(title);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-family: VagRoundedBold;
}
.page-navC .page-nav ul li:hover {
  font-family: VagRoundedBold;
}
.page-navC .page-nav ul li:hover a {
  color: #B0FF41;
}
.page-navC .page-nav ul li:hover a:after {
  background-color: #B0FF41;
}

.mobilitycard-new p {
  line-height: 1.4em;
}
.mobilitycard-new .info .row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.mobilitycard-new .info .row .col-xs-12 {
  float: none;
  margin-bottom: 2rem;
}
.mobilitycard-new .info .row .col-xs-12 p:last-child {
  margin-bottom: 0;
}
@media (min-width: 990px) {
  .mobilitycard-new .info .row .col-md-6 {
    margin-bottom: 0;
  }
}
.mobilitycard-new .info .info-icon-div {
  position: relative;
  padding-left: 70px;
  margin-top: 20px;
}
.mobilitycard-new .info .info-icon-div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../Images/Icons/icon_info_form.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobilitycard-new .info .info-icon-div p {
  color: #B0FF41;
  font-size: 1.6rem;
}
.mobilitycard-new .angebote {
  margin-bottom: 4rem;
}
.mobilitycard-new .angebote .angebot-item {
  position: relative;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  background-color: white;
  margin-bottom: 30px;
}
.mobilitycard-new .angebote .angebot-item:last-child {
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item.active {
  border-color: #B0FF41;
  border-width: 3px;
}
.mobilitycard-new .angebote .angebot-item.active.recommended:before {
  left: -3px;
}
.mobilitycard-new .angebote .angebot-item.recommended:before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-51%);
  left: -1px;
  width: 100%;
  height: 40px;
  background-image: url("../Images/Icons/illu_faehnchen_empfohlen_lang.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.mobilitycard-new .angebote .angebot-item .inputC {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dadada;
  padding: 1rem;
  width: 75px;
  text-align: center;
}
@media (min-width: 640px) {
  .mobilitycard-new .angebote .angebot-item .inputC {
    width: 150px;
    padding: 3rem;
  }
}
.mobilitycard-new .angebote .angebot-item .inputC input[type=radio] + label:before {
  top: 40px;
  background-image: url("../Images/Icons/check_inactive_neu.svg");
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  left: 12px;
}
@media (min-width: 640px) {
  .mobilitycard-new .angebote .angebot-item .inputC input[type=radio] + label:before {
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    left: 20px;
  }
}
.mobilitycard-new .angebote .angebot-item .inputC input[type=radio] + label {
  height: 100%;
  background-position: center;
  width: 100%;
  cursor: pointer;
  background-size: 18px 18px;
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item .inputC input[type=radio]:checked + label:before {
  background-image: url("../Images/Icons/check_active_neu.svg");
}
.mobilitycard-new .angebote .angebot-item .right {
  padding: 3rem 4rem;
}
.mobilitycard-new .angebote .angebot-item .right img {
  width: 80px;
  height: auto;
  margin-bottom: 1rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text h2 {
  color: #333;
  font-size: 2.6em;
  font-family: VagRoundedBold;
  margin-bottom: 0;
  text-align: left;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .subheader {
  display: block;
  color: #333;
  font-family: VagRoundedBold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .tarif-costs {
  margin-bottom: 1rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .tarif-costs span {
  display: block;
  color: #B0FF41;
  font-size: 2.6em;
  font-family: VagRoundedLight;
  line-height: 1.2em;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .tarif-details p {
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text p, .mobilitycard-new .angebote .angebot-item .right .tarif-text ul, .mobilitycard-new .angebote .angebot-item .right .tarif-text li {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text p:last-child, .mobilitycard-new .angebote .angebot-item .right .tarif-text ul:last-child, .mobilitycard-new .angebote .angebot-item .right .tarif-text li:last-child {
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text ul {
  padding-left: 20px;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text ul li {
  margin-bottom: 5px;
}
.mobilitycard-new .bottom_checkbox {
  margin-bottom: 2rem;
}

.mobilitycard-new p {
  line-height: 1.4em;
}
.mobilitycard-new .info .row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.mobilitycard-new .info .row .col-xs-12 {
  float: none;
  margin-bottom: 2rem;
}
.mobilitycard-new .info .row .col-xs-12 p:last-child {
  margin-bottom: 0;
}
@media (min-width: 990px) {
  .mobilitycard-new .info .row .col-md-6 {
    margin-bottom: 0;
  }
}
.mobilitycard-new .info .info-icon-div {
  position: relative;
  padding-left: 70px;
  margin-top: 20px;
}
.mobilitycard-new .info .info-icon-div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../Images/Icons/icon_info_form.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobilitycard-new .info .info-icon-div p {
  color: #B0FF41;
  font-size: 1.6rem;
}
.mobilitycard-new .angebote {
  margin-bottom: 4rem;
}
.mobilitycard-new .angebote .angebot-item {
  position: relative;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  background-color: white;
  margin-bottom: 30px;
}
.mobilitycard-new .angebote .angebot-item:last-child {
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item.active {
  border-color: #B0FF41;
  border-width: 3px;
}
.mobilitycard-new .angebote .angebot-item.active.recommended:before {
  left: -3px;
}
.mobilitycard-new .angebote .angebot-item.recommended:before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-51%);
  left: -1px;
  width: 100%;
  height: 40px;
  background-image: url("../Images/Icons/illu_faehnchen_empfohlen_lang.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.mobilitycard-new .angebote .angebot-item .inputC {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dadada;
  padding: 1rem;
  width: 75px;
  text-align: center;
}
@media (min-width: 640px) {
  .mobilitycard-new .angebote .angebot-item .inputC {
    width: 150px;
    padding: 3rem;
  }
}
.mobilitycard-new .angebote .angebot-item .inputC input[type=radio] + label:before {
  top: 40px;
  background-image: url("../Images/Icons/check_inactive_neu.svg");
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  left: 12px;
}
@media (min-width: 640px) {
  .mobilitycard-new .angebote .angebot-item .inputC input[type=radio] + label:before {
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    left: 20px;
  }
}
.mobilitycard-new .angebote .angebot-item .inputC input[type=radio] + label {
  height: 100%;
  background-position: center;
  width: 100%;
  cursor: pointer;
  background-size: 18px 18px;
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item .inputC input[type=radio]:checked + label:before {
  background-image: url("../Images/Icons/check_active_neu.svg");
}
.mobilitycard-new .angebote .angebot-item .right {
  padding: 3rem 4rem;
}
.mobilitycard-new .angebote .angebot-item .right img {
  width: 80px;
  height: auto;
  margin-bottom: 1rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text h2 {
  color: #333;
  font-size: 2.6em;
  font-family: VagRoundedBold;
  margin-bottom: 0;
  text-align: left;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .subheader {
  display: block;
  color: #333;
  font-family: VagRoundedBold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .tarif-costs {
  margin-bottom: 1rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .tarif-costs span {
  display: block;
  color: #B0FF41;
  font-size: 2.6em;
  font-family: VagRoundedLight;
  line-height: 1.2em;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text .tarif-details p {
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text p, .mobilitycard-new .angebote .angebot-item .right .tarif-text ul, .mobilitycard-new .angebote .angebot-item .right .tarif-text li {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text p:last-child, .mobilitycard-new .angebote .angebot-item .right .tarif-text ul:last-child, .mobilitycard-new .angebote .angebot-item .right .tarif-text li:last-child {
  margin-bottom: 0;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text ul {
  padding-left: 20px;
}
.mobilitycard-new .angebote .angebot-item .right .tarif-text ul li {
  margin-bottom: 5px;
}
.mobilitycard-new .bottom_checkbox {
  margin-bottom: 2rem;
}

.goal-teaserC {
  padding: 6rem 0;
}
@media (min-width: 990px) {
  .goal-teaserC {
    padding: 12rem 0;
  }
}
.goal-teaserC .goal-teasers {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.goal-teaserC .goal-teasers .goal-teaser-item {
  position: relative;
  background-color: white;
  border-radius: 10px;
  flex: 0 0 auto;
  width: 100%;
  padding: 5rem 4rem;
  text-align: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .goal-teaserC .goal-teasers .goal-teaser-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 990px) {
  .goal-teaserC .goal-teasers .goal-teaser-item {
    width: calc((100% - 40px) / 3);
  }
}
.goal-teaserC .goal-teasers .goal-teaser-item.last-item {
  width: 100% !important;
}
.goal-teaserC .goal-teasers .goal-teaser-item.last-item .buttons {
  min-width: 215px;
}
@media (min-width: 990px) {
  .goal-teaserC .goal-teasers .goal-teaser-item.last-item {
    margin-top: 4rem;
    padding: 3.2rem 4rem;
    text-align: left;
    flex-direction: row;
  }
  .goal-teaserC .goal-teasers .goal-teaser-item.last-item .image-wrapper {
    display: block;
    margin: 0 4rem 0 0;
    width: 72px;
    height: auto;
  }
  .goal-teaserC .goal-teasers .goal-teaser-item.last-item .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .goal-teaserC .goal-teasers .goal-teaser-item.last-item .teaser-content h3 {
    margin-bottom: 8px;
  }
  .goal-teaserC .goal-teasers .goal-teaser-item.last-item .teaser-content p {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .goal-teaserC .goal-teasers .goal-teaser-item.last-item .buttons {
    margin: 0 0 0 auto;
    text-align: left;
  }
}
.goal-teaserC .goal-teasers .goal-teaser-item .teaser-content h3 {
  color: #222;
  font-family: VagRoundedBold;
  font-size: 20px;
  letter-spacing: 0.6px;
  margin-top: 0;
  margin-bottom: 2rem;
}
.goal-teaserC .goal-teasers .goal-teaser-item .teaser-content p {
  color: #3E3E3E;
  font-family: VagRoundedLight;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .goal-teaserC .goal-teasers .goal-teaser-item .teaser-content p {
    font-size: 1.8rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.goal-teaserC .goal-teasers .goal-teaser-item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 80px;
  margin-bottom: 2rem;
}
.goal-teaserC .goal-teasers .goal-teaser-item .image-wrapper img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 100%;
}
.goal-teaserC .goal-teasers .goal-teaser-item .buttons {
  margin-top: auto;
  text-align: center;
}
.goal-teaserC .goal-teasers.hilfe-kontakt .goal-teaser-item {
  width: 100%;
}
@media (min-width: 640px) {
  .goal-teaserC .goal-teasers.hilfe-kontakt .goal-teaser-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 990px) {
  .goal-teaserC .goal-teasers.hilfe-kontakt .goal-teaser-item {
    width: calc((100% - 60px) / 4);
  }
}
.goal-teaserC .goal-teasers.hilfe-kontakt .goal-teaser-item span.call-to-action {
  display: none;
}
@media (min-width: 990px) {
  .goal-teaserC .goal-teasers.hilfe-kontakt .goal-teaser-item span.call-to-action {
    display: inline-block;
  }
}

.charging-teaserC {
  padding: 3.2rem 0;
  margin: 0 -40px;
}
@media (min-width: 990px) {
  .charging-teaserC {
    padding: 4rem 0;
  }
}
.charging-teaserC .charging-teaser-slick {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  gap: 20px;
  padding-left: 0;
}
.charging-teaserC .charging-teaser-slick .slick-list {
  width: 100vw;
  padding: 0 30px 0 0 !important;
}
.charging-teaserC .charging-teaser-slick .slick-list .slick-track {
  display: flex;
}
.charging-teaserC .charging-teaser-slick .slick-list .slick-track .slick-slide {
  margin-left: 10px;
}
.charging-teaserC .charging-teaser {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  flex: 1 0 30%;
  margin-bottom: 2rem;
}
@media (min-width: 1100px) {
  .charging-teaserC .charging-teaser {
    margin-bottom: 0;
  }
}
.charging-teaserC .charging-teaser .description {
  background-color: white;
  border-radius: 20px;
  padding: 3rem;
}
@media (min-width: 990px) {
  .charging-teaserC .charging-teaser .description {
    padding: 4rem;
  }
}
.charging-teaserC .charging-teaser .description p.subtitle {
  color: #3E3E3E;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.charging-teaserC .charging-teaser .description .additional-text {
  padding: 32px 0;
  width: 100%;
}
.charging-teaserC .charging-teaser .description .additional-text ul {
  margin: 0 !important;
}
.charging-teaserC .charging-teaser .description .additional-text ul li {
  color: #747474;
}
.charging-teaserC .charging-teaser .description .additional-text ul li:last-child {
  margin-bottom: 0;
}
.charging-teaserC .charging-teaser .price-field {
  background: linear-gradient(51.34deg, #82C828 -62.16%, #B0FF41 64.61%, #E8FFC3 134.21%);
  border-radius: 20px;
  min-height: 200px;
  padding: 3rem;
}
@media (min-width: 990px) {
  .charging-teaserC .charging-teaser .price-field {
    padding: 4rem;
  }
}
.charging-teaserC .charging-teaser .price-field .prices {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: flex-end;
  gap: 8px;
}
.charging-teaserC .charging-teaser .price-field span {
  display: block;
}
.charging-teaserC .charging-teaser .price-field span.price {
  color: #222;
  font-family: VagRoundedLight, sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.4px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.charging-teaserC .charging-teaser .price-field span.price-description {
  color: rgba(34, 34, 34, 0.8);
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.charging-teaserC .charging-teaser .price-list {
  background-color: white;
  border-radius: 20px;
  padding: 3rem;
  width: 100%;
}
@media (min-width: 990px) {
  .charging-teaserC .charging-teaser .price-list {
    padding: 4rem;
  }
}
.charging-teaserC .charging-teaser .price-list .price-title {
  display: block;
  color: #222;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
}
.charging-teaserC .charging-teaser .price-list table {
  border-spacing: 0;
  margin-bottom: 1.6rem;
  width: 100%;
}
.charging-teaserC .charging-teaser .price-list table tr td {
  color: #747474;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  padding: 5px 0;
}
.charging-teaserC .charging-teaser .price-list table tr td:last-child {
  text-align: right;
}
.charging-teaserC .charging-teaser .buttonC {
  margin-top: 3rem;
}
.charging-teaserC .charging-teaser .buttonC .call-to-action {
  text-align: center;
  width: 100%;
}
.charging-teaserC .charging-nav {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
}
.charging-teaserC .charging-nav .slick-prev, .charging-teaserC .charging-nav .slick-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  border: 1px solid #dadada;
  border-radius: 15px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  transform: none;
}
.charging-teaserC .charging-nav .slick-prev:before, .charging-teaserC .charging-nav .slick-next:before {
  content: none;
}
.charging-teaserC .charging-nav .slick-prev:focus, .charging-teaserC .charging-nav .slick-next:focus {
  outline: 2px solid #82C828;
  outline-offset: 2px;
}
.charging-teaserC .charging-nav .slick-prev {
  background-image: url("../Images/Utility/icon_caret_left_black.svg");
  order: 0;
}
.charging-teaserC .charging-nav .slick-next {
  background-image: url("../Images/Utility/icon_caret_right_black.svg");
  order: 2;
}
.charging-teaserC .charging-nav .slick-dots {
  position: relative;
  bottom: auto;
  order: 1;
}
.charging-teaserC .charging-nav .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}
.charging-teaserC .charging-nav .slick-dots li button {
  background-color: #C5C5C5;
  border-radius: 2px;
  width: 6px;
  height: 6px;
  padding: 0;
}
.charging-teaserC .charging-nav .slick-dots li button:before {
  content: none;
}
.charging-teaserC .charging-nav .slick-dots li.slick-active button {
  background-color: #747474;
}
.charging-teaserC .footnotes {
  margin-top: 2.8rem;
  padding: 0 4rem;
}
@media (min-width: 1100px) {
  .charging-teaserC .footnotes {
    margin-top: 4.8rem;
  }
}
.charging-teaserC .footnotes p {
  color: #747474;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.charging-teaserC .footnotes .charging-logos {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.charging-teaserC .footnotes .charging-logos .charger {
  display: flex;
  align-items: center;
  gap: 10px;
}
.charging-teaserC .footnotes .charging-logos .charger .charger-logo {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.charging-teaserC .footnotes .charging-logos .charger .charger-logo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.charging-teaserC .footnotes .charging-logos .charger .charger-title {
  color: #747474;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}

.downloads-page .frame.frame-type-text p {
  font-size: 1.6rem;
  opacity: 0.6;
}
.downloads-page .accordion-block .accordion .accordion-body .accordion-inner {
  max-width: 100%;
}
.downloads-page .accordion-block .accordion .accordion-body .accordion-inner .text {
  padding-top: 6rem;
  margin-bottom: 2.4rem;
}
.downloads-page .accordion-block .accordion .accordion-body .accordion-inner .text h3 {
  color: #B0FF41;
}
.downloads-page .accordion-block .accordion .accordion-body .accordion-inner .text:first-child {
  padding-top: 0;
}
.downloads-page .accordion-block .accordion .accordion-body .accordion-inner .download-buttonC {
  width: 100%;
}
@media (min-width: 1440px) {
  .downloads-page .accordion-block .accordion .accordion-body .accordion-inner .download-buttonC .download-item .download-name {
    width: 95%;
  }
  .downloads-page .accordion-block .accordion .accordion-body .accordion-inner .download-buttonC .download-item .download-name:after {
    margin-left: 95%;
  }
}
@media (min-width: 1440px) {
  .downloads-page .accordion-block .accordion .accordion-body .accordion-inner .download-buttonC .download-item .download-iconC {
    max-width: 5%;
  }
}

.popup-block {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
}
@media (min-width: 990px) {
  .popup-block {
    flex-direction: row;
  }
}
.popup-block .popup-section {
  border-radius: 30px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 990px) {
  .popup-block .popup-section {
    width: 50%;
  }
}
.popup-block .popup-section.image {
  max-height: 460px;
}
.popup-block .popup-section.image img {
  border-radius: 30px;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.popup-block .popup-section.text {
  background-color: #ffffff;
  padding: 4rem;
  order: 1;
  max-height: 460px;
}
@media (min-width: 990px) {
  .popup-block .popup-section.text {
    order: 0;
  }
}
.popup-block .popup-section.text .qr-text h2 {
  font-size: 3.2rem;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  margin-bottom: 2rem;
}
.popup-block .popup-section.text .qr-text p {
  font-size: 1.6rem;
}
.popup-block .popup-section.text .qr-section {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  gap: 10px;
}
.popup-block .popup-section.text .qr-section .qr-image {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  text-align: center;
  width: 50%;
}
@media (min-width: 990px) {
  .popup-block .popup-section.text .qr-section .qr-image {
    background-color: #F7F7F7;
    border-radius: 15px;
    margin-top: 4.5rem;
    padding: 4rem 1rem 1rem;
  }
}
.popup-block .popup-section.text .qr-section .qr-image img {
  display: none;
  margin-bottom: 3rem;
}
@media (min-width: 990px) {
  .popup-block .popup-section.text .qr-section .qr-image img {
    display: block;
  }
}
.popup-block .popup-section.text .qr-section .qr-image .qr-link {
  background-color: #3E3E3E;
  border-radius: 20px;
  color: white;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 1.2em;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

/************************
    GENERAL
************************/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background: #3E3E3E;
  color: #3E3E3E;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1em;
  font-weight: normal;
  font-family: "VagRoundedLight";
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
body.menuOpen:after {
  content: none;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 34, 34, 0.6);
  z-index: 900;
}
@media (min-width: 1150px) {
  body.menuOpen:after {
    content: "";
  }
}
body #loading-container {
  background: url("../Images/ladeanimation.gif") no-repeat center center rgba(255, 255, 255, 0.8);
  display: none;
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 100;
}
body.form-loading #loading-container {
  display: block;
}

.container {
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 990px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.col-xs-12 {
  position: relative;
}

a:focus,
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #B0FF41;
  transition-duration: 0.3s;
}
a:hover {
  color: #3E3E3E;
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  color: #B0FF41;
  outline: 2px solid #82C828;
  outline-offset: 2px;
  text-decoration: none;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

h1 {
  color: #222;
  font-weight: normal;
  font-size: 6em;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (min-width: 1100px) {
  h1 {
    font-size: 8em;
  }
}

h2 {
  color: #222;
  font-weight: normal;
  font-size: 4em;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (min-width: 1100px) {
  h2 {
    font-size: 6em;
  }
}

h3 {
  color: #222;
  font-weight: normal;
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (min-width: 1100px) {
  h3 {
    font-size: 4em;
  }
}

p, li {
  color: #222;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  margin-bottom: 2rem;
}
p:last-child, li:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding-left: 0;
}

label {
  font-family: VagRoundedBold, sans-serif;
  font-weight: normal;
}

strong {
  font-family: VagRoundedBold, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.row-eq-height {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
}
@media (min-width: 990px) {
  .row-eq-height {
    flex-wrap: nowrap;
  }
}

/* container */
#container {
  background: #ffffff;
  margin: 0 auto;
}
#container.menuOpen .overlay {
  pointer-events: all;
}
#container.overlay-blur {
  filter: blur(5px);
}

.topSpace {
  display: block;
  height: 100px;
  width: 100%;
}

a.call-to-action, button.call-to-action, span.call-to-action {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #B0FF41 50%, #3E3E3E 50%);
  background-position: 99% 0;
  background-size: 210% 100%;
  border: none;
  border-radius: 15px;
  color: white;
  font-family: VagRoundedLight, sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.2em;
  padding: 2.05rem 7.5rem 2.05rem 3.5rem;
  text-transform: none;
  transition: all 400ms ease-in-out;
}
a.call-to-action:after, button.call-to-action:after, span.call-to-action:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  background-color: #B0FF41;
  background-image: url("../Images/Utility/icon_caret_right_black.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  border-radius: 15px;
  transition: all 400ms ease-in-out;
}
a.call-to-action:hover, button.call-to-action:hover, span.call-to-action:hover {
  background-position: 2% 0;
  color: #222;
}
a.call-to-action:hover:after, button.call-to-action:hover:after, span.call-to-action:hover:after {
  background-color: white;
}
a.call-to-action:focus, a.call-to-action:focus-visible, a.call-to-action:active, button.call-to-action:focus, button.call-to-action:focus-visible, button.call-to-action:active, span.call-to-action:focus, span.call-to-action:focus-visible, span.call-to-action:active {
  outline: 2px solid #82C828;
  outline-offset: 2px;
}
a.call-to-action.secondary, button.call-to-action.secondary, span.call-to-action.secondary {
  background: linear-gradient(to right, #B0FF41 50%, white 50%);
  background-position: 99% 0;
  background-size: 210% 100%;
  color: #222;
}
a.call-to-action.secondary:hover, button.call-to-action.secondary:hover, span.call-to-action.secondary:hover {
  background-position: 2% 0;
}
a.call-to-action.secondary.no-icon:hover:after, button.call-to-action.secondary.no-icon:hover:after, span.call-to-action.secondary.no-icon:hover:after {
  width: 28px;
  opacity: 1;
}
a.call-to-action.secondary.no-icon:after, button.call-to-action.secondary.no-icon:after, span.call-to-action.secondary.no-icon:after {
  opacity: 0;
  width: 0;
  margin-left: 0;
}
a.call-to-action.small, button.call-to-action.small, span.call-to-action.small {
  padding: 0.6rem 1.2rem;
}
a.call-to-action.small:after, button.call-to-action.small:after, span.call-to-action.small:after {
  margin-left: 6px;
}
a.call-to-action.no-icon:hover:after, button.call-to-action.no-icon:hover:after, span.call-to-action.no-icon:hover:after {
  width: 28px;
  opacity: 1;
}
a.call-to-action.no-icon:after, button.call-to-action.no-icon:after, span.call-to-action.no-icon:after {
  opacity: 0;
  width: 0;
  margin-left: 0;
}
a.call-to-action.empty, button.call-to-action.empty, span.call-to-action.empty {
  font-size: 0;
}
a.call-to-action.empty:after, button.call-to-action.empty:after, span.call-to-action.empty:after {
  margin-left: 0;
  margin-bottom: 0;
}
a.call-to-action.disabled, button.call-to-action.disabled, span.call-to-action.disabled {
  opacity: 0.4;
  pointer-events: none;
}
a.green-link, button.green-link, span.green-link {
  display: inline-block;
  color: #B0FF41;
  font-family: VagRoundedLight;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 1.25em;
  margin-bottom: 1rem;
}
a.green-link:last-child, button.green-link:last-child, span.green-link:last-child {
  margin-bottom: 0;
}
a.green-link:hover, button.green-link:hover, span.green-link:hover {
  color: #222;
}
a.green-link.icon-before, button.green-link.icon-before, span.green-link.icon-before {
  display: block;
  padding-left: 35px;
  text-indent: -35px;
}
a.green-link.icon-before:before, button.green-link.icon-before:before, span.green-link.icon-before:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: -3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
a.green-link.icon-before.mail-icon:before, button.green-link.icon-before.mail-icon:before, span.green-link.icon-before.mail-icon:before {
  background-image: url("../Images/Utility/icon_relaunch_mail_ci.svg");
}
a.green-link.icon-before.mail-icon:hover:before, button.green-link.icon-before.mail-icon:hover:before, span.green-link.icon-before.mail-icon:hover:before {
  background-image: url("../Images/Utility/icon_relaunch_mail_black.svg");
}
a.green-link.icon-before.tel-icon:before, button.green-link.icon-before.tel-icon:before, span.green-link.icon-before.tel-icon:before {
  background-image: url("../Images/Utility/icon_relaunch_phone_ci.svg");
}
a.green-link.icon-before.tel-icon:hover:before, button.green-link.icon-before.tel-icon:hover:before, span.green-link.icon-before.tel-icon:hover:before {
  background-image: url("../Images/Utility/icon_relaunch_phone_black.svg");
}
a.green-link.underline, button.green-link.underline, span.green-link.underline {
  font-family: VagRoundedBold;
  font-size: 16px;
  border-bottom: 2px solid #B0FF41;
}
a.green-link.underline:hover, button.green-link.underline:hover, span.green-link.underline:hover {
  border-color: #222;
}
a.green-link.external-link:after, button.green-link.external-link:after, span.green-link.external-link:after {
  content: "";
  display: inline-block;
  margin-bottom: -4px;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  line-height: 20px;
  background-image: url("../Images/Utility/icon_relaunch_external_link_ci.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 300ms;
}
a.green-link.external-link:hover:after, button.green-link.external-link:hover:after, span.green-link.external-link:hover:after {
  background-image: url("../Images/Utility/icon_relaunch_external_link_black.svg");
}

.relaunch-overline {
  display: block;
  color: #747474;
  font-family: VagRoundedLight, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1.25em;
  margin-bottom: 2.4rem;
}
.relaunch-overline + * {
  margin-top: 0 !important;
}
.relaunch-overline.white {
  color: #ffffff;
}

.table-responsive {
  border: 0;
  position: relative;
}
.table-responsive .responsiveBg {
  position: absolute;
  right: -1px;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
  width: 200px;
  height: 100%;
}
.table-responsive .responsiveBg.grey {
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgb(242, 242, 242) 75%);
}
.table-responsive table, .table-responsive .simple-table {
  white-space: nowrap;
}
@media (min-width: 990px) {
  .table-responsive table, .table-responsive .simple-table {
    white-space: normal;
  }
}
.table-responsive table tbody, .table-responsive .simple-table tbody {
  background-color: transparent;
}
.table-responsive table:not(.simple-table) {
  width: 100%;
}
.table-responsive table:not(.simple-table) tbody, .table-responsive table:not(.simple-table) tr, .table-responsive table:not(.simple-table) td {
  border: 0;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
  opacity: 1;
}

.green-check-list, .green-check-list-bright {
  margin-top: 10px !important;
}
.green-check-list > li, .green-check-list-bright > li {
  position: relative;
  list-style: none;
  padding-left: 48px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.green-check-list > li:before, .green-check-list-bright > li:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  top: -4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #B0FF41;
  background-image: url("../Images/Utility/icon_relaunch_checkmark_black.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.green-check-list > li a, .green-check-list-bright > li a {
  font-size: 1em !important;
}
.green-check-list > li ul, .green-check-list-bright > li ul {
  font-size: 1em;
  letter-spacing: 0.025em;
  line-height: 1.4em;
  margin-left: 25px;
}
.green-check-list > li ul li, .green-check-list-bright > li ul li {
  font-size: 1em;
  text-indent: -5px;
  list-style: none;
}
.green-check-list > li ul li:before, .green-check-list-bright > li ul li:before {
  content: "–";
  display: inline-block;
  -moz-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -webkit-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}

.green-check-list-bright > li:before {
  background-color: #82C828;
  background-image: url("../Images/Utility/icon_relaunch_checkmark_ci.svg");
}

.green-arrow-list li {
  z-index: 10;
  margin-left: 25px;
  padding-left: 0px;
  list-style-image: url("../Images/Icons/arrow_download_green.svg");
}
.green-arrow-list li:hover {
  list-style-image: url("../Images/Icons/arrow_download_grey.svg");
}
.green-arrow-list li:hover a {
  color: #3E3E3E;
}

.hide {
  display: none !important;
}

.overlayBG {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1000;
  top: 0;
  left: 0;
}
.overlayBG .overlayC {
  position: fixed;
  width: 800px;
  padding: 60px 60px 0 60px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
@media (max-width: 1099.98px) {
  .overlayBG .overlayC {
    padding: 15px 15px 0 15px;
    width: calc(100% - 30px);
  }
}
.overlayBG .overlayC > *:last-child {
  margin-bottom: 60px;
}
@media (max-width: 1099.98px) {
  .overlayBG .overlayC > *:last-child {
    margin-bottom: 15px;
  }
}
.overlayBG .overlayC .section {
  width: 100%;
}
.overlayBG .overlayC .section > div {
  width: 100%;
}
.overlayBG .overlayC .section > div > div {
  width: 100%;
}
.overlayBG .overlayC h2 {
  font-size: 3em;
}
.overlayBG .overlayC h2.infoText {
  font-size: 1.6em;
}
.overlayBG .overlayC p {
  font-size: 1.4em;
}
.overlayBG .overlayC table tr th {
  padding: 5px 0;
  font-size: 1.4em;
  font-family: "VagRoundedBold";
  letter-spacing: 0.2em;
}
.overlayBG .overlayC table tr td {
  font-size: 1.4em;
  padding: 5px 0;
}
.overlayBG .overlayC h2, .overlayBG .overlayC h3 {
  color: #B0FF41;
  margin-bottom: 30px;
}
.overlayBG .overlayC .overlayClose {
  position: absolute;
  right: 35px;
  top: 30px;
  background-image: url("../Images/Utility/lightbox_xerl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 100;
}
.overlayBG .overlayC h3.big-headline {
  font-family: "VagRoundedLight";
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 0.75em 0 !important;
  padding: 0;
  width: 100%;
}
.overlayBG .overlayC .slideDownOuterC {
  margin-top: 30px;
  margin-bottom: 30px;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownHeader {
  padding: 30px 30px 45px 30px;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownHeader p {
  font-size: 1.4em;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownHeader h2 {
  font-size: 2.2em;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownContent {
  padding: 40px 30px 30px;
}
@media (min-width: 1100px) {
  .overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownContent > * {
    max-width: 100%;
  }
}
.overlayBG .overlayC img {
  max-width: 100%;
  height: auto;
}
.overlayBG .overlayC .iframe-container {
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.overlayBG .overlayC .iframe-container iframe {
  left: 0;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
.overlayBG .overlayC a.print-icon-link {
  float: right;
  margin-top: 10px;
}

.mfp-overlay-content {
  max-width: 100% !important;
}
@media (min-width: 1440px) {
  .mfp-overlay-content {
    max-width: 1000px !important;
  }
}
.mfp-overlay-content.cookie-overlay-modal button#save-cookie-settings {
  float: right;
}
.mfp-overlay-content.container.frame {
  position: relative;
  background-color: transparent !important;
  max-height: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  width: 100%;
}
@media (min-width: 990px) {
  .mfp-overlay-content.container.frame {
    width: 70%;
  }
}
.mfp-overlay-content.container.frame > *:last-child {
  margin-bottom: 60px;
}
@media (max-width: 1099.98px) {
  .mfp-overlay-content.container.frame > *:last-child {
    margin-bottom: 15px;
  }
}
.mfp-overlay-content.container.frame .overlay-subheader {
  display: block;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin-bottom: 4rem;
  width: calc(100% - 70px);
}
@media (min-width: 990px) {
  .mfp-overlay-content.container.frame .overlay-subheader {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
}
.mfp-overlay-content.container.frame.frame-type-text *:not(.mfp-close) {
  width: auto;
}
.mfp-overlay-content.container.frame .section {
  width: 100%;
}
.mfp-overlay-content.container.frame .section > div {
  width: 100%;
}
.mfp-overlay-content.container.frame .section > div > div {
  width: 100%;
}
.mfp-overlay-content.container.frame h2 {
  font-size: 2.2rem;
}
.mfp-overlay-content.container.frame h2.infoText {
  font-size: 1.6em;
}
@media (min-width: 640px) {
  .mfp-overlay-content.container.frame h2 {
    font-size: 2.8rem;
  }
}
.mfp-overlay-content.container.frame p {
  font-size: 1.6rem;
}
.mfp-overlay-content.container.frame table tr th {
  padding: 5px 10px 5px 0;
  font-size: 1.4em;
  font-family: "VagRoundedBold";
  font-weight: normal;
  letter-spacing: 0.2em;
}
.mfp-overlay-content.container.frame table tr td {
  font-size: 1.4em;
  padding: 5px 10px 5px 0;
}
.mfp-overlay-content.container.frame table tr.table-body-header td {
  padding: 5px 10px 5px 0;
  font-size: 1.4em;
  font-family: "VagRoundedBold";
  letter-spacing: 0.2em;
}
.mfp-overlay-content.container.frame .overlayClose {
  position: absolute;
  right: 24px;
  top: 32px;
  background-image: url("../Images/Utility/icon_relaunch_nav_close.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  border: 1px solid #dadada;
  border-radius: 100px;
  cursor: pointer;
  width: 66px;
  height: 46px;
  z-index: 100;
}
@media (min-width: 990px) {
  .mfp-overlay-content.container.frame .overlayClose {
    right: 40px;
    top: 40px;
  }
}
.mfp-overlay-content.container.frame h3.big-headline {
  font-family: "VagRoundedLight";
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 0.75em 0 !important;
  padding: 0;
  width: 100%;
}
.mfp-overlay-content.container.frame .slideDownOuterC {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownHeader {
  padding: 30px 30px 45px 30px;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownHeader p {
  font-size: 1.4em;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownHeader h2 {
  font-size: 2.2em;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownContent {
  padding: 40px 30px 30px;
}
@media (min-width: 1100px) {
  .mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownContent > * {
    max-width: 100%;
  }
}
.mfp-overlay-content.container.frame .cookie-overlay-settings label {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 1.5rem;
}
.mfp-overlay-content.container.frame img {
  max-width: 100%;
  height: auto;
}
.mfp-overlay-content.container.frame .iframe-container {
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.mfp-overlay-content.container.frame .iframe-container iframe {
  left: 0;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
.mfp-overlay-content.container.frame a.print-icon-link {
  float: right;
  margin-top: 10px;
}
.mfp-overlay-content.container.frame .frame-bg-grey.frame-type-text {
  padding: 30px;
}

.mfp-wrap .mfp-container {
  overflow-y: scroll;
}
.mfp-wrap .mfp-iframe-holder .mfp-close {
  top: -40px;
  text-align: center;
  right: 0;
}
.mfp-wrap .mfp-close {
  position: absolute;
  right: 24px;
  top: 24px;
  background-image: url("../Images/Utility/icon_relaunch_overlay_close.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  border: 1px solid #747474;
  border-radius: 100px;
  width: 66px;
  height: 46px;
  opacity: 1;
  text-indent: -99999px;
  cursor: pointer;
  z-index: 100;
}
.mfp-wrap .mfp-content header {
  position: static;
}
@media (min-width: 990px) {
  .mfp-wrap .mfp-content .multiStepBlockC .multistepBlock .multiStepformC {
    padding: 4em;
  }
}
.mfp-wrap .mfp-content .frame-overlay.frame-type-list {
  overflow-y: scroll;
}
.mfp-wrap .mfp-content a.print-icon-link {
  float: right;
  margin-top: 10px;
}
.mfp-wrap .mfp-content .multiStepBlockC .col-xs-6.actionC.left .data-info {
  float: left;
}

#webgis-modal-modaldialog {
  position: fixed !important;
}

.uc-embedding-container .uc-embedding-wrapper h3 {
  font-family: VagRoundedBold;
  font-size: 1.4rem !important;
  line-height: 17.5px;
  margin-bottom: 2rem;
}
.uc-embedding-container .uc-embedding-wrapper .description-text, .uc-embedding-container .uc-embedding-wrapper .not-existing-service {
  font-family: VagRoundedLight;
  font-size: 1.4rem;
  line-height: 17.5px;
  margin-bottom: 1.5rem;
}
.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons button {
  display: block;
  font-family: VagRoundedLight;
  font-size: 1em;
  padding: 8px;
  height: auto;
  width: 100%;
  text-transform: uppercase;
}
.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons button.uc-embedding-accept {
  background-color: #B0FF41;
  color: white;
  margin: 6px 12px;
}
.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons button.uc-embedding-accept:hover {
  background-color: rgb(102, 158, 32);
}
.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons button.uc-embedding-more-info {
  background-color: white;
  color: #B0FF41;
  margin: 6px 12px 0;
}
.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons button.uc-embedding-more-info:hover {
  background-color: rgb(230, 230, 230);
}
.uc-embedding-container .uc-embedding-wrapper span {
  font-family: VagRoundedLight;
  font-size: 10.5px;
}
