.footer-site-logo,
.header-logo a {
    max-width: none;
}
.home-content h3 {
    color: #ffffff;
}
.home-content__buttons .btn {
    width: unset;
}
.lead {
  font-family: "montserrat-regular", "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 3.6rem;
  color: #0D0A0B;
}
.home-content__main {
    padding-right: unset;
}
.home-content h3 {
    margin-left: 0;
    letter-spacing: .1rem;
}
.home-content__buttons {
    bottom: -8rem;
}
.page-toc h4 {
    margin-top: 0;
}
.page-header {
    background-size: cover;
}
.small-page-header::before, .page-header::before {
    opacity: .3;
}
.masonry-wrap {
    width: 1200px;
}
@media only screen and (max-width: 1700px) {
    .masonry-wrap {
        width: 1050px;
    }
}
@media only screen and (max-width: 1300px) {
  .masonry-wrap {
    width: 1050px;
  }
}
@media only screen and (max-width: 1099px) {
  .masonry-wrap {
    width: 90%;
    max-width: 700px;
  }
}

.hero {
    display: flex;
    padding-top: 6rem;
    padding-bottom: 7rem;
    background-position: center;
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero.hero-medium {
  min-height: 480px;
}
.hero-t-31 {
    background-position-y: 31%;
}
.overlay-dark-gradient .image-overlay {
  background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.2));
}
.text-light, .text-light h1, .text-light h2 {
  color: rgba(255,255,255,.8);
}
.image-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero section {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .4rem;
    padding-left: .4rem;
    z-Index: 2;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    padding: 1.5rem 1.5rem;
    border: 2px solid rgba(0, 0, 0, 0.15);
    width: 100%;
}

#gdpr {
    float: left;
    margin-top: 5px;
}
#gdpr + label {
    display: block !important;
    margin-left: 25px;
    margin-bottom: 45px;
}
.notices p {
  margin: 4rem;
}
.header-nav li.current a,
footer a, footer a:visited {
    color: #fbb03b;
}
.home-content h3::before {
    background-color: #fbb03b;
}
.nl-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.nl-overlay.active {
    display: flex;
}
.nl-modal {
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 660px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}
.nl-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1;
}
.nl-modal iframe {
    width: 100%;
    border: none;
    height: 80vh;
    margin-top: -20px;
}
.img-aside {
    float: right;
    max-width: 222px;
    margin: 0 0 1rem 1.5rem;
}

@media (max-width: 768px) {
    .img-aside {
        float: none;
        max-width: 100%;
        margin: 0 auto 1rem;
        display: block;
    }
}
a {
    color: darkblue;
}
/* usercentrics */
#usercentrics-root {
  --font-size-base: 16px; /* Falls Usercentrics das unterstützt */
  font-size: 16px !important;
}