/* .seite_12 {
    --themecolor: @1stcolor-dark;
}


.seite_13 {
    --themecolor: @magenta;
}



.seite_14 {
    --themecolor: #1edaee;
}
 */
/*  Breakpoints */
/* Typo3 */
.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;
}
/* noto-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/noto-sans-v42-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/noto-sans-v42-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/noto-sans-v42-latin-900.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-size: 1rem;
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  /* letter-spacing: 0.05em; */
}
input {
  font-family: 'Noto Sans', sans-serif;
  /* letter-spacing: 0.05em; */
}
.specialfont {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.color-1stcolor {
  color: #005057;
}
.color-2ndcolor {
  color: #00afa2;
}
/* FONT SIZES */
.base-font-size {
  font-size: 1rem !important;
  line-height: 1.5em !important;
}
.small-font-size {
  font-size: 0.6666rem !important;
  line-height: 1.5em !important;
  letter-spacing: 0.02em;
}
.medium-font-size {
  font-size: 1.2em !important;
  line-height: 1.5em !important;
}
.big-font-size {
  font-size: 1.25rem !important;
  line-height: 1.4em !important;
}
@media (max-width: 768px) {
  .big-font-size {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 576px) {
  .big-font-size {
    font-size: 1.125rem !important;
  }
}
.bigger-font-size {
  font-size: 1.5rem !important;
  line-height: 1.2em !important;
}
@media (max-width: 768px) {
  .bigger-font-size {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 576px) {
  .bigger-font-size {
    font-size: 1.125rem !important;
  }
}
.large-font-size {
  font-size: 2rem !important;
  line-height: 1.35em !important;
}
@media (max-width: 768px) {
  .large-font-size {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 576px) {
  .large-font-size {
    font-size: 1.5rem !important;
  }
}
.huge-font-size {
  font-size: 3.4375rem !important;
  line-height: 1.35em !important;
}
@media (max-width: 768px) {
  .huge-font-size {
    font-size: 2.25rem !important;
  }
}
@media (max-width: 576px) {
  .huge-font-size {
    font-size: 2rem !important;
  }
}
/* 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);
}
.uc-embedding-wrapper .description-text {
  color: black;
}
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: 0.85rem;
  background-color: #005057;
  color: #ffffff;
  line-height: 1.5;
  min-height: 100svh;
  /* letter-spacing: 0.05em; */
  background-image: linear-gradient(to right, #005057, #004249);
}
/* 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;
  }
}
.maincontent ul.flanked-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.maincontent ul.flanked-list li {
  padding: 0 0 0 1.25rem;
  margin-bottom: 1.5rem;
}
.maincontent ul.flanked-list li:before {
  content: "";
  display: inline-block;
  height: calc(100% - 0.66em);
  width: 5px;
  background-color: #00afa2;
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.maincontent ul.flanked-list li:last-child {
  margin-bottom: 0;
}
.maincontent ul.inlinepiped-list {
  --inlinepiped-gap: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--inlinepiped-gap);
  row-gap: 0;
  flex-wrap: wrap;
  line-height: 1em;
}
.maincontent ul.inlinepiped-list li {
  display: inline-block;
  font-size: 0.875rem;
  position: relative;
  padding: 0;
  /* border-right */
}
.maincontent ul.inlinepiped-list li:before {
  content: none;
}
.maincontent ul.inlinepiped-list li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(-1 * var(--inlinepiped-gap) / 2 - 1px);
  transform: translateY(-50%);
  width: 2px;
  height: 0.75em;
  background-color: #00afa2;
  z-index: 2;
}
.container-big {
  width: 100%;
}
.container-padding {
  padding-left: 90px;
  padding-right: 90px;
}
.frame-small {
  max-width: 700px;
  margin-inline: auto;
}
.frame-bigger {
  max-width: 1400px;
  margin-inline: auto;
}
.frame-default {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
a {
  color: #ffffff;
  font-weight: 700;
  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: #00afa2;
}
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: #005057;
}
/* Headline */
.title-xl {
  font-size: 2rem;
  font-weight: 700;
}
.width100 {
  width: 100%;
  height: auto;
}
/**
 * Buttons
 */
.btn {
  text-decoration: none;
  color: #005057;
  background-color: #00afa2;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  border-radius: 0px;
  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: #00afa2;
}
.btn-primary {
  text-decoration: none;
  color: #005057;
  background-color: #00afa2;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  border-radius: 0px;
  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: #9b1a81;
  color: #ffffff;
}
.btn-primary:hover {
  color: white;
  text-decoration: none;
  background-color: #00afa2;
}
.btn-primary:hover {
  background-color: #c721a5;
}
.span-uppercase {
  text-transform: uppercase;
}
.span-marker2,
.span-marker3,
.span-marker4 {
  display: inline;
  padding: 0.0em 0.45em 0em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #9b1a81;
  color: white;
  transition: all 150ms ease-in-out;
}
a.span-marker2,
a.span-marker3,
a.span-marker4 {
  text-decoration: none !important;
}
a.span-marker2:hover,
a.span-marker3:hover,
a.span-marker4:hover {
  text-decoration: none !important;
  background: #c721a5;
  color: white;
}
.span-marker2 {
  background: #00c8b4;
}
a.span-marker2 {
  text-decoration: none !important;
}
a.span-marker2:hover {
  text-decoration: none !important;
  background: #00fbe2;
  color: white;
}
.span-marker4 {
  background: #a4d30c;
}
a.span-marker4 {
  text-decoration: none !important;
}
a.span-marker4:hover {
  text-decoration: none !important;
  background: #c1f220;
  color: white;
}
b,
strong {
  font-weight: 900;
}
img {
  height: auto;
  width: 100%;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 1.5rem;
}
.span-color1 {
  color: #005057;
}
.span-color2 {
  color: #00afa2;
}
.text-center {
  text-align: center;
}
.maincontent {
  overflow: hidden;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .maincontent {
    padding-top: 170px;
  }
}
.maincontent .frame {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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: #00afa2;
  border-radius: 5rem;
  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-1 {
  padding-left: 1.5rem;
  position: relative;
}
.frame-type-text.frame-layout-1:before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 0.5rem);
  background-color: #00afa2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.frame-type-text.frame-layout-2 {
  font-size: 2rem;
  color: #005057;
}
.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: #005057;
  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: 300;
}
.default-headline b {
  display: inline;
}
.default-headline + .subheadline {
  font-weight: 300;
  font-size: 0.6666rem !important;
  line-height: 1.5em !important;
  letter-spacing: 0.02em;
}
.frame-layout-1 header {
  display: inline-block;
  padding-bottom: 0.5rem;
}
.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;
}
.nowrap,
.ce-nowrap {
  white-space: nowrap;
}
.ce-div {
  border: none;
  border-bottom: 1px solid #ffffff44;
}
.text-end {
  text-align: end;
}
/* Styles inline */
header#pageheader {
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  pointer-events: none;
  background-color: transparent;
  transition: all 0.15s ease;
}
header#pageheader a {
  font-weight: 400;
}
header#pageheader .inner {
  padding: 0;
}
header#pageheader .inner .logonavi {
  height: 190px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.15s ease;
}
@media screen and (max-width: 639px) {
  header#pageheader .inner .logonavi {
    align-items: flex-start;
  }
}
header#pageheader .inner .logonavi .logoposition {
  height: 4rem;
  width: auto;
  pointer-events: auto;
  transition: all 0.15s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.15s ease, opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  header#pageheader .inner .logonavi .logoposition {
    top: 60%;
  }
}
header#pageheader .inner .logonavi .logoposition .brand-logo {
  display: block;
  line-height: 0;
  width: auto;
  height: 100%;
}
header#pageheader .inner .logonavi .logoposition svg {
  width: auto;
  height: 100%;
}
header#pageheader .inner .logonavi .logoposition svg .letter_d path,
header#pageheader .inner .logonavi .logoposition svg .thingy_left {
  fill: #00afa2;
}
header#pageheader .inner .logonavi .logoposition svg #brand-name {
  display: none;
}
@media screen and (min-width: 640px) {
  header#pageheader .inner .logonavi .logoposition {
    width: auto;
    height: 4rem;
  }
  header#pageheader .inner .logonavi .logoposition svg #brand-name {
    display: block;
  }
}
header#pageheader .inner .logonavi .topmenu {
  position: absolute;
  left: calc(100% + 1rem);
  top: 2.7vw;
  transition: all 0.15s ease;
  opacity: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  header#pageheader .inner .logonavi .topmenu {
    display: block;
  }
}
header#pageheader .inner .logonavi .topmenu ul {
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
header#pageheader .inner .logonavi .topmenu ul li a {
  color: #ffffff;
  line-height: 1;
}
header#pageheader .inner .logonavi .topmenu ul li a b {
  text-transform: uppercase;
}
header#pageheader .inner .contacticons {
  display: flex;
  gap: 10px;
  pointer-events: auto;
}
header#pageheader .inner .contacticons a {
  display: block;
  line-height: 0;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
