@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  	url('/themes/eurofiber/assets/fonts/MarkPro.otf') format('otf'),
	url('/themes/eurofiber/assets/fonts/MarkPro.woff2') format('woff2'),
	url('/themes/eurofiber/assets/fonts/MarkPro.woff') format('woff');
}

@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 900;
  src: local(''),
  	url('/themes/eurofiber/assets/fonts/MarkPro-Bold.otf') format('otf'),
	url('/themes/eurofiber/assets/fonts/MarkPro-Bold.woff2') format('woff2'),
	url('/themes/eurofiber/assets/fonts/MarkPro-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
  	url('/themes/eurofiber/assets/fonts/MarkPro-Light.otf') format('otf'),
	url('/themes/eurofiber/assets/fonts/MarkPro-Light.woff2') format('woff2'),
	url('/themes/eurofiber/assets/fonts/MarkPro-Light.woff') format('woff');
}
@font-face {
  font-family: 'icomoon';
  src:  url('../themes/eurofiber/assets/fonts/icomoon.eot?ri1mu1');
  src:  url('../themes/eurofiber/assets/fonts/icomoon.eot?ri1mu1#iefix') format('embedded-opentype'),
    url('../themes/eurofiber/assets/fonts/icomoon.ttf?ri1mu1') format('truetype'),
    url('../themes/eurofiber/assets/fonts/icomoon.woff?ri1mu1') format('woff'),
    url('../themes/eurofiber/assets/fonts/icomoon.svg?ri1mu1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90c";
}
.icon-bars:before {
  content: "\e90b";
}
.icon-xmark:before {
  content: "\e90e";
}
.icon-chevron-right:before {
  content: "\e90f";
}
.icon-circle-arrow-up:before {
  content: "\e910";
}
.icon-circle-check:before {
  content: "\e911";
}
.icon-arrow-right2:before {
  content: "\e912";
}
.icon-bars1:before {
  content: "\e913";
}
.icon-circle-arrow-down:before {
  content: "\e914";
}
.icon-envelope:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-buildings:before {
  content: "\e908";
}
.icon-arrow-down:before {
  content: "\e904";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-lightbulb:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e901";
}
.icon-newspaper:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e903";
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@charset "UTF-8";
html {
  font-size: 10px;
  font-family: "Mark Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #51534A;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  margin-top: 9rem;
}
div, header {
  position: relative;
  box-sizing: border-box;
}
h1 {
  font: normal normal bold 6rem/7.6rem "Mark Pro";
  color: #963821;
  margin: 0;
}
h2 {
  font: normal normal bold 6rem/7.6rem "Mark Pro";
  color: #963821;
  margin: 0;
}
h3 {
  font: normal normal normal 3rem/3.4rem "Mark Pro";
  color: #007681;
}
p, ul, ol {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
}
main {
  position: relative;
  z-index: 1;
}
section {
  padding: 10rem 3rem 0;
}
section.beige {
  background-color: #FCF7EE;
  padding: 10rem 3rem;
}
section.blue {
  background-color: #E2F2F5;
  padding: 10rem 3rem;
}
section.blue h2, section.blue h3 {
  color: #963821;
}
section .content {
  max-width: 1440px;
  margin: 0 auto;
}
section .headline {
  max-width: 1440px;
  margin: 0 auto 5rem;
}
section.withPadding {
  padding-bottom: 10rem;
}
section.grey {
  background-color: #ebecec;
}
section h2 a {
  font: inherit;
}
a {
  text-decoration: none;
  color: #24B1C0;
  font: normal normal bold 2rem/2.5rem "Mark Pro";
}
a.round {
  position: absolute;
  color: white;
  background-color: rgba(245, 140, 53, 0.8);
  font: normal normal bold 2.5rem / 3rem Mark Pro;
  width: 17rem;
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  border-radius: 50%;
  right: 8rem;
  transform: rotate(5deg);
  bottom: -5rem;
}
.text img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: 4rem auto;
}
p.sub {
  font: normal normal normal 3rem/4.4rem "Mark Pro";
  color: #007681;
  margin: 0;
}
p.tags {
  font-size: 2rem;
}
p.tags a {
  font-weight: 400;
}
p.link a {
  display: flex;
}
p.link a i {
  margin: 0.5rem 0 0 1rem;
  transition: 0.3s;
}
p.link a:hover i {
  transform: translateX(1rem);
}
@media (max-width: 1280px) {
  body {
    margin-top: 6.5rem;
  }
  section {
    padding: 8rem 3rem 0;
  }
  section.beige {
    padding: 8rem 3rem;
  }
  section.withPadding {
    padding-bottom: 8rem;
  }
  h1 {
    font: normal normal bold 4rem/5rem Mark Pro;
  }
  h2 {
    font: normal normal bold 4rem/5rem Mark Pro;
  }
  h3 {
    font: normal normal normal 2.4rem/2.8rem "Mark Pro";
  }
  p, ul, ol {
    font: normal normal 300 2rem/3.4rem Mark Pro;
  }
  p.sub {
    font: normal normal normal 2.5rem/3.6rem Mark Pro;
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  body {
    margin-top: 5.8rem;
  }
  section {
    padding: 5.4rem 2.2rem 0;
  }
  section.beige {
    padding: 5.4rem 2.2rem;
  }
  section .headline {
    margin: 0 auto 2.7rem;
  }
  section.withPadding {
    padding-bottom: 5.4rem;
  }
  h1 {
    font: normal normal bold 3rem/3.6rem Mark Pro;
  }
  h2 {
    font: normal normal bold 2.8rem/3.6rem Mark Pro;
  }
  h3 {
    font: normal normal bold 2rem/3rem "Mark Pro";
  }
  p, ul, ol {
    font: normal normal normal 1.6rem/2.8rem Mark Pro;
  }
  p.sub {
    font: normal normal normal 2rem/3rem Mark Pro;
    margin-top: 0.5rem;
  }
  ul li::marker {
    color: #963821;
  }
  a {
    font: normal normal 600 1.5rem/2rem "Mark Pro";
  }
  html {
    font-size: 2.666vw;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #0000001A;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  padding: 2rem 4rem;
}
header .content img {
  height: 4.6rem;
}
header nav ul {
  display: flex;
  list-style: none;
  grid-gap: 6rem;
  margin: 0;
}
header nav ul li {
  font: normal normal 500 2rem/3rem "Mark Pro";
}
header nav ul li i {
  font-size: 1.5rem;
  margin-left: 0.2rem;
}
header nav ul li a {
  color: #51534A;
  font-weight: 500;
}
header nav ul li.withPopup {
  cursor: pointer;
}
header nav ul li.active a {
  color: #963821;
  font-weight: bold;
}
header .mobile {
  display: none;
}
@media (max-width: 1280px) {
  header .content {
    padding: 1rem 3rem;
  }
}
@media (max-width: 1150px) {
  header .content nav {
    display: none;
  }
  header .content .mobile {
    display: block;
  }
  header .content .mobile button {
    background: none;
    border: none;
    font-size: 2.3rem;
    padding: 0;
    margin: 0;
    color: #707070;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  header .content {
    align-items: baseline;
    padding: 0.8rem 3rem 1rem;
  }
  header .content img {
    height: 3.5rem;
  }
  header .content nav {
    display: none;
  }
}
footer {
  position: relative;
  border-top: 1px solid #b3cac1;
  padding-top: 7rem;
  margin-top: 20rem;
}
footer:before {
  position: absolute;
  content: "";
  background-image: url(../themes/eurofiber/assets/img/berlinie.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15rem;
  height: 19.9rem;
  top: -19.9rem;
  right: 3rem;
}
footer .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
footer .content div {
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
}
footer .content div h3 {
  font: normal normal bold 2.4rem/3.4rem Mark Pro;
  margin-bottom: 1rem;
}
footer .content div p, footer .content div a {
  font: normal normal 300 1.6rem/2.4rem Mark Pro;
}
footer .content div a.withArrow {
  color: #51534A;
}
footer .content div.left h3 {
  color: #963821;
}
footer .content div .linkedin {
  color: #000;
}
footer .content div .linkedin i {
  font-size: 4rem;
}
footer .content div .linkedin:hover {
  color: #007681;
}
footer .bottom {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6rem;
  max-width: 1400px;
  width: 100%;
  margin: 8rem auto 2rem;
  padding: 0 3rem;
}
footer .bottom p, footer .bottom a {
  font: normal normal normal 14px/24px Mark Pro;
  margin: 0;
  color: #51534A;
}
footer .bottom a.active {
  color: #963821;
}
@media (max-width: 835px) {
  footer {
    padding-top: 4rem;
    margin-top: 11rem;
  }
  footer:before {
    width: 8rem;
    height: 10.6rem;
    top: -10.6rem;
    right: 2rem;
  }
  footer .content {
    grid-template-columns: 1fr;
  }
  footer .content div h3 {
    font: normal normal bold 2rem/3.4rem Mark Pro;
  }
  footer .bottom {
    grid-gap: 1rem;
    margin: 0;
    padding: 3rem;
    justify-content: space-evenly;
  }
}
.sideBySide {
  display: flex;
  grid-gap: 6rem;
  max-width: 1650px;
  margin: 0 auto;
}
.twoCols {
  column-count: 2;
  column-gap: 6rem;
}
.twoCols h3:first-child {
  margin-top: 0;
}
.twoCols p:first-of-type {
  margin-top: 0;
}
@media (max-width: 1280px) {
  .twoCols {
    column-gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .twoCols {
    column-count: 1;
  }
}
.alternating div {
  max-width: 700px;
  margin: 0 auto 10rem;
}
.alternating div img {
  position: absolute;
  width: 13rem;
  height: 13rem;
}
.alternating div.left img {
  left: -20rem;
  top: 50%;
  transform: translateY(-50%);
}
.alternating div.right img {
  right: -18rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1150px) {
  .alternating div.left img, .alternating div.right img {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    transform: unset;
  }
}
@media (max-width: 600px) {
  .alternating div {
    margin: 0 auto 5rem;
  }
  .alternating div.left img, .alternating div.right img {
    width: auto;
    height: 10rem;
  }
}
nav.buttons {
  max-width: 1650px;
  margin: 10rem auto 2rem;
  padding: 0 3rem;
}
nav.buttons .content {
  display: flex;
  grid-gap: 2rem;
}
@media (max-width: 600px) {
  nav.buttons {
    padding-top: 3rem !important;
  }
  nav.buttons .content {
    flex-direction: column;
  }
  nav.buttons .content .button {
    display: inline-block;
  }
}
.button, button {
  background-color: #24B1C0;
  border: 2px solid #24B1C0;
  font: normal normal bold 2rem/2.5rem Mark Pro;
  color: white;
  padding: 1.1rem 3rem;
  border-radius: 2.5rem;
  text-align: center;
  cursor: pointer;
}
.button:hover, button:hover {
  border: 2px solid #1F9EAC;
  background-color: #1F9EAC;
}
.button.red, button.red {
  border: 2px solid #963821;
  background-color: #963821;
}
.button.red:hover, button.red:hover {
  border: 2px solid #51534a;
  background-color: #51534a;
}
.button.blue, button.blue {
  border: 2px solid #56879D;
  background-color: #56879D;
}
.button.blue:hover, button.blue:hover {
  border: 2px solid #51534a;
  background-color: #51534a;
}
.button.orange, button.orange {
  border: 2px solid #F58D34;
  background-color: #F58D34;
}
.button.orange:hover, button.orange:hover {
  border: 2px solid #51534a;
  background-color: #51534a;
}
.button.disabled, button.disabled {
  border: 2px solid #979797;
  background-color: #979797;
}
.button.outline, button.outline {
  background: none;
  color: #24B1C0;
  border: 1px solid #24B1C0;
}
.button.outline:hover, button.outline:hover {
  background-color: #24B1C0;
  color: white;
}
.button.outline.red, button.outline.red {
  color: #963821;
}
.button.outline.red:hover, button.outline.red:hover {
  background-color: #963821;
  color: white;
}
.button.small, button.small {
  font: normal normal 600 1.5rem/1.5rem Mark Pro;
  padding: 0.9rem 2.3rem;
  color: #24B1C0;
}
@media (max-width: 600px) {
  .button, button {
    font: normal normal 500 1.8rem/2.3rem Mark Pro;
    padding: 0.9rem 2.3rem;
  }
}
a.withArrow {
  position: relative;
}
a.withArrow:not(.right) {
  padding-left: 3.5rem;
}
a.withArrow:not(.right):before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  color: #9AB9AD;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition-duration: 300ms;
  transition-property: color, transform;
}
a.withArrow:not(.right):hover {
  font-weight: bold;
}
a.withArrow:not(.right):hover:before {
  transform: translate(40%, -50%);
  color: #007681;
}
a.withArrow.right {
  padding-right: 3.5rem;
}
a.withArrow.right:after {
  position: absolute;
  content: "";
  font-family: "icomoon";
  color: #24B1C0;
  top: 52%;
  right: 0.7rem;
  transform: translateY(-50%);
  transition-duration: 300ms;
  transition-property: color, transform;
}
a.withArrow.right:hover {
  font-weight: bold;
}
a.withArrow.right:hover:after {
  transform: translate(40%, -50%);
  color: #24B1C0;
}
a.withArrow.white:before {
  color: white;
}
a.withArrow.v2:before {
  content: "";
  color: #24B1C0;
}
a.withArrow.v2:hover:before {
  color: #24B1C0;
}
.text {
  padding-left: 9rem;
}
.text h1 {
  margin-left: -9rem;
}
.text h2 {
  font: normal normal normal 3rem/3.4rem Mark Pro;
  color: #007681;
  margin-top: 5rem;
}
.text h3 {
  font: normal normal normal 2.5rem/3.4rem Mark Pro;
  margin-bottom: 0;
}
.text h3 + p {
  margin-top: 0;
}
@media (max-width: 992px) {
  .text {
    padding-left: 0;
  }
  .text h1 {
    margin-left: 0;
  }
}
.newsList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  grid-gap: 2.2rem 1.8rem;
  margin: 5rem auto;
  max-width: 1400px;
}
.newsList .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.newsList .item img {
  max-width: 48.5rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
}
.newsList .item .info {
  background-color: #FCF7EE;
  padding: 3rem;
  flex-grow: 1;
  border-radius: 0 0 0.8rem 0.8rem;
}
.newsList .item .info h3 {
  font: normal normal bold 2.4rem/3.6rem Mark Pro;
  color: #963821;
  margin: 2rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.newsList .item .info p {
  font: normal normal normal 2rem/3.4rem Mark Pro;
  margin: 0;
  color: #007681;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.newsList .item .info p.date {
  font: normal normal normal 1.6rem/2rem Mark Pro;
  color: #51534A;
}
.newsList .item .info p i {
  margin-left: 1rem;
  color: #9AB9AD;
}
@media (max-width: 992px) {
  .newsList {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .newsList {
    grid-template-columns: 1fr;
  }
  .newsList .item .info {
    padding: 3rem 3rem;
  }
  .newsList .item .info h3 {
    font: normal normal bold 2rem/3rem Mark Pro;
    margin: 2rem 0;
  }
  .newsList .item .info p {
    font: normal normal normal 1.6rem / 2.5rem Mark Pro;
  }
  .newsList .item img {
    max-width: unset;
  }
}
.contactPerson {
  background-color: #FCF7EE;
  text-align: center;
  max-height: 500px;
  padding-bottom: 3rem;
  min-width: 433px;
}
.contactPerson h3 {
  font: normal normal bold 3rem/3.6rem Mark Pro;
  color: #963821;
  margin-top: 3rem !important;
}
.contactPerson p, .contactPerson p a {
  font: normal normal bold 2rem/2.4rem Mark Pro;
  color: #51534A;
}
.contactPerson p a {
  font-weight: normal;
}
@media (max-width: 1200px) {
  .contactPerson {
    min-width: 350px;
  }
  .contactPerson img {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .contactPerson {
    max-width: 433px;
    max-height: unset;
  }
  .contactPerson img {
    width: unset;
  }
}
@media (max-width: 600px) {
  .contactPerson {
    max-width: unset;
    padding-bottom: 5rem;
  }
  .contactPerson h3 {
    font: normal normal bold 2rem/3rem Mark Pro;
  }
  .contactPerson p, .contactPerson p a {
    font: normal normal bold 1.5rem/2.3rem Mark Pro;
  }
  .contactPerson img {
    width: 100%;
  }
}
.splideButtons {
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 100%;
}
.splideButtons button {
  position: absolute;
  background: none;
  border: none;
  color: black;
  top: 0;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
}
.splideButtons button i {
  margin: 0;
  color: #9AB9AD;
}
.splideButtons button.prev {
  left: -4rem;
  width: 3rem;
  height: 3rem;
}
.splideButtons button.next {
  right: -4rem;
  width: 3rem;
  height: 3rem;
}
.splideButtons button:hover i {
  color: #007681;
}
@media (max-width: 600px) {
  .splideButtons button {
    font-size: 2rem;
  }
}
form {
  display: flex;
  flex-direction: column;
  grid-gap: 2.7rem;
  max-width: 1100px;
  margin-left: 9rem;
  margin-top: 10rem;
}
form .line {
  display: flex;
  grid-gap: 2.7rem;
  width: 100%;
}
form .withLabel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
form .withLabel label {
  font: normal normal bold 2rem/3.4rem Mark Pro;
  margin-bottom: 1.2rem;
}
form input, form textarea, form select {
  border: 1px solid #CDCDCB;
  height: 5rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  font: normal normal 500 2rem/2.5rem Mark Pro;
  outline: none;
}
form input:focus, form textarea:focus, form select:focus {
  border: 2px solid #1F9EAC;
}
form .select {
  display: flex;
}
form .select select {
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
form .select::after {
  content: "";
  font-family: "icomoon";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  color: #555;
}
form button {
  cursor: pointer;
}
form a.button {
  max-width: 16.5rem;
}
form p[data-validate-for] {
  color: #d70000;
  text-align: center;
  font-weight: 400;
  margin: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
form .checkbox label {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
form .checkbox label a {
  text-decoration: underline;
  font: unset;
}
form .checkbox .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  background-color: white;
  border: 1px solid #707070;
  border-radius: 0.4rem;
}
form .checkbox .checkmark:after {
  position: absolute;
  content: "";
  font-family: "icomoon";
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 992px) {
  form {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  form .line {
    flex-direction: column;
  }
  form .withLabel label {
    font: normal normal bold 1.6rem/2rem Mark Pro;
  }
  form input, form textarea, form select {
    padding: 0 1.6rem;
    height: 4.2rem;
    font: normal normal 500 1.6rem/1.6rem Mark Pro;
  }
}
#mobilemenu > div {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #FCF7EE;
  z-index: 10;
  max-width: 500px;
}
#mobilemenu > div .topBar {
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3rem;
}
#mobilemenu > div .topBar button {
  background: none;
  border: none;
  font-size: 2.2rem;
  padding: 0;
  margin: 0;
  color: #707070;
  cursor: pointer;
}
#mobilemenu > div nav > ul {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0 3.6rem 2rem;
}
#mobilemenu > div nav > ul > li {
  margin: 0;
  padding-bottom: 2rem;
}
#mobilemenu > div nav > ul > li ul {
  list-style: none;
  padding: 0 0 0 2rem;
  margin: 0;
}
#mobilemenu > div nav > ul > li h3 {
  font-size: 2.2rem;
  margin: 0;
  cursor: pointer;
}
#mobilemenu > div nav > ul > li a {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #51534A;
}
#mobilemenu > div nav > ul > li.active a {
  font-weight: 600;
  color: #963821;
}
.quote {
  padding-top: 20rem;
}
.quote .sideBySide {
  grid-gap: 9rem;
}
.quote .sideBySide .box {
  border: 2px solid #007681;
  border-radius: 0.8rem;
  padding: 6rem 4rem 4rem;
  height: 100%;
}
.quote .sideBySide img {
  position: absolute;
  border-radius: 50%;
  max-width: 25rem;
  width: 100%;
  top: -12.5rem;
}
.quote .sideBySide h3 {
  font-weight: bold;
  color: #963821;
  margin: 0 0 0.6rem 50%;
}
.quote .sideBySide p.position {
  margin: 0 0 4rem 50%;
  color: #007681;
}
@media (max-width: 1440px) {
  .quote .sideBySide img {
    width: 17vw;
    top: -8.5vw;
  }
}
@media (max-width: 1100px) {
  .quote .sideBySide {
    flex-direction: column;
    grid-gap: 14rem;
  }
  .quote .sideBySide img {
    width: 18rem;
    top: -9rem;
  }
  .quote .sideBySide h3 {
    margin: 0 0 0.6rem 50%;
  }
  .quote .sideBySide p.position {
    margin: 0 0 4rem 50%;
  }
}
@media (max-width: 600px) {
  .quote .sideBySide .box {
    padding: 10rem 2rem 1rem;
  }
  .quote .sideBySide img {
    width: 40vw;
    max-width: unset;
    left: 4rem;
    top: -20vw;
  }
  .quote .sideBySide h3 {
    margin: 0 0 0.6rem 0;
  }
  .quote .sideBySide p.position {
    margin: 0 0 2rem 0;
  }
}
.mediathek .search {
  max-width: 1400px;
  margin: 0 auto 4rem;
  font: normal normal normal 2.6rem/3.1rem Mark Pro;
  color: #007681;
}
.mediathek .search a {
  font: normal normal normal 2.6rem/3.1rem Mark Pro;
}
.mediathek .search a.active {
  font-weight: bold;
}
@media (max-width: 600px) {
  .mediathek .search {
    font: normal normal normal 2.2rem/3rem Mark Pro;
  }
  .mediathek .search a {
    font: normal normal normal 2.2rem/3rem Mark Pro;
  }
}
.mediathek .masonry .article {
  position: absolute;
  background-color: #FCF7EE;
  padding: 0 2.8rem 0.8rem;
}
.mediathek .masonry .article img {
  width: calc(100% + 5.6rem);
  margin: 0 -2.8rem;
}
.mediathek .masonry .article h3 {
  font: normal normal bold 2rem/3rem Mark Pro;
  color: #963821;
}
.mediathek .masonry .article p {
  font: normal normal 300 1.5rem/2.3rem Mark Pro;
  color: #51534A;
}
.mediathek .masonry .article p.date {
  font: normal normal normal 1rem/1.3rem Mark Pro;
  margin: 2.7rem 0;
}
.mediathek .masonry .article p.withArrow {
  position: relative;
  font: normal normal 300 1.5rem/2.3rem Mark Pro;
  color: #007681;
  padding-left: 3.5rem;
}
.mediathek .masonry .article p.withArrow:before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  color: #9AB9AD;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition-duration: 300ms;
  transition-property: color, transform;
}
.mediathek .masonry .article:hover p.withArrow {
  font-weight: bold;
}
.mediathek .masonry .article:hover p.withArrow:before {
  transform: translate(40%, -50%);
  color: #007681;
}
.dialog {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.dialog form {
  margin: 0;
}
.dialog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: white;
  max-width: 480px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 100%;
  overflow-y: auto;
  padding: 2rem 3rem 3rem;
  border-radius: 1.2rem;
}
.dialog .content:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.dialog .content .header {
  position: relative;
}
.dialog .content .header h2 {
  margin: 0;
  font: 800 2.6rem/2.9rem "Mark Pro";
  padding: 0;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c6c6c6;
}
.dialog .content .header a {
  position: absolute;
  right: 0;
  color: #51534A;
  font-size: 3rem;
  top: -0.3rem;
  cursor: pointer;
  z-index: 10;
}
.dialog .content .header a:before {
  margin: 0;
}
.dialog .content .header a:hover {
  color: #999;
}
.dialog .content .body {
  overflow-y: auto;
  padding: 0 2rem;
}
.dialog .content .body p {
  color: #333;
  font: normal 1.8rem/2.3rem "Mark Pro";
  overflow: hidden;
}
.dialog .content .body p:last-of-type {
  margin-bottom: 0;
}
.dialog .content .body p[data-validate-for] {
  color: red;
  text-align: center;
}
.dialog .content .footer {
  padding: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dialog .content .footer button {
  margin: 1rem 0 0 1rem;
  font-size: 1.6rem;
  padding: 0.8rem 3rem;
  max-width: 22rem;
}
.dialog .content .footer button:first-of-type {
  margin-left: 0;
}
.dialog .content .footer button:last-of-type {
  margin-right: 0;
}
@media (max-width: 600px) {
  .dialog .content {
    width: 94%;
    max-height: 90vh;
  }
  .dialog .content .body {
    padding: 0;
  }
}
.leadSuccess .body img {
  width: 10rem;
}
.leadSuccess .body .partnerList {
  margin-top: 1rem;
}
.leadSuccess .body .partnerList div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.rateDetails .content {
  max-width: 700px;
}
.rateDetails .body h2 {
  font: normal normal normal 3rem/3.4rem Mark Pro;
  margin-bottom: 0;
}
.rateDetails .body p.sub {
  font: normal normal bold 3rem/3.4rem Mark Pro;
  color: #963821;
  margin: 0.2rem 0 3rem;
}
.rateDetails .body p.speed {
  font: normal normal normal 2rem/2.5rem Mark Pro;
  color: #007681;
}
.rateDetails .body p strong {
  font: normal normal bold 6rem/7.6rem Mark Pro;
  color: #707070;
}
.rateDetails .body p.grey {
  color: #707070;
}
.rateDetails .body p .button {
  display: inline-block;
}
@media (max-width: 768px) {
  .rateDetails .body p strong {
    font: normal normal bold 3.5rem/4rem Mark Pro;
  }
}
.box {
  background-color: white;
  box-shadow: 0px 0.3rem 1.5rem #0000001F;
  border-radius: 1.5rem;
  padding: 6rem;
}
.box h2 {
  font: normal normal bold 5rem/6.4rem Mark Pro;
  text-align: center;
  max-width: 92rem;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .box {
    padding: 4rem 2rem;
  }
  .box .breadcrumbs {
    display: none;
  }
  .box h2 {
    font: normal normal bold 2.8rem/3.6rem Mark Pro;
  }
}
.availability .content {
  max-width: 1440px;
}
.availability.beige {
  padding: 6rem 2.2rem 10rem;
}
.availability h3 {
  color: #24B1C0;
}
.availability .box .breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 2rem;
  margin-bottom: 4rem;
}
.availability .box .breadcrumbs button {
  display: flex;
  aling-items: center;
  grid-gap: 0.5rem;
  background-color: white;
  border: 1px solid #E7E6DF;
  font: normal normal 500 1.3rem/1.3rem Mark Pro;
  color: #373734;
  padding: 0.7rem 1.7rem;
}
.availability .box .breadcrumbs button.active {
  background-color: #e9f3f4;
  border: 1px solid #e9f3f4;
}
.availability .box .breadcrumbs button i {
  background: white;
  border-radius: 45%;
  color: #007681;
  font-size: 1.8rem;
  margin: -0.25rem 0;
}
.availability .box h2 + p.sub {
  text-align: center;
}
@media (max-width: 600px) {
  .availability.beige {
    padding: 2rem 2.2rem 1rem;
  }
}
.availability .headline2 h3 {
  font: normal normal bold 4rem/4rem Mark Pro;
  color: #963821;
  margin-bottom: 0.5rem;
}
.availability .headline2 p.sub {
  font: normal normal normal 2rem/2rem Mark Pro;
  margin-top: 0;
}
.availability .textWithButton {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}
.availability .textWithButton p {
  max-width: 87rem;
}
.availability .textWithButton a.button {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .availability .textWithButton {
    flex-direction: column;
  }
}
.availability .separator {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 3rem auto;
  color: #007681;
  gap: 3rem;
}
.availability .separator.withLines:before, .availability .separator.withLines:after {
  content: " ";
  border-bottom: 1px solid #963821;
  flex-grow: 1;
  height: 1px;
}
.availability .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
.availability .buttons button {
  min-width: 16rem;
  cursor: pointer;
}
.availability .buttons button:hover {
  background-color: #e3fcff;
  color: #24B1C0;
}
.availability .buttons button.active {
  background-color: #24B1C0;
  border: 1px solid #24B1C0;
  color: white;
}
@media (max-width: 600px) {
  .availability .buttons {
    gap: 1rem;
  }
  .availability .buttons button {
    min-width: calc(50% - .5rem);
  }
}
.availability .rateWrap {
  overflow: hidden;
}
.availability .rates {
  margin-top: 3.8rem;
  display: flex;
  gap: 2.5rem;
  transition: transform 0.5s;
}
.availability .rates .rate {
  min-width: 32rem;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.availability .rates .rate.active {
  opacity: 1;
}
.availability .rates .rate h3 {
  font: normal normal bold 3rem/3.6rem Mark Pro;
  color: #963821;
  margin: 0;
}
.availability .rates .rate p {
  font: normal normal 300 2rem/2rem Mark Pro;
  color: #51534A;
  margin: 0 0 1rem;
}
.availability .rates .rate .provider {
  border-top: 1px solid #51534A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.availability .rates .rate .provider img {
  width: 7rem;
}
.availability .rates .rate .provider .pricing {
  display: flex;
  flex-direction: column;
  width: 18.5rem;
}
.availability .rates .rate .provider .pricing strong {
  font: normal normal bold 4rem/4rem Mark Pro;
  margin-bottom: 0.3rem;
}
.availability .rates .rate .provider .pricing a.info {
  position: absolute;
  right: 0;
  border: 2px solid #007681;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
@media (max-width: 600px) {
  .availability .rates .rate {
    min-width: 100%;
  }
}
.availability form {
  display: flex;
  grid-gap: 2rem;
  flex-direction: row;
  margin: 6rem auto 0;
}
.availability form .buttons {
  max-width: 580px;
  display: flex;
  grid-gap: 1rem;
  flex-wrap: wrap;
}
.availability form .buttons a {
  flex-grow: 1;
}
.availability form .line {
  max-width: 580px;
}
.availability form .line.small {
  max-width: 300px;
}
.availability form .line.business {
  display: none;
}
.availability form .line label {
  margin-bottom: 0;
}
.availability form .line .dropdown {
  position: absolute;
  top: 100%;
  background-color: white;
  border: 1px solid #707070;
  width: 100%;
  z-index: 10;
  max-height: 30rem;
  overflow-y: auto;
  display: none;
}
.availability form .line .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.availability form .line .dropdown ul li {
  font: normal normal bold 2rem / 2rem Mark Pro;
  padding: 1.5rem;
  cursor: pointer;
}
.availability form .line .dropdown ul li:hover {
  background: #51534A;
  color: white;
}
.availability form .submit {
  display: flex;
  align-items: flex-end;
}
.availability form .submit .button {
  min-width: 23rem;
  cursor: pointer;
}
.availability form.lead {
  flex-direction: column;
}
.availability form.lead .hidden {
  display: none;
}
.availability .result {
  text-align: center;
  font-size: 3rem;
  padding: 2rem;
  color: #963821;
}
@media (max-width: 1200px) {
  .availability form {
    flex-wrap: wrap;
  }
}
.faqList h2 {
  font: normal normal bold 3rem/3.8rem Mark Pro;
  margin-bottom: 5rem;
}
.faqList .item {
  margin-bottom: 3.3rem;
  border-bottom: 1px solid #c6c6c6;
}
.faqList .item h3 {
  display: flex;
  grid-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  font: normal normal normal 2.4rem/3.6rem Mark Pro;
  color: #007681;
  cursor: pointer;
}
.faqList .item h3 i {
  color: #24B1C0;
  transition: 0.5s;
  line-height: 4rem;
  font-size: 3.8rem;
}
.faqList .item p {
  margin: 0 0 2.7rem 0;
}
.faqList .item .answer {
  display: none;
}
.faqList .item.open i {
  transform: rotate(180deg);
}
.faqList .item + h2 {
  margin-top: 9rem;
}
.numbers {
  text-align: center;
}
.numbers .threeCols {
  display: flex;
  justify-content: space-evenly;
  grid-gap: 2rem;
  max-width: 1650px;
  margin: 4rem auto 0;
}
.numbers .threeCols div {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: white;
  width: 100%;
  height: 30rem;
  padding: 3rem;
  align-items: flex-start;
  box-shadow: 0px 0.3rem 1rem #0000001A;
  border-radius: 0.8rem;
}
.numbers .threeCols img {
  width: 9rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.numbers .threeCols h3 {
  font: normal normal normal 2.4rem/3rem Mark Pro;
  margin: 1rem 0 0;
}
.numbers .threeCols p {
  font: normal normal bold 5rem/6rem Mark Pro;
  color: #007681;
  margin: 1rem 0 0;
}
@media (max-width: 992px) {
  .numbers .threeCols {
    flex-direction: column;
  }
  .numbers .threeCols div {
    align-items: flex-end;
    height: 15rem;
  }
}
@media (max-width: 600px) {
  .numbers .threeCols {
    flex-direction: column;
  }
  .numbers .threeCols div {
    align-items: flex-start;
    height: 25rem;
  }
}
.strategy .content {
  max-width: 780px;
  text-align: center;
}
.strategy .content h3 {
  margin-top: 0;
}
.strategy .content img {
  margin-top: 3rem;
  width: 37rem;
}
@media (max-width: 600px) {
  .strategy .content img {
    width: 100%;
  }
}
.hero {
  position: relative;
  background-color: #FCF7EE;
  padding-top: 4rem;
  padding-bottom: 0;
}
.hero img {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 3rem;
}
.hero .content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 0;
}
.hero .content .cta {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5rem);
  max-width: 40rem;
}
.hero .content .cta p {
  font: normal normal normal 2.2rem/3rem Mark Pro;
  margin: 0 0 2rem;
}
.hero .content .cta a {
  display: inline-block;
}
.hero .content h1 {
  text-align: left;
  font: normal normal bold 8rem/8rem "Mark Pro";
  margin: 0 0 1rem;
}
.hero .content p.sub {
  font: normal normal normal 4rem/4rem "Mark Pro";
}
.hero a.round {
  position: absolute;
  color: white;
  background-color: rgba(245, 140, 53, 0.8);
  font: normal normal bold 2.5rem / 3rem Mark Pro;
  width: 17rem;
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  border-radius: 50%;
  right: 5rem;
  transform: rotate(5deg);
  bottom: calc(100% + 20rem);
}
@media (max-width: 1512px) {
  .hero .content .cta {
    position: absolute;
    bottom: calc(100% + 3vw);
    max-width: 26vw;
  }
  .hero .content .cta p {
    font: normal normal normal 1.42vw/2vw Mark Pro;
    margin: 0 0 1.5vw;
  }
  .hero .content .cta .button {
    font: normal normal bold 1.36vw/1.7vw Mark Pro;
    padding: 0.7vw 1.7vw;
    border-radius: 1.4vwrem;
  }
  .hero a.round {
    width: 11.5vw;
    height: 14vw;
    padding: 0 1.6vw;
    font: normal normal bold 1.8vw / 2.4vw Mark Pro;
    right: 3vw;
    bottom: calc(100% + 14vw);
    top: unset;
  }
}
@media (max-width: 1280px) {
  .hero .content h1 {
    font: normal normal bold 5rem/5.4rem Mark Pro;
  }
  .hero .content p.sub {
    font: normal normal normal 3rem/3rem "Mark Pro";
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 0;
  }
  .hero .content {
    padding: 2rem 2.2rem;
  }
  .hero .content h1 {
    font: normal normal bold 4.2rem/5.4rem Mark Pro;
  }
  .hero .content p.sub {
    font: normal normal normal 2rem/3rem "Mark Pro";
  }
  .hero .content .cta {
    position: absolute;
    bottom: calc(100% + 3rem);
    max-width: 30rem;
    left: 2.2rem;
    right: unset;
  }
  .hero .content .cta p {
    font: normal normal normal 1.8rem/3rem Mark Pro;
    margin: 0 0 2rem;
  }
  .hero .content .cta .button {
    font: normal normal bold 1.8rem/2.3rem Mark Pro;
    padding: 0.9rem 2.3rem;
    border-radius: 2.5rem;
  }
  .hero .content a.round {
    display: flex;
    width: 8rem;
    height: 12rem;
    padding: 0 2rem;
    font: normal normal bold 1.5rem / 2rem Mark Pro;
    right: 2rem;
    bottom: calc(100% + 15rem);
    top: unset;
  }
  .hero img {
    width: 100%;
    border-radius: 0;
  }
}
.home .benefits .content, .degau .benefits .content {
  max-width: 1630px;
}
.home .benefits .content h2, .degau .benefits .content h2 {
  text-align: center;
  margin-bottom: 5rem;
}
.home .benefits .splide__slide, .degau .benefits .splide__slide {
  text-align: center;
  padding: 0 2rem;
  cursor: pointer;
}
.home .benefits .splide__slide.is-active p, .degau .benefits .splide__slide.is-active p {
  color: #963821;
}
.home .benefits .splide__slide.is-active img, .degau .benefits .splide__slide.is-active img {
  display: none;
}
.home .benefits .splide__slide.is-active img.hl, .degau .benefits .splide__slide.is-active img.hl {
  display: unset;
}
.home .benefits .splide__slide p, .degau .benefits .splide__slide p {
  font: normal normal normal 2.4rem/3rem Mark Pro;
  color: #007681;
  margin-top: 2rem;
}
.home .benefits .splide__slide p:last-of-type, .degau .benefits .splide__slide p:last-of-type {
  margin-bottom: 0;
}
.home .benefits .splide__slide img, .degau .benefits .splide__slide img {
  height: 11rem;
}
.home .benefits .splide__slide img.hl, .degau .benefits .splide__slide img.hl {
  display: none;
}
.home .benefits .info, .degau .benefits .info {
  background-color: #FCF7EE;
  margin-top: 3rem;
  padding: 2rem 5.5rem;
  text-align: center;
}
.home .benefits .info .text, .degau .benefits .info .text {
  padding: 0;
}
.home .benefits .info h3, .degau .benefits .info h3 {
  font: normal normal bold 3rem/3.4rem Mark Pro;
  color: #963821;
  margin-bottom: 3rem;
}
.home .benefits .info .triangle, .degau .benefits .info .triangle {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-50%);
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-bottom: 3rem solid #FCF7EE;
}
.home .benefits .splideButtons, .degau .benefits .splideButtons {
  display: none;
}
@media (max-width: 1280px) {
  .home .benefits .splide__track, .degau .benefits .splide__track {
    max-width: calc(100% - 6rem);
    margin: 0 auto;
  }
  .home .benefits .splideButtons, .degau .benefits .splideButtons {
    display: block;
  }
  .home .benefits .splideButtons button.prev, .degau .benefits .splideButtons button.prev {
    left: 0;
  }
  .home .benefits .splideButtons button.next, .degau .benefits .splideButtons button.next {
    right: 0;
  }
  .home .benefits .splide__slide p, .degau .benefits .splide__slide p {
    font: normal normal normal 2.5rem/3rem Mark Pro;
  }
}
@media (max-width: 768px) {
  .home .benefits .content h2, .degau .benefits .content h2 {
    margin-bottom: 4rem;
  }
  .home .benefits .splide__track, .degau .benefits .splide__track {
    max-width: calc(100% - 8rem);
    margin: 0 auto;
  }
  .home .benefits .info, .degau .benefits .info {
    padding: 2rem;
  }
  .home .benefits .info h3, .degau .benefits .info h3 {
    font: normal normal bold 2rem/3rem Mark Pro;
    margin: 0 0 2rem;
  }
}
.home .how .content h2, .degau .how .content h2 {
  margin-bottom: 5rem;
}
.home .how .slider, .degau .how .slider {
  margin: 0 -2rem;
}
.home .how .splide__slide, .degau .how .splide__slide {
  padding: 0 2rem 2rem;
}
.home .how .splide__slide img, .degau .how .splide__slide img {
  height: 30rem;
}
.home .how .splide__slide h3, .degau .how .splide__slide h3 {
  color: #963821;
  font-weight: bold;
}
.home .how .splide__slide a.button, .degau .how .splide__slide a.button {
  position: absolute;
  bottom: 0;
}
.home .how .splideButtons, .degau .how .splideButtons {
  display: none;
}
@media (max-width: 1100px) {
  .home .how .splide__track, .degau .how .splide__track {
    max-width: calc(100% - 10rem);
    margin: 0 auto;
  }
  .home .how .splideButtons, .degau .how .splideButtons {
    display: block;
  }
  .home .how .splideButtons button.prev, .degau .how .splideButtons button.prev {
    left: 0;
  }
  .home .how .splideButtons button.next, .degau .how .splideButtons button.next {
    right: 0;
  }
}
@media (max-width: 600px) {
  .home .how .splide__track, .degau .how .splide__track {
    max-width: calc(100% - 6rem);
  }
  .home .how .splide__slide, .degau .how .splide__slide {
    padding: 0 2rem 7rem;
  }
  .home .how .splide__slide img, .degau .how .splide__slide img {
    height: 25rem;
  }
}
.home .info .content h2, .degau .info .content h2 {
  font: normal normal bold 5rem/6.4rem Mark Pro;
}
.home .info .content p.sub, .degau .info .content p.sub {
  margin: 1rem 0 5rem;
}
.home .info .slider, .degau .info .slider {
  margin: 0 -2rem;
}
.home .info .splide__slide, .degau .info .splide__slide {
  padding: 0 2rem 7rem;
}
.home .info .splide__slide img, .degau .info .splide__slide img {
  width: 100%;
}
.home .info .splide__slide h3, .degau .info .splide__slide h3 {
  color: #963821;
  font-weight: bold;
}
.home .info .splide__slide a.button, .degau .info .splide__slide a.button {
  position: absolute;
  bottom: 0;
}
.home .info .splideButtons, .degau .info .splideButtons {
  display: none;
}
@media (max-width: 1100px) {
  .home .info .splide__track, .degau .info .splide__track {
    max-width: calc(100% - 10rem);
    margin: 0 auto;
  }
  .home .info .splideButtons, .degau .info .splideButtons {
    display: block;
  }
  .home .info .splideButtons button.prev, .degau .info .splideButtons button.prev {
    left: 0;
  }
  .home .info .splideButtons button.next, .degau .info .splideButtons button.next {
    right: 0;
  }
}
@media (max-width: 600px) {
  .home .info .content h2, .degau .info .content h2 {
    font: normal normal bold 2.8rem/3.6rem Mark Pro;
  }
  .home .info .splide__track, .degau .info .splide__track {
    max-width: calc(100% - 6rem);
  }
  .home .info .splide__slide, .degau .info .splide__slide {
    padding: 0 0.5rem 7rem;
  }
  .home .info .splide__slide .imgBg, .degau .info .splide__slide .imgBg {
    min-width: 25rem;
    height: 25rem;
  }
}
.home .map h2, .degau .map h2 {
  text-align: center;
}
.home .map .sideBySide .left, .degau .map .sideBySide .left {
  width: 50%;
}
.home .map .sideBySide .left img, .degau .map .sideBySide .left img {
  width: 100%;
}
.home .map .sideBySide .right, .degau .map .sideBySide .right {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .home .map .sideBySide, .degau .map .sideBySide {
    flex-direction: column;
  }
  .home .map .sideBySide .left, .home .map .sideBySide .right, .degau .map .sideBySide .left, .degau .map .sideBySide .right {
    width: 100%;
  }
}
.glassfiber .top p {
  max-width: 720px;
}
.glassfiber .how .content h2 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem;
}
.glassfiber .how .content p {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 4rem;
}
.glassfiber .how .sideBySide .left {
  width: 50%;
}
.glassfiber .how .sideBySide .left img {
  width: 100%;
  max-width: 710px;
}
.glassfiber .how .sideBySide .right {
  width: 50%;
  background: white;
  padding: 3rem 4rem;
  box-shadow: 0px 0.3rem 1rem #0000001A;
  border-radius: 0.8rem;
}
.glassfiber .how .sideBySide .right .options {
  display: flex;
  gap: 1.5rem 3rem;
  flex-wrap: wrap;
  padding: 0 3rem 2.8rem;
  border-bottom: 2px solid #f0f0f0;
  margin: 0 -4rem 3rem;
}
.glassfiber .how .sideBySide .right .options label {
  font: normal normal normal 2rem/3rem Mark Pro;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.glassfiber .how .sideBySide .right .options label b {
  font-weight: normal;
}
.glassfiber .how .sideBySide .right .options label input {
  display: none;
}
.glassfiber .how .sideBySide .right .options label span {
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #E6E6E6;
  background: #F5F5F5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.glassfiber .how .sideBySide .right .options label input[type="radio"]:checked + span:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.glassfiber .how .sideBySide .right .options label input.orange:checked + span {
  background: #F58C35;
}
.glassfiber .how .sideBySide .right .options label input.orange:checked + span + b {
  color: #F58C35;
}
.glassfiber .how .sideBySide .right .options label input.red:checked + span {
  background: #953821;
}
.glassfiber .how .sideBySide .right .options label input.red:checked + span + b {
  color: #953821;
}
.glassfiber .how .sideBySide .right .options label input.green:checked + span {
  background: #007681;
}
.glassfiber .how .sideBySide .right .options label input.green:checked + span + b {
  color: #007681;
}
.glassfiber .how .sideBySide .right .option:not(.active) h3, .glassfiber .how .sideBySide .right .option:not(.active) p {
  color: #afafae;
}
.glassfiber .how .sideBySide .right .option:not(:last-child) {
  margin-bottom: 2rem;
}
.glassfiber .how .sideBySide .right .option h3 {
  margin: 0 0 0.6rem;
  font: normal normal normal 2rem/3rem Mark Pro;
}
.glassfiber .how .sideBySide .right .option p {
  margin: 0;
}
@media (max-width: 992px) {
  .glassfiber .how .sideBySide {
    flex-direction: column;
  }
  .glassfiber .how .sideBySide div.left, .glassfiber .how .sideBySide div.right {
    width: 100%;
  }
}
.company .mission {
  padding: 9rem 3rem;
}
@media (max-width: 600px) {
  .company .hero .content {
    padding: 5rem 2.2rem;
  }
  .company .hero .content h1 {
    font: normal normal bold 2.8rem/3.6rem Mark Pro;
  }
  .company .mission {
    padding: 4rem 2.2rem;
  }
  .company .mission h3 {
    font: normal normal normal 2rem/3rem Mark Pro;
    margin-bottom: 0.3rem;
  }
  .company .mission p {
    margin: 0 0 3rem;
  }
  .company .mission p:last-of-type {
    margin-bottom: 0;
  }
}
.news-details .main p.date {
  margin: 0 0 5rem;
}
.news-details .main h1 {
  margin-bottom: 5rem;
}
.news-details .main .sideBySide {
  margin-top: 10rem;
}
.news-details .main .sideBySide .text p:first-child {
  margin-top: 0;
}
.news-details .main .sideBar .img {
  margin-bottom: 3rem;
}
.news-details .main .sideBar .img p {
  margin-top: 1rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .news-details .main .text {
    padding-left: 0;
  }
  .news-details .main .sideBar img {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .news-details .main .sideBySide {
    flex-direction: column;
    grid-gap: 3rem;
  }
  .news-details .main .sideBar .img img {
    width: 100%;
    max-width: 600px;
  }
}
.news-details .glance .content {
  padding-left: 9rem;
}
@media (max-width: 1200px) {
  .news-details .glance .content {
    padding-left: 0;
  }
}
.news-details .about .sideBySide {
  grid-gap: 15rem;
}
.news-details .about .sideBySide div {
  width: 50%;
}
.news-details .about .sideBySide .right .box {
  display: flex;
  align-items: center;
  grid-gap: 2rem;
  width: 100%;
  color: white;
  background-color: #56879D;
  padding: 4rem 6rem;
}
.news-details .about .sideBySide .right .box img {
  height: 14rem;
}
.news-details .about .sideBySide .right .box p {
  margin: 0;
}
.news-details .about .sideBySide .right .box a {
  color: white;
  display: flex;
  align-items: center;
}
.news-details .about .sideBySide .right .box a i {
  margin-right: 2rem;
}
@media (max-width: 1200px) {
  .news-details .about .sideBySide {
    flex-direction: column;
    grid-gap: 5rem;
    margin-bottom: 21rem;
  }
  .news-details .about .sideBySide div {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .news-details .about .sideBySide .right .box {
    padding: 3rem;
  }
  .news-details .about .sideBySide .right .box img {
    height: 10rem;
  }
}
@media (max-width: 600px) {
  .news-details .about .sideBySide .right .box {
    padding: 3rem;
  }
  .news-details .about .sideBySide .right .box img {
    display: none;
  }
}
.imprint .sideBySide {
  justify-content: space-between;
}
.imprint .sideBySide div {
  width: 50%;
}
.imprint .info {
  padding-bottom: 10rem;
}
.imprint .legal {
  background-color: #FCF7EE;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .imprint .sideBySide {
    flex-direction: column;
  }
}
.contact .contactUs {
  padding-bottom: 10rem;
}
.contact .contactUs p:last-child {
  margin: 5rem 0 0;
}
.contact .links {
  background-color: #FCF7EE;
  padding: 10rem 3rem;
}
.contact .links .sideBySide {
  max-width: 700px;
  margin: 0 auto 4rem;
}
.contact .links .sideBySide:last-child {
  margin-bottom: 0;
}
.contact .links .sideBySide img {
  width: 14rem;
  height: 14rem;
  margin-top: 3rem;
}
.contact .links .sideBySide i {
  color: #9AB9AD;
  margin-right: 1rem;
}
.contact footer {
  margin-top: 20rem;
}
@media (max-width: 600px) {
  .contact .links .sideBySide {
    flex-direction: column;
    grid-gap: 2rem;
  }
  .contact .links .sideBySide h3 {
    margin-top: 0;
  }
}
.ombud .sideBySide {
  grid-gap: 15rem;
}
.ombud .sideBySide div.left, .ombud .sideBySide div.right {
  width: 50%;
}
.ombud .sideBySide .right .box {
  display: flex;
  align-items: center;
  grid-gap: 2rem;
  width: 100%;
  color: white;
  background-color: #56879D;
  padding: 4rem 6rem;
}
.ombud .sideBySide .right .box img {
  height: 14rem;
}
.ombud .sideBySide .right .box p {
  margin: 0;
}
.ombud .sideBySide .right .box a {
  color: white;
  display: flex;
  align-items: center;
}
.ombud .sideBySide .right .box a i {
  margin-right: 2rem;
}
@media (max-width: 1280px) {
  .ombud .sideBySide {
    max-width: 1000px;
    grid-gap: 2rem;
  }
  .ombud .sideBySide .right .box {
    padding: 3rem;
  }
  .ombud .sideBySide .right .box img {
    height: 10rem;
  }
}
@media (max-width: 992px) {
  .ombud .sideBySide {
    flex-direction: column;
    grid-gap: 5rem;
    margin-bottom: 10rem;
  }
  .ombud .sideBySide div.left, .ombud .sideBySide div.right {
    width: 100%;
  }
  .ombud .sideBySide .right .box {
    padding: 3rem;
  }
  .ombud .sideBySide .right .box img {
    display: none;
  }
}
.consequences .content {
  max-width: 1300px;
}
.consequences .content li {
  max-width: 850px;
}
.provider h1 {
  text-align: center;
}
.provider .buttons {
  margin: 4rem auto;
}
.provider .buttons .content {
  justify-content: center;
}
.provider .buttons .button {
  min-width: 17rem;
}
.provider .partnerList > div {
  display: flex;
  justify-content: center;
  grid-gap: 2rem;
  flex-wrap: wrap;
}
.provider .partnerList .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 24rem;
}
.provider .partnerList .item img {
  width: 150px;
  border-radius: 50%;
}
.provider .partnerList .item p {
  font: normal normal normal 3rem/3.4rem Mark Pro;
  color: #007681;
  text-align: center;
}
.provider .partnerList .business {
  display: none;
}
/*.provider
{
	.sideBySide
	{
		div.left, div.right
		{
			width: 50%;
		}
		
		.right
		{
			display: flex;
		
			.item
			{
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				width: 24rem;
				
				img
				{
					width: 150px;
					border-radius: 50%;
					border: 1px solid black;
				}
				
				p
				{
					font: normal normal normal 3rem/3.4rem Mark Pro;
					color: $colorGreen;
					text-align: center;
				}
			}
		}
	}
	
	@media(max-width: 1100px)
	{
		.sideBySide
		{
			flex-direction: column;
			
			div.left, div.right
			{
				width: 100%;
			}
			
			.right
			{
				grid-gap: 2rem;
				justify-content: center;
			}
		}
	}
	
	@media(max-width: 680px)
	{
		.sideBySide
		{
			.right
			{
				flex-wrap: wrap;
			}
		}
	}
}*/
.faq .headline {
  max-width: 1440px;
}
.faq .headline h1 {
  font: normal normal bold 5rem/6.4rem Mark Pro;
}
.faq .categories {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.faq .categories .content {
  width: 433px;
  text-align: left;
  margin: unset;
}
.faq .categories h3 {
  font: normal normal normal 2rem/3rem Mark Pro;
  color: #51534A;
}
.faq .categories p {
  margin: 1.6rem 0;
}
.faq .categories p a {
  font-weight: normal;
  color: #963821;
  font: normal normal normal 2.4rem/3.6rem Mark Pro;
}
.faq .categories p a:before {
  font-size: 1.8rem;
}
.faq .sideBySide {
  grid-gap: 10rem;
  margin-top: 5rem;
  max-width: 1440px;
}
.faq .faqList {
  margin-top: -26rem;
}
.faq .right .contact {
  background-color: #FCF7EE;
  padding: 5.5rem 8rem;
  width: 433px;
  text-align: center;
  border-radius: 0.8rem;
}
.faq .right .contact h3 {
  color: #963821;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 1100px) {
  .faq .categories {
    justify-content: flex-start;
  }
  .faq .sideBySide {
    grid-gap: 6rem;
    flex-direction: column;
  }
  .faq .sideBySide .faqList {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .faq .headline h1 {
    font: normal normal bold 2.8rem/3.6rem Mark Pro;
  }
  .faq .categories p {
    margin: 1.3rem 0;
  }
  .faq .categories p a {
    font: normal normal normal 2rem/3.6rem Mark Pro;
  }
  .faq .faqList h2 {
    font: normal normal bold 2.4rem / 3rem "Mark Pro";
  }
  .faq .faqList .item h3 {
    font: normal normal normal 2rem / 3rem "Mark Pro";
  }
  .faq .right .contact {
    max-width: unset;
    width: 100%;
    padding: 3.5rem 4rem;
  }
}
.mediathek-article .content h1 {
  line-height: 9.6rem;
}
.mediathek-article .sideBySide .left, .mediathek-article .sideBySide .right {
  width: 50%;
}
.mediathek-article .sideBySide .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mediathek-article .sideBySide p.sub {
  margin-top: 3rem;
}
.mediathek-article .notreally .content {
  padding-bottom: 0;
}
.mediathek-article .notreally .sideBySide img {
  max-width: 100%;
}
.mediathek-article .notreally .sideBySide .left, .mediathek-article .notreally .sideBySide .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mediathek-article .notreally .sideBySide p.sub {
  margin-top: 3rem;
}
.mediathek-article .twoCols h3 {
  break-inside: avoid-column;
}
@media (max-width: 1280px) {
  .mediathek-article .sideBySide h1 {
    line-height: 6.6rem;
  }
  .mediathek-article .sideBySide p.sub {
    margin-top: 2.2rem;
  }
}
@media (max-width: 992px) {
  .mediathek-article .sideBySide {
    flex-direction: column;
    grid-gap: 4rem;
  }
  .mediathek-article .sideBySide .left, .mediathek-article .sideBySide .right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .mediathek-article .sideBySide {
    grid-gap: 2rem;
  }
  .mediathek-article .sideBySide h1 {
    line-height: 4rem;
  }
  .mediathek-article .sideBySide p.sub {
    margin-top: 1rem;
  }
}
.optin .headline {
  text-align: center;
}
.optin .headline h1 {
  font-size: 6rem;
  line-height: 7rem;
  margin-bottom: 3rem;
}
.optin .headline h2 {
  font-size: 5rem;
  line-height: 6rem;
}
@media (max-width: 600px) {
  .optin .headline h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .optin .headline h2 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
.degau .top {
  padding-bottom: 3rem;
}
.degau .top p.sub {
  margin-bottom: 6rem;
}
.degau .top .withButton {
  margin-top: 6rem;
}
.degau .top .right img {
  width: 40vw;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .degau .top .sideBySide .right img {
    width: 25vw;
  }
}
@media (max-width: 992px) {
  .degau .top .sideBySide {
    flex-direction: column-reverse;
    grid-gap: 1rem;
  }
  .degau .top .sideBySide .right {
    text-align: center;
  }
  .degau .top .sideBySide .right img {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .degau .top .sideBySide .right img {
    width: 70vw;
  }
}
.degau .conditions .headline {
  max-width: 1400px;
}
[class^="landing-"] .appointment {
  padding-bottom: 1.5rem;
}
[class^="landing-"] .appointment .sideBySide {
  max-width: 1440px;
}
[class^="landing-"] .appointment .sideBySide > div {
  width: 50%;
}
[class^="landing-"] .appointment .sideBySide > div.left img {
  position: relative;
  display: block;
  z-index: 2;
  height: 43.3rem;
  margin: 6rem auto 0;
  position: relative;
}
[class^="landing-"] .appointment .sideBySide > div.left .box {
  background-color: #FCF7EE;
  padding: 4rem;
  margin-top: -1rem;
  z-index: 1;
}
[class^="landing-"] .appointment .sideBySide > div.left .box h3 {
  margin-top: 0;
  font: normal normal bold 3rem/3.8rem Mark Pro;
  color: #963821;
}
[class^="landing-"] .appointment .sideBySide > div.left .box p:last-of-type {
  margin-bottom: 0;
}
[class^="landing-"] .appointment .sideBySide > div.right {
  padding: 3rem 5rem;
  max-width: 660px;
}
[class^="landing-"] .appointment .sideBySide > div.right h2 {
  font: normal normal bold 3rem/3.6rem Mark Pro;
  text-align: left;
  width: 100%;
}
[class^="landing-"] .appointment .sideBySide > div.right form > label {
  font: normal normal normal 1.6rem/3rem Mark Pro;
  margin-top: 2rem;
}
[class^="landing-"] .appointment .sideBySide > div.right form {
  margin: 0;
  gap: 1.4rem;
}
[class^="landing-"] .appointment .sideBySide > div.right form .submit {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
[class^="landing-"] .appointment .sideBySide > div.right form .checkbox {
  margin-top: 3.5rem;
}
[class^="landing-"] .appointment .sideBySide > div.right form .checkbox label {
  margin: -0.3rem 0 0;
  color: #373734;
}
@media (max-width: 1120px) {
  [class^="landing-"] .appointment .sideBySide {
    flex-direction: column;
  }
  [class^="landing-"] .appointment .sideBySide > div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  [class^="landing-"] .appointment .sideBySide > div.left img {
    height: 60vw;
  }
  [class^="landing-"] .appointment .sideBySide > div.left .box {
    padding: 2rem;
  }
  [class^="landing-"] .appointment .sideBySide > div.right {
    padding: 2rem 2rem;
  }
  [class^="landing-"] .appointment .sideBySide > div.right form .submit {
    margin-top: 1rem;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
[class^="landing-"] .faq h2 {
  max-width: 70rem;
}
[class^="landing-"] .faq .faqList {
  margin-top: 0;
}
[class^="landing-"] .faq .contact {
  padding: 5.5rem;
  width: 410px;
}
[class^="landing-"] .faq .contact .contactInfo h3 {
  font: normal normal bold 2.4rem/3.4rem Mark Pro;
  margin: 2rem 0 0;
}
[class^="landing-"] .faq .contact .contactInfo p {
  margin: 0.4rem 0 0;
}
@media (max-width: 600px) {
  [class^="landing-"] .faq .sideBySide {
    gap: 2rem;
  }
  [class^="landing-"] .faq .contact {
    padding: 3rem;
    width: unset;
  }
}
@media (min-width: 1279px) {
  [class^="landing-"] h2 {
    font: normal normal bold 5rem/6.4rem Mark Pro;
  }
}
@media (max-width: 600px) {
  [class^="landing-"] h2 {
    font: normal normal bold 2.8rem / 3.6rem Mark Pro;
  }
}
.landing-returnpath .top {
  padding-bottom: 10rem;
}
.landing-returnpath .top .sideBySide {
  max-width: 1440px;
}
.landing-returnpath .top .sideBySide .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landing-returnpath .top .sideBySide .left .lower p:first-of-type {
  margin-bottom: 4rem;
}
.landing-returnpath .top .sideBySide h1 {
  font: normal normal bold 6rem/7rem Mark Pro;
}
.landing-returnpath .top .sideBySide img {
  height: 47.4rem;
}
.landing-returnpath .top .sideBySide a.round {
  position: absolute;
  color: white;
  background-color: rgba(245, 140, 53, 0.8);
  font: normal normal bold 2.5rem / 3rem Mark Pro;
  width: 17rem;
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  border-radius: 50%;
  right: 8rem;
  transform: rotate(5deg);
  bottom: -5rem;
}
@media (max-width: 1440px) {
  .landing-returnpath .top .sideBySide img {
    height: 33vw;
  }
  .landing-returnpath .top .sideBySide a.round {
    width: 11.5vw;
    height: 14vw;
    padding: 0 1.6vw;
    font: normal normal bold 1.8vw / 2.4vw Mark Pro;
    right: 4vw;
    top: 25vw;
    bottom: unset;
  }
}
@media (max-width: 1220px) {
  .landing-returnpath .top .sideBySide {
    flex-direction: column;
  }
  .landing-returnpath .top .sideBySide img {
    height: unset;
    width: 100%;
    max-width: 700px;
  }
  .landing-returnpath .top .sideBySide a.round {
    width: 11.5vw;
    height: 14vw;
    padding: 0 1.6vw;
    font: normal normal bold 1.8vw / 2.4vw Mark Pro;
    left: 4vw;
    top: 25vw;
    bottom: unset;
  }
}
@media (max-width: 600px) {
  .landing-returnpath .top .sideBySide h1 {
    font: normal normal bold 3rem / 3.6rem Mark Pro;
  }
}
.landing-returnpath .info {
  padding-bottom: 1px;
}
.landing-returnpath .info h3 {
  color: #963821;
  font: normal normal bold 3rem/4rem Mark Pro;
  max-width: 87rem;
}
.landing-returnpath .info img {
  width: 4rem;
}
@media (max-width: 600px) {
  .landing-returnpath .info h3 {
    font: normal normal bold 2rem / 3rem "Mark Pro";
  }
}
.landing-returnpath .availabilityWrapper {
  padding-top: 6rem;
}
.landing-returnpath .availabilityWrapper > img {
  position: absolute;
  width: 21rem;
  height: 21rem;
  right: 50%;
  top: 3rem;
  z-index: 3;
  transform: translateX(60rem) rotate(5deg);
}
@media (max-width: 1400px) {
  .landing-returnpath .availabilityWrapper > img {
    transform: translateX(45vw) rotate(5deg);
  }
}
@media (max-width: 992px) {
  .landing-returnpath .availabilityWrapper > img {
    display: none;
  }
}
.landing-returnpath .availability {
  background-color: white;
}
.landing-returnpath .numbers {
  padding-top: 0;
}
.landing-returnpath .numbers .threeCols {
  max-width: 1440px;
}
.landing-consultation .content {
  max-width: 1440px;
}
.landing-consultation .content .sideBySide div {
  flex: 1;
}
.landing-consultation .content .sideBySide .left p {
  margin: 5rem 0 4rem;
}
.landing-consultation .content .sideBySide .left .sub {
  margin-top: 1.6rem;
}
.landing-consultation .content .sideBySide .left a {
  display: inline-flex;
}
.landing-consultation .content .sideBySide img {
  border-radius: 3rem;
  width: 100%;
}
.landing-consultation .content .sideBySide a.round {
  position: absolute;
  color: white;
  background-color: rgba(245, 140, 53, 0.8);
  font: normal normal bold 2rem / 2.7rem Mark Pro;
  width: 15rem;
  height: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  border-radius: 50%;
  right: 5rem;
  transform: rotate(5deg);
  bottom: -3rem;
}
.landing-consultation .box {
  margin-top: 10rem;
}
.landing-consultation .box p {
  text-align: center;
  margin-top: 4rem;
}
.landing-consultation .box form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2.8rem;
  margin: 0 auto;
}
.landing-consultation .box form > label {
  grid-column: span 2;
  font: normal normal normal 1.6rem/3rem Mark Pro;
  letter-spacing: 0px;
  margin-top: 2rem;
}
.landing-consultation .box form div {
  display: flex;
}
.landing-consultation .box form div input {
  flex: 1;
}
.landing-consultation .box form div .dropdown {
  position: absolute;
  top: 100%;
  background-color: white;
  border: 1px solid #707070;
  width: 100%;
  z-index: 10;
  max-height: 30rem;
  overflow-y: auto;
  display: none;
}
.landing-consultation .box form div .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing-consultation .box form div .dropdown ul li {
  font: normal normal bold 2rem / 2rem Mark Pro;
  padding: 1.5rem;
  cursor: pointer;
}
.landing-consultation .box form div .dropdown ul li:hover {
  background: #51534A;
  color: white;
}
.landing-consultation .box form .checkbox {
  grid-column: span 2;
  margin-top: 2rem;
}
.landing-consultation .box form .checkbox label {
  font: normal normal normal 2rem/3rem Mark Pro;
}
.landing-consultation .box form p {
  grid-column: span 2;
  text-align: center;
}
@media (max-width: 900px) {
  .landing-consultation .content .sideBySide {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .landing-consultation .content .sideBySide .left p {
    margin: 3rem 0 2rem;
  }
  .landing-consultation .content .sideBySide img {
    border-radius: 2rem;
  }
  .landing-consultation .box form {
    grid-template-columns: 1fr;
  }
  .landing-consultation .box form > label {
    grid-column: unset;
  }
  .landing-consultation .box form p {
    grid-column: unset;
  }
  .landing-consultation .box form .checkbox {
    grid-column: unset;
  }
  .landing-consultation .box form .checkbox label {
    font: normal normal normal 1.6rem/2.6rem Mark Pro;
  }
}
@media (max-width: 600px) {
  .landing-consultation .content .sideBySide a.round {
    font: normal normal bold 1.3rem / 1.8rem Mark Pro;
    width: 10rem;
    height: 13rem;
    display: flex;
    padding: 0 1.5rem;
    right: 2rem;
    bottom: -3rem;
  }
}
.landing-wbgz .top {
  padding-bottom: 10rem;
}
.landing-wbgz .top .sideBySide {
  max-width: 1440px;
}
.landing-wbgz .top .sideBySide .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landing-wbgz .top .sideBySide .left .upper p .button {
  display: inline-block;
}
.landing-wbgz .top .sideBySide .left .lower {
  padding-bottom: 2rem;
}
.landing-wbgz .top .sideBySide h1 {
  font: normal normal bold 6rem/7rem Mark Pro;
}
.landing-wbgz .top .sideBySide img {
  height: 72rem;
}
@media (max-width: 1440px) {
  .landing-wbgz .top .sideBySide {
    gap: 2rem;
  }
  .landing-wbgz .top .sideBySide img {
    height: 33vw;
  }
}
@media (max-width: 1220px) {
  .landing-wbgz .top .sideBySide {
    flex-direction: column;
  }
  .landing-wbgz .top .sideBySide img {
    height: unset;
    width: 100%;
    max-width: 700px;
  }
  .landing-wbgz .top .sideBySide a.round {
    width: 11.5vw;
    height: 14vw;
    padding: 0 1.6vw;
    font: normal normal bold 1.8vw / 2.4vw Mark Pro;
    left: 4vw;
    top: 25vw;
    bottom: unset;
  }
}
@media (max-width: 600px) {
  .landing-wbgz .top .sideBySide h1 {
    font: normal normal bold 3rem / 3.6rem Mark Pro;
  }
}
.landing-wbgz .theway .sideBySide {
  margin-top: 6rem;
  max-width: 1440px;
}
.landing-wbgz .theway .left {
  display: flex;
  align-items: center;
}
.landing-wbgz .theway .left img {
  width: 65rem;
}
.landing-wbgz .theway .right {
  max-width: 72rem;
  background-color: #FCF7EE;
  padding: 0;
}
.landing-wbgz .theway .right .item {
  padding: 3rem 3rem 3rem 7.8rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.landing-wbgz .theway .right .item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.landing-wbgz .theway .right .item p {
  font: normal normal normal 2rem/3rem Mark Pro;
  margin: 0;
  display: none;
}
.landing-wbgz .theway .right .item p.num {
  position: absolute;
  display: block;
  background-color: #CDCDCB;
  color: white;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50%;
  left: 3rem;
  transform: translateY(0.2rem);
}
.landing-wbgz .theway .right .item h3 {
  font: normal normal normal 2.4rem/3.4rem Mark Pro;
  margin: 0;
  color: #51534A;
}
.landing-wbgz .theway .right .item.active p.num {
  background-color: #963821;
}
.landing-wbgz .theway .right .item.active h3 {
  color: #007681;
  margin: 0 0 1rem;
}
.landing-wbgz .theway .right .item.active p {
  display: block;
}
@media (max-width: 1240px) {
  .landing-wbgz .theway .sideBySide {
    flex-direction: column;
  }
  .landing-wbgz .theway .sideBySide .right {
    max-width: unset;
  }
  .landing-wbgz .theway .sideBySide .right .item {
    padding: 2rem 2rem 2rem 6.8rem;
  }
  .landing-wbgz .theway .sideBySide .right .item p {
    font: normal normal normal 1.7rem/2.6rem Mark Pro;
  }
  .landing-wbgz .theway .sideBySide .right .item p.num {
    left: 2rem;
    font: normal normal normal 2rem/3rem Mark Pro;
  }
}
.landing-wbgz .timeline {
  padding-bottom: 5rem;
}
.landing-wbgz .timeline img {
  margin: 5rem 0;
  width: 100%;
}
.landing-wbgz .benefits h2, .landing-wbgz .benefits p.sub {
  text-align: center;
}
.landing-wbgz .benefits .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.3rem;
  margin-top: 5rem;
}
.landing-wbgz .benefits .items .item {
  text-align: center;
  background-color: white;
  padding: 4rem 3rem;
  border-radius: 1.4rem;
}
.landing-wbgz .benefits .items .item img {
  margin-bottom: 3.5rem;
}
.landing-wbgz .benefits .items .item h3 {
  font: normal normal bold 2rem/3rem Mark Pro;
  margin-top: 0;
}
.landing-wbgz .benefits .items .item p {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .landing-wbgz .benefits .items {
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .landing-wbgz .benefits .items {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
.landing-wbgz .appointment {
  margin-bottom: 12rem;
}
.landing-wbgz .appointment .sideBySide > .right form h2 {
  font: normal normal bold 2.4rem/3.4rem Mark Pro;
}
.landing-wbgz .contact img {
  max-width: 20rem;
  margin-bottom: 3rem;
}
.w3vCookieBanner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 32;
  background: rgba(0, 0, 0, 0.4);
}
.w3vCookieBanner .wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 5rem 2rem;
}
.w3vCookieBanner .content {
  max-width: 1440px;
  margin: 0 auto;
}
.w3vCookieBanner .content h2 {
  font: normal normal bold 2rem / 2.5rem "Mark Pro";
}
.w3vCookieBanner .content p {
  font: normal normal normal 1.6rem/2.6rem Mark Pro;
}
.w3vCookieBanner .content .buttons {
  display: flex;
  justify-content: space-between;
}
.w3vCookieBanner .content .buttons div {
  display: flex;
  gap: 1rem;
}
@media (max-width: 600px) {
  .w3vCookieBanner {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    max-height: 90vh;
    padding: 2rem;
  }
  .w3vCookieBanner .content .buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .w3vCookieBanner .content .buttons div {
    flex-direction: column;
  }
}
.w3vDialog {
  position: fixed;
  z-index: 33;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.w3vDialog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: white;
  max-width: 950px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 100%;
  overflow-y: auto;
  padding: 0;
  border-radius: 1.2rem;
}
.w3vDialog .content .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  padding: 2rem;
}
.w3vDialog .content .header p {
  font: normal normal normal 2rem/3rem Mark Pro;
  margin: 0;
}
.w3vDialog .content .header .buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.w3vDialog .content .header .buttons button {
  font: normal normal bold 1.4rem/1.8rem Mark Pro;
}
.w3vDialog .content .header .buttons a {
  margin-left: 1rem;
  cursor: pointer;
}
.w3vDialog .content .body {
  padding: 3.8rem;
  display: flex;
  gap: 3rem;
}
.w3vDialog .content .body .menu {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.w3vDialog .content .body .menu .item {
  width: 25rem;
  box-shadow: 0px 3px 10px #0000001F;
  border-radius: 2px;
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  cursor: pointer;
}
.w3vDialog .content .body .menu .item p {
  font: normal normal bold 1.6rem/3rem Mark Pro;
  color: #373734;
}
.w3vDialog .content .body .menu .item.active {
  background-color: #FCF7EE;
}
.w3vDialog .content .body .menu .item.active p {
  color: #963821;
}
.w3vDialog .content .body .main {
  max-height: 30rem;
  overflow: hidden auto;
}
.w3vDialog .content .body .main .page {
  display: none;
}
.w3vDialog .content .body .main .page.active {
  display: block;
}
.w3vDialog .content .body .main h3 {
  font: normal normal bold 1.6rem/2.6rem Mark Pro;
  color: #963821;
  margin-top: 0;
}
.w3vDialog .content .body .main ul {
  padding-left: 1.8rem;
}
.w3vDialog .content .body .main p, .w3vDialog .content .body .main li {
  font: normal normal normal 1.4rem/2.2rem Mark Pro;
  padding-bottom: 1rem;
}
