
/*****************************************
Cryptedmail */
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

input[name='firstname']{ display:none; }

#offcanvas-info a:hover {
  color: white;
}

.footer-cta {
  gap: 2rem;
}

.footer-cta-title {
  max-width: 48rem;
  font-size: calc(1.45rem + 1.15vw);
  font-weight: 400;
  line-height: 1.28;
}

.footer-cta-buttons {
  row-gap: 0.75rem;
}

.footer-logo {
  max-width: 14.625rem;
  height: auto;
}

/* Sandbox mask assets live under _img in this project. */
.img-mask.mask-1 img {
  -webkit-mask-image: url("../_img/svg/blob.svg") !important;
  mask-image: url("../_img/svg/blob.svg") !important;
}

.about-split-image {
  min-height: 24rem;
}

.about-gallery .swiper-slide {
  width: min(82vw, 19rem);
}

.about-gallery .about-gallery-slide-wide {
  width: min(86vw, 32rem);
}

.about-gallery figure,
.about-gallery figure a {
  display: block;
  height: 16rem;
  overflow: hidden;
}

.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.structure-feature {
  min-height: 100%;
}

.structure-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.structure-feature-icon-svg {
  display: block;
  width: 1.75rem;
  height: 2.3rem;
  color: #fff;
}

.imprint-partner-logo-card {
  display: flex;
  min-height: 8rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid rgba(52, 63, 82, 0.12);
  background: #fff;
}

.imprint-partner-logo-link {
  display: flex;
  width: 100%;
  min-height: 5rem;
  align-items: center;
  justify-content: center;
}

.imprint-partner-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 5rem;
  object-fit: contain;
}

.imprint-purpose-list > li + li {
  margin-top: 1.25rem;
}

@media (min-width: 992px) {
  .footer-cta-title {
    max-width: 46rem;
  }

  .about-split-image {
    min-height: 100%;
  }

  .about-gallery figure,
  .about-gallery figure a {
    height: 20rem;
  }

  .about-split-section:nth-child(odd) .about-split-image {
    right: auto;
    left: 0;
  }

  .about-split-section:nth-child(odd) .about-split-copy {
    margin-left: auto;
  }

  .about-split-section:nth-child(odd) .about-split-content {
    padding-left: 3.75rem;
  }

  .about-split-section:nth-child(even) .about-split-image {
    right: 0;
    left: auto;
  }

  .about-split-section:nth-child(even) .about-split-content {
    padding-right: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .footer-cta-title {
    font-size: 2.1rem;
  }
}

.work-area-logo {
  display: flex;
  aspect-ratio: 3 / 2;
  align-items: center;
  justify-content: center;
}

.work-area-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vorstand-card[data-vorstand-card] {
  cursor: pointer;
}

.vorstand-image {
  object-fit: cover;
}

.vorstand-description {
  max-width: 100%;
}

.vorstand-card .vorstand-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.vorstand-more {
  color: var(--bs-primary);
  font-weight: 700;
}

.vorstand-modal-image-wrap img {
  min-height: 100%;
}

#vorstand-modal .vorstand-modal-close,
#vorstand-modal .vorstand-modal-close:focus {
  box-shadow: none;
  outline: 0;
}

#vorstand-modal .vorstand-modal-close:before,
#vorstand-modal .vorstand-modal-close:hover:before {
  background: transparent;
}

#vorstand-modal .vorstand-email a {
  color: var(--bs-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

#vorstand-modal .vorstand-email a:after {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}


/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/manrope-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/manrope-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/manrope-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
