@charset "utf-8";
/*!
Theme Name: altoba – Geschäftsbericht 2024
Template: altoba
Theme URI: https://geschaeftsbericht2024.altoba.de
Author: Chris Magiera
Author URI: https://chrismagiera.de
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: altoba
*/
/** ------------------------------------------------------------------------------------
 *
 * Basics – Variables
 *
 * ---------------------------------------------------------------------------------- */
/** ------------------------------------------------------------------------------------
 *
 * Basics – Media queries
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Spacings
 * ---------------------------------------------------------------------------------- */
.mb--xxxs {
  margin-bottom: 6px;
}
/** ------------------------------------------------------------------------------------
 *
 * Basics – Typography
 *
 * ---------------------------------------------------------------------------------- */
body {
  font-family: 'UniversalSans', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #082D2A;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and ( max-width: 1440px ) {
  body {
    font-size: 20px;
  }
}
@media only screen and ( max-width: 1024px ) {
  body {
    font-size: 18px;
  }
}
@media only screen and ( max-width:  570px ) {
  body {
    font-size: 18px;
  }
}
/*
 * Headlines
 * ---------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.t-h1,
.t-h2,
.t-h3,
.t-h4 {
  font-family: 'IvarSoft', sans-serif;
  margin: 0;
  font-weight: 400;
}
h1,
.t-h1 {
  font-size: 90px;
  line-height: 1.1;
}
@media only screen and ( max-width: 1920px ) {
  h1,
  .t-h1 {
    font-size: calc(90 / 1920 * 100vw);
  }
}
@media all and (max-width: 746px) {
  h1,
  .t-h1 {
    font-size: 35px;
  }
}
h2,
.t-h2 {
  font-size: 70px;
  line-height: 1.1;
}
@media only screen and ( max-width: 1440px ) {
  h2,
  .t-h2 {
    font-size: 55px;
  }
}
@media only screen and ( max-width: 1280px ) {
  h2,
  .t-h2 {
    font-size: 48px;
  }
}
@media only screen and ( max-width: 1024px ) {
  h2,
  .t-h2 {
    font-size: 40px;
  }
}
@media only screen and ( max-width:  570px ) {
  h2,
  .t-h2 {
    font-size: 35px;
  }
}
h3,
.t-h3 {
  font-size: 50px;
  line-height: 1.1;
}
@media only screen and ( max-width: 1440px ) {
  h3,
  .t-h3 {
    font-size: 40px;
  }
}
@media only screen and ( max-width: 1024px ) {
  h3,
  .t-h3 {
    font-size: 30px;
  }
}
@media only screen and ( max-width:  570px ) {
  h3,
  .t-h3 {
    font-size: 25px;
  }
}
h4,
.t-h4,
.t-h4 p {
  font-size: 35px;
  line-height: 1.1;
}
@media only screen and ( max-width: 1440px ) {
  h4,
  .t-h4,
  .t-h4 p {
    font-size: 25px;
  }
}
@media only screen and ( max-width: 1024px ) {
  h4,
  .t-h4,
  .t-h4 p {
    font-size: 25px;
  }
}
@media only screen and ( max-width:  570px ) {
  h4,
  .t-h4,
  .t-h4 p {
    font-size: 20px;
  }
}
/*
 * Paragraphs
 * ---------------------------------------------------------------------------------- */
