@charset "UTF-8";
/* =========================
   TIGONET SCSS (JOOMLA 6 SETUP)
   ========================= */
/* =========================
   VARIABLES (optional eigene)
   ========================= */
/* =========================
   BREAKPOINT MIXINS
   ========================= */
:root {
  --bs-primary: #2581c4;
  --bs-secondary: #e6007e;
  --bs-border-radius: 0;
  --bs-blue: #2581c4;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-body-font-family: "Source Sans 3", sans-serif;
  --bs-headings-font-family: "Source Sans 3", sans-serif;
  --bs-btn-font-size: 1.25rem !important;
  --hellgrau: #eeeeee;
}

.white {
  color: var(--bs-white);
}

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

.bg-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
  color: var(--bs-white) !important;
}
.bg-primary a {
  color: var(--bs-white) !important;
}

.bg-hellgrau {
  background-color: var(--hellgrau);
  padding: 1rem;
}
@media (min-width: 768px) {
  .bg-hellgrau {
    padding: 80px 50px;
  }
}

.bg-gradient {
  background: linear-gradient(to right, #2581c4 0%, #e6007e 100%) !important;
  color: var(--bs-white);
}
.bg-gradient.schraeg {
  background: linear-gradient(83deg, #2581c4 0%, #e6007e 100%) !important;
}
.bg-gradient h2,
.bg-gradient h3 {
  color: var(--bs-white);
}

.bg-ice {
  background-image: url("../images/backgrounds/bg-ice-verlauf-mobil.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .bg-ice {
    background-image: url("../images/backgrounds/bg-ice-verlauf.jpg");
  }
}
.bg-ice.ground {
  background-position: bottom center;
  background-size: 100% auto;
  margin-bottom: -1px;
}

.bg-ice-gradient {
  background-image: url("../images/backgrounds/bg-ice-verlauf-2-mobil.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: var(--bs-white);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .bg-ice-gradient {
    background-image: url("../images/backgrounds/bg-ice-verlauf-2-xxl.jpg");
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.shaddow {
  box-shadow: 0 353px 99px 0 rgba(78, 135, 197, 0), 0 226px 90px 0 rgba(78, 135, 197, 0.01), 0 127px 76px 0 rgba(78, 135, 197, 0.05), 0 57px 57px 0 rgba(78, 135, 197, 0.09), 0 14px 31px 0 rgba(78, 135, 197, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.shaddow:hover {
  box-shadow: 0 353px 99px 0 rgba(78, 135, 197, 0), 0 226px 90px 0 rgba(78, 135, 197, 0.03), 0 127px 76px 0 rgba(78, 135, 197, 0.08), 0 57px 57px 0 rgba(78, 135, 197, 0.14), 0 18px 40px 0 rgba(78, 135, 197, 0.18);
  transform: scale(1.04);
}

.center {
  text-align: center;
}

.op {
  padding-left: 0;
  padding-right: 0;
}

.mop {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .mop {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mmp {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .mmp {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*padding mobile*/
.mspacept100 {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .mspacept100 {
    padding-top: 0px;
  }
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  /* =========================
     LINK MIT CIRCLE ARROW
     ========================= */
}
a:hover {
  text-decoration: none;
}
a.circle {
  display: inline-flex;
  align-items: center;
  gap: 1.375rem;
  font-weight: 700;
  text-decoration: none;
}
a.circle::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #eee;
  color: var(--bs-primary);
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
a.circle:hover::after {
  background: #e3e3e3;
  transform: translateX(4px);
}
a.circle.white {
  color: var(--bs-white);
}
a.circle.white::after {
  background: var(--hellgrau);
  color: var(--bs-primary);
}
a.circle.white:hover::after {
  background: var(--bs-white);
}
a.circle.whiteblue {
  color: var(--bs-primary);
}
a.circle.whiteblue::after {
  background: var(--bs-white);
  color: var(--bs-primary);
}
a.circle.whiteblue:hover::after {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/*** LOGO ***/
.logo {
  text-transform: uppercase;
  color: var(--bs-white);
  font-size: 1.875rem;
  font-weight: 700;
}
.logo.blau {
  color: var(--bs-primary);
}
.logo span {
  text-transform: lowercase;
  color: var(--bs-secondary);
}

/* Mobile ausgeblendet */
.moff {
  display: none !important;
}
.moff span {
  display: none !important;
}
@media (min-width: 768px) {
  .moff {
    display: inline !important;
  }
  .moff span {
    display: inline !important;
  }
}

.mon {
  display: inline !important;
}
.mon span {
  display: inline !important;
}
@media (min-width: 768px) {
  .mon {
    display: none !important;
  }
  .mon span {
    display: none !important;
  }
}

.spacep80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .spacep80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.spacem80 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .spacem80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.spacepb90 {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .spacepb90 {
    padding-bottom: 90px;
  }
}

.spacep100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .spacep100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.spacep120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .spacep120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.spacepb120 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .spacepb120 {
    padding-bottom: 120px;
  }
}

.spacem120 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .spacem120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.spacemt120 {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .spacemt120 {
    margin-top: 120px !important;
  }
}

.spacemt120.mmp {
  margin-top: 60px !important;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .spacemt120.mmp {
    margin-top: 120px !important;
    padding-bottom: 0px;
  }
}

.spacem150 {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .spacem150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.spacemb150 {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .spacemb150 {
    margin-bottom: 150px;
  }
}

.spacem220t {
  margin-top: 110px !important;
}
@media (min-width: 768px) {
  .spacem220t {
    margin-top: 220px !important;
  }
}

.spacemb250 {
  margin-bottom: 125px;
}
@media (min-width: 768px) {
  .spacemb250 {
    margin-bottom: 250px !important;
  }
}

/* =========================
   BASE / RESET
   ========================= */
/* SCSS fonts */
/* ==========================================
   FONT AWESOME 6 FREE
========================================== */
/* ---------- FONT FILES ---------- */
/* SOLID */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("/media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
}
/* REGULAR */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("/media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype");
}
/* BRANDS */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("/media/vendor/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype");
}
/* ---------- CORE ---------- */
.fa,
.fa-solid,
.fa-regular,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* FONT FAMILY */
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* ---------- ICON MAPPING ---------- */
/* Anfrage & Erstberatung */
.fa-handshake::before {
  content: "\f2b5";
}

/* Angebot & Planung */
.fa-file-lines::before {
  content: "\f15c";
}

/* Abwicklung & Umsetzung */
.fa-list-check::before {
  content: "\f0ae";
}

/* Inbetriebnahme & Schulung */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* Service, Wartung & Reparatur */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* Fallback für ältere Versionen */
.fa-wrench::before {
  content: "\f0ad";
}

/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v19-latin-300.woff2") format("woff2"), url("../fonts/source-sans-3-v19-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v19-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-3-v19-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v19-latin-600.woff2") format("woff2"), url("../fonts/source-sans-3-v19-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v19-latin-700.woff2") format("woff2"), url("../fonts/source-sans-3-v19-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-3-v19-latin-900.woff2") format("woff2"), url("../fonts/source-sans-3-v19-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Typographie SCSS */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  line-height: 1.15;
  color: var(--bs-primary);
}

main h1 br,
main .h1 br,
main h2 br,
main .h2 br,
main h3 br,
main .h3 br,
main h4 br,
main .h4 br,
main h5 br,
main .h5 br,
main h6 br,
main .h6 br {
  display: none;
}
@media (min-width: 768px) {
  main h1 br,
  main .h1 br,
  main h2 br,
  main .h2 br,
  main h3 br,
  main .h3 br,
  main h4 br,
  main .h4 br,
  main h5 br,
  main .h5 br,
  main h6 br,
  main .h6 br {
    display: block;
  }
}

.h1,
h1,
.h2,
h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .h1,
  h1,
  .h2,
  h2 {
    font-size: 2.875rem;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 1400px) {
  .h1,
  h1,
  .h2,
  h2 {
    font-size: 3.75rem;
  }
}
/* =========================
   LAYOUT
   ========================= */
html {
  overflow-y: scroll;
  font-size: 16px;
}

body {
  font-family: var(--bs-body-font-family);
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000000;
  background-color: #ffffff;
}

.stroke {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--hellgrau, #eee);
  width: 100%;
  height: 100%;
  font-size: 300px;
  font-weight: 900;
  word-wrap: break-word;
}

.com-content-category-blog__item.blog-item {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .com-content-category-blog__item.blog-item {
    margin-bottom: 150px;
  }
}
.com-content-category-blog__item.blog-item.none {
  margin-bottom: 0;
}

.mtop {
  margin-top: 75px;
}
@media (min-width: 768px) {
  .mtop {
    margin-top: 75px;
  }
}

/* Standard Bilder Responsive */
.fa-facebook-f {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.image-marquee {
  overflow: hidden;
  width: 100%;
  /* Mobil zuerst */
  --item-width: 240px;
  --gap: 12px;
  --duration: 28s;
}
@media (min-width: 576px) {
  .image-marquee {
    --item-width: 300px;
    --gap: 14px;
  }
}
@media (min-width: 768px) {
  .image-marquee {
    --item-width: 360px;
    --gap: 16px;
  }
}
@media (min-width: 992px) {
  .image-marquee {
    --item-width: 430px;
  }
}
@media (min-width: 1200px) {
  .image-marquee {
    --item-width: 500px;
  }
}
@media (min-width: 1400px) {
  .image-marquee {
    --item-width: 538px;
    --gap: 18px;
  }
}
.image-marquee__track {
  display: flex;
  gap: var(--gap);
  width: max-content;
  will-change: transform;
  animation: imageMarquee var(--duration) linear infinite;
}
.image-marquee__item {
  flex: 0 0 var(--item-width);
  width: var(--item-width);
  /* Verhältnis 538 × 415 beibehalten */
  aspect-ratio: 538/415;
  overflow: hidden;
}
.image-marquee__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes imageMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--gap) / 2));
  }
}
.layout1 {
  display: flex;
  flex-wrap: wrap;
}
.layout1 > .block1,
.layout1 > .block2 {
  padding: 30px 0;
  min-width: 0;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  align-items: center;
}
.layout1 > .block1 .contentblock,
.layout1 > .block2 .contentblock {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .layout1 {
    flex-wrap: nowrap;
  }
  .layout1 > .block1,
  .layout1 > .block2 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    padding: 30px 0;
  }
  .layout1 > .block1 {
    justify-content: flex-end;
    padding-right: 70px;
  }
  .layout1 > .block1 .contentblock {
    width: 360px;
    padding-left: calc((100vw - 720px) / 2);
  }
  .layout1 > .block2 {
    justify-content: flex-start;
  }
  .layout1 > .block2 .contentblock {
    width: 360px;
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .layout1 > .block1,
  .layout1 > .block2 {
    padding: 30px 0;
  }
  .layout1 > .block1 .contentblock {
    width: 480px;
    padding-left: calc((100vw - 960px) / 2);
  }
  .layout1 > .block2 .contentblock {
    width: 480px;
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .layout1 > .block1 .contentblock {
    width: 570px;
    padding-left: calc((100vw - 1140px) / 2);
  }
  .layout1 > .block2 .contentblock {
    width: 570px;
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .layout1 > .block1 .contentblock {
    width: 660px;
    padding-left: calc((100vw - 1320px) / 2);
  }
  .layout1 > .block2 .contentblock {
    width: 660px;
    padding-right: calc((100vw - 1320px) / 2);
  }
}

.socialheadline {
  display: flex;
  align-items: center;
  line-height: 1;
}
.socialheadline a {
  color: #fff;
}
.socialheadline .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  color: currentColor;
  display: inline-block;
  font-size: 2rem;
  margin-left: 15px;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .socialheadline .fa-brands {
    font-size: 2.5rem;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .socialheadline .fa-brands {
    font-size: 2.75rem;
    margin-left: 50px;
  }
}

/* Back to Top */
/* Back to Top */
.back-to-top-link {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 3rem;
  z-index: 10000;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
  text-decoration: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.back-to-top-link i {
  font-size: 1.5rem;
  line-height: 1;
}
.back-to-top-link.visible {
  opacity: 1;
  pointer-events: all;
}
.back-to-top-link:hover, .back-to-top-link:focus-visible {
  color: var(--bs-primary);
  transform: translateY(-3px);
  text-decoration: none;
}

/* ==========================
   TOPBAR
========================== */
.topbar-wrap {
  width: 100%;
  background: #fff;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  column-gap: 32px;
  min-height: 90px;
  padding-top: 35px;
  padding-bottom: 21px;
  /* ==========================
     MOBILE
  ========================== */
}
.topbar .logo {
  line-height: 0;
}
.topbar .logo a,
.topbar .logo picture,
.topbar .logo img {
  display: block;
}
.topbar .logo img {
  width: auto;
  height: 92px;
  max-width: 214px;
}
.topbar .slogan {
  align-self: end;
  justify-self: center;
  color: #555;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
.topbar .slogan p {
  margin: 0;
}
.topbar .navigation {
  align-self: end;
  justify-self: end;
  line-height: 0;
}
@media (max-width: 767.98px) {
  .topbar {
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo nav" "slogan slogan";
    align-items: start;
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 16px;
    row-gap: 48px;
    column-gap: 20px;
  }
  .topbar .logo {
    grid-area: logo;
    justify-self: center;
    transform: translateX(28px);
  }
  .topbar .logo img {
    height: 76px;
    max-width: 240px;
  }
  .topbar .navigation {
    grid-area: nav;
    align-self: start;
    justify-self: end;
    padding-top: 0;
  }
  .topbar .slogan {
    grid-area: slogan;
    justify-self: center;
    font-size: 1.1rem;
    line-height: 1.25;
    text-align: center;
  }
}

header {
  position: relative;
  isolation: isolate;
  background-color: var(--bs-blue);
  margin: 0 auto;
  width: 100%;
  /*
    Verhältnis XXL:
    1700 / 940 = 1.8085
  */
  height: auto;
  max-height: none;
  overflow: visible;
  /* ==========================
     BILD-FIGURE
  ========================== */
  /* ==========================
     VIDEO-HERO
  ========================== */
}
header:has(.header-video) {
  height: 252px;
  overflow: hidden;
}
@media (min-width: 768px) {
  header {
    height: auto;
    aspect-ratio: 1700/940;
    overflow: hidden;
  }
  header:has(.header-video) {
    height: auto;
  }
}
@media (min-width: 1200px) {
  header {
    width: calc(100% - 3rem);
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  header {
    width: calc(100% - 6rem);
    max-width: 1700px;
  }
}
header figure {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  header figure {
    display: block !important;
    height: 100%;
    overflow: hidden;
  }
}
header figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  header figure img {
    height: 100%;
  }
}
header figure figcaption {
  position: relative;
  top: auto;
  left: auto;
  z-index: 3;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background: #e6007e;
  color: #fff;
  text-align: center;
}
header figure figcaption h2 {
  margin: 0 0 0px;
  padding: 0 !important;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
  color: var(--bs-white);
  text-align: center !important;
}
@media (min-width: 768px) {
  header figure figcaption h2 {
    text-align: left !important;
  }
}
header figure figcaption a {
  font-size: 20px;
}
@media (min-width: 768px) {
  header figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    padding: 20px;
    text-align: left;
  }
  header figure figcaption h2 {
    margin: 0 0 28px;
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  header figure figcaption {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  header figure figcaption {
    width: 420px;
    height: 420px;
  }
}
@media (min-width: 1400px) {
  header figure figcaption {
    width: 420px !important;
    height: 420px !important;
  }
}
header figure .btn-history {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 160px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 600;
}
header figure .btn-history::after {
  content: "→";
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  header figure .btn-history {
    display: inline-flex;
    min-width: 180px;
    min-height: 48px;
    padding: 0 22px;
  }
}
header .header-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
header .header-video__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.navbar-mega {
  position: static;
}
.navbar-mega .navbar-toggler {
  position: relative;
  z-index: 1300;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  width: 64px;
  height: 64px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
.navbar-mega .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-mega .navbar-toggler .icon-menu {
  position: relative;
  display: block;
  width: 34px;
  height: 24px;
  pointer-events: none;
  background: linear-gradient(var(--bs-primary), var(--bs-primary)) center center/34px 3px no-repeat;
}
.navbar-mega .navbar-toggler .icon-menu::before, .navbar-mega .navbar-toggler .icon-menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 3px;
  background: var(--bs-primary);
  border-radius: 999px;
  transition: top 0.3s ease, bottom 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.navbar-mega .navbar-toggler .icon-menu::before {
  top: 0;
}
.navbar-mega .navbar-toggler .icon-menu::after {
  bottom: 0;
}
.navbar-mega.is-mega-open .navbar-toggler .icon-menu {
  background-size: 0 3px;
}
.navbar-mega.is-mega-open .navbar-toggler .icon-menu::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.navbar-mega.is-mega-open .navbar-toggler .icon-menu::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.navbar-mega .offcanvas-mega {
  position: fixed;
  z-index: 1200;
  top: var(--mega-menu-top, 146px);
  left: 50%;
  right: auto;
  bottom: auto;
  width: min(100%, var(--header-width, 1700px));
  max-width: calc(100vw - 96px);
  height: auto !important;
  min-height: 0 !important;
  padding: 0 0 56px;
  background: var(--bs-primary);
  color: #fff;
  border: 0;
  overflow: visible;
  transform: translate(-50%, -32px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.navbar-mega .offcanvas-mega.show, .navbar-mega .offcanvas-mega.showing {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.navbar-mega .offcanvas-mega.hiding {
  transform: translate(-50%, -32px);
  opacity: 0;
}
.navbar-mega .offcanvas-body {
  padding: 0;
  overflow: visible;
}
.navbar-mega .mod-menu,
.navbar-mega .offcanvas-body > ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0 48px;
  list-style: none;
}
.navbar-mega .mod-menu::after,
.navbar-mega .offcanvas-body > ul::after {
  content: "";
  position: absolute;
  top: 96px;
  left: 48px;
  right: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}
.navbar-mega .mod-menu li,
.navbar-mega .offcanvas-body > ul li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-mega .mod-menu a,
.navbar-mega .mod-menu span,
.navbar-mega .offcanvas-body > ul a,
.navbar-mega .offcanvas-body > ul span {
  color: #fff;
  text-decoration: none;
}
.navbar-mega .mod-menu a:hover,
.navbar-mega .mod-menu span:hover,
.navbar-mega .offcanvas-body > ul a:hover,
.navbar-mega .offcanvas-body > ul span:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.navbar-mega .mod-menu > li,
.navbar-mega .offcanvas-body > ul > li {
  z-index: 1;
}
.navbar-mega .mod-menu > li > a,
.navbar-mega .mod-menu > li > span,
.navbar-mega .offcanvas-body > ul > li > a,
.navbar-mega .offcanvas-body > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 96px;
  padding: 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}
.navbar-mega .mod-menu > li > .submenu-toggle,
.navbar-mega .offcanvas-body > ul > li > .submenu-toggle {
  display: none;
}
.navbar-mega .mod-menu > li > ul,
.navbar-mega .offcanvas-body > ul > li > ul {
  margin: 0;
  padding: 44px 18px 0;
  border: 0;
  list-style: none;
}
.navbar-mega .mod-menu > li > ul > li > a,
.navbar-mega .mod-menu > li > ul > li > span,
.navbar-mega .offcanvas-body > ul > li > ul > li > a,
.navbar-mega .offcanvas-body > ul > li > ul > li > span {
  display: block;
  padding: 7px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}
.navbar-mega .mod-menu > li > ul > li > ul,
.navbar-mega .offcanvas-body > ul > li > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 18px;
  opacity: 0;
  list-style: none;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
}
.navbar-mega .mod-menu > li > ul > li > ul > li > a,
.navbar-mega .mod-menu > li > ul > li > ul > li > span,
.navbar-mega .offcanvas-body > ul > li > ul > li > ul > li > a,
.navbar-mega .offcanvas-body > ul > li > ul > li > ul > li > span {
  display: block;
  padding: 6px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}
.navbar-mega .mod-menu li.has-slide-submenu > .submenu-toggle,
.navbar-mega .offcanvas-body > ul li.has-slide-submenu > .submenu-toggle {
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.navbar-mega .mod-menu li.has-slide-submenu > .submenu-toggle::before,
.navbar-mega .offcanvas-body > ul li.has-slide-submenu > .submenu-toggle::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-3px) rotate(45deg);
  transition: transform 0.3s ease;
}
.navbar-mega .mod-menu li.has-slide-submenu.is-submenu-open > .submenu-toggle::before,
.navbar-mega .offcanvas-body > ul li.has-slide-submenu.is-submenu-open > .submenu-toggle::before {
  transform: translateY(3px) rotate(225deg);
}
.navbar-mega .mod-menu li.has-slide-submenu.is-submenu-open > ul,
.navbar-mega .offcanvas-body > ul li.has-slide-submenu.is-submenu-open > ul {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .navbar-mega .navbar-toggler {
    align-items: flex-start;
    width: 56px;
    height: 56px;
  }
  .navbar-mega .offcanvas-mega {
    top: var(--mega-menu-top-mobile, 125px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    padding: 18px 0 36px;
    transform: translateY(-24px);
    overflow-y: auto;
    max-height: calc(100vh - var(--mega-menu-top-mobile, 96px));
  }
  .navbar-mega .offcanvas-mega.show, .navbar-mega .offcanvas-mega.showing {
    transform: translateY(0);
  }
  .navbar-mega .offcanvas-mega.hiding {
    transform: translateY(-24px);
  }
  .navbar-mega .mod-menu,
  .navbar-mega .offcanvas-body > ul {
    display: block;
    padding: 0 32px;
  }
  .navbar-mega .mod-menu::after,
  .navbar-mega .offcanvas-body > ul::after {
    display: none;
  }
  .navbar-mega .mod-menu > li > a,
  .navbar-mega .mod-menu > li > span,
  .navbar-mega .offcanvas-body > ul > li > a,
  .navbar-mega .offcanvas-body > ul > li > span {
    min-height: 0;
    padding: 18px 52px 18px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
  }
  .navbar-mega .mod-menu > li > ul,
  .navbar-mega .offcanvas-body > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 18px;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding-bottom 0.35s ease;
  }
  .navbar-mega .mod-menu > li > ul li > a,
  .navbar-mega .mod-menu > li > ul li > span,
  .navbar-mega .offcanvas-body > ul > li > ul li > a,
  .navbar-mega .offcanvas-body > ul > li > ul li > span {
    display: block;
    padding: 8px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: none;
  }
  .navbar-mega .mod-menu > li.has-slide-submenu > .submenu-toggle,
  .navbar-mega .offcanvas-body > ul > li.has-slide-submenu > .submenu-toggle {
    top: 10px;
    right: 0;
    width: 44px;
    height: 44px;
  }
  .navbar-mega .mod-menu > li.has-slide-submenu.is-submenu-open > ul,
  .navbar-mega .offcanvas-body > ul > li.has-slide-submenu.is-submenu-open > ul {
    opacity: 1;
    padding-bottom: 14px;
  }
  .navbar-mega .mod-menu li li.has-slide-submenu > a,
  .navbar-mega .mod-menu li li.has-slide-submenu > span,
  .navbar-mega .offcanvas-body > ul li li.has-slide-submenu > a,
  .navbar-mega .offcanvas-body > ul li li.has-slide-submenu > span {
    padding-right: 42px;
  }
  .navbar-mega .mod-menu li li.has-slide-submenu > .submenu-toggle,
  .navbar-mega .offcanvas-body > ul li li.has-slide-submenu > .submenu-toggle {
    top: 2px;
    right: 0;
    width: 38px;
    height: 38px;
  }
  .navbar-mega .mod-menu li li.has-slide-submenu.is-submenu-open > ul,
  .navbar-mega .offcanvas-body > ul li li.has-slide-submenu.is-submenu-open > ul {
    opacity: 1;
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .navbar-mega .offcanvas-mega {
    overflow: visible;
  }
  .navbar-mega .mod-menu,
  .navbar-mega .offcanvas-body > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 80px;
  }
  .navbar-mega .mod-menu::after,
  .navbar-mega .offcanvas-body > ul::after {
    display: block;
    left: 80px;
    right: 80px;
  }
  .navbar-mega .mod-menu > li > .submenu-toggle,
  .navbar-mega .offcanvas-body > ul > li > .submenu-toggle {
    display: none !important;
  }
  .navbar-mega .mod-menu > li > ul,
  .navbar-mega .offcanvas-body > ul > li > ul {
    display: block !important;
    overflow: visible !important;
    max-height: none !important;
    opacity: 1 !important;
    padding: 44px 18px 0 !important;
  }
  .navbar-mega .mod-menu > li > ul > li.has-slide-submenu > a,
  .navbar-mega .mod-menu > li > ul > li.has-slide-submenu > span,
  .navbar-mega .offcanvas-body > ul > li > ul > li.has-slide-submenu > a,
  .navbar-mega .offcanvas-body > ul > li > ul > li.has-slide-submenu > span {
    padding-right: 38px;
  }
  .navbar-mega .mod-menu > li > ul > li.has-slide-submenu > .submenu-toggle,
  .navbar-mega .offcanvas-body > ul > li > ul > li.has-slide-submenu > .submenu-toggle {
    top: 2px;
    right: 0;
    display: flex !important;
    width: 32px;
    height: 32px;
  }
  .navbar-mega .mod-menu > li > ul > li.has-slide-submenu > ul,
  .navbar-mega .offcanvas-body > ul > li > ul > li.has-slide-submenu > ul {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 0 0 18px;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
  }
  .navbar-mega .mod-menu > li > ul > li.has-slide-submenu.is-submenu-open > ul,
  .navbar-mega .offcanvas-body > ul > li > ul > li.has-slide-submenu.is-submenu-open > ul {
    opacity: 1;
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .navbar-mega .mod-menu li li li.has-slide-submenu > a,
  .navbar-mega .mod-menu li li li.has-slide-submenu > span,
  .navbar-mega .offcanvas-body > ul li li li.has-slide-submenu > a,
  .navbar-mega .offcanvas-body > ul li li li.has-slide-submenu > span {
    padding-right: 36px;
  }
  .navbar-mega .mod-menu li li li.has-slide-submenu > .submenu-toggle,
  .navbar-mega .offcanvas-body > ul li li li.has-slide-submenu > .submenu-toggle {
    top: 0;
    right: 0;
    display: flex !important;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-mega .mod-menu,
  .navbar-mega .offcanvas-body > ul {
    grid-template-columns: repeat(7, 1fr);
  }
}
.offcanvas-backdrop {
  display: none !important;
}

/*****************************
NAV LEISTUNGEN
*****************************/
.nav.leistungen {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  /* ==========================
     CURRENT STATE
  ========================== */
}
@media (min-width: 768px) {
  .nav.leistungen {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .nav.leistungen {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.nav.leistungen.special .nav-item a {
  min-height: 5rem !important;
  min-width: 300px !important;
}
.nav.leistungen .nav-item a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  min-height: 48px;
  padding: 0.625rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--bs-white);
  color: var(--bs-primary);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
@media (min-width: 992px) {
  .nav.leistungen .nav-item a {
    width: auto;
    min-width: 260px;
  }
}
.nav.leistungen .nav-item a::after {
  content: "";
  width: 35px;
  height: 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%232581C4'/%3E%3C/svg%3E");
  transition: transform 0.25s ease, background-image 0.25s ease;
}
.nav.leistungen .nav-item a:hover, .nav.leistungen .nav-item a:focus {
  background: var(--bs-primary);
  color: var(--bs-white);
  text-decoration: none;
}
.nav.leistungen .nav-item a:hover::after, .nav.leistungen .nav-item a:focus::after {
  transform: translateX(6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav.leistungen.hg .nav-item a {
  background-color: var(--hellgrau);
  color: var(--bs-primary);
}
.nav.leistungen.hg .nav-item a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%232581C4'/%3E%3C/svg%3E");
}
.nav.leistungen.hg .nav-item a:hover, .nav.leistungen.hg .nav-item a:focus {
  background: var(--bs-primary);
  color: var(--bs-white);
  text-decoration: none;
}
.nav.leistungen.hg .nav-item a:hover::after, .nav.leistungen.hg .nav-item a:focus::after {
  transform: translateX(6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.nav.leistungen .nav-item.current > a,
.nav.leistungen .nav-item.current > .nav-link,
.nav.leistungen .nav-link:hover,
.nav.leistungen > .nav-item > a:hover,
.nav.leistungen .mod-menu-slider__slide-list > .nav-item > a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.nav.leistungen .nav-item.current > a::after,
.nav.leistungen .nav-item.current > .nav-link::after,
.nav.leistungen .nav-link:hover::after,
.nav.leistungen > .nav-item > a:hover::after,
.nav.leistungen .mod-menu-slider__slide-list > .nav-item > a:hover::after {
  transform: translateX(6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

/* Menü-Kachelraster / Mobile Slider */
.mod-menu-slider {
  position: relative;
  display: block;
  margin-bottom: 150px;
}
@media (max-width: 767.98px) {
  .mod-menu-slider {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    align-items: center;
    column-gap: 14px;
    width: 100%;
    margin-bottom: 75px;
  }
}

.mod-menu-slider__viewport {
  min-width: 0;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 767.98px) {
  .mod-menu-slider__viewport {
    overflow: hidden;
    width: 100%;
  }
}

.mod-menu.menuslider,
.menuslider .mod-menu {
  --menu-gap-x: 68px;
  --menu-gap-y: 22px;
  --menu-pill-height: 48px;
  --menu-pill-radius: 999px;
  --menu-pill-bg: #eee;
  --menu-pill-bg-active: #2f8dcc;
  --menu-pill-color: #1f86ce;
  --menu-pill-color-active: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--menu-gap-y) var(--menu-gap-x);
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod-menu.menuslider > .nav-item,
.menuslider .mod-menu > .nav-item {
  min-width: 0;
}
.mod-menu.menuslider .nav-link,
.mod-menu.menuslider > .nav-item > a,
.mod-menu.menuslider > .nav-item > span,
.mod-menu.menuslider .mod-menu-slider__slide-list > .nav-item > a,
.mod-menu.menuslider .mod-menu-slider__slide-list > .nav-item > span,
.menuslider .mod-menu .nav-link,
.menuslider .mod-menu > .nav-item > a,
.menuslider .mod-menu > .nav-item > span,
.menuslider .mod-menu .mod-menu-slider__slide-list > .nav-item > a,
.menuslider .mod-menu .mod-menu-slider__slide-list > .nav-item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--menu-pill-height);
  padding: 6px 18px;
  border-radius: var(--menu-pill-radius);
  background: var(--menu-pill-bg);
  color: var(--menu-pill-color);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mod-menu.menuslider .nav-item.current > a,
.mod-menu.menuslider .nav-item.current > .nav-link,
.mod-menu.menuslider .nav-item.active > a,
.mod-menu.menuslider .nav-item.active > .nav-link,
.mod-menu.menuslider .nav-link:hover,
.mod-menu.menuslider > .nav-item > a:hover,
.mod-menu.menuslider .mod-menu-slider__slide-list > .nav-item > a:hover,
.menuslider .mod-menu .nav-item.current > a,
.menuslider .mod-menu .nav-item.current > .nav-link,
.menuslider .mod-menu .nav-item.active > a,
.menuslider .mod-menu .nav-item.active > .nav-link,
.menuslider .mod-menu .nav-link:hover,
.menuslider .mod-menu > .nav-item > a:hover,
.menuslider .mod-menu .mod-menu-slider__slide-list > .nav-item > a:hover {
  background: var(--menu-pill-bg-active);
  color: var(--menu-pill-color-active);
}
@media (min-width: 768px) {
  .mod-menu.menuslider,
  .menuslider .mod-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .mod-menu.menuslider,
  .menuslider .mod-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .mod-menu.menuslider,
  .menuslider .mod-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .mod-menu.menuslider,
  .menuslider .mod-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .mod-menu.menuslider,
  .menuslider .mod-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.38s ease;
    will-change: transform;
  }
  .mod-menu.menuslider > .mod-menu-slider__slide,
  .menuslider .mod-menu > .mod-menu-slider__slide {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}

.mod-menu-slider__slide-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod-menu-slider__slide-list > .nav-item {
  min-width: 0;
}

.mod-menu-slider__arrow {
  display: none;
}
@media (max-width: 767.98px) {
  .mod-menu-slider__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #2f8dcc;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease, background-color 0.2s ease;
  }
  .mod-menu-slider__arrow::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
  }
  .mod-menu-slider__arrow:hover {
    background: #247bb5;
  }
  .mod-menu-slider__arrow:disabled {
    opacity: 0.35;
    pointer-events: none;
  }
}

.mod-menu-slider__arrow--prev::before {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.mod-menu-slider__arrow--next::before {
  transform: rotate(135deg);
  margin-right: 4px;
}

main {
  margin-top: 80px;
}
@media (min-width: 768px) {
  main {
    margin-top: 100px;
  }
}

footer {
  background: var(--bs-blue);
  color: var(--bs-white);
  padding: 100px 0;
}
footer a {
  color: var(--bs-white);
  text-decoration: none;
}
footer .footer-inner {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  text-align: left;
}
footer .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-logo {
  display: inline-flex;
  justify-content: center;
}
footer .footer-logo img {
  display: block;
  width: 238px;
  height: auto;
}
footer .sociallist.footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 28px 0 10px;
  padding: 0;
  list-style: none;
}
footer .sociallist.footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
footer .footer-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-claim {
  margin: 0 0 8px;
}
footer .footer-title {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
footer .footer-title span {
  color: #e6007e;
  letter-spacing: 0;
}
footer .footer-menu {
  width: 100%;
}
footer .footer-menu ul {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 52px;
  row-gap: 2px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 1rem;
  margin: 0rem 0 3.75rem 0;
}
@media (min-width: 768px) {
  footer .footer-menu ul {
    font-size: 1.25rem;
  }
}
footer .footer-menu li {
  margin: 0;
  padding: 0;
}
footer .footer-menu a {
  display: inline-block;
  line-height: 1.45;
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-company {
  margin: 0 0 24px;
  padding-left: 60px;
}
footer .footer-contact-list {
  padding-left: 60px;
}
footer .footer-contact-block {
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 8px;
  margin-bottom: 24px;
  line-height: 1.5;
}
footer .footer-contact-block i {
  margin-top: 4px;
  text-align: center;
  line-height: 1;
}
footer .footer-copy {
  margin: 28px 0 0;
}
footer .footer-copy--desktop {
  display: none;
}
footer .footer-copy--mobile {
  display: block;
  align-self: center;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
footer .footer-legal {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  footer {
    padding: 120px 0;
  }
  footer .footer-inner {
    max-width: none;
    min-height: 325px;
    display: grid;
    grid-template-columns: 38% 38% 24%;
    gap: 0;
    align-items: stretch;
    text-align: left;
  }
  footer .footer-brand {
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
  footer .footer-logo {
    justify-content: flex-start;
    margin-top: 6px;
  }
  footer .sociallist.footer {
    justify-content: flex-start;
    margin: 0 0 8px;
  }
  footer .footer-main {
    height: 100%;
    padding-top: 14px;
  }
  footer .footer-title {
    margin-bottom: 28px;
  }
  footer .footer-menu {
    margin-bottom: auto;
  }
  footer .footer-menu ul {
    grid-template-columns: repeat(2, 200px);
    column-gap: 52px;
  }
  footer .footer-copy--desktop {
    display: block;
    margin: 0 0 10px;
  }
  footer .footer-copy--mobile {
    display: none;
  }
  footer .footer-contact {
    height: 100%;
    padding-top: 14px;
  }
  footer .footer-company,
  footer .footer-contact-list {
    padding-left: 0;
  }
  footer .footer-company {
    margin-bottom: 28px;
  }
  footer .footer-contact-block {
    margin-bottom: 26px;
  }
  footer .footer-legal {
    justify-content: flex-start;
    width: auto;
    margin-top: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  footer .footer-menu ul {
    column-gap: 32px;
  }
}

/* =========================
   COMPONENTS
   ========================= */
/* Buttons */
.btn {
  padding: 15px 50px;
  font-weight: 700;
  font-size: 1.25rem;
  border: none;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}
.btn:hover {
  text-decoration: none;
}
.btn.hellgrau2-btn {
  background-color: var(--hellgrau);
  color: var(--bs-primary) !important;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
}
.btn.hellgrau2-btn:hover {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn.black-btn {
  background-color: var(--bs-primary);
  color: var(--bs-secondary);
}
.btn.black-btn:hover {
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
}
.btn.header-btn {
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
}
.btn.header-btn:hover {
  background-color: var(--bs-primary);
  color: var(--bs-secondary);
}

/* =========================
   CTA BUTTONBLOCK
   ========================= */
.cta-buttonblock {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  width: 100%;
  margin: 75px 0;
  /* =========================
     BUTTONS
     ========================= */
  /* =========================
     MENU (z.B. offene Stellen)
     ========================= */
  /* =========================
     CONTENT
     ========================= */
  /* =========================
     REVERSE LAYOUT
     ========================= */
}
@media (min-width: 992px) {
  .cta-buttonblock {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 50px;
  }
}
@media (min-width: 1400px) {
  .cta-buttonblock {
    column-gap: 95px;
    margin: 120px 0px 70px 0;
  }
}
.cta-buttonblock__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0rem;
}
@media (min-width: 576px) {
  .cta-buttonblock__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cta-buttonblock__buttons {
    grid-template-columns: repeat(3, minmax(0, 260px));
    gap: 24px 50px;
  }
}
@media (min-width: 1400px) {
  .cta-buttonblock__buttons {
    gap: 0px 95px;
  }
}
.cta-buttonblock__menu {
  min-width: 0;
}
.cta-buttonblock__content {
  color: var(--bs-primary);
  line-height: 1.15;
  white-space: normal;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-buttonblock__content {
    text-align: left;
    white-space: nowrap;
  }
}
.cta-buttonblock__headline {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cta-buttonblock__headline {
    font-size: 2.25rem;
  }
}
.cta-buttonblock__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--bs-primary);
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cta-buttonblock__phone {
    font-size: 2rem;
  }
}
.cta-buttonblock__phone::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .cta-buttonblock__phone::before {
    font-size: 1.6rem;
  }
}
.cta-buttonblock__phone:hover {
  text-decoration: none;
}
.cta-buttonblock--reverse .cta-buttonblock__content {
  order: 1;
}
.cta-buttonblock--reverse .cta-buttonblock__buttons {
  order: 2;
  justify-content: end;
}
.cta-buttonblock--reverse .cta-buttonblock__menu {
  order: 2;
}
@media (min-width: 992px) {
  .cta-buttonblock--reverse {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .cta-buttonblock--reverse .cta-buttonblock__content {
    order: 1;
  }
  .cta-buttonblock--reverse .cta-buttonblock__buttons {
    order: 2;
    justify-content: end;
  }
  .cta-buttonblock--reverse .cta-buttonblock__menu {
    order: 2;
  }
}

/* =========================
   HELLGRAU BUTTON
   ========================= */
.hellgrau-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  min-height: 48px;
  padding: 0.625rem 1.5rem;
  margin-top: 25px;
  border: 0;
  border-radius: 999px;
  background: var(--hellgrau);
  color: var(--bs-primary);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
@media (min-width: 768px) {
  .hellgrau-btn {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .hellgrau-btn {
    width: auto;
    min-width: 260px;
  }
}
.hellgrau-btn::after {
  content: "";
  width: 35px;
  height: 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%232581C4'/%3E%3C/svg%3E");
  transition: transform 0.25s ease;
}
.hellgrau-btn:hover, .hellgrau-btn:focus {
  background: var(--bs-primary);
  color: var(--bs-white);
  text-decoration: none;
}
.hellgrau-btn:hover::after, .hellgrau-btn:focus::after {
  transform: translateX(6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.hellgrau-btn.blauweiss {
  color: var(--bs-primary) !important;
}
.hellgrau-btn.blauweiss:hover {
  background: var(--bs-white);
  color: var(--bs-primary);
}
.hellgrau-btn.blauweiss:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%232581C4'/%3E%3C/svg%3E");
}
.hellgrau-btn.weissblau {
  color: var(--bs-primary);
  background: var(--bs-white);
}
.hellgrau-btn.weissblau:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.hellgrau-btn.weissblau:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M35 5.77344L25 -6.53267e-05V11.5469L35 5.77344ZM0 5.77344L0 6.77344L26 6.77344V5.77344V4.77344L0 4.77344L0 5.77344Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.buttoncenter {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

/* LIST RESET */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* =========================
   LISTE SQUARE
   ========================= */
.square {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  color: var(--bs-primary);
}
.square li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 20px;
  line-height: 1;
}
.square li br {
  display: block;
}
@media (min-width: 768px) {
  .square li {
    font-size: 20px;
  }
  .square li br {
    display: none;
  }
}
.square li:not(:last-child) {
  margin-bottom: 1.375rem;
}
.square li::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--bs-secondary);
  font-size: 0.85rem;
}
.square.white {
  color: var(--bs-white);
}
.square.white li::before {
  color: var(--bs-white);
}
.square.col2 {
  gap: 0rem 2rem;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.col2 > li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col2 > li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.col2 span {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 700;
  color: var(--bs-primary);
}

/* LISTE MIT HÄCKCHEN */
.check li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 25px;
  left: 0;
  top: 0;
}

/* LISTE MIT MINUS */
.minus li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.minus li::before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 25px;
  left: 0;
  top: -5px;
}

/* SOZIALE MEDIEN LISTE */
.social {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 40px;
  height: 45px;
}
.social li a {
  color: #ffffff;
}
.social li a i {
  font-size: 40px;
}

.zahlenfakten {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--bs-secondary);
  margin-top: 50px;
}
.zahlenfakten.white {
  color: var(--bs-white);
}
@media (min-width: 768px) {
  .zahlenfakten {
    margin-top: 100px;
  }
}
.zahlenfakten li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* Mobil: 2 Spalten */
  flex: 0 0 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  /* md: weiterhin 2 Spalten */
  /* xl: 4 Spalten */
}
.zahlenfakten li strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .zahlenfakten li {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    font-size: 1.875rem;
  }
  .zahlenfakten li strong {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .zahlenfakten li {
    flex: 0 0 calc(25% - 0.75rem);
    max-width: calc(25% - 0.75rem);
  }
}

.iconkachel {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.iconkachel li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem 1.5rem;
  border: 3px solid var(--bs-primary);
  /* ==========================
     BILD
  ========================== */
  /* ==========================
     H3
  ========================== */
  /* ==========================
     TEXT
  ========================== */
}
@media (min-width: 768px) {
  .iconkachel li {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}
@media (min-width: 1200px) {
  .iconkachel li {
    flex: 0 0 calc(25% - 0.75rem);
    max-width: calc(25% - 0.75rem);
  }
}
.iconkachel li picture,
.iconkachel li figure,
.iconkachel li .image {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  min-height: 108px;
  margin-bottom: 20px;
}
.iconkachel li img {
  display: block;
  max-width: 86px;
  max-height: 108px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.iconkachel li h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 250px;
  min-height: 3.5rem;
  margin: 0;
  color: var(--bs-secondary);
  font-size: 1.875rem;
  font-weight: 700;
}
.iconkachel li p {
  margin: 40px 0 0;
}

/* ==========================
       JOBS LISTE
    ========================== */
.jobs-list {
  --gap-x: 60px;
  --gap-y: 70px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-y) var(--gap-x);
  margin: 75px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .jobs-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 150px 0;
  }
}
.jobs-list__item {
  min-width: 0;
}

.job-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.job-card h3 {
  margin: 0 0 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 700;
}
.job-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.job-card h3 a:hover {
  opacity: 0.75;
}
.job-card p {
  margin: 0 0 28px;
  line-height: 1.65;
}
.job-card .btn.hellgrau-btn {
  margin-top: auto;
  align-self: flex-start;
}

.job-benefits {
  --icon-size: 2.75rem;
  --text-size: 1.5rem;
  --gap-x: 40px;
  --gap-y: 30px;
  --icon-color: var(--bs-primary);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap-y) var(--gap-x);
  margin: 35px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .job-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 70px 0 0 0;
  }
}
.job-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.job-benefits i {
  margin-bottom: 18px;
  font-size: var(--icon-size);
  color: var(--icon-color);
  line-height: 1;
}
.job-benefits span {
  display: block;
  color: var(--bs-primary);
  font-size: var(--text-size);
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
}
.benefits-box {
  padding: 28px 32px;
  color: #fff;
}

.benefits-box__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 48px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .benefits-box__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.benefits-box__list li {
  position: relative;
  padding-left: 22px;
}
.benefits-box__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  line-height: 1.1;
}

.logoslider-marquee {
  --logoslider-gap: 2.5rem;
  --logoslider-height: 90px;
  --logoslider-speed: 45s;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .logoslider-marquee {
    --logoslider-gap: 3.5rem;
    --logoslider-height: 105px;
  }
}
@media (min-width: 1200px) {
  .logoslider-marquee {
    --logoslider-gap: 4.5rem;
    --logoslider-height: 120px;
  }
}
.logoslider-marquee__viewport {
  width: 100%;
  overflow: hidden;
}
.logoslider-marquee__track {
  display: flex;
  align-items: center;
  gap: var(--logoslider-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: logoslider-marquee-scroll var(--logoslider-speed) linear infinite;
  will-change: transform;
}
.logoslider-marquee li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--logoslider-height);
}
.logoslider-marquee img {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: var(--logoslider-height);
  object-fit: contain;
}

@keyframes logoslider-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - var(--logoslider-gap) / 2), 0, 0);
  }
}
.downloadlist {
  --download-gap-x: 4rem;
  --download-gap-y: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--download-gap-y) var(--download-gap-x);
  margin: 0;
  padding: 0;
  list-style: none;
  /* ==========================
     BREAKPOINTS
  ========================== */
  /* ==========================
     LIST ITEM
  ========================== */
  /* ==========================
     LINK
  ========================== */
  /* ==========================
     FIGURE
  ========================== */
  /* ==========================
     IMAGE
  ========================== */
  /* Hover Shadow verstärken */
  /* ==========================
     CAPTION
  ========================== */
}
@media (min-width: 768px) {
  .downloadlist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .downloadlist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.downloadlist > li {
  display: flex;
  justify-content: center;
  min-width: 0;
  transition: transform 0.35s ease;
}
.downloadlist > li:hover {
  transform: scale(1.04);
}
.downloadlist a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.downloadlist figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.downloadlist img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  /* Mobil */
  box-shadow: 0 353px 99px 0 rgba(78, 135, 197, 0), 0 226px 90px 0 rgba(78, 135, 197, 0.01), 0 127px 76px 0 rgba(78, 135, 197, 0.05), 0 57px 57px 0 rgba(78, 135, 197, 0.09), 0 14px 31px 0 rgba(78, 135, 197, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* EXAKT Designgröße XXL */
}
@media (min-width: 768px) {
  .downloadlist img {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .downloadlist img {
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  .downloadlist img {
    max-width: 330px;
  }
}
@media (min-width: 1400px) {
  .downloadlist img {
    width: 357px;
    max-width: 357px;
    height: 514px;
    max-height: 514px;
  }
}
.downloadlist > li:hover img {
  box-shadow: 0 353px 99px 0 rgba(78, 135, 197, 0), 0 226px 90px 0 rgba(78, 135, 197, 0.03), 0 127px 76px 0 rgba(78, 135, 197, 0.08), 0 57px 57px 0 rgba(78, 135, 197, 0.14), 0 18px 40px 0 rgba(78, 135, 197, 0.18);
}
.downloadlist figcaption {
  margin-top: 2rem;
  padding: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bs-primary);
  transition: color 0.3s ease;
}
.downloadlist > li:hover figcaption {
  color: var(--bs-pink);
}

/*** FLYOUT ***/
.contact-flyout {
  --contact-tab-width: 35px;
  --contact-panel-width: 290px;
  --contact-pink: #e6007e;
  --contact-blue: #1f86ce;
  --contact-bg: #f1f1f1;
  position: fixed;
  bottom: 120px;
  top: auto;
  right: 0;
  z-index: 1050;
  display: flex;
  align-items: stretch;
  transform: translateX(calc(var(--contact-panel-width)));
  transition: transform 0.35s ease;
  will-change: transform;
}
.contact-flyout.is-open {
  transform: translateX(0);
}

.contact-flyout__tab {
  width: var(--contact-tab-width);
  min-height: 110px;
  padding: 0;
  border: 0;
  background: var(--contact-pink);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.contact-flyout__tab:hover {
  background: rgb(199.4, 0, 109.2365217391);
}

.contact-flyout__panel {
  width: var(--contact-panel-width);
  background: var(--contact-bg);
  padding: 0px 26px;
  display: flex;
  align-items: center;
}

.contact-flyout__list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-flyout__list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: start;
}
.contact-flyout__list i {
  color: var(--contact-blue);
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  margin-top: 3px;
}
.contact-flyout__list a {
  display: block;
  color: var(--contact-blue);
  font-size: 18px;
  line-height: 1.45;
  text-decoration: none;
}
.contact-flyout__list a:hover, .contact-flyout__list a:focus {
  text-decoration: underline;
}

/* ==========================================
   ab md wieder vertikal mittig
========================================== */
@media (min-width: 768px) {
  .contact-flyout {
    --contact-tab-width: 68px;
    --contact-panel-width: 330px;
    top: 50%;
    bottom: auto;
    transform: translate(calc(var(--contact-panel-width)), -50%);
  }
  .contact-flyout.is-open {
    transform: translate(0, -50%);
  }
  .contact-flyout__panel {
    padding: 12px 30px;
  }
}
.career-contact {
  position: relative;
  overflow: hidden;
}
.career-contact__container {
  position: relative;
}
.career-contact__image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 240px;
}
.career-contact__image img {
  display: block;
  width: 100%;
  height: auto;
}
.career-contact__bar {
  position: relative;
  z-index: 1;
  min-height: 120px;
  margin-left: 120px;
  padding: 42px 0 42px 42px;
  padding-left: 190px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 42px;
  align-items: start;
  color: var(--bs-white);
  background: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
}
.career-contact__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: var(--bs-primary);
}
.career-contact__person strong {
  display: block;
  margin-bottom: 4px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.career-contact__person span {
  display: block;
  margin-bottom: 24px;
}
.career-contact__person a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.career-contact__person a:hover {
  text-decoration: underline;
}
.career-contact__text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.career-contact__text p {
  max-width: 520px;
  margin: 0;
}
@media (min-width: 768px) {
  .career-contact {
    padding-top: 180px;
  }
  .career-contact__image {
    width: 250px;
  }
  .career-contact__bar {
    min-height: 165px;
    margin-left: 120px;
    padding: 42px 0 42px 42px;
    padding-left: 190px;
    grid-template-columns: 220px 1fr;
    gap: 42px;
  }
}
@media (min-width: 992px) {
  .career-contact {
    padding-top: 230px;
  }
  .career-contact__image {
    width: 300px;
  }
  .career-contact__bar {
    min-height: 180px;
    margin-left: 150px;
    padding: 44px 0 44px 52px;
    padding-left: 220px;
    grid-template-columns: 240px 1fr;
    gap: 54px;
  }
}
@media (min-width: 1200px) {
  .career-contact {
    padding-top: 290px;
  }
  .career-contact__image {
    width: 350px;
  }
  .career-contact__bar {
    min-height: 190px;
    margin-left: 185px;
    padding: 46px 0 46px 58px;
    padding-left: 250px;
    grid-template-columns: 250px 1fr;
    gap: 64px;
  }
}
@media (min-width: 1400px) {
  .career-contact {
    padding-top: 200px;
  }
  .career-contact__image {
    width: 396px;
  }
  .career-contact__bar {
    min-height: 198px;
    margin-left: 210px;
    padding: 48px 0 48px 64px;
    padding-left: 260px;
    grid-template-columns: 260px 1fr;
    gap: 70px;
  }
}
@media (max-width: 767.98px) {
  .career-contact {
    padding-top: 0;
  }
  .career-contact__image {
    position: relative;
    left: auto;
    bottom: auto;
    width: 220px;
    margin: 0 auto 0px;
  }
  .career-contact__bar {
    min-height: auto;
    margin-left: 0;
    padding: 70px 30px 40px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .career-contact__bar::after {
    display: none;
  }
}

.jobs-split {
  --jobs-blue: #2787c8;
  --jobs-grey: #f1f1f1;
  --jobs-white: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .jobs-split::before, .jobs-split::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    z-index: 0;
  }
  .jobs-split::before {
    left: 0;
    background: var(--jobs-grey);
  }
  .jobs-split::after {
    right: 0;
    background: var(--jobs-blue);
  }
}

.jobs-split__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .jobs-split__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.jobs-split__panel {
  position: relative;
  min-height: 570px;
  padding: 56px 0 64px;
}
@media (min-width: 768px) {
  .jobs-split__panel {
    padding: 56px 0 64px;
  }
}
.jobs-split__panel--jobs {
  background: var(--jobs-grey);
}
@media (min-width: 768px) {
  .jobs-split__panel--jobs {
    background: transparent;
    padding-right: 46px;
  }
}
.jobs-split__panel--azubi {
  background: var(--jobs-blue);
  color: var(--jobs-white);
}
@media (min-width: 768px) {
  .jobs-split__panel--azubi {
    background: transparent;
    padding-left: 46px;
  }
}

.jobs-split__inner {
  width: 100%;
}

.jobs-split__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 6px 24px;
  margin-bottom: 58px;
  border-radius: 999px;
  background: var(--jobs-white);
  color: var(--jobs-blue);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.jobs-split__headline {
  margin: 0 0 55px;
  color: var(--jobs-blue);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
.jobs-split__headline span {
  font-size: 0.38em;
  white-space: nowrap;
}
.jobs-split__panel--azubi .jobs-split__headline {
  color: var(--jobs-white);
}

.jobs-split__list {
  display: grid;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.jobs-split__list li {
  position: relative;
  padding-left: 82px;
}
.jobs-split__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--jobs-blue);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.jobs-split__list a {
  color: var(--jobs-blue);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.1;
}
.jobs-split__list a:hover, .jobs-split__list a:focus {
  text-decoration: underline;
}

.jobs-split__teaser {
  position: relative;
  padding-left: 82px;
  max-width: 470px;
}
.jobs-split__teaser::before {
  content: "→";
  position: absolute;
  left: 0;
  top: -3px;
  color: var(--jobs-white);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.jobs-split__teaser h3 {
  margin: 0 0 24px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--jobs-white);
}
.jobs-split__teaser h3 a {
  color: #fff;
}
.jobs-split__teaser h3 a:hover {
  text-decoration: underline;
}
.jobs-split__teaser p {
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.55;
}

.jobs-split__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  padding: 7px 54px 7px 15px;
  border-radius: 999px;
  background: var(--jobs-white);
  color: var(--jobs-blue);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}
.jobs-split__button::after {
  content: "→";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
}
.jobs-split__button:hover, .jobs-split__button:focus {
  color: var(--jobs-blue);
  text-decoration: none;
}

@media (min-width: 768px) {
  .jobs-split__panel {
    min-height: 570px;
  }
}
@media (max-width: 767.98px) {
  .jobs-split__container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .jobs-split__panel {
    min-height: auto;
    padding: 42px 24px 52px;
  }
  .jobs-split__badge {
    margin-bottom: 42px;
  }
  .jobs-split__headline {
    margin-bottom: 42px;
  }
  .jobs-split__list {
    gap: 20px;
  }
  .jobs-split__list li {
    padding-left: 42px;
  }
  .jobs-split__teaser {
    padding-left: 42px;
  }
}
.faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--bs-primary);
}
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.faq-accordion .accordion-button {
  position: relative;
  padding: 1rem 3.5rem 1rem 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: var(--bs-primary);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
}
.faq-accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-image: none;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
  content: "";
}
.faq-accordion .accordion-button::before {
  position: absolute;
  top: 50%;
  right: 0.78rem;
  z-index: 2;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 3px solid var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.25s ease;
  content: "";
}
.faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .accordion-button:not(.collapsed)::before {
  transform: translateY(-35%) rotate(225deg);
}
.faq-accordion .accordion-body {
  padding: 0 3.5rem 1.5rem 0;
}
.faq-accordion .accordion-body p {
  margin: 0;
  line-height: 1.55;
}

.mod-breadcrumbs__wrapper {
  margin: 35px 0 50px 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .mod-breadcrumbs__wrapper {
    margin: 35px 0 100px 0;
    font-size: 1.25rem;
  }
}
.mod-breadcrumbs__wrapper .px-3 {
  padding: 0 !important;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 0.5rem;
}

.mod-breadcrumbs__here:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 0.5rem;
}

/* =========================
   PAGES
   ========================= */
/* Startseite / Home SCSS */
.projects h2 {
  color: var(--bs-white);
}
.projects .square.white.col2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .projects .square.white.col2 {
    margin-top: 80px;
  }
}

.bg-primary.projects {
  padding-bottom: 120px;
}

.projektbeispiele {
  position: relative;
  padding: 60px 0;
  background-color: var(--bs-white);
  color: var(--bs-black);
  /* ==============================
     HEADLINE
  ============================== */
  /* ==============================
     NAVIGATION
  ============================== */
  /* ==============================
     TAB PANELS WRAPPER
  ============================== */
  /* ==============================
     CONTENT PANEL
  ============================== */
  /* ==============================
     IMAGE
  ============================== */
  /* ==============================
     TEXT
  ============================== */
  /* ==============================
     BUTTON
  ============================== */
  /* ==============================
     MOBILE
  ============================== */
  /* ==============================
     ANIMATION
  ============================== */
}
.projektbeispiele h2 {
  color: var(--bs-primary) !important;
}
@media (min-width: 768px) {
  .projektbeispiele {
    border: 3px solid var(--bs-primary);
    padding: 50px 70px 70px 110px;
    top: -120px;
  }
}
.projektbeispiele .container {
  position: relative;
}
.projektbeispiele h2 {
  margin: 0 0 28px;
  font-weight: 700;
  line-height: 1.1;
}
.projektbeispiele__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .projektbeispiele__nav {
    margin-bottom: 48px;
  }
}
.projektbeispiele__tab {
  appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ececec;
  color: #2f84c6;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.projektbeispiele__tab:hover {
  transform: translateY(-1px);
}
.projektbeispiele__tab.is-active {
  background: #2f84c6;
  color: #fff;
}
@media (min-width: 768px) {
  .projektbeispiele__tab {
    min-height: 46px;
    padding: 10px 15px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .projektbeispiele__tab {
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  .projektbeispiele__tab {
    padding: 10px 30px;
  }
}
@media (min-width: 1400px) {
  .projektbeispiele__tab {
    padding: 10px 52px;
  }
}
.projektbeispiele__panels {
  position: relative;
}
.projektbeispiele__content {
  display: none;
  gap: 32px;
  align-items: start;
  animation: fadeIn 0.35s ease;
}
.projektbeispiele__content.is-active {
  display: grid;
}
@media (min-width: 768px) {
  .projektbeispiele__content {
    grid-template-columns: minmax(320px, 46%) 1fr;
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .projektbeispiele__content {
    grid-template-columns: minmax(420px, 48%) 1fr;
    gap: 56px;
  }
}
.projektbeispiele__image {
  overflow: hidden;
}
.projektbeispiele__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.projektbeispiele__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.projektbeispiele__text p {
  margin: 0 0 28px;
}
.projektbeispiele__text p:last-of-type {
  margin-bottom: 0;
}
.projektbeispiele__text .square {
  margin: 2rem 0;
  width: 100%;
}
.projektbeispiele__text .square li {
  color: #000;
  font-weight: 400;
}
.projektbeispiele__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #ececec;
  color: #2f84c6;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.projektbeispiele__button:hover {
  transform: translateY(-2px);
  color: #2f84c6;
}
@media (max-width: 767.98px) {
  .projektbeispiele__button {
    width: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.köpfchen h2 {
  margin: 75px 0 40px 0;
}
@media (min-width: 768px) {
  .köpfchen h2 {
    margin: 150px 0 80px 0;
  }
}

.accordion h2 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .accordion h2 {
    margin-bottom: 120px;
  }
}
.accordion h3.hl {
  color: var(--bs-primary);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .accordion h3.hl {
    margin-bottom: 80px;
  }
}

.innovation {
  background-image: url("../images/backgrounds/bg-inno-mobil.jpg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  color: var(--bs-white);
  padding: 60px 0 27px 0;
}
@media (min-width: 768px) {
  .innovation {
    background-image: url("../images/backgrounds/bg-inno.jpg");
    padding: 120px 0 53px 0;
  }
}
.innovation h2 {
  color: var(--bs-white);
}

.zertifiziert {
  padding: 72px 12px 0 12px;
  background-image: url("../images/backgrounds/bg-kachel.png");
  background-position: 0px 55px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
@media (min-width: 768px) {
  .zertifiziert {
    background-position: top center;
    background-size: 333px 333px;
    padding: 72px 0 0 0;
  }
}

.karriere .statement {
  margin: 80px 0 120px 0;
}

.statement {
  width: 100%;
}
.statement__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.statement__quote {
  margin: 0;
  color: #2b82c9;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.18;
}
.statement__author {
  margin-top: 2rem;
  align-self: flex-end;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 1.3;
  color: #111;
  background-color: transparent;
  padding: 0;
}
.statement__author strong {
  font-weight: 400;
}
.statement__author span {
  white-space: wrap;
}
@media (min-width: 768px) {
  .statement {
    white-space: nowrap;
  }
  .statement__quote {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .statement__quote {
    font-size: 3.25rem;
  }
}
@media (min-width: 1200px) {
  .statement__quote {
    font-size: 3.75rem;
  }
  .statement__author {
    margin-top: -1rem;
  }
}
.benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
.benefits__item {
  min-width: 0;
}
.benefits__title {
  margin: 0 0 1.5rem;
  color: var(--bs-primary);
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.25rem;
}
.benefits__text {
  margin: 0;
  color: #111;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3rem;
    row-gap: 2.5rem;
    margin: 80px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 4rem;
  }
}

.downl {
  background-image: url("../images/backgrounds/bg-downloads.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}
@media (min-width: 768px) {
  .downl {
    padding: 80px;
  }
}

.downloads-section {
  width: 100%;
  position: relative;
}

.downloads {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  /* Letzte Kachel verlinkt auf eine Übersicht -> Pfeil zeigt nach rechts */
}
.downloads__headline {
  margin: 0;
  color: #2581c4;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.downloads__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.downloads__item {
  min-width: 0;
}
.downloads__link {
  width: 100%;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 1.5rem 1.5rem;
  border: 2px solid #2581c4;
  background: transparent;
  text-align: center;
  text-decoration: none;
  color: #2581c4;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.downloads__link:hover, .downloads__link:focus-visible {
  background: #2581c4;
  color: #fff;
}
.downloads__link:hover .downloads__arrow path, .downloads__link:focus-visible .downloads__arrow path {
  fill: #fff;
}
.downloads__link--filled {
  background: #2581c4;
  color: #fff;
}
.downloads__link--filled .downloads__arrow path {
  fill: #fff;
}
.downloads__title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}
.downloads__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.downloads__arrow svg {
  display: block;
  width: 12px;
  height: 47px;
}
.downloads__arrow path {
  fill: #2581c4;
  transition: fill 0.25s ease;
}
.downloads__item:last-child .downloads__arrow svg {
  transform: rotate(-90deg);
}
.downloads__cta {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .downloads {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 3rem;
  }
  .downloads__headline {
    font-size: 3rem;
  }
  .downloads__list {
    grid-template-columns: repeat(2, minmax(0, 215px));
    justify-content: start;
    gap: 1.5rem;
  }
  .downloads__link {
    width: 100%;
    aspect-ratio: 1;
    min-height: 0;
  }
  .downloads__cta {
    grid-column: 2;
    justify-self: start;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .downloads {
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .downloads__headline {
    font-size: 3.5rem;
  }
  .downloads__list {
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .downloads__list {
    grid-template-columns: repeat(4, minmax(0, 215px));
  }
}

/* =========================
   PARTNER UND BETEILIGUNGEN
   ========================= */
.partner-cards h3.hl {
  margin-bottom: 0.25rem;
}
.partner-cards__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  margin: 0 0 20px;
}
.partner-cards__logo img {
  max-height: 100%;
  width: auto;
}
.partner-cards__subline {
  margin: 0 0 20px;
  color: var(--bs-primary);
  font-weight: 400;
}
.partner-cards__subline:empty {
  display: none;
}
.partner-cards .square {
  margin: 0 0 28px;
  color: #000;
  font-weight: 400;
}
.partner-cards .square li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.partner-cards__cta {
  margin: 0;
}

.leistungen .square.first {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .leistungen .square.first {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.leistungen .square.last {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .leistungen .square.last {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.service-section {
  background-image: url("../images/backgrounds/bg-downloads.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px 0;
  color: var(--bs-primary);
}
@media (min-width: 768px) {
  .service-section {
    padding: 100px 0;
  }
}
.service-section .nav.leistungen.hg .nav-item a, .service-section .btn-weis {
  background: var(--bs-white);
}
.service-section .nav.leistungen.hg .nav-item a:hover, .service-section .btn-weis:hover {
  background: var(--bs-primary);
}
.service-section h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .service-section h2 {
    text-align: left;
  }
}

.process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 60px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .process {
    margin: 120px 0;
  }
}
.process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  text-align: center;
  color: #2581c4;
}
.process__icon {
  display: block;
  font-size: 3.125rem;
  line-height: 1;
}
.process__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .process {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .process {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem;
  }
  .process__icon {
    font-size: 3rem;
  }
}

.leistungen.bg-primary,
.leistungen.bg-gradient {
  padding: 0px 0;
}
@media (min-width: 768px) {
  .leistungen.bg-primary,
  .leistungen.bg-gradient {
    padding: 150px 0;
  }
}
.leistungen.bg-primary .container,
.leistungen.bg-gradient .container {
  padding-right: 0;
  padding-left: 0;
}
.leistungen.bg-primary .bg-white,
.leistungen.bg-gradient .bg-white {
  padding: 1rem 12px 50px 12px !important;
  color: var(--bs-black);
}
@media (min-width: 768px) {
  .leistungen.bg-primary .bg-white,
  .leistungen.bg-gradient .bg-white {
    padding: 55px 120px !important;
  }
}
.leistungen.bg-primary .bg-white h2,
.leistungen.bg-gradient .bg-white h2 {
  color: var(--bs-primary) !important;
  margin-top: 34px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .leistungen.bg-primary .bg-white h2,
  .leistungen.bg-gradient .bg-white h2 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.leistungen.bg-primary .bg-white .square,
.leistungen.bg-gradient .bg-white .square {
  color: #000;
  font-weight: 400;
}
.leistungen.bg-primary .bg-white .square li:not(:last-child),
.leistungen.bg-gradient .bg-white .square li:not(:last-child) {
  margin-bottom: 1rem;
}
.leistungen.bg-primary .gewerbekaelte h2,
.leistungen.bg-gradient .gewerbekaelte h2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .leistungen.bg-primary .gewerbekaelte h2,
  .leistungen.bg-gradient .gewerbekaelte h2 {
    margin-bottom: 50px;
  }
}
.leistungen.bg-primary .gewerbekaelte .square li:not(:last-child),
.leistungen.bg-gradient .gewerbekaelte .square li:not(:last-child) {
  margin-bottom: 0;
}

.item-content.gesamtkonzepte .container {
  padding: 75px 12px 50px 12px;
}
@media (min-width: 768px) {
  .item-content.gesamtkonzepte .container {
    padding: 0px 0px;
  }
}
.item-content.gesamtkonzepte [data-wf-columns].flex-gap-lg {
  gap: 0rem !important;
}
@media (min-width: 768px) {
  .item-content.gesamtkonzepte [data-wf-columns].flex-gap-lg {
    gap: 0rem 2rem !important;
  }
}
.item-content.gesamtkonzepte .square {
  margin-top: 45px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .item-content.gesamtkonzepte .square {
    margin-top: 90px;
    margin-bottom: 0px;
  }
}
.item-content.gesamtkonzepte h3 {
  margin-top: 75px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .item-content.gesamtkonzepte h3 {
    margin-top: 150px;
  }
}

.referenzen .row.flex-gap-lg:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .referenzen .row.flex-gap-lg:not(:first-child) {
    margin-top: 100px;
  }
}
.referenzen h2 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}
@media (min-width: 768px) {
  .referenzen h2 {
    padding-bottom: 0px;
    margin: 0;
    text-align: left;
  }
}
.referenzen .col-md h2 {
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .referenzen .col-md h2 {
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 100px;
  }
}
.referenzen h3 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .referenzen h3 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.referenzen .square {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
}
.referenzen .square li {
  margin-bottom: 20px;
  line-height: 1.1;
}

main.jobs .square {
  font-weight: 400;
  color: #000;
}
main.karriere .square {
  font-weight: 400;
}
.nachgefragtcont {
  background-image: url("../images/backgrounds/bg-nachgefragt.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--bs-primary);
  margin: 0;
  padding: 75px 0;
}
@media (min-width: 768px) {
  .nachgefragtcont {
    padding: 150px 0;
  }
}
.nachgefragtcont svg {
  width: 100%;
  height: auto;
}

.nachgefragt {
  --nachgefragt-container: 100%;
  --nachgefragt-gap: 0rem;
  --nachgefragt-arrow-size: 28px;
  --nachgefragt-arrow-space: 1rem;
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 4rem 1rem;
}
@media (min-width: 768px) {
  .nachgefragt {
    --nachgefragt-container: 720px;
    --nachgefragt-gap: 2rem;
    --nachgefragt-arrow-size: 56px;
    --nachgefragt-arrow-space: 2rem;
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .nachgefragt {
    --nachgefragt-container: 960px;
  }
}
@media (min-width: 1200px) {
  .nachgefragt {
    --nachgefragt-container: 1140px;
    padding: 5rem 0;
  }
}
@media (min-width: 1400px) {
  .nachgefragt {
    --nachgefragt-container: 1320px;
  }
}
.nachgefragt__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: var(--nachgefragt-container);
  margin-inline: auto;
}
.nachgefragt__track {
  display: flex;
  gap: var(--nachgefragt-gap);
  transition: transform 0.5s ease;
  will-change: transform;
}
.nachgefragt__item {
  flex: 0 0 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .nachgefragt__item {
    flex: 0 0 calc((100% - var(--nachgefragt-gap)) / 2);
    min-width: calc((100% - var(--nachgefragt-gap)) / 2);
  }
}
.nachgefragt__item strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--bs-primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.nachgefragt__item p {
  margin: 0;
  color: var(--bs-primary);
  font-size: 1.25rem;
  line-height: 1.8;
}
.nachgefragt__item p + p {
  margin-top: 1rem;
}
.nachgefragt__arrow {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: var(--nachgefragt-arrow-size);
  height: var(--nachgefragt-arrow-size);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.nachgefragt__arrow:hover {
  transform: translateY(-50%) scale(1.08);
}
.nachgefragt__arrow i {
  font-size: 0.7rem;
  color: var(--bs-primary);
}
@media (min-width: 768px) {
  .nachgefragt__arrow i {
    font-size: 1.35rem;
  }
}
.nachgefragt__arrow--prev {
  left: 0.5rem;
}
@media (min-width: 768px) {
  .nachgefragt__arrow--prev {
    left: calc(50% - var(--nachgefragt-container) / 2 - var(--nachgefragt-arrow-size) - var(--nachgefragt-arrow-space));
  }
}
.nachgefragt__arrow--next {
  right: 0.5rem;
}
@media (min-width: 768px) {
  .nachgefragt__arrow--next {
    right: calc(50% - var(--nachgefragt-container) / 2 - var(--nachgefragt-arrow-size) - var(--nachgefragt-arrow-space));
  }
}

main.jobs .row.flex-gap-lg .col-md p img {
  margin-top: 1.5rem !important;
}

/* =========================
   UTILITIES / CUSTOM
   ========================= */
.slogan h2 {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .slogan h2 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

img.shadow {
  box-shadow: 0 353px 99px 0 rgba(78, 135, 197, 0), 0 226px 90px 0 rgba(78, 135, 197, 0.01), 0 127px 76px 0 rgba(78, 135, 197, 0.05), 0 57px 57px 0 rgba(78, 135, 197, 0.09), 0 14px 31px 0 rgba(78, 135, 197, 0.1);
}

p:last-child {
  margin-bottom: 0;
}

.management-contact {
  position: relative;
  overflow: hidden;
}
.management-contact__container {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
}
.management-contact__bar {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 198px;
  margin-left: 280px;
  margin-right: 210px;
  padding: 56px 70px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 76px;
  align-items: start;
  color: var(--bs-white);
  background: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
}
.management-contact__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: var(--bs-primary);
}
.management-contact__image {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.management-contact__image img {
  display: block;
  width: auto;
  height: 260px;
}
.management-contact__image--left {
  left: 0;
}
.management-contact__image--right {
  right: 0;
}
.management-contact__person {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.management-contact__person strong {
  display: block;
  margin-bottom: 4px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.management-contact__person span {
  display: block;
  line-height: 1.45;
}
.management-contact__person a {
  display: block;
  margin-top: 24px;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.management-contact__person a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .management-contact__container {
    min-height: 270px;
  }
  .management-contact__bar {
    min-height: 165px;
    margin-left: 210px;
    margin-right: 170px;
    padding: 42px 46px;
    gap: 38px;
  }
  .management-contact__image img {
    height: 270px;
  }
}
@media (min-width: 992px) {
  .management-contact__container {
    min-height: 300px;
  }
  .management-contact__bar {
    min-height: 180px;
    margin-left: 240px;
    margin-right: 190px;
    padding: 48px 56px;
    gap: 54px;
  }
  .management-contact__image img {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .management-contact__container {
    min-height: 440px;
  }
  .management-contact__bar {
    min-height: 198px;
    margin-left: 130px;
    margin-right: 210px;
    padding: 56px 96px 56px 156px;
    gap: 76px;
  }
  .management-contact__image img {
    height: 360px;
  }
}
@media (min-width: 1400px) {
  .management-contact__bar {
    margin-left: 128px;
    margin-right: 235px;
    padding-left: 191px;
    padding-right: 78px;
  }
  .management-contact__image img {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .management-contact {
    padding-top: 0;
  }
  .management-contact__container {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }
  .management-contact__image {
    position: relative;
    bottom: auto;
    z-index: 3;
    align-self: end;
  }
  .management-contact__image img {
    width: 184px;
    height: auto;
    max-height: 155px;
    object-fit: contain;
    object-position: bottom center;
  }
  .management-contact__image--left {
    top: auto;
    left: auto;
    grid-column: 1;
    grid-row: 1;
  }
  .management-contact__image--right {
    display: block;
    right: auto;
    grid-column: 2;
    grid-row: 1;
  }
  .management-contact__bar {
    grid-column: 1/-1;
    grid-row: 2;
    width: auto;
    min-height: auto;
    margin: 0;
    padding: 36px 30px 42px;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .management-contact__bar::after {
    display: none;
  }
}

.management-contact2 {
  position: relative;
  overflow: hidden;
}
.management-contact2 .management-contact__container {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
}
.management-contact2 .management-contact__image {
  position: relative;
  z-index: 3;
  align-self: end;
}
.management-contact2 .management-contact__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 155px;
  object-fit: contain;
  object-position: bottom center;
}
.management-contact2 .management-contact__image--left {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}
.management-contact2 .management-contact__image--right {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}
.management-contact2 .management-contact__bar {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 2;
  width: 100%;
  min-height: auto;
  margin: 0;
  padding: 36px 30px 42px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "person1" "person2" "text";
  gap: 34px;
  color: var(--bs-white);
  background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
}
.management-contact2 .management-contact__bar::after {
  display: none;
}
.management-contact2 .management-contact__person {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.management-contact2 .management-contact__person:nth-child(1) {
  grid-area: person1;
}
.management-contact2 .management-contact__person:nth-child(2) {
  grid-area: person2;
}
.management-contact2 .management-contact__person strong {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.management-contact2 .management-contact__person span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.35;
}
.management-contact2 .management-contact__person a {
  display: block;
  margin-top: 28px;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.management-contact2 .management-contact__person a:hover {
  text-decoration: underline;
}
.management-contact2 .management-contact__text {
  grid-area: text;
  position: relative;
  z-index: 2;
}
.management-contact2 .management-contact__text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
}
.management-contact2 .management-contact__text p {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 576px) {
  .management-contact2 .management-contact__image img {
    max-height: 180px;
  }
  .management-contact2 .management-contact__bar {
    padding: 42px 36px 48px;
  }
}
@media (min-width: 768px) {
  .management-contact2 .management-contact__container {
    min-height: 300px;
    display: flex;
    align-items: flex-end;
  }
  .management-contact2 .management-contact__image {
    position: absolute;
    bottom: 0;
  }
  .management-contact2 .management-contact__image img {
    width: auto;
    height: 270px;
    max-height: none;
  }
  .management-contact2 .management-contact__image--left {
    left: 0;
  }
  .management-contact2 .management-contact__image--right {
    right: 0;
  }
  .management-contact2 .management-contact__bar {
    width: 100%;
    min-height: 220px;
    margin-left: 210px;
    margin-right: 170px;
    padding: 42px 46px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "person1 person2" "text text";
    gap: 28px 38px;
    background: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
  }
  .management-contact2 .management-contact__bar::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: var(--bs-primary);
  }
  .management-contact2 .management-contact__person strong {
    font-size: 1.75rem;
  }
  .management-contact2 .management-contact__person span,
  .management-contact2 .management-contact__person a {
    font-size: 1rem;
  }
  .management-contact2 .management-contact__person a {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .management-contact2 .management-contact__container {
    min-height: 330px;
  }
  .management-contact2 .management-contact__bar {
    margin-left: 240px;
    margin-right: 190px;
    padding: 48px 56px;
    gap: 32px 54px;
  }
  .management-contact2 .management-contact__image img {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .management-contact2 .management-contact__container {
    min-height: 440px;
  }
  .management-contact2 .management-contact__bar {
    min-height: 240px;
    margin-left: 130px;
    margin-right: 210px;
    padding: 20px 96px 20px 156px;
    gap: 16px 76px;
  }
  .management-contact2 .management-contact__person strong {
    font-size: 2rem;
  }
  .management-contact2 .management-contact__image img {
    height: 360px;
  }
}
@media (min-width: 1400px) {
  .management-contact2 .management-contact__bar {
    margin-left: 128px;
    margin-right: 235px;
    padding-left: 191px;
    padding-right: 78px;
  }
  .management-contact2 .management-contact__image img {
    height: 360px;
  }
}

.rtexte {
  margin-bottom: 120px;
}

.chronik {
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .chronik {
    padding: 3rem 0;
    margin-bottom: 150px;
  }
}
.chronik__inner {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
.chronik__word {
  display: block;
  width: min(82vw, 930px);
  height: auto;
  overflow: visible;
}
.chronik__word text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 300px;
  font-weight: 700;
  line-height: 1;
  fill: none;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
}
.chronik__dot {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 3px solid var(--bs-secondary);
  position: relative;
  bottom: 0.25rem;
}
@media (min-width: 768px) {
  .chronik__inner {
    gap: 2.5rem;
  }
  .chronik__dot {
    width: 44px;
    height: 44px;
    bottom: 0.35rem;
  }
}
@media (min-width: 1200px) {
  .chronik__inner {
    gap: 3rem;
  }
  .chronik__dot {
    width: 48px;
    height: 48px;
    bottom: 0.45rem;
  }
}

.com-content-category-blog__item,
.com-content-category-blog__item > div,
.blog-item,
.blog-item > div,
.chronik-slider-bleed {
  overflow: visible;
}

.chronik-slider-bleed {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-top: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 1200px) {
  .chronik-slider-bleed {
    margin-top: 200px;
  }
}

.chronik-slider {
  --chronik-slider-primary: var(--bs-primary);
  --chronik-slider-secondary: var(--bs-secondary);
  --chronik-slider-item-width: 100vw;
  --chronik-slider-line-top: 190px;
  --chronik-slider-marker-height: 108px;
  --chronik-slider-popup-width: min(354px, 92vw);
  --chronik-slider-popup-height: 200px;
  --chronik-slider-popup-top: 190px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  padding: 44px 0 36px;
  color: var(--chronik-slider-primary);
}
.chronik-slider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--chronik-slider-line-top);
  height: 4px;
  background: var(--chronik-slider-secondary);
  z-index: 1;
}
@media (min-width: 576px) {
  .chronik-slider {
    --chronik-slider-item-width: 50vw;
  }
}
@media (min-width: 768px) {
  .chronik-slider {
    --chronik-slider-item-width: 33.333333vw;
    --chronik-slider-line-top: 214px;
    --chronik-slider-marker-height: 122px;
    --chronik-slider-popup-width: 354px;
    --chronik-slider-popup-height: 260px;
    --chronik-slider-popup-top: 216px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .chronik-slider {
    --chronik-slider-item-width: 25vw;
  }
}
@media (min-width: 1200px) {
  .chronik-slider {
    --chronik-slider-item-width: 20vw;
  }
}
@media (min-width: 1400px) {
  .chronik-slider {
    --chronik-slider-item-width: 20vw;
  }
}

.chronik-slider__viewport {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.chronik-slider__track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms ease;
  will-change: transform;
}

.chronik-slider__item {
  position: relative;
  flex: 0 0 var(--chronik-slider-item-width);
  width: var(--chronik-slider-item-width);
  min-height: 325px;
  text-align: center;
}
@media (min-width: 768px) {
  .chronik-slider__item {
    min-height: 545px;
  }
}

.chronik-slider__year {
  margin: 0 0 30px;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  color: var(--chronik-slider-primary);
}
@media (min-width: 768px) {
  .chronik-slider__year {
    margin-bottom: 34px;
    font-size: 60px;
  }
}

.chronik-slider__marker {
  position: relative;
  z-index: 2;
  width: 8px;
  height: var(--chronik-slider-marker-height);
  margin: 0 auto 28px;
  background: var(--chronik-slider-secondary);
}
@media (min-width: 768px) {
  .chronik-slider__marker {
    margin-bottom: 31px;
  }
}

.chronik-slider__content {
  position: relative;
  z-index: 3;
  padding: 0 22px;
}

.chronik-slider__headline {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--chronik-slider-primary);
}

.chronik-slider__camera {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--chronik-slider-primary);
  font-size: 28px;
  line-height: 1;
  padding: 20px 10px 0;
  cursor: pointer;
}
.chronik-slider__camera:hover, .chronik-slider__camera:focus-visible {
  color: var(--chronik-slider-secondary);
}

.chronik-slider__popup {
  position: absolute;
  left: 50%;
  top: var(--chronik-slider-popup-top);
  z-index: 10;
  width: var(--chronik-slider-popup-width);
  height: var(--chronik-slider-popup-height);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
}
.chronik-slider__popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.chronik-slider__popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 8;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.chronik-slider__popup-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chronik-slider__popup-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 320ms ease;
  will-change: transform;
}

.chronik-slider__popup-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
.chronik-slider__popup-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chronik-slider__popup-nav {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 9;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.chronik-slider__popup-prev,
.chronik-slider__popup-next,
.chronik-slider__prev,
.chronik-slider__next {
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: rgba(235, 235, 235, 0.95);
  color: var(--chronik-slider-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.chronik-slider__popup-prev:hover, .chronik-slider__popup-prev:focus-visible,
.chronik-slider__popup-next:hover,
.chronik-slider__popup-next:focus-visible,
.chronik-slider__prev:hover,
.chronik-slider__prev:focus-visible,
.chronik-slider__next:hover,
.chronik-slider__next:focus-visible {
  color: var(--chronik-slider-secondary);
}
.chronik-slider__popup-prev:disabled,
.chronik-slider__popup-next:disabled,
.chronik-slider__prev:disabled,
.chronik-slider__next:disabled {
  opacity: 0.35;
  cursor: default;
}

.chronik-slider__popup-prev,
.chronik-slider__popup-next {
  width: 34px;
  height: 34px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.chronik-slider__nav {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 18px;
}

.chronik-slider__prev,
.chronik-slider__next {
  width: 48px;
  height: 48px;
  font-size: 24px;
}

/*# sourceMappingURL=template.min.css.map */
