/* VARS */
/* :VARS */
/* GRID */
@media (min-width: 576px) {
  .container, .container-sm, .containergrid {
    max-width: 100%; } }
@media (min-width: 768px) {
  .container, .container-md, .container-sm, .containergrid {
    max-width: 100%; } }
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .containergrid {
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .containergrid {
    max-width: 1672px; } }
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .containergrid {
    max-width: 1672px; } }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

.containergrid {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .containergrid {
      padding-right: 16px;
      padding-left: 16px; } }

main .container .container {
  padding-left: 0px;
  padding-right: 0px; }

.containergrid {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 4fr 6fr;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-template-areas: "Logo Mobhandler" "Navigation Navigation" "Meta Meta"; }
  @media (min-width: 576px) {
    .containergrid {
      grid-template-columns: 2fr 8fr; } }
  @media (min-width: 992px) {
    .containergrid {
      display: grid;
      grid-auto-flow: row dense;
      grid-template-columns: 2fr 10fr;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-template-areas: "Logo Meta" "Navigation Navigation"; } }
  @media (min-width: 1200px) {
    .containergrid {
      display: grid;
      grid-template-columns: 2fr 10fr;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-auto-flow: row dense;
      grid-template-areas: "Logo Meta" "Logo Navigation"; } }
  @media (min-width: 992px) {
    .containergrid .mainnav {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .containergrid .mainnav {
      margin-top: 6px; } }

.Logo {
  grid-area: Logo;
  padding-left: 16px; }
  @media (min-width: 992px) {
    .Logo {
      padding-left: 0; } }

.Meta {
  grid-area: Meta;
  background-color: #EFF6F6;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  display: none; }
  @media (min-width: 992px) {
    .Meta {
      max-height: unset;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0;
      display: block !important; } }
  @media (min-width: 1200px) {
    .Meta {
      margin-bottom: 18px; } }

.Navigation {
  grid-area: Navigation;
  background-color: #EFF6F6;
  position: relative;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  display: none; }
  @media (min-width: 992px) {
    .Navigation {
      background-color: transparent;
      max-height: unset;
      padding-left: 0;
      padding-right: 0;
      display: block !important;
      overflow: unset;
      position: unset; } }

.Mobhandler {
  grid-area: Mobhandler;
  display: flex;
  flex-direction: initial;
  justify-content: flex-end;
  padding-right: 16px; }
  @media (min-width: 992px) {
    .Mobhandler {
      display: none;
      padding-right: 0; } }
  .Mobhandler .searchicon, .Mobhandler .navicon {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center; }

/* :GRID */
/* GLOBAL */
body {
  background: url("../img/Urimo-Visualisierung.jpg") no-repeat center -70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  height: 100vh; }
  @media screen and (min-width: 992px) {
    body {
      background: url("../img/Urimo-Visualisierung.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

h1 {
  font-family: 'Barlow';
  font-weight: bold;
  line-height: 1.1;
  color: #222222;
  margin-bottom: 34px;
  line-height: 1.5;
  font-size: 40px;
  margin-top: 39px; }
  @media screen and (min-width: 576px) {
    h1 {
      font-size: calc(40px + 26 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 66px;
      margin: 0;
      margin-bottom: 10px; } }

h2 {
  font-family: 'Barlow';
  font-weight: bold;
  line-height: 1.5;
  color: #eaaa00;
  margin-bottom: 30px;
  margin-top: 25px;
  font-size: 32px; }
  @media screen and (min-width: 576px) {
    h2 {
      font-size: calc(32px + 20 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 52px;
      margin: 0; } }

h3 {
  font-family: 'Barlow';
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  color: #222222;
  margin-bottom: 25px;
  margin-top: 50px;
  font-size: 24px; }
  @media screen and (min-width: 576px) {
    h3 {
      font-size: calc(24px + 12 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-family: 'Barlow';
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 0px;
  margin-top: 0px; }

p {
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: 'Barlow';
  line-height: 1.5;
  font-weight: normal;
  line-height: 1.5;
  font-size: 18px; }
  @media screen and (min-width: 576px) {
    p {
      font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    p {
      font-size: 22px; } }
  p.lead {
    margin-top: 34px;
    margin-bottom: 25px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1.5;
    font-size: 20px; }
    @media screen and (min-width: 576px) {
      p.lead {
        font-size: calc(20px + 10 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      p.lead {
        font-size: 30px; } }
  p strong {
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'Barlow';
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px; }
    @media screen and (min-width: 576px) {
      p strong {
        font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      p strong {
        font-size: 22px; } }

.btn {
  font-family: 'Barlow';
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (min-width: 576px) {
    .btn {
      font-size: calc(18px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .btn {
      font-size: 20px; } }
  .btn.btn-small-full {
    border-radius: 25px;
    color: #ffffff;
    background-color: #6E95A4;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: background-color .45s ease-in-out; }
    .btn.btn-small-full:hover {
      background-color: #eaaa00; }
  .btn.btn-small {
    border-radius: 25px;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #222222;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: background-color .45s ease-in-out, color .45s ease-in-out, border .45s ease-in-out; }
    .btn.btn-small:hover {
      background-color: #eaaa00;
      color: #ffffff;
      border: 1px solid #eaaa00; }

.btn_footer {
  font-family: 'Barlow';
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 38px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 25px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background-color .45s ease-in-out, color .45s ease-in-out, border .45s ease-in-out; }
  @media screen and (min-width: 576px) {
    .btn_footer {
      font-size: calc(18px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .btn_footer {
      font-size: 20px; } }
  @media screen and (min-width: 768px) {
    .btn_footer {
      margin-bottom: 44px; } }
  .btn_footer:hover {
    color: #ffffff;
    background-color: #eaaa00;
    border: 1px solid #eaaa00; }

span.legend {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px; }
  @media screen and (min-width: 576px) {
    span.legend {
      font-size: calc(14px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    span.legend {
      font-size: 18px; } }

ol {
  margin-bottom: 113px;
  margin-top: 113px; }
  ol li {
    position: relative;
    padding-left: 21px;
    counter-increment: customlistcounter;
    font-family: 'Barlow';
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 28px; }
    @media screen and (min-width: 576px) {
      ol li {
        font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      ol li {
        font-size: 22px; } }
    ol li:last-of-type {
      margin-bottom: 0; }
    ol li strong {
      margin-bottom: 30px;
      margin-top: 30px;
      font-family: 'Barlow';
      line-height: 1.5;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (min-width: 576px) {
        ol li strong {
          font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        ol li strong {
          font-size: 22px; } }
    ol li::marker {
      color: #ffffff;
      font-size: 18px;
      line-height: 1; }
      @media screen and (min-width: 576px) {
        ol li::marker {
          font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        ol li::marker {
          font-size: 22px; } }
    ol li:before {
      content: counter(customlistcounter) " ";
      width: 36px;
      height: 36px;
      background-color: #eaaa00;
      position: absolute;
      left: -31px;
      border-radius: 50%;
      top: 2px;
      font-size: 18px;
      color: #ffffff;
      text-align: center; }
      @media screen and (min-width: 576px) {
        ol li:before {
          font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        ol li:before {
          font-size: 22px; } }

.textnr {
  background-color: white; }
  .textnr ul {
    margin-bottom: 113px;
    margin-top: 113px; }
    .textnr ul li {
      position: relative;
      padding-left: 21px;
      counter-increment: customlistcounter;
      font-family: 'Barlow';
      line-height: 1.5;
      font-weight: normal;
      margin-bottom: 28px;
      list-style-type: none;
      font-size: 18px; }
      @media screen and (min-width: 576px) {
        .textnr ul li {
          font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .textnr ul li {
          font-size: 22px; } }
      .textnr ul li:last-of-type {
        margin-bottom: 0; }
      .textnr ul li strong {
        margin-bottom: 30px;
        margin-top: 30px;
        font-family: 'Barlow';
        line-height: 1.5;
        font-weight: bold;
        font-size: 18px; }
        @media screen and (min-width: 576px) {
          .textnr ul li strong {
            font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .textnr ul li strong {
            font-size: 22px; } }
      .textnr ul li:before {
        content: '';
        width: 36px;
        height: 4px;
        background-color: #eaaa00;
        position: absolute;
        left: -31px;
        top: 15px;
        font-size: 22px;
        color: #ffffff;
        text-align: center; }
  .textnr a {
    font-family: 'Barlow';
    line-height: 1.5;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    color: #222222;
    transition: color .45s ease-in-out;
    font-size: 18px; }
    @media screen and (min-width: 576px) {
      .textnr a {
        font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .textnr a {
        font-size: 22px; } }
    .textnr a:after {
      content: '';
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -2px;
      position: absolute;
      background-color: #222222;
      transition: height .45s ease-in-out, background-color .45s ease-in-out;
      z-index: -1; }
    .textnr a:hover {
      color: #eaaa00; }
      .textnr a:hover:after {
        height: 26px;
        background-color: #eaaa00; }

address {
  font-size: 18px;
  margin-bottom: 38px;
  transition: margin-bottom .25s ease-in-out;
  line-height: 1.59; }
  @media screen and (min-width: 576px) {
    address {
      font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: 35px; } }
  @media screen and (min-width: 992px) {
    address {
      font-size: 22px;
      margin-bottom: 90px; } }
  address a {
    color: #ffffff;
    text-decoration: none;
    transition: color .45s ease-in-out; }
    address a span svg {
      position: relative;
      left: 5px;
      transition: left .45s ease-in-out; }
      address a span svg line, address a span svg path {
        stroke: #ffffff;
        transition: stroke .45s ease-in-out; }
    address a:hover {
      color: #eaaa00; }
      address a:hover span svg {
        left: 10px; }
        address a:hover span svg line, address a:hover span svg path {
          stroke: #eaaa00; }

main {
  margin-top: calc(100vh - 210px);
  transition: padding-top .25s ease-in-out;
  position: relative; }
  @media screen and (min-width: 400px) {
    main {
      margin-top: calc(100vh - 250px); } }
  @media screen and (min-width: 500px) {
    main {
      margin-top: calc(100vh - 260px); } }
  @media screen and (min-width: 550px) {
    main {
      margin-top: calc(100vh - 290px); } }
  @media screen and (min-width: 576px) {
    main {
      margin-top: calc(100vh - 220px); } }
  @media screen and (min-width: 768px) {
    main {
      margin-top: calc(100vh - 260px); } }
  @media screen and (min-width: 992px) {
    main {
      margin-top: calc(100vh - 350px); } }
  @media screen and (min-width: 1200px) {
    main {
      margin-top: calc(100vh - 380px); } }
  @media screen and (min-width: 1400px) {
    main {
      margin-top: calc(100vh - 420px); } }
  @media screen and (min-width: 1600px) {
    main {
      margin-top: calc(100vh - 490px); } }
  @media screen and (min-width: 2000px) {
    main {
      margin-top: calc(100vh - 550px); } }
  @media screen and (min-width: 2500px) {
    main {
      margin-top: calc(100vh - 600px); } }

.page-subnav {
  position: relative;
  padding-top: 42px;
  top: unset; }
  @media screen and (min-width: 768px) {
    .page-subnav {
      position: sticky;
      top: 0; } }
  @media screen and (min-width: 768px) {
    .page-subnav {
      padding-top: 117px; } }
  @media screen and (min-width: 769px) {
    .page-subnav {
      padding-top: calc(117px + 60 * ((100vw - 769px) / (992 - 769))); } }
  @media screen and (min-width: 992px) {
    .page-subnav {
      padding-top: 177px; } }
  .page-subnav ul {
    list-style-type: none;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .page-subnav ul {
        float: right;
        text-align: right; } }
    .page-subnav ul li {
      display: none; }
      @media screen and (min-width: 768px) {
        .page-subnav ul li {
          display: block; } }
      .page-subnav ul li a {
        font-family: 'Barlow';
        font-size: 22px;
        line-height: 1.5;
        font-weight: normal;
        color: #222222;
        text-decoration: none;
        transform: color .4s ease-in-out; }
        .page-subnav ul li a.active, .page-subnav ul li a:hover {
          color: #eaaa00; }
  .page-subnav:before {
    content: 'In diesem Artikel...';
    height: 44px;
    width: 100%;
    position: absolute;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 20px; }
    @media screen and (min-width: 576px) {
      .page-subnav:before {
        font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .page-subnav:before {
        font-size: 22px; } }
    @media screen and (min-width: 768px) {
      .page-subnav:before {
        content: unset; } }

.hamburger {
  padding: 15px 15px;
  padding-right: 0px;
  padding-left: 35px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  top: 3px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1); }
  .hamburger:before, .hamburger:after {
    background-color: #000; }
  .hamburger-box {
    width: 32px;
    height: 18px;
    display: inline-block;
    position: relative; }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #222222;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active {
  top: 1px; }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

::selection {
  background: #eaaa00;
  color: #ffffff; }

::-moz-selection {
  background: #eaaa00;
  color: #ffffff; }

/* :GLOBAL */
/* FONTS */
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow-Bold.eot");
  src: url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.ttf") format("truetype"), url("../fonts/Barlow-Bold.svg#Barlow-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow-Medium.eot");
  src: url("../fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf") format("truetype"), url("../fonts/Barlow-Medium.svg#Barlow-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow-Regular.eot");
  src: url("../fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.ttf") format("truetype"), url("../fonts/Barlow-Regular.svg#Barlow-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: 'Barlow'; }

/* :FONTS */
/* HEADER */
header {
  background: transparent;
  z-index: 10000;
  position: relative;
  width: 100%;
  top: 0;
  transition: top .45s ease-in-out;
  max-height: 100vh; }
  @media (min-width: 992px) {
    header {
      max-height: unset; } }
  header.headeractive {
    top: 0 !important; }
  @media (min-width: 992px) {
    header.headerinactive {
      top: -184px !important; } }
  @media (min-width: 1200px) {
    header.headerinactive {
      top: -134px !important; } }
  header .logo {
    margin-top: 20px; }
    header .logo a {
      display: block;
      width: 100%; }
      header .logo a img {
        width: 100%;
        height: auto; }
  header nav ul {
    list-style-type: none;
    padding: 0;
    margin-top: 25px; }
    @media (min-width: 992px) {
      header nav ul {
        margin-bottom: 19px;
        margin-top: 0; } }
    header nav ul li {
      display: inline-block; }
  header nav.mainnav {
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 0px;
    display: block; }
    @media (min-width: 992px) {
      header nav.mainnav {
        margin-left: 25px;
        margin-top: 73px; } }
    header nav.mainnav ul {
      margin-top: 0; }
      @media (min-width: 992px) {
        header nav.mainnav ul {
          margin-bottom: 0px; } }
    @media (min-width: 992px) {
      header nav.mainnav {
        display: block;
        margin-top: 0px;
        margin-left: -29px; } }
    @media (min-width: 1200px) {
      header nav.mainnav {
        margin-left: 25px; } }
    header nav.mainnav li {
      display: block;
      border-bottom: 1px solid #B8D8D8;
      position: relative; }
      @media (min-width: 992px) {
        header nav.mainnav li {
          margin-left: 4px;
          display: inline-block;
          border-bottom: none;
          position: unset; } }
      header nav.mainnav li:last-of-type {
        margin-left: 0; }
      header nav.mainnav li.mobsubtriggeractouter > a {
        color: #eaaa00; }
        @media (min-width: 992px) {
          header nav.mainnav li.mobsubtriggeractouter > a {
            color: #222222; } }
      header nav.mainnav li a {
        text-decoration: none;
        line-height: 1.2;
        color: #222222;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
        font-size: 20px;
        position: relative;
        padding-right: 60px;
        transition: color .25s ease-out; }
        @media (min-width: 992px) {
          header nav.mainnav li a {
            padding-bottom: 20px;
            padding-left: 24px;
            padding-right: 24px; } }
        @media (min-width: 1200px) {
          header nav.mainnav li a {
            padding-bottom: 31px; } }
        header nav.mainnav li a:hover {
          color: #eaaa00; }
        header nav.mainnav li a:after {
          content: '';
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 0px;
          background-color: #eaaa00;
          transition: height .25s ease-out; }
      header nav.mainnav li .mobsubtrigger {
        position: absolute;
        padding: 16px;
        right: 0;
        top: -6px;
        padding-right: 0;
        cursor: pointer; }
        header nav.mainnav li .mobsubtrigger svg {
          transform: rotate(0);
          transition: transform .25s ease-out; }
        header nav.mainnav li .mobsubtrigger.mobsubtriggeract svg {
          transform: rotate(180deg); }
        @media (min-width: 992px) {
          header nav.mainnav li .mobsubtrigger {
            display: none; } }
      @media (min-width: 992px) {
        header nav.mainnav li.active a:after {
          height: 5px; } }
      header nav.mainnav li.active a:hover {
        color: #222222; }
      header nav.mainnav li.active .megamenu {
        z-index: 1000; }
        @media (min-width: 992px) {
          header nav.mainnav li.active .megamenu {
            max-height: 1500px;
            padding-top: calc(70px + 35 * ((100vw - 992px) / (1200 - 992)));
            padding-bottom: calc(80px + 40 * ((100vw - 992px) / (1200 - 992))); }
            header nav.mainnav li.active .megamenu .col-xl-3 {
              top: 0;
              opacity: 1; }
              header nav.mainnav li.active .megamenu .col-xl-3:nth-of-type(2) {
                transition-delay: .2s; }
              header nav.mainnav li.active .megamenu .col-xl-3:nth-of-type(3) {
                transition-delay: .4s; }
              header nav.mainnav li.active .megamenu .col-xl-3:nth-of-type(4) {
                transition-delay: .6s; } }
        @media screen and (min-width: 1200px) {
          header nav.mainnav li.active .megamenu {
            padding-top: 105px;
            padding-bottom: 120px; } }
      @media (min-width: 992px) {
        header nav.mainnav li:hover a {
          color: #eaaa00; } }
      header nav.mainnav li:hover .megamenu {
        z-index: 1000; }
        @media (min-width: 992px) {
          header nav.mainnav li:hover .megamenu {
            max-height: 1500px;
            padding-top: 50px;
            padding-bottom: 80px; }
            header nav.mainnav li:hover .megamenu .col-xl-3 {
              top: 0;
              opacity: 1; }
              header nav.mainnav li:hover .megamenu .col-xl-3:nth-of-type(1) {
                transition-delay: .1s; }
              header nav.mainnav li:hover .megamenu .col-xl-3:nth-of-type(2) {
                transition-delay: .30s; }
              header nav.mainnav li:hover .megamenu .col-xl-3:nth-of-type(3) {
                transition-delay: .5s; }
              header nav.mainnav li:hover .megamenu .col-xl-3:nth-of-type(4) {
                transition-delay: .7s; } }
        @media (min-width: 1200px) {
          header nav.mainnav li:hover .megamenu {
            padding-top: 105px;
            padding-bottom: 120px; } }
      header nav.mainnav li .megamenu {
        background-color: #EFF6F6;
        width: 100%;
        padding-top: 0;
        overflow: hidden;
        z-index: 100;
        transition: padding-top .5s ease-in-out, padding-bottom .5s ease-in-out;
        position: relative;
        left: unset;
        top: unset;
        display: none; }
        @media (min-width: 992px) {
          header nav.mainnav li .megamenu {
            display: block !important;
            max-height: 0;
            transition: max-height .5s ease-in-out, padding-top .5s ease-in-out, padding-bottom .5s ease-in-out; } }
        header nav.mainnav li .megamenu.megamenuacti {
          padding-bottom: 52px; }
          @media (min-width: 992px) {
            header nav.mainnav li .megamenu.megamenuacti {
              max-height: 1500px; } }
        @media (min-width: 992px) {
          header nav.mainnav li .megamenu {
            position: absolute;
            left: 0px;
            max-height: 0;
            top: 176px;
            padding-top: 0;
            padding-bottom: 0; } }
        @media (min-width: 1200px) {
          header nav.mainnav li .megamenu {
            top: 133px; } }
        header nav.mainnav li .megamenu .col-xl-3 {
          position: relative; }
          @media (min-width: 992px) {
            header nav.mainnav li .megamenu .col-xl-3 {
              transition: top .45s ease-out, opacity .85s ease-out;
              opacity: 0;
              top: -40px; } }
          header nav.mainnav li .megamenu .col-xl-3:last-of-type {
            margin-bottom: 50px; }
            @media (min-width: 992px) {
              header nav.mainnav li .megamenu .col-xl-3:last-of-type {
                margin-bottom: 0; } }
        header nav.mainnav li .megamenu ul {
          margin-top: 32px; }
          @media (min-width: 1200px) {
            header nav.mainnav li .megamenu ul {
              margin-top: unset; } }
          header nav.mainnav li .megamenu ul li {
            display: block;
            margin-left: 0px;
            border-bottom: 1px solid #B8D8D8; }
            header nav.mainnav li .megamenu ul li a {
              font-size: 18px;
              line-height: 1.2;
              color: #222222;
              padding: 0;
              padding-bottom: 5px;
              padding-top: 5px;
              display: block;
              font-weight: normal;
              transition: color .25s ease-out; }
              @media screen and (min-width: 576px) {
                header nav.mainnav li .megamenu ul li a {
                  padding-bottom: calc(7px + 10 * ((100vw - 576px) / (992 - 576)));
                  padding-top: calc(7px + 10 * ((100vw - 576px) / (992 - 576))); } }
              @media screen and (min-width: 992px) {
                header nav.mainnav li .megamenu ul li a {
                  padding-bottom: 17px;
                  padding-top: 17px; } }
              header nav.mainnav li .megamenu ul li a:after {
                content: unset; }
            header nav.mainnav li .megamenu ul li:first-of-type {
              border-bottom: none; }
              @media (min-width: 992px) {
                header nav.mainnav li .megamenu ul li:first-of-type {
                  border-bottom: 1px solid #B8D8D8; } }
              header nav.mainnav li .megamenu ul li:first-of-type a {
                font-size: 18px;
                padding-bottom: 7px;
                line-height: 1.3;
                color: #222222;
                font-weight: 500;
                padding-top: 0;
                display: block; }
                @media screen and (min-width: 576px) {
                  header nav.mainnav li .megamenu ul li:first-of-type a {
                    font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
                @media screen and (min-width: 992px) {
                  header nav.mainnav li .megamenu ul li:first-of-type a {
                    font-size: 22px;
                    padding-bottom: 5px; } }
            header nav.mainnav li .megamenu ul li.active a {
              color: #eaaa00;
              font-weight: 500; }
            header nav.mainnav li .megamenu ul li.active:first-of-type a {
              font-weight: bold; }
            header nav.mainnav li .megamenu ul li:hover a {
              color: #eaaa00; }
  header nav.metanav {
    margin-top: 0;
    float: none;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      header nav.metanav {
        display: block;
        margin-top: 15px;
        float: right;
        padding-top: 0;
        padding-bottom: 0; } }
    header nav.metanav ul {
      margin-top: 0; }
      @media (min-width: 992px) {
        header nav.metanav ul {
          margin-top: 0;
          margin-bottom: 0; } }
    header nav.metanav li {
      display: block;
      margin-right: 15px;
      margin-bottom: 16px; }
      @media screen and (min-width: 992px) {
        header nav.metanav li {
          margin-bottom: 0;
          display: inline-flex;
          margin-right: calc(15px + 15 * ((100vw - 992px) / (1400 - 992))); } }
      @media screen and (min-width: 1400px) {
        header nav.metanav li {
          margin-right: 30px; } }
      header nav.metanav li:last-of-type {
        margin-right: 0; }
      header nav.metanav li a {
        text-decoration: none;
        font-size: 18px;
        line-height: 1.2;
        color: #222222;
        font-weight: normal;
        transition: color .25s ease-out;
        position: relative;
        padding-bottom: 6px; }
        @media screen and (min-width: 992px) {
          header nav.metanav li a {
            font-size: 16px; } }
        header nav.metanav li a:hover {
          color: #eaaa00; }
        header nav.metanav li a:after {
          content: '';
          position: absolute;
          left: 0px;
          bottom: 3px;
          width: 100%;
          height: 0px;
          background-color: #eaaa00;
          transition: height .25s ease-out; }
          @media screen and (min-width: 992px) {
            header nav.metanav li a:after {
              bottom: 0px; } }
      header nav.metanav li.active a:after {
        height: 2px; }
        @media screen and (min-width: 992px) {
          header nav.metanav li.active a:after {
            height: 3px; } }
      header nav.metanav li.active a:hover {
        color: #222222; }
      header nav.metanav li:last-of-type {
        margin-bottom: 14px; }
        @media screen and (min-width: 992px) {
          header nav.metanav li:last-of-type {
            margin-bottom: -10px; } }
        header nav.metanav li:last-of-type a {
          display: inline-block;
          display: inline-block;
          float: left;
          margin-right: 20px; }
          header nav.metanav li:last-of-type a:last-of-type {
            margin-right: 0; }
          header nav.metanav li:last-of-type a:first-of-type {
            margin-right: 20px; }
            @media screen and (min-width: 992px) {
              header nav.metanav li:last-of-type a:first-of-type {
                margin-right: 0; } }
      header nav.metanav li .more_lang {
        display: inline-block; }
        @media screen and (min-width: 992px) {
          header nav.metanav li .more_lang {
            display: none; } }

/* HEADER */
/* FOOTER */
footer {
  padding-top: 40px;
  background-color: #333333; }
  @media screen and (min-width: 576px) {
    footer {
      padding-top: calc(40px + 60 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    footer {
      padding-top: 100px; } }
  footer > * {
    color: #EEEEEE; }
  footer .footer-sec {
    border-top: 1px solid #707070; }
    footer .footer-sec ul {
      list-style-type: none;
      padding-left: 0px;
      margin-bottom: 38px; }
      footer .footer-sec ul li {
        display: inline-block;
        margin-right: 49px; }
        footer .footer-sec ul li a {
          font-family: 'Barlow';
          font-size: 18px;
          line-height: 1.5;
          font-weight: normal;
          text-decoration: none;
          color: #ffffff;
          transition: color .45s ease-in-out; }
          footer .footer-sec ul li a:hover {
            color: #eaaa00; }
    footer .footer-sec p {
      margin-right: 49px;
      font-size: 18px;
      line-height: 1.5;
      margin-top: 36px;
      margin-bottom: 6px; }
      @media screen and (min-width: 768px) {
        footer .footer-sec p {
          margin-bottom: 38px;
          margin-top: 38px;
          float: left; } }
  @media screen and (min-width: 768px) {
    footer .footer_metanav {
      display: inline-block;
      margin-top: 38px;
      margin-bottom: 0; } }
  footer .footer_nav {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      footer .footer_nav {
        margin-top: 3px; } }
    footer .footer_nav ul {
      list-style-type: none;
      padding-left: 0px; }
      footer .footer_nav ul li {
        margin-bottom: 14px;
        margin-right: 49px; }
        @media screen and (min-width: 576px) {
          footer .footer_nav ul li {
            margin-bottom: calc(14px + 3 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          footer .footer_nav ul li {
            margin-bottom: 17px; } }
        footer .footer_nav ul li:last-of-type {
          margin-bottom: 0; }
        footer .footer_nav ul li a {
          color: #ffffff;
          font-weight: bold;
          text-decoration: none;
          font-size: 18px;
          line-height: 1.18;
          transition: color .45s ease-in-out; }
          @media screen and (min-width: 576px) {
            footer .footer_nav ul li a {
              font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
          @media screen and (min-width: 992px) {
            footer .footer_nav ul li a {
              font-size: 22px; } }
          footer .footer_nav ul li a:hover {
            color: #eaaa00; }
  footer .social {
    padding-top: 21px; }
    @media screen and (min-width: 992px) {
      footer .social {
        padding-top: 0; } }
    footer .social p {
      margin-top: 0px;
      margin-bottom: 16px; }
      @media screen and (min-width: 576px) {
        footer .social p {
          margin-bottom: calc(16px + 12 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        footer .social p {
          margin-bottom: 28px; } }
    footer .social a {
      display: inline-block;
      float: left; }
      footer .social a:first-of-type {
        margin-top: 0; }
      footer .social a:last-of-type {
        margin-top: 6px;
        margin-left: 28px; }
      footer .social a svg rect, footer .social a svg path {
        fill: #ffffff;
        transition: fill .45s ease-in-out; }
      footer .social a:hover svg rect, footer .social a:hover svg path {
        fill: #eaaa00; }
  footer .newsletter {
    padding-top: 38px; }
    @media screen and (min-width: 768px) {
      footer .newsletter {
        padding-top: 21px; } }
    @media screen and (min-width: 992px) {
      footer .newsletter {
        padding-top: 0; } }
    footer .newsletter p {
      margin-top: 0px;
      margin-bottom: 28px; }

/* :FOOTER */
/* PAGEHEADER */
.pageheader {
  position: relative;
  margin-top: 0px;
  margin-bottom: 12px; }
  @media screen and (min-width: 576px) {
    .pageheader {
      margin-bottom: calc(12px + 72 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .pageheader {
      margin-bottom: 84px; } }
  .pageheader_breadcrumb {
    margin-top: 20px; }
    .pageheader_breadcrumb a, .pageheader_breadcrumb p {
      display: inline-block;
      text-decoration: none;
      font-size: 14px;
      line-height: 1.2;
      color: #222222;
      font-weight: normal;
      margin-bottom: 0px; }
      @media screen and (min-width: 576px) {
        .pageheader_breadcrumb a, .pageheader_breadcrumb p {
          font-size: calc(14px + 2 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .pageheader_breadcrumb a, .pageheader_breadcrumb p {
          font-size: 16px; } }
      .pageheader_breadcrumb a:hover, .pageheader_breadcrumb p:hover {
        color: #222222; }
    .pageheader_breadcrumb p {
      display: none;
      margin-top: 0px;
      color: #888888; }
      @media (min-width: 576px) {
        .pageheader_breadcrumb p {
          display: inline-block;
          margin-top: 0px; } }
      .pageheader_breadcrumb p:hover {
        color: #888888; }
    .pageheader_breadcrumb a:not(.bcala), .pageheader_breadcrumb .bcspla {
      display: none; }
      @media (min-width: 576px) {
        .pageheader_breadcrumb a:not(.bcala), .pageheader_breadcrumb .bcspla {
          display: inline-block; } }
    .pageheader_breadcrumb .bcapla {
      transform: rotate(180deg);
      display: inline-block;
      top: 4px;
      padding-left: 8px;
      padding-right: 0;
      transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out; }
      @media (min-width: 576px) {
        .pageheader_breadcrumb .bcapla {
          transform: rotate(0);
          top: -1px;
          padding-left: 15px;
          padding-right: 15px; } }
    .pageheader_breadcrumb span {
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      top: -1px; }
  .pageheader_crossbg {
    position: absolute;
    right: 1px;
    bottom: -88px;
    opacity: .5;
    z-index: -1;
    transition: right .2s ease-in-out, bottom .2s ease-in-out, opacity .2s ease-in-out; }
    @media (min-width: 992px) {
      .pageheader_crossbg {
        right: 10px;
        bottom: -110px;
        opacity: 1; } }
    .pageheader_crossbg svg {
      width: 80px; }
      @media (min-width: 992px) {
        .pageheader_crossbg svg {
          width: auto; } }
      .pageheader_crossbg svg #Gruppe_282 line, .pageheader_crossbg svg #Gruppe_275 line, .pageheader_crossbg svg #Gruppe_268 line, .pageheader_crossbg svg #Gruppe_261 line, .pageheader_crossbg svg #Gruppe_254 line, .pageheader_crossbg svg #Gruppe_247 line, .pageheader_crossbg svg #Gruppe_240 line, .pageheader_crossbg svg #Gruppe_233 line, .pageheader_crossbg svg #Gruppe_226 line, .pageheader_crossbg svg #Gruppe_219 line, .pageheader_crossbg svg #Gruppe_212 line, .pageheader_crossbg svg #Gruppe_205 line, .pageheader_crossbg svg #Gruppe_198 line, .pageheader_crossbg svg #Gruppe_191 line, .pageheader_crossbg svg #Gruppe_189 line, .pageheader_crossbg svg #Gruppe_287 line, .pageheader_crossbg svg #Gruppe_280 line, .pageheader_crossbg svg #Gruppe_273 line, .pageheader_crossbg svg #Gruppe_266 line, .pageheader_crossbg svg #Gruppe_259 line, .pageheader_crossbg svg #Gruppe_252 line, .pageheader_crossbg svg #Gruppe_245 line, .pageheader_crossbg svg #Gruppe_238 line, .pageheader_crossbg svg #Gruppe_231 line, .pageheader_crossbg svg #Gruppe_224 line, .pageheader_crossbg svg #Gruppe_217 line, .pageheader_crossbg svg #Gruppe_210 line, .pageheader_crossbg svg #Gruppe_203 line, .pageheader_crossbg svg #Gruppe_196 line, .pageheader_crossbg svg #Gruppe_190 line, .pageheader_crossbg svg #Gruppe_283 line, .pageheader_crossbg svg #Gruppe_276 line, .pageheader_crossbg svg #Gruppe_269 line, .pageheader_crossbg svg #Gruppe_262 line, .pageheader_crossbg svg #Gruppe_255 line, .pageheader_crossbg svg #Gruppe_248 line, .pageheader_crossbg svg #Gruppe_241 line, .pageheader_crossbg svg #Gruppe_234 line, .pageheader_crossbg svg #Gruppe_227 line, .pageheader_crossbg svg #Gruppe_220 line, .pageheader_crossbg svg #Gruppe_213 line, .pageheader_crossbg svg #Gruppe_206 line, .pageheader_crossbg svg #Gruppe_199 line, .pageheader_crossbg svg #Gruppe_192 line, .pageheader_crossbg svg #Gruppe_187 line, .pageheader_crossbg svg #Gruppe_284 line, .pageheader_crossbg svg #Gruppe_277 line, .pageheader_crossbg svg #Gruppe_270 line, .pageheader_crossbg svg #Gruppe_263 line, .pageheader_crossbg svg #Gruppe_256 line, .pageheader_crossbg svg #Gruppe_249 line, .pageheader_crossbg svg #Gruppe_242 line, .pageheader_crossbg svg #Gruppe_235 line, .pageheader_crossbg svg #Gruppe_228 line, .pageheader_crossbg svg #Gruppe_221 line, .pageheader_crossbg svg #Gruppe_214 line, .pageheader_crossbg svg #Gruppe_207 line, .pageheader_crossbg svg #Gruppe_200 line, .pageheader_crossbg svg #Gruppe_193 line, .pageheader_crossbg svg #Gruppe_188 line, .pageheader_crossbg svg #Gruppe_185 line, .pageheader_crossbg svg #Gruppe_285 line, .pageheader_crossbg svg #Gruppe_278 line, .pageheader_crossbg svg #Gruppe_271 line, .pageheader_crossbg svg #Gruppe_264 line, .pageheader_crossbg svg #Gruppe_257 line, .pageheader_crossbg svg #Gruppe_250 line, .pageheader_crossbg svg #Gruppe_243 line, .pageheader_crossbg svg #Gruppe_236 line, .pageheader_crossbg svg #Gruppe_229 line, .pageheader_crossbg svg #Gruppe_222 line, .pageheader_crossbg svg #Gruppe_215 line, .pageheader_crossbg svg #Gruppe_208 line, .pageheader_crossbg svg #Gruppe_201 line, .pageheader_crossbg svg #Gruppe_194 line, .pageheader_crossbg svg #Gruppe_286 line, .pageheader_crossbg svg #Gruppe_279 line, .pageheader_crossbg svg #Gruppe_272 line, .pageheader_crossbg svg #Gruppe_265 line, .pageheader_crossbg svg #Gruppe_258 line, .pageheader_crossbg svg #Gruppe_251 line, .pageheader_crossbg svg #Gruppe_244 line, .pageheader_crossbg svg #Gruppe_237 line, .pageheader_crossbg svg #Gruppe_230 line, .pageheader_crossbg svg #Gruppe_223 line, .pageheader_crossbg svg #Gruppe_216 line, .pageheader_crossbg svg #Gruppe_209 line, .pageheader_crossbg svg #Gruppe_202 line, .pageheader_crossbg svg #Gruppe_195 line, .pageheader_crossbg svg #Gruppe_288 line, .pageheader_crossbg svg #Gruppe_281 line, .pageheader_crossbg svg #Gruppe_274 line, .pageheader_crossbg svg #Gruppe_267 line, .pageheader_crossbg svg #Gruppe_260 line, .pageheader_crossbg svg #Gruppe_253 line, .pageheader_crossbg svg #Gruppe_246 line, .pageheader_crossbg svg #Gruppe_239 line, .pageheader_crossbg svg #Gruppe_232 line, .pageheader_crossbg svg #Gruppe_225 line, .pageheader_crossbg svg #Gruppe_218 line, .pageheader_crossbg svg #Gruppe_211 line, .pageheader_crossbg svg #Gruppe_204 line, .pageheader_crossbg svg #Gruppe_188 line, .pageheader_crossbg svg #Gruppe_184 line, .pageheader_crossbg svg #Gruppe_197 line, .pageheader_crossbg svg #Gruppe_186 line {
        stroke: transparent;
        transition: stroke 2.5s ease-in-out; }
      .pageheader_crossbg svg .cractive line {
        stroke: #eaaa00 !important; }
  .pageheader_crossbgb {
    display: none;
    position: absolute;
    float: right;
    bottom: 10px;
    right: 10px; }
    @media (min-width: 992px) {
      .pageheader_crossbgb {
        display: block; } }
    .pageheader_crossbgb svg #Gruppe_282 line, .pageheader_crossbgb svg #Gruppe_275 line, .pageheader_crossbgb svg #Gruppe_268 line, .pageheader_crossbgb svg #Gruppe_261 line, .pageheader_crossbgb svg #Gruppe_254 line, .pageheader_crossbgb svg #Gruppe_247 line, .pageheader_crossbgb svg #Gruppe_240 line, .pageheader_crossbgb svg #Gruppe_233 line, .pageheader_crossbgb svg #Gruppe_226 line, .pageheader_crossbgb svg #Gruppe_219 line, .pageheader_crossbgb svg #Gruppe_212 line, .pageheader_crossbgb svg #Gruppe_205 line, .pageheader_crossbgb svg #Gruppe_198 line, .pageheader_crossbgb svg #Gruppe_191 line, .pageheader_crossbgb svg #Gruppe_189 line, .pageheader_crossbgb svg #Gruppe_287 line, .pageheader_crossbgb svg #Gruppe_280 line, .pageheader_crossbgb svg #Gruppe_273 line, .pageheader_crossbgb svg #Gruppe_266 line, .pageheader_crossbgb svg #Gruppe_259 line, .pageheader_crossbgb svg #Gruppe_252 line, .pageheader_crossbgb svg #Gruppe_245 line, .pageheader_crossbgb svg #Gruppe_238 line, .pageheader_crossbgb svg #Gruppe_231 line, .pageheader_crossbgb svg #Gruppe_224 line, .pageheader_crossbgb svg #Gruppe_217 line, .pageheader_crossbgb svg #Gruppe_210 line, .pageheader_crossbgb svg #Gruppe_203 line, .pageheader_crossbgb svg #Gruppe_196 line, .pageheader_crossbgb svg #Gruppe_190 line, .pageheader_crossbgb svg #Gruppe_283 line, .pageheader_crossbgb svg #Gruppe_276 line, .pageheader_crossbgb svg #Gruppe_269 line, .pageheader_crossbgb svg #Gruppe_262 line, .pageheader_crossbgb svg #Gruppe_255 line, .pageheader_crossbgb svg #Gruppe_248 line, .pageheader_crossbgb svg #Gruppe_241 line, .pageheader_crossbgb svg #Gruppe_234 line, .pageheader_crossbgb svg #Gruppe_227 line, .pageheader_crossbgb svg #Gruppe_220 line, .pageheader_crossbgb svg #Gruppe_213 line, .pageheader_crossbgb svg #Gruppe_206 line, .pageheader_crossbgb svg #Gruppe_199 line, .pageheader_crossbgb svg #Gruppe_192 line, .pageheader_crossbgb svg #Gruppe_187 line, .pageheader_crossbgb svg #Gruppe_284 line, .pageheader_crossbgb svg #Gruppe_277 line, .pageheader_crossbgb svg #Gruppe_270 line, .pageheader_crossbgb svg #Gruppe_263 line, .pageheader_crossbgb svg #Gruppe_256 line, .pageheader_crossbgb svg #Gruppe_249 line, .pageheader_crossbgb svg #Gruppe_242 line, .pageheader_crossbgb svg #Gruppe_235 line, .pageheader_crossbgb svg #Gruppe_228 line, .pageheader_crossbgb svg #Gruppe_221 line, .pageheader_crossbgb svg #Gruppe_214 line, .pageheader_crossbgb svg #Gruppe_207 line, .pageheader_crossbgb svg #Gruppe_200 line, .pageheader_crossbgb svg #Gruppe_193 line, .pageheader_crossbgb svg #Gruppe_188 line, .pageheader_crossbgb svg #Gruppe_185 line, .pageheader_crossbgb svg #Gruppe_285 line, .pageheader_crossbgb svg #Gruppe_278 line, .pageheader_crossbgb svg #Gruppe_271 line, .pageheader_crossbgb svg #Gruppe_264 line, .pageheader_crossbgb svg #Gruppe_257 line, .pageheader_crossbgb svg #Gruppe_250 line, .pageheader_crossbgb svg #Gruppe_243 line, .pageheader_crossbgb svg #Gruppe_236 line, .pageheader_crossbgb svg #Gruppe_229 line, .pageheader_crossbgb svg #Gruppe_222 line, .pageheader_crossbgb svg #Gruppe_215 line, .pageheader_crossbgb svg #Gruppe_208 line, .pageheader_crossbgb svg #Gruppe_201 line, .pageheader_crossbgb svg #Gruppe_194 line, .pageheader_crossbgb svg #Gruppe_286 line, .pageheader_crossbgb svg #Gruppe_279 line, .pageheader_crossbgb svg #Gruppe_272 line, .pageheader_crossbgb svg #Gruppe_265 line, .pageheader_crossbgb svg #Gruppe_258 line, .pageheader_crossbgb svg #Gruppe_251 line, .pageheader_crossbgb svg #Gruppe_244 line, .pageheader_crossbgb svg #Gruppe_237 line, .pageheader_crossbgb svg #Gruppe_230 line, .pageheader_crossbgb svg #Gruppe_223 line, .pageheader_crossbgb svg #Gruppe_216 line, .pageheader_crossbgb svg #Gruppe_209 line, .pageheader_crossbgb svg #Gruppe_202 line, .pageheader_crossbgb svg #Gruppe_195 line, .pageheader_crossbgb svg #Gruppe_288 line, .pageheader_crossbgb svg #Gruppe_281 line, .pageheader_crossbgb svg #Gruppe_274 line, .pageheader_crossbgb svg #Gruppe_267 line, .pageheader_crossbgb svg #Gruppe_260 line, .pageheader_crossbgb svg #Gruppe_253 line, .pageheader_crossbgb svg #Gruppe_246 line, .pageheader_crossbgb svg #Gruppe_239 line, .pageheader_crossbgb svg #Gruppe_232 line, .pageheader_crossbgb svg #Gruppe_225 line, .pageheader_crossbgb svg #Gruppe_218 line, .pageheader_crossbgb svg #Gruppe_211 line, .pageheader_crossbgb svg #Gruppe_204 line, .pageheader_crossbgb svg #Gruppe_188 line, .pageheader_crossbgb svg #Gruppe_184 line, .pageheader_crossbgb svg #Gruppe_197 line, .pageheader_crossbgb svg #Gruppe_186 line {
      stroke: transparent;
      transition: stroke 2.5s ease-in-out; }
    .pageheader_crossbgb svg .cractive line {
      stroke: #eaaa00 !important; }
  .pageheader_crossbgt {
    display: none;
    position: relative;
    float: left;
    top: 10px;
    left: 10px;
    transform: rotate(180deg);
    z-index: -1; }
    @media (min-width: 992px) {
      .pageheader_crossbgt {
        display: block; } }
    .pageheader_crossbgt svg #Gruppe_282 line, .pageheader_crossbgt svg #Gruppe_275 line, .pageheader_crossbgt svg #Gruppe_268 line, .pageheader_crossbgt svg #Gruppe_261 line, .pageheader_crossbgt svg #Gruppe_254 line, .pageheader_crossbgt svg #Gruppe_247 line, .pageheader_crossbgt svg #Gruppe_240 line, .pageheader_crossbgt svg #Gruppe_233 line, .pageheader_crossbgt svg #Gruppe_226 line, .pageheader_crossbgt svg #Gruppe_219 line, .pageheader_crossbgt svg #Gruppe_212 line, .pageheader_crossbgt svg #Gruppe_205 line, .pageheader_crossbgt svg #Gruppe_198 line, .pageheader_crossbgt svg #Gruppe_191 line, .pageheader_crossbgt svg #Gruppe_189 line, .pageheader_crossbgt svg #Gruppe_287 line, .pageheader_crossbgt svg #Gruppe_280 line, .pageheader_crossbgt svg #Gruppe_273 line, .pageheader_crossbgt svg #Gruppe_266 line, .pageheader_crossbgt svg #Gruppe_259 line, .pageheader_crossbgt svg #Gruppe_252 line, .pageheader_crossbgt svg #Gruppe_245 line, .pageheader_crossbgt svg #Gruppe_238 line, .pageheader_crossbgt svg #Gruppe_231 line, .pageheader_crossbgt svg #Gruppe_224 line, .pageheader_crossbgt svg #Gruppe_217 line, .pageheader_crossbgt svg #Gruppe_210 line, .pageheader_crossbgt svg #Gruppe_203 line, .pageheader_crossbgt svg #Gruppe_196 line, .pageheader_crossbgt svg #Gruppe_190 line, .pageheader_crossbgt svg #Gruppe_283 line, .pageheader_crossbgt svg #Gruppe_276 line, .pageheader_crossbgt svg #Gruppe_269 line, .pageheader_crossbgt svg #Gruppe_262 line, .pageheader_crossbgt svg #Gruppe_255 line, .pageheader_crossbgt svg #Gruppe_248 line, .pageheader_crossbgt svg #Gruppe_241 line, .pageheader_crossbgt svg #Gruppe_234 line, .pageheader_crossbgt svg #Gruppe_227 line, .pageheader_crossbgt svg #Gruppe_220 line, .pageheader_crossbgt svg #Gruppe_213 line, .pageheader_crossbgt svg #Gruppe_206 line, .pageheader_crossbgt svg #Gruppe_199 line, .pageheader_crossbgt svg #Gruppe_192 line, .pageheader_crossbgt svg #Gruppe_187 line, .pageheader_crossbgt svg #Gruppe_284 line, .pageheader_crossbgt svg #Gruppe_277 line, .pageheader_crossbgt svg #Gruppe_270 line, .pageheader_crossbgt svg #Gruppe_263 line, .pageheader_crossbgt svg #Gruppe_256 line, .pageheader_crossbgt svg #Gruppe_249 line, .pageheader_crossbgt svg #Gruppe_242 line, .pageheader_crossbgt svg #Gruppe_235 line, .pageheader_crossbgt svg #Gruppe_228 line, .pageheader_crossbgt svg #Gruppe_221 line, .pageheader_crossbgt svg #Gruppe_214 line, .pageheader_crossbgt svg #Gruppe_207 line, .pageheader_crossbgt svg #Gruppe_200 line, .pageheader_crossbgt svg #Gruppe_193 line, .pageheader_crossbgt svg #Gruppe_188 line, .pageheader_crossbgt svg #Gruppe_185 line, .pageheader_crossbgt svg #Gruppe_285 line, .pageheader_crossbgt svg #Gruppe_278 line, .pageheader_crossbgt svg #Gruppe_271 line, .pageheader_crossbgt svg #Gruppe_264 line, .pageheader_crossbgt svg #Gruppe_257 line, .pageheader_crossbgt svg #Gruppe_250 line, .pageheader_crossbgt svg #Gruppe_243 line, .pageheader_crossbgt svg #Gruppe_236 line, .pageheader_crossbgt svg #Gruppe_229 line, .pageheader_crossbgt svg #Gruppe_222 line, .pageheader_crossbgt svg #Gruppe_215 line, .pageheader_crossbgt svg #Gruppe_208 line, .pageheader_crossbgt svg #Gruppe_201 line, .pageheader_crossbgt svg #Gruppe_194 line, .pageheader_crossbgt svg #Gruppe_286 line, .pageheader_crossbgt svg #Gruppe_279 line, .pageheader_crossbgt svg #Gruppe_272 line, .pageheader_crossbgt svg #Gruppe_265 line, .pageheader_crossbgt svg #Gruppe_258 line, .pageheader_crossbgt svg #Gruppe_251 line, .pageheader_crossbgt svg #Gruppe_244 line, .pageheader_crossbgt svg #Gruppe_237 line, .pageheader_crossbgt svg #Gruppe_230 line, .pageheader_crossbgt svg #Gruppe_223 line, .pageheader_crossbgt svg #Gruppe_216 line, .pageheader_crossbgt svg #Gruppe_209 line, .pageheader_crossbgt svg #Gruppe_202 line, .pageheader_crossbgt svg #Gruppe_195 line, .pageheader_crossbgt svg #Gruppe_288 line, .pageheader_crossbgt svg #Gruppe_281 line, .pageheader_crossbgt svg #Gruppe_274 line, .pageheader_crossbgt svg #Gruppe_267 line, .pageheader_crossbgt svg #Gruppe_260 line, .pageheader_crossbgt svg #Gruppe_253 line, .pageheader_crossbgt svg #Gruppe_246 line, .pageheader_crossbgt svg #Gruppe_239 line, .pageheader_crossbgt svg #Gruppe_232 line, .pageheader_crossbgt svg #Gruppe_225 line, .pageheader_crossbgt svg #Gruppe_218 line, .pageheader_crossbgt svg #Gruppe_211 line, .pageheader_crossbgt svg #Gruppe_204 line, .pageheader_crossbgt svg #Gruppe_188 line, .pageheader_crossbgt svg #Gruppe_184 line, .pageheader_crossbgt svg #Gruppe_197 line, .pageheader_crossbgt svg #Gruppe_186 line {
      stroke: transparent;
      transition: stroke 2.5s ease-in-out; }
    .pageheader_crossbgt svg .cractive line {
      stroke: #eaaa00 !important; }

/* :PAGEHEADER */
/* PAGEIMAGE */
.pageimg {
  width: 100%;
  margin-top: 12px;
  height: 260px; }
  @media screen and (min-width: 576px) {
    .pageimg {
      font-size: calc(12px + 108 * ((100vw - 576px) / (992 - 576)));
      height: calc(260px + 380 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .pageimg {
      margin-top: 120px;
      height: 640px; } }
  .pageimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* :PAGEIMAGE*/
/* TEXT NORMAL */
.textnr {
  overflow: hidden;
  padding-top: 50px; }
  @media screen and (min-width: 576px) {
    .textnr {
      padding-top: 100px; } }
  @media screen and (min-width: 992px) {
    .textnr {
      padding-top: 150px; } }
  .textnr:first-of-type {
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .textnr:first-of-type {
        padding-top: 0; } }
  .textnr:last-of-type {
    padding-bottom: 100px; }
    @media screen and (min-width: 576px) {
      .textnr:last-of-type {
        padding-bottom: 200px; } }
    @media screen and (min-width: 992px) {
      .textnr:last-of-type {
        padding-bottom: 250px; } }
  .textnr h2:first-of-type {
    margin-top: 0px;
    margin-bottom: 0px; }
    @media screen and (min-width: 992px) {
      .textnr h2:first-of-type {
        margin-bottom: 30px; } }
  .textnr-red {
    border: 10px solid #eaaa00;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 0px; }
    @media screen and (min-width: 576px) {
      .textnr-red {
        padding-left: calc(20px + 15 * ((100vw - 576px) / (992 - 576)));
        padding-right: calc(20px + 15 * ((100vw - 576px) / (992 - 576)));
        padding-top: calc(22px + 20 * ((100vw - 576px) / (992 - 576)));
        padding-bottom: calc(0px + 30 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .textnr-red {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 42px;
        padding-bottom: 30px; } }
    .textnr-red h2, .textnr-red h3 {
      margin-top: 0px; }
  .textnr-grey {
    background-color: #6E95A4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 2px;
    margin-top: 45px;
    margin-bottom: 45px; }
    @media screen and (min-width: 576px) {
      .textnr-grey {
        padding-left: calc(20px + 15 * ((100vw - 576px) / (992 - 576)));
        padding-right: calc(20px + 15 * ((100vw - 576px) / (992 - 576)));
        padding-top: calc(22px + 20 * ((100vw - 576px) / (992 - 576)));
        padding-bottom: calc(2px + 28 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .textnr-grey {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 42px;
        padding-bottom: 30px; } }
    .textnr-grey h2, .textnr-grey h3 {
      margin-top: 0px;
      color: #ffffff; }
    .textnr-grey p {
      color: #ffffff; }
  .textnr-boxlink {
    border: 3px solid #eaaa00;
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
    background-color: #ffffff;
    transition: background-color .45s ease-in-out; }
    .textnr-boxlink a {
      font-family: 'Barlow';
      line-height: 1.5;
      font-weight: 500;
      color: #222222;
      text-decoration: none;
      display: block;
      margin-top: 0;
      margin-bottom: 0;
      transition: color .45s ease-in-out;
      font-size: 20px;
      padding-left: 20px;
      padding-right: 60px;
      padding-top: 18px;
      padding-bottom: 22px; }
      @media screen and (min-width: 576px) {
        .textnr-boxlink a {
          padding-left: calc(20px + 15 * ((100vw - 576px) / (992 - 576)));
          padding-right: calc(60px + 35 * ((100vw - 576px) / (992 - 576)));
          padding-top: calc(18px + 10 * ((100vw - 576px) / (992 - 576)));
          padding-bottom: calc(22px + 13 * ((100vw - 576px) / (992 - 576)));
          font-size: calc(22px + 8 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .textnr-boxlink a {
          font-size: 30px;
          padding-left: 35px;
          padding-right: 95px;
          padding-top: 28px;
          padding-bottom: 35px; } }
      .textnr-boxlink a span {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: -2px;
        transition: margin-left .45s ease-in-out; }
        .textnr-boxlink a span svg line, .textnr-boxlink a span svg path {
          stroke: #222222;
          transition: stroke .45s ease-in-out; }
      .textnr-boxlink a:after {
        content: unset; }
      .textnr-boxlink a:hover {
        color: #222222; }
        .textnr-boxlink a:hover:after {
          content: unset; }
        .textnr-boxlink a:hover span {
          margin-left: 15px; }
          .textnr-boxlink a:hover span svg line, .textnr-boxlink a:hover span svg path {
            stroke: #ffffff; }
    .textnr-boxlink .boxlink-triangle {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 55px 55px 0 0;
      border-color: #d60813 #ffffff transparent transparent;
      position: absolute;
      right: -3px;
      bottom: -3px;
      transform: rotateY(0);
      transition: all .45s ease-in-out; }
    .textnr-boxlink:hover {
      background-color: #eaaa00; }
      .textnr-boxlink:hover a {
        color: #eaaa00; }
      .textnr-boxlink:hover .boxlink-triangle {
        border-color: #eaaa00 #eaaa00 transparent transparent; }

/* :TEXT NORMAL */
/* ACCORDION */
.accord {
  padding-top: 50px; }
  @media screen and (min-width: 576px) {
    .accord {
      padding-top: 100px; } }
  @media screen and (min-width: 992px) {
    .accord {
      padding-top: 150px; } }
  .accord_row {
    background-color: #EFEFEF;
    margin-bottom: 20px;
    overflow: hidden;
    opacity: 1;
    transition: opacity .45s ease-in-out; }
    .accord_row .accord_content {
      padding-bottom: 1px;
      display: none;
      border-top: 0px solid #CCCCCC;
      transform: border-top .45s ease-in-out, padding-bottom .45s ease-in-out; }
      @media screen and (min-width: 576px) {
        .accord_row .accord_content {
          padding-bottom: calc(1px + 19 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .accord_row .accord_content {
          padding-bottom: 20px; } }
    .accord_row.active .accord_content {
      border-top: 1px solid #CCCCCC;
      padding-bottom: 1px; }
      @media screen and (min-width: 576px) {
        .accord_row.active .accord_content {
          padding-bottom: calc(1px + 19 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .accord_row.active .accord_content {
          padding-bottom: 20px; } }
    .accord_row.active.acc-opdo {
      opacity: 1; }
    .accord_row.active .accord_title h3 {
      color: #eaaa00; }
    .accord_row.active .accord_title span {
      transform: translateY(-50%) rotate(180deg); }
    @media screen and (min-width: 992px) {
      .accord_row.acc-opdo {
        opacity: .5; } }
  .accord_title {
    position: relative; }
    .accord_title h3, .accord_title a {
      padding-left: 18px;
      padding-right: 74px;
      padding-top: 18px;
      padding-bottom: 18px;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 0;
      margin-top: 0;
      cursor: pointer;
      text-decoration: none;
      color: #222222;
      display: block;
      font-weight: bold; }
      @media screen and (min-width: 576px) {
        .accord_title h3, .accord_title a {
          font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576)));
          padding-left: calc(18px + 14 * ((100vw - 576px) / (992 - 576)));
          padding-right: calc(74px + 10 * ((100vw - 576px) / (992 - 576)));
          padding-top: calc(18px + 14 * ((100vw - 576px) / (992 - 576)));
          padding-bottom: calc(18px + 14 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .accord_title h3, .accord_title a {
          font-size: 22px;
          padding-left: 32px;
          padding-right: 84px;
          padding-top: 26px;
          padding-bottom: 26px; } }
    .accord_title h3 {
      transition: color 0.45s ease-in-out; }
    .accord_title span {
      position: absolute;
      right: 29px;
      top: 50%;
      transform: translateY(-50%) rotate(0);
      transition: transform .45s ease-in-out; }
  .accord_content {
    padding-left: 18px;
    padding-right: 18px; }
    @media screen and (min-width: 576px) {
      .accord_content {
        padding-left: calc(18px + 14 * ((100vw - 576px) / (992 - 576)));
        padding-right: calc(18px + 14 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .accord_content {
        padding-left: 32px;
        padding-right: 32px; } }
  .accord.dwl {
    background-color: #ffffff; }
    .accord.dwl h2 {
      margin-bottom: 40px; }
    .accord.dwl .accord_title a {
      color: #222222;
      transition: color .45s ease-in-out; }
      .accord.dwl .accord_title a:hover {
        color: #eaaa00; }

/* :ACCORDION*/
/* INTERNAL LINKS */
.internallinks {
  margin-bottom: 40px;
  margin-top: 75px; }
  @media screen and (min-width: 576px) {
    .internallinks {
      margin-bottom: calc(60px + 54 * ((100vw - 576px) / (992 - 576)));
      margin-top: calc(75px + 59 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .internallinks {
      margin-bottom: 134px;
      margin-top: 134px; } }
  .internallinks_wrapper {
    background-color: #6E95A4;
    overflow: hidden; }
  .internallinks h2, .internallinks h3, .internallinks h4, .internallinks p, .internallinks a, .internallinks span, .internallinks ul, .internallinks li {
    color: #ffffff; }
  .internallinks h3 {
    line-height: 1.11;
    margin-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    margin-top: 35px; }
  .internallinks ul {
    margin-top: 20px;
    margin-bottom: 35px;
    list-style-type: none;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden; }
    .internallinks ul li {
      border-bottom: 1px solid #B8D8D8;
      display: block; }
      @media screen and (min-width: 860px) {
        .internallinks ul li {
          width: calc(50% - 15px);
          display: inline-block;
          float: left; }
          .internallinks ul li:nth-of-type(even) {
            margin-left: 15px; }
          .internallinks ul li:nth-of-type(odd) {
            margin-right: 15px; } }
      @media screen and (min-width: 992px) {
        .internallinks ul li {
          width: 100%;
          display: block;
          float: none; }
          .internallinks ul li:nth-of-type(even) {
            margin-left: 0; }
          .internallinks ul li:nth-of-type(odd) {
            margin-right: 0; } }
      @media screen and (min-width: 1350px) {
        .internallinks ul li {
          width: calc(50% - 15px);
          display: inline-block;
          float: left; }
          .internallinks ul li:nth-of-type(even) {
            margin-left: 15px; }
          .internallinks ul li:nth-of-type(odd) {
            margin-right: 15px; } }
      .internallinks ul li a {
        text-decoration: none;
        font-family: 'Barlow';
        font-weight: 500;
        padding-bottom: 14px;
        padding-top: 14px;
        display: block;
        position: relative;
        background-color: transparent;
        padding-left: 0;
        transition: background-color .45s ease-in-out, padding-left .45s ease-in-out;
        line-height: 1.18;
        font-size: 20px; }
        @media screen and (min-width: 576px) {
          .internallinks ul li a {
            font-size: calc(20px + 2 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .internallinks ul li a {
            font-size: 22px; } }
        .internallinks ul li a span {
          position: absolute;
          right: 13px;
          top: 50%;
          transform: translateY(-50%); }
        .internallinks ul li a:hover {
          background-color: #eaaa00;
          padding-left: 15px; }
  .internallinks_bwrap {
    margin-top: 20px; }
  .internallinks_bwraprow {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 19px;
    padding-bottom: 19px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #B8D8D8; }
    @media screen and (min-width: 576px) {
      .internallinks_bwraprow {
        flex-direction: row; } }
    .internallinks_bwraprow:last-of-type {
      border-bottom: none; }
    .internallinks_bwraprow img {
      width: 100%;
      height: auto; }
    .internallinks_bwraprow h2, .internallinks_bwraprow h3 {
      padding-left: 0;
      padding-right: 0; }
    .internallinks_bwraprow:last-of-type {
      padding-bottom: 40px; }
  .internallinks_img {
    max-width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 576px) {
      .internallinks_img {
        max-width: 25%;
        margin-right: 36px;
        margin-bottom: 0; } }
  .internallinks_cont h3 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .internallinks_cont p {
    margin-top: 0px;
    margin-bottom: 0px; }
  .internallinks.biinternallinks {
    background-color: #EFF6F6;
    margin-bottom: 0px;
    margin-top: 75px;
    padding-bottom: 75px; }
    @media screen and (min-width: 576px) {
      .internallinks.biinternallinks {
        padding-bottom: calc(75px + 135 * ((100vw - 576px) / (992 - 576)));
        margin-top: calc(75px + 100 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .internallinks.biinternallinks {
        margin-top: 175px;
        padding-bottom: 210px; } }
    .internallinks.biinternallinks h2, .internallinks.biinternallinks h3, .internallinks.biinternallinks p, .internallinks.biinternallinks a {
      color: #222222; }
    .internallinks.biinternallinks img {
      width: 100%;
      height: auto; }
    .internallinks.biinternallinks h2 {
      margin-top: 35px;
      margin-bottom: 26px; }
      @media screen and (min-width: 576px) {
        .internallinks.biinternallinks h2 {
          margin-top: calc(35px + 101 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .internallinks.biinternallinks h2 {
          margin-top: 136px; } }
    .internallinks.biinternallinks h3 {
      padding: 0;
      margin-top: 42px;
      margin-bottom: 0px; }
    .internallinks.biinternallinks p {
      margin-top: 29px;
      margin-bottom: 26px; }
    .internallinks.biinternallinks a {
      text-decoration: none;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.5;
      color: #222222;
      transition: color .45s ease-in-out; }
      @media screen and (min-width: 576px) {
        .internallinks.biinternallinks a {
          font-size: calc(18px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .internallinks.biinternallinks a {
          font-size: 22px; } }
      .internallinks.biinternallinks a span {
        position: relative;
        left: 15px;
        transition: left .45s ease-in-out;
        top: -2px; }
        .internallinks.biinternallinks a span svg line, .internallinks.biinternallinks a span svg path {
          stroke: #222222;
          transition: stroke .45s ease-in-out; }
    .internallinks.biinternallinks .internallinks_biwrap {
      background-color: #ffffff;
      padding: 40px;
      margin-bottom: 40px;
      cursor: pointer; }
      @media screen and (min-width: 576px) {
        .internallinks.biinternallinks .internallinks_biwrap {
          padding: 20px;
          padding-bottom: 40px; } }
      @media screen and (min-width: 992px) {
        .internallinks.biinternallinks .internallinks_biwrap {
          padding: 40px; } }
      .internallinks.biinternallinks .internallinks_biwrap:hover a {
        color: #eaaa00; }
        .internallinks.biinternallinks .internallinks_biwrap:hover a span {
          left: 25px; }
          .internallinks.biinternallinks .internallinks_biwrap:hover a span svg line, .internallinks.biinternallinks .internallinks_biwrap:hover a span svg path {
            stroke: #eaaa00; }

/* :INTERNAL LINKS */
/* CALL TO ACTION */
.calltoaction {
  margin-bottom: 40px;
  margin-top: 75px; }
  @media screen and (min-width: 576px) {
    .calltoaction {
      margin-bottom: calc(60px + 54 * ((100vw - 576px) / (992 - 576)));
      margin-top: calc(75px + 59 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .calltoaction {
      margin-bottom: 134px;
      margin-top: 134px; } }
  .calltoaction_wraper {
    background-color: #EFEFEF;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .calltoaction_wraper {
        flex-direction: row; } }
    @media (min-width: 992px) {
      .calltoaction_wraper {
        flex-direction: row; } }
  .calltoaction_image {
    padding: 35px;
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 992px) {
      .calltoaction_image {
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 25px; } }
    @media (min-width: 1400px) {
      .calltoaction_image {
        width: unset;
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 55px; } }
    .calltoaction_image img {
      border-radius: 50%;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .calltoaction_image img {
          width: 100%; } }
      @media (min-width: 992px) {
        .calltoaction_image img {
          width: 206px;
          height: 206px; } }
  .calltoaction_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 45px; }
    @media (min-width: 992px) {
      .calltoaction_content {
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media (min-width: 1400px) {
      .calltoaction_content {
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 64px;
        padding-bottom: 64px; } }
    .calltoaction_content h3 {
      margin-top: 0px;
      margin-bottom: 23px; }
    .calltoaction_content p {
      margin-top: 0px;
      margin-bottom: 0px; }
    .calltoaction_content .btn.btn-small-full {
      display: block;
      margin-bottom: 20px;
      margin-right: 0; }
      @media (min-width: 576px) {
        .calltoaction_content .btn.btn-small-full {
          margin-bottom: 10px;
          display: inline-block; } }
      @media (min-width: 1200px) {
        .calltoaction_content .btn.btn-small-full {
          margin-bottom: 10px; } }
    .calltoaction_content .btn.btn-small {
      display: block;
      margin-bottom: 20px;
      margin-right: 0; }
      @media (min-width: 576px) {
        .calltoaction_content .btn.btn-small {
          display: inline-block;
          margin-bottom: 10px; } }
      @media (min-width: 1200px) {
        .calltoaction_content .btn.btn-small {
          margin-bottom: 10px; } }
  .calltoaction_btn {
    margin-top: 25px; }
    .calltoaction_btn a {
      margin-right: 22px; }
      .calltoaction_btn a:last-of-type {
        margin-right: 0px; }

/* :CALL TO ACTION */
/* IMAGE */
.bildnr img {
  width: 100%;
  height: auto; }

/* :IMAGE */
.solgan {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  background-color: transparent;
  padding: 10px;
  border-radius: 10px; }
  @media screen and (min-width: 992px) {
    .solgan {
      width: 90%;
      bottom: 150px;
      padding: 0;
      border-radius: 10px; } }
  @media screen and (min-width: 1400px) {
    .solgan {
      bottom: 220px; } }
  .solgan h1 {
    font-family: 'Barlow';
    font-weight: bold;
    line-height: 1.1;
    color: #222222;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 26px;
    margin-top: 10px; }
    @media screen and (min-width: 576px) {
      .solgan h1 {
        font-size: calc(26px + 34 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .solgan h1 {
        font-size: 60px;
        margin: 0;
        margin-bottom: 10px; } }
  .solgan h2 {
    font-family: 'Barlow';
    font-weight: bold;
    line-height: 1.5;
    color: #eaaa00;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px; }
    @media screen and (min-width: 576px) {
      .solgan h2 {
        font-size: calc(22px + 10 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .solgan h2 {
        font-size: 32px;
        margin: 0; } }

.li-more {
  display: none; }
  @media screen and (min-width: 768px) {
    .li-more {
      position: absolute;
      left: 50%;
      top: 120px;
      color: #222222;
      font-weight: bold;
      font-size: 18px;
      text-decoration: none;
      border: 1px solid black;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0;
      padding-bottom: 0;
      border-radius: 10px;
      background-color: white;
      transform: translateX(-50%);
      transition: background-color .3s ease-in-out, color .3s ease-in-out;
      /*
      position: absolute;
      left: 50%;
      top: 240px;
      color: $greydark;
      font-weight: bold;
      font-size: 20px;
      text-decoration: none;
      border: 1px solid black;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 10px;
      background-color: white;
      transform: translateX(-50%);
      transition: background-color .3s ease-in-out, color .3s ease-in-out;
      display: inline-block;
      */ } }
  @media screen and (min-width: 992px) {
    .li-more {
      top: 140px; } }
  @media screen and (min-width: 1200px) {
    .li-more {
      top: 170px; } }
  .li-more:hover {
    background-color: #222222;
    color: white; }
    .li-more:hover svg path {
      fill: #ffffff; }
  .li-more svg {
    width: 20px;
    margin-left: 10px; }
    .li-more svg path {
      fill: #222222;
      transition: fill 0.3s ease-in-out; }

.swiper {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .swiper {
      height: 559px; } }

.swiper-slide img {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 992px) {
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

.swiper-wrapper {
  padding-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .swiper-wrapper {
      padding-bottom: 0; } }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: #eaaa00; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: #eaaa00; }

legend {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  background-color: #efefef;
  padding: 3px 10px;
  bottom: -20px; }
  @media screen and (min-width: 992px) {
    legend {
      bottom: 0; } }

span.legend {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  background-color: #efefef;
  padding: 3px 10px;
  bottom: -20px; }
  @media screen and (min-width: 992px) {
    span.legend {
      bottom: 0; } }

.swiper-pagination-bullet {
  background: #222222 !important;
  opacity: .75 !important; }

.swiper-pagination-bullet-active {
  background: #eaaa00 !important; }

.introsvg {
  position: relative;
  top: 0;
  width: 100%;
  margin: auto;
  display: block;
  z-index: -1;
  /*
  @media screen and (min-width: 460px) {
  	top: -60px;
  }
  @media screen and (min-width: 620px) {
  	top: -100px;
  }
  @media screen and (min-width: 820px) {
  	top: -80px;
  }
  @media screen and (min-width: 850px) {
  	top: -140px;
  }
  @media screen and (min-width: 1200px) {
  	top: 90px;
  }
  */ }
  @media screen and (min-width: 1400px) {
    .introsvg {
      top: 50px; } }
  @media screen and (min-width: 2000px) {
    .introsvg {
      top: 90px; } }