p,
blockquote {
  -webkit-hyphens: auto;
  hyphens: auto;
}
p,
li,
label,
.t-p1,
.t-p2,
.t-p3,
.t-p4,
dt,
dd,
th,
td {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media only screen and ( max-width: 1440px ) {
  p,
  li,
  label,
  .t-p1,
  .t-p2,
  .t-p3,
  .t-p4,
  dt,
  dd,
  th,
  td {
    font-size: 20px;
  }
}
@media only screen and ( max-width: 1024px ) {
  p,
  li,
  label,
  .t-p1,
  .t-p2,
  .t-p3,
  .t-p4,
  dt,
  dd,
  th,
  td {
    font-size: 19px;
  }
}
@media only screen and ( max-width:  570px ) {
  p,
  li,
  label,
  .t-p1,
  .t-p2,
  .t-p3,
  .t-p4,
  dt,
  dd,
  th,
  td {
    font-size: 18px;
  }
}
.t-p2 li,
.t-p2 p,
.t-p2 {
  font-size: 18px;
  hyphens: auto;
}
@media only screen and ( max-width: 1440px ) {
  .t-p2 li,
  .t-p2 p,
  .t-p2 {
    font-size: 16px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t-p2 li,
  .t-p2 p,
  .t-p2 {
    font-size: 16px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t-p2 li,
  .t-p2 p,
  .t-p2 {
    font-size: 16px;
  }
}
.t-p3 li,
.t-p3 p,
.t-p3 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 570;
}
@media only screen and ( max-width: 1440px ) {
  .t-p3 li,
  .t-p3 p,
  .t-p3 {
    font-size: 12px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t-p3 li,
  .t-p3 p,
  .t-p3 {
    font-size: 12px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t-p3 li,
  .t-p3 p,
  .t-p3 {
    font-size: 12px;
  }
}
.t-p4 {
  font-size: 21px;
  font-weight: 500;
}
@media only screen and ( max-width: 1440px ) {
  .t-p4 {
    font-size: 16px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t-p4 {
    font-size: 16px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t-p4 {
    font-size: 16px;
  }
}
.t-sub-title-1 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and ( max-width: 1440px ) {
  .t-sub-title-1 {
    font-size: 20px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t-sub-title-1 {
    font-size: 19px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t-sub-title-1 {
    font-size: 18px;
  }
}
.t-highlight-1 {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media only screen and ( max-width: 1440px ) {
  .t-highlight-1 {
    font-size: 14px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t-highlight-1 {
    font-size: 14px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t-highlight-1 {
    font-size: 14px;
  }
}
.t-highlight-2 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media only screen and ( max-width: 1440px ) {
  .t-highlight-2 {
    font-size: 14px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t-highlight-2 {
    font-size: 14px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t-highlight-2 {
    font-size: 14px;
  }
}
.t-highlight-3 {
  font-family: 'IvarSoft', sans-serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 1.1;
}
@media only screen and ( max-width: 1920px ) {
  .t-highlight-3 {
    font-size: calc(120 / 1920 * 100vw);
  }
}
@media all and (max-width: 640px) {
  .t-highlight-3 {
    font-size: 40px;
  }
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn.btn,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed label,
#BorlabsCookieBox .cookie-box .btn,
#BorlabsCookieBox .cookie-preference .btn,
.btn,
.t-btn {
  font-size: 16px;
  font-weight: 500;
}
.list--filter {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.list--filter li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px;
}
@media only screen and ( max-width: 1440px ) {
  .list--filter li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .list--filter li {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media only screen and ( max-width:  570px ) {
  .list--filter li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.t-tag {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-left: calc(10px + 4px);
}
@media only screen and ( max-width: 1440px ) {
  .t-tag {
    font-size: 14px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t-tag {
    font-size: 14px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t-tag {
    font-size: 14px;
  }
}
.t-tag:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #082D2A;
}
.t-tag.t-tag--filter {
  border: 1px solid;
  border-radius: 25px;
  line-height: 27px;
  transition: 0.3s;
  padding: 0 15px 0 calc(10px + 4px + 15px);
}
@media only screen and ( max-width: 1440px ) {
  .t-tag.t-tag--filter {
    line-height: 25px;
  }
}
.t-tag.t-tag--filter:before,
.t-tag.t-tag--filter:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  transform-origin: center center;
}
.t-tag.t-tag--filter:before {
  border-radius: 100%;
  background-color: #082D2A;
}
.t-tag.t-tag--filter:after {
  background-image: url('assets/img/icons/icon--filter--x.svg');
  background-size: cover;
  opacity: 0;
  transform: translateY(-50%) scale(0);
}
.t-tag.t-tag--filter:hover {
  background-color: #082D2A;
  color: #DEECDF;
  border-color: #082D2A;
}
.t-tag.t-tag--filter:hover:before {
  background-color: #DEECDF;
}
.t-tag.t-tag--filter.is-active {
  background-color: #082D2A;
  color: #DEECDF;
  border-color: #082D2A;
}
.t-tag.t-tag--filter.is-active:before {
  opacity: 0;
  transform: translateY(-50%) scale(0);
}
.t-tag.t-tag--filter.is-active:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
/**
 * Et cetera
 * ---------------------------------------------------------------------------------- */
strong {
  font-weight: 500 !important;
}
.t--clip-text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**
 * Links
 * ---------------------------------------------------------------------------------- */
body:not( .menu--is-mobile ) .menu--primary--overlay a:not( .toggle-menu-item ),
body:not( .menu--is-mobile ) .menu--footer a,
body:not( .menu--is-mobile ) .sidebar a {
  text-decoration: none;
  background-image: linear-gradient(#082D2A, #082D2A);
  background-position: 0% calc(100%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s;
}
body:not( .menu--is-mobile ) .menu--primary--overlay a:not( .toggle-menu-item ):hover,
body:not( .menu--is-mobile ) .menu--footer a:hover,
body:not( .menu--is-mobile ) .sidebar a:hover {
  background-size: 100% 1px;
}
body:not( .menu--is-mobile ) .menu--footer a {
  background-image: linear-gradient(#fff, #fff);
  line-height: 1.3;
  display: inline-block;
}
.t--wysiwyg a:not( .btn ),
#BorlabsCookieBox a:not( .btn ) {
  position: relative;
  color: #082D2A;
}
.t--wysiwyg a:not( .btn ):before,
#BorlabsCookieBox a:not( .btn ):before,
.t--wysiwyg a:not( .btn ):after,
#BorlabsCookieBox a:not( .btn ):after {
  content: '';
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #082D2A;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left center;
  transition: 0.5s;
}
.t--wysiwyg a:not( .btn ):hover:before,
#BorlabsCookieBox a:not( .btn ):hover:before,
.t--wysiwyg a:not( .btn ):hover:after,
#BorlabsCookieBox a:not( .btn ):hover:after {
  transform: scaleX(1);
  opacity: 1;
}
.t--wysiwyg a:not( .btn ) {
  white-space: nowrap;
}
#BorlabsCookieBox a:not( .btn ):before,
.t--wysiwyg a:not( .btn ):before,
#BorlabsCookieBox a:not( .btn ):after,
.t--wysiwyg a:not( .btn ):after {
  bottom: -0.025em;
}
#BorlabsCookieBox a:not( .btn ):before,
.t--wysiwyg a:not( .btn ):before {
  transform: scaleX(1);
  opacity: 1;
  transform-origin: top right;
  transition: none;
}
#BorlabsCookieBox a:not( .btn ):after,
.t--wysiwyg a:not( .btn ):after {
  transition: none;
}
#BorlabsCookieBox a:not( .btn ):hover:before,
.t--wysiwyg a:not( .btn ):hover:before {
  transform: scaleX(0);
  opacity: 0;
  transition: 0.5s;
}
#BorlabsCookieBox a:not( .btn ):hover:after,
.t--wysiwyg a:not( .btn ):hover:after {
  transform: scaleX(1);
  opacity: 1;
  transition: 0.5s 0.2s;
}
/**
 * Text
 * ---------------------------------------------------------------------------------- */
.t--wysiwyg h1 {
  font-family: 'IvarSoft', sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  padding-bottom: 0.25em;
}
@media only screen and ( max-width: 1440px ) {
  .t--wysiwyg h1 {
    font-size: 55px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .t--wysiwyg h1 {
    font-size: 48px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t--wysiwyg h1 {
    font-size: 40px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t--wysiwyg h1 {
    font-size: 35px;
  }
}
.t--wysiwyg h2,
.t--wysiwyg h3 {
  font-family: 'UniversalSans', sans-serif;
}
.t--wysiwyg h2:first-child,
.t--wysiwyg h3:first-child {
  padding-top: 0;
}
.t--wysiwyg h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
  padding-top: 2em;
  padding-bottom: 0.125em;
}
@media only screen and ( max-width: 1440px ) {
  .t--wysiwyg h2 {
    font-size: 20px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .t--wysiwyg h2 {
    font-size: 19px;
  }
}
@media only screen and ( max-width:  570px ) {
  .t--wysiwyg h2 {
    font-size: 18px;
  }
}
.t--wysiwyg h2 + h3 {
  padding-top: 2em;
}
.t--wysiwyg h3 a.is-hovered,
.t--wysiwyg h3 a:hover {
  letter-spacing: 0.03em;
}
.t--wysiwyg p,
.t--wysiwyg ul,
.t--wysiwyg ol {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.t--wysiwyg p:first-child,
.t--wysiwyg ul:first-child,
.t--wysiwyg ol:first-child {
  padding-top: 0;
}
.t--wysiwyg p:last-child,
.t--wysiwyg ul:last-child,
.t--wysiwyg ol:last-child {
  padding-bottom: 0;
}
.t--wysiwyg ul {
  padding-left: 1em;
  margin: 0;
  list-style: none;
}
.t--wysiwyg ul li {
  text-indent: -1em;
}
.t--wysiwyg ul li:before {
  text-indent: 0;
  display: inline-block;
  content: '·';
  width: 1em;
}
.t--wysiwyg .t-highlight-2 a.is-hovered,
.t--wysiwyg .t-highlight-2 a:hover {
  letter-spacing: 0.03em;
}
.t--wysiwyg .t-p4 a.is-hovered,
.t--wysiwyg .t-p4 a:hover {
  letter-spacing: 0.02em;
}
.module--text-image .t--wysiwyg h3,
.module--text-1 .t--wysiwyg h3,
.module--text-2 .t--wysiwyg h3 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and ( max-width: 1440px ) {
  .module--text-image .t--wysiwyg h3,
  .module--text-1 .t--wysiwyg h3,
  .module--text-2 .t--wysiwyg h3 {
    font-size: 14px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .module--text-image .t--wysiwyg h3,
  .module--text-1 .t--wysiwyg h3,
  .module--text-2 .t--wysiwyg h3 {
    font-size: 14px;
  }
}
@media only screen and ( max-width:  570px ) {
  .module--text-image .t--wysiwyg h3,
  .module--text-1 .t--wysiwyg h3,
  .module--text-2 .t--wysiwyg h3 {
    font-size: 14px;
  }
}
.module--text-image .t--wysiwyg h3 + p,
.module--text-1 .t--wysiwyg h3 + p,
.module--text-2 .t--wysiwyg h3 + p {
  padding-top: 0;
}
.module--text-image .t--wysiwyg a:not( .btn ),
.module--text-1 .t--wysiwyg a:not( .btn ),
.module--text-2 .t--wysiwyg a:not( .btn ) {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.module--text-image .t--wysiwyg a:not( .btn ).is-hovered,
.module--text-1 .t--wysiwyg a:not( .btn ).is-hovered,
.module--text-2 .t--wysiwyg a:not( .btn ).is-hovered,
.module--text-image .t--wysiwyg a:not( .btn ):hover,
.module--text-1 .t--wysiwyg a:not( .btn ):hover,
.module--text-2 .t--wysiwyg a:not( .btn ):hover {
  font-weight: 500;
  letter-spacing: 0;
}
.module--text-2 .t--wysiwyg h3 {
  padding-bottom: 0;
}
.module--text-2 .t--wysiwyg h3 + p {
  padding-top: 0;
}
.module--text-2 .t--wysiwyg p,
.module--text-2 .t--wysiwyg ol,
.module--text-2 .t--wysiwyg ul,
.module--text-2 .t--wysiwyg li {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-size: 18px;
  hyphens: auto;
}
@media only screen and ( max-width: 1440px ) {
  .module--text-2 .t--wysiwyg p,
  .module--text-2 .t--wysiwyg ol,
  .module--text-2 .t--wysiwyg ul,
  .module--text-2 .t--wysiwyg li {
    font-size: 20px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .module--text-2 .t--wysiwyg p,
  .module--text-2 .t--wysiwyg ol,
  .module--text-2 .t--wysiwyg ul,
  .module--text-2 .t--wysiwyg li {
    font-size: 19px;
  }
}
@media only screen and ( max-width:  570px ) {
  .module--text-2 .t--wysiwyg p,
  .module--text-2 .t--wysiwyg ol,
  .module--text-2 .t--wysiwyg ul,
  .module--text-2 .t--wysiwyg li {
    font-size: 18px;
  }
}
@media only screen and ( max-width: 1440px ) {
  .module--text-2 .t--wysiwyg p,
  .module--text-2 .t--wysiwyg ol,
  .module--text-2 .t--wysiwyg ul,
  .module--text-2 .t--wysiwyg li {
    font-size: 16px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .module--text-2 .t--wysiwyg p,
  .module--text-2 .t--wysiwyg ol,
  .module--text-2 .t--wysiwyg ul,
  .module--text-2 .t--wysiwyg li {
    font-size: 16px;
  }
}
@media only screen and ( max-width:  570px ) {
  .module--text-2 .t--wysiwyg p,
  .module--text-2 .t--wysiwyg ol,
  .module--text-2 .t--wysiwyg ul,
  .module--text-2 .t--wysiwyg li {
    font-size: 16px;
  }
}
.module--text-2 .t--wysiwyg p,
.module--text-2 .t--wysiwyg ul,
.module--text-2 .t--wysiwyg ol {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.module--text-2 .t--wysiwyg p:first-child,
.module--text-2 .t--wysiwyg ul:first-child,
.module--text-2 .t--wysiwyg ol:first-child {
  padding-top: 0;
}
.module--text-2 .t--wysiwyg p:last-child,
.module--text-2 .t--wysiwyg ul:last-child,
.module--text-2 .t--wysiwyg ol:last-child {
  padding-bottom: 0;
}
/** ------------------------------------------------------------------------------------
 *
 * Basics – Media queries
 *
 * ---------------------------------------------------------------------------------- */
.is-visible--xs--1-1 {
  display: none !important;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .is-visible--xs--1-1 {
    display: block !important;
  }
}
.is-hidden--xs--1-1 {
  display: block !important;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .is-hidden--xs--1-1 {
    display: none !important;
  }
}
/** ------------------------------------------------------------------------------------
 *
 * Basics – Typography
 *
 * ---------------------------------------------------------------------------------- */
/** ------------------------------------------------------------------------------------
 *
 * Basics – Variables
 *
 * ---------------------------------------------------------------------------------- */
/**
 * Colors
 * ---------------------------------------------------------------------------------- */
.btn.btn--primary.btn--color--custom {
  background-color: #6331A0;
  border-color: #6331A0;
  color: #fff;
}
.btn.btn--primary.btn--color--custom.is-active,
.btn.btn--primary.btn--color--custom:hover {
  background-color: #F8EEE1;
  color: #6331A0;
}
.btn.btn--primary.btn--color--custom.is-active {
  pointer-events: none;
}
.btn.btn--primary.btn--color--warm-concrete {
  background-color: #F8EEE1;
  border-color: #F8EEE1;
  color: #082D2A;
}
.btn.btn--primary.btn--color--warm-concrete:hover {
  background-color: #6331A0;
  color: #F8EEE1;
}
.btn.btn--primary.btn--color--sicherheitsgruen {
  background-color: #082D2A;
  border-color: #082D2A;
  color: #fff;
}
.btn.btn--primary.btn--color--sicherheitsgruen:hover {
  background-color: #B5CAFF;
  color: #082D2A;
}
.btn.btn--text--plus {
  display: inline-block;
  padding-right: calc(14px + 16px + 10px);
}
.btn.btn--text--plus:before,
.btn.btn--text--plus:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F8EEE1;
  transition: background-color 0.3s;
}
.btn.btn--text--plus:before {
  width: 1px;
  height: 15px;
  right: calc(14px + 7px);
}
.btn.btn--text--plus:after {
  width: 15px;
  height: 1px;
  right: 14px;
}
.btn.btn--text--plus.is-active:before,
.btn.btn--text--plus:hover:before,
.btn.btn--text--plus.is-active:after,
.btn.btn--text--plus:hover:after {
  background-color: #6331A0;
}
/** ------------------------------------------------------------------------------------
 *
 * Elem – Logo
 *
 * ---------------------------------------------------------------------------------- */
.logo .st0 {
  fill: #941612;
}
.logo .st1 {
  fill: #082D2A;
}
[data-menu="is-visible"] .logo .st0,
[data-menu="is-visible"] .logo .st1 {
  fill: #F8EEE1;
}
/** ------------------------------------------------------------------------------------
 *
 * Site
 *
 * ---------------------------------------------------------------------------------- */
.home {
  background-color: #F8EEE1;
}
/** ------------------------------------------------------------------------------------
 *
 * Partial – Modules
 *
 * ---------------------------------------------------------------------------------- */
.bg--color--custom {
  background-color: #6331A0;
  color: #fff;
}
.bg--color--custom a {
  color: #fff;
}
.bg--color---warm-concrete {
  background-color: #F8EEE1;
}
.list .list--title.list--link:hover,
.list .accordion--title.list--link:hover {
  color: #082D2A;
  background-color: #eae9fd;
}
.list .list--title.list--link:hover:before,
.list .accordion--title.list--link:hover:before {
  opacity: 1;
}
.list .list--title.list--link:hover:after,
.list .accordion--title.list--link:hover:after {
  opacity: 0;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar ._brlbs-btn-switch ._brlbs-slider,
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar {
  background-color: #6331A0;
}
.image--caption .icon--image--caption,
.image--caption .p--wrapper:before {
  background-color: #eae9fd;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar .cookie-info-wrapper table tr td,
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar .cookie-info-wrapper table tr th {
  border-color: #eae9fd;
}
.bg--color--violet#BorlabsCookieBox .cookie-box .btn,
.bg--color--violet#BorlabsCookieBox .cookie-preference .btn,
.bg--color--violet .btn {
  border-color: #F8EEE1;
  color: #F8EEE1;
}
.bg--color--violet#BorlabsCookieBox .cookie-box .btn:hover,
.bg--color--violet#BorlabsCookieBox .cookie-preference .btn:hover,
.bg--color--violet .btn:hover {
  background-color: #F8EEE1;
  color: #082D2A;
}
#BorlabsCookieBox ._brlbs-legal a,
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar ._brlbs-paragraph a,
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar {
  color: #fff !important;
}
#BorlabsCookieBox table a:hover {
  color: #082D2A !important;
}
#CookiePrefDescription a:before,
#BorlabsCookieBox ._brlbs-legal a:not( .btn ):before,
#CookiePrefDescription a:after,
#BorlabsCookieBox ._brlbs-legal a:not( .btn ):after {
  background-color: #fff !important;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar .checkboxes-wrapper #checkbox-essential + ._brlbs-checkbox-indicator:before,
#BorlabsCookieBox.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator:before {
  background-color: #F8EEE1;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar .checkboxes-wrapper #checkbox-essential + ._brlbs-checkbox-indicator:after {
  background-color: #F8EEE1;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator:after,
.checkbox:after,
#BorlabsCookieBox.BorlabsCookie ._brlbs-bar .checkboxes-wrapper #checkbox-essential + ._brlbs-checkbox-indicator:before {
  background-image: url('assets/img/icons/icon--check--sicherheitsgruen.svg') !important;
  background-color: #F8EEE1;
}
/** ------------------------------------------------------------------------------------
 *
 * Partial – Header
 *
 * ---------------------------------------------------------------------------------- */
.header {
  background-color: #fff;
  border-bottom: 1px solid #082D2A;
}
.header:before {
  border-color: #F8EEE1;
}
.home .header {
  background-color: #F8EEE1;
  border-bottom: 1px solid #082D2A;
}
/** ------------------------------------------------------------------------------------
 *
 * Menu
 *
 * ---------------------------------------------------------------------------------- */
.home .menu--burger .lines {
  background-color: #082D2A;
}
.home .menu--burger .lines:before,
.home .menu--burger .lines:after {
  background-color: #082D2A;
}
.header .col:before {
  background-color: #6331A0;
}
[data-menu="is-visible"] .header {
  background-color: #6331A0;
}
[data-menu="is-visible"] .header:not(.header--fixed) {
  background-color: #6331A0;
}
[data-menu="is-visible"] .menu--burger .lines {
  background-color: #F8EEE1;
}
[data-menu="is-visible"] .menu--burger .lines:before,
[data-menu="is-visible"] .menu--burger .lines:after {
  background-color: #F8EEE1;
}
.menu--primary--mobile--wrapper .menu--primary--mobile--inner .sidebar,
.menu--primary--mobile--wrapper .menu--primary--mobile--inner .t-h2,
.menu--primary--mobile--wrapper .menu--primary--mobile--inner a {
  color: #F8EEE1;
}
body:not( .menu--is-mobile ) .menu--primary--overlay a:not( .toggle-menu-item ),
body:not( .menu--is-mobile ) .sidebar a {
  background-image: linear-gradient(#F8EEE1, #F8EEE1);
}
.menu--primary--mobile--wrapper .menu--primary--mobile--inner .col-8:before {
  background-color: #F8EEE1;
}
.menu--primary--mobile--wrapper .menu--primary--mobile--bg {
  background-color: #6331A0;
}
.menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay {
  padding: 0;
}
.menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item {
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
}
.menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item > a {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-size: 18px;
  hyphens: auto;
}
@media only screen and ( max-width: 1440px ) {
  .menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item > a {
    font-size: 20px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item > a {
    font-size: 19px;
  }
}
@media only screen and ( max-width:  570px ) {
  .menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item > a {
    font-size: 18px;
  }
}
@media only screen and ( max-width: 1440px ) {
  .menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item > a {
    font-size: 16px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item > a {
    font-size: 16px;
  }
}
@media only screen and ( max-width:  570px ) {
  .menu--primary--mobile--wrapper .menu--primary--mobile--inner .menu--primary--overlay > .menu-item > a {
    font-size: 16px;
  }
}
.sidebar {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
}
.sidebar .contact {
  order: 2;
}
.col--inner--inner {
  display: flex;
}
@media only screen and ( max-width:  810px ) {
  .col--inner--inner {
    flex-wrap: wrap;
  }
}
.menu--primary--overlay--wrapper {
  padding: 54px 0 54px 54px;
}
@media only screen and ( max-width: 1440px ) {
  .menu--primary--overlay--wrapper {
    padding: 40px 0 40px 40px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .menu--primary--overlay--wrapper {
    padding: 36px 0 36px 36px;
  }
}
@media only screen and ( max-width:  810px ) {
  .menu--primary--overlay--wrapper {
    padding-bottom: 0;
  }
}
@media only screen and ( max-width:  570px ) {
  .menu--primary--overlay--wrapper {
    padding: 26px 0 0 26px;
  }
}
.menu--footer--secondary {
  margin-right: 0;
}
.menu--footer--secondary .menu-item {
  margin: 0;
  padding: 0 6px 4px;
  background-color: #6331A0;
}
@media only screen and ( max-width:  810px ) {
  .menu--footer--secondary .menu-item {
    padding: 10px 0 0 0;
  }
}
.menu--footer--secondary a {
  display: inline-block;
  color: #F8EEE1;
}
@media only screen and ( max-width:  810px ) {
  .menu--footer--secondary a {
    padding: 0;
  }
}
.home .menu--footer--secondary .menu-item {
  background-color: #F8EEE1;
}
.home .menu--footer--secondary a {
  color: #082D2A;
}
body:not( .menu--is-mobile ) .menu--footer a {
  background-image: linear-gradient(#F8EEE1, #F8EEE1);
}
body:not( .menu--is-mobile ).home .menu--footer a {
  background-image: linear-gradient(#082D2A, #082D2A);
}
/** ------------------------------------------------------------------------------------
 *
 * Footer
 *
 * ---------------------------------------------------------------------------------- */
.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: calc(1060/1920 * 100vw);
  box-sizing: border-box;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .footer {
    height: calc(640/375 * 100vw);
  }
}
.footer .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.footer .row--top {
  align-self: flex-start;
}
.footer .row--bottom {
  align-self: flex-end;
}
.footer .row--bottom .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and ( max-width:  810px ) {
  .footer .row--bottom .col {
    align-items: flex-end;
  }
}
.footer .copyright {
  margin-top: 0.2em;
}
/** ------------------------------------------------------------------------------------
 *
 * Module – Front page – 2023
 *
 * ---------------------------------------------------------------------------------- */
path,
circle,
rect,
line {
  vector-effect: non-scaling-stroke;
  stroke-width: 1px;
}
path[stroke-width="27"] {
  stroke-width: 27px;
  vector-effect: none;
}
.module--front-page--2023 {
  height: calc(9958/1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 {
    height: calc(7175/375 * 100vw);
  }
}
.module--front-page--2023 h1 {
  position: absolute;
  z-index: 5;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 h1 {
    font-size: calc(96/1024 * 100vw);
  }
}
@media only screen and ( max-width: 1024px ) {
  .module--front-page--2023 .t-p2 {
    font-size: 14px;
  }
}
@media only screen and ( max-width:  810px ) {
  .module--front-page--2023 .t-p2 {
    font-size: 13px;
  }
}
@media only screen and ( max-width:  570px ) {
  .module--front-page--2023 .t-p2 {
    font-size: 12px;
  }
}
.module--front-page--2023 .t--bg {
  position: relative;
  display: inline-block;
  background-color: #F8EEE1;
  padding-right: 0.25em;
}
.module--front-page--2023 .t--bg:nth-of-type( 1 ) {
  z-index: 3;
}
.module--front-page--2023 .t--bg:nth-of-type( 2 ) {
  z-index: 2;
}
.module--front-page--2023 .t--bg:nth-of-type( 3 ) {
  z-index: 1;
}
.module--front-page--2023 .t--section {
  z-index: 0;
  font-family: 'IvarSoft', sans-serif;
  font-size: calc(150/1440 * 100vw);
  line-height: 1;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 672px) {
  .module--front-page--2023 .t--section {
    font-size: 70px;
  }
}
.module--front-page--2023 .t--section.is-fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.module--front-page--2023 .section--bauen--helper {
  position: absolute;
  z-index: 0;
  left: 0;
  top: calc(2288 / 1440 * 100vw);
  height: calc(2764 / 1440 * 100vw);
  width: 100%;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .section--bauen--helper {
    top: calc(1950 / 375 * 100vw);
    height: calc(1625 / 375 * 100vw);
  }
}
.module--front-page--2023 .section--bauen {
  top: calc(2288 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .section--bauen {
    top: calc(1950 / 375 * 100vw);
  }
}
.module--front-page--2023 .section--leben--helper {
  position: absolute;
  z-index: 0;
  left: 0;
  top: calc(5372 / 1440 * 100vw);
  height: calc(1800 / 1440 * 100vw);
  width: 100%;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .section--leben--helper {
    top: calc(3625 / 375 * 100vw);
    height: calc(1850 / 375 * 100vw);
  }
}
.module--front-page--2023 .section--leben {
  top: calc(5372 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .section--leben {
    top: calc(3625 / 375 * 100vw);
  }
}
.module--front-page--2023 .section--gestalten--helper {
  position: absolute;
  z-index: 0;
  left: 0;
  top: calc(7730 / 1440 * 100vw);
  height: calc(2047 / 1440 * 100vw);
  width: 100%;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .section--gestalten--helper {
    top: calc(5747 / 375 * 100vw);
    height: calc(1335 / 375 * 100vw);
  }
}
.module--front-page--2023 .section--gestalten {
  top: calc(7730 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .section--gestalten {
    top: calc(5747 / 375 * 100vw);
  }
}
.module--front-page--2023 .lottie--wrapper {
  position: absolute;
  width: 100%;
}
.module--front-page--2023 .illu {
  z-index: 1;
  position: relative;
}
.module--front-page--2023 .illu-01 {
  z-index: 3;
}
.module--front-page--2023 .illu-01 .lottie--wrapper {
  top: 0;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-01 .lottie--wrapper {
    top: calc(112/375 * 100vw);
  }
}
.module--front-page--2023 .illu-02 {
  z-index: 2;
}
.module--front-page--2023 .illu-02 .lottie--wrapper {
  top: calc(872 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-02 .lottie--wrapper {
    top: calc(974/375 * 100vw);
  }
}
.module--front-page--2023 .illu-03 {
  z-index: 4;
}
.module--front-page--2023 .illu-03 .lottie--wrapper {
  top: calc(977 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-03 .lottie--wrapper {
    top: calc(770/375 * 100vw);
  }
}
.module--front-page--2023 .illu-04 .lottie--wrapper {
  top: calc(775 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-04 .lottie--wrapper {
    top: calc(934/375 * 100vw);
  }
}
.module--front-page--2023 .illu-05 {
  z-index: 4;
}
.module--front-page--2023 .illu-05 .lottie--wrapper {
  top: calc(1605 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-05 .lottie--wrapper {
    top: calc(1508/375 * 100vw);
  }
}
.module--front-page--2023 .illu-06 .lottie--wrapper {
  top: calc(1692 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-06 .lottie--wrapper {
    top: calc(1404/375 * 100vw);
  }
}
.module--front-page--2023 .illu-07 .lottie--wrapper {
  top: calc(1743 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-07 .lottie--wrapper {
    top: calc(1425/375 * 100vw);
  }
}
.module--front-page--2023 .illu-08 {
  z-index: 2;
}
.module--front-page--2023 .illu-08 .lottie--wrapper {
  top: calc(2311 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-08 .lottie--wrapper {
    top: calc(1836/375 * 100vw);
  }
}
.module--front-page--2023 .illu-11 {
  z-index: 4;
}
.module--front-page--2023 .illu-11 .lottie--wrapper {
  top: calc(2310 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-11 .lottie--wrapper {
    top: calc(1864/375 * 100vw);
  }
}
.module--front-page--2023 .illu-12 {
  z-index: 5;
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-12 {
    z-index: 7;
  }
}
.module--front-page--2023 .illu-12 .lottie--wrapper {
  top: calc(2722 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-12 .lottie--wrapper {
    top: calc(2053/375 * 100vw);
  }
}
.module--front-page--2023 .illu-13 .lottie--wrapper {
  top: calc(2891 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-13 .lottie--wrapper {
    top: calc(2127/375 * 100vw);
  }
}
.module--front-page--2023 .illu-14 .lottie--wrapper {
  top: calc(3248 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-14 .lottie--wrapper {
    top: calc(2406/375 * 100vw);
  }
}
.module--front-page--2023 .illu-15 .lottie--wrapper {
  top: calc(3780 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-15 .lottie--wrapper {
    top: calc(2628/375 * 100vw);
  }
}
.module--front-page--2023 .illu-16 .lottie--wrapper {
  top: calc(4215 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-16 .lottie--wrapper {
    top: calc(2864/375 * 100vw);
  }
}
.module--front-page--2023 .illu-17 .lottie--wrapper {
  top: calc(4272 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-17 .lottie--wrapper {
    top: calc(2899/375 * 100vw);
  }
}
.module--front-page--2023 .illu-18 .lottie--wrapper {
  top: calc(3994 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-18 .lottie--wrapper {
    top: calc(3072/375 * 100vw);
  }
}
.module--front-page--2023 .illu-19 {
  z-index: 0;
}
.module--front-page--2023 .illu-19 .lottie--wrapper {
  top: calc(4142 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-19 .lottie--wrapper {
    top: calc(3134/375 * 100vw);
  }
}
.module--front-page--2023 .illu-20 .lottie--wrapper {
  top: calc(4942 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-20 .lottie--wrapper {
    top: calc(3502/375 * 100vw);
  }
}
.module--front-page--2023 .illu-21 .lottie--wrapper {
  top: calc(5065 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-21 .lottie--wrapper {
    top: calc(3621/375 * 100vw);
  }
}
.module--front-page--2023 .illu-22 .lottie--wrapper {
  top: calc(5258 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-22 .lottie--wrapper {
    top: calc(4353/375 * 100vw);
  }
}
.module--front-page--2023 .illu-23 {
  z-index: 2;
}
.module--front-page--2023 .illu-23 .lottie--wrapper {
  top: calc(5209 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-23 .lottie--wrapper {
    top: calc(3672/375 * 100vw);
  }
}
.module--front-page--2023 .illu-24 .lottie--wrapper {
  top: calc(5309 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-24 .lottie--wrapper {
    top: calc(3731/375 * 100vw);
  }
}
.module--front-page--2023 .illu-25 .lottie--wrapper {
  top: calc(5784 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-25 .lottie--wrapper {
    top: calc(4674/375 * 100vw);
  }
}
.module--front-page--2023 .illu-26 .lottie--wrapper {
  top: calc(5812 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-26 .lottie--wrapper {
    top: calc(4689/375 * 100vw);
  }
}
.module--front-page--2023 .illu-27 .lottie--wrapper {
  top: calc(5996 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-27 .lottie--wrapper {
    top: calc(4121/375 * 100vw);
  }
}
.module--front-page--2023 .illu-28 .lottie--wrapper {
  top: calc(6238 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-28 .lottie--wrapper {
    top: calc(4870/375 * 100vw);
  }
}
.module--front-page--2023 .illu-29 .lottie--wrapper {
  top: calc(6436 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-29 .lottie--wrapper {
    top: calc(5029/375 * 100vw);
  }
}
.module--front-page--2023 .illu-30 .lottie--wrapper {
  top: calc(6777 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-30 .lottie--wrapper {
    top: calc(5212/375 * 100vw);
  }
}
.module--front-page--2023 .illu-31 .lottie--wrapper {
  top: calc(7276 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-31 .lottie--wrapper {
    top: calc(5446/375 * 100vw);
  }
}
.module--front-page--2023 .illu-32 .lottie--wrapper {
  top: calc(7389 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-32 .lottie--wrapper {
    top: calc(5609/375 * 100vw);
  }
}
.module--front-page--2023 .illu-33 .lottie--wrapper {
  top: calc(7882 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-33 .lottie--wrapper {
    top: calc(6126/375 * 100vw);
  }
}
.module--front-page--2023 .illu-36 .lottie--wrapper {
  top: calc(8189 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-36 .lottie--wrapper {
    top: calc(5931/375 * 100vw);
  }
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-37 {
    z-index: 2;
  }
}
.module--front-page--2023 .illu-37 .lottie--wrapper {
  top: calc(8410 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-37 .lottie--wrapper {
    top: calc(6409/375 * 100vw);
  }
}
.module--front-page--2023 .illu-38 .lottie--wrapper {
  top: calc(8547 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-38 .lottie--wrapper {
    top: calc(6315/375 * 100vw);
  }
}
.module--front-page--2023 .illu-39 .lottie--wrapper {
  top: calc(9387 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-39 .lottie--wrapper {
    top: calc(6830/375 * 100vw);
  }
}
.module--front-page--2023 .illu-40 .lottie--wrapper {
  top: calc(9591 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .illu-40 .lottie--wrapper {
    top: calc(7021/375 * 100vw);
  }
}
.module--front-page--2023 .btn--open-overlay {
  position: absolute;
  z-index: 10;
}
.module--front-page--2023 .btn-01 {
  top: calc(228 / 1440 * 100vw);
  right: calc(101 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-01 {
    top: calc(268/375 * 100vw);
    right: calc(28/375 * 100vw);
  }
}
.module--front-page--2023 .btn-02 {
  top: calc(2577 / 1440 * 100vw);
  left: calc(1179 / 1440 * 100vw);
}
@media only screen and ( max-width: 1280px ) {
  .module--front-page--2023 .btn-02 {
    left: auto;
    right: calc(115/1280 * 100vw);
  }
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-02 {
    top: calc(1916/375 * 100vw);
    right: calc(12/375 * 100vw);
  }
}
.module--front-page--2023 .btn-03 {
  top: calc(3587 / 1440 * 100vw);
  left: calc(676 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-03 {
    top: calc(2547/375 * 100vw);
    left: auto;
    right: calc(17/375 * 100vw);
  }
}
.module--front-page--2023 .btn-04 {
  top: calc(4193 / 1440 * 100vw);
  left: calc(77 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-04 {
    top: calc(2808/375 * 100vw);
    left: calc(44/375 * 100vw);
  }
}
.module--front-page--2023 .btn-05 {
  top: calc(4785 / 1440 * 100vw);
  left: calc(1185 / 1440 * 100vw);
}
@media only screen and ( max-width: 1280px ) {
  .module--front-page--2023 .btn-05 {
    left: auto;
    right: calc(51/1280 * 100vw);
  }
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-05 {
    top: calc(3300/375 * 100vw);
    right: auto;
    left: calc(35/375 * 100vw);
  }
}
.module--front-page--2023 .btn-06 {
  top: calc(5544 / 1440 * 100vw);
  left: calc(570 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-06 {
    top: calc(4019/375 * 100vw);
    left: auto;
    right: calc(68/375 * 100vw);
  }
}
.module--front-page--2023 .btn-07 {
  top: calc(6120 / 1440 * 100vw);
  left: calc(1197 / 1440 * 100vw);
}
@media only screen and ( max-width: 1280px ) {
  .module--front-page--2023 .btn-07 {
    left: auto;
    right: calc(27/1280 * 100vw);
  }
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-07 {
    top: calc(4602/375 * 100vw);
    right: calc(16/375 * 100vw);
  }
}
.module--front-page--2023 .btn-08 {
  top: calc(6675 / 1440 * 100vw);
  left: calc(108 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-08 {
    top: calc(5326/375 * 100vw);
    left: auto;
    right: calc(17/375 * 100vw);
  }
}
.module--front-page--2023 .btn-09 {
  top: calc(7977 / 1440 * 100vw);
  left: calc(1084 / 1440 * 100vw);
}
@media only screen and ( max-width: 1280px ) {
  .module--front-page--2023 .btn-09 {
    left: auto;
    right: calc(80/1280 * 100vw);
  }
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-09 {
    top: calc(6072/375 * 100vw);
    right: auto;
    left: calc(40/375 * 100vw);
  }
}
.module--front-page--2023 .btn-10 {
  top: calc(8907 / 1440 * 100vw);
  left: calc(233 / 1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-10 {
    top: calc(6461/375 * 100vw);
    left: calc(40/375 * 100vw);
  }
}
.module--front-page--2023 .btn-11 {
  top: calc(9638 / 1440 * 100vw);
  left: calc(943 / 1440 * 100vw);
}
@media only screen and ( max-width: 1280px ) {
  .module--front-page--2023 .btn-11 {
    left: auto;
    right: calc(332/1280 * 100vw);
  }
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .btn-11 {
    top: calc(6910/375 * 100vw);
    right: auto;
    left: calc(181/375 * 100vw);
  }
}
.module--front-page--2023 .number {
  position: absolute;
  z-index: 10;
}
.module--front-page--2023 .number-01 {
  top: calc(865/1440 * 100vw);
  left: calc(226/1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .number-01 {
    top: calc(781/375 * 100vw);
    left: calc(192/375 * 100vw);
  }
}
.module--front-page--2023 .number-02 {
  top: calc(1331/1440 * 100vw);
  left: calc(1127/1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .number-02 {
    top: calc(1241/375 * 100vw);
    left: auto;
    right: calc(20/375 * 100vw);
  }
}
.module--front-page--2023 .number-03 {
  top: calc(2044/1440 * 100vw);
  left: calc(226/1440 * 100vw);
}
@media only screen and ( max-width: 640px ) and ( max-aspect-ratio: 1/1 ) {
  .module--front-page--2023 .number-03 {
    top: calc(1699/375 * 100vw);
    left: calc(95/375 * 100vw);
  }
}
/** ------------------------------------------------------------------------------------
 *
 * Elem – Overlay
 *
 * ---------------------------------------------------------------------------------- */
@media only screen and ( max-width:  570px ) {
  html[data-scroll="is-locked--xs"] {
    overflow: hidden;
  }
  html[data-scroll="is-locked--xs"] body {
    overflow: hidden;
    width: calc(100% - var(--scrollbarWidth));
  }
}
html,
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
.overlay--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2001;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  padding: 54px 0;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: 0s 0.3s;
}
@media only screen and ( max-width:  570px ) {
  .overlay--wrapper {
    top: 0;
    left: 0;
    align-items: flex-start;
    padding: 0;
    position: fixed;
  }
}
.overlay--wrapper.is-visible {
  opacity: 1;
  transition: 0s;
}
.overlay--wrapper.is-visible .overlay--content {
  opacity: 1;
  pointer-events: all;
  transform: none;
  transition: 0.3s;
}
.overlay--content {
  margin: auto;
  width: 1000px;
  min-height: 700px;
  transform: translateY(20px);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
}
@media only screen and ( max-width: 1440px ) {
  .overlay--content {
    min-height: 560px;
    width: 815px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .overlay--content {
    min-height: 514px;
    width: 760px;
  }
}
@media only screen and ( max-width:  810px ) {
  .overlay--content {
    width: calc(100% - 60px);
    min-height: 0;
  }
}
@media only screen and ( max-width:  570px ) {
  .overlay--content {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
}
[data-overlay-item-id="overlay-01"] .overlay--content {
  width: calc(1320/1920 * 100vw);
  max-width: 1320px;
}
@media only screen and ( max-width: 1280px ) {
  [data-overlay-item-id="overlay-01"] .overlay--content {
    width: calc(100% - 40px*4);
  }
}
@media only screen and ( max-width: 1024px ) {
  [data-overlay-item-id="overlay-01"] .overlay--content {
    width: calc(100% - 36px*4);
  }
}
@media only screen and ( max-width:  810px ) {
  [data-overlay-item-id="overlay-01"] .overlay--content {
    width: calc(100% - 36px*3);
  }
}
@media only screen and ( max-width:  570px ) {
  [data-overlay-item-id="overlay-01"] .overlay--content {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
}
[data-overlay-item-id="overlay-01"] .overlay--content .overlay {
  background-color: #6331A0;
  color: #F8EEE1;
}
.overlay {
  position: relative;
  padding: 54px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  flex: 1;
  background-size: cover;
  background-position: center center;
  display: flex;
}
@media only screen and ( max-width: 1440px ) {
  .overlay {
    padding: 40px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .overlay {
    padding: 36px;
  }
}
@media only screen and ( max-width:  570px ) {
  .overlay {
    padding: 26px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.overlay-content-1 .overlay {
  background-color: #B5CAFF;
}
.overlay .overlay--box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 446px;
  height: auto;
  padding: 54px;
  background-color: #6331A0;
  box-sizing: border-box;
  color: #F8EEE1;
}
@media only screen and ( max-width: 1440px ) {
  .overlay .overlay--box {
    padding: 40px;
    width: 367px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .overlay .overlay--box {
    padding: 36px;
    width: 344px;
  }
}
@media only screen and ( max-width:  810px ) {
  .overlay .overlay--box {
    width: 300px;
  }
}
@media only screen and ( max-width:  570px ) {
  .overlay .overlay--box {
    padding: 26px;
    width: 100%;
    align-self: flex-end;
  }
}
.overlay .overlay--box a:not( .btn ) {
  color: #F8EEE1;
}
.overlay .overlay--box a:not( .btn ):before,
.overlay .overlay--box a:not( .btn ):after {
  background-color: #F8EEE1;
}
.overlay .overlay--box--vorstand {
  color: #F8EEE1;
}
@media only screen and ( max-width:  570px ) {
  .overlay .overlay--box--vorstand {
    padding-top: calc(26px + 40px);
  }
}
.overlay .overlay--box--vorstand a:not( .btn ) {
  color: #F8EEE1;
}
.overlay .overlay--box--vorstand a:not( .btn ):before,
.overlay .overlay--box--vorstand a:not( .btn ):after {
  background-color: #F8EEE1;
}
.overlay .overlay--box--vorstand .content {
  display: flex;
  line-height: 0;
}
@media only screen and ( max-width:  810px ) {
  .overlay .overlay--box--vorstand .content {
    flex-wrap: wrap;
  }
}
@media only screen and ( max-width:  570px ) {
  .overlay .overlay--box--vorstand .content {
    padding-bottom: 26px;
  }
}
.overlay .overlay--box--vorstand .col--image {
  max-width: 400px;
  width: calc(400/1920 * 100vw);
  flex-shrink: 0;
  min-width: 220px;
}
@media only screen and ( max-width:  810px ) {
  .overlay .overlay--box--vorstand .col--image {
    width: 100%;
    max-width: 100%;
  }
  .overlay .overlay--box--vorstand .col--image img {
    width: 100%;
  }
}
@media only screen and ( max-width:  570px ) {
  [data-overlay-item-id="overlay-01"] .overlay--close--wrapper {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: #6331A0;
  }
}
.overlay--close {
  position: absolute;
  top: 54px;
  right: 54px;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 10px;
  transition: background-color 0.3s;
  border: 1px solid #fff;
}
.overlay--close:before,
.overlay--close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/img/icons/icon--overlay--close--sicherheitsgruen.svg');
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.overlay--close:after {
  background-image: url('assets/img/icons/icon--overlay--close--white.svg');
  opacity: 0;
}
@media only screen and ( max-width: 1440px ) {
  .overlay--close {
    top: 40px;
    right: 40px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .overlay--close {
    top: 36px;
    right: 36px;
  }
}
@media only screen and ( max-width:  570px ) {
  .overlay--close {
    position: fixed;
    top: 26px;
    right: 26px;
  }
}
.overlay--close:hover {
  background-color: transparent;
}
.overlay--close:hover:before {
  opacity: 0;
}
.overlay--close:hover:after {
  opacity: 1;
}
.scroll-down--wrapper {
  position: fixed;
  bottom: 54px;
  right: auto;
  left: 54px;
  height: auto;
}
@media only screen and ( max-width: 1440px ) {
  .scroll-down--wrapper {
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and ( max-width: 1024px ) {
  .scroll-down--wrapper {
    bottom: 36px;
    left: 36px;
  }
}
@media only screen and ( max-width:  570px ) {
  .scroll-down--wrapper {
    bottom: 26px;
    left: 26px;
  }
}
.scroll-down--wrapper .scroll-down {
  width: 38px;
  height: 38px;
  background-color: transparent;
  transition: opacity 0.3s;
}
.scroll-down--wrapper .scroll-down.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.scroll-down--wrapper .scroll-down:before,
.scroll-down--wrapper .scroll-down:after {
  background-color: #6331A0;
  border: 1px solid #6331A0;
  border-radius: 10px;
}
.scroll-down--wrapper .scroll-down:before {
  background-image: url('assets/img/icons/icon--arrow--down--warm-concrete.svg');
}
.scroll-down--wrapper .scroll-down:after {
  background-color: #F8EEE1;
  background-image: url('assets/img/icons/icon--arrow--down--violet.svg');
}
.scroll-down--wrapper .scroll-down:hover {
  background-color: transparent;
}
.scroll-down--wrapper .scroll-down:hover:before,
.scroll-down--wrapper .scroll-down:hover:after {
  transform: translateY(0);
}
.height--helper {
  height: 100dvh;
}
