@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: 1400px;
  margin: 0 auto;
}
section .headline {
  max-width: 1650px;
  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";
}
.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: 1100px) {
  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.left h3 {
  color: #963821;
}
footer .content div .linkedin {
  color: #51534a;
}
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;
}
.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;
  }
}
.filterNews {
  display: flex;
  flex-direction: column-reverse;
}
.filterNews select {
  border: 1px solid #707070;
  height: 5rem;
  border-radius: 0.5rem;
  font: normal normal bold 2rem/3.4rem Mark Pro;
  color: #51534A;
  padding: 0 2rem;
  background: none;
}
.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;
    min-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 {
  border: 1px solid #707070;
  height: 5rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  font: normal normal bold 2rem/2rem Mark Pro;
}
form a.button {
  max-width: 16.5rem;
}
@media (max-width: 992px) {
  form {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  form .line {
    flex-direction: column;
  }
}
#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 .sideBySide {
  grid-gap: 9rem;
}
.quote .sideBySide img {
  border-radius: 50%;
  max-width: 340px;
  width: 100%;
}
.quote .sideBySide h3 {
  font-weight: bold;
  color: #963821;
}
.quote .sideBySide p.position {
  margin: 0;
  color: #007681;
}
.quote .sideBySide p:not(.position) {
  font-style: italic;
  padding-left: 2rem;
}
@media (max-width: 1100px) {
  .quote .sideBySide {
    flex-direction: column;
    grid-gap: 5rem;
  }
}
@media (max-width: 600px) {
  .quote .sideBySide img {
    width: 100%;
    max-width: unset;
  }
}
.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 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: 3rem;
  transform: rotate(5deg);
  bottom: calc(100% + -4rem);
}
@media (max-width: 1512px) {
  .hero a.round {
    width: 11.5vw;
    height: 14vw;
    padding: 0 1.6vw;
    font: normal normal bold 1.8vw / 2.4vw Mark Pro;
    right: 2vw;
    bottom: calc(100% - 3vw);
    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 3rem/3.6rem Mark Pro;
  }
  .hero .content p.sub {
    font: normal normal normal 2rem/3.4rem Mark Pro;
  }
  .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% - 1rem);
    top: unset;
  }
  .hero img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    border-radius: 0;
  }
}
.home .about .sideBySide {
  grid-gap: 15rem;
}
.home .about .sideBySide div {
  width: 50%;
}
.home .about .sideBySide .right .box {
  display: flex;
  align-items: center;
  grid-gap: 2rem;
  width: 100%;
  color: white;
  background-color: #56879D;
  padding: 4rem 6rem;
}
.home .about .sideBySide .right .box img {
  height: 14rem;
}
.home .about .sideBySide .right .box p {
  margin: 0;
}
.home .about .sideBySide .right .box a {
  color: white;
  display: flex;
  align-items: center;
}
.home .about .sideBySide .right .box a i {
  margin-right: 2rem;
}
@media (max-width: 1200px) {
  .home .about .sideBySide {
    flex-direction: column;
    grid-gap: 5rem;
  }
  .home .about .sideBySide div {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .home .about .sideBySide .right .box {
    padding: 3rem;
  }
  .home .about .sideBySide .right .box img {
    height: 10rem;
  }
}
@media (max-width: 600px) {
  .home .about .sideBySide .right .box {
    padding: 3rem;
  }
  .home .about .sideBySide .right .box img {
    display: none;
  }
}
.home .tkg .sideBySide div.left {
  width: 30%;
}
.home .tkg .sideBySide div.right {
  width: 60%;
}
@media (max-width: 1100px) {
  .home .tkg .sideBySide {
    flex-direction: column;
    grid-gap: 5rem;
  }
  .home .tkg .sideBySide div.left, .home .tkg .sideBySide div.right {
    width: 100%;
  }
}
.home .associations .content {
  max-width: 1400px;
}
.home .associations .content h2 {
  text-align: center;
  margin-bottom: 5rem;
}
.home .associations .splide__slide {
  text-align: center;
  padding: 0 2rem;
  cursor: pointer;
}
.home .associations .splide__slide p {
  font: normal normal normal 3rem/3.4rem Mark Pro;
  color: #007681;
  margin-top: 2rem;
}
.home .associations .splide__slide p:last-of-type {
  margin-bottom: 0;
}
.home .associations .splide__slide p a {
  margin-left: -2rem;
}
.home .associations .splide__slide img {
  height: 7rem;
  max-width: 100%;
}
.home .associations .splide__slide img.hl {
  display: none;
}
.home .associations .splideButtons button.prev {
  left: -2rem;
}
.home .associations .splideButtons button.next {
  right: -2rem;
}
@media (max-width: 992px) {
  .home .associations {
    max-width: 80vw;
    margin: 0 auto;
  }
  .home .associations .splideButtons button.prev {
    left: -6rem;
  }
  .home .associations .splideButtons button.next {
    right: -6rem;
  }
}
@media (max-width: 768px) {
  .home .associations .splideButtons button.prev {
    left: -5rem;
  }
  .home .associations .splideButtons button.next {
    right: -5rem;
  }
}
@media (max-width: 600px) {
  .home .associations {
    max-width: 100%;
  }
  .home .associations .splide__slide p {
    font: normal normal normal 2rem/3.4rem Mark Pro;
  }
  .home .associations .splideButtons button.prev {
    left: -2rem;
  }
  .home .associations .splideButtons button.next {
    right: -2rem;
  }
}
.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%;
}
.glassfiber .how .sideBySide .right .option {
  margin-bottom: 4rem;
}
.glassfiber .how .sideBySide .right .option h3 {
  margin: 0 0 1.7rem;
}
.glassfiber .how .sideBySide .right .option a {
  display: block;
  position: relative;
  grid-gap: 2rem;
  color: #51534A;
  font-weight: 300;
  font: normal normal 300 2rem/3.4rem Mark Pro;
  padding-left: 6rem;
  margin-bottom: 1rem;
}
.glassfiber .how .sideBySide .right .option a span {
  position: absolute;
  left: 0;
  top: -0.5rem;
  display: inline-block;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #F58C35;
  text-decoration: none;
  z-index: 1;
}
.glassfiber .how .sideBySide .right .option a span.red {
  background-color: #963821;
}
.glassfiber .how .sideBySide .right .option a span.green {
  background-color: #00BC82;
}
@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;
}
.company .numbers {
  text-align: center;
}
.company .threeCols {
  display: flex;
  justify-content: space-evenly;
  grid-gap: 2rem;
  max-width: 1650px;
  margin: 2rem auto 0;
}
.company .threeCols img {
  width: 9rem;
}
.company .threeCols h3 {
  margin: 1rem 0 0;
}
.company .threeCols p {
  font: normal normal bold 6rem/6rem Mark Pro;
  color: #007681;
  margin: 1rem 0 0;
}
@media (max-width: 860px) {
  .company .threeCols {
    flex-direction: column;
    grid-gap: 5rem;
  }
}
.news section .sideBySide .left {
  flex-grow: 1;
}
@media (max-width: 992px) {
  .news section .sideBySide {
    flex-direction: column;
  }
  .news section .sideBySide select {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .news section .sideBySide select {
    max-width: unset;
  }
}
.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;
  }
}
@media (max-width: 600px) {
  .news-details .main .sideBar img {
    width: 100%;
  }
}
.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;
			}
		}
	}
}*/