header#pageheader .inner .contacticons a svg > * {
  fill: #00afa2;
}
header#pageheader .inner .contacticons a:hover svg > * {
  fill: #9b1a81;
}
header#pageheader .inner .rightpart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  pointer-events: auto;
  position: relative;
  padding-right: 1.5rem;
  z-index: 1200;
}
@media screen and (max-width: 639px) {
  header#pageheader .inner .rightpart {
    padding-top: 0;
    height: 70px;
    box-sizing: border-box;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  header#pageheader .inner .rightpart {
    right: 90px;
  }
}
header#pageheader .inner #mainmenutoggle {
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  line-height: 0;
  position: relative;
  transition: all 0.15s ease;
  cursor: pointer;
}
header#pageheader .inner #mainmenutoggle .toggleicon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  position: relative;
  width: 45px;
  height: 35px;
}
header#pageheader .inner #mainmenutoggle .toggleicon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  top: calc(50% - 2.5px);
  right: 0;
  transition: all 0.2s ease;
}
header#pageheader .inner #mainmenutoggle .toggleicon span:after {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0;
}
header#pageheader .inner #mainmenutoggle .toggleicon span:nth-child(1) {
  transform: translateY(-12px);
  transition-delay: 0s;
}
header#pageheader .inner #mainmenutoggle .toggleicon span:nth-child(2) {
  width: 60%;
  transition-delay: 0.15s;
}
header#pageheader .inner #mainmenutoggle .toggleicon span:nth-child(3) {
  transform: translateY(12px);
  transition-delay: 0s;
  width: 80%;
}
header#pageheader .inner #mainmenutoggle .text {
  display: none;
  transition: all 0.15s ease;
}
.searchformmini {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-bottom: 1rem;
  height: 0;
  transition: all 0.15s ease-in-out;
  transition-delay: 0.15s;
}
.searchformmini form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(150%);
  transition: all 0.15s ease-in-out;
  transition-delay: 0s;
}
.searchformmini form input[type="text"] {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000000;
  font-size: 0.8rem;
}
.searchformmini form input[type="text"]::placeholder {
  color: #2d2d25;
}
.searchformmini form #ke_search_searchfield_submit {
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.searchformmini form #ke_search_searchfield_submit svg * {
  fill: #b1b1b1;
  transition: all 0.15s ease;
}
.searchformmini form #ke_search_searchfield_submit:hover svg * {
  fill: inherit;
}
.searchformmini form input[type="submit"] {
  display: none;
}
.searchformmini.open {
  height: 2rem;
  transition-delay: 0s;
}
.searchformmini.open form {
  transform: translateX(0);
  transition-delay: 0.5s;
}
.socialmenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
  padding-left: 1.5rem;
}
@media screen and (max-width: 639px) {
  .socialmenu {
    height: 70px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1200px) {
  .socialmenu {
    padding-left: 90px;
  }
}
.socialmenu .plate {
  fill: #ffffff;
}
.socialmenu a {
  display: block;
  line-height: 0;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.socialmenu a svg {
  width: 100%;
  height: auto;
}
.socialmenu a svg * {
  fill: #9b1a81;
  transition: all 0.15s ease;
}
.socialmenu a:hover svg * {
  fill: #ffffff;
}
.socialmenu a.specialicon svg * {
  fill: #ffffff;
}
.socialmenu a.langitem,
.socialmenu a.searchitem {
  background: #ffffff;
  border-radius: 100px;
  color: #005057;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.5rem;
  transition: all 0.15s ease;
}
.socialmenu a.langitem.langitem,
.socialmenu a.searchitem.langitem {
  margin-left: 1rem;
}
.socialmenu a.langitem span,
.socialmenu a.searchitem span {
  line-height: 1;
  font-weight: 700;
}
.socialmenu a.langitem svg,
.socialmenu a.searchitem svg {
  width: 20px;
  height: 20px;
}
.socialmenu a.langitem svg *,
.socialmenu a.searchitem svg * {
  fill: #005057;
  transition: all 0.15s ease;
}
.socialmenu a.langitem:hover,
.socialmenu a.searchitem:hover {
  background: #9b1a81;
}
.menupanel {
  position: fixed;
  width: 100%;
  max-height: 100svh;
  padding: 0;
  pointer-events: auto;
  background: #00afa2;
  box-sizing: border-box;
  color: #005057;
  transform-origin: top;
  transition: all 0.15s ease;
  transition-delay: 0.15s;
  top: 0;
  right: 0;
  z-index: 1000;
  container: inline-size;
  display: grid;
  grid-template-rows: 0fr;
}
@media screen and (min-width: 1200px) {
  .menupanel {
    padding: 0;
    width: 100%;
  }
}
.menupanel .menu-animation {
  opacity: 0;
  min-height: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  transform-origin: top right;
  transition: all 0.15s ease;
  transition-delay: 0s;
  max-height: calc(100svh - 70px);
}
.menupanel .red-card {
  background-color: #00afa2;
  border-radius: 0 0 0 0;
  width: calc(100% + 2rem);
  min-width: 300px;
  min-height: 300px;
  height: 100%;
  position: absolute;
  left: 30px;
  bottom: -80px;
  transform: rotate(0deg);
  transform-origin: top left;
  pointer-events: none;
  z-index: 2;
  transition: all 0.15s ease;
  transition-delay: 0.15s;
}
@media screen and (min-width: 1200px) {
  .menupanel .red-card {
    left: 0;
    bottom: 0;
  }
}
.menupanel .red-card:before,
.menupanel .red-card:after {
  content: '';
  position: absolute;
  display: block;
  width: 9999rem;
  height: 100%;
  background-color: #00afa2;
}
.menupanel .red-card:before {
  left: 0;
  bottom: calc(100% - 1px);
}
.menupanel .red-card:after {
  left: calc(100% - 1px);
  top: 0;
}
.menupanel .socialmenu {
  z-index: 3;
  position: relative;
}
.menupanel a {
  color: #005057;
}
.menupanel .mainmenu {
  z-index: 4;
  position: relative;
}
.menupanel .mainmenu ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menupanel .mainmenu ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.menupanel .mainmenu ul li a {
  text-decoration: none;
  color: #005057;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  transition: all 0s ease;
}
.menupanel .mainmenu ul li a:hover {
  color: #ffffff;
}
.menupanel .mainmenu ul li a.active {
  font-weight: 700 !important;
}
.menupanel .mainmenu ul li .submenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .menupanel .mainmenu ul li .submenu {
    flex-direction: column;
  }
}
.menupanel .mainmenu ul li .submenu li a {
  font-size: 0.8rem;
  padding-block: 0.2em;
  padding-left: 1rem;
}
.menupanel .metamenu {
  position: relative;
  z-index: 5;
}
.menupanel .metamenu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
  padding-left: 0;
  list-style: none;
}
.menupanel .metamenu ul li {
  padding-left: 0;
}
.menupanel .metamenu ul li a {
  line-height: 1;
  position: relative;
  text-decoration: none;
  color: #005057;
  font-size: 0.8rem;
  padding-left: 1rem;
}
.menupanel .metamenu ul li a:before {
  content: '';
  position: absolute;
  left: calc(0.5rem - 1px);
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50%;
  background-color: #ffffff;
}
.menupanel .metamenu ul li a:hover,
.menupanel .metamenu ul li a.active {
  color: #ffffff;
}
.menupanel .metamenu ul li:first-child a {
  padding-left: 0;
}
.menupanel .metamenu ul li:first-child a:before {
  display: none;
}
body.scrolled header#pageheader {
  background-color: #005057;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.scrolled header#pageheader .inner .logonavi {
  height: 60px;
}
body.scrolled header#pageheader .inner .logonavi #logo {
  transform: translateY(27%);
}
body.scrolled header#pageheader .inner .logonavi #logo > g.text {
  display: none;
}
body.scrolled header#pageheader .inner .logonavi .topmenu {
  top: 0;
  opacity: 0;
}
body.scrolled.open header#pageheader .inner .logonavi {
  height: 190px;
}
body.scrolled.open header#pageheader .inner .logonavi #logo > g.text {
  display: block;
}
@media screen and (max-width: 639px) {
  body.open:not(.scrolled) header#pageheader .logoposition {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
}
body.open header#pageheader {
  background-color: transparent !important;
  box-shadow: none !important;
}
body.open header#pageheader .contacticons a svg > * {
  fill: #005057;
}
body.open header#pageheader .brand-logo svg * {
  fill: #ffffff !important;
}
body.open header#pageheader .inner #mainmenutoggle {
  background-color: transparent;
}
body.open header#pageheader .inner #mainmenutoggle .toggleicon span:after {
  background-color: #ffffff;
}
body.open header#pageheader .inner #mainmenutoggle .toggleicon span:nth-child(1) {
  transform: rotate(45deg) translateY(0);
  transition-delay: 0.15s;
}
body.open header#pageheader .inner #mainmenutoggle .toggleicon span:nth-child(2) {
  width: 0;
  transition-delay: 0s;
}
body.open header#pageheader .inner #mainmenutoggle .toggleicon span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg) translateY(0);
  transition-delay: 0.15s;
}
body.open header#pageheader .inner #mainmenutoggle .text {
  color: #ffffff;
}
body.open .menupanel {
  /* width: ~"min(100%, @{menu-max-width-mobile})"; */
  padding: calc(70px + 1.75rem) 1.5rem 2rem 1.5rem;
  transition-delay: 0s;
  grid-template-rows: 1fr;
  right: 0;
}
@media screen and (min-width: 640px) {
  body.open .menupanel {
    padding-top: calc(160px + 1.75rem);
  }
}
@media screen and (min-width: 649px) {
  body.open .menupanel {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body.open .menupanel {
    /* width: ~"min(100%, @{menu-max-width-desktop})"; */
  }
}
body.open .menupanel .menu-animation {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
body.open .menupanel .red-card {
  transform: rotate(10deg);
  bottom: 0;
  left: 0;
  transition-delay: 0s;
}
.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: #00afa2;
  /* .bdrs(@gap-unit); */
  color: #ffffff;
  padding: 1rem;
  -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: 1200px) {
  .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: center;
  font-size: 2.2rem;
}
.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;
}
.km-modal .modaldialog .closebtn svg {
  width: 70%;
  height: 70%;
}
.km-modal .modaldialog .closebtn svg * {
  fill: #005057;
}
.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;
  }
}
.container-fluid.is-blueintro {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.is-blueintro > .inner .frame-type-text {
  line-height: 1.5em;
  font-weight: 400;
}
.container-fluid.is-blueintro > .inner .titlebox {
  position: relative;
  z-index: 10;
}
.container-fluid.is-blueintro > .inner .titlebox .has-noimg.inner {
  padding-bottom: 1px;
}
.container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox {
  font-size: 1rem;
  color: #005057;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}
.container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox ul {
  display: flex;
  padding-left: 0;
  justify-content: center;
  margin: 1em 0;
}
.container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox ul li {
  padding-left: 10px;
  margin-left: 9px;
  border-left: 1px solid white;
  line-height: 0.8em;
}
.container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox ul li:before {
  display: none;
}
.container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
.container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox ul li:nth-child(2) {
  font-weight: 700;
}
.container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox ul li a {
  text-decoration: none;
}
.container-fluid.is-blueintro > .inner .titlebox h1 {
  color: white;
  margin-bottom: 1.5rem;
}
.container-fluid.is-blueintro > .inner .titlebox .mbac-wrap {
  display: block;
  -webkit-border-radius: 0 0 1.5rem 1.5rem;
  -moz-border-radius: 0 0 1.5rem 1.5rem;
  -ms-border-radius: 0 0 1.5rem 1.5rem;
  -o-border-radius: 0 0 1.5rem 1.5rem;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  -webkit-transform: translateY(3rem);
  -moz-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  margin-top: -3rem;
  margin-bottom: 3rem;
}
.container-fluid.is-blueintro > .inner .titlebox .mbac-wrap img {
  width: 100%;
  height: auto;
  float: left;
}
.container-fluid.is-blueintro > .inner > .introcontent {
  position: relative;
  z-index: 10;
  color: white;
  text-align: center;
}
.container-fluid.is-blueintro > .inner > .introcontent .extcontainer-accordion {
  text-align: left;
}
.container-fluid.is-blueintro > .inner > .introcontent p {
  font-size: 1rem;
}
.container-fluid.is-blueintro > .inner > .introcontent p.lead {
  font-size: 1.5rem;
}
.container-fluid.is-blueintro > .inner > .introcontent .h1,
.container-fluid.is-blueintro > .inner > .introcontent .h2,
.container-fluid.is-blueintro > .inner > .introcontent .h3,
.container-fluid.is-blueintro > .inner > .introcontent .h4,
.container-fluid.is-blueintro > .inner > .introcontent h1,
.container-fluid.is-blueintro > .inner > .introcontent h2,
.container-fluid.is-blueintro > .inner > .introcontent h3,
.container-fluid.is-blueintro > .inner > .introcontent h4 {
  color: #00afa2;
}
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 .h1,
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 .h2,
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 .h3,
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 .h4,
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 h1,
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 h2,
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 h3,
.container-fluid.is-blueintro > .inner > .introcontent .frame-layout-42 h4 {
  color: #005057;
}
.container-fluid.is-blueintro > .inner > .bac-wrap {
  display: none;
}
@media screen and (max-width: 991px) {
  .container-fluid.is-blueintro .inner .titlebox {
    padding-top: 7rem;
    background: #00afa2;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .container-fluid.is-blueintro {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .container-fluid.is-blueintro > .inner {
    z-index: 2;
    padding-top: 10rem;
    border-radius: 0 0 3rem 3rem;
    position: relative;
    padding: 200px 3rem 3rem 3rem;
    color: white;
    overflow: hidden;
    background: #00afa2;
  }
  .container-fluid.is-blueintro > .inner .titlebox .breadcrumbbox ul {
    justify-content: flex-start;
  }
  .container-fluid.is-blueintro > .inner .titlebox .mbac-wrap {
    display: none;
  }
  .container-fluid.is-blueintro > .inner > .bac-wrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .container-fluid.is-blueintro > .inner > .bac-wrap:after {
    height: 30vw;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00afa2 100%);
    display: none;
  }
  .container-fluid.is-blueintro > .inner > .bac-wrap > .bac {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
  }
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid .h1,
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid .h2,
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid .h3,
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid .h4,
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid h1,
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid h2,
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid h3,
  .container-fluid.is-blueintro > .inner .introcontent .container-fluid h4 {
    color: #ffffff;
  }
}
.container-fluid.is-blueintro > .inner > .introcontent.has-layout-50 + .bac-wrap {
  left: 10%;
}
@media screen and (min-width: 992px) {
  .datalayout_10 .container-fluid.is-blueintro > .inner {
    padding-top: 230px;
  }
}
/* Bereich Wissen */
.layout-wissen .container-fluid.is-blueintro > .inner > .bac-wrap .bac {
  object-fit: contain;
  object-position: top center;
}
#budgetcheck-box .hidden {
  display: none;
}
#budgetcheck-box #btn-getcert {
  cursor: pointer;
}
.maincontent .breadcrumb ul {
  display: flex;
  text-transform: uppercase;
  list-style: none;
}
.maincontent .breadcrumb ul li {
  padding-left: 0;
}
.maincontent .breadcrumb ul li:before {
  display: none;
}
.maincontent .breadcrumb ul li a {
  letter-spacing: 0.2rem;
  font-weight: 700;
}
.tx-powermail {
  /* margin-bottom: @gap-unit * 3; */
}
.tx-powermail .powermail_form {
  font-size: 1.2rem;
}
.tx-powermail .powermail_form [type="checkbox"] {
  font-size: 2rem;
  -webkit-transform: scale(1.3, 1.3);
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit button {
  width: 100%;
  display: block;
  background-color: #9b1a81;
  color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit.calcbutton input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit.calcbutton button {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check {
  margin-bottom: 1em;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check > label {
  display: block;
  margin-bottom: 1rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  line-height: 1.2em;
  font-weight: 400;
  gap: 0.5rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label a {
  font-weight: 700;
  color: #00afa2;
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label .checkboxindicator {
  background: #cccccc;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: #ffffff;
  position: relative;
  flex: 0 0 1.5em;
  margin-right: 0;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label .checkboxindicator svg {
  position: relative;
  display: block;
  height: 80%;
  width: 80%;
  transition: all 0.2s ease-in-out;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label .checkboxindicator svg * {
  fill: transparent;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label input[type="checkbox"] {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label input[type="checkbox"]:checked + .checkboxindicator {
  background-color: #005057;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .form-check label input[type="checkbox"]:checked + .checkboxindicator svg * {
  fill: #ffffff;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check .checkbox.powermail_field_error .checkboxindicator {
  border: 4px solid #cc3939;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_check.powermail_fieldwrap_ichinteressieremichfuer .powermail_field {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date {
  position: relative;
  margin: 0 0 2rem 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input .powermail_field,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select .powermail_field,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea .powermail_field,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date .powermail_field {
  position: relative;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input option,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select option,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea option,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date option {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select {
  font-family: 'neulis-neue', sans-serif;
  border: 2px solid white;
  background-color: transparent;
  padding-inline: 25px;
  padding-block: 1em 0.2em;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 400;
  z-index: 5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  /* Ouline Style */
  /* Placeholder color */
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input input:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select input:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date input:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select:focus {
  outline: none;
  border-color: #00afa2;
  /* box-shadow: 0 0 0 0.2rem fade(@1stcolor, 50%); */
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input input::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select input::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date input::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select::-webkit-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input input:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select input:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date input:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select:-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input input::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select input::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date input::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select::-moz-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input input:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select input:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date input:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select:-ms-input-placeholder,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input input.specialinput,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select input.specialinput,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input.specialinput,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date input.specialinput {
  border-color: #ffffff;
  color: #ffffff;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input select + svg,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select select + svg,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select + svg,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date select + svg {
  position: absolute;
  right: 0.5rem;
  left: unset;
  height: 60%;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input label,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select label,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea label,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date label {
  margin-bottom: 1rem;
  position: absolute;
  left: 25px;
  top: 5px;
  z-index: 10;
  font-size: 0.6em;
  background-color: transparent;
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: white;
  transition: all 0.2s ease-in-out;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input.focus label,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select.focus label,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea.focus label,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date.focus label {
  font-size: 0.4em;
  color: #00afa2;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input .rangerwrap,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select .rangerwrap,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea .rangerwrap,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date .rangerwrap {
  display: flex;
  align-items: center;
  margin: 0.8rem 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input .rangerwrap span,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select .rangerwrap span,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea .rangerwrap span,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date .rangerwrap span {
  font-size: 0.8rem;
  display: block;
  font-weight: 700;
  color: #fcaa20;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input .rangerwrap span.min,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select .rangerwrap span.min,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea .rangerwrap span.min,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date .rangerwrap span.min {
  padding-right: 0.5rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input .rangerwrap span.max,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select .rangerwrap span.max,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea .rangerwrap span.max,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date .rangerwrap span.max {
  padding-left: 0.5rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_input .specialinput,
.tx-powermail .powermail_form .powermail_fieldwrap_type_select .specialinput,
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea .specialinput,
.tx-powermail .powermail_form .powermail_fieldwrap_type_date .specialinput {
  border: 2px solid #fcaa20;
}
.tx-powermail .powermail_form [type="date"],
.tx-powermail .powermail_form [type="datetime-local"],
.tx-powermail .powermail_form [type="month"],
.tx-powermail .powermail_form [type="time"],
.tx-powermail .powermail_form [type="week"] {
  -webkit-appearance: none;
  min-height: 2em;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea {
  font-size: 1em;
  font-weight: 400;
  resize: none;
}
.tx-powermail .powermail_form .powermail_fieldset {
  padding: 0;
  border: none;
}
.tx-powermail .powermail_form .powermail_fieldset legend {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset.zweispaltig {
  --thispad: 0.5rem;
  --thismarg: -0.5rem;
  display: flex;
  margin-left: var(--thismarg);
  margin-right: var(--thismarg);
  flex-wrap: wrap;
}
.tx-powermail .powermail_form .powermail_fieldset.zweispaltig legend {
  padding-left: var(--thispad);
  padding-right: var(--thispad);
  display: block;
  margin-bottom: 1em;
  flex: 0 0 100%;
}
.tx-powermail .powermail_form .powermail_fieldset.zweispaltig > .powermail_legend {
  flex: 0 0 100%;
}
.tx-powermail .powermail_form .powermail_fieldset.zweispaltig > .powermail_fieldwrap {
  flex: 0 0 100%;
  width: 100%;
  padding-left: var(--thispad);
  padding-right: var(--thispad);
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .tx-powermail .powermail_form .powermail_fieldset.zweispaltig > .powermail_fieldwrap {
    flex: 0 0 50%;
    width: 50%;
  }
}
.tx-powermail .powermail-errors-list {
  font-size: 0.6rem;
  margin: 0.25rem 0 0 0;
  position: absolute;
  left: 0;
  top: 100%;
}
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_input input,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_input input,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_input input,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_input input,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_input input,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_input input,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_select input,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_select input,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_select input,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_select input,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_select input,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_select input,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea input,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_date input,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_date input,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_date input,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_date input,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_date input,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_date input,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_input textarea,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_select textarea,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea textarea,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_date textarea,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_input select,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_select select,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_textarea select,
body.bgcolor_blue .tx-powermail .powermail_form .powermail_fieldwrap_type_date select,
body.bgcolor_purple .tx-powermail .powermail_form .powermail_fieldwrap_type_date select,
body.bgcolor_orange .tx-powermail .powermail_form .powermail_fieldwrap_type_date select,
body.bgcolor_berry .tx-powermail .powermail_form .powermail_fieldwrap_type_date select,
body.bgcolor_yellow .tx-powermail .powermail_form .powermail_fieldwrap_type_date select,
body.bgcolor_rot .tx-powermail .powermail_form .powermail_fieldwrap_type_date select {
  border-color: white;
}
body.bgcolor_blue .tx-powermail .powermail_label,
body.bgcolor_purple .tx-powermail .powermail_label,
body.bgcolor_orange .tx-powermail .powermail_label,
body.bgcolor_berry .tx-powermail .powermail_label,
body.bgcolor_yellow .tx-powermail .powermail_label,
body.bgcolor_rot .tx-powermail .powermail_label {
  color: white;
}
.news .news-list-view {
  /*
        <ul class="f3-widget-paginator">
            <li class="current"><span>1</span></li>
            
            <li>
                <a href="/hauptpunkt-3?tx_news_pi1%5Bcontroller%5D=News&amp;tx_news_pi1%5BcurrentPage%5D=2&amp;cHash=0d4901d49ee00a67fabda3f61d23db49">2</a>
            </li>

            <li class="next">
            <a href="/hauptpunkt-3?tx_news_pi1%5Bcontroller%5D=News&amp;tx_news_pi1%5BcurrentPage%5D=2&amp;cHash=0d4901d49ee00a67fabda3f61d23db49" title="">
                nächste
            </a>
            </li>
        </ul>

    */
}
.news .news-list-view .article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.news .news-list-view .article:after {
  display: none;
}
.news .news-list-view .article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news .news-list-view .article .news-list-category {
  margin: 0 0 10px 0;
  background-color: #005057;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.news .news-list-view .article .news-img-wrap {
  flex: 0 0 25%;
  width: 50%;
  float: none;
  margin: 0;
}
.news .news-list-view .article .news-img-wrap a {
  border: none;
  padding: 0;
}
.news .news-list-view .article .news-img-wrap a img {
  width: 100%;
  height: auto;
}
.news .news-list-view .article .teaser-text {
  flex: calc(75% - 2rem);
  width: 50%;
  float: none;
  padding: 0;
}
.news .news-list-view .article .teaser-text .newsmeta .news-list-date {
  color: #777;
  font-size: 0.7rem;
}
.news .news-list-view .article .teaser-text h2,
.news .news-list-view .article .teaser-text h3 {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  font-family: 'IBM Plex Serif', sans-serif;
}
.news .news-list-view .article .teaser-text h2 a,
.news .news-list-view .article .teaser-text h3 a {
  color: #00afa2;
  text-decoration: none;
}
.news .news-list-view .article .teaser-text h2 a:hover,
.news .news-list-view .article .teaser-text h3 a:hover {
  text-decoration: underline;
}
.news .news-list-view .article .teaser-text p {
  margin: 0 0 10px 0;
}
.news .news-list-view .f3-widget-paginator {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  list-style: none;
}
.news .news-list-view .f3-widget-paginator li {
  font-size: 0.9rem;
  padding-left: 0;
}
.news .news-list-view .f3-widget-paginator li::before {
  display: none;
}
.news .news-list-view .f3-widget-paginator li.next a,
.news .news-list-view .f3-widget-paginator li.previous a {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #00afa2;
  text-decoration: none;
  border: 1px solid #00afa2;
  padding: 0.3rem 0.6rem;
  border-radius: 0;
}
.news .news-list-view .f3-widget-paginator li.next a:hover,
.news .news-list-view .f3-widget-paginator li.previous a:hover {
  background-color: #00afa2;
  color: #fff;
}
.news .news-list-view .f3-widget-paginator li a,
.news .news-list-view .f3-widget-paginator li span {
  text-decoration: none;
  color: #00afa2;
  border: 1px solid #00afa2;
  padding: 0.3rem 0.6rem;
  border-radius: 0;
}
.news .news-list-view .f3-widget-paginator li a:hover,
.news .news-list-view .f3-widget-paginator li span:hover {
  background-color: #00afa2;
  color: #fff;
}
.news .news-list-view .f3-widget-paginator li.current span {
  background-color: #005057;
  border-color: #005057;
  color: #fff;
  padding: 0.3rem 0.6rem;
  font-weight: bold;
}
.news.news-single .article .newsmeta {
  color: #005057;
  font-size: 0.9rem;
}
.news.news-single .article .teaser-text {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.news.news-single .article .news-text-wrap {
  margin-bottom: 3rem;
}
.news.news-single .article .news-media-container > div[class*="-section"] {
  margin-bottom: 2rem;
}
.news.news-single .article .news-media-container > div[class*="-section"] h3 {
  margin-bottom: 1.5rem;
}
.news.news-single .article video {
  width: 100%;
  height: auto;
}
.news.news-single .article .shariff ul li {
  padding-left: 0;
}
.news.news-single .article .shariff ul li:before {
  display: none;
}
.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 #ffffff;
  width: 100%;
  padding: 0.25em 0.5em;
  font-size: 1rem;
}
.frame-type-form_formframework textarea {
  border: 1px solid #ffffff;
  height: 10rem;
}
.frame-type-form_formframework select {
  width: 100%;
  background: unset;
  border: 2px solid #ffffff;
  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: #005057;
}
.tx-kesearch-pi1 .navbar-form {
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  /*@media (min-width: @screen-lg) {
			right: 100px;
			&.active {
				right: @grid-padding-2x;
			}
		}*/
}
.tx-kesearch-pi1 .navbar-form .input-group {
  background-color: white;
  height: 32px;
}
.tx-kesearch-pi1 .navbar-form .input-group button,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword {
  border: 0;
  margin: 0 !important;
  background-color: transparent !important;
}
.tx-kesearch-pi1 .navbar-form .input-group button:focus,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword:focus,
.tx-kesearch-pi1 .navbar-form .input-group button:active,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword:active,
.tx-kesearch-pi1 .navbar-form .input-group button:focus-visible,
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.tx-kesearch-pi1 .navbar-form .input-group #ke_search_sword {
  padding: 0 0 0 .75rem;
  opacity: 0;
  color: white !important;
  display: none;
  position: relative;
  top: unset;
  font-size: 0.7rem;
  width: 80%;
  float: left;
  height: 32px;
  z-index: 0;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn {
  width: auto;
  display: block;
  position: absolute;
  right: 0;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: white;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] .icon,
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] .icon {
  font-size: 24px;
  font-weight: bold;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: none;
}
.tx-kesearch-pi1 .navbar-form .input-group .input-group-btn button[type="reset"] {
  display: none;
  visibility: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
}
.tx-kesearch-pi1 .navbar-form.active {
  width: 250px;
  right: 0;
  top: 0;
}
.tx-kesearch-pi1 .navbar-form.active button,
.tx-kesearch-pi1 .navbar-form.active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color: #005057 !important;
}
.tx-kesearch-pi1 .navbar-form.active #ke_search_sword {
  width: 80%;
  color: inherit !important;
}
.tx-kesearch-pi1 .navbar-form.active .input-group {
  background-color: white;
}
.tx-kesearch-pi1 .navbar-form.active .input-group button[type="submit"] {
  display: none;
  visibility: hidden;
}
.tx-kesearch-pi1 .navbar-form.active .input-group button[type="reset"] {
  display: block;
  visibility: visible;
  color: inherit;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1 .navbar-form #ke_search_sword {
    height: 90px;
  }
  .tx-kesearch-pi1 .navbar-form.active {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .tx-kesearch-pi1 .navbar-form #ke_search_sword {
    height: 100px;
  }
  .tx-kesearch-pi1 .navbar-form.active {
    width: 370px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 170px;
    height: 40px;
  }
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
.f3-widget-paginator li a {
  color: #005057;
  inherit-decoration: none;
}
.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
  color: #005057;
  inherit-decoration: none;
}
/**
 * Search Form (ke_search)
 */
.navbar form[role="search"] {
  width: 40px;
  height: 50px;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  /*
    @media (min-width: @screen-lg) {
		//height: 70px;
        right: @grid-padding;
        top: auto;
        bottom: 0; //2px;
		
		/*#ke_search_sword {
			height: 70px; // Due to rendering bug in firefox (does not except height 100%)
			padding-top: 28px;
		}*
		&.active {
			width: 760px;
			right: @grid-padding;
		}
		.input-group-btn {
			vertical-align: bottom;
			padding-bottom: 8px;
		}
	}
	@media (min-width: @screen-xl) {
		&.active {
			width: 915px;
		}
    }
    @media (min-width: @screen-xxl) {
        //bottom: 4px;
        &.active {
			width: 1160px;
		}
    }
    */
}
.navbar form[role="search"] .input-group {
  height: 100%;
}
.navbar form[role="search"] button,
.navbar form[role="search"] #ke_search_sword {
  padding: 0 9px;
  border: 0;
  margin: 0 !important;
  color: white !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 1rem;
}
.navbar form[role="search"] button[type="submit"] {
  font-size: 24px;
  display: table;
}
.navbar form[role="search"] button[type="submit"] .icon,
.navbar form[role="search"] button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.navbar form[role="search"] button[type="submit"] .icon {
  font-size: 24px;
}
.navbar form[role="search"] button[type="submit"] span {
  display: none;
}
.navbar form[role="search"] button[type="reset"] {
  display: none;
}
.navbar form[role="search"].active {
  width: 100%;
  right: 0;
}
.navbar form[role="search"].active button,
.navbar form[role="search"].active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color: #005057 !important;
}
.navbar form[role="search"].active #ke_search_sword {
  width: 100%;
}
.navbar form[role="search"].active .input-group {
  background-color: #005057;
}
.navbar form[role="search"].active button[type="submit"] {
  padding-right: 2rem;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
body .tx-kesearch-pi1 .kesearch_searchbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
body .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
  margin-bottom: 0;
  height: auto;
  position: relative;
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  body .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
    flex: 1 1 auto;
  }
}
body .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox #ke_search_sword {
  position: relative;
  border-radius: 100px;
  font-size: 1rem;
}
body .tx-kesearch-pi1 .kesearch_searchbox .resetbutt,
body .tx-kesearch-pi1 .kesearch_searchbox .submitbutt {
  color: #ffffff;
  margin: 0;
}
body .tx-kesearch-pi1 .kesearch_searchbox a.kesGreyButt,
body .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a,
body .tx-kesearch-pi1 .kesearch_searchbox span.submitbutt input,
body .tx-kesearch-pi1 .kesearch_searchbox input.kesGreyButt,
body .tx-kesearch-pi1 .kesearch_searchbox span.kesGreyButt {
  margin: 0;
  border: none;
  border-radius: 100px;
  color: #fff;
  background: inherit;
}
body .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a {
  background: #cccccc;
  border-color: #cccccc;
}
body .tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  width: auto;
}
body .tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
  display: block;
  margin-bottom: 1rem;
}
body .tx-kesearch-pi1 #kesearch_results .result-list-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2rem !important;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li {
  padding-left: 0;
  font-size: 0.8rem;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccc;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li:before {
  display: none;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li a {
  color: inherit;
  inherit-decoration: none;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li a:hover {
  color: #005057;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li.current {
  background-color: #005057;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li.current a.current {
  color: white !important;
}
body .tx-kesearch-pi1 form {
  margin-bottom: 0;
}
body .tx-kesearch-pi1 #ke_search_sword {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0.25rem 1rem;
  display: block;
  color: #005057;
  border-color: #00afa2;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
body .tx-kesearch-pi1 #ke_search_sword:focus,
body .tx-kesearch-pi1 #ke_search_sword:active,
body .tx-kesearch-pi1 #ke_search_sword:focus-visible {
  box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.25) !important;
  outline: none !important;
}
body .tx-kesearch-pi1 button[type="submit"] {
  padding: 9px 2rem;
  font-size: 18px;
}
body .tx-kesearch-pi1 .resetbutt {
  margin-top: 10px;
  display: none;
}
body .tx-kesearch-pi1 #kesearch_results {
  margin-top: 2rem;
}
body .tx-kesearch-pi1 .result-list-item .hit {
  color: #00afa2 !important;
  font-weight: 700 !important;
}
/* INDEXED SEArch */
.seite_360 #slides {
  margin-bottom: 2rem;
}
.tx-indexedsearch-info {
  display: flex;
  gap: 20px;
}
ul.tx-indexedsearch-browsebox {
  display: flex;
  list-style-type: none;
  width: 100%;
  gap: 1rem;
  padding-left: 0;
  margin: 3rem 0;
}
ul.tx-indexedsearch-browsebox li {
  padding-left: 0;
}
.tx-indexedsearch-searchbox {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
  color: #000000;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  margin-bottom: 1rem;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
  background-color: #fff;
  color: #005057;
  white-space: normal;
  outline: 0 !important;
  padding: 15px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
.tx-indexedsearch-res {
  margin-bottom: 2rem;
  border-bottom: 1px solid #393939;
}
.tx-indexedsearch-res h3 {
  display: flex;
  font-size: 1.4rem;
  font-family: inherit;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-percent {
  color: #393939;
  font-size: 1rem;
}
.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: 'neue-haas-grotesk-display', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1em;
}
.ce-uploads li .innerlink:hover {
  background-color: rgba(0, 80, 87, 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: #005057;
}
@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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.tx-images-logowall figure {
  margin: 0;
  line-height: 0;
  flex: 0 0 calc(50% - 0.25rem);
}
@media (min-width: 640px) {
  .tx-images-logowall figure {
    flex: 0 0 calc(33.33% - 0.33334rem);
  }
}
@media (min-width: 1024px) {
  .tx-images-logowall figure {
    flex: 0 0 calc(25% - 0.375rem);
  }
}
@media (min-width: 1200px) {
  .tx-images-logowall figure {
    flex: 0 0 calc(16.66% - 0.5rem);
  }
}
.tx-images-logowall figure img {
  height: auto;
  width: 100%;
}
.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: #005057;
  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: #005057;
  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: #005057;
}
.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: #ffffff;
  }
  .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: #005057;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contactlinks a svg {
  width: 55%;
  height: auto;
  fill: #ffffff;
}
footer {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
footer .infoblock {
  padding-left: 0em;
  position: relative;
  margin-bottom: 0.5em;
}
footer .infoblock .color-2ndcolor {
  font-weight: 700;
  display: none;
  margin-inline: 0.4em 0.25em;
}
footer .address-chunk {
  display: block;
}
footer .address-chunk a {
  color: #ffffff;
}
footer .address-space {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .infoblock .color-2ndcolor {
    display: inline-block;
  }
  footer .address-chunk {
    display: inline;
  }
  footer .address-space {
    display: inline;
  }
}
footer .footermenu-big {
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 3rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
footer .footermenu-big a {
  padding: 0;
}
footer .footermenu-big > li:after {
  display: none;
}
footer .footermenu-big > li:first-child {
  flex: 0 0 100%;
}
footer .footermenu-big .submenu {
  display: flex;
  column-gap: 1rem;
  justify-content: flex-start;
  max-width: unset;
}
footer .footermenu-big .submenu a {
  display: block;
  font-size: 0.666rem;
}
footer .socialmenu {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
footer .socialmenu a {
  line-height: 0;
}
footer .socialmenu a svg {
  width: 1.25rem;
  height: 1.25rem;
}
footer .socialmenu a svg path {
  fill: #9b1a81;
}
footer p {
  margin-bottom: 0.5em;
}
footer .row-footermenu {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1rem;
}
footer .row-footermenu .metanav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
footer .row-footermenu .metanav ul li {
  white-space: nowrap;
  line-height: 1.2em;
}
footer .row-footermenu .metanav ul li a {
  text-decoration: underline;
  color: #ffffff;
  text-decoration: none;
}
footer .row-footermenu .metanav ul li:after {
  content: "»";
  color: #005057;
}
@media screen and (min-width: 768px) {
  footer .row-footermenu {
    justify-content: flex-left;
    align-items: center;
    flex-direction: row;
  }
  footer .row-footermenu .metanav ul {
    margin: 1em 0;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
    row-gap: 0.25em;
  }
  footer .row-footermenu .metanav ul li {
    position: relative;
  }
  footer .row-footermenu .metanav ul li a {
    padding-inline: 0.5em;
    margin-inline: -0.5em;
  }
  footer .row-footermenu .metanav ul li:last-child:after {
    content: none;
  }
  footer .row-footermenu .metanav ul li:not(:last-child):after {
    content: "";
    background-color: #00afa2;
    width: 2px;
    height: 1em;
    position: absolute;
    right: -0.5em;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
[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;
}
.tx-filteredjobs .jobsfilter {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tx-filteredjobs .jobsfilter a {
  white-space: nowrap;
  background: white;
  border: 3px solid #005057;
  box-sizing: border-box;
  color: #005057;
  transition: all 0.2s ease-in-out;
}
.tx-filteredjobs .jobsfilter a:hover,
.tx-filteredjobs .jobsfilter a.active {
  background: #005057;
  color: white;
}
.tx-filteredjobs .jobslist {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tx-filteredjobs .jobslist > a {
  display: flex;
  padding: 1rem;
  border: 3px solid #005057;
  box-sizing: border-box;
  position: relative;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  /* Columns */
}
.tx-filteredjobs .jobslist > a .jobtitle {
  font-weight: 900;
  color: #ffffff;
}
.tx-filteredjobs .jobslist > a .btnaccent {
  display: inline-block;
  background: #005057;
  color: white;
  border-radius: 100px;
  padding: 0 1rem;
  align-self: flex-start;
}
@media screen and (min-width: 540px) {
  .tx-filteredjobs .jobslist > a {
    flex: 0 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .tx-filteredjobs .jobslist > a {
    flex: 0 0 calc(33.3333% - 0.6667rem);
    width: calc(33.3333% - 0.6667rem);
  }
}
@media screen and (min-width: 1200px) {
  .tx-filteredjobs .jobslist > a {
    flex: 0 0 calc(20% - 0.8rem);
    width: calc(20% - 0.8rem);
  }
}
.tx-references .reffilter,
.tx-filteredreferences .reffilter {
  margin-bottom: 3rem;
}
.tx-references > .reflist,
.tx-filteredreferences > .reflist {
  flex: 1;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tx-references > .reflist a,
.tx-filteredreferences > .reflist a {
  flex: 0 0 calc(33.33% - 1.5rem);
  border: 3px solid #f4f3f9;
  padding: 3rem 1rem 1.5rem 1rem;
  text-decoration: none;
  color: inherit;
  display: block;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .tx-references > .reflist a:nth-child(1),
  .tx-filteredreferences > .reflist a:nth-child(1),
  .tx-references > .reflist a:nth-child(3),
  .tx-filteredreferences > .reflist a:nth-child(3) {
    margin-top: 5rem;
  }
}
.tx-references > .reflist a img,
.tx-filteredreferences > .reflist a img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.tx-references > .reflist a .title,
.tx-filteredreferences > .reflist a .title {
  font-weight: 300;
  color: #ffffff;
  font-size: 1.25rem !important;
  line-height: 1.4em !important;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .tx-references > .reflist a .title,
  .tx-filteredreferences > .reflist a .title {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 576px) {
  .tx-references > .reflist a .title,
  .tx-filteredreferences > .reflist a .title {
    font-size: 1.125rem !important;
  }
}
.tx-references > .reflist a .subtitle,
.tx-filteredreferences > .reflist a .subtitle {
  font-weight: 300;
  color: #ffffff;
  font-size: 0.6666rem !important;
  line-height: 1.5em !important;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 1rem;
}
.tx-references > .reflist a .btnaccent,
.tx-filteredreferences > .reflist a .btnaccent {
  display: inline-block;
  background: #005057;
  color: white;
  border-radius: 100px;
  padding: 0 1rem;
  align-self: flex-start;
}
.tx-references > .reflist a svg.plus,
.tx-filteredreferences > .reflist a svg.plus {
  width: 1rem;
  height: 1rem;
  fill: #000;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.tx-references > .reflist a svg.plus *,
.tx-filteredreferences > .reflist a svg.plus * {
  transition: all 0.3s ease;
  pointer-events: none;
  fill: #f4f3f9;
}
.tx-references > .reflist a:hover,
.tx-filteredreferences > .reflist a:hover {
  background-color: #f4f3f9;
}
.tx-references > .reflist a:hover svg.plus *,
.tx-filteredreferences > .reflist a:hover svg.plus * {
  opacity: 1;
  fill: #005057;
}
@media (max-width: 768px) {
  .tx-references > .reflist a,
  .tx-filteredreferences > .reflist a {
    flex: 1 0 calc(50% - 2px);
  }
}
@media (max-width: 480px) {
  .tx-references > .reflist a,
  .tx-filteredreferences > .reflist a {
    flex: 1 0 calc(100% - 2px);
  }
}
.ce-logo-grid {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  container-type: inline-size;
}
.ce-logo-grid > div {
  display: flex;
  gap: 1rem;
}
.ce-logo-grid > div .logowrap {
  flex: 1 1 auto;
  height: 19cqw;
  width: auto;
}
.ce-logo-grid > div .logowrap img {
  width: auto;
  height: 100%;
}
.ce-maskedvideo {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.ce-maskedvideo .text-mask {
  mix-blend-mode: lighten;
  background: #ffffff;
  position: relative;
  inset: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  pointer-events: none;
  line-height: 0;
}
.ce-maskedvideo video {
  display: block;
  height: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  object-fit: cover;
}
.ce-shortcutlist {
  --kmscl-textcolor: #ffffff;
  --kmscl-linkcolor: #ffffff;
  --kmscl-linkhovercolor: #005057;
}
.ce-shortcutlist h4 {
  color: #005057;
  margin-bottom: 0.25rem;
  font-weight: 900;
  font-size: 1.25rem !important;
  line-height: 1.4em !important;
}
@media (max-width: 768px) {
  .ce-shortcutlist h4 {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 576px) {
  .ce-shortcutlist h4 {
    font-size: 1.125rem !important;
  }
}
.ce-shortcutlist dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem !important;
}
@media screen and (min-width: 1200px) {
  .ce-shortcutlist dl {
    font-size: 1.25rem !important;
    line-height: 1.4em !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 768px) {
  .ce-shortcutlist dl {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 576px) {
  .ce-shortcutlist dl {
    font-size: 1.125rem !important;
  }
}
.ce-shortcutlist dl dt {
  font-weight: 900;
  flex: 0 0 100%;
}
@media screen and (min-width: 1200px) {
  .ce-shortcutlist dl dt {
    flex: 0 0 auto;
  }
}
.ce-shortcutlist dl dd {
  margin-bottom: 1rem;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .ce-shortcutlist dl dd {
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
}
.ce-shortcutlist dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ce-shortcutlist dl dd ul li {
  display: inline;
  padding-left: 0;
  margin-bottom: 0;
}
.ce-shortcutlist dl dd ul li:before {
  display: none;
}
.ce-shortcutlist dl dd a {
  color: var(--kmscl-linkcolor);
  /* text-decoration: none; */
  transition: all 0.3s ease;
}
.ce-shortcutlist dl dd a:hover {
  /* text-decoration: none; */
  color: var(--kmscl-linkhovercolor);
}
.ce-covered-image {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  min-height: 70svh;
}
.ce-covered-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.ce-covered-image .gradientOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  z-index: 10;
  opacity: 0.8;
}
.ce-covered-image .btn {
  position: absolute;
  z-index: 12;
  bottom: 3rem;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  background-color: var(--themecolor, #9b1a81);
}
.ce-covered-image .overlay {
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70svh;
  position: relative;
  padding: 3rem 0;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ce-covered-image .overlay svg {
  width: clamp(100px,50vw, 500px);
  height: auto;
}
.ce-covered-image .overlay svg * {
  fill: #ffffff;
}
.ce-covered-image .overlay.pos-h-left {
  justify-content: flex-start;
}
.ce-covered-image .overlay.pos-h-center {
  justify-content: center;
}
.ce-covered-image .overlay.pos-h-right {
  justify-content: flex-end;
}
.ce-covered-image .overlay.pos-v-top {
  align-items: flex-start;
}
.ce-covered-image .overlay.pos-v-center {
  align-items: center;
}
.ce-covered-image .overlay.pos-v-bottom {
  align-items: flex-end;
}
.ce-iconaccordion {
  margin-bottom: 40px;
}
.ce-iconaccordion .collapsingItem {
  position: relative;
}
.ce-iconaccordion .collapsingItem:last-child {
  border-bottom: 2px solid #ffffff;
}
.ce-iconaccordion .collapsingItem .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 1rem;
  border-top: 2px solid #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.ce-iconaccordion .collapsingItem .heading .icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  flex: 0 0 2em;
  border-radius: 50%;
  background-color: #005057;
  position: relative;
}
.ce-iconaccordion .collapsingItem .heading .icon svg {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.ce-iconaccordion .collapsingItem .heading .icon svg * {
  fill: #ffffff;
}
.ce-iconaccordion .collapsingItem .heading .title {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
  flex: 1;
}
.ce-iconaccordion .collapsingItem .heading .title b {
  display: block;
  font-weight: bold;
}
.ce-iconaccordion .collapsingItem .heading .toggle {
  transition: transform 0.3s ease;
}
.ce-iconaccordion .collapsingItem .heading .toggle .toggleIcon {
  width: 1rem;
  height: 1rem;
  display: block;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
  transform-origin: center center;
  margin-right: 0;
}
.ce-iconaccordion .collapsingItem .heading .toggle .toggleIcon svg {
  width: 100%;
}
.ce-iconaccordion .collapsingItem .heading .toggle .toggleIcon svg #bar1,
.ce-iconaccordion .collapsingItem .heading .toggle .toggleIcon svg #bar2 {
  transition: all 0.3s ease;
}
.ce-iconaccordion .collapsingItem .heading .toggle .toggleIcon svg.active #bar1 {
  opacity: 0;
  transform: scale(0);
}
.ce-iconaccordion .collapsingItem .content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.5s;
}
.ce-iconaccordion .collapsingItem .content .collapsing {
  min-height: 0;
  transition: visibility 1s;
  visibility: hidden;
}
.ce-iconaccordion .collapsingItem .content .textblock {
  padding: 0 1rem 2rem 2.75rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  box-sizing: content-box;
}
.ce-iconaccordion .collapsingItem[aria-expanded="true"] .heading .toggleIcon {
  transform: rotate(0deg);
}
.ce-iconaccordion .collapsingItem[aria-expanded="true"] .content {
  animation: fadeIn 0.4s ease-in-out;
  grid-template-rows: 1fr;
}
.ce-iconaccordion .collapsingItem[aria-expanded="true"] .content .collapsing {
  visibility: visible;
}
@media screen and (min-width: 480px) {
  .ce-iconaccordion .collapsingItem .heading .icon {
    width: 2.5em;
    height: 2.5em;
    flex: 0 0 2.5em;
  }
  .ce-iconaccordion .collapsingItem .heading .title {
    font-size: 1.4em;
  }
  .ce-iconaccordion .collapsingItem .heading .toggle .toggleIcon {
    margin-right: 1rem;
  }
  .ce-iconaccordion .collapsingItem .content .textblock {
    padding-left: 3.2rem;
  }
}
.ce-iconaccordion.no-icon .collapsingItem .heading .toggle .toggleIcon svg * {
  fill: #005057;
}
.ce-iconaccordion.no-icon .collapsingItem .content,
.ce-iconaccordion.no-icon .collapsingItem .content .textblock {
  padding-left: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ce-ticker-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 1em 0;
  font-size: 1.3rem;
}
.ce-ticker-container .ticker-text {
  display: block;
  padding: 0 5em;
  color: #005057;
}
@media screen and (min-width: 640px) {
  .ce-ticker-container {
    font-size: 2rem;
  }
}
.ce-ticker-container .ce-ticker-wrapper {
  position: relative;
  white-space: nowrap;
  display: flex;
}
.ce-ticker-container .ce-ticker-item {
  display: inline-block;
  font-weight: bold;
  font-weight: 300;
}
.ce-quote {
  padding-block: 0rem;
}
.ce-quote .inner {
  position: relative;
}
.ce-quote .inner .watermark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.ce-quote .inner .watermark * {
  fill: #f2f1ef;
}
.ce-quote .inner .ce-quote__quote {
  z-index: 10;
  position: relative;
  padding-left: 1.5rem;
  padding-block: 0;
}
.ce-quote .inner .ce-quote__quote .ce-quote__quote__text {
  position: relative;
  margin-bottom: 1rem;
}
.ce-quote .inner .ce-quote__quote .ce-quote__quote__text .qmark {
  position: absolute;
  width: 1.5rem;
  z-index: 20;
}
.ce-quote .inner .ce-quote__quote .ce-quote__quote__text .qmark * {
  fill: #ffffff;
}
.ce-quote .inner .ce-quote__quote .ce-quote__quote__text .qmark.qmark-in {
  top: 0;
  right: calc(100% + 0.5rem);
}
.ce-quote .inner .ce-quote__quote .ce-quote__quote__text .qmark.qmark-out {
  top: 100%;
  left: 100%;
  display: none;
}
.ce-quote .inner .ce-quote__quote .ce-quote__quote__text .ce-quote-text {
  text-align: left;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .ce-quote .inner .ce-quote__quote {
    padding-inline: 2rem;
  }
  .ce-quote .inner .ce-quote__quote .ce-quote__quote__text .qmark {
    width: 2.5rem;
  }
  .ce-quote .inner .ce-quote__quote .ce-quote__quote__text .qmark.qmark-in {
    right: calc(100% + 1rem);
  }
}
.ce-breadcrumb {
  margin-bottom: 2rem;
}
.ce-breadcrumb a {
  color: #ffffff;
  font-size: 0.6rem;
  text-decoration: none;
}
.ce-breadcrumb h1 {
  font-size: inherit;
  display: inline;
  font-size: 0.8rem;
  font-weight: 900;
}
/*

<div class="ce-textlogo">
    <div class="inner d-flex">
        <div class="imagewrap">                
                <img src="/fileadmin/_processed_/f/4/csm_partner-fioneer_bd3ca06c3b.jpg" width="171" height="171" alt="">
        </div>

        <div class="textwrap">                
            <span class="header"><p>SAP Partner</p></span>  
            <div class="text">
                <p>Als Marktführerin für Unternehmensanwendungen unterstützt die SAP SE Firmen jeder Größe und Branche, ihr Geschäft profitabel zu betreiben, sich kontinuierlich anzupassen und nachhaltig zu wachsen.</p>
            </div>               
        </div>     
    </div>
</div>

*/
.ce-textlogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ce-textlogo .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.ce-textlogo .inner .imagewrap {
  flex: 0 0 100px;
}
.ce-textlogo .inner .imagewrap img {
  max-width: 100%;
  height: auto;
}
.ce-textlogo .inner .textwrap {
  flex: 1 1 auto;
  text-align: center;
}
.ce-textlogo .inner .textwrap .header {
  font-size: 1.5rem !important;
  line-height: 1.2em !important;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ce-textlogo .inner .textwrap .header {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 576px) {
  .ce-textlogo .inner .textwrap .header {
    font-size: 1.125rem !important;
  }
}
.ce-textlogo .inner .textwrap .text {
  font-size: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .ce-textlogo .inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
  .ce-textlogo .inner .textwrap {
    text-align: left;
  }
  .ce-textlogo .inner .imagewrap {
    flex: 0 0 200px;
  }
}
.ce-iconcloud {
  background: #005057;
  overflow: auto;
  position: relative;
}
.ce-iconcloud .bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../../../ContentBlocks/ContentElements/iconcloud/images/bg-iconcloud.jpg) no-repeat center center;
  inset: 0;
  object-fit: cover;
}
.ce-iconcloud .inner {
  color: #ffffff;
  margin: 0 auto;
  padding-block: 3rem;
  max-width: 1200px;
  z-index: 5;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ce-iconcloud .inner .itemcloud {
  --gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-inline: -var(--gap);
  row-gap: 2rem;
}
.ce-iconcloud .inner .itemcloud .iconitem {
  padding-inline: var(--gap);
  display: flex;
  gap: 1rem;
  align-items: center;
  line-height: 1.2;
  font-size: 1.2rem;
  text-align: left;
  border-right: 2px solid white;
}
.ce-iconcloud .inner .itemcloud .iconitem:last-child {
  border-right: none !important;
}
.ce-iconcloud .inner .itemcloud svg {
  width: 3rem;
  height: auto;
}
.ce-iconcloud .inner .itemcloud svg * {
  fill: #ffffff;
}
.ce-iconcloud .inner .btn {
  border: 2px solid white;
  color: white;
  background: transparent;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .ce-iconcloud .inner .itemcloud {
    justify-content: center;
  }
}
.tx-kkh-kachelnModal .inside {
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (min-width: 1200px) {
  .tx-kkh-kachelnModal .inside {
    padding-inline: 0;
  }
}
.tx-kkh-kachelnModal .inside.full {
  max-width: 100vw;
}
.tx-kkh-kachelnModal .inside.widerwidth {
  max-width: 1200px;
}
.tx-kkh-kachelnModal .inside.innerwidth {
  max-width: 800px;
}
.tx-kkh-kachelnModal h2 {
  margin-bottom: 2rem;
}
.tx-kkh-kachelnModal .items {
  --gap: 1rem;
  display: grid;
  gap: var(--gap);
  padding-left: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .tx-kkh-kachelnModal .items {
    --gap: 2rem;
  }
}
.tx-kkh-kachelnModal .items.grid-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 576px) {
  .tx-kkh-kachelnModal .items.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .tx-kkh-kachelnModal .items.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tx-kkh-kachelnModal .items.grid-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 576px) {
  .tx-kkh-kachelnModal .items.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .tx-kkh-kachelnModal .items.grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .tx-kkh-kachelnModal .items.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tx-kkh-kachelnModal .items > .item {
  width: 100%;
  aspect-ratio: 1.3;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
  align-self: stretch;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  .tx-kkh-kachelnModal .items > .item {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
@media screen and (min-width: 992px) {
  .tx-kkh-kachelnModal .items > .item {
    flex: 0 0 calc(25% - 2rem);
  }
}
.tx-kkh-kachelnModal .items > .item .title {
  font-size: 3.3cqw;
  line-height: 1.2;
  align-self: flex-start;
  color: #333333;
  font-weight: bold;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .tx-kkh-kachelnModal .items > .item .title {
    font-size: 1.2rem;
  }
}
.tx-kkh-kachelnModal .items > .item .open-modal {
  color: #333333;
  border: unset;
  background: unset;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  align-self: flex-end;
}
.tx-kkh-kachelnModal .items > .item .spacer {
  height: 50px;
}
.tx-kkh-kachelnModal .items > .item.grau {
  background-color: #f3efe9;
}
.tx-kkh-kachelnModal .items > .item.green {
  background-color: #013E14;
}
.tx-kkh-kachelnModal .items > .item.purple {
  background-color: #653859;
}
.tx-kkh-kachelnModal .items > .item.orange {
  background-color: #A6531B;
}
.tx-kkh-kachelnModal .items > .item.petrol {
  background-color: #198182;
}
.tx-kkh-kachelnModal .items > .item.red {
  background-color: #901814;
}
.tx-kkh-kachelnModal .items > .item.red:hover .title {
  color: #ffffff !important;
}
.tx-kkh-kachelnModal .items > .item.red:hover .open-modal {
  color: #ffffff !important;
}
.tx-kkh-kachelnModal .items > .item.green .title,
.tx-kkh-kachelnModal .items > .item.purple .title,
.tx-kkh-kachelnModal .items > .item.orange .title,
.tx-kkh-kachelnModal .items > .item.petrol .title,
.tx-kkh-kachelnModal .items > .item.red .title {
  color: #ffffff;
}
.tx-kkh-kachelnModal .items > .item.green .open-modal,
.tx-kkh-kachelnModal .items > .item.purple .open-modal,
.tx-kkh-kachelnModal .items > .item.orange .open-modal,
.tx-kkh-kachelnModal .items > .item.petrol .open-modal,
.tx-kkh-kachelnModal .items > .item.red .open-modal {
  color: #ffffff;
}
.tx-kkh-kachelnModal .items > .item.greenborder,
.tx-kkh-kachelnModal .items > .item.darkgreenborder,
.tx-kkh-kachelnModal .items > .item.redborder,
.tx-kkh-kachelnModal .items > .item.blueborder,
.tx-kkh-kachelnModal .items > .item.purpleborder,
.tx-kkh-kachelnModal .items > .item.orangeborder,
.tx-kkh-kachelnModal .items > .item.petrolborder,
.tx-kkh-kachelnModal .items > .item.yellowborder {
  border: 4px solid transparent;
}
.tx-kkh-kachelnModal .items > .item.greenborder {
  border-color: #3E734D;
}
.tx-kkh-kachelnModal .items > .item.darkgreenborder {
  border-color: #013e14;
}
.tx-kkh-kachelnModal .items > .item.redborder {
  border-color: #770000;
}
.tx-kkh-kachelnModal .items > .item.blueborder {
  border-color: #124F83;
}
.tx-kkh-kachelnModal .items > .item.purpleborder {
  border-color: #653859;
}
.tx-kkh-kachelnModal .items > .item.orangeborder {
  border-color: #a6531b;
}
.tx-kkh-kachelnModal .items > .item.petrolborder {
  border-color: #198182;
}
.tx-kkh-kachelnModal .items > .item.yellowborder {
  border-color: #FFF200;
}
.tx-kkh-kachelnModal .items > .item dialog {
  width: 90vw;
  max-width: 60ch;
  border-radius: 1rem;
  padding: 1.5rem;
}
.tx-kkh-kachelnModal .items > .item dialog[open] {
  display: flex;
  flex-direction: column;
}
.tx-kkh-kachelnModal .items > .item dialog .sticky {
  position: sticky;
}
.tx-kkh-kachelnModal .items > .item dialog .sticky button {
  color: #787878;
}
.tx-kkh-kachelnModal .items > .item dialog .content {
  padding: 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content > img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.tx-kkh-kachelnModal .items > .item dialog .content .title {
  font-size: 2rem;
  font-weight: normal;
  color: #007bff;
}
.tx-kkh-kachelnModal .items > .item dialog .content > p {
  color: #787878;
}
.tx-kkh-kachelnModal .items > .item dialog .content p {
  font-size: 0.9em;
  line-height: 1.5;
}
.tx-kkh-kachelnModal .items > .item dialog .content ul li {
  font-size: 0.9em;
  line-height: 1.5;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall {
  padding-inline: 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .contentheader {
  display: none;
  visibility: hidden;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item {
  flex-grow: 1;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item .nav-link {
  color: #ffffff;
  background-color: #007bff;
  border-radius: 1rem;
  border: 1px solid #007bff;
  padding: .3rem 1rem;
  text-decoration: unset;
  font-size: 0.8rem;
  text-align: center;
  transition: all .3s ease;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item .nav-link.active,
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item .nav-link:hover {
  background-color: #e3e3e3;
  color: #007bff;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body {
  padding: 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body p {
  color: #333333;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body p a {
  color: inherit;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body p:last-of-type {
  margin-bottom: 0;
}
.ce-singlecontact .the-person {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ce-singlecontact .the-person .imagewrap {
  width: 8rem;
  height: 8rem;
  margin-right: 20px;
}
.ce-singlecontact .the-person .imagewrap img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.ce-singlecontact .the-person .datawrap h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.ce-singlecontact .the-person .datawrap a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  text-decoration: none;
}
.ce-singlecontact .the-person .datawrap a:hover {
  text-decoration: underline;
}
.ce-singlecontact .the-person .datawrap a svg {
  width: auto;
  height: 1.25em;
}
.ce-singlecontact .the-person .datawrap a svg * {
  fill: #005057;
}
.ce-singlecontact .the-person .datawrap .nameblock {
  margin-bottom: 1rem;
}
.ce-singlecontact .the-person .datawrap .nameblock .name {
  font-weight: 900;
}
.ce-singlecontact .the-person .datawrap .nameblock span {
  display: block;
}
@media (max-width: 480px) {
  .ce-singlecontact .the-person {
    flex-direction: column;
    text-align: center;
  }
  .ce-singlecontact .the-person .imagewrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ce-singlecontact .the-person .datawrap a {
    justify-content: center;
  }
}
.cb-hoverbox {
  --background: #005057;
  --textcolor: #ffffff;
  --transition-easing: 0.3s ease-in-out;
  background: #00afa2;
  border: 3px solid #00afa2;
  height: 100%;
  padding: 5rem 1rem 1rem 1rem;
  box-sizing: border-box;
  position: relative;
  color: #005057;
  transition: background var(--transition-easing), color var(--transition-easing), border-color var(--transition-easing);
  container: inline-size;
}
.cb-hoverbox .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cb-hoverbox .cb-hoverbox-header {
  font-size: clamp(1rem, 3cqi, 1.5rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}
.cb-hoverbox .rotwrap {
  display: block;
  transform-origin: left bottom;
  position: relative;
}
.cb-hoverbox .cb-hoverbox-bodytext {
  opacity: 0;
  margin-top: 0.5rem;
}
.cb-hoverbox.concealed .cb-hoverbox-header {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: clamp(0.75rem, 5cqi, 2rem);
  width: 0;
  height: 0;
}
.cb-hoverbox.concealed .rotwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  opacity: 0.5;
  font-weight: 700;
  /* white-space: nowrap; */
}
.cb-hoverbox.concealed .cb-hoverbox-bodytext {
  opacity: 0;
}
.cb-hoverbox:not(.concealed):not(.is--passive) {
  background: none;
  color: var(--textcolor);
  border-color: #00afa2;
}
.cb-hoverbox:not(.concealed):not(.is--passive) .cb-hoverbox-bodytext {
  opacity: 1;
}
.cb-hoverbox:not(.concealed):not(.is--passive) .svgsmiley svg * {
  fill: #00afa2;
}
.cb-hoverbox .svgsmiley {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.cb-hoverbox .svgsmiley svg {
  width: 100%;
  height: auto;
}
.cb-hoverbox .svgsmiley svg * {
  fill: #005057;
}
.cb-hoverbox .svgsmiley svg .wink-eye {
  opacity: 0;
}
.cb-hoverbox .svgsmiley svg .beam-eye {
  opacity: 1;
}
.cb-hoverbox:hover .svgsmiley svg .wink-eye {
  animation: blink-in 1.6s ease-in-out 0.5s forwards;
}
.cb-hoverbox:hover .svgsmiley svg .beam-eye {
  animation: blink-out 1.6s ease-in-out 0.5s forwards;
}
.cb-hoverbox.is--passive .inner {
  height: auto;
}
.cb-hoverbox.is--passive .cb-hoverbox-header {
  font-size: clamp(0.75rem, 5cqi, 1.5rem);
}
.cb-hoverbox.is--passive .cb-hoverbox-bodytext {
  opacity: 1;
}
@media (max-width: 900px) {
  .cb-hoverbox .cb-hoverbox-header {
    font-size: clamp(1.25rem, 5cqi, 2rem);
    color: #00afa2;
  }
  .cb-hoverbox.is--passive .cb-hoverbox-header {
    color: #005057;
  }
  .cb-hoverbox.concealed .cb-hoverbox-header {
    position: static;
    width: auto;
    height: auto;
  }
  .cb-hoverbox.concealed .rotwrap {
    position: static;
    transform: none;
    opacity: 1;
    font-weight: inherit;
  }
  .cb-hoverbox.concealed .cb-hoverbox-bodytext {
    opacity: 1;
  }
}
@keyframes blink-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.km-iconmatrix .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .km-iconmatrix .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .km-iconmatrix .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.km-iconmatrix .item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.km-iconmatrix .item .icon {
  flex-shrink: 0;
}
.km-iconmatrix .item .icon svg {
  width: 3rem;
  height: 3rem;
}
.km-iconmatrix .item .icon svg * {
  fill: #00afa2;
}
.km-iconmatrix .item .title {
  font-size: 1.2em;
  color: #00afa2;
}
.km-numberedboxes .items {
  --box-offset: 6rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding-bottom: var(--box-offset);
}
.km-numberedboxes .items .item {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #00afa2;
  padding: 2rem 4rem 4rem 1.5rem;
  position: relative;
}
.km-numberedboxes .items .item .number {
  position: absolute;
  bottom: 0.25rem;
  right: 0.5rem;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}
.km-numberedboxes .items .item .arrow-icon {
  display: block;
  position: absolute;
  width: 3rem;
  height: auto;
  top: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.km-numberedboxes .items .item .arrow-icon svg {
  width: 100%;
  height: auto;
  transform-origin: bottom left;
  transform: rotate(110deg);
}
.km-numberedboxes .items .item:last-child .arrow-icon {
  display: none;
}
.km-numberedboxes .items .item .innerText .title {
  font-size: 1.25rem !important;
  line-height: 1.4em !important;
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .km-numberedboxes .items .item .innerText .title {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 576px) {
  .km-numberedboxes .items .item .innerText .title {
    font-size: 1.125rem !important;
  }
}
.km-numberedboxes .items .item .innerText .bodytext {
  font-size: 0.6666rem !important;
  line-height: 1.5em !important;
  letter-spacing: 0.02em;
  display: block;
}
@media (min-width: 768px) {
  .km-numberedboxes .items {
    gap: 3rem;
  }
  .km-numberedboxes .items .item {
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
  .km-numberedboxes .items .item:first-child .arrow-icon {
    display: none;
  }
  .km-numberedboxes .items .item:last-child .arrow-icon {
    display: block;
  }
  .km-numberedboxes .items .item:nth-child(2n+1) .arrow-icon {
    transform: scaleX(-1);
    top: -2.5rem;
    left: unset;
    right: -2.5rem;
  }
  .km-numberedboxes .items .item:nth-child(2n+1) .arrow-icon svg {
    transform: rotate(45deg);
  }
  .km-numberedboxes .items .item:nth-child(2n) {
    transform: translateY(var(--box-offset));
  }
  .km-numberedboxes .items .item:nth-child(2n) .arrow-icon {
    top: -2.5rem;
    left: -2.5rem;
    transform: none;
  }
  .km-numberedboxes .items .item:nth-child(2n) .arrow-icon svg {
    transform: rotate(45deg);
  }
}
.km-leistungsmatrix {
  --lm-bg: #005057;
  --lm-card: #004248;
  --lm-bdr: rgba(255, 255, 255, 0.15);
  --lm-accent: #00c8b4;
  --lm-gold: #c8f000;
  --lw: 180px;
  overflow-x: auto;
  margin: 0;
  padding: 0;
}
.km-leistungsmatrix .wrap {
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.km-leistungsmatrix .pg {
  display: grid;
  column-gap: 10px;
  min-width: 640px;
  background: transparent;
}
.km-leistungsmatrix .c0 {
  grid-column: 1;
}
.km-leistungsmatrix .c1 {
  grid-column: 2;
}
.km-leistungsmatrix .c2 {
  grid-column: 3;
}
.km-leistungsmatrix .c3 {
  grid-column: 4;
}
.km-leistungsmatrix .lbl {
  padding: 0.6rem 0.75rem 0.6rem 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--lm-bdr);
  line-height: 1.4;
}
.km-leistungsmatrix .lbl-group {
  padding: 1.6rem 0 0.5rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: flex-end;
}
.km-leistungsmatrix .lbl-cta {
  padding: 1rem 0;
  border-top: 1px solid transparent;
}
.km-leistungsmatrix .cell {
  background: var(--lm-card);
  border-top: none;
  border-left: 1px solid var(--lm-bdr);
  border-right: 1px solid var(--lm-bdr);
  padding: 0.6rem 1.1rem;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1.45;
}
.km-leistungsmatrix .cell-hd {
  background: var(--lm-card);
  border-top: 1px solid var(--lm-bdr);
  border-left: 1px solid var(--lm-bdr);
  border-right: 1px solid var(--lm-bdr);
  border-bottom: none;
  padding: 2rem 1.1rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.km-leistungsmatrix .cell-group {
  background: var(--lm-card);
  border-top: none;
  border-bottom: none;
  border-left: 1px solid var(--lm-bdr);
  border-right: 1px solid var(--lm-bdr);
  padding: 0.75rem 1.1rem 0.35rem;
}
.km-leistungsmatrix .cell-cta {
  background: var(--lm-card);
  border-top: none;
  border-left: 1px solid var(--lm-bdr);
  border-right: 1px solid var(--lm-bdr);
  border-bottom: none;
  padding: 1rem 1.1rem 1.25rem;
  display: flex;
  align-items: center;
}
.km-leistungsmatrix .cell-cta .btn {
  margin-inline: auto;
  opacity: 0.5;
  background: #002124;
  color: white !important;
}
.km-leistungsmatrix .cell-cta .btn:hover {
  opacity: 1;
}
.km-leistungsmatrix .lbl-booking {
  padding: 0.75rem 0;
}
.km-leistungsmatrix .cell-booking {
  padding: 0.75rem 1.1rem 1.25rem;
  display: flex;
  align-items: center;
}
.km-leistungsmatrix .btn-book {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem !important;
  line-height: 1.5em !important;
  font-weight: 700;
  margin-inline: auto;
  width: auto;
}
.km-leistungsmatrix .cell-bottom {
  background: var(--lm-card);
  border-top: none;
  border-left: 1px solid var(--lm-bdr);
  border-right: 1px solid var(--lm-bdr);
  border-bottom: 1px solid var(--lm-bdr);
  height: 0;
}
.km-leistungsmatrix .col-favorit.cell-hd {
  border-left-color: var(--lm-accent);
  border-right-color: var(--lm-accent);
  border-top-color: var(--lm-accent);
}
.km-leistungsmatrix .col-favorit.cell {
  border-left-color: var(--lm-accent);
  border-right-color: var(--lm-accent);
}
.km-leistungsmatrix .col-favorit.cell-group {
  border-left-color: var(--lm-accent);
  border-right-color: var(--lm-accent);
}
.km-leistungsmatrix .col-favorit.cell-cta {
  border-left-color: var(--lm-accent);
  border-right-color: var(--lm-accent);
}
.km-leistungsmatrix .col-favorit.cell-bottom {
  border-left-color: var(--lm-accent);
  border-right-color: var(--lm-accent);
  border-bottom-color: var(--lm-accent);
}
.km-leistungsmatrix .col-premium.cell-hd {
  border-left-color: var(--lm-gold);
  border-right-color: var(--lm-gold);
  border-top-color: var(--lm-gold);
}
.km-leistungsmatrix .col-premium.cell {
  border-left-color: var(--lm-gold);
  border-right-color: var(--lm-gold);
}
.km-leistungsmatrix .col-premium.cell-group {
  border-left-color: var(--lm-gold);
  border-right-color: var(--lm-gold);
}
.km-leistungsmatrix .col-premium.cell-cta {
  border-left-color: var(--lm-gold);
  border-right-color: var(--lm-gold);
}
.km-leistungsmatrix .col-premium.cell-bottom {
  border-left-color: var(--lm-gold);
  border-right-color: var(--lm-gold);
  border-bottom-color: var(--lm-gold);
}
.km-leistungsmatrix .plan-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--lm-accent);
  line-height: 1.1;
}
.km-leistungsmatrix .col-premium .plan-name {
  color: var(--lm-gold);
}
.km-leistungsmatrix .badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 0;
}
.km-leistungsmatrix .badge-fav {
  background: var(--lm-accent);
  color: #003d36;
}
.km-leistungsmatrix .badge-prem {
  background: var(--lm-gold);
  color: #2a3800;
}
.km-leistungsmatrix .price {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.km-leistungsmatrix .plan-icon {
  font-size: 22px;
  line-height: 1;
}
.km-leistungsmatrix .yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 200, 180, 0.2);
  color: var(--lm-accent);
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.km-leistungsmatrix .col-premium .yes {
  background: rgba(200, 240, 0, 0.15);
  color: var(--lm-gold);
}
.km-leistungsmatrix .no {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1;
}
.km-leistungsmatrix .btn {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s;
  display: inline-block;
  border: none;
}
.km-leistungsmatrix .btn:hover {
  opacity: 0.85;
}
.km-leistungsmatrix .btn-starter {
  background: var(--lm-accent);
  color: #003d36;
}
.km-leistungsmatrix .btn-prem {
  background: var(--lm-gold);
  color: #2a3800;
}
.km-leistungsmatrix .extra-row {
  display: contents;
}
.km-leistungsmatrix .extra-row > * {
  display: flex;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
  opacity: 0;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease, border-top-width 0.35s ease;
}
.km-leistungsmatrix .extra-row.open > * {
  max-height: 120px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-top-width: 1px;
  opacity: 1;
}
.km-leistungsmatrix .extra-row .lbl {
  border-top-color: var(--lm-bdr);
}
.km-leistungsmatrix .foot {
  margin-top: 1.25rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 700px) {
  .km-leistungsmatrix .wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }
  .km-leistungsmatrix .pg {
    grid-template-columns: repeat(3, 260px);
    column-gap: 10px;
    min-width: unset;
    padding-right: 1.5rem;
  }
  .km-leistungsmatrix .c0 {
    display: none;
  }
  .km-leistungsmatrix .c1 {
    grid-column: 1;
  }
  .km-leistungsmatrix .c2 {
    grid-column: 2;
  }
  .km-leistungsmatrix .c3 {
    grid-column: 3;
  }
  .km-leistungsmatrix .cell-hd {
    scroll-snap-align: start;
  }
  .km-leistungsmatrix .cell {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 0.65rem 1rem;
  }
  .km-leistungsmatrix .cell::before {
    content: attr(data-label);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1;
  }
  .km-leistungsmatrix .price::before {
    content: none;
  }
  .km-leistungsmatrix .cell-group {
    display: none;
  }
  .km-leistungsmatrix .lbl-group {
    display: none;
  }
  .km-leistungsmatrix .extra-row.open > .c0 {
    display: none !important;
  }
}
.ce-ctabox {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.ce-ctabox--teal {
  background-color: #00afa2;
}
.ce-ctabox--purple {
  background-color: #9b1a81;
}
.ce-ctabox__image {
  width: 60%;
  align-self: flex-end;
}
.ce-ctabox__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  display: block;
}
.ce-ctabox__content {
  box-sizing: border-box;
  padding: 3.5rem 2rem 2rem;
  color: #005057;
}
.ce-ctabox__corner-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.ce-ctabox__corner-icon svg {
  width: 2rem;
  height: auto;
}
.ce-ctabox__corner-icon svg * {
  fill: #005057;
}
@media (min-width: 480px) {
  .ce-ctabox {
    display: block;
    overflow: visible;
  }
  .ce-ctabox__image {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 30%;
    align-self: auto;
  }
  .ce-ctabox__image img {
    object-position: bottom left;
  }
  .ce-ctabox__content {
    padding: 2rem 2rem 2rem 40%;
  }
  .ce-ctabox__corner-icon svg {
    width: 3rem;
  }
}
.ce-video-player {
  width: 100%;
}
.ce-video-player__youtube-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.ce-video-player__youtube-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.ce-video-player__wrapper {
  position: relative;
  width: 100%;
  line-height: 0;
}
.ce-video-player__video {
  width: 100%;
  height: auto;
  display: block;
}
.ce-video-player__timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 10;
}
.ce-video-player__scrubber {
  width: 100%;
  height: 4px;
  appearance: none;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}
.ce-video-player__scrubber::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9b1a81;
  cursor: pointer;
  margin-top: -5px;
}
.ce-video-player__scrubber::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9b1a81;
  cursor: pointer;
  border: none;
}
.ce-video-player__scrubber::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
}
.ce-video-player__scrubber::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
}
.ce-video-player__wrapper:hover .ce-video-player__timeline {
  opacity: 1;
  pointer-events: all;
}
.ce-video-player__play-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: white;
  transition: opacity 0.5s ease;
}
.ce-video-player__play-btn:hover {
  opacity: 0.85;
}
.ce-video-player__play-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.ce-video-player__icon {
  width: 8vw;
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
  transition: opacity 0.15s ease;
}
.ce-video-player__icon--pause {
  display: none;
}
.ce-video-player.is-playing .ce-video-player__icon--play {
  display: none;
}
.ce-video-player.is-playing .ce-video-player__icon--pause {
  display: block;
}
.ce-video-player__transcript-btn {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  background-color: #9b1a81;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 0.35rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, opacity 0.4s ease;
  letter-spacing: 0.02em;
  opacity: 1;
  pointer-events: all;
}
.ce-video-player__transcript-btn:hover {
  background-color: #c721a5;
}
.ce-video-player.is-playing .ce-video-player__transcript-btn {
  opacity: 0;
  pointer-events: none;
}
.ce-video-player__transcript-btn--below {
  position: static;
  transform: none;
  bottom: auto;
  left: auto;
  display: block;
  margin-top: 0.75rem;
}
.ce-video-player__transcript {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #00afa2;
  margin-top: 0.75rem;
}
.ce-video-player__transcript.is-open {
  max-height: 500px;
  overflow: hidden;
}
.ce-video-player__transcript-close {
  display: block;
  margin-left: auto;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.75rem 1rem 0.25rem;
  color: #005057;
  line-height: 1;
}
.ce-video-player__transcript-close:hover {
  color: #9b1a81;
}
.ce-video-player__transcript-content {
  padding: 0.5rem 1.5rem 1.5rem;
}
/* ============================================================
   km/hero-header – Frontend Styles
   LESS Variables for easy theming
   ============================================================ */
/* ── Hero Section ────────────────────────────────────────── */
.cb-hero-header {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 800px;
}
/* ── Background ─────────────────────────────────────────── */
.cb-hero-header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cb-hero-header__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cb-hero-header__video--poster-only {
  /* <img> fallback behaves same as video */
}
.cb-hero-header__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(14, 64, 64, 0.82) 0%, rgba(26, 107, 107, 0.55) 50%, rgba(14, 64, 64, 0.4) 100%);
}
/* ── Content / Overlay Text ─────────────────────────────── */
.cb-hero-header__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0;
}
.cb-hero-header__content .frame-default {
  padding: 0 24px;
  width: 100%;
}
.cb-hero-header__text {
  max-width: 680px;
  color: #ffffff;
  /* GSAP entrance state */
  opacity: 0;
  transform: translateY(30px);
}
.cb-hero-header__text > * {
  font-size: clamp(1.8rem, 7vw, 2.5rem) !important;
  font-weight: 300;
}
/* ── Thumbnails ─────────────────────────────────────────── */
.cb-hero-header__thumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 3;
  padding: 0 10px;
}
.cb-hero-header__thumbs .swiper-slide {
  width: 180px;
  /* label hangs below the button, give the slide room */
  padding-bottom: calc(10px + 1.4em);
}
.cb-hero-header__thumb {
  position: relative;
  width: 180px;
  height: 180px;
  border: 2px solid #00afa2;
  border-radius: var(--cb-hero-header-thumb-radius);
  cursor: pointer;
  background: var(--cb-hero-header-teal-deep);
  /* GSAP entrance state */
  opacity: 0;
  transform: translateY(20px);
  flex-shrink: 0;
  padding: 0;
}
.cb-hero-header__thumb .transitionMask {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cb-hero-header__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  filter: brightness(0.7) saturate(0.8);
}
.cb-hero-header__thumb:hover img {
  transform: scale(1.06);
  filter: brightness(0.9) saturate(1.1);
}
/* Bottom-to-top gradient on thumbnail */
.cb-hero-header__thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 64, 64, 0.8) 0%, rgba(14, 64, 64, 0.1) 60%);
  z-index: 1;
  pointer-events: none;
}
/* Play icon */
.cb-hero-header__thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpolygon points='5,3 19,12 5,21'/%3E%3C/svg%3E");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 55% 50%;
  z-index: 2;
  transition: background-color var(--cb-hero-header-transition), transform var(--cb-hero-header-transition);
}
.cb-hero-header__thumb:hover::after {
  background-color: rgba(192, 23, 122, 0.7);
  transform: translate(-50%, -60%) scale(1.15);
}
.cb-hero-header__thumb:focus-visible {
  outline: 2px solid #c0177a;
  outline-offset: 2px;
}
.cb-hero-header__thumb-label {
  position: absolute;
  top: calc(100% +  10px);
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 0.6666rem !important;
  line-height: 1.5em !important;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #00afa2;
  text-align: center;
  letter-spacing: 0.04em;
}
/* ── Video Modal ────────────────────────────────────────── */
.cb-hero-header-modal {
  position: fixed;
  inset: 0;
  z-index: 9900;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.cb-hero-header-modal.is-open {
  pointer-events: all;
}
.cb-hero-header-modal__backdrop {
  position: absolute;
  inset: 0;
  /* Shorthand for top, right, bottom, left */
  background: rgba(10, 20, 20, 0.96);
  opacity: 0;
  cursor: pointer;
}
.cb-hero-header-modal__inner {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 960px;
  /* Max width for the modal content */
  background: var(--cb-hero-header-teal-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(0.92) translateY(20px);
}
.cb-hero-header-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: rgba(14, 64, 64, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cb-hero-header-modal__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
}
.cb-hero-header-modal__close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  border-radius: 4px;
  transition: color var(--cb-hero-header-transition), background-color var(--cb-hero-header-transition);
}
.cb-hero-header-modal__close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.cb-hero-header-modal__close:focus-visible {
  outline: 2px solid #c0177a;
}
/* 16:9 ratio wrapper */
.cb-hero-header-modal__video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
}
.cb-hero-header-modal__video,
.cb-hero-header-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  border: none;
}
/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .cb-hero-header__text h1 {
    font-size: 1.8rem;
  }
  .cb-hero-header__thumbs .swiper-slide {
    width: 120px;
  }
  .cb-hero-header__thumb {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  /*   .cb-hero-header__thumbs .swiper-slide {
    width: 75px;
  }

  .cb-hero-header__thumb {
    width: 75px;
    height: 75px;
  }

  .cb-hero-header__thumb-label {
    font-size: 0.65rem;
  } */
}
/* ── Reduced motion ─────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .cb-hero-header__text,
  .cb-hero-header__thumb {
    opacity: 1 !important;
    transform: none !important;
  }
  .cb-hero-header__video {
    display: none;
  }
}
/* @import "../../../ContentBlocks/ContentElements/team-member/Assets/Frontend";
@import "../../../ContentBlocks/ContentElements/reference/Assets/Frontend";
@import "../../../ContentBlocks/ContentElements/topiccloud/Assets/Frontend";
@import "../../../ContentBlocks/ContentElements/shortcutlist/Assets/Frontend";
@import "../../../ContentBlocks/ContentElements/refslider/Assets/Frontend";
@import "../../../ContentBlocks/ContentElements/textslider/Assets/Frontend";
@import "../../../ContentBlocks/ContentElements/introblock/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/logowall/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/imglinkmatrix/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/metrics/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/storyslider/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/storyscroller/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/contactinfo/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/fotoheader/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/big-image/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/job-teaser/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/breadcrumb/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/vorteile/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/highlight-slider/Assets/Frontend"; 
@import "../../../ContentBlocks/ContentElements/responsive-video/Assets/Frontend";  */
.pers {
  display: flex;
  gap: 1rem;
  line-height: 1.25;
}
.pers svg {
  height: 2.5em;
  width: auto;
}
.pers svg * {
  fill: #005057;
}
.extcontainer-referenzmatrix {
  container-type: inline-size;
}
.extcontainer-referenzmatrix .filterbox {
  margin-block: 2rem;
  max-width: 1200px;
  margin-inline: auto;
}
.extcontainer-referenzmatrix .filterbox .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.extcontainer-referenzmatrix .filterbox .inner .catfilter {
  background: #005057;
  color: #ffffff;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.extcontainer-referenzmatrix .filterbox .inner .catfilter i {
  display: inline-block;
  background-color: #004944;
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}
.extcontainer-referenzmatrix .filterbox .inner .catfilter:hover {
  background: #00afa2;
}
.extcontainer-referenzmatrix .filterbox .inner .catfilter:hover i {
  background-color: white;
}
.extcontainer-referenzmatrix .filterbox .inner .catfilter.active i {
  background-color: white;
}
.extcontainer-referenzmatrix > .km-reference-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  gap: 2rem;
  padding-top: 5cqw;
}
.extcontainer-referenzmatrix > .km-reference-box .column {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
.extcontainer-referenzmatrix > .km-reference-box[data-columns="2"] .column {
  flex: 0 0 calc(50% - 1rem);
  width: calc(50% - 1rem);
}
.extcontainer-referenzmatrix > .km-reference-box[data-columns="3"] .column {
  flex: 0 0 calc(33.3333% - 1.3333rem);
  width: calc(33.3333% - 1.3333rem);
}
.extcontainer-referenzmatrix > .km-reference-box[data-columns="3"] .column:nth-child(1),
.extcontainer-referenzmatrix > .km-reference-box[data-columns="3"] .column:nth-child(3) {
  margin-top: 17%;
}
.ce-teammatrix > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  gap: 2rem;
}
.ce-teammatrix > .inner .column {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
.ce-teammatrix > .inner[data-columns="2"] .column {
  flex: 0 0 calc(50% - 1rem);
  width: calc(50% - 1rem);
}
.ce-teammatrix > .inner[data-columns="3"] .column {
  flex: 0 0 calc(33.3333% - 1.3333rem);
  width: calc(33.3333% - 1.3333rem);
}
.ce-teammatrix > .inner[data-columns="3"] .column:nth-child(1),
.ce-teammatrix > .inner[data-columns="3"] .column:nth-child(3) {
  margin-top: 17%;
}
/* Für alle */
.ce-twocolumns,
.ce-threecolumns,
.ce-fourcolumns {
  --gap: 30px;
  /*     > .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: var(--gap);
    } */
}
/* Zweispalter */
.ce-twocolumns .inner .column {
  /*         flex: 0 0 100%;
        width: 100%;

        > .frame {
            padding-left: 0;
            padding-right: 0;
        }
        
        @media (min-width: 768px) {
            flex: 0 0 calc(~"50% - var(--gap)");
            width: calc(~"50% - var(--gap)");    
        } */
}
.frame-type-twocolumns.frame-layout-50 .column {
  /*         flex: 0 0 100%;
        width: 100%;

        > .frame {
            padding-left: 0;
            padding-right: 0;
        }
        
        @media (min-width: 768px) {
            flex: 0 0 calc(~"60% - var(--gap)");
            width: calc(~"60% - var(--gap)");    
        } */
}
.frame-type-twocolumns.frame-layout-50 .column:nth-child(2) {
  /*         @media (min-width: 768px) {
            flex: 0 0 calc(~"40% - var(--gap)");
            width: calc(~"40% - var(--gap)");    
        } */
}
.frame-type-twocolumns.frame-layout-60 .inner {
  gap: 3rem;
}
.frame-type-twocolumns.frame-layout-60 .column {
  flex: 0 0 100%;
}
.frame-type-twocolumns.frame-layout-60 .column > .frame {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .frame-type-twocolumns.frame-layout-60 .column {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .frame-type-twocolumns.frame-layout-60 .column:nth-child(2) {
    flex: 0 0 16rem;
  }
}
/* Dreispalter */
.ce-threecolumns .inner {
  /*     .column {
        flex: 0 0 100%;
        width: 100%;
        
        @media (min-width: 768px) {
            flex: 0 0 calc(~"33.3333% - var(--gap)");
            width: calc(~"33.3333% - var(--gap)");    
        }
    } */
}
/* Vierspalter */
.ce-fourcolumns .inner {
  /*     .column {
        flex: 0 0 100%;
        width: 100%;
        
        @media (min-width: 768px) {
            flex: 0 0 calc(~"25% - var(--gap)");
            width: calc(~"25% - var(--gap)");    
        }
    } */
}
.row-header {
  display: flex;
  --bs-gutter-x: 3rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media screen and (min-width: 992px) {
  .row-header {
    padding-inline: 0;
  }
}
.row-header > * {
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .row-header > * {
    flex: 0 0 50%;
    width: 50%;
  }
}
.row-header .col-text {
  max-width: 750px;
}
@media screen and (max-width: 991px) {
  .row-header .col-img {
    padding-inline: 0;
    margin-bottom: 0.5rem;
  }
}
.row-header .imgwrap {
  line-height: 0;
}
.row-header .imgwrap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .frame-space-before-headerfont {
    margin-top: -15dvw;
  }
}
/*
    Collectionen
*/
/* ── CSS Columns Masonry ── */
.frame-layout-100 .ce-collection .inner {
  columns: 3;
  column-gap: 1.5rem;
}
/* ── Card ── */
.frame-layout-100 .ce-collection .inner .frame-type-text {
  break-inside: avoid;
  display: inline-block;
  /* fixes break-inside in some browsers */
  width: 100%;
  border: 2px solid #3dbfb8;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 1.5rem;
}
/* ── Responsive ── */
@media (max-width: 900px) {
  .frame-layout-100 .ce-collection .inner {
    columns: 2;
  }
}
@media (max-width: 560px) {
  .frame-layout-100 .ce-collection .inner {
    columns: 1;
  }
}
/* Dreispaltig mit Hoverboxen - flex */
.frame-type-collection.frame-layout-110 .ce-collection > .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.frame-type-collection.frame-layout-110 .ce-collection > .inner .clearmargins {
  display: none;
}
.frame-type-collection.frame-layout-110 .frame-type-km_hoverbox {
  flex: 0 0 calc(33.333% - 0.5rem);
  width: calc(33.333% - 0.5rem);
  align-items: stretch;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .frame-type-collection.frame-layout-110 .frame-type-km_hoverbox {
    flex: 0 0 calc(50% - 0.375rem);
    width: calc(50% - 0.375rem);
  }
}
@media (max-width: 560px) {
  .frame-type-collection.frame-layout-110 .frame-type-km_hoverbox {
    flex: 0 0 100%;
    width: 100%;
  }
}
.ce-accordion {
  --accordion-keycolor: #00afa2;
  --accordion-active-color: #00afa2;
  --accordion-border-radius: 0;
  --accordion-title-color: #ffffff;
  --accordion-padding-block: 1rem;
  --accordion-padding-inline: 1.5rem;
}
.ce-accordion .panel {
  border: 2px solid var(--accordion-keycolor);
  transition: border-color 0.25s ease-in-out;
  border-radius: var(--accordion-border-radius);
  margin-bottom: 1rem;
}
.ce-accordion .panel .panel-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
  padding: var(--accordion-padding-block) var(--accordion-padding-inline);
}
@media screen and (min-width: 768px) {
  .ce-accordion .panel .panel-header {
    padding-right: 4rem;
  }
}
.ce-accordion .panel .panel-header .title {
  margin: 0;
  font-weight: 400 !important;
  font-size: 1.2em;
  color: var(--accordion-title-color);
  transition: color 0.25s ease-in-out;
}
.ce-accordion .panel .panel-header .icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
}
.ce-accordion .panel .panel-header .icon svg {
  width: auto;
  height: 100%;
  transition: transform 0.25s ease-in-out;
}
.ce-accordion .panel .panel-header .icon svg * {
  transition: fill 0.25s ease-in-out;
  fill: var(--accordion-active-color);
}
.ce-accordion .panel .panel-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-in-out;
}
.ce-accordion .panel .panel-content .inner {
  box-sizing: content-box;
  overflow: hidden;
  height: 100%;
  font-size: 0.6666rem !important;
  line-height: 1.5em !important;
  letter-spacing: 0.02em;
}
.ce-accordion .panel .panel-content .inner .content-padding {
  padding: 0 var(--accordion-padding-inline);
  margin-bottom: var(--accordion-padding-block);
}
@media screen and (min-width: 768px) {
  .ce-accordion .panel .panel-content .inner .content-padding {
    padding-right: 4rem;
  }
}
.ce-accordion .panel .panel-content .inner > * {
  /* margin-top: 2rem; */
}
.ce-accordion .panel:hover {
  border-color: var(--accordion-active-color);
}
.ce-accordion .panel:hover .panel-header .title {
  color: var(--accordion-active-color);
}
.ce-accordion .panel:hover .panel-header .icon svg * {
  fill: var(--accordion-active-color);
}
.ce-accordion .panel.active {
  border-color: var(--accordion-active-color);
}
.ce-accordion .panel.active .panel-header .title {
  color: var(--accordion-active-color);
}
.ce-accordion .panel.active .panel-header .icon svg {
  transform: rotate(90deg);
}
.ce-accordion .panel.active .panel-header .icon svg * {
  fill: var(--accordion-active-color);
}
.ce-accordion .panel.active .panel-header .icon svg *:last-child {
  fill: transparent;
  opacity: 0;
}
.ce-accordion .panel.active .panel-content {
  grid-template-rows: 1fr;
}
body.bgcolor_blue .ce-accordion {
  --accordion-keycolor: #ffffff;
}
body.bgcolor_purple .ce-accordion {
  --accordion-keycolor: #ffffff;
}
body.bgcolor_orange .ce-accordion {
  --accordion-keycolor: #ffffff;
}
body.bgcolor_berry .ce-accordion {
  --accordion-keycolor: #ffffff;
}
body.bgcolor_rot .ce-accordion {
  --accordion-keycolor: #ffea83;
}
.extcontainer-lamellas {
  container-type: inline-size;
  --headerWidth: 2rem;
  --lamellas-bg-active: #0174d1;
  --lamellas-icon-color: #0174d1;
}
.extcontainer-lamellas .inner [data-columns="3"] {
  --columnsWidth: calc(var(--headerWidth) * 3 + 3px);
}
.extcontainer-lamellas .inner [data-columns="4"] {
  --columnsWidth: calc(var(--headerWidth) * 4 + 4px);
}
.extcontainer-lamellas .inner [data-columns="5"] {
  --columnsWidth: calc(var(--headerWidth) * 5 + 5px);
}
.extcontainer-lamellas .inner [data-columns="6"] {
  --columnsWidth: calc(var(--headerWidth) * 6 + 6px);
}
.extcontainer-lamellas .inner [data-columns="7"] {
  --columnsWidth: calc(var(--headerWidth) * 6 + 6px);
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item {
  transition: all 0.25s;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header:after {
  position: absolute;
  bottom: 0;
  right: -1px;
  content: "";
  width: 2px;
  background: #ffffff;
  height: 0;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header .number {
  font-size: 1.25rem !important;
  line-height: 1.4em !important;
}
@media (max-width: 768px) {
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header .number {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 576px) {
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header .number {
    font-size: 1.125rem !important;
  }
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header .logo svg {
  width: 1.5rem;
  height: 1.5rem;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header .logo svg * {
  fill: var(--lamellas-icon-color);
  transition: all 0.25s;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-content .frame {
  padding-inline: 0;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-content > .content > .inner {
  padding: 1rem 1.5rem;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item:hover {
  background-color: #f5f4f2;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item:hover:before {
  background-color: #f5f4f2;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item.show {
  color: #ffffff;
  background-color: var(--lamellas-bg-active);
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-header .logo svg * {
  fill: #ffffff;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-content .ce-iconaccordion.no-icon .collapsingItem {
  border-color: #ffffff !important;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-content .ce-iconaccordion.no-icon .collapsingItem .heading {
  border-color: #ffffff !important;
}
.extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-content .ce-iconaccordion.no-icon .collapsingItem .heading .toggle .toggleIcon svg * {
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item {
    border-bottom: 1px solid #00afa2;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.5s;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-content > .content {
    min-height: 0;
    transition: visibility 1s;
    visibility: hidden;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-content {
    grid-template-rows: 1fr;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-content > .content {
    visibility: visible;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-content > .content p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .extcontainer-lamellas .inner .lamellas-items {
    display: flex;
    align-items: stretch;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item {
    display: flex;
    z-index: 5;
    position: relative;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item:first-child:before {
    content: "";
    width: 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    transition: all 0.25s;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: flex-end;
    transition: all 0.25s;
    width: 1rem;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-header .title {
    text-orientation: mixed;
    writing-mode: tb-rl;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-content {
    flex: 0 0 0px;
    width: 0;
    overflow: hidden;
    transition: all 0.25s;
    border-right: 1px solid #00afa2;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item .lamellas-item-content > .content > .inner {
    width: calc(100cqw - 28rem - 4px);
    box-sizing: border-box;
    height: auto;
    padding-block: 3rem;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item.show {
    z-index: 10;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-header:after {
    height: 4rem;
    transition-delay: 0;
    transition-duration: 0;
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item.show .lamellas-item-content {
    flex: 1 1 calc(100cqw - 28rem - 4px);
    width: calc(100cqw - 28rem - 4px);
  }
  .extcontainer-lamellas .inner .lamellas-items .lamellas-item.show:before {
    background-color: var(--lamellas-bg-active);
  }
}
/*# sourceMappingURL=filename.map */