/* input(2020,1): run-time error CSS1019: Unexpected token, found '}' */
@charset "UTF-8";
.text-deepblue {
  color: #00214e;
}

.bg-deepblue {
  background-color: #00214e;
}

.text-deepblue-darkest {
  color: #001533;
}

.bg-deepblue-darkest {
  background-color: #001533;
}

.text-deepblue-dark {
  color: #001533;
}

.bg-deepblue-dark {
  background-color: #001533;
}

.text-deepblue-mid {
  color: #052d66;
}

.bg-deepblue-mid {
  background-color: #052d66;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.text-gray-dark {
  color: #1e1e1e;
}

.bg-gray-dark {
  background-color: #1e1e1e;
}

.text-gray-mid {
  color: #505050;
}

.bg-gray-mid {
  background-color: #505050;
}

.text-gray {
  color: #c8c8c8;
}

.bg-gray {
  background-color: #c8c8c8;
}

.text-gray-light {
  color: #f1f1f1;
}

.bg-gray-light {
  background-color: #f1f1f1;
}

.text-pink {
  color: #ff0080;
}

.bg-pink {
  background-color: #ff0080;
}

.text-aqua {
  color: #0088CC;
}

.bg-aqua {
  background-color: #00b2ff;
}

.text-tuerkis {
  color: #00fbff;
}

.bg-tuerkis {
  background-color: #00fbff;
}

.text-salbei {
  color: #00ffbf;
}

.bg-salbei {
  background-color: #00ffbf;
}

:root {
  font-size: 16px; /* 1rem = 16px */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #001533;
}

h1, .h1 {
  font-size: clamp(2.25rem, 6vw, 4.5rem); /* 36px – 72px */
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 2rem;
}

h2, .h2 {
  font-size: clamp(1.8125rem, 5vw, 3.375rem); /* 29px – 54px */
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

h3, .h3 {
  font-size: clamp(1.4375rem, 4vw, 2.5rem); /* 23px – 40px */
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h4, .h4 {
  font-size: clamp(1.125rem, 3.5vw, 1.875rem); /* 18px – 30px */
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.25rem; /* 20px */
}

h5, .h5 {
  font-size: clamp(0.875rem, 3vw, 1.4375rem); /* 14px – 23px */
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 1rem; /* 16px */
}

/* Card Title */
.card-title, .mehrwerte-preview-section .mehrwerte-title {
  font-size: clamp(1.125rem, 2.8vw, 1.5rem); /* 18px – 24px */
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.75rem; /* 12px */
}

/* Card Title 2*/
.card-title2, .mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-content .mg-card-headline {
  font-size: clamp(1.0625rem, 2.2vw, 1.4375rem); /* 17px – 23px */
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.75rem; /* 12px */
}

/* Copy Styles */
.copy1 {
  font-size: clamp(1.125rem, 2.8vw, 1.5rem); /* 18px – 24px */
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 1.25rem; /* 20px */
}

.copy2 {
  font-size: clamp(1rem, 2.2vw, 1.25rem); /* 16px – 20px */
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.125rem; /* 18px */
}

.copy3 {
  font-size: clamp(0.9375rem, 2vw, 1.125rem); /* 15px – 18px */
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1rem; /* 16px */
}

.copy4 {
  font-size: clamp(0.875rem, 1.8vw, 1rem); /* 14px – 16px */
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0.875rem; /* 14px */
}

.copy5, .mehrwerte-preview-section .mehrwerte-text, .mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-content p {
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem); /* 13px – 15px */
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.75rem; /* 12px */
}

.copy6 {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem); /* 12px – 14px */
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.75rem; /* 12px */
}

.copy7, .artikel-liste-item__bezeichnung {
  font-size: clamp(0.625rem, 1.2vw, 0.75rem); /* 10px – 12px */
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.75rem; /* 12px */
}

/* CTA */
.cta {
  font-size: clamp(0.875rem, 1.8vw, 1rem); /* 14px – 16px */
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem; /* 16px */
}

p {
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: #505050;
}

.text-bold {
  font-weight: 700;
}

.text-regular {
  font-weight: 400;
}

.accent {
  color: #0088CC;
}

.default-hero-section {
  background-color: #000625;
  padding: 8.5rem 0 7rem 0;
  color: #fff;
  position: relative;
  height: auto;
  --spot-l-x: -20rem;
  --spot-l-y: 15.5rem;
  --spot-r-x: -20rem;
  --spot-r-y: 20rem;
  --spot-l-rx: 50%;
  --spot-l-ry: 85%;
  --spot-r-rx: 150%;
  --spot-r-ry: 75%;
  --video-position: center top;
  --video-overlay-opacity: 0.9;
  background-image: radial-gradient(ellipse var(--spot-l-rx) var(--spot-l-ry) at var(--spot-l-x) calc(100% - var(--spot-l-y)), rgba(0, 251, 255, 0.15) 0%, rgba(0, 251, 255, 0.075) 50%, rgba(0, 251, 255, 0) 75%), radial-gradient(ellipse var(--spot-r-rx) var(--spot-r-ry) at calc(100% - var(--spot-r-x)) var(--spot-r-y), rgba(0, 251, 255, 0.15) 0%, rgba(0, 251, 255, 0.075) 50%, rgba(0, 251, 255, 0) 75%);
  background-repeat: no-repeat;
  overflow: hidden;
}
.default-hero-section .hero-logo {
  display: block;
  height: 56px;
  width: auto;
  align-self: flex-start;
  margin-bottom: 1.25rem;
  opacity: 1;
  filter: brightness(0) invert(1);
}
.default-hero-section .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--video-position);
  z-index: 0;
  pointer-events: none;
}
.default-hero-section.has-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 6, 37, var(--video-overlay-opacity));
  z-index: 1;
  pointer-events: none;
}
.default-hero-section > .grid {
  position: relative;
  z-index: 2;
}
.default-hero-section .btn--gradient {
  display: inline-block;
}
.default-hero-section p {
  margin: 0;
}
.default-hero-section .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.default-hero-section .col-lg-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.default-hero-section .hero-news-pill {
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  background-color: #0088CC;
  color: #fff;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.default-hero-section .hero-headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s ease-out;
  will-change: transform, opacity;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 2rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  hyphenate-limit-chars: 18 3 7;
}
.default-hero-section.is-entered .hero-headline {
  opacity: 1;
  transform: translateY(0);
}
.default-hero-section .hero-copy {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.7s ease-out, opacity 0.35s ease-out;
  will-change: clip-path, opacity;
}
.default-hero-section.is-entered .hero-copy {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.default-hero-section .hero-image-col {
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.default-hero-section .hero-image-col .hero-img-wrapper {
  position: relative;
  width: auto;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
}
.default-hero-section .hero-image-col .hero-img-wrapper .hero-img {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  transform-origin: center center;
  transform: scale(calc(var(--hero-img-height-percent, 100) / 100));
  z-index: 1;
}
.default-hero-section .hero-image-col .hero-img-wrapper .hero-img-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 251, 255, 0.4) 0%, #00FFEF 25%, rgba(0, 251, 255, 0.4) 50%, #00FFEF 75%, rgba(0, 251, 255, 0.4) 100%);
  background-size: 200% 100%;
  background-repeat: repeat;
  animation: hero-wave-glow 15s linear infinite;
  mask-image: var(--hero-img);
  -webkit-mask-image: var(--hero-img);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mix-blend-mode: screen;
  opacity: 0.85;
  z-index: 2;
  transform-origin: center center;
  transform: scale(calc(var(--hero-img-height-percent, 100) / 100));
}
.default-hero-section .hero-image-col .hero-img-wrapper .hero-img-fuse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 3;
  transform-origin: center center;
  transform: scale(calc(var(--hero-img-height-percent, 100) / 100));
}
.default-hero-section .hero-image-col .scale-200-left {
  --dx: 1rem;
  --dy: 1rem;
  transform: translate(var(--dx), var(--dy)) scale(1.5) rotate(-15deg);
  will-change: transform;
}
.default-hero-section.has-extended-img {
  min-height: 41rem;
  padding-bottom: 0;
}
.default-hero-section.has-extended-img > .grid {
  align-items: stretch;
  min-height: 32.5rem;
}
.default-hero-section.has-extended-img .col-md-5 {
  padding-bottom: 2rem;
}
.default-hero-section.has-extended-img .hero-image-col {
  align-items: flex-end;
  align-self: stretch;
}
.default-hero-section.has-extended-img .hero-img-wrapper {
  height: auto;
  max-height: 100%;
  margin-bottom: 0;
}
.default-hero-section.has-extended-img .hero-img-wrapper .hero-img {
  height: auto;
  max-height: 100%;
  display: block;
  transform: none;
}
.default-hero-section.has-extended-img .hero-img-wrapper .hero-img-gradient,
.default-hero-section.has-extended-img .hero-img-wrapper .hero-img-fuse {
  transform: none;
}
.default-hero-section.has-bg-image {
  position: relative;
  --bg-image-overlay-opacity: 0.75;
}
.default-hero-section.has-bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-position: var(--bg-image-position, center center);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.default-hero-section.has-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 21, 51, var(--bg-image-overlay-opacity));
  z-index: 1;
}
.default-hero-section.has-bg-image .grid {
  position: relative;
  z-index: 2;
}
.default-hero-section.has-single-col > .grid {
  min-height: 25.5rem;
  align-items: center;
}
.default-hero-section.has-single-col .col-lg-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .default-hero-section.has-single-col > .grid {
    min-height: 25.5rem;
  }
}
.default-hero-section .pillow-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.default-hero-section .pillow-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.default-hero-section .pillow-btn--linked {
  background-color: rgba(0, 178, 255, 0.2);
  color: #00b2ff;
  border: 2px solid #00b2ff;
}
.default-hero-section .pillow-btn--linked:hover, .default-hero-section .pillow-btn--linked:focus-visible {
  background-color: #00b2ff;
  color: #001533;
  transform: translateY(-2px);
}
.default-hero-section .pillow-btn--unlinked {
  background-color: rgba(0, 178, 255, 0.15);
  color: #fff;
  border: 2px solid rgba(0, 136, 204, 0.3);
  cursor: default;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .default-hero-section {
    padding: 8.5rem 0 5rem 0;
  }
  .default-hero-section .hero-image-col {
    overflow: hidden;
    max-width: 100%;
  }
  .default-hero-section .hero-image-col .hero-img-wrapper {
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 100%;
  }
  .default-hero-section .hero-image-col .hero-img-wrapper .hero-img {
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 100%;
    display: block;
    transform: none;
  }
  .default-hero-section .hero-image-col .hero-img-wrapper .hero-img-gradient,
  .default-hero-section .hero-image-col .hero-img-wrapper .hero-img-fuse {
    transform: none;
  }
  .default-hero-section .hero-image-col .scale-200-left {
    --dx: 0;
    --dy: 0;
    transform: translate(var(--dx), var(--dy)) scale(1) rotate(-15deg);
  }
  .default-hero-section.has-extended-img {
    min-height: auto;
    padding-bottom: 0;
  }
  .default-hero-section.has-extended-img > .grid {
    position: relative;
    align-items: stretch;
    min-height: 28rem;
  }
  .default-hero-section.has-extended-img .col-md-5 {
    position: relative;
    z-index: 2;
    padding-bottom: 2rem;
  }
  .default-hero-section.has-extended-img .hero-image-col {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60%;
    max-width: none;
    overflow: visible;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 0;
    opacity: 0.4;
  }
  .default-hero-section.has-extended-img .hero-img-wrapper {
    height: 100%;
    max-height: 100%;
    width: auto;
    margin-bottom: 0;
  }
  .default-hero-section.has-extended-img .hero-img-wrapper .hero-img {
    height: 100%;
    width: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
  .default-hero-section.has-extended-img .hero-img-wrapper .hero-img-gradient,
  .default-hero-section.has-extended-img .hero-img-wrapper .hero-img-fuse {
    display: none;
  }
}
@media (max-width: 768px) {
  .default-hero-section {
    padding: 8.5rem 0 5rem 0;
    --spot-l-x: 50%;
    --spot-l-y: -2.3rem;
    --spot-r-x: 50%;
    --spot-r-y: -10rem;
    --spot-l-rx: 40rem;
    --spot-l-ry: 10rem;
    --spot-r-rx: 40rem;
    --spot-r-ry: 10rem;
  }
  .default-hero-section .hero-image-col {
    display: none;
  }
  .default-hero-section.has-extended-img {
    min-height: auto;
    padding-bottom: 1rem;
  }
  .default-hero-section.has-extended-img > .grid {
    min-height: auto;
  }
}
@media (min-width: 1280px) {
  .default-hero-section {
    height: 41rem;
    min-height: 41rem;
    max-height: 41rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .default-hero-section .hero-headline,
  .default-hero-section .hero-copy {
    transition: none;
    opacity: 1;
    transform: none;
    clip-path: inset(0 0 0 0);
  }
  .default-hero-section .hero-video {
    display: none;
  }
}
@keyframes hero-wave-glow {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.text-deepblue {
  color: #00214e;
}

.bg-deepblue {
  background-color: #00214e;
}

.text-deepblue-darkest {
  color: #001533;
}

.bg-deepblue-darkest {
  background-color: #001533;
}

.text-deepblue-dark {
  color: #001533;
}

.bg-deepblue-dark {
  background-color: #001533;
}

.text-deepblue-mid {
  color: #052d66;
}

.bg-deepblue-mid {
  background-color: #052d66;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.text-gray-dark {
  color: #1e1e1e;
}

.bg-gray-dark {
  background-color: #1e1e1e;
}

.text-gray-mid {
  color: #505050;
}

.bg-gray-mid {
  background-color: #505050;
}

.text-gray {
  color: #c8c8c8;
}

.bg-gray {
  background-color: #c8c8c8;
}

.text-gray-light {
  color: #f1f1f1;
}

.bg-gray-light {
  background-color: #f1f1f1;
}

.text-pink {
  color: #ff0080;
}

.bg-pink {
  background-color: #ff0080;
}

.text-aqua {
  color: #0088CC;
}

.bg-aqua {
  background-color: #00b2ff;
}

.text-tuerkis {
  color: #00fbff;
}

.bg-tuerkis {
  background-color: #00fbff;
}

.text-salbei {
  color: #00ffbf;
}

.bg-salbei {
  background-color: #00ffbf;
}

.shortlink-list-section {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .shortlink-list-section {
    transition: transform 0.3s ease-in-out;
  }
  .shortlink-list-section.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .shortlink-list-section.is-sticky.hidden {
    transform: translateY(-100%);
  }
}
.shortlink-list-section.bg-gray {
  background-color: #f1f1f1;
}
.shortlink-list-section.bg-white {
  background-color: #fff;
}

.shortlink-dropdown-toggle {
  display: none;
}
@media (max-width: 1023px) {
  .shortlink-dropdown-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: linear-gradient(90deg, #00b2ff 0%, #00FFEF 100%);
    color: #000625;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .shortlink-dropdown-toggle:hover {
    opacity: 0.9;
  }
  .shortlink-dropdown-toggle[aria-expanded=true] {
    background: #c8c8c8;
    color: #00214e;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
  }
  .shortlink-dropdown-toggle[aria-expanded=true] .shortlink-dropdown-toggle__icon {
    transform: rotate(180deg);
  }
}

.shortlink-dropdown-toggle__label {
  flex: 1;
  text-align: left;
}

.shortlink-dropdown-toggle__icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.shortlink-list {
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .shortlink-list {
    border-radius: 4px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .shortlink-list {
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .shortlink-list.is-open {
    display: flex;
  }
}

.shortlink-item {
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .shortlink-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    text-align: center;
    color: #00214e;
    font-weight: 400;
    border-right: 1px solid #c8c8c8;
    background-color: #fff;
    white-space: nowrap;
  }
  .shortlink-item:last-child {
    border-right: none;
  }
  .shortlink-item:hover {
    background: linear-gradient(90deg, #00b2ff 0%, #00FFEF 100%);
    color: #000625;
    font-weight: 700;
  }
  .shortlink-item.active {
    background: linear-gradient(90deg, #00b2ff 0%, #00FFEF 100%);
    color: #000625;
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  .shortlink-item {
    padding: 14px 20px;
    color: #00214e;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
  }
  .shortlink-item:last-child {
    border-bottom: none;
  }
  .shortlink-item:hover {
    background: linear-gradient(90deg, #00b2ff 0%, #00FFEF 100%);
    color: #000625;
    font-weight: 700;
  }
  .shortlink-item.active {
    background-color: #fff;
    color: #00214e;
    font-weight: 600;
    border-left: 3px solid #00b2ff;
  }
}

.mansory-gallery-section {
  background-color: #fff;
  padding: 6rem 0 8rem 0;
  color: #001533;
  position: relative;
  /* ===== 9er-Layout (Standard) - Mobile First ===== */
  /* ===== 10er-Layout - Mobile First (2 Spalten) ===== */
}
.mansory-gallery-section .btn--gradient {
  display: inline-block;
}
.mansory-gallery-section .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0.4rem;
}
.mansory-gallery-section p {
  margin: 0;
  hyphens: auto;
}
.mansory-gallery-section .mansory-gallery-gap {
  height: 2rem;
  width: 100%;
}
.mansory-gallery-section .mansory-gallery-spacer {
  display: none;
}
.mansory-gallery-section .mg-card-grip {
  width: 100%;
  min-width: 100%;
  display: grid;
  gap: 16px;
  z-index: 1;
}
.mansory-gallery-section .mg-card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 70px;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.mansory-gallery-section .mg-card:hover .mg-card-footer .mg-card-footer-wrapper .mg-card-content .mg-card-copy, .mansory-gallery-section .mg-card:focus-within .mg-card-footer .mg-card-footer-wrapper .mg-card-content .mg-card-copy {
  max-height: 200px;
  opacity: 1;
}
.mansory-gallery-section .mg-card:hover .mg-card-footer .mg-card-footer-wrapper .mg-card-content .mg-card-headline, .mansory-gallery-section .mg-card:focus-within .mg-card-footer .mg-card-footer-wrapper .mg-card-content .mg-card-headline {
  font-weight: 600;
}
.mansory-gallery-section .mg-card:hover .mg-card-image .mg-card-image-wrapper .mg-card-img-overlay::after, .mansory-gallery-section .mg-card:focus-within .mg-card-image .mg-card-image-wrapper .mg-card-img-overlay::after {
  opacity: 1;
}
.mansory-gallery-section .mg-card:hover .mg-card-footer .mg-card-footer-wrapper .mg-card-hover-dot, .mansory-gallery-section .mg-card:focus-within .mg-card-footer .mg-card-footer-wrapper .mg-card-hover-dot {
  opacity: 1;
  pointer-events: auto;
}
.mansory-gallery-section .mg-card:hover .mg-card-image-wrapper img, .mansory-gallery-section .mg-card:focus-within .mg-card-image-wrapper img {
  transform: scale(1.05);
}
.mansory-gallery-section .mg-card.mg-card--no-link:hover .mg-card-footer .mg-card-footer-wrapper .mg-card-hover-dot, .mansory-gallery-section .mg-card.mg-card--no-link:focus-within .mg-card-footer .mg-card-footer-wrapper .mg-card-hover-dot {
  opacity: 0;
  pointer-events: none;
}
.mansory-gallery-section .mg-card.mg-card--no-link .mg-card-footer .mg-card-footer-wrapper .mg-card-content {
  width: 100%;
}
.mansory-gallery-section .mg-card-grip--9 {
  grid-template-columns: 2fr 2fr;
  grid-template-areas: "three three" "one two" "four four" "five six" "seven seven" "eight nine";
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-1 {
  grid-area: one;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-2 {
  grid-area: two;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-3 {
  grid-area: three;
  min-height: 415px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-4 {
  grid-area: four;
  min-height: 630px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-5 {
  grid-area: five;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-6 {
  grid-area: six;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-7 {
  grid-area: seven;
  min-height: 415px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-8 {
  grid-area: eight;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--9 .mg-card-9 {
  grid-area: nine;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--10 {
  grid-template-columns: 2fr 2fr;
  grid-template-areas: "three four" "one two" "five five" "eight eight" "six seven" "nine ten";
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-1 {
  grid-area: one;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-2 {
  grid-area: two;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-3 {
  grid-area: three;
  min-height: 300px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-4 {
  grid-area: four;
  min-height: 300px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-5 {
  grid-area: five;
  min-height: 400px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-6 {
  grid-area: six;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-7 {
  grid-area: seven;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-8 {
  grid-area: eight;
  min-height: 400px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-9 {
  grid-area: nine;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-grip--10 .mg-card-10 {
  grid-area: ten;
  min-height: 200px;
}
.mansory-gallery-section .mg-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  z-index: 0;
}
.mansory-gallery-section .mg-card-image .mg-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.mansory-gallery-section .mg-card-image .mg-card-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.mansory-gallery-section .mg-card-image .mg-card-image-wrapper .mg-card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(180deg, rgba(0, 15, 33, 0) 0%, rgba(0, 15, 33, 0) 50%, rgb(0, 15, 33) 100%);
}
.mansory-gallery-section .mg-card-image .mg-card-image-wrapper .mg-card-img-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 15, 33, 0.7);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.mansory-gallery-section .mg-card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 32px);
  height: calc(100% - 20px);
  overflow: hidden;
  margin: 10px 16px;
  z-index: 3;
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper {
  position: relative;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-content {
  position: absolute;
  width: 90%;
  bottom: 8px;
  left: 0px;
  color: #fff;
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-content .mg-card-headline {
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0;
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-content .mg-card-copy {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s linear;
  will-change: max-height;
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-content p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-hover-dot {
  position: absolute;
  right: 0rem;
  bottom: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(90deg, #37A5FA 0%, #00FFEF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #001533;
  box-shadow: 0 2px 8px rgba(0, 21, 51, 0.08);
  user-select: none;
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-hover-dot .mg-card-dot-chevron {
  width: 18px;
  height: 18px;
  color: #001533;
  fill: #001533;
  transform: rotate(-90deg);
}
.mansory-gallery-section .mg-card-footer .mg-card-footer-wrapper .mg-card-hover-dot .mg-card-dot-chevron.rotate-90 {
  transform: rotate(-90deg);
  display: inline-block;
}

/* ===== Tablet (ab 768px) ===== */
@media (min-width: 768px) {
  .mansory-gallery-section .mansory-gallery-spacer {
    display: block;
  }
  .mansory-gallery-section .mg-card-grip--9 {
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: "one two three three" "four four three three" "four four five six" "four four seven seven" "eight nine seven seven";
  }
  .mansory-gallery-section .mg-card-grip--10 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "one two three four" "five five three four" "five five six seven" "eight eight six seven" "eight eight nine ten";
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-1 {
    grid-area: one;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-2 {
    grid-area: two;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-3 {
    grid-area: three;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-4 {
    grid-area: four;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-5 {
    grid-area: five;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-6 {
    grid-area: six;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-7 {
    grid-area: seven;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-8 {
    grid-area: eight;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-9 {
    grid-area: nine;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-10 {
    grid-area: ten;
  }
}
/* ===== Desktop (ab 1024px) ===== */
@media (min-width: 1024px) {
  .mansory-gallery-section {
    /* ✅ KORREKTUR: 10er-Layout Desktop mit expliziten grid-areas */
  }
  .mansory-gallery-section .mg-card-grip--9 {
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-template-areas: "one two three three" "four four three three" "four four five six" "four four seven seven" "eight nine seven seven";
  }
  .mansory-gallery-section .mg-card-grip--10 {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 16px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-1 {
    grid-area: 1/1/3/3;
    min-height: 200px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-2 {
    grid-area: 1/3/3/5;
    min-height: 200px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-3 {
    grid-area: 1/5/4/8;
    min-height: 300px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-4 {
    grid-area: 1/8/4/11;
    min-height: 300px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-5 {
    grid-area: 3/1/6/5;
    min-height: 300px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-6 {
    grid-area: 6/1/8/3;
    min-height: 200px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-7 {
    grid-area: 6/3/8/5;
    min-height: 200px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-8 {
    grid-area: 4/5/8/9;
    min-height: 400px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-9 {
    grid-area: 4/9/6/11;
    min-height: 200px;
  }
  .mansory-gallery-section .mg-card-grip--10 .mg-card-10 {
    grid-area: 6/9/8/11;
    min-height: 200px;
  }
}
.linecard-section {
  background: #f1f1f1;
  padding: 6rem 0 7rem 0;
}
.linecard-section .grid {
  column-gap: 0 !important;
}
@media (max-width: 767.98px) {
  .linecard-section .grid {
    row-gap: 0 !important;
  }
}
.linecard-section--inverted {
  background: #fff;
}
.linecard-section--inverted .linecard-content {
  background: #f1f1f1;
}

.linecard-headline {
  text-align: center;
  margin-bottom: 2rem;
}
.linecard-headline .linecard-headline-top {
  color: #001533;
}
.linecard-headline .linecard-headline-bottom {
  color: #0088CC;
}

.linecard-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 2rem;
  min-height: 320px;
  height: 100%;
  border-radius: 0 0 1rem 1rem;
}
@media (min-width: 768px) {
  .linecard-content {
    border-radius: 0 1rem 1rem 0;
  }
}
@media (min-width: 1024px) {
  .linecard-content .linecard-text {
    padding-right: 70px;
  }
}
.linecard-content .linecard-meta {
  margin: 0 0 2rem 0;
}
.linecard-content .linecard-meta img {
  min-height: 70px;
  max-height: 100px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.linecard-image-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
@media (min-width: 768px) {
  .linecard-image-wrapper {
    border-radius: 1rem 0 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .linecard-image-wrapper {
    min-height: unset;
    height: unset;
  }
}

.linecard-image {
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .linecard-image {
    height: 100%;
    max-height: 100%;
  }
}
.linecard-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.linecard-logo {
  text-align: right;
  max-height: 60px;
  max-width: 120px;
  margin-right: 1rem;
  flex-shrink: 0;
}

.linecard-timespan {
  margin-right: 1rem;
  text-align: left;
  color: #777;
}
.linecard-timespan svg {
  display: inline-block;
  margin-bottom: -4px;
  height: 23px;
  width: 23px;
}

.linecard-button-container {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Mobile: Reihenfolge Bild über Content */
@media (max-width: 767.98px) {
  .linecard-section .grid {
    display: flex;
    flex-direction: column;
  }
  .linecard-image-wrapper {
    order: 1;
    margin-bottom: 0;
  }
  .linecard-content {
    order: 2;
  }
  .linecard-section .grid .col-md-5,
  .linecard-section .grid .col-md-3,
  .linecard-section .grid .col-md-8,
  .linecard-section .grid .col-lg-7,
  .linecard-section .grid .col-lg-5,
  .linecard-section .grid .col-lg-12 {
    width: 100%;
    max-width: 100%;
    grid-column: auto;
  }
  .linecard-section .btn.btn--gradient {
    width: 100%;
  }
}
.services-section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000625;
  overflow: hidden;
  padding: 6rem 0 8.6rem 0;
  /* --- Services: Venn Animation --- */
  /* Bühne mit rotierenden Shapes */
  /* Initiale Farben */
  /* NEU: Hover → Farbe kräftiger machen */
  /* PULSE-RINGE */
  /* NEU: Individuelle Offsets für Venn-Anordnung (in px statt %) */
  /* Diese werden zur zentrierten Position HINZUGEFÜGT */
  /* Zustand: Kreise eingezoomt */
  /* Quadrat-Morph während Rotation */
  /* Fade-Effekt aktiv */
  /* Weicher Fade-In/Out Effekt */
  /* Container für statische Elemente */
  /* Logo */
  /* Labels */
  /* Optional: Spezifische Farben je nach Label */
  /* venn-details */
}
.services-section .grid {
  position: relative;
  z-index: 1;
}
.services-section .btn--gradient {
  display: inline-block;
}
.services-section .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0.4rem;
}
.services-section p {
  margin: 0;
}
.services-section .services-grid-gap {
  height: 2rem;
  width: 100%;
}
.services-section .services-box {
  display: grid;
  place-items: center;
  position: relative;
  height: 500px;
}
.services-section .venn-anim {
  --size: clamp(240px, 30vw, 460px);
  --outline: #0b1a3b;
  --circle-alpha: 0.88;
  --rotation-angle: 0deg;
  position: relative;
  width: 100%;
  height: 500px;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}
.services-section .venn-rotator {
  width: 500px;
  height: 500px;
  position: relative;
  will-change: transform;
  transform: translateX(0) rotate(var(--rotation-angle));
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section .venn-anim.slided .venn-rotator {
  transform: translateX(50%) rotate(var(--rotation-angle));
}
.services-section .spin {
  animation: venn-spin 12s linear infinite;
}
.services-section .spin.paused {
  animation-play-state: paused;
}
@keyframes venn-spin {
  to {
    transform: rotate(360deg);
  }
}
.services-section .venn-stage {
  position: absolute;
  inset: 0;
}
.services-section .venn-stage .s1 {
  background: #48f0c9; /* Salbei - rechts unten */
}
.services-section .venn-stage .s2 {
  background: #56c0ff; /* Türkis - links unten */
}
.services-section .venn-stage .s3 {
  background: #19e3e3; /* Aqua - oben mittig */
}
.services-section .venn-stage .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68%;
  height: 68%;
  border: 0px solid transparent;
  border-radius: 50%;
  background: transparent;
  mix-blend-mode: multiply;
  opacity: 0;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0) rotate(calc(-1 * var(--rotation-angle)));
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1), height 500ms cubic-bezier(0.4, 0, 0.2, 1), border-radius 500ms cubic-bezier(0.4, 0, 0.2, 1), border-width 400ms cubic-bezier(0.65, 0, 0.35, 1), border-color 400ms cubic-bezier(0.65, 0, 0.35, 1), background-color 700ms ease, opacity 700ms ease, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), filter 300ms ease;
  isolation: isolate;
  cursor: pointer; /* Zeigt Klickbarkeit an */
}
.services-section .venn-stage.zoomed .shape:hover {
  filter: saturate(1.5);
}
.services-section .venn-stage.zoomed:has(.shape:hover) .shape:not(:hover) {
  filter: opacity(0.7); /* Heller/ausgewaschen */
}
.services-section .venn-stage .shape.hovered {
  filter: saturate(1.5);
}
.services-section .venn-stage:has(.shape.hovered) .shape:not(.hovered) {
  filter: opacity(0.7);
}
.services-section .venn-stage .shape::before,
.services-section .venn-stage .shape::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.services-section .venn-stage .s1::before {
  border-color: rgba(25, 227, 227, 0.6);
}
.services-section .venn-stage .s1::after {
  border-color: rgba(25, 227, 227, 0.4);
  animation-delay: 0.15s;
}
.services-section .venn-stage .s2::before {
  border-color: rgba(86, 192, 255, 0.6);
}
.services-section .venn-stage .s2::after {
  border-color: rgba(86, 192, 255, 0.4);
  animation-delay: 0.15s;
}
.services-section .venn-stage .s3::before {
  border-color: rgba(72, 240, 201, 0.6);
}
.services-section .venn-stage .s3::after {
  border-color: rgba(72, 240, 201, 0.4);
  animation-delay: 0.15s;
}
.services-section .venn-stage.pulse-trigger .shape::before,
.services-section .venn-stage.pulse-trigger .shape::after {
  animation: pulse-ring 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
    border-width: 150px;
  }
}
.services-section .venn-stage .s1 {
  /* Oben mittig */
  --offset-x: 0px;
  --offset-y: -70px;
}
.services-section .venn-stage .s2 {
  /* Rechts unten */
  --offset-x: 75px;
  --offset-y: 70px;
}
.services-section .venn-stage .s3 {
  /* Links unten */
  --offset-x: -75px;
  --offset-y: 70px;
}
.services-section .venn-stage.zoomed .shape {
  opacity: 1;
  /* NEU: Translate mit Offset + Scale + Gegen-Rotation */
  transform: translate(calc(-50% + var(--offset-x)), calc(-50% + var(--offset-y))) scale(1) rotate(calc(-1 * var(--rotation-angle)));
}
.services-section .venn-stage.zoomed .s1 {
  background: rgba(72, 240, 201, 0.5);
}
.services-section .venn-stage.zoomed .s2 {
  background: rgba(25, 227, 227, 0.5);
}
.services-section .venn-stage.zoomed .s3 {
  background: rgba(86, 192, 255, 0.5);
}
.services-section .venn-stage.morphing .shape {
  border-radius: 0px;
  border-width: 5px;
  border-color: #001533;
  opacity: 0.3;
  transform: translate(-50%, -46%) scale(0.6) rotate(90deg) !important;
  /* Transitions für smoother Morph */
  transition: border-width 400ms cubic-bezier(0.65, 0, 0.35, 1), border-color 400ms cubic-bezier(0.65, 0, 0.35, 1), border-radius 400ms cubic-bezier(0.65, 0, 0.35, 1), opacity 400ms ease, transform 400ms cubic-bezier(0.95, 0, 0.05, 1);
}
.services-section .spin.paused ~ .venn-stage .shape {
  animation-play-state: paused;
}
.services-section .venn-fade-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-54.3%, -49.7%);
  transform-origin: center center;
  width: var(--fade-image-size, 2800px);
  height: auto;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: none;
}
.services-section .venn-fade-image.fade-active {
  animation: fadeEffect 800ms ease-in-out;
}
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.services-section .venn-static {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  pointer-events: none;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section .venn-anim.slided .venn-static {
  transform: translate(0%, 0);
}
.services-section .venn-static .nme {
  position: absolute;
  width: 123px;
  left: 189px;
  top: 250px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  filter: brightness(0);
}
.services-section .venn-anim.zoomed .venn-static .nme {
  opacity: 1;
  transform: scale(1);
}
.services-section .venn-anim.zoomed .venn-static .nme.logo-scaled {
  transform: scale(1.5);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.services-section .venn-static .nme.logo-color-fade {
  animation: logoColorFade 1400ms ease-in-out; /* Von 800ms → 1400ms */
}
@keyframes logoColorFade {
  0% {
    filter: brightness(0); /* Schwarz */
  }
  35% {
    filter: brightness(5) invert(1); /* Weiß erreicht */
  }
  65% {
    filter: brightness(10) invert(1); /* Weiß halten */
  }
  100% {
    filter: brightness(0); /* Zurück zu Schwarz */
  }
}
.services-section .venn-static .labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.services-section .venn-static .label {
  position: absolute;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 400ms ease, transform 400ms ease;
  font-size: 20px;
  pointer-events: auto;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border: none;
  background: none;
}
.services-section .venn-static .label:hover, .services-section .venn-static .label.hovered {
  color: #001533;
}
.services-section .venn-static .label[data-label=distribution]:hover, .services-section .venn-static .label[data-label=distribution].hovered {
  color: #00b285;
}
.services-section .venn-static .label[data-label=entwicklung]:hover, .services-section .venn-static .label[data-label=entwicklung].hovered {
  color: #00afb2;
}
.services-section .venn-static .label[data-label=produktion]:hover, .services-section .venn-static .label[data-label=produktion].hovered {
  color: #008ecc;
}
.services-section .venn-static .label:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.services-section .venn-static .l1 {
  top: 60px;
  right: 190px;
}
.services-section .venn-static .l2 {
  top: 320px;
  right: 17px;
}
.services-section .venn-static .l3 {
  top: 320px;
  left: 20px;
}
.services-section .venn-anim.labels-visible .venn-static .label {
  opacity: 1;
  transform: translateY(0);
}
.services-section .venn-anim.rotating .venn-static .label {
  opacity: 0;
  transition: opacity 200ms ease;
}
.services-section .venn-details {
  position: absolute;
  left: 15%;
  top: 0;
  min-height: 2.25rem;
  max-width: 400px;
  margin-top: 40px;
  opacity: 0;
  display: none;
  transition: opacity 400ms ease;
}
.services-section .venn-details.distribution {
  color: #00cc98;
}
.services-section .venn-details.entwicklung {
  color: #00c8cc;
}
.services-section .venn-details.produktion {
  color: #0088CC;
}
.services-section .venn-details h3 {
  opacity: 0;
  transition: opacity 400ms ease;
}
.services-section .venn-details.visible {
  opacity: 1;
  display: block;
}
.services-section .venn-details.visible h3 {
  opacity: 1;
}
.services-section .venn-details .bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.services-section .venn-details .bullets svg {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -1px;
  height: 16px;
  width: 16px;
}
.services-section .venn-details.distribution .bullets svg {
  color: #00b285;
  fill: #00b285;
}
.services-section .venn-details.entwicklung .bullets svg {
  color: #00c8cc;
  fill: #00c8cc;
}
.services-section .venn-details.produktion .bullets svg {
  color: #0088CC;
  fill: #0088CC;
}
.services-section .venn-details .bullets li {
  font-size: 20px;
  padding: 5px 0;
  opacity: 0;
  font-weight: 600;
  transition: opacity 450ms ease;
}
.services-section .venn-details.distribution .bullets li {
  color: #00b285;
}
.services-section .venn-details.entwicklung .bullets li {
  color: #00c8cc;
}
.services-section .venn-details.produktion .bullets li {
  color: #007cb2;
}
.services-section .venn-details hr {
  display: block;
  margin: -15px 0 30px 0;
  width: 0;
  height: 2px;
  opacity: 1;
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}
.services-section .venn-details .getMore--link {
  border: 1px solid #001533;
  border-radius: 8px;
  padding: 15px 15px;
}
.services-section .venn-details.distribution .getMore--link {
  color: #00b285;
  border-color: #00b285;
}
.services-section .venn-details.distribution .getMore--link .getMore--link__arrow {
  background: url("/img/icons/arrow-right-salbei.svg?v=8ypU_gnR5GiSPf48wy_Xt6F47F4") no-repeat center center;
  background-size: contain;
}
.services-section .venn-details.entwicklung .getMore--link {
  color: #00c8cc;
  border-color: #00c8cc;
}
.services-section .venn-details.entwicklung .getMore--link .getMore--link__arrow {
  background: url("/img/icons/arrow-right-tuerkis.svg?v=z7IMHcCctiyPHFHr_fHgL5lMj4Q") no-repeat center center;
  background-size: contain;
}
.services-section .venn-details.produktion .getMore--link {
  color: #0088CC;
  border-color: #0088CC;
}
.services-section .venn-details.produktion .getMore--link .getMore--link__arrow {
  background: url("/img/icons/arrow-right-aqua.svg?v=AzmlXgkpFqOZYf_wqUVIYYaHlRU") no-repeat center center;
  background-size: contain;
}
.services-section .venn-details.distribution hr {
  background-color: #00ffbf;
}
.services-section .venn-details.entwicklung hr {
  background-color: #00fbff;
}
.services-section .venn-details.produktion hr {
  background-color: #00b2ff;
}
.services-section .venn-details.visible hr {
  width: 490px;
}
.services-section .venn-details-link {
  margin-top: 50px;
  opacity: 0;
  transition: opacity 600ms ease 300ms;
}
.services-section .venn-details.visible .venn-details-link {
  opacity: 1;
}
.services-section .venn-details.visible .bullets li {
  opacity: 1;
  transform: translateY(0);
}
.services-section .venn-details.visible .bullets li:nth-child(1) {
  transition-delay: 200ms;
}
.services-section .venn-details.visible .bullets li:nth-child(2) {
  transition-delay: 280ms;
}
.services-section .venn-details.visible .bullets li:nth-child(3) {
  transition-delay: 360ms;
}
.services-section .venn-details.visible .bullets li:nth-child(4) {
  transition-delay: 440ms;
}
.services-section .venn-details.visible .bullets li:nth-child(5) {
  transition-delay: 520ms;
}
.services-section .venn-anim.rotating .venn-details {
  opacity: 0;
  transition: opacity 200ms ease;
  transition-delay: 100ms;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .venn-anim,
  .venn-stage,
  .venn-stage .shape,
  .venn-stage .shape::before,
  .venn-stage .shape::after,
  .venn-static,
  .venn-static .labels,
  .venn-static .nme,
  .venn-static .label,
  .venn-details,
  .venn-details h3,
  .venn-details hr,
  .venn-details-link,
  .venn-details .bullets li,
  .venn-rotator {
    transition: none !important;
    animation: none !important;
  }
  .venn-stage.zoomed .shape {
    transform: translate(calc(-50% + var(--offset-x)), calc(-50% + var(--offset-y))) scale(1) !important;
    opacity: 1 !important;
  }
  .venn-static .nme {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  .venn-details.visible hr {
    width: 423px !important;
  }
  .venn-fade-image.fade-active {
    animation: fadeEffectReduced 600ms ease-in-out;
  }
  @keyframes fadeEffectReduced {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.6;
    }
    100% {
      opacity: 0;
    }
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .services-section .venn-anim.slided .venn-rotator {
    transform: translateX(40%) rotate(var(--rotation-angle));
  }
  .services-section .venn-anim.slided .venn-static {
    transform: translate(-10%, 0);
  }
  .services-section .venn-details {
    left: 5%;
  }
  .services-section .venn-details.visible hr {
    width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services-section .col-md-8.col-lg-12 {
    overflow: visible;
    width: 100%;
  }
  .services-section .venn-anim.slided .venn-rotator {
    transform: translateX(25%) rotate(var(--rotation-angle));
  }
  .services-section .venn-anim.slided .venn-static {
    transform: translate(-25%, 0);
  }
  .services-section .venn-details {
    left: 2%;
  }
  .services-section .venn-details.visible hr {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 6rem 0 6rem 0;
    /* Mobile: Shape-Offsets anpassen (kleinerer Container) */
  }
  .services-section .services-grid-gap {
    height: 5rem;
    width: 100%;
  }
  .services-section .col-md-8.col-lg-12 {
    overflow: visible;
    width: 100%;
  }
  .services-section .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .services-section .button-container .btn--gradient {
    width: 100%;
    display: block;
    text-align: center;
  }
  .services-section .services-box {
    height: 360px;
  }
  .services-section .venn-anim {
    height: 360px;
  }
  .services-section .venn-rotator {
    width: 360px;
    height: 360px;
  }
  .services-section .venn-static {
    width: 360px;
    height: 360px;
  }
  .services-section .venn-static .nme {
    width: 90px;
    left: 135px;
    top: 180px;
  }
  .services-section .venn-static .l1 {
    top: 40px;
    right: 130px;
    text-align: center;
  }
  .services-section .venn-static .l2 {
    top: 220px;
    left: 5px;
    right: auto;
    text-align: center;
    white-space: nowrap;
  }
  .services-section .venn-static .l3 {
    top: 220px;
    right: 5px;
    left: auto;
    text-align: center;
    white-space: nowrap;
  }
  .services-section .venn-anim.slided .venn-rotator {
    transform: translateX(0) rotate(var(--rotation-angle));
  }
  .services-section .venn-anim.slided .venn-static {
    transform: translateX(-50%);
  }
  .services-section .venn-static .label {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
  .services-section .venn-details {
    display: none !important;
  }
  .services-section .venn-stage .s1 {
    --offset-x: 0px;
    --offset-y: -50px;
  }
  .services-section .venn-stage .s2 {
    --offset-x: -54px;
    --offset-y: 50px;
  }
  .services-section .venn-stage .s3 {
    --offset-x: 54px;
    --offset-y: 50px;
  }
}
.mehrwerte-preview-section {
  position: relative;
  z-index: 1;
  background-color: #000625;
  color: #fff;
  padding: 6rem 0 11rem 0;
}
.mehrwerte-preview-section .grid {
  position: relative;
  z-index: 1;
}
.mehrwerte-preview-section #fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; /* Damit keine Klicks abgefangen werden */
  display: block;
}
.mehrwerte-preview-section .btn--gradient {
  display: inline-block;
}
.mehrwerte-preview-section .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0.4rem;
}
.mehrwerte-preview-section p {
  margin: 0;
}
.mehrwerte-preview-section .mehrwerte-preview-gap {
  height: 2rem;
  width: 100%;
}
.mehrwerte-preview-section .mehrwerte-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 33, 78, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(0, 178, 255, 0.5);
  color: #fff;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.mehrwerte-preview-section .mehrwerte-box.m-offset-2 {
  margin: 60px 0 -60px 0;
}
.mehrwerte-preview-section .mehrwerte-box.m-offset-3 {
  margin: 30px 0 -30px 0;
}
.mehrwerte-preview-section .mehrwerte-box.m-offset-2.m-offset-4 {
  margin: 60px 0 -60px 0;
}
.mehrwerte-preview-section .mehrwerte-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 178, 255, 0.15) 0%, rgba(0, 178, 255, 0.05) 60%, transparent 100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  z-index: 0;
  pointer-events: none;
}
.mehrwerte-preview-section .mehrwerte-box:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.mehrwerte-preview-section .mehrwerte-box:hover {
  background: #00214e;
  border: 1px solid #00b2ff;
}
.mehrwerte-preview-section .mehrwerte-box > * {
  position: relative;
  z-index: 1;
}
.mehrwerte-preview-section .mehwerte-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.mehrwerte-preview-section .mehrwerte-icon svg {
  height: auto;
  width: auto;
  display: block;
}
.mehrwerte-preview-section .mehrwerte-icon svg.svgtext {
  height: auto;
  width: auto;
  margin: 3px 0;
}
.mehrwerte-preview-section .mehrwerte-number {
  font-size: 4.75rem;
  font-weight: 500;
  line-height: 1;
  margin: 0.25rem;
  color: #00fbff;
}
.mehrwerte-preview-section .mehrwerte-title {
  font-weight: 700;
  color: #fff;
  margin: 0.5rem 0 1rem 0;
  text-align: center;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mehrwerte-preview-section .mehrwerte-box:hover .mehrwerte-title {
  transform: scale(1.1);
}
.mehrwerte-preview-section .mehrwerte-text {
  color: #fff;
  text-align: center;
}
.mehrwerte-preview-section .mehrwerte-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0.2rem 0.6rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1.4;
}
.mehrwerte-preview-section .mehrwerte-badge--led {
  background: rgba(0, 178, 255, 0.2);
  color: #00b2ff;
  border: 1px solid rgba(0, 178, 255, 0.6);
}
.mehrwerte-preview-section .mehrwerte-badge--uv {
  background: rgba(0, 251, 255, 0.2);
  color: #00fbff;
  border: 1px solid rgba(0, 251, 255, 0.6);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mehrwerte-preview-section .col-md-8.col-lg-12 {
    overflow: hidden;
    width: 100%;
  }
  .mehrwerte-preview-section .mehrwerte-box.m-offset-2, .mehrwerte-preview-section .mehrwerte-box.m-offset-3 {
    margin: 0;
  }
  .mehrwerte-preview-section .mehrwerte-box.m-offset-4 {
    margin: 60px 0 -60px 0;
  }
}
@media (max-width: 767px) {
  .mehrwerte-preview-section {
    padding: 5rem 0 8rem 0;
  }
  .mehrwerte-preview-section .col-md-8.col-lg-12 {
    overflow: hidden;
    width: 100%;
  }
  .mehrwerte-preview-section .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mehrwerte-preview-section .button-container .btn--gradient {
    width: 100%;
    display: block;
    text-align: center;
  }
  .mehrwerte-preview-section .mehrwerte-box.m-offset-2, .mehrwerte-preview-section .mehrwerte-box.m-offset-3, .mehrwerte-preview-section .mehrwerte-box.m-offset-4 {
    margin: 0 !important;
  }
}
/* ======================================================================= */
/* Variablen (deine)                                                       */
/* ======================================================================= */
/* $aqua muss existieren – sonst setz dir hier ein Fallback: */
/* ======================================================================= */
/* Section + Container                                                      */
/* ======================================================================= */
#boxslider-section {
  width: 100%;
  padding: 6rem 0 7rem 0;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  text-align: center;
  /* WICHTIG: globale CSS-Variablen für den Slider */
  --gap: 16px;
  --card-h: 220px; /* Standardhöhe der Karten */
}
@media (max-width: 1023.98px) {
  #boxslider-section {
    --gap: 12px;
    /* mobil gern etwas niedriger: */
    /* --card-h: 200px; */
  }
}

.bs-container {
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .bs-container {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .bs-container {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1376px) {
  .bs-container {
    width: 100%;
    max-width: 1328px;
    margin-inline: auto;
  }
}

/* ======================================================================= */
/* Slider-Struktur                                                          */
/* ======================================================================= */
.bs {
  --slide-dur: 600ms;
  --slide-ease: cubic-bezier(.22,.61,.36,1);
}
.bs__heading .accent {
  color: #0088CC;
}

.bs__center-heading {
  text-align: center;
}

.bs__clip {
  position: relative;
  overflow: hidden; /* < 1376px keine Peeks sichtbar */
  padding: 60px 1px;
}

.bs__viewport {
  position: relative;
  overflow: visible;
}

.bs__track {
  display: flex;
  gap: calc(var(--gap));
  align-items: center; /* verhindert Stretching durch aktive Karte */
  will-change: transform;
  transition: none; /* NUR mit .is-anim animieren */
  overflow: visible;
}

.bs__track.is-anim {
  transition: transform var(--slide-dur) var(--slide-ease);
}

/* ======================================================================= */
/* Karten                                                                    */
/* ======================================================================= */
.bs__card {
  flex: 0 0 var(--card-w);
  align-self: center;
  border-radius: 16px;
  /* Basis-Hintergrund NUR als -color setzen (Shorthand überschreibt gern) */
  background-color: #f0f0f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform var(--slide-dur) var(--slide-ease), background-color 0.4s var(--slide-ease), box-shadow 0.3s var(--slide-ease), height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bs__card--loesung {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: var(--card-h);
  /* Optional: Overlay für bessere Lesbarkeit */
}

.bs__body {
  text-align: center;
  width: 80%;
  /* weitere Styles nach Bedarf */
}
.bs__body .bs__icon {
  padding-bottom: 1rem;
}
.bs__body svg {
  width: 2rem;
  height: 2rem;
}
.bs__body .bs__link {
  /* Fallback-Defaults für Animationen */
  --arrow-move: 8em;
  --text-move: -1.5em;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s;
  overflow: hidden;
}
.bs__body .bs__link .bs__arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/img/icons/arrow-right.svg?v=6mp29tQszX36D-Vg-CXVbuqFBEM") no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
  margin-left: 0;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), margin 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateX(0);
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: 0.1em;
}
.bs__body .bs__link .bs__link-text {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), margin 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin-left: 0;
  margin-right: 0;
  transform: translateX(0);
  vertical-align: middle;
  line-height: 1;
}
.bs__body .bs__link:hover .bs__arrow, .bs__body .bs__link:focus .bs__arrow {
  margin-right: 0;
  margin-left: 0.5em;
  transform: translateX(var(--arrow-move));
}
.bs__body .bs__link:hover .bs__link-text, .bs__body .bs__link:focus .bs__link-text {
  transform: translateX(var(--text-move));
}

.bs__card .bs__text,
.bs__card .bs__link {
  display: none;
}

.bs__card.is-active .bs__text,
.bs__card.is-active .bs__link {
  display: block;
}

/* mittlere (mobil: einzige) Karte größer + farbig */
.bs__card.is-active {
  /* symmetrisch +30/+30 → +60 Gesamt */
  height: calc(var(--card-h) + 90px);
  /* dein Aqua bzw. Verlauf */
  background: linear-gradient(90deg, #e5f7ff 0%, #e5feff 100%);
  border-radius: 16px;
  outline: 1px solid rgb(51, 193.4, 255);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: visible;
}

.bs__card.is-active .bs__body {
  /* Abdunkelung nur, wenn .bs__body sichtbar ist */
  position: relative;
  z-index: 1;
}

.bs__card:not(.bs__card--logo) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), var(--active-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bs__card:not(.bs__card--logo).is-active {
  background: linear-gradient(0deg, rgba(0, 21, 51, 0.8), rgba(0, 21, 51, 0.8)), var(--active-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ggf. für ausgeblendete Karten (Fades) */
.bs__card.is-fade {
  opacity: 0.5;
  pointer-events: none;
}

/* Inhalt füllt die Karte und ist zentriert */
.bs__media {
  flex: 1 1 auto;
  min-height: var(--card-h); /* ← überstimmt das inline style="height:250px" */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 2vw, 24px);
}

.bs__media img,
.bs__media svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* ======================================================================= */
/* Logo-Variante: Inaktive Logos kleiner                                   */
/* ======================================================================= */
.bs--logos .bs__media {
  position: relative;
  padding: 0;
}
.bs--logos .bs__media svg,
.bs--logos .bs__media img {
  position: absolute;
  inset: clamp(16px, 2vw, 24px);
  margin: auto;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: max-width 0.4s var(--slide-ease), max-height 0.4s var(--slide-ease);
}
.bs--logos .bs__card--logo:not(.is-active) .bs__media svg,
.bs--logos .bs__card--logo:not(.is-active) .bs__media img {
  max-width: 50%;
  max-height: 50%;
}
.bs--logos .bs__card--logo.is-active .bs__media svg,
.bs--logos .bs__card--logo.is-active .bs__media img {
  max-width: 90%;
  max-height: 90%;
}

/* ======================================================================= */
/* Progressbar (Wander-Balken, unsichtbarer Thumb)                           */
/* ======================================================================= */
.bs__wrapper {
  position: relative;
  /* Defaults, falls JS noch nichts gesetzt hat */
  --start: 0%;
  --end: 0%;
}

/* Der dickere blaue Balken */
.bs__fill {
  position: absolute;
  top: calc(50% + 4px);
  left: var(--start, 0%);
  width: calc(var(--end, 0%) - var(--start, 0%));
  height: 8px; /* hier stellst du „dicker“ ein */
  transform: translateY(-50%);
  border-radius: 2px;
  background: #0088CC;
  pointer-events: none; /* Klicks gehen an den Slider */
  z-index: 2; /* unter dem Thumb, über dem Track */
  transition: width 240ms cubic-bezier(0.22, 0.61, 0.36, 1), left 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

/* Der Slider darüber */
.bs__progress {
  appearance: none;
  width: 100%;
  height: 44px;
  margin-top: 16px;
  background: transparent;
  position: relative;
  z-index: 2;
  cursor: grab;
  /* WebKit/Chromium */
  /* Firefox */
}
.bs__progress::-webkit-slider-runnable-track {
  height: 1.5px; /* dünne graue Linie */
  border-radius: 2px;
  background: #001533;
  cursor: grab;
}
.bs__progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -10px; /* (24 - 4)/2 */
  border-radius: 50%;
  background: transparent;
  border: 0;
  opacity: 0; /* unsichtbar, aber greifbar */
  box-shadow: none;
  cursor: grab;
}
.bs__progress:active::-webkit-slider-thumb {
  cursor: grabbing;
}
.bs__progress::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: #e5e7eb;
  cursor: grab;
}
.bs__progress::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  opacity: 0;
  box-shadow: none;
  cursor: grab;
}

/* ======================================================================= */
/* Startzustand: linke Peek unsichtbar                                       */
/* ======================================================================= */
.bs.bs--at-start .bs__track .bs__card[data-clone=head] {
  visibility: hidden;
}

/* ======================================================================= */
/* ≥1376px: Peeks & Fades über Clip                                          */
/* ======================================================================= */
@media (min-width: 1376px) {
  .bs__viewport {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .bs__clip {
    /* genau 1 Peek je Seite */
    --peek: calc(var(--card-w) + var(--gap));
    --fade: 200px;
    padding-left: var(--peek);
    padding-right: var(--peek);
    margin-left: calc(-1 * var(--peek));
    margin-right: calc(-1 * var(--peek));
    position: relative;
    overflow: hidden;
  }
  .bs__clip::before, .bs__clip::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--fade);
    pointer-events: none;
    z-index: 5;
  }
  .bs__clip::before {
    left: 0;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  }
  .bs__clip::after {
    right: 0;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 1024px) {
  .bs__card.is-active {
    box-shadow: none;
  }
}
/* ======================================================================= */
/* Timeline-Variante                                                        */
/* ======================================================================= */
.bs--timeline#boxslider-section {
  padding-bottom: 1rem !important;
}
.bs--timeline .bs__viewport {
  position: relative;
  overflow: hidden !important;
}
.bs--timeline .bs__viewport::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  height: 2px;
  background: #001533;
  transform: translateY(-50%);
  z-index: 0;
}
.bs--timeline .bs__card--timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none !important;
  outline: none !important;
  transition: none;
  height: auto !important;
  min-height: 280px;
  padding-top: 80px;
}
.bs--timeline .bs__card--timeline::before {
  content: attr(data-year);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  font-weight: 700;
  color: #001533;
  transition: color 0.3s ease, font-size 0.3s ease;
  z-index: 2;
}
.bs--timeline .bs__card--timeline::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  cursor: grab;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #001533;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 1;
}
.bs--timeline .bs__card--timeline:active::after {
  cursor: grabbing;
}
.bs--timeline .bs__card--timeline.is-active {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  height: auto !important;
}
.bs--timeline .bs__card--timeline.is-active::before {
  color: #0088CC;
  font-size: 1.5rem;
}
.bs--timeline .bs__card--timeline.is-active::after {
  background: #0088CC;
  border-color: #0088CC;
  width: 20px;
  height: 20px;
}
.bs--timeline .bs__card--timeline.is-active .bs__timeline-content .bs__text {
  font-size: 1rem;
  font-weight: 500;
}
.bs--timeline .bs__timeline-content {
  margin-top: 60px;
  text-align: center;
  max-width: 280px;
  max-height: 150px;
  overflow-y: auto;
  padding: 0 12px;
  transition: all 0.3s ease;
}
.bs--timeline .bs__timeline-content::-webkit-scrollbar {
  width: 4px;
}
.bs--timeline .bs__timeline-content::-webkit-scrollbar-track {
  background: transparent;
}
.bs--timeline .bs__timeline-content::-webkit-scrollbar-thumb {
  background: #0069ff;
  border-radius: 2px;
}
.bs--timeline .bs__timeline-content .bs__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #001533;
  transition: font-size 0.3s ease, font-weight 0.3s ease;
}
.bs--timeline .bs__wrapper {
  display: none;
}

/* ======================================================================= */
/* Drag-Cursor: während eines aktiven Drags überall "geschlossene Hand"     */
/* ======================================================================= */
.bs.is-dragging,
.bs.is-dragging .bs__viewport,
.bs.is-dragging .bs__track,
.bs.is-dragging .bs__card,
.bs.is-dragging .bs__card--timeline::before,
.bs.is-dragging .bs__card--timeline::after,
.bs.is-dragging .bs__progress,
.bs.is-dragging .bs__progress::-webkit-slider-runnable-track,
.bs.is-dragging .bs__progress::-webkit-slider-thumb,
.bs.is-dragging .bs__progress::-moz-range-track,
.bs.is-dragging .bs__progress::-moz-range-thumb,
.bs.is-dragging .bs__wrapper,
.bs.is-dragging .bs__fill {
  cursor: grabbing !important;
}

@media (max-width: 1023.98px) {
  .bs--timeline .bs__card--timeline {
    min-height: 240px;
    padding-top: 60px;
  }
  .bs--timeline .bs__card--timeline::before {
    font-size: 1.125rem;
  }
  .bs--timeline .bs__card--timeline.is-active::before {
    font-size: 1.375rem;
  }
  .bs--timeline .bs__timeline-content {
    margin-top: 50px;
    max-width: 240px;
    max-height: 140px;
  }
  .bs--timeline .bs__timeline-content .bs__text {
    font-size: 0.8125rem;
  }
  .bs--timeline .bs__card--timeline.is-active .bs__timeline-content .bs__text {
    font-size: 0.9375rem;
  }
}
/* ======================================================================= */
/* Theme: Grauer Hintergrund, weiße Cards                                   */
/* ======================================================================= */
.bs--theme-gray#boxslider-section {
  background: #f1f1f1;
}
.bs--theme-gray .bs__card--logo {
  background-color: #fff;
}
@media (min-width: 1376px) {
  .bs--theme-gray .bs__clip::before {
    background: linear-gradient(to right, #f1f1f1 0, rgba(241, 241, 241, 0) 100%);
  }
  .bs--theme-gray .bs__clip::after {
    background: linear-gradient(to left, #f1f1f1 0, rgba(241, 241, 241, 0) 100%);
  }
}

/* ======================================================================= */
/* Statischer Modus: ≤3 Items → kein Slider, Grid-Layout                    */
/* ======================================================================= */
.bs--static .bs__clip {
  overflow: visible;
  padding: 60px 0;
}
.bs--static .bs__track {
  display: flex;
  justify-content: center;
  gap: var(--gap);
  transform: none !important;
  transition: none !important;
}
.bs--static .bs__card {
  flex: 0 1 calc((100% - var(--gap) * 2) / 3);
  max-width: 420px;
}
.bs--static .bs__card.is-active {
  height: var(--card-h);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.bs--static .bs__clip::before,
.bs--static .bs__clip::after {
  display: none;
}
.bs--static .bs__wrapper {
  display: none;
}

@media (max-width: 1023.98px) {
  .bs--static .bs__track {
    justify-content: center;
  }
  .bs--static .bs__card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news-preview-section {
  background-color: #f1f1f1;
  padding: 6rem 0;
}
.news-preview-section .btn--gradient {
  display: inline-block;
}
.news-preview-section .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0.4rem;
}
.news-preview-section p {
  margin: 0;
}
.news-preview-section .news-preview-gap {
  height: 2rem;
  width: 100%;
}
.news-preview-section .news-preview-slider {
  display: flex;
  align-items: stretch;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
  height: 100%;
}
.news-preview-section .news-preview-slider:has(.news-preview-card:hover) .news-preview-card:not(:hover) {
  opacity: 0.5;
}
.news-preview-section .news-preview-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 21, 51, 0.05);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), margin 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, box-shadow, opacity;
  overflow: hidden;
}
.news-preview-section .news-preview-card:hover, .news-preview-section .news-preview-card:focus, .news-preview-section .news-preview-card:active {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 16px rgba(0, 21, 51, 0.125);
  transform: scale(1.0125);
}
.news-preview-section .news-preview-card:hover .news-preview-content .news-preview-hover-dot, .news-preview-section .news-preview-card:focus .news-preview-content .news-preview-hover-dot {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.news-preview-section .news-preview-card h3, .news-preview-section .news-preview-card p, .news-preview-section .news-preview-card .news-preview-content, .news-preview-section .news-preview-card .news-meta-row {
  color: inherit;
  text-decoration: none;
}
.news-preview-section .news-preview-card .news-preview-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.news-preview-section .news-preview-card .news-preview-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  position: relative;
}
.news-preview-section .news-preview-card .news-preview-content .news-meta-row {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  color: #505050;
  margin-bottom: 0.5rem;
  gap: 3px;
}
.news-preview-section .news-preview-card .news-preview-content .news-category-dot {
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  flex-shrink: 0;
  vertical-align: middle;
}
.news-preview-section .news-preview-card .news-preview-content .news-meta-sep {
  margin: 0 3px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1;
}
.news-preview-section .news-preview-card .news-preview-content .news-category-text,
.news-preview-section .news-preview-card .news-preview-content .news-date-text {
  vertical-align: middle;
}
.news-preview-section .news-preview-card .news-preview-content .news-preview-hover-dot {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(90deg, #37A5FA 0%, #00FFEF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #001533;
  box-shadow: 0 2px 8px rgba(0, 21, 51, 0.08);
  user-select: none;
}
.news-preview-section .news-preview-card .news-preview-content .news-preview-hover-dot svg {
  width: 18px;
  height: 18px;
  color: #001533;
  fill: #001533;
}
.news-preview-section .news-preview-card .news-preview-content .rotate-90 {
  transform: rotate(-90deg);
  display: inline-block;
}
.news-preview-section .news-preview-card .news-preview-content .dot-aqua {
  background: #00b2ff;
}
.news-preview-section .news-preview-card .news-preview-content .dot-pink {
  background: #ff0080;
}
.news-preview-section .news-preview-card .news-preview-content .dot-tuerkis {
  background: #00fbff;
}
.news-preview-section .news-preview-card .news-preview-content .dot-salbei {
  background: #00ffbf;
}
.news-preview-section .news-preview-card .news-preview-content .dot-pink-l30 {
  background: #ff4ca6;
}
.news-preview-section .news-preview-card .news-preview-content .dot-aqua-l30 {
  background: #4cc9ff;
}
.news-preview-section .news-preview-card .news-preview-content .dot-tuerkis-l30 {
  background: #4cfcff;
}
.news-preview-section .news-preview-card .news-preview-content .dot-salbei-l30 {
  background: #4cffd2;
}
.news-preview-section .news-preview-card .news-preview-content .dot-pink-l50 {
  background: #ff7fbf;
}
.news-preview-section .news-preview-card .news-preview-content .dot-aqua-l50 {
  background: #7fd8ff;
}

.news-preview-section--white {
  background-color: #fff;
}
.news-preview-section--white .news-preview-card {
  background: #f1f1f1;
}

.news-slider-dots-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.news-slider-dots-wrapper .news-slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 0.75rem;
}
.news-slider-dots-wrapper .news-slider-dots .slider-dot {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  display: flex;
  margin-bottom: 2px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.news-slider-dots-wrapper .news-slider-dots .slider-dot::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #505050;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.news-slider-dots-wrapper .news-slider-dots .slider-dot.active::after {
  opacity: 1;
  background: #001533;
}
.news-slider-dots-wrapper .news-slider-dots .slider-dot:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
.news-slider-dots-wrapper .news-slider-dots .slider-dot:focus-visible {
  box-shadow: 0 0 0 2px #00b2ff;
  outline: none;
}
@media (min-width: 1024px) {
  .news-slider-dots-wrapper .news-slider-dots {
    display: none;
  }
}

@media (min-width: 1024px) {
  .news-preview-slider {
    flex-direction: row;
    gap: 16px;
    justify-content: left;
  }
  .news-preview-card {
    min-width: 0;
    flex: 0 1 calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-preview-section .col-md-8.col-lg-12 {
    overflow: hidden;
    width: 100%;
  }
  .news-preview-slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    will-change: transform;
    gap: 16px;
  }
  .news-preview-card {
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .news-slider-dots .slider-dot:nth-child(3) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .news-preview-section .col-md-8.col-lg-12 {
    overflow: hidden;
    width: 100%;
  }
  .news-preview-slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    will-change: transform;
  }
  .news-preview-card {
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .news-preview-section .news-preview-card .news-preview-content .news-preview-hover-dot {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .news-preview-section .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .news-preview-section .button-container .btn--gradient {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.kontakt-section-content-wrapper {
  width: 100%;
  overflow: hidden;
}

.kontakt-section {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 750px;
  width: 100%;
  max-width: 1528px;
  min-height: 480px;
  max-height: 900px;
  background: transparent;
}
.kontakt-section .kontakt-headline {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 7rem;
  color: #003366;
  margin-bottom: 0.5rem;
}
.kontakt-section .kontakt-bg {
  position: absolute;
  top: 0;
  left: 200px;
  width: 100%;
  max-width: 1760px;
  height: 100%;
}
.kontakt-section .kontakt-bg .kontakt-bg__img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.kontakt-section .kontakt-content--wide {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  padding: 4rem 2rem 2rem 2rem;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.kontakt-section .kontakt-content--wide .kontakt-box {
  display: none;
  flex-direction: row;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  min-width: 340px;
  max-width: 480px;
  align-items: end;
  overflow: hidden;
}
.kontakt-section .kontakt-content--wide .kontakt-box.is-active {
  display: flex;
  border: 2px solid #00b2ff;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-dot-mobile {
  display: none;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img {
  margin-right: 2rem;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: top;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info h3 {
  font-size: clamp(1.125rem, 2.8vw, 1.5rem); /* 18px – 24px */
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #001533;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .icon-location-mobile {
  display: none;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .kontakt-box__phone {
  margin-top: 1rem;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .icon-phone {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  vertical-align: middle;
  position: relative;
  top: 4px;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .icon-mail {
  margin-right: 15px;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info div {
  margin-bottom: 0.3rem;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info div svg {
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  fill: #00b285;
  color: #00b285;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info a {
  color: #001533;
  font-weight: 700;
  text-decoration: none;
  transition: text-decoration 0.2s;
  margin: 0;
  line-height: inherit;
}
.kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__infoa:hover, .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__infoa:focus {
  text-decoration: underline;
}
.kontakt-section .kontakt-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.kontakt-section .kontakt-dots .kontakt-dot {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(90deg, #00b2ff 0%, #00FFEF 100%);
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  cursor: pointer;
  transition: box-shadow 0.2s;
  transform: translate(50%, -50%);
}
.kontakt-section .kontakt-dots .kontakt-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: auto;
}
.kontakt-section .kontakt-dots .kontakt-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 3px solid #0088CC;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s;
}
.kontakt-section .kontakt-dots .kontakt-dot.active::after {
  opacity: 1;
  animation: kontakt-dot-circle-expand 1.8s linear infinite;
}
@keyframes kontakt-dot-circle-expand {
  0% {
    width: 22px;
    height: 22px;
    opacity: 0.6;
  }
  74% {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  100% {
    width: 22px;
    height: 22px;
    opacity: 0;
  }
}
.kontakt-section .kontakt-dots .kontakt-dot.active, .kontakt-section .kontakt-dots .kontakt-dot:hover, .kontakt-section .kontakt-dots .kontakt-dot:focus {
  box-shadow: 0 0 16px #00eaff;
}
.kontakt-section .kontakt-dots .kontakt-dot.active, .kontakt-section .kontakt-dots .kontakt-dot:focus {
  background: #00214e;
  width: 24px;
  height: 24px;
}
.kontakt-section .kontakt-dots .kontakt-dot .kontakt-dot-plus {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  pointer-events: none;
  z-index: 5;
  line-height: 1;
}
.kontakt-section .kontakt-dots .kontakt-dot .kontakt-dot-tooltip {
  display: none;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #003366;
  font-size: 0.85rem;
  font-weight: normal;
  padding: 0 6px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 10;
  background: transparent;
  box-shadow: none;
}
.kontakt-section .kontakt-dots .kontakt-dot .kontakt-dot-tooltip--bottom {
  top: 100%;
  margin-top: 6px;
}
.kontakt-section .kontakt-dots .kontakt-dot.active .kontakt-dot-plus, .kontakt-section .kontakt-dots .kontakt-dot:focus .kontakt-dot-plus, .kontakt-section .kontakt-dots .kontakt-dot.active .kontakt-dot-tooltip, .kontakt-section .kontakt-dots .kontakt-dot:hover .kontakt-dot-tooltip, .kontakt-section .kontakt-dots .kontakt-dot:focus .kontakt-dot-tooltip {
  display: block;
}
.kontakt-section .kontakt-dots .kontakt-dot.active .kontakt-dot-tooltip, .kontakt-section .kontakt-dots .kontakt-dot:focus .kontakt-dot-tooltip {
  margin-top: 12px;
}

@media (max-width: 1023px) {
  .kontakt-bg {
    display: none;
  }
  .kontakt-section {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-bottom: 3rem;
  }
  .kontakt-section .kontakt-content--wide {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1rem;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box {
    display: flex !important;
    flex-direction: row;
    border-radius: 16px;
    background: #f1f1f1;
    box-shadow: none;
    border: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    position: relative;
    transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    height: 64px;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__details {
    height: 0;
    overflow: hidden;
    transition: height 0.2s linear;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-dot-mobile {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(90deg, #00b2ff 0%, #00FFEF 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-dot-mobile .kontakt-dot-chevron {
    width: 18px;
    height: 18px;
    color: #001533;
    fill: #001533;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: none;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box.is-active {
    background: #e5f7ff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    height: 196px;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box.is-active .kontakt-dot-mobile .kontakt-dot-chevron {
    transform: rotate(180deg);
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img {
    display: flex;
    align-items: flex-end;
    margin: 2rem 0.5rem 0 0;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img img {
    display: block;
    transition: margin-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: -136px;
    width: 125px;
    height: 125px;
    object-fit: cover;
    object-position: top;
    box-shadow: none;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box.is-active .kontakt-box__img img {
    margin-bottom: 0px;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info {
    align-self: flex-start;
    padding: 1rem 1rem 1rem 0;
    min-height: 190px;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .kontakt-title-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    margin-left: -104px;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .kontakt-title-row svg {
    height: 30px;
    width: 30px;
    color: #0088CC;
    fill: #0088CC;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .icon-location-mobile {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    fill: #001533;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info .kontakt-title-row h3 {
    margin: 0 0 0 5px;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info div {
    margin-bottom: 0.3rem;
    color: #333;
    display: flex;
    align-items: center;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info div svg {
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
    fill: #0099ff;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info div a {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .kontakt-dots {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .kontakt-bg,
  .kontakt-dots {
    display: block;
  }
  .kontakt-section .kontakt-content--wide {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 2rem 2rem 2rem;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box {
    flex-direction: row;
    border-radius: 16px;
    border-color: #00b2ff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    min-width: 340px;
    max-width: 560px;
    align-items: end;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box.is-active {
    border: 2px solid #00b2ff;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img {
    display: flex;
    align-items: flex-end;
    margin: 2rem 2rem 0 2rem;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    box-shadow: none;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info {
    align-self: center;
    padding: 1rem 2rem 1rem 0;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info h3 {
    margin-bottom: 0.6rem;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info div {
    color: #333;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info div svg {
    margin-right: 0.5rem;
    width: 18px;
    height: 18px;
    fill: #00b285;
    color: #00b285;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info a {
    color: #001533;
    font-weight: 700;
    text-decoration: none;
    transition: text-decoration 0.2s;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__infoa:hover, .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__infoa:focus {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .kontakt-bg,
  .kontakt-dots {
    display: block;
  }
  .kontakt-section .kontakt-content--wide {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box {
    border: none;
    box-shadow: none;
    border-radius: 0;
    min-width: unset;
    max-width: unset;
    padding: 0;
    align-items: flex-end;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box.is-active {
    border: none;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img {
    margin: 0;
    padding: 0 0 0 18px;
    align-self: flex-end;
    height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__img img {
    width: auto;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
  }
  .kontakt-section .kontakt-content--wide .kontakt-box .kontakt-box__info {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding-left: 6rem;
    padding-top: 8rem;
    text-align: left;
    width: 420px;
    max-width: 90vw;
  }
}
.artikel-liste {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.artikel-liste-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #c8c8c8;
  background: #f1f1f1;
  transition: background 0.15s;
}
.artikel-liste-item:hover {
  background: rgb(233.35, 233.35, 233.35);
}

.artikel-liste-item__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1 1 auto;
  min-width: 0;
  text-decoration: none;
}
.artikel-liste-item__link:hover .artikel-liste-item__nummer, .artikel-liste-item__link:focus-visible .artikel-liste-item__nummer {
  text-decoration: underline;
}
.artikel-liste-item__link:focus-visible {
  outline: 2px solid #00b2ff;
  outline-offset: 2px;
  border-radius: 0.25rem;
}

.artikel-liste-item__bild {
  flex-shrink: 0;
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c8c8c8;
}
.artikel-liste-item__bild img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.artikel-liste-item__bild svg {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.3;
}

.artikel-liste-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  overflow: hidden;
  min-width: 0;
}

.artikel-liste-item__nummer {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0088CC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artikel-liste-item__bezeichnung {
  display: block;
  margin-bottom: 0;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artikel-liste-item__stepper {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  flex-shrink: 0;
  margin-left: auto;
}

.artikel-liste-item__stepper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 2.125rem;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #505050;
  border-radius: 0.25rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
  padding: 0;
}
.artikel-liste-item__stepper-btn svg {
  width: 0.875rem;
  height: 0.875rem;
  pointer-events: none;
}
.artikel-liste-item__stepper-btn:hover, .artikel-liste-item__stepper-btn:focus-visible {
  color: #001533;
  background: #f1f1f1;
  border-color: #00b2ff;
  outline: none;
}

.artikel-liste-item__anzahl {
  box-sizing: content-box;
  width: 7ch;
  min-width: 7ch;
  max-width: 7ch;
  height: 2.125rem;
  padding: 0 0.375rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  color: #001533;
  text-align: right;
  line-height: 2.125rem;
  appearance: textfield;
  -moz-appearance: textfield;
}
.artikel-liste-item__anzahl::-webkit-outer-spin-button, .artikel-liste-item__anzahl::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.artikel-liste-item__anzahl:focus {
  outline: 2px solid #00b2ff;
  outline-offset: -1px;
  border-color: #00b2ff;
}

.artikel-liste-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background: transparent;
  color: #9d9d9d;
  border-radius: 0.25rem;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: color 0.2s, background 0.2s;
}
.artikel-liste-item__remove svg {
  width: 0.875rem;
  height: 0.875rem;
  pointer-events: none;
}
.artikel-liste-item__remove:hover, .artikel-liste-item__remove:focus-visible {
  color: #001533;
  background: #c8c8c8;
  outline: none;
}

.kontaktformular .artikel-liste-item__anzahl {
  width: 7ch;
  min-width: 7ch;
  max-width: 7ch;
  height: 2.125rem;
  margin-top: 0;
  border-width: 1px;
  box-sizing: content-box;
}
