.zeropadrow {
  margin: 0;
}
.zeropadrow > div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ribbon {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto 20px 0;
}
.ribbon:after,
.ribbon:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -.5em;
  width: 1em;
  height: 100%;
  background-color: #d09c00;
  pointer-events: none;
}
.ribbon:after {
  right: -.57em;
  z-index: -1;
}
.ribbon:before {
  bottom: auto;
  top: -.5em;
  left: -.57em;
  z-index: -1;
}
.ribbon .text {
  display: inline-block;
  position: relative;
  padding: .15em .75em;
  text-decoration: none;
  color: #112435;
  font-weight: 700;
  background-color: #ffc004;
}
.ribbon .text:after,
.ribbon .text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -.5em;
  left: -.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbon .text:before {
  bottom: auto;
  top: -.5em;
  border-bottom: 0.5em solid #ffda6a;
  border-left: .5em solid transparent;
}
.ribbon .text:after {
  left: auto;
  right: -.05em;
  border-top: 0.5em solid #ffda6a;
  border-right: .5em solid transparent;
}
@font-face {
  font-family: 'HankenGrotesk';
  src: url('../Fonts/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
}
html {
  font-size: 18px;
  --fonts: 'HankenGrotesk', Arial, sans-serif;
}
body {
  font-family: var(--fonts);
  font-weight: 200;
  color: #212a55;
}
input {
  font-family: var(--fonts);
}
.specialfont {
  font-family: var(--fonts);
  font-style: normal;
  font-weight: 700;
}
.fz-base {
  font-size: 1rem !important;
  line-height: 1.5em !important;
}
.small-font-size {
  display: block;
  font-size: 0.6666rem !important;
  margin-bottom: .25rem !important;
}
.big-font-size {
  display: block;
  font-size: 1.25rem !important;
  line-height: 0.9 !important;
  margin-bottom: .5rem !important;
}
.bigger-font-size {
  display: block;
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}
.large-font-size {
  display: block;
  font-size: 2rem !important;
  line-height: 1.2 !important;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 576px) {
  .large-font-size {
    font-size: 1.5rem !important;
  }
}
.huge-font-size {
  font-size: 4.3rem !important;
  line-height: 0.9 !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 576px) {
  .huge-font-size {
    font-size: 2.25rem !important;
  }
}
.blue-marker {
  background-color: #e2e7f0;
}
.magentabox {
  background-color: #ff00ff;
  padding: 1rem;
  color: white;
  border-radius: 1rem;
}
.hide-in-akkordeon {
  display: inline-block;
}
.display-in-akkordeon {
  display: none;
}
ul:has(.display-in-akkordeon) {
  display: none;
}
.no-break {
  white-space: nowrap;
}
/* Resets */
.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: visible;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
:root {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    font-size: 24px;
  }
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
html {
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 0;
  margin: 0;
  font-size: .9rem;
  background-color: #ffffff;
  color: #212a55;
  line-height: 1.5;
  min-height: 100svh;
}
body {
  display: flex;
  flex-direction: column;
}
/* body.bgcolor_darkblue { 
  // background-image: url('../../Images/bg_blue.jpg');
  background-color: @dunkelblau;
  background-image: url('../../Images/bg/dunkelblau.webp');
}

body.bgcolor_blue {
  background-color: @blau;
  background-image: url('../../Images/bg/hellblau.webp');
}


body.bgcolor_purple {
  background-color: #661067;
  background-image: url('../../Images/bg/purple.webp');

}

body.bgcolor_orange {
  background-color: #e54c27;
  background-image: url('../../Images/bg/orange.webp');
}

body.bgcolor_berry {
  background-color: #9e005d;
  background-image: url('../../Images/bg/beere.webp');
}

body.bgcolor_rot {
  background-color: #9e005d;
  background-image: url('../../Images/bg/beere.webp');
}

body.bgcolor_yellow {
  background-color: #9e005d;
  background-image: url('../../Images/bg/senf.webp');
}

body.solidbg_1 {
  background-image: none;
} */
/* body.seite_22  {
  background: #112040;
}
 */
html.pre-noscroll,
html.pre-noscroll body {
  overflow: hidden;
  /* height: 100%; */
}
.container-full {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(1.5rem / 2);
  padding-right: calc(1.5rem / 2);
  width: auto;
}
@media screen and (min-width: 540px) {
  .container-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.container-big {
  width: 100%;
}
.container-padding {
  padding-left: 90px;
  padding-right: 90px;
}
.frame-small {
  max-width: 900px;
  margin-inline: auto;
}
.frame-medium {
  max-width: 1090px;
  margin-inline: auto;
}
.frame-default {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.frame-large {
  max-width: 1380px;
  margin-inline: auto;
}
.frame-layout-10 {
  background-color: #212a55;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: 0 0 0 100vmax #212a55;
  clip-path: inset(0 -100vmax);
}
.frame-wide {
  max-width: 1500px;
  margin-inline: auto;
}
.frame-fullpadded {
  max-width: none;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .frame-fullpadded {
    padding-inline: 5%;
  }
}
.frame-fullwidth {
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-inline: 0 !important;
}
.smallgrey-outer,
.grey-outer {
  background-color: #444444;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
}
.smallgrey-outer a,
.grey-outer a,
.smallgrey-outer a:hover,
.grey-outer a:hover,
.smallgrey-outer a:visited,
.grey-outer a:visited {
  color: white;
}
.smallgrey-outer h1,
.grey-outer h1,
.smallgrey-outer h2,
.grey-outer h2,
.smallgrey-outer h3,
.grey-outer h3,
.smallgrey-outer h4,
.grey-outer h4 {
  color: white;
  margin-bottom: 1em;
}
.frame-smallgrey,
.frame-small {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #e61f47;
  text-decoration: underline;
  /* font-weight: 700; */
  -webkit-transform: all 250ms ease-in-out;
  -moz-transform: all 250ms ease-in-out;
  -o-transform: all 250ms ease-in-out;
  transform: all 250ms ease-in-out;
}
a:hover {
  color: #e61f47;
}
a.external {
  white-space: nowrap;
}
a.external svg {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  vertical-align: middle;
  display: inline-block;
}
a.external svg * {
  fill: currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p.nomargin {
  margin: 0;
}
.gotback {
  background: #ffffff;
  cursor: pointer;
  border: none;
  display: block;
  width: 100px;
  color: #fff;
  font-size: 1rem;
  font-size: 700;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.gotback svg {
  width: auto;
  height: 1rem;
}
.gotback svg * {
  fill: #e61f47;
}
/* Headline */
.title-xl {
  font-size: 2rem;
  font-weight: 700;
}
.width100 {
  width: 100%;
  height: auto;
}
.btn {
  text-decoration: none;
  color: #ffffff;
  background-color: #e61f47;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.btn:hover {
  color: white;
  text-decoration: none;
  background-color: #1a1a1a;
}
.btn-primary:hover {
  background-color: #e61f47;
  color: white;
}
b,
strong {
  font-weight: 900;
}
.btn-secondary {
  text-decoration: none;
  color: #ffffff;
  background-color: #e61f47;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background-color: #888888;
  color: #212a55;
}
.btn-secondary:hover {
  color: white;
  text-decoration: none;
  background-color: #1a1a1a;
}
img {
  height: auto;
  width: 100%;
}
.image-embed-svg {
  display: block;
}
figure.image svg,
.ce-column svg,
.ce-gallery svg {
  width: 100%;
  height: auto;
  display: block;
}
figure.image svg path,
.ce-column svg path,
.ce-gallery svg path,
figure.image svg polygon,
.ce-column svg polygon,
.ce-gallery svg polygon,
figure.image svg rect,
.ce-column svg rect,
.ce-gallery svg rect,
figure.image svg circle,
.ce-column svg circle,
.ce-gallery svg circle,
figure.image svg ellipse,
.ce-column svg ellipse,
.ce-gallery svg ellipse {
  fill: #f9b000 !important;
}
.ce-image .ce-outer:has(svg),
.ce-image .ce-inner:has(svg) {
  float: none;
  position: static;
  right: auto;
  width: 100%;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 1.5rem;
}
.span-color1 {
  color: #ec6608;
}
.short {
  letter-spacing: -10%;
}
.text-center {
  text-align: center;
}
.maincontent {
  flex: 1 0 auto;
  overflow: hidden;
}
.maincontent .frame {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.maincontent .frame:not(.frame-fullwidth):not(.frame-fullpadded) {
  margin-inline: auto;
}
.maincontent ul {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
}
.maincontent ul li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1.5em;
  position: relative;
}
.maincontent ul li:before {
  content: "";
  display: block;
  height: 0.5em;
  width: 0.5em;
  background: #e61f47;
  border-radius: 0%;
  position: absolute;
  top: 0.45em;
  left: 0;
}
@media all and (max-width: 767px) {
  .maincontent ul li:before {
    top: 0.5em;
  }
}
.maincontent ul li > ul {
  margin-top: 1em;
}
.maincontent ul li > ul li:before {
  background: #aaa;
}
.hs-form-control {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #fcaa20;
  background-color: #022c58;
  color: white;
  padding: 0.25em 1em;
  font-size: 24px;
  outline: none;
}
.frame-type-text.frame-layout-2 {
  font-size: 2rem;
  color: #e61f47;
}
.frame-type-text.frame-layout-2 h1,
.frame-type-text.frame-layout-2 h2,
.frame-type-text.frame-layout-2 h3,
.frame-type-text.frame-layout-2 h4 {
  color: #e61f47;
  font-size: 2.4rem;
}
.frame-type-text.frame-layout-2 .btn {
  font-size: 1.4rem;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.default-headline {
  display: block;
  font-weight: 900;
}
.default-headline b {
  display: inline;
}
.default-headline + .subheadline {
  font-weight: 300;
  display: block;
  font-size: 0.6666rem !important;
  margin-bottom: .25rem !important;
}
.default-headline.bigger-font-size {
  margin-bottom: 0 !important;
}
.default-headline.bigger-font-size + .subheadline {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #f9b000;
  margin-bottom: 2rem !important;
}
.frame-layout-1 header {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #e61f47;
}
.frame-layout-1 header .default-headline {
  margin-bottom: 0;
}
.header-test {
  position: relative;
  padding-top: 20svh;
  padding-bottom: 20svh;
}
.header-test img {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
}
.header-test .text-wrap {
  z-index: 10;
  position: relative;
}
.header-test .text-wrap h1 {
  font-size: 3rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 900;
}
#seo-boxes-desktop,
#seo-boxes-mobile {
  width: 100%;
  height: auto;
}
#seo-boxes-desktop {
  display: block;
}
#seo-boxes-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #seo-boxes-desktop {
    display: none;
  }
  #seo-boxes-mobile {
    display: block;
  }
}
.blurrything {
  position: relative;
}
.blurrything svg {
  width: 100%;
  height: auto;
}
.blurrything svg #Komponente_6_1 {
  filter: blur(6px);
  transition: all 1rem ease-in-out;
}
.blurrything:hover svg #Komponente_6_1 {
  filter: blur(0px);
}
.blurrything .svgside {
  padding-right: 10%;
  margin-left: -15%;
}
.blurrything .text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blurrything .text .punchline {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}
.clearmargins {
  clear: both;
  padding-top: 1px;
  margin-top: -1px;
}
.inlinekay {
  display: inline-block;
  vertical-align: baseline;
  height: 2em;
  width: auto;
}
.inlinekay * {
  fill: currentColor;
}
.rejected-elfsight {
  display: none;
  max-width: 900px;
  margin-inline: auto;
}
[type="text/plain"] + .rejected-elfsight {
  display: block;
}
/* Styles inline */
.pageheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.pageheader.is-scrolled {
  background: #212a55;
  box-shadow: 0 4px 20px rgba(33, 42, 85, 0.12);
}
@media screen and (min-width: 1260px) {
  .pageheader.is-scrolled .pageheader__inner {
    padding: 0 5%;
  }
}
.pageheader.is-scrolled .pageheader__social,
.pageheader.is-scrolled .pageheader__toggle {
  transform: scale(0.7);
}
.pageheader.is-scrolled .pageheader__actions {
  gap: 0;
}
.pageheader__bar {
  height: 80px;
  transition: height 0.35s ease;
}
@media screen and (min-width: 768px) {
  .pageheader__bar {
    height: 100px;
  }
}
@media screen and (min-width: 1260px) {
  .pageheader__bar {
    height: 110px;
  }
}
@media screen and (min-width: 768px) {
  .pageheader.is-scrolled .pageheader__bar {
    height: 84px;
  }
}
.pageheader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  transition: padding 0.25s ease;
  padding: 0 20px;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 1260px) {
  .pageheader__inner {
    padding: 2% 5%;
  }
}
.pageheader__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.pageheader__logo-img {
  height: 44px;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .pageheader__logo-img {
    height: 56px;
  }
}
.pageheader__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.pageheader__social {
  display: none;
  align-items: center;
  gap: 1rem;
  transition: transform 0.25s ease;
}
@media screen and (min-width: 480px) {
  .pageheader__social {
    display: flex;
  }
}
.pageheader__social a {
  display: flex;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.pageheader__social a:hover {
  opacity: 1;
}
.pageheader__social svg {
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
.pageheader__social svg path,
.pageheader__social svg polygon {
  fill: #ffffff;
}
.pageheader__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  width: 40px;
  height: 32px;
  transition: transform 0.25s ease;
}
.pageheader__toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pageheader__toggle svg rect {
  fill: #f9b000;
}
@media screen and (min-width: 1260px) {
  .pageheader__toggle {
    width: 64px;
    height: 52px;
  }
}
.pageheader__overlay {
  position: fixed;
  inset: 0;
  background: rgba(33, 42, 85, 0.55);
  z-index: 850;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.pageheader__overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.pageheader__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(82vw, 340px);
  background: #ffffff;
  z-index: 901;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
  padding: 80px 28px 40px;
  box-sizing: border-box;
}
.pageheader__drawer.is-open {
  transform: translateX(0);
}
.pageheader__drawer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageheader__drawer-close svg {
  width: 22px;
  height: 22px;
  stroke: #212a55;
}
.pageheader__drawer nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageheader__drawer nav > ul > li {
  border-bottom: 1px solid #eee;
}
.pageheader__drawer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageheader__drawer-link {
  display: block;
  flex: 1;
  padding: 14px 0;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #212a55;
  text-decoration: none;
  transition: color 0.2s;
}
.pageheader__drawer-link:hover,
.pageheader__drawer-link.is-active {
  color: #ec6608;
}
.pageheader__drawer-toggle {
  flex-shrink: 0;
  width: 36px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  padding: 6px;
  color: #212a55;
  transition: color 0.2s;
}
.pageheader__drawer-toggle svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  transition: transform 0.3s ease;
}
.pageheader__drawer-toggle[aria-expanded="true"] {
  color: #ec6608;
}
.pageheader__drawer-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.pageheader__drawer-sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.pageheader__drawer-sub li a {
  display: block;
  padding: 6px 0;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888888;
  text-decoration: none;
  transition: color 0.2s;
}
.pageheader__drawer-sub li a:hover {
  color: #ec6608;
}
.pageheader__drawer-sub li:last-child a {
  padding-bottom: 14px;
}
body.nav-open {
  overflow: hidden;
}
.page-preloadscreen {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-preloadscreen .page-preloadscreen__logo {
  width: 72px;
  height: auto;
  animation: preload-pulse 1s ease-in-out infinite alternate;
}
@keyframes preload-pulse {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.pagefooter-abbinder {
  background: #ffffff;
  padding: 2.5rem 5%;
}
.pagefooter-abbinder__inner {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.pagefooter-abbinder__logo {
  height: 40px;
  width: auto;
  flex-shrink: 0;
}
.pagefooter-abbinder__inner p {
  margin: 0;
  color: #888888;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 640px;
}
.pagefooter {
  position: relative;
  background: #212a55;
  color: #ffffff;
  padding-top: 3.5rem;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%);
  margin-top: -2rem;
}
.pagefooter__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 2rem 5% 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .pagefooter__inner {
    grid-template-columns: 0.7fr 1.3fr 1fr;
    gap: 2rem;
    align-items: start;
  }
}
.pagefooter__col--brand {
  display: flex;
  justify-content: flex-start;
}
.pagefooter__signet {
  width: 150px;
  height: auto;
  display: block;
}
.pagefooter__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.pagefooter__contact a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
.pagefooter__contact a:hover {
  color: #f9b000;
}
.pagefooter__contact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  fill: #f9b000;
}
@media screen and (min-width: 768px) {
  .pagefooter__col--legal {
    align-self: end;
  }
}
.pagefooter__legalnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.pagefooter__legalnav a {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pagefooter__legalnav a:hover {
  color: #f9b000;
}
.fade {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
body.openmodal {
  overflow: hidden;
}
.km-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  background-color: rgba(225, 232, 239, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.km-modal.in {
  display: block;
  justify-content: center;
  opacity: 1;
}
.km-modal .modaldialog {
  max-width: 1200px;
  width: auto;
  margin: calc(30px  + 4rem) 0.75rem 30px 0.75rem;
  background-color: #212a55;
  border-radius: 1.5rem;
  color: #ffffff;
  padding: 2rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) {
  .km-modal .modaldialog {
    margin-inline: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .km-modal .modaldialog {
    padding: 3rem;
    margin-top: calc(30px  + 5.5rem);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1320px) {
  .km-modal .modaldialog {
    padding: 4.5rem;
    margin-top: calc(30px  + 6.5rem);
  }
}
.km-modal .modaldialog h2 {
  color: white;
  text-align: left;
  font-size: 2.2rem;
  padding-right: 3rem;
}
@media screen and (max-width: 539px) {
  .km-modal .modaldialog h2 {
    font-size: 1.5rem;
  }
}
.km-modal .modaldialog h2 + .subheadline {
  font-weight: 400;
  color: #fcaa20;
  text-align: center;
}
.km-modal .modaldialog .closebtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #ffffff;
}
@media screen and (max-width: 539px) {
  .km-modal .modaldialog .closebtn {
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
  }
}
.km-modal .modaldialog .closebtn svg {
  width: 70%;
  height: 70%;
  color: #212a55;
  stroke: #212a55;
}
.km-modal .modaldialog .closebtn svg * {
  stroke: #212a55;
}
.km-modal .modaldialog .frame-layout-40,
.km-modal .modaldialog .frame-layout-43 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.km-modal .modaldialog .frame-layout-40 .powermail_form > .inner .powermail_fieldset:not(.layout3),
.km-modal .modaldialog .frame-layout-43 .powermail_form > .inner .powermail_fieldset:not(.layout3) {
  flex: 1 1 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .km-modal .modaldialog .frame-layout-40 .powermail_form > .inner .powermail_fieldset:not(.layout3),
  .km-modal .modaldialog .frame-layout-43 .powermail_form > .inner .powermail_fieldset:not(.layout3) {
    flex: 1 1 50%;
    width: 50%;
  }
}
.km-modal .modaldialog .frame-layout-40 .tx-powermail .powermail_form .powermail_fieldwrap:last-child,
.km-modal .modaldialog .frame-layout-43 .tx-powermail .powermail_form .powermail_fieldwrap:last-child {
  margin-bottom: 0;
}
.km-modal .modaldialog .frame-layout-40 .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field,
.km-modal .modaldialog .frame-layout-43 .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field {
  position: relative;
}
.km-modal .modaldialog .datadisplay dl dd {
  font-weight: 700;
  font-size: 2rem;
  margin-left: 0;
}
.km-modal .modaldialog.has-splitbox {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .km-modal .modaldialog.has-splitbox .inner .splitbox {
    display: flex;
  }
  .km-modal .modaldialog.has-splitbox .inner .splitbox .leftpanel {
    width: 250px;
    padding: 3rem;
    background: #003774;
  }
  .km-modal .modaldialog.has-splitbox .inner .splitbox .rightpanel {
    width: 60%;
    padding: 3rem;
  }
}
:root {
  --radius-card: 1.1rem;
}
body {
  font-family: var(--fonts);
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fonts);
  font-weight: 300;
  line-height: 1.2;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 900;
}
.maincontent {
  min-height: 40vh;
}
.rte-pill-red,
p.rte-pill-red {
  display: inline-block;
  max-width: 100%;
  background: #e61f47;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}
.rte-pill-white,
p.rte-pill-white {
  display: inline-block;
  background: #ffffff;
  color: #e61f47;
  padding: 6px 20px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 3px 3px 3px 0;
}
.rte-contact-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rte-contact-icon svg,
.rte-contact-icon img {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}
.frame-default,
.frame-type-text,
.frame-type-textpic {
  padding: 0;
  margin: 0;
}
.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}
.frame-fullwidth .ce-gallery figure,
.ce-gallery[data-ce-columns="1"] figure {
  display: block;
  width: 100%;
}
.ce-twocolumns .frame {
  padding-left: 0;
  padding-right: 0;
}
.frame-type-image svg path,
.frame-type-image svg rect,
.frame-type-image svg polygon,
.frame-type-image svg circle,
.frame-type-image svg ellipse {
  fill: #e61f47;
}
.ce-headline {
  padding: 48px 5%;
}
.ce-headline h1,
.ce-headline h2,
.ce-headline h3 {
  margin: 0;
  color: #1a1a1a;
}
.ce-bodytext {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 5%;
  font-size: 0.9rem;
  line-height: 1.75;
  color: #333;
}
.frame-layout-20 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5%;
  align-items: start;
}
.frame-layout-20 header {
  grid-column: 1 / -1;
  margin-bottom: 1.5rem;
}
.frame-layout-20 p:nth-of-type(odd) {
  grid-column: 1;
}
.frame-layout-20 p:nth-of-type(even) {
  grid-column: 2;
}
@media (max-width: 767px) {
  .frame-layout-20 {
    grid-template-columns: 1fr;
  }
  .frame-layout-20 p {
    grid-column: 1 !important;
  }
}
a {
  color: #e61f47;
  transition: color 0.2s;
}
a:hover {
  color: #a00d24;
}
/* Space */
body .frame-space-before-extra-small {
  margin-top: .5em;
}
body .frame-space-before-small {
  margin-top: 1em;
}
body .frame-space-before-medium {
  margin-top: 2em;
}
body .frame-space-before-large {
  margin-top: 4em;
}
body .frame-space-before-extra-large {
  margin-top: 6em;
}
body .frame-space-after-extra-small {
  margin-bottom: .5em;
}
body .frame-space-after-small {
  margin-bottom: 1em;
}
body .frame-space-after-medium {
  margin-bottom: 2em;
}
body .frame-space-after-large {
  margin-bottom: 4em;
}
body .frame-space-after-extra-large {
  margin-bottom: 6em;
}
.ce-uploads {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ce-uploads li {
  padding: 0.5rem 0;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0;
}
.ce-uploads li .innerlink {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.5);
  flex-direction: column;
  text-transform: uppercase;
  font-family: var(--fonts);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1em;
}
.ce-uploads li .innerlink:hover {
  background-color: rgba(230, 31, 71, 0.5);
}
.ce-uploads li .innerlink .ce-uploads-filesize {
  font-size: 0.6rem;
  font-family: "Roboto";
  line-height: 1em;
}
.ce-uploads li .innerlink svg {
  width: 3rem;
  height: auto;
}
.ce-uploads li .innerlink svg * {
  fill: #e61f47;
}
@media screen and (min-width: 992px) {
  .ce-uploads {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3rem -0.5rem;
  }
  .ce-uploads li {
    flex: 0 0 33.333%;
    padding: 0.5rem;
  }
  .ce-uploads li .linktext {
    min-height: 3.2rem;
  }
}
.tx-images-logowall {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tx-images-logowall figure {
  margin: 1rem;
}
.tx-images-logowall figure img {
  height: 2rem;
  width: auto;
}
.tx-images-logowall figure:nth-child(1) img,
.tx-images-logowall figure:nth-child(2) img {
  height: 0.7rem;
}
@media screen and (min-width: 768px) {
  .tx-images-logowall figure img {
    height: 3.5rem;
  }
  .tx-images-logowall figure:nth-child(1) img,
  .tx-images-logowall figure:nth-child(2) img {
    height: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .tx-images-logowall figure img {
    height: 3.5rem;
  }
  .tx-images-logowall figure:nth-child(1) img,
  .tx-images-logowall figure:nth-child(2) img {
    height: 1.4rem;
  }
}
.tx-images-process {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tx-images-process figure {
  flex: 1 1 auto;
  text-align: center;
  align-items: center;
  font-size: 1rem;
}
.tx-images-process figure img {
  width: 100%;
  height: auto;
  max-width: 5rem;
  margin-bottom: 0.5rem;
}
.tx-images-process .arrow {
  flex: 1 1 auto;
  padding: 2em 2em;
}
.tx-images-process .arrow .polygon {
  height: 100%;
  min-height: 2rem;
  display: block;
  background: #818181;
  width: 1.2em;
  clip-path: polygon(calc(50% - 3px) 0%, calc(50% - 3px) calc(100% - 1em), 0% calc(100% - 1em), 50% 100%, 100% calc(100% - 1em), calc(50% + 3px) calc(100% - 1em), calc(50% + 3px) 0%);
}
@media screen and (min-width: 1024px) {
  .tx-images-process {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    display: flex;
  }
  .tx-images-process figure img {
    margin-bottom: 2rem;
    margin: 0 auto;
  }
  .tx-images-process figure figcaption {
    width: 100%;
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
  .tx-images-process .arrow {
    padding: 0.5em 2em;
  }
  .tx-images-process .arrow .polygon {
    width: 100%;
    min-height: unset;
    min-width: 2rem;
    height: 1.2em;
    clip-path: polygon(0% calc(50% - 3px), calc(100% - 1em) calc(50% - 3px), calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, calc(100% - 1em) calc(50% + 3px), 0% calc(50% + 3px));
  }
}
.tx-images-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-left: -1rem;
  margin-right: -1rem;
}
.tx-images-benefits > * {
  padding: 2em 1em;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 1rem;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 1rem;
}
.tx-images-benefits > * img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .tx-images-benefits > * {
    flex: 0 0 33.33%;
  }
}
.tx-images-benefits[data-cols="5"] > * {
  flex: 0 0 50%;
}
@media screen and (min-width: 640px) {
  .tx-images-benefits[data-cols="5"] > * {
    flex: 0 0 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .tx-images-benefits[data-cols="5"] > * {
    flex: 0 0 20%;
  }
}
/* Layout Variante von [textpic] */
.tx-icontextres .tx-row,
.tx-fiftyfifty .tx-row {
  display: flex;
  flex-direction: column;
}
.tx-icontextres .tx-row .tx-col-icon,
.tx-fiftyfifty .tx-row .tx-col-icon {
  max-width: 150px;
}
.tx-icontextres .tx-row .tx-col-icon img,
.tx-fiftyfifty .tx-row .tx-col-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.tx-icontextres .tx-row .tx-col-text h2,
.tx-fiftyfifty .tx-row .tx-col-text h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .tx-icontextres .tx-row,
  .tx-fiftyfifty .tx-row {
    flex-direction: row;
    gap: 3rem;
  }
  .tx-icontextres .tx-row .tx-col-icon,
  .tx-fiftyfifty .tx-row .tx-col-icon {
    flex: 0 0 150px;
    max-width: unset;
  }
}
.tx-fiftyfifty .tx-row .tx-col-icon {
  flex: 0 0 100%;
  max-width: unset;
}
@media screen and (min-width: 640px) {
  .tx-fiftyfifty .tx-row .tx-col-icon {
    flex: 0 0 50%;
  }
}
/* <div class="moretext-toggle">
        <span class="text">Mehr anzeigen</span>
        <span class="theline"></span>
        <span class="icon">
            <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.6 9.8" style="enable-background:new 0 0 16.6 9.8;" xml:space="preserve">
                <g id="Gruppe_1033" transform="translate(0.005 -0.226)">
                    
                    <g id="Gruppe_116" transform="translate(21.58 5.261) rotate(90)">
                        <path d="M4.8,13.3c0,0.4-0.2,0.8-0.4,1.1l-6.8,6.8c-0.6,0.6-1.5,0.6-2.1,0c-0.6-0.6-0.6-1.5,0-2.1l5.7-5.7l-5.7-5.7
                            C-5.2,7-5.2,6-4.6,5.4c0.6-0.6,1.5-0.6,2.1,0l6.8,6.8C4.6,12.5,4.8,12.9,4.8,13.3z"></path>
                    </g>
                </g>
            </svg>

        </span>
</div> */
.frame-layout-3 .cutText {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  transform: all 0.3s ease-in-out;
  overflow: hidden;
}
.frame-layout-3 .cutText p {
  margin-bottom: 0;
}
.frame-layout-3 .cutText .reveal-text {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.frame-layout-3 .cutText .moretext-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.frame-layout-3 .cutText .moretext-toggle .text {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e61f47;
  flex: 0 0 auto;
}
.frame-layout-3 .cutText .moretext-toggle .text:before {
  content: "Mehr anzeigen";
}
.frame-layout-3 .cutText .moretext-toggle .theline {
  width: 100%;
  height: 1px;
  background-color: #e61f47;
  margin: 0 1rem;
}
.frame-layout-3 .cutText .moretext-toggle .icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
.frame-layout-3 .cutText .moretext-toggle .icon svg {
  width: 100%;
  height: 100%;
  fill: #e61f47;
}
.frame-layout-3 .cutText.open .reveal-text {
  display: inline;
  opacity: 1;
}
.frame-layout-3 .cutText.open .moretext-toggle .text:before {
  content: "Weniger anzeigen";
}
.frame-layout-3 .cutText.open .moretext-toggle .icon {
  transform: scale(-1);
}
@media screen and (max-width: 991px) {
  .container-fluid.is-blueintro > .inner > .introcontent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #212a55;
  }
  .container-fluid.is-blueintro > .inner > .introcontent .reveal-text {
    display: inline;
    opacity: 1;
  }
  .container-fluid.is-blueintro > .inner > .introcontent .moretext-toggle {
    display: none;
  }
}
.contactlinks {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .contactlinks {
    justify-content: flex-start;
  }
}
.contactlinks a {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #e61f47;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contactlinks a svg {
  width: 55%;
  height: auto;
  fill: #ffffff;
}
.frame-type-form_formframework .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
  margin-block: 1rem;
}
.frame-type-form_formframework .row > div {
  margin-top: 0;
}
.frame-type-form_formframework input[type="text"],
.frame-type-form_formframework input[type="email"],
.frame-type-form_formframework input[type="tel"],
.frame-type-form_formframework textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #212a55;
  width: 100%;
  padding: 0.25em 0.5em;
  font-size: 1rem;
}
.frame-type-form_formframework textarea {
  border: 1px solid #212a55;
  height: 10rem;
}
.frame-type-form_formframework select {
  width: 100%;
  background: unset;
  border: 2px solid #212a55;
  border-radius: 1rem;
  padding: .4rem 1rem;
  font-size: 0.8rem;
}
.frame-type-form_formframework .form-group {
  margin-bottom: 1rem;
}
.frame-type-form_formframework .form-uploadnotes {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.frame-type-form_formframework .form-uploadnotes svg {
  width: 1.5rem;
  height: 1.5rem;
}
.frame-type-form_formframework .form-uploadnotes svg * {
  fill: #e61f47;
}
.frame-type-accordion.frame-layout-50 .ce-accordion {
  --keycolor: #212a55;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel {
  border: unset;
  border-radius: unset;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel .panel-header {
  background-color: unset !important;
  border-bottom: unset !important;
  padding: .5rem 0 !important;
  flex-direction: row-reverse;
  justify-content: start;
  gap: .75rem;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel .panel-header .title {
  color: #212a55;
  margin-bottom: 0;
  font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel .panel-header .icon svg {
  width: 1rem;
  /* neu – Safari braucht explizite Maße */
  height: 1rem;
  /* neu */
  display: block;
  /* neu */
  fill: #ff00ff;
  /* neu – direkt am svg statt svg * */
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel .panel-content {
  background: unset;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel .panel-content .inner {
  padding-inline: 0;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel .panel-content .inner .content-padding {
  padding-left: 1.8rem;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel.active {
  border-bottom: unset !important;
  padding-bottom: 1rem;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel.active .panel-header {
  border-bottom: unset !important;
}
.frame-type-accordion.frame-layout-50 .ce-accordion .panels .panel.active .panel-header .title {
  color: #ff00ff;
}
.frame-type-accordion.frame-layout-60 .ce-accordion {
  --keycolor: #212a55;
}
.frame-type-accordion.frame-layout-60 .ce-accordion .panels .panel {
  border: unset;
  border-radius: unset;
}
.frame-type-accordion.frame-layout-60 .ce-accordion .panels .panel .panel-header {
  background-color: unset !important;
  border-bottom: 2px solid #212a55 !important;
  padding: .5rem 0 !important;
}
.frame-type-accordion.frame-layout-60 .ce-accordion .panels .panel .panel-header .title {
  color: #212a55;
  margin-bottom: 0;
  font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.frame-type-accordion.frame-layout-60 .ce-accordion .panels .panel .panel-header .icon svg {
  width: 1rem;
  /* neu – Safari braucht explizite Maße */
  height: 1rem;
  /* neu */
  display: block;
  /* neu */
  fill: #ff00ff;
  /* neu – direkt am svg statt svg * */
}
.frame-type-accordion.frame-layout-60 .ce-accordion .panels .panel.active {
  border-bottom: 2px solid #212a55 !important;
}
.frame-type-accordion.frame-layout-60 .ce-accordion .panels .panel.active .panel-header {
  border-bottom: unset !important;
}
.frame-type-accordion.frame-layout-60 .ce-accordion .panels .panel.active .panel-header .title {
  color: #ff00ff;
}
[data-masonry] {
  position: relative;
  width: 100%;
}
[data-masonry] > * {
  position: absolute;
  transition: opacity 0.3s ease;
  opacity: 0;
  box-sizing: border-box;
}
[data-masonry] > *.positioned {
  opacity: 1;
}
[data-masonry] > *.new-item {
  animation: masonryFadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}
@keyframes masonryFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.masonry-hidden {
  display: none !important;
}
.ce-leistungsfilter {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .ce-leistungsfilter {
    padding: 0 20px;
  }
}
.ce-lf__headline {
  font-size: 1.1rem;
  font-weight: 300;
  color: #1a1a1a;
  margin: 0 0 28px;
  line-height: 1.3;
}
.ce-lf__headline strong {
  font-weight: 900;
}
.ce-lf__filterwrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 12px;
}
.ce-lf__filter-label {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  white-space: nowrap;
  flex-shrink: 0;
}
.ce-lf__filter {
  display: none;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media screen and (min-width: 768px) {
  .ce-lf__filter {
    display: flex;
  }
}
.ce-lf__filter-btn {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  transition: color 0.2s, font-weight 0.1s;
  position: relative;
  padding-bottom: 2px;
}
.ce-lf__filter-btn::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e61f47;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.ce-lf__filter-btn.is-active {
  font-weight: 900;
  color: #e61f47;
}
.ce-lf__filter-btn.is-active::after {
  transform: scaleX(1);
}
.ce-lf__filter-btn:hover:not(.is-active) {
  color: #e61f47;
}
.ce-lf__filter-select-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ce-lf__filter-select-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #1a1a1a;
}
@media screen and (min-width: 768px) {
  .ce-lf__filter-select-wrap {
    display: none;
  }
}
.ce-lf__filter-select {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  padding: 0 18px 0 0;
  width: 100%;
  text-align: right;
}
.ce-lf__grid {
  position: relative;
  width: 100%;
}
.ce-lf__item {
  width: 100%;
  padding: 0 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ce-lf__item {
    width: 50%;
    padding: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .ce-lf__item {
    width: 33.333%;
    padding: 0 20px 20px 0;
  }
}
.ce-lf__img {
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  overflow: hidden;
  aspect-ratio: 1.33333333;
}
.ce-lf__img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.ce-lf__item:hover .ce-lf__img-el {
  transform: scale(1.04);
}
.ce-lf__body {
  background: #f5f5f5;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ce-lf__title {
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #1a1a1a;
  line-height: 1.3;
}
.ce-lf__teaser {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
.ce-lf__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.ce-lf__btn {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  padding: 9px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.ce-lf__btn--more {
  border: 1.5px solid #1a1a1a;
  color: #1a1a1a;
  background: transparent;
}
.ce-lf__btn--more:hover {
  border-color: #e61f47;
  color: #e61f47;
}
.ce-lf__btn--contact {
  background: #e61f47;
  color: #fff;
  border: 1.5px solid #e61f47;
}
.ce-lf__btn--contact:hover {
  background: #c61639;
  border-color: #c61639;
  color: #fff;
}
.ce-inline-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.ce-inline-pill span {
  display: inline-block;
  padding: 0.35em 0.8em;
  border-radius: 24px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.15;
}
.ce-inline-pill__indent {
  margin-left: 1.5rem;
  margin-top: -0.5rem;
}
.ce-inline-pill--red span {
  background: #e61f47;
  color: #fff;
}
.ce-inline-pill--white span {
  background: #fff;
  color: #e61f47;
}
/*# sourceMappingURL=filename.map */