
/* ==========================================================================
   Base styles: opinionated defaults
========================================================================== */
html {
  scroll-behavior: smooth;

}

/* SECTION Fonts */

/* SECTION Arizona */

/* ABC ArizonaText Medium */
@font-face {
  font-family: 'Brandon Printed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../Fonts/BrandonPrintedTwo.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/BrandonPrintedTwo.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* !SECTION Arizona */

/* SECTION Brandon Text */

/* Brandon Text Regular */
@font-face {
  font-family: 'Brandon';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../Fonts/BrandonTextWeb-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/BrandonTextWeb-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Brandon Text Medium */
@font-face {
  font-family: 'Brandon';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../Fonts/BrandonTextWeb-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/BrandonTextWeb-Medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Brandon Text Bold */
@font-face {
  font-family: 'Brandon';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../Fonts/BrandonTextWeb-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Fonts/BrandonTextWeb-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* !SECTION Brandon Text */

/* !SECTION Fonts */



    /*
     * Remove text-shadow in selection highlight:
     * https://twitter.com/miketaylr/status/12228805301
     *
     * Vendor-prefixed and regular ::selection selectors cannot be combined:
     * https://stackoverflow.com/a/16982510/7133471
     *
     * Customize the background color to match your design.
     */

  /* Placeholder */
::-webkit-input-placeholder {
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: var(--color-dark);
}

::-moz-placeholder {
  color: var(--color-dark);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--color-dark);
}


/* ======= Selection style ======= */
::-webkit-selection {
  color: var(--color-dark);;
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  color: var(--color-dark);;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
::selection {
  /* color: var(--color-premiumblau); */
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

/* ======= Scrollbar style ======= */
  ::-webkit-scrollbar {
    width: 8px;

  }
  ::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--color-eisblau);
    border-radius: 10px;
  }
  
  a:not([href]):not([class]) {
    position: relative;
    /* top: -90px; */
    /* top: calc((var(--mainheader-height) + var(--space-2xsmall)) * -1); */
    top: calc(var(--mainheader-height-sticky) * -1);
    /* top: calc((var(--mainheader-height-sticky) + var(--space-2xsmall)) * -1); */
  }
 
  
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
/*
* Remove default fieldset styles.
*/
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
/*
* Allow only vertical resizing of textareas.
*/
  
  textarea {
    resize: vertical;
  }
  
/* ==========================================================================
     Browser Upgrade Prompt
========================================================================== */
  
  .browserupgrade {
    display: none;
  }
  
  @media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
    .browserupgrade {
      margin: auto;
      background: #f44336;
      color: var(--color-white);
      padding: 3em 3em;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      text-align: center;
      display: block;
      font-size: 18px;
    }
  
    .browserupgradeIE  {
      margin: 0;
    }
  
  }
  
  .browserupgrade a,
  .browserupgrade a:visited {
    color: #eee;
    text-decoration: underline;
    font-weight: bold;
  }



* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: var(--color-koenigsblau);
}

a:hover {
  color: var(--color-alpenblau);
}

/* ==========================================================================
       Author's custom styles
========================================================================== */


/* SECTION ROOT */

:root {
  --color-main: rgba(20,27,77,1);
  --color-premiumblau: rgba(20,27,77,1);
  --color-koenigsblau: rgba(52,99,167,1);
  --color-alpenblau: rgba(0,176,226,1);
  --color-eisblau: rgba(162,217,242,1);
  --color-eisblaupastell: rgba(212,237,252,1);
  --color-eisblaupastell50: rgba(234,246,254,1);
  --color-mint: rgba(139,203,183,1);
  --color-mintpastell: rgba(203,230,225,1);
  --color-flieder: rgba(188,163,206,1);
  --color-fliederpastell: rgba(221,209,233,1);
  --color-pfirsich: rgba(246,177,174,1);
  --color-pfirsichpastell: rgba(251,218,211,1);
  --color-gelb: rgba(251,239,116,1);
  --color-gelbpastell: rgba(255,249,199,1);
  --color-white: #fff;
  --color-black: #222;
  --color-lightgrey: #C3C5D2;
  --color-darkgrey: rgba(134,138,139,1);
  --color-lightgrey30: rgba(195,197,210,0.3);
  --color-disabled-color: #F9F9FB;
  --color-disabled-border: #C3C5D2;
  --color-warning: #ff0000;
  --color-karriereblau: rgb(0,189,245);
  --color-karriereflieder: rgb(155,120,250);
  --color-karrieremint: rgb(0,221,170);
  --color-karrierepfirsich: rgb(254,142,160);

  
  --shadow-kwa: 0 9px 24px rgb(0 20 60 / 15%);
  --shadow-negative-kwa: 0 -9px 24px rgb(0 20 60 / 15%);

  --space-4xlarge: 140px;
  --space-3xlarge: 108px;
  --space-2xlarge: 90px;
  --space-xlarge: 72px;
  --space-large: 54px;
  --space-medium: 42px;
  --space-small: 36px;
  --space-xsmall: 24px;
  --space-2xsmall: 16px;
  --space-3xsmall: 8px;
  
  --mainheader-height: 76px;
  --mainheader-height-sticky: 70px;
  --mobilenavfooter-height: 74px;
  --heropagination-height: 36px;

  --transition-timing-function: cubic-bezier(0.25,0.1,0.25,0.99);
  
}
/* !SECTION Root */


body {
  color: var(--color-premiumblau);
  font-family: 'Brandon', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.bold {
  font-weight: 700;
  margin-top: 2rem;
}

.bodytext,
.bodytext p,
p,
.ce_text li {
  font-family: 'Brandon', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* SECTION Sections */

.section {
  position: relative;
  margin-block: var(--space-xlarge);
}

.frame {
  position: relative;
}

.section-bg {
  padding-block: var(--space-xlarge);
}

.sectionFrame {
  position: relative;
  top: 0;
  padding-block: var(--space-xlarge);
}

.sectionFrame .section:first-of-type {
  margin-top: 0;
}

.sectionFrame .section:last-of-type {
  margin-bottom: 0;
}

.frameBackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
}


/* .section5050 {
  display: grid;
  padding: 0;
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
} */

.section5050 {
  display: flex;
  padding: 0;
  position: relative;
  flex-direction: column;
}

.sectionL5050-left {
  width: 100%;
  flex: 0 0 auto;;
}

.section5050-right {
  padding-inline: 24px;
  max-width: 100%;
  padding-block: var(--space-xlarge);
}

.callToAction, 
.sectionTestimonials, 
.sectionAlternovum, 
.sectionKonfigurator, 
.sectionStandortAnsprechpartner, 
.sectionAlphabet {
  padding-block: var(--space-xlarge);
}

/* !SECTION Sections */


.shadow-kwa {
  box-shadow: var(--shadow-kwa);
}





 /* SECTION Links */


.link-underline span {
  position: relative;
  display: inline-block;
}

.link-underline span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-alpenblau);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline:hover span {
  color: var(--color-premiumblau);
}

.standortAnsprechpartner-links .link-underline:hover span {
  color: var(--color-white);
}

.link-underline:hover span::before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

 /* !SECTION Links */
 
 /* SECTION Alerts, Info, Warning */

 .alert-eisblau {
    background-color: var(--color-eisblaupastell);
    border-color: var(--color-eisblau);
}

.alert.alert-fliederpastell {
    padding: var(--space-3xsmall);
    background-color: var(--color-fliederpastell);
    border-color: var(--color-flieder);
    border-radius: var(--bs-border-radius-lg);
}

.alert.alert-pfirsichpastell {
    padding: var(--space-3xsmall);
    background-color: var(--color-pfirsichpastell);
    border-color: var(--color-pfirsich);
    border-radius: var(--bs-border-radius-lg);
}

.infoNonAdult {
    font-size: 1rem !important;
}

 /* !SECTION Alerts, Info, Warning */

 /* SECTION Animations */

 .shake {
  animation: shake-animation 4.72s ease infinite;
}
@keyframes shake-animation {
  0% { transform:translate(0,0) }
 1.78571% { transform:translate(5px,0) }
 3.57143% { transform:translate(0,0) }
 5.35714% { transform:translate(5px,0) }
 7.14286% { transform:translate(0,0) }
 8.92857% { transform:translate(5px,0) }
 10.71429% { transform:translate(0,0) }
 100% { transform:translate(0,0) }
}

 /* !SECTION Animations */

 /* SECTION Headings */


 h1,
 h2 {
  font-family: 'Brandon Printed', sans-serif;
   font-weight: 400;
   text-transform: unset;
   text-wrap-style: balance;
 }

 header h2, .ce_text h2 {
  margin-bottom: var(--space-xsmall);
 }

 h3,
 h4,
 h5,
 h6,
 .h3,
 .h4,
 h5,
 h6{
   font-family: 'Brandon', sans-serif;
   font-weight: 500;
   line-height: 1.125;
 }


  .textStyle-1,
 .textStyle-2 {
    font-family: 'Brandon Printed', sans-serif;
    font-weight: 400;
 }

  .textStyle-1 {
    font-size: 2em;
    letter-spacing: -0.01em;
    line-height: 1.1725;
  }

 .textStyle-2 {
  font-size: 1.75em;
  letter-spacing: -0.01em;
  line-height: 1.15;
 }

 .textStyle-3,
 .textStyle-4,
 .textStyle-5,
 .textStyle-6 {
    font-family: 'Brandon', sans-serif;
    font-weight: 500;
    line-height: 1.125;
 }
 
  .textStyle-3 {
    font-size: 1.5625rem;
    letter-spacing: -0.0089em;
  }
 
  .textStyle-4 {
   font-size: 1.131rem;
   letter-spacing: -0.00857em;
  }

  .textStyle-5 {
    font-size: 1.125rem;
    letter-spacing: -0.008em;
  }

  .textStyle-6 {
    font-size: 1rem;
    letter-spacing: 0;
  }

/* !SECTION Headings */

/* SECTION Header Subheader */

.subheader {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-premiumblau);
    opacity: 0.7; /*barrierefrei*/
    /* opacity: 0.3; nicht barrierefrei */
    line-height: 1.125;
    letter-spacing: 0;
}

/* !SECTION Header Subheader */

/* SECTION Buttons */

.btn-check:focus+.btn,
.btn:focus {
  background-image: none !important;
}

/* .btn-check:focus+.btn,.btn:focus{
  color:var(--bs-btn-hover-color);
  background-color:var(--bs-btn-hover-bg);
  background-image:var(--bs-gradient);
  border-color:var(--bs-btn-hover-border-color);
  outline:0;
  box-shadow:var(--bs-btn-box-shadow),
  var(--bs-btn-focus-box-shadow)
} */


.button {
  border-radius: .4rem;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
}

.button-primary {
  background: var(--color-koenigsblau);
  border: 2px solid var(--color-koenigsblau);
  color: var(--color-white);
}

.button-primary:hover {
  background-color: var(--color-alpenblau);
  border-color: var(--color-alpenblau);
  color: var(--color-white);
}

.button-secondary {
  background: transparent;
  color: var(--color-koenigsblau);
  border: 2px solid var(--color-koenigsblau);
}

.button-secondary:hover {
  color: var(--color-alpenblau);
  border-color: var(--color-alpenblau);
  background: transparent !important;
}



.button-lg {
  font-weight: 700;
  font-size: 1.5rem;
  padding-block: 1.25rem;
  padding-inline: 1.125rem;
  line-height: 1;
  letter-spacing: 0.01rem;
}



.btn {
  --bs-btn-padding-x: 1.125rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.0625rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1;
  --bs-btn-color: var(--color-koenigsblau);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: var(--color-koenigsblau);
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: none;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-border-radius-lg);
  background-color: var(--bs-btn-bg);
  background-image: none;
  box-shadow: var(--bs-btn-box-shadow);
  letter-spacing: 0.01765rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-transform: unset;
  text-wrap: auto;
}

.btn-lg, .btn-group-lg>.btn {
  --bs-btn-padding-y: 1.125rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-font-size: 1.0625rem;
}

.btn-sm,
.btn-group-sm>.btn {
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-padding-x: 1.375rem;
  --bs-btn-font-size: 1.0625rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-koenigsblau);
  --bs-btn-border-color: var(--color-koenigsblau);
  --bs-btn-hover-color: var(--color-white);
  --bs-btn-hover-bg: var(--color-premiumblau);
  --bs-btn-hover-border-color: var(--color-premiumblau);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-alpenblau);
  --bs-btn-active-border-color: var(--color-alpenblau);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-outline-primary {
  --bs-btn-color: var(--color-koenigsblau);
  --bs-btn-border-color: var(--color-koenigsblau);
  --bs-btn-hover-color: var(--color-alpenblau);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color:  var(--color-alpenblau);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color:  var(--color-alpenblau);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color:  var(--color-alpenblau);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--color-disabled-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-disabled-border);
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: var(--color-alpenblau);
  --bs-btn-border-color: var(--color-alpenblau);
  --bs-btn-hover-color: var(--color-premiumblau);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color:  var(--color-eisblau);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color:  var(--color-eisblau);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color:  var(--color-eisblau);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--color-disabled-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-disabled-border);
  --bs-gradient: none;
}

.btn-secondary {

  background-color: var(--color-alpenblau);
  color: var(--color-white);
  border-color: var(--color-alpenblau);
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: var(--color-eisblau);
  color: var(--color-premiumblau);
  border-color: var(--color-eisblau);
  box-shadow: none;
}

.btn:disabled,
.btn.disabled, 
fieldset:disabled .btn {
  color: var(--color-disabled-border);
  pointer-events: none;
  background-color: var(--color-disabled-color);
  background-image: none;
  border-color: var(--color-disabled-border);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.btn-simple {
  border: none;
  padding-block: 8px;
  padding-inline: 0;
}

.btn-more, 
.btn-back {
  position: relative;
}

.btn-more::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M57.5,176.875c-1.528,-1.667 -2.326,-3.611 -2.396,-5.833c-0.069,-2.223 0.729,-4.167 2.396,-5.834l65.625,-65.625l-65.625,-65.625c-1.528,-1.527 -2.326,-3.437 -2.396,-5.729c-0.069,-2.291 0.729,-4.271 2.396,-5.937c1.528,-1.667 3.438,-2.535 5.729,-2.604c2.292,-0.07 4.271,0.729 5.938,2.395l73.125,73.125c0.694,0.695 1.18,1.389 1.458,2.084c0.278,0.694 0.417,1.458 0.417,2.291c-0,0.834 -0.139,1.598 -0.417,2.292c-0.278,0.694 -0.764,1.389 -1.458,2.083l-73.125,73.125c-1.528,1.528 -3.438,2.292 -5.729,2.292c-2.292,0 -4.271,-0.833 -5.938,-2.5Z' style='fill:%233463a7;fill-rule:nonzero;'/%3E%3C/svg%3E");
  right: -24px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  bottom: 0px;
  transition: all 0.3s ease 0s;
}

.btn-more:hover,
.btn-back:hover {
  color: var(--color-alpenblau);
}

.btn-more:hover::after {
  right: -28px;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M57.5,176.875c-1.528,-1.667 -2.326,-3.611 -2.396,-5.833c-0.069,-2.223 0.729,-4.167 2.396,-5.834l65.625,-65.625l-65.625,-65.625c-1.528,-1.527 -2.326,-3.437 -2.396,-5.729c-0.069,-2.291 0.729,-4.271 2.396,-5.937c1.528,-1.667 3.438,-2.535 5.729,-2.604c2.292,-0.07 4.271,0.729 5.938,2.395l73.125,73.125c0.694,0.695 1.18,1.389 1.458,2.084c0.278,0.694 0.417,1.458 0.417,2.291c-0,0.834 -0.139,1.598 -0.417,2.292c-0.278,0.694 -0.764,1.389 -1.458,2.083l-73.125,73.125c-1.528,1.528 -3.438,2.292 -5.729,2.292c-2.292,0 -4.271,-0.833 -5.938,-2.5Z' style='fill:%2300b0e2;fill-rule:nonzero;'/%3E%3C/svg%3E");
}
.btn-back {
  padding-left: 24px;
}
.btn-back::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M57.5,176.875c-1.528,-1.667 -2.326,-3.611 -2.396,-5.833c-0.069,-2.223 0.729,-4.167 2.396,-5.834l65.625,-65.625l-65.625,-65.625c-1.528,-1.527 -2.326,-3.437 -2.396,-5.729c-0.069,-2.291 0.729,-4.271 2.396,-5.937c1.528,-1.667 3.438,-2.535 5.729,-2.604c2.292,-0.07 4.271,0.729 5.938,2.395l73.125,73.125c0.694,0.695 1.18,1.389 1.458,2.084c0.278,0.694 0.417,1.458 0.417,2.291c-0,0.834 -0.139,1.598 -0.417,2.292c-0.278,0.694 -0.764,1.389 -1.458,2.083l-73.125,73.125c-1.528,1.528 -3.438,2.292 -5.729,2.292c-2.292,0 -4.271,-0.833 -5.938,-2.5Z' style='fill:%233463a7;fill-rule:nonzero;'/%3E%3C/svg%3E");
  left: 0px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(-180deg);
  bottom: 0px;
  transition: all 0.3s ease 0s;
}

.btn-back:hover::after {
  left: -4px;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M57.5,176.875c-1.528,-1.667 -2.326,-3.611 -2.396,-5.833c-0.069,-2.223 0.729,-4.167 2.396,-5.834l65.625,-65.625l-65.625,-65.625c-1.528,-1.527 -2.326,-3.437 -2.396,-5.729c-0.069,-2.291 0.729,-4.271 2.396,-5.937c1.528,-1.667 3.438,-2.535 5.729,-2.604c2.292,-0.07 4.271,0.729 5.938,2.395l73.125,73.125c0.694,0.695 1.18,1.389 1.458,2.084c0.278,0.694 0.417,1.458 0.417,2.291c-0,0.834 -0.139,1.598 -0.417,2.292c-0.278,0.694 -0.764,1.389 -1.458,2.083l-73.125,73.125c-1.528,1.528 -3.438,2.292 -5.729,2.292c-2.292,0 -4.271,-0.833 -5.938,-2.5Z' style='fill:%2300b0e2;fill-rule:nonzero;'/%3E%3C/svg%3E");
}

.btn-ico {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}


.btn-primary.btn-ico span,
.btn-secondary.btn-ico span {
  background-color: var(--color-white);
  transition: .15s ease-in-out;
}

.btn-ico span {
  background-color: var(--color-koenigsblau);
  transition: .15s ease-in-out;
}

.btn-secondary.btn-ico:hover span {
  background-color: var(--color-premiumblau);
  transition: .15s ease-in-out;
}

.btn-ico:hover > span,
.btn-ico:active > span,
.btn-ico:focus > span {
  background-color: var(--color-alpenblau);
}

.btn-ico-filter {
  width: 24px;
  height: 24px;
  margin-right: var(--space-2xsmall);
  -webkit-mask-image: url("../Icons/filter.svg");
  mask-image: url("../Icons/filter.svg");
}

.btn[aria-expanded=false] .text-expanded {
  display: none;
}

.btn[aria-expanded=true] .text-collapsed {
  display: none;
}


.goback-btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3xsmall);
  font-size: 1rem;
  color: var(--color-premiumblau);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.goback-btn:hover {
  color: var(--color-alpenblau);
}

.goback-btn svg path {
  transition: all 0.3s ease 0s;
}

.goback-btn:hover svg path {
  fill: var(--color-alpenblau) !important;
}

.btn-pfirsich:hover {
  background-color: var(--color-pfirsich);
  border-color: var(--color-pfirsich);
  color: var(--color-premiumblau);
}

/* !SECTION Buttons */

/* SECTION Listen */

.bulletList li,
.ce_text ul li {
  list-style: disc;
}

.bullet-alpenblau li::marker,
.ce_text ul li::marker {
  color: var(--color-alpenblau);
}
.bullet-koenigsblau li::marker {
  color: var(--color-koenigsblau);
}
.bullet-premiumblau li::marker {
  color: var(--color-premiumblau);
}

.bulletPlus,
.bulletCheck {
  margin-top: var(--space-2xsmall);
}

.bulletCheck li,
.bulletPlus li {
  list-style: none;
  position: relative;
}

.bulletCheck li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='check'%3E%3Cpath fill='%2300b0e2' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  left: -31px;
  top: 2px;
  width: 28px;
  height: 28px;
  content: '';
}

.bulletCheck.bullet-premiumblau li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='check'%3E%3Cpath fill='%23141B4D' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'%3E%3C/path%3E%3C/svg%3E");
}

.bulletCheck.bullet-koenigsblau li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='check'%3E%3Cpath fill='%233463a7' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'%3E%3C/path%3E%3C/svg%3E");
}

.bulletPlus li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='plus'%3E%3Cpath fill='%2300b0e2' d='M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  left: -28px;
  top: 4px;
  width: 22px;
  height: 22px;
  content: '';
}

.bulletPlus.bullet-premiumblau li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='plus'%3E%3Cpath fill='%23141B4D' d='M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z'%3E%3C/path%3E%3C/svg%3E");
}

.bulletPlus.bullet-koenigsblau li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='plus'%3E%3Cpath fill='%233463a7' d='M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z'%3E%3C/path%3E%3C/svg%3E");
}

/* !SECTION Listen */

/* SECTION Container */

.imageContent-imageWrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.imageContent-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.imagePosition-top {
    object-position: top !important;
}

.imagePosition-center {
    object-position: center !important;
}

.imagePosition-bottom {
    object-position: bottom !important;
}

.imageContent-frame {
  position: relative;
  width: 100%;
  padding-block: var(--space-xlarge);
}

.imagecontent-intro {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}



.text-bg-white {
  background-color: var(--color-white);
}

.text-bg-transparent {
  background-color: transparent;
}

.text-bg-eisblau {
  background-color: var(--color-eisblau);
}

.text-bg-eisblaupastell {
  background-color: var(--color-eisblaupastell);
}

.text-bg-eisblaupastell50 {
  background-color: var(--color-eisblaupastell50) !important;
}

.text-bg-mintpastell {
  background-color: var(--color-mintpastell);
}

.text-bg-pfirsichpastell {
  background-color: var(--color-pfirsichpastell);
}

.text-bg-fliederpastell {
  background-color: var(--color-fliederpastell);
}

.text-bg-flieder {
  background-color: var(--color-flieder);
}

.text-bg-gelb {
  background-color: var(--color-gelb);
}

.text-bg-gelbpastell {
  background-color: var(--color-gelbpastell);
}

.text-bg-premiumblau {
  background-color: var(--color-premiumblau);
  color: var(--color-white);
}

.text-bg-koenigsblau {
  background-color: var(--color-koenigsblau);
  color: var(--color-white);
}

.text-bg-alpenblau {
  background-color: var(--color-alpenblau);
  color: var(--color-white);
}

.text-bg-hellgrau {
  background-color: var(--color-lightgrey);
}




/* !SECTION Container */




/* SECTION MainHeader */
.pagewrap {
  min-height: 400px;
}
.mainHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--mainheader-height);
  transition: all 0.3s ease 0s;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
  z-index: 1050;
  position: relative;
}

.mainHeader-sticky {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  height: var(--mainheader-height-sticky);
  transition: 0.3s ease;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background-color: var(--color-white);
}

.mainHeader-sticky .mainHeader-container {
  box-shadow: var(--shadow-kwa);
}

@keyframes headerSlideDown {
  0% {
  margin-top:-150px
  }
  100% {
  margin-top:0
  }
  }

.mainHeader-logo {
    display: flex;
    align-items: center;
    /* padding-right: 0; */
    padding-left: 1rem;
}

a.mainHeader-logoLink {
  display: block;
}

.mainHeader-logoImage {
  transition: all 0.5s ease 0s;
  max-width: 100%;
}

.locationSwitchDiv {
  width: 3px;
  height: 36px;
  padding: 0;
  border-radius: 6px;
  background-color: var(--color-lightgrey);
  opacity: 0.5;
}

.locationSwitch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.locationSwitch-btn svg {
  width: auto;
  height: 24px;
}

a.locationSwitch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: var(--space-3xsmall);
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 500;
  color: var(--color-premiumblau);
}

a.locationSwitch-btn:hover {
  color: var(--color-alpenblau);
}

.modal-backdrop {
  background-color: var(--color-premiumblau);
}

#locationModal .modal-content {
  background-color: var(--color-eisblaupastell);
  border: none;
}

#locationModal .modal-header {
  padding-top: var(--space-small);
  padding-inline: var(--space-small);
  padding-bottom: 0;
}

#locationModal .modal-body {
  padding-bottom: var(--space-small);
  padding-inline: var(--space-small);
  padding-top: var(--space-xlarge);
}

#locationModal .btn-close {
  background-color: var(--color-white);
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 16px;
  top: 16px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

#locationModal .btn-close:hover {
  background-color: var(--color-alpenblau);

}

#locationModalLabel {
  font-size: 1.25rem;
}

.locationModal-name {
  font-size: 1.125rem;
}

.location-item {
  text-decoration: none;
  color: var(--color-premiumblau);
}

.location-item:hover {
  text-decoration: none;
  color: var(--color-alpenblau);
}

.location-item svg path {
  fill: var(--color-premiumblau);
  transition: all 0.3s ease 0s;
}

.location-item:hover svg path {
  fill: var(--color-alpenblau) !important;
}

.location-item svg {
  width: auto;
  height: 36px;
}

.mainmenu .nav {
  column-gap: var(--space-large);
  align-items: center;
  justify-content: center;
}

.mainmenu-link {
  text-decoration: none;
  font-size: 1.125rem;
  color: var(--color-premiumblau);
}

.mainmenu-item.active {
  font-weight: 500;
}


.menu-switcher {
  width: 48px;
  height: 48px;
  border: 3px solid var(--color-eisblaupastell50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.menu-switcher:hover {
  border-color: var(--color-eisblau);
}

.menu-switcher span {
  background: var(--color-premiumblau);
  width: 20px;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  transition: transform 0.15s ease, width 0.2s ease;
  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%
}

.menu-switcher span::before,
.menu-switcher span::after { 
  position: absolute;
  background-color: var(--color-premiumblau);
  width: 20px;
  height: 2px;
  border-radius: 3px;
  content: "";
  transform: translate3d(0,0,0);
  right: 0;
  transition: transform 0.15s ease, width 0.2s ease;
}

.menu-switcher span::before {
  top: -6px;
}

.menu-switcher span::after {
  top: 6px;
}


.menu-switcher-open {
  border: 3px solid var(--color-eisblaupastell50);
}

.menu-switcher span,
.menu-switcher span::before,
.menu-switcher span::after {
  transform: 0.15s ease, width 0.2s ease;
}

.menu-switcher-open span {
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-switcher-open span::before {
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}

.menu-switcher-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(6px, 0, 0);
  transform: rotate(-90deg) translate3d(6px, 0, 0);
}



.mainHeader-add {
  display: flex;
  align-items: center;
  gap: var(--space-2xsmall);
  padding-left: var(--space-xsmall);
}


.mainHeader-switcher {
  width: 40px;
  height: 40px;
  /* border: 2px solid #f2f2f2; */
  background-color: rgba(18,18,18,0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(18,18,18,0.05);
}



.mainHeader-switcher:hover {
  /* border-color: #dadada; */
  box-shadow: 0 0 0 2px rgba(18,18,18,0.1);
}

.mainHeader-switcher svg {
  width: 24px;
  height: 24px;
}

.mainHeader-switcher svg path {
  stroke: #858585 !important;
  transition: all 0.3s ease 0s;
}

.mainHeader-switcher:hover svg path {
  stroke: var(--color-premiumblau) !important;
}

/* !SECTION MainHeader */


/* SECTION Overlay-Nav */

.offcanvasSearch-content {
  display: flex;
  align-items: center;
  padding-bottom: 74px;
}

.offcanvasMobileNavWrap .offcanvas-backdrop {
  z-index: 1010;
  background-color: var(--color-eisblaupastell);
  top: var(--mainheader-height);
}

div#offcanvasMobileNav {
  top: var(--mainheader-height);
  bottom: 0;
  border: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  box-shadow: none;
  border-top: 2px solid var(--color-eisblaupastell);
}

.mainHeader-sticky div#offcanvasMobileNav {
  top: var(--mainheader-height-sticky);
}

.mainHeader .offcanvas-backdrop {
  top: var(--mainheader-height);
  background-color: var(--color-eisblaupastell);
}

.mainHeader-sticky .offcanvas-backdrop {
  top: var(--mainheader-height-sticky);
}




.offcanvasMobileNav .offcanvas-header {
  /* margin: var(--space-small); */
  padding: var(--space-xsmall) var(--space-xsmall);
  flex-direction: column;
}

.quickStandort {
  padding-bottom: var(--space-xsmall);
}

.offcanvasMobileNav .offcanvas-spacer {
  margin-inline: var(--space-xsmall);
  padding-inline: 0px;
  padding-block: 0;
  height: 3px;
  background: var(--color-alpenblau);
  border-radius: 4px;
}

.offcanvasMobileNav .offcanvas-body {
  padding: 0 var(--space-xsmall) 0 var(--space-xsmall);
  overscroll-behavior-y: auto;
  margin-bottom: var(--mobilenavfooter-height);
}

.mobileSubNav {
  width: 100%;
  background-color: var(--color-white);
  position: absolute;
  z-index: 9991;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: visibility 0s ease .4s, transform .4s ease, -webkit-transform .4s ease;
  transform: translate3d(100%, 0, 0);
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.mobileSubSubNav {
  z-index: 9992;
  transform: translate3d(-100%, 0, 0);
}

.mobileSubSubNav .offcanvas-body {
  margin-bottom: 0;
}


.mobileSubNav-open,
.mobileSubSubNav-open {
  visibility: visible;
  transform: translate3d(-0px,0,0);
  transition: transform .4s ease, -webkit-transform .4s ease
}

.mobileSubNav-back {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  border: none;
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: var(--space-large);
}

.mobileSubNav-back span {
  width: 42px;
  position: absolute;
  top: 0;
  left: 0px;
  right: unset;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease;
}

.mobileSubNav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: 0px;
  box-sizing: border-box;
  border-top: 2px solid var(--color-premiumblau);
  border-left: 2px solid var(--color-premiumblau);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
}

.mobileNavContent ul {
  padding-left: 0;
  margin-bottom: 0;
}

li.mobileNav-parent {
  display: block;
  position: static;
}

li.mobileNav-parent > a,
li.mobileNav-subParent > a,
li.mobileNav-subSubParent > a {
  padding-block: calc(var(--space-xsmall) - 2px);
  padding-left: var(--space-2xsmall);
  padding-right: var(--space-large);
  display: block;
  border-top: 1px solid var(--color-lightgrey);
  color: var(--color-premiumblau);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
}

li.mobileNav-subSubParent > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

li.mobileNav-parent a:hover {
  color: var(--color-alpenblau);
}

li.mobileNav-parent a:hover .mobileNav-next::before {
  border-color: var(--color-alpenblau);
}

.mobileNav-parentLink.is-active, 
.mobileNav-link.is-active {
  border-top: 2px solid var(--color-alpenblau);
  font-weight: 700;
}

/* li.mobileNav-parent:first-of-type > a,
li.mobileNav-subParent:first-of-type > a,
li.mobileNav-subSubParent:first-of-type > a {
  border-top: 0;
} */

li.mobileNav-parent:last-of-type > a,
li.mobileNav-subParent:last-of-type > a,
li.mobileNav-subSubParent:last-of-type > a {
  border-bottom: 1px solid var(--color-lightgrey);
}

.mobileNav-next {
  width: 54px;
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease;
}

.mobileNav-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: 0px;
  box-sizing: border-box;
  border-top: 2px solid var(--color-premiumblau);
  border-left: 2px solid var(--color-premiumblau);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease 0s;
}


.offcanvas-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

ul.bottomNavLang {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--space-2xsmall) var(--space-xsmall) var(--space-2xsmall) var(--space-xsmall);
  gap: var(--space-xsmall);
  background-color: var(--color-white);
}

.offcanvasNavLang {
  background-color: transparent !important;
}

.quickContactMobile {
  background-color: var(--color-white);
  padding-bottom: var(--space-xsmall);
}

.quickContactMobile .quickContact-content {
  column-gap: var(--space-xsmall);
  padding-inline: 0;
}

.quickContactMobile .quickContact-link span {
  font-size: 16px;
}

.quickContact {
  z-index: 1051;
  height: 36px;
  display: flex;
  align-items: center;
  /* box-shadow: inset 0px -6px 24px -18px rgb(0 20 60 / 15%); */
}

.quickContact-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

}

.quickContact-standort {
  margin-right: var(--space-2xsmall);
}

.quickContact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: var(--space-small);
}

a.quickContact-link {
  color: var(--color-premiumblau);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: var(--space-3xsmall);
}

.quickContact-link span {
  font-size: 18px;
}

a.quickContact-link svg {
  width: 24px;
  height: 24px;
}

.quickContact-link svg path {
  fill: var(--color-alpenblau) !important;
}

.quickContact-lang svg {
  width: 32px;
  height: 32px;
}

.quickContact-lang {
  cursor: pointer;
}

a.mobileLang-link {
  font-size: 1.125rem;
  text-decoration: none;
  color: var(--color-premiumblau);
  width: 42px;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}

a.mobileLang-link:hover {
  color: var(--color-alpenblau);
}

a.mobileLang-link.is-active {
  font-weight: 500;
}

span.mobileLang-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileLang-icon svg path {
  fill: var(--color-koenigsblau) !important;
}

.mobileLang-link.is-active span {
  position: relative;
}

.mobileLang-link.is-active span::after {
  position: absolute;
  height: 2px;
  background-color: var(--color-premiumblau);
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  transition: all 0.3s ease 0s;
}

a.mobileLang-link.is-active:hover span::after {
  background-color: var(--color-alpenblau);
}


/* !SECTION Overlay-Nav */



/* SECTION Suche */
.clearInput-button {
  display: none;
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 54px;
  width: 54px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.show.clearInput-button {
  display: flex;
}

.clearInputButtonIcon {
  border-right: 1px solid var(--color-lightgrey);
  width: 54px;
  height: 50%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clearInput-button svg {
  width: 24px;
  height: 24px;
}

.clearInputButtonIcon path {
  stroke: var(--color-lightgrey) !important;
  transition: all 0.3s ease 0s;
}

.clearInput-button.show:hover .clearInputButtonIcon path {
  stroke: var(--color-alpenblau) !important;
}

.kwa-search {
  width: 100%;
  position: relative;
}

.kwa-searchfield {
  background-color: var(--color-eisblaupastell50);
  border: none;
  padding: var(--space-2xsmall) var(--space-large) var(--space-2xsmall) var(--space-2xsmall)!important;
  width: 100%;
  border-radius: 6px;
}

.kwa-searchfield:focus {
  box-shadow: var(--bs-box-shadow-inset),0 0 0 .25rem rgba(6,176,225,0.51);
}

.kwa-searchSubmit {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: transparent;
  border: 0;
  top: 0;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kwa-searchSubmit svg {
  width: 36px;
  height: 36px;
}

.kwa-searchSubmit svg path {
  opacity: 0.4;
  transition: all 0.3s ease 0s;
}

.kwa-searchSubmit:hover svg path {
  stroke: var(--color-alpenblau) !important;
  opacity: 1;
}


#kesearch_results .result-list-item .result-teaser {
  line-height: 1.25;
}

div#kesearch_num_results {
  margin-bottom: var(--space-xsmall);
  font-size: 1.25rem;
  color: var(--color-darkgrey);
}

span.result-title {
  display: inline-block;
}

span.result-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-koenigsblau);
}

.result-title a {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: var(--space-2xsmall);
  display: block;
  line-height: 1.25;
}

.result-list-item.result-list-item-type-page {
  margin-bottom: var(--space-small);
  padding-block: var(--space-xsmall);
  padding-inline: var(--space-small);
  /* border: 1px solid var(--color-lightgrey); */
  border-radius: 6px;
  transition: 0.3s ease 0s;
  background-color: var(--color-eisblaupastell50);
}

.result-list-item.result-list-item-type-page:hover {
  box-shadow: var(--shadow-kwa);
}

span.hit {
  background-color: var(--color-fliederpastell);
  padding-inline: 3px;
  border-radius: 6px;
}

/* .kesearch_filters {
  padding-block: var(--space-xsmall);
  padding-inline: var(--space-xsmall);
  border: 1px solid var(--color-eisblaupastell);
  border-radius: 10px;
} */

.kesearch_filters {
  margin-bottom: var(--space-small);
}

.kesearch_filters .head {
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: var(--space-xsmall);
  display: block;
  border-bottom: 1px solid var(--color-lightgrey);
  padding-left: var(--space-2xsmall);
}

.kesearch_filters ul {
  padding-left: 0;
}

.kesearch_filters ul a {
  font-size: 1.125rem;
  padding-block: 10px;
  padding-left: var(--space-2xsmall);
  display: block;
  border-bottom: 1px solid rgba(195,197,210,0.3);
  text-decoration: none;
}

a.kesearch_resetFilters {
  text-decoration: none;
  padding-left: var(--space-2xsmall);
}

span.kesearch_results {
  background-color: var(--color-eisblau);
  border-radius: 6px;
  padding-inline: 6px;
  font-size: 1rem;
  margin-left: 8px;
  text-align: center;
  min-width: 24px;
  display: inline-block;
  color: var(--color-premiumblau);
}

.kesearch_submit input[type="submit"] {
  background: transparent;
  border: none;
  color: var(--color-white);
  font-weight: 700;
}

span.kesearch_reset a {
  text-decoration: none;
}

.kesearch_actionBtns {
  display: flex;
  justify-content: space-between;
}

.kwa-paginator ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}

.result_txt {
  text-align: center;
  color: var(--color-darkgrey);
}

.tx-kesearch-pi1 .messsage {
  color: var(--color-darkgrey);
  margin-bottom: var(--space-2xsmall);
  font-size: 1.125rem;
}

/* !SECTION Suche */


/* SECTION Einzelbild */

picture {
    display: block;
}

img.responsive-image {
  width: 100%;
  height: auto;
  /* border-radius: var(--border-radius-lg); */
}

.singleImage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.goverlay {
  background: rgba(255, 255, 255, 1);
}

.glightbox-clean .gclose {
  border-radius: 50%;
  padding: 12px;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: var(--color-koenigsblau);
  transition: all 0.2s ease 0s;
}

.glightbox-clean .gclose svg {
  width: 16px;
  height: auto;
}

.glightbox-clean .gprev path, .glightbox-clean .gnext path, .glightbox-clean .gclose path {
  fill: var(--color-white);
}

.glightbox-clean .gprev:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gclose:hover {
  background-color: var(--color-alpenblau);
}

.glightbox-clean .gprev, .glightbox-clean .gnext, .glightbox-clean .gclose {
  background-color: var(--color-koenigsblau);
  transition: all 0.2s ease 0s;
}

/* !SECTION Einzelbild */


/* SECTION Accordion */

.accordion-button:focus {
  box-shadow: none !important;
  border-top: 2px solid var(--color-alpenblau)
}

.accordion-button {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: 'Brandon', sans-serif;
  text-decoration: none;
  color: var(--color-premiumblau);
  padding: calc(var(--space-xsmall) - 2px) var(--space-2xsmall) var(--space-xsmall) var(--space-2xsmall);
  border-radius: 0 !important;
  border-top: 2px solid transparent;
  gap: var(--space-2xsmall);
}

.accordion-button:not(.collapsed) {
  color: var(--color-premiumblau);
  background-color: var(--color-eisblaupastell50);
  box-shadow: none;
  border-top: 3px solid var(--color-alpenblau);
  margin-top: -1px;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:hover {
  color: var(--color-premiumblau);
}

.accordion-item {
  color: var(--color-premiumblau);
  background-color: var(--color-eisblaupastell50);
  border: 1px solid var(--color-lightgrey);
  border-radius: 0 !important;
}

.accordion-body {
  padding: var(--space-3xsmall) var(--space-xsmall) var(--space-small);
}

.accordion-body p {
  font-size: 1.25rem;
  font-weight: 400;
}

.accordion-transparent .accordion-item,
.accordion-transparent .accordion-button {
  background-color: transparent;
}

.accordion-item:last-of-type>.accordion-collapse {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}


/* !SECTION Accordion */

/* SECTION Slider*/

.flickity-viewport {
  transition: height 0.5s;
}



.flickity-page-dots {
  bottom: -36px;
}


.flickity-page-dots .dot {
  background-color: var(--color-premiumblau);
}


.bgPosition-top {
  object-position: top !important;
}

.bgPosition-right-top {
  object-position: right top !important;
}

.bgPosition-right {
  object-position: right !important;
}

.bgPosition-right-bottom {
  object-position: right bottom !important;
}

.bgPosition-bottom {
  object-position: bottom !important;
}

.bgPosition-left-bottom {
  object-position: left bottom !important;
}

.bgPosition-left {
  object-position: left !important;
}

.bgPosition-left-top {
  object-position: left top !important;
}

.bgPosition-center {
  object-position: center !important;
}

/* SECTION HERO kein SLIDER */
.heroImageSlider {
  margin-top: calc(var(--mainheader-height) / -1);
  position: relative;
  height: 100%;
  z-index: 2;
}

.subpage .heroImageSlider {
  margin-top: 0;
}

.hero {
  position: relative;
  /* max-height: 100vh; */
}


.hero-container-wrap {
  transition: all 0.3s ease 0s;
  z-index: 1;
  position: relative;
  top: 0;
  width: 100%;
  bottom: 0;
}

.hero-containerContent {
  padding-top: var(--mainheader-height);
}

.heroImageSlider .modul-bg {
  position: relative;
  height: unset;
  width: 100%;
  z-index: 0;
  bottom: unset;
  top: unset;
}

.heroImageSlider .modul-bgimg {
  position: relative;
  z-index: 5;
}

.hero-bgoverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
  z-index: 10;
  top: 0;
}

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

.heroPerson {
  /* position: absolute;
  right: 0;
  z-index: 5;
  bottom: 0;
  max-height: 80%;
  width: auto; */
}

.heroSlider .flickity-button.next {
  top: unset;
  bottom: 0;
  right: unset;
  left: 76px;
}

.heroSlider .flickity-button.previous {
  top: unset;
  bottom: 0;
  left: 16px;
}

/* .heroSliderPerson {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  height: calc(100vh - var(--mainheader-height));
  width: 50%;
} */

.heroSliderPerson {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 5;
  height: unset;
  width: 100%;
}

.heroPerson {
  width: 75%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right !important;
  max-height: 100vh;
  margin-left: 25%;
}

/* .heroSliderSvg {
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;

} */

.heroSliderSvg {
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.heroSliderSvg svg {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
}

/* .heroSliderSvg svg {
  width: 100%;
  height: auto;
} */

svg #Gruppe_7620 {
  animation: hero-dot-1 20s ease-in-out 0s infinite alternate;
}

svg #Ellipse_931 circle {
  animation: hero-dot-2 20s ease-in-out 0s infinite alternate;
}

svg #Ellipse_932 {
  transform-origin: center;
}

svg #Ellipse_932 circle {
  animation: hero-dot-3 20s ease-in-out 0s infinite alternate;
}

@keyframes hero-dot-1 {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes hero-dot-2 {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes hero-dot-3 {
  0% {
    transform: translate(50px) scale(1);
  }
  100% {
    transform: translate(0px) scale(0.75);
  }
}

.heroImageSlider h1.heroContent-text, 
h1.heroContent-text, 
.heroImageSlider .heroContent-text {
  font-size: 2rem;
  line-height: 1.1;
  text-wrap-style: balance;
}

.heroImageSlider .subtitle-bold-capital {
    font-family: 'Brandon', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-size: 0.875rem;
    opacity: 0.75;
    color: var(--color-premiumblau);
}


.heroContent-addtext p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38889;
  text-wrap-style: balance;
}

.heroContent-addtext p:last-of-type {
  margin-bottom: 0;
}

/* !SECTION HERO kein SLIDER */


/* SECTION Slider Hero Startseite */




.heroSlider {
  min-height: 400px;
}

.heroSlider .carousel-cell {
  width: 100%;
}

.sectionHeroSlider .hero-container-wrap {opacity: 0;
}

.is-selected .hero-container-wrap {
  /* display: block; */
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.hero .flickity-page-dots {
  bottom: 16px;
}

.hero .flickity-page-dots .dot {
  border: 2px solid var(--color-alpenblau);
  width: 16px;
  height: 16px;
}

/* !SECTION Slider Hero Startseite */

/* SECTION Slider Schulen */

.modul-wrap {
  position: relative;
  z-index: 1;
}

.modul-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modul-bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.sliderSchule-item {
  position: relative;
  padding-block: var(--space-medium);
}

.sliderSchule-item .modul-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.sliderSchule-item .modul-bgimg {
  border-radius: 15px;
}

.sliderSchule-factsItem .card {
  padding-block: var(--space-small);
  padding-inline: var(--space-2xsmall);
}

.sliderSchule-factsItem svg,
.sliderSchule-factsItemImage {
  width: 42px;
  height: 42px;
}

.sliderSchule-item p:last-of-type {
  margin-bottom: 0;
}

.sliderSchule-factsItem .textStyle-5 {
    hyphens: auto;
}

.sliderSchule-carousel .flickity-button {
  position: absolute;
  background: transparent;
  border: 2px solid var(--color-eisblau);
  color: var(--color-premiumblau);
  transition: all 0.2s ease 0s;
}

.sliderSchule-carousel .flickity-button:hover {
  border-color: var(--color-alpenblau);
}

.sliderSchule-carousel  .flickity-prev-next-button {
  
  display: none;
}

.sliderSchule-carousel .flickity-prev-next-button.previous {
  left: unset;
  right: calc(50% + 8px);
}

.sliderSchule-carousel .flickity-prev-next-button.next {
  right: unset;
  left: calc(50% + 8px);
}



/* !SECTION Slider Schulen */

/* !SECTION Slider */



/* SECTION  Card */

.card {
  transition: all 0.3s ease 0s;
}



/* SECTION Image Card */

.card.imageCard:hover {
  box-shadow: var(--shadow-kwa);
}

img.imageCard-img {
  width: 100%;
  height: auto;
}

/* img.imageCard-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
} */

/* .text-bg-mintpastell .imageCard-bg {
  background-color: var(--color-mint);
} */

/* !SECTION Image Card */

/* SECTION Ausbildung Facts Card */
.ausbildungItemsCarousel:after {
  content: 'flickity';
  display: none;
}


.card.ausbildung-item figure {
  margin-bottom: 0;
}

.ausbildung-item-abstract,
.newscards-item-abstract {
  font-size: 1.125rem;
}

.eventItemTags {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 8px;
}

.tag-pill {
  border: 1px solid var(--color-premiumblau);
  display: inline-flex;
  padding-inline: 12px;
  padding-block: 6px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-weight: 500;
  font-size: 0.75rem;
  column-gap: 10px;
}

.tag-pill .dot {
    width: 12px;
    height: 12px;
    background-color: var(--color-eisblau);
    border-radius: 50%;
}

.tag-pill .dot-eisblau {
  background-color: var(--color-eisblau);
}

.tag-pill .dot-pfirsichpastell {
  background-color: var(--color-pfirsichpastell);
}

.tag-pill .dot-pfirsich {
  background-color: var(--color-pfirsich);
}

.tag-pill .dot-gelb {
  background-color: var(--color-gelb);
}

.tag-pill .dot-flieder {
  background-color: var(--color-flieder);
}

.tag-pill .dot-mint {
  background-color: var(--color-mint);
}

.newsItemTags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-3xsmall);
  position: relative;
  z-index: 5;
  flex-wrap: wrap;
}

.ausbildungSidebar .sticky,
.eventSidebar .sticky {
  position: sticky;
  top: calc( var(--mainheader-height) + 24px);
}

.ausbildung-factsCard {
  background-color: var(--color-eisblaupastell50);
  border-radius: 10px;
  border: none;
}

.ausbildung-factsCard .card-body, 
.cardAusbildung-kontakt .card-body,
.cardAusbildung-download .card-body {
  padding-block: var(--space-2xsmall);
  padding-inline: var(--space-2xsmall);
}
.card-standort {
  display: flex;
  align-items: start;
  justify-content: start;
  column-gap: 16px;
}

.card-logo {
  width: 56px;
  height: 56px;
  background-color: var(--color-white);
  border-radius: 8px;
  border: 1px solid var(--color-lightgrey);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-logo svg {
  width: 38px;
  height: auto;
}

.card-schule {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
}

.card-ort {
  font-size: 1rem;
  font-weight: 400;
}

.card-ausbildungsfacts-item {
  line-height: 1.25;
  font-size: 1rem;
  display: flex;
  column-gap: var(--space-2xsmall);
  align-items: start;
  /* margin-bottom: var(--space-3xsmall); */
  padding-block: 12px;
  padding-inline: 0;
  border-bottom: 1px solid var(--color-eisblaupastell);
}

.card-ausbildungsfacts-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.card-ausbildungsfacts-item-icon svg {
  width: 36px;
  height: auto;
}

.card-ausbildungsfacts-item-option {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}

.card-ausbildungsfacts-item-option span:first-of-type,
.card-ausbildungsstaette-info,
.card-eventfacts-item-option span:first-of-type {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-koenigsblau);
}

.cardAusbildung-kontakt {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

.ausbildung-kontakt h5 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'Arizona', serif;
}

.cardAusbildung-ansprechpartner {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: var(--space-2xsmall);
}

.cardAusbildung-downloadItem {
  display: flex;
  align-items: start;
  justify-content: start;
  column-gap: var(--space-2xsmall);
}

.cardAusbildung-downloadIcon svg path {
  transition: all 0.2s ease 0s;
}

.cardAusbildung-downloadItem:hover .cardAusbildung-downloadIcon svg path {
  stroke: var(--color-alpenblau) !important;
}

.cardAusbildung-ansprechpartnerBild svg {
  width: 64px;
  height: auto;
}

.cardAusbildung-ansprechpartnerBild.bildDiv svg {
    width: 42px;
    height: 39px;
}

.cardAusbildung-ansprechpartnerImage {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.cardAusbildung-downloadIcon svg {
  width: 48px;
  height: auto;
}

.cardAusbildung-ansprechpartnerName {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.cardAusbildung-downloadName {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}

.cardAusbildung-downloadDesc {
  line-height: 1.125;
  margin-bottom: 6px;
  margin-top: 8px;
}

.cardAusbildung-downloadFilesize {
  font-size: 0.875rem;
  font-style: italic;
}
.cardAusbildung-ansprechpartnerPosition {
  font-size: 1rem;
}

.cardAusbildung-kontaktOptions {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-3xsmall);
}

.cardAusbildung-kontaktOptions-item {
  display: flex;
  align-items: start;
  font-size: 1.125rem;
  flex-direction: column;
}

.cardAusbildung-kontaktOptions-itemHeading {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: var(--color-premiumblau);
}

.cardAusbildung-kontaktOptons-itemLink {
  color: var(--color-premiumblau);
  text-decoration: none;
}

.cardAusbildung-download {
  border: none;
}

/* !SECTION Ausbildung Facts Card */

/* SECTION News Item Card */


.newsItem figure {
  margin-bottom: 0;
}

.newsCard-img {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* !SECTION News Item Card */

/* SECTION Event Item Card */

.eventItem-heading a {
    text-decoration: none;
    color: var(--color-premiumblau);
}

.eventItem-heading a:hover {
    color: var(--color-alpenblau);
}

.eventItem-title {
    font-size: 1.5625em;
}

.eventItem-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
}


/* .card-eventfacts-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
} */

.card-eventfacts-item {
    line-height: 1.25;
    font-size: 1rem;
    display: flex;
    column-gap: var(--space-2xsmall);
    align-items: start;
    /* margin-bottom: var(--space-3xsmall); */
    padding-block: 12px;
    padding-inline: 0;
}

.card-eventfacts-item-icon svg {
    width: 36px;
    height: auto;
}

.card-eventfacts-item-option {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}


.eventItem-next {
    width: 40px;
    height: 40px;
    margin-block: 12px;
    background-color: var(--color-koenigsblau);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.eventItem-next:hover {
    background-color: var(--color-premiumblau);
}

.eventItem-next svg {
    height: 20px;
    width: auto;
}

.eventItem-next svg path {
    fill: var(--color-white);
}


.eventStandort-title {
    font-size: 1.25rem;
}

.eventStandort-subtitle {
    font-size: 1.125rem;
}

.eventStandort-abstract p {
    font-size: 1.125rem;
    line-height: 1.4;
}



/* !SECTION Event Item Card */

/* !SECTION  Cards */

/* SECTION  Personnel Lists & Cards */

/* SECTION Personell TeamList */ 

.teamListItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.teamListItem figure {
  margin-bottom: 0;
}




.teamListItem-image,
.teamListItem-placeholder {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

h4.teamListItem-name {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: var(--space-3xsmall);
}

.teamListItem-responsibility, .teamListItem-standort {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
}

.teamListItem-contactWrap {
  margin-bottom: var(--space-2xsmall);
  font-size: 1.0625rem;
}

.teamListItem-contactWrap:last-of-type {
  margin-bottom: 0px;
}

.teamListItem-contactTitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-koenigsblau);
  line-height: 1;
}

.teamListItem-contactLink {
  font-size: 1.125rem;
  color: var(--color-premiumblau);
  text-decoration: none;
}

.teamListItem-placeholder {
  /* background-color: var(--color-white); */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.teamListItem-placeholder svg {
  width: 90px;
  height: auto;
}

/* !SECTION Personell TeamList */

/* !SECTION  Personnel Lists & Cards */


/* SECTION  Pagination */

.kwa-paginator {
  transition: opacity 0.3s ease-out;
  opacity: 1;
}

.kwa-paginator.hidden {
  opacity: 0;
  pointer-events: none;
}

.kwa-paginator {
  display: flex;
  flex-direction: row;
  gap: var(--space-3xsmall);
  align-items: center;
  justify-content: center;
  margin-block: var(--space-medium);
  flex-flow: wrap;
}

.kwa-paginator a {
  color: var(--color-premiumblau);
  text-decoration: none;
  font-size: 1.25rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.2s ease 0s;
}

.kwa-paginator a:hover {
  color: var(--color-alpenblau);
}

.kwa-paginator .current a,
.kwa-paginator a.current {
  background: var(--color-alpenblau);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--color-white);
  cursor: default;
}


.kwa-paginator .current a:hover {
  color: var(--color-white);
}

.kwa-paginator svg {
  width: 36px;
  height: 36px;
}

.kwa-paginator svg path {
  fill: var(--color-premiumblau);
  transition: all 0.2s ease 0s;
}

.kwa-paginator a:hover svg path {
  fill: var(--color-alpenblau);
}

/* !SECTION  Pagination */

/* SECTION  Call to Action */
.callToAction {
  overflow: hidden;
}

svg.modulC2a-bgsvg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

img.modulC2a-bgimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

/* !SECTION  Call to Action */


/* SECTION StandortMap */

.kwaIcon {
  height: 41px;
  width: 41px;
  background-image: url('../Images/Leaflet/marker-shadow.png');
  background-size: contain;
  cursor: pointer;
  position: relative;
  z-index: 5;
  pointer-events: none;
}

.kwaIcon:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 41px;
  background-image: url('../Images/Leaflet/marker_icon_alpenblau.svg');
  z-index: 1;
  pointer-events: all;
}

.kwaIcon-white:after {
  background-image: url('../Images/Leaflet/marker_icon_white.svg');
}


div#mapDetail {
  width: 100%;
  height: 33vh;
  position: relative;
  right: 0;
  top: 0;
  z-index: 3;
  background-color: var(--color-dark);
  /* display: flex;
  align-items: center;
  justify-content: center; */
}



.leaflet-control-attribution {
  font-size: 9px !important;
  color: var(--color-dark);
  background: rgba(255,255,255,0.15) !important;
  opacity: 0.5;
}



.leaflet-popup-content-wrapper {
  padding: 0px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 0 -1px 0 0;
  line-height: 1.4;
}

.leaflet-container a.leaflet-popup-close-button {
  color: var(--color-petrollight);
  font-weight: bold;
}

.mapItem-content {
  /* padding: 20px 24px 16px; */
  text-align: center;
}

.mapItem-contentTagline.tagline {
  font-weight: 700;
  color: var(--color-magenta);
  font-size: 1rem;
  margin-bottom: var(--space-3xsmall);
}

.mapItem-contentText {
  font-size: 1rem;
  color: var(--color-black);
}

.standortMap-itemTitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-koenigsblau);
  line-height: 1;
}

.standortMap-itemWrap {
  margin-bottom: var(--space-2xsmall);
  font-size: 1.0625rem;
}

.standortMap-itemWrap:last-of-type {
  margin-bottom: 0px;
}

.standortMap-info {
  position: relative;
  background: var(--color-white);
  z-index: 5;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

a.standortMap-link, .mapItem-routeLink {
  color: var(--color-premiumblau);
  text-decoration: none;
}

a.standortMap-link:hover,
a.standortMap-link:active,
a.standortMap-link:focus,
.mapItem-routeLink:hover,
.mapItem-routeLink:focus,
.mapItem-routeLink:active,
.leaflet-container a.leaflet-popup-close-button:hover, 
.leaflet-container a.leaflet-popup-close-button:focus {
  color: var(--color-alpenblau);
}


.standortMap-route {
  display: flex;
  align-items: center;
  justify-content: center;
}

.standortMap-map .viewport {
  position: absolute;
  top: var(--space-xlarge);
  right: var(--space-large);
  left: var(--space-large);
  height: 360px;
}


.leaflet-touch .leaflet-bar a {
  width: 48px;
  height: 48px;
  line-height: 44px;
  color: var(--color-premiumblau);
  font-size: 1.5rem;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: var(--color-white);
  color: var(--color-alpenblau);
}

a.leaflet-control-zoom-in,
a.leaflet-control-zoom-out {
  border-radius: 50% !important;
  margin-bottom: 16px;
  box-shadow: var(--shadow-kwa);
}

a.leaflet-control-zoom-out {
  margin-bottom: 0px;
}

.leaflet-left .leaflet-control {
  margin-left: var(--space-small);
}

.leaflet-top .leaflet-control {
  margin-top: var(--space-small);
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: none;
}


.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl, .maplibregl-ctrl-bottom-right .maplibregl-ctrl {
  float: right;
  margin: 0 10px var(--space-xsmall) 0;
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl, 
.maplibregl-ctrl-top-left .maplibregl-ctrl {
  float: left;
  margin: var(--space-2xsmall) 0 0 var(--space-2xsmall);
}

button.maplibregl-ctrl-zoom-in {
  margin-bottom: var(--space-2xsmall);
}

.maplibregl-ctrl button {
  width: 48px;
  height: 48px;
  line-height: 44px;
  color: var(--color-premiumblau);
  font-size: 1.5rem;
  border-radius: 50%;
  box-shadow: var(--shadow-kwa);
  background-color: var(--color-white);
  border: 0 !important;
}

.mapboxgl-ctrl-group:not(:empty), .maplibregl-ctrl-group:not(:empty) {
  box-shadow: none;
}

.mapboxgl-ctrl-group, .maplibregl-ctrl-group {
  background: transparent;
  border-radius: 4px;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible), .maplibregl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: var(--shadow-kwa);
}

.mapboxgl-ctrl button:not(:disabled):hover, .maplibregl-ctrl button:not(:disabled):hover {
  background-color: var(--color-white);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in:hover .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-zoom-in:hover .maplibregl-ctrl-icon {
  background-image: url('data:image/svg+xml,%3Csvg width="29" height="29" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg" fill="%2300b0e2"%3E%3Cpath d="M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z"/%3E%3C/svg%3E');
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out:hover .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-zoom-out:hover .maplibregl-ctrl-icon {
  background-image: url('data:image/svg+xml,%3Csvg width="29" height="29" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg" fill="%2300b0e2"%3E%3Cpath d="M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z"/%3E%3C/svg%3E');;
}

.mapboxgl-ctrl-group button:focus:first-child,
 .maplibregl-ctrl-group button:focus:first-child {
  border-radius: 50%;
  border-top: 0;
}

.mapboxgl-ctrl-group button:focus:last-child, 
.maplibregl-ctrl-group button:focus:last-child {
  border-radius: 50%;
  border-top: 0;
}



/* !SECTION StandortMap */

/* SECTION Icon Grid */

.rounded-none {
  border-radius: 0 !important;
}

.card-iconBox {
  background: transparent;
}

.card-iconBox:hover {
  box-shadow: var(--shadow-kwa);
  cursor: pointer;
  -webkit-transform: translate3d(0,-.275rem,0);
  transform: translate3d(0,-.275rem,0);
}

.iconBox-card-body {
  padding: var(--space-xsmall) var(--space-3xsmall);
}

.card-iconBox-icon {
  margin-bottom: var(--space-2xsmall);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-iconBox-ico {
  width: auto;
  height: 48px;
}

.card-iconBox-subheader {
  font-size: 0.875rem;
}

.card-iconBox-title {
  font-family: 'Brandon', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.card-iconBox-text {
  font-size: 0.875rem;
  margin-top: var(--space-3xsmall);
}

.card-iconBox.hasBorder {
  border: 1px solid var(--color-lightgrey);
}

.hasBorder.card-iconBoxBorder-eisblau {
  border-color: var(--color-eisblau);
}

.hasBorder.card-iconBoxBorder-eisblaupastell {
  border-color: var(--color-eisblaupastell);
}

.hasBorder.card-iconBoxBorder-mint {
  border-color: var(--color-mint);
}

.hasBorder.card-iconBoxBorder-mintpastell {
  border-color: var(--color-mintpastell);
}

.hasBorder.card-iconBoxBorder-flieder {
  border-color: var(--color-flieder);
}

.hasBorder.card-iconBoxBorder-fliederpastell {
  border-color: var(--color-fliederpastell);
}

.hasBorder.card-iconBoxBorder-pfirsich {
  border-color: var(--color-pfirsich);
}

.hasBorder.card-iconBoxBorder-pfirsichpastell {
  border-color: var(--color-pfirsichpastell);
}

.hasBorder.card-iconBoxBorder-premiumblau {
  border-color: var(--color-premiumblau);
}

.hasBorder.card-iconBoxBorder-alpenblau {
  border-color: var(--color-alpenblau);
}

.hasBorder.card-iconBoxBorder-koenigsblau {
  border-color: var(--color-koenigsblau);
}

.hasBorder.card-iconBoxBorder-white {
  border-color: var(--color-white);
}
.hasBorder.card-iconBoxBorder-lightgrey {
  border-color: var(--color-lightgrey);
}
.hasBorder.card-iconBoxBorder-darkgrey {
  border-color: var(--color-darkgrey);
}

.hasBorder.card-iconBoxBorder-transparent {
  border-color: var(--color-transparent);
}

/* !SECTION Icon Grid */

/* SECTION Pagelist */

/* SECTION 100 BIZ Cards */
.standortItemsCarousel:after {
  content: 'flickity';
  display: none;
}

.standortItemsCarousel__item {
  margin-left: 16px;
  width: calc(100% - 88px);
  opacity: 0.5;
  pointer-events: none;
}

.standortItemsCarousel__item.is-selected {
  opacity: 1;
  pointer-events: all;
}

.standort-item a {
  display: block;
}

.standort-item figure {
  margin-bottom: 0;
}

.standort-item .card-body {
  padding-block: var(--space-small);
  padding-inline: var(--space-2xsmall);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--space-xsmall);
}

/* !SECTION 100 BIZ Cards */

/* SECTION 110 AUSBILDUNGEN Cards */

.ausbildungItemsCarousel:after {
  content: 'flickity';
  display: none;
}

.ausbildungItemsCarousel__item {
  margin-left: 16px;
  width: calc(100% - 88px);
  opacity: 0.5;
  pointer-events: none;
  flex: 0 0 auto;
}

.ausbildungItemsCarousel__item.is-selected {
  opacity: 1;
  pointer-events: all;
}

.ausbildung-item-titleLink {
    color: var(--color-premiumblau);
    text-decoration: none;
}

.ausbildung-item-abstract {
    line-height: 1.4;
}

/* !SECTION 110 AUSBILDUNGEN  Cards */

/* SECTION 125 BIZ Cards */
.newscardsItemsCarousel:after {
  content: 'flickity';
  display: none;
}

.newscardsItemsCarousel__item {
  margin-left: 16px;
  width: calc(100% - 88px);
  opacity: 0.5;
  pointer-events: none;
  flex: 0 0 auto;
}

.newscardsItemsCarousel__item.is-selected {
  opacity: 1;
  pointer-events: all;
}

/* !SECTION 125 BIZ Cards */

/* !SECTION Pagelist */

/* SECTION Video & Video Slider */

video.full-video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
}

.ui-volume {
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: unset;
  top: unset;
}

svg.voloff {
  opacity: 0.75;
}

.ui-volume svg path {
  fill: white;
}

.video-slide {
  margin-right: 0px;
  width: 83.33333333%;
  pointer-events: none;
}

.video-slide.is-selected {
  pointer-events: auto;
}

.video-slide video {
  transform: scale(0.9) !important;
  transition: 0.2s ease;
  opacity: 0.25;
}

.video-slide.is-selected video {
  transform: scale(1) !important;
  opacity: 1;
}

.videoSlider .flickity-prev-next-button {
  display: none;
}

.video-title {
  opacity: 0;
  transition: all 0.2s ease;
}

.is-selected .video-title {
  opacity: 1;
}

.videoSlider .flickity-page-dots {
  position: absolute;
  bottom: -24px;
  top: unset;
  height: unset;
}

/* !SECTION Video & Video Slider */


/* SECTION News Seite */

.newsHeading {
  font-size: 2.8125em;
}

.newsMeta {
  font-size: 1.125rem;
  font-weight: 500;
}

.newsHero-description {
  padding-inline: var(--space-2xsmall);
  padding-top: var(--space-3xsmall);
  font-size: 1rem;
  color: var(--color-premiumblau);
}

/* !SECTION News Seite */

/* SECTION Fort-/Weiterbldungen */

/* SECTION Filter */

.kwaBa-headerFinder {
    padding: 0px;
    background: rgba(255,255,255,0.4);
    border-radius: 8px;
    width: 100%;
    padding: 16px
}

.kwaBa-headerFinder-inner {
    background: #fff;
    border-radius: 8px;
    width: 100% !important;
}

.kwaBa-selectFields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kwaBa-selectField {
    width: 100%;
    position: relative;
}

.kwaBa-finder .list-field:before {
    content: '';
    position: absolute;
    top: unset;
    right: unset;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e8eef1;
    z-index: 10;
}

.kwaBa-finder .last.list-field:before {
    width: 0;
}

.kwaBa-finder .btn-input {
    display: block;
}

button.kwaBa-dropdownBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 48px;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 1;
    border: none;
}

button.kwaBa-dropdownBtn {
    font-size: 1rem;
    padding: 0 20px;
}

.kwaBa-btnIcon {
    margin-right: 0px;
}

.kwaBa-btnIcon {
    margin-right: 10px;
}

.kwaBa-btnIcon svg {
    width: 14px;
    height: 14px;
}

.kwaBa-btnIcon svg {
    width: 24px;
    height: 24px;
}

.kwaBa-dropdownBtn .btnlabel {
    display: flex;
    align-items: center;
    color: var(--color-premiumblau);
    font-weight: 400;
}

.kwaBa-dropdownBtn span:last-of-type {
    margin-left: unset;
}

.kwaBa-dropdownBtn span:last-of-type {
    margin-left: auto;
}

.caret-down svg {
    width: 14px;
    height: 14px;
}

.caret-down svg {
    width: 24px;
    height: 24px;
}

.kwaBa-dropdownBtn.dropdown-toggle::after {
  display: none;
}

.kwaBa-finder-dropdown-menu {
  width: 100%;
}

.kwaBa-finder-dropdown-menu li a {
    clear: both;
    color: var(--color-newdark);
    display: flex;
    font-weight: 400;
    line-height: 1.42857;
    padding: 8px 20px;
    white-space: nowrap;
    transition: all 0.2s ease;
    align-items: center;
    column-gap: 10px;
}



.kwaBa-finder-dropdown-menu .dropdown-item:hover, 
.kwaBa-finder-dropdown-menu .dropdown-item:focus {
   background-color: var(--color-eisblaupastell50);
   color: var(--color-premiumblau) !important;
}

.kwaBa-finder-dropdown-menu .dropdown-item:active {
    color: var(--color-white) !important;
    background-color: var(--color-premiumblau) !important;
    background-image: none !important;
}

.active .kwaBa-finder-menuLink, .active .kwaBa-finder-menuLink:hover {
    background: var(--color-koenigsblau);
    color: #fff !important;
}

span.dot {
    width: 12px;
    height: 12px;
    display: block;
    background-color: var(--color-eisblau);
    border-radius: 50%;
}

span.dot.dot-eisblau {
    background-color: var(--color-eisblau);
}

span.dot.dot-flieder {
    background-color: var(--color-flieder);
}

span.dot.dot-gelb {
    background-color: var(--color-gelb);
}

span.dot.dot-pfirsichpastell {
    background-color: var(--color-pfirsichpastell);
}

span.dot.dot-pfirsich {
    background-color: var(--color-pfirsich);
}

span.dot.dot-mint {
    background-color: var(--color-mint);
}

.tag-pill.bgWeiterbildung {
    background-color: var(--color-premiumblau);
    color: var(--color-pfirsich);
    /* border-color: var(--color-alpenblau); */
}

#noResultsContainer {
    margin: 30px 15px;
    display: none;
}

#noResultsContainer div {
    background: none repeat scroll 0 0 #fff;
    border-left: 2px solid var(--color-pfirsich);
    border-right: 2px solid var(--color-pfirsich);
    border-top: 2px solid var(--color-pfirsich);
    border-bottom: 2px solid var(--color-pfirsich);
    border-radius: 10px;
    padding: var(--space-small);
}

span.noResultClear {
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.jobsAll-clear {
    border: none;
    background: none;
    color: var(--color-premiumblau);
    font-size: 1.25rem;
    font-weight: 400;
    transition: all 0.2s ease 0s;
    flex-shrink: 0;
    line-height: 1;
}

.jobsAll-clear:hover {
    color: var(--color-alpenblau);
}

.sectionFilter {
    position: sticky !important;
    top: var(--mainheader-height-sticky);
    z-index: 10;
}

/* !SECTION Filter */

/* SECTION Detail */

.imageContent-imageWrap.imageWrap-eventDetail {
    height: 25vh;
    position: relative;
    z-index: -1;
}

.heroEventDetail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.heroEventDetail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

/* !SECTION Detail */


/* !SECTION Fort-/Weiterbldungen */


/* SECTION Kontakt */



.form-card {
  background-color: var(--color-white);
  border-radius: 10px;
  padding-block: var(--space-2xsmall);
  padding-inline: var(--space-2xsmall);
}

/* !SECTION Kontakt */


/* SECTION Standort Kontakt */

.sidebarKontakt {
  position: fixed;
  right: var(--space-2xsmall);
  /* bottom: var(--space-xsmall); */
  bottom: 100px;
  z-index: 1;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 50px;
  transform: unset;
  cursor: pointer;
  transition: all 0.1s ease 0s;
  box-shadow: 0px 0px 24px rgb(0 20 60 / 10%);
  z-index: 15;
}

.sidebarKontakt:hover {
  box-shadow: var(--shadow-kwa);
}

.sidebarKontakt.show {
  z-index: 40;
}

.sidebarKontakt-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  column-gap: var(--space-3xsmall);
}

.sidebarKontakt.show .sidebarKontakt-logo {
  margin: 8px;
}

.sidebarKontakt-logoSmall {
  width: 30px;
  height: auto;
}

/* .sidebarKontakt-logo {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 8px 12px 8px;
} */

/* .sidebarKontakt-logo img {
  width: 100%;
  height: auto;
} */

/* .sidebarKontakt-item {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.sidebarKontakt-item {
  display: none;
}

.sidebarKontakt.show .sidebarKontakt-item {
  display: flex;
}

.sidebarKontakt-item:last-of-type {
  margin-bottom: 8px;
}

.sidebarKontakt.show .sidebarKontakt-item:last-of-type {
  margin-bottom: 0px;
}

.sidebarKontakt-itemInner {
  padding-inline: 12px;
  padding-bottom: 8px;
}

.sidebarKontakt-itemInner svg {
  width: 32px;
  height: 32px;
}

.sidebarKontakt-item svg path {
  fill: var(--color-alpenblau) !important;
}

.sidebarKontakt-logo span,
.sidebarKontakt .sidebarKontakt-link span {
  display: none;
}

.sidebarKontakt.show {
  padding: 16px;
  border-radius: 24px;
  cursor: default;
  box-shadow: var(--shadow-kwa);
}

.sidebarKontakt.show .sidebarKontakt-logo span,
.sidebarKontakt.show .sidebarKontakt-link span {
  display: block;
}

.sidebarKontakt.show .sidebarKontakt-itemInner {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: var(--space-3xsmall);
}

.sidebarKontakt .spacer-dotted {
  display: none;
}

.sidebarKontakt.show .spacer-dotted {
  display: block;
  margin-block: 8px;
  border-bottom: 2px dotted var(--color-lightgrey);
}

.sidebarKontakt .sidebarKontakt-logoFull {
  display: none;
}

.sidebarKontakt.show .sidebarKontakt-logoSmall {
  display: none;
}

.sidebarKontakt.show .sidebarKontakt-logoSmall {
  display: none !important;
}

.sidebarKontakt.show .sidebarKontakt-logoFull {
  display: block;
  width: 100%;
  height: 44px;
  max-width: 230px;
}

.sidebarKontakt .sidebarKontakt-haus {
  font-weight: 700;
  line-height: 1.1;
}

.sidebarKontakt .sidebarKontakt-haus span {
  color: var(--color-alpenblau);
}

.sidebarKontaktClose {
  display: none;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 45;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-2xsmall);
  pointer-events: all;
  text-decoration: none;
}

.sidebarKontakt.show .sidebarKontaktClose {
  display: flex;
}



/* !SECTION Standort Kontakt */


/* SECTION FORM */

.kwa-form input,
.kwa-form textarea,
.kwa-form .form-floating>.form-control, 
.kwa-form .form-floating>.form-control-plaintext {
  background-color: var(--color-eisblaupastell50);
  font-size: 1rem;
  border: 2px solid var(--color-eisblaupastell50);
  border-radius: var(--bs-border-radius-lg);
  box-shadow: none;
  padding: var(--space-2xsmall) var(--space-2xsmall);
}

.kwa-form input:hover, 
.kwa-form textarea:hover {
  border: 2px solid var(--color-alpenblau);
  box-shadow: none;
}

.kwa-form .form-floating>label {
  font-size: 1.0625rem;
  padding: var(--space-2xsmall) var(--space-2xsmall);
}

.kwa-form .form-floating>.form-control:focus, 
.kwa-form .form-floating>.form-control:not(:placeholder-shown), 
.kwa-form .form-floating>.form-control-plaintext:focus, 
.kwa-form .form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}


.kwa-form textarea {
  min-height: 200px !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.kwa-form .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

.kwa-form .form-control:focus {
  color: var(--color-premiumblau);
  background-color: var(--color-white);
  border-color: var(--color-premiumblau);
  outline: 0;
  box-shadow: none;
}

.kwa-form .form-check-input {
  border: 2px solid var(--color-premiumblau);
  width: 24px;
  height: 24px;
  min-height: unset;
}

.kwa-form .form-check-input:checked {
  background-color: var(--color-premiumblau);
  border-color: var(--color-premiumblau);
}

/* .kwa-form .form-floating>label {
  color: var(--color-premiumblau);
  opacity: 0.5;
  padding: var(--space-2xsmall) var(--space-xsmall);
  font-size: 1.25rem;
} */

/* .kwa-form .form-floating>.form-control:focus~label, 
.kwa-form .form-floating>.form-control:not(:placeholder-shown)~label, 
.kwa-form .form-floating>.form-control-plaintext~label, 
.kwa-form .form-floating>.form-select~label {
  transform: scale(0.75) translateY(-1rem) translateX(0.70rem)
} */

/* .kwa-form .form-floating>.form-control, .kwa-form .form-floating>.form-control-plaintext,
.kwa-form .kwa-formSelect {
  padding: var(--space-2xsmall) var(--space-xsmall);
} */

.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-control-plaintext~label::after, .form-floating>.form-select~label::after {
  background-color: transparent;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-control-plaintext~label, .form-floating>.form-select~label {
  color: var(--color-koenigsblau);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.kwa-form .kwa-formSelect {
cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KC0xLDEuMjI0NjVlLTE2LC0xLjIyNDY1ZS0xNiwtMSwxOC4xMTg5LDEwLjgxMTEpIj4KICAgICAgICA8cGF0aCBkPSJNMTMuMjk4LDEuNDc2TDYuNjMxLC00Ljc0OEM2LjM0MywtNS4wMTcgNS44OTUsLTUuMDE3IDUuNjA3LC00Ljc0OEwtMS4wNiwxLjQ3NkwtMC4wMzYsMi41NzJMNi4xMTksLTMuMTc0TDEyLjI3NCwyLjU3MkwxMy4yOTgsMS40NzZaIiBzdHlsZT0iZmlsbDpyZ2IoMjAsMjcsNzcpOyIvPgogICAgPC9nPgo8L3N2Zz4K) no-repeat 100% 50%;
  background-position: right calc(1em - 4px) top 50%;
  background-color: var(--color-eisblaupastell50);
  font-size: 1rem;
  border: 2px solid var(--color-eisblaupastell50);
  border-radius: var(--bs-border-radius-lg);
  box-shadow: none;
  min-height: 62px;
  padding-inline: var(--space-2xsmall);
  position: relative;
  z-index: 99;
}



.kwaForm-fieldset--half {
  width: 50%;
}


.kwa-form .inputs-list {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-2xsmall);
}

.hausMaterial-auswahl {
  margin-bottom: var(--space-2xsmall);
}

.hausMaterial-auswahl .kwa-checkbox~span {
  cursor: not-allowed;
}

/* .inputs-list .kwa-checkbox~span {
  display: flex;
  align-items: center;
}

.inputs-list .kwa-checkbox~span:after {
  top: 11px;
} */

.opt-in .kwa-checkbox~span {
  display: block;
  font-size: 1.125rem;
}

.inputs-list-vertical .kwaradio-group {
  flex-direction: column;
  row-gap: var(--space-3xsmall);
}


.kwaForm-fieldset legend {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: var(--space-3xsmall);
}

.kwa-form label.control-label {
  font-size: 1.125rem;
  font-weight: 500;
}

.kwa-form p {
  font-size: 1rem;
}

.kwa-callout.kwa-callout-warning.is-desktop,
.kwa-callout.kwa-callout-info.is-desktop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: var(--color-warning);
  z-index: 1000;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0s;
  box-shadow: var(--shadow-negative-kwa);
  padding: 10px 15px;
}

.kwa-callout.kwa-callout-info.is-desktop {
  background: var(--color-mintpastell);
}

.kwa-callout.is-desktop.hidden {
  bottom: -100px;
  transition: all 2.5s ease 0s;
}
.kwa-callout.is-desktop {
  bottom: 0;
  transition: all 2.5s ease 0s;
}

.kwa-callout.kwa-callout-warning.is-desktop h4,
.kwa-callout.kwa-callout-warning.is-desktop p,
.kwa-callout.kwa-callout-warning.is-desktop .kwa-callout-heading,
.kwa-callout.kwa-callout-warning.is-desktop .kwa-callout-text {
  color: var(--color-white);
}

.kwa-callout h4 {
  font-size: 1.75rem;
  margin-bottom: 0;
}

div.kwa-callout-heading {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.kwa-callout p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

p.kwa-callout-text {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.kwa-callout-info {
  border-left: none;
}

.kwa-callout-info h4 {
  color: var(--color-premiumblau);
}

.kwa-callout.is-desktop {
  display: block;
}


.kwa-form .field-errors {
    color: var(--color-warning);
    padding-left: var(--space-2xsmall);
}

.kwa-form .opt-in .field-errors {
    padding-left: 36px;
}

.kwa-form .error-class .opt-in .kwa-checkbox~span:before {
  border-color: var(--color-warning);
}

.kwa-form .error-class input {
    border-color: var(--color-warning) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.error-class .kwa-formSelect {
    border-color: var(--color-warning);
}

.kwa-form input.btn.btn-primary {
    background-color: var(--color-koenigsblau);
    border: 2px solid var(--color-koenigsblau);
}

.kwa-form input.btn.btn-primary:hover {
    background-color: var(--color-premiumblau);
    border: 2px solid var(--color-premiumblau);
}


.rechnopt {
    display: none;
    border-color: var(--color-alpenblau);
    border-width: 2px;
}

.rechnopt.show {
    display: block;
}

/* SECTION Radiobutton*/
.kwa-form input[type=radio] {
  display: none;
  }
  .kwa-form input[type=radio] + label svg {
    
    margin-right: 0px;
    margin-left: 2px;
  }
  .kwa-form input[type=radio] + label svg .outer {
    transition: fill .3s ease-in-out .05s;
    fill: var(--color-premiumblau);
  }
  .kwa-form input[type=radio] + label svg .inner {
    fill: var(--color-eisblaupastell50);
    transition: r .3s ease-in-out .05s;
    r: 26px;
  }
  .kwa-form input[type=radio] + label:hover svg .outer {
    fill: var(--color-premiumblau);
  }
  .kwa-form input[type=radio] + label:hover svg .inner {
   r: 17px;
  }
  .kwa-form input[type=radio]:checked + label svg .outer {
    transition: fill 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    fill: var(--color-premiumblau);
  }
  .kwa-form input[type=radio]:checked + label svg .inner {
    transition: r 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    r: 14px;
    fill: var(--color-alpenblau);
  }


  .kwaradio-group {
    display: flex;
    flex-direction: revert;
    align-items: unset;
    justify-content: space-between;
    margin-bottom: 0;
    column-gap: 16px;
}

.kwa-form-rueckruf .kwaradio-group {
  justify-content: start;
  column-gap: 24px;
}

.kwaradio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  height: 36px;
  gap: var(--space-3xsmall);
}

.kwaradio-span {
  margin: 0;
  font-size: 1rem;
}

.kwaform-inputs-list .kwacheck-span {
  font-size: 1rem;
}


/* !SECTION Radiobutton */

/* SECTION Checkboxes */


input.kwa-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.kwa-checkbox~span {
  padding-left: 2em;
  vertical-align: middle;
  cursor: pointer;
  display: flex;
  margin: 0px 15px 0 0;
  width: auto;
  position: relative;
  font-size: 1.25rem;
  align-items: flex-start;
  justify-content: flex-start;
  hyphens: auto;
}

.kwa-checkbox~span:before {
  content: '';
  position: absolute;
  border: 2px solid var(--color-premiumblau);
  text-align: center;
  font-size: 16px;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  background-color: var(--color-eisblaupastell);
  border-radius: 4px;
}

.kwa-checkbox~span:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background-color: transparent;
  top: 10px;
  left: 6px;
  border: 3px solid var(--color-premiumblau);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
}

.kwa-checkbox:checked~span:after {
  opacity: 1;
}


.input.checkbox span.help-block {
  display: none;
}


.was-validated .form-control:invalid,
.kwa-form .form-control.is-invalid {
  border-color: var(--color-warning) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.is-invalid .kwa-checkbox~span:before {
  border-color: var(--color-warning);
}

.parsley-errors-list {
  color: var(--color-warning);
  padding-left: var(--space-2xsmall);
  margin-bottom: 0;
}

.form-check .parsley-errors-list {
  padding-left: 40px;
}

p.mandatory-text span,
span.required {
  color: var(--color-alpenblau);
}

/* !SECTION Checkboxes */

/* SECTION Inputs */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}


input[role="textbox"] {
  border: 2px solid var(--color-alpenblau);
  border-radius: 4px;
  width: 3rem;
  margin-right: 8px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  min-height: 4rem;
  caret-color: transparent;
  -webkit-appearance: none !important;
  -moz-appearance: textfield;
  appearance: none;
}

/* !SECTION Inputs */

/* SECTION File Upload */

input#uploads {
    font-size: 0.8125rem;
}

input[type=file]:hover {
  border-color: transparent;
}

input[type=file]::file-selector-button {
  background-color: var(--color-white);
  color: var(--color-premiumblau);
  border: 2px solid var(--color-eisblau);
  border-radius: var(--bs-border-radius-lg);
  padding: 10px 15px;
  margin-right: 20px;
  transition: all 0.2s ease 0s;
  font-size: 1rem;
}

input[type=file]::file-selector-button:hover {
  border: 2px solid var(--color-alpenblau);
  cursor: pointer;
}


#uploadedFileList {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 8px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.uploadedFileList-item {
    display: inline-block;
    color: var(--color-premiumblau);
    background: var(--color-eisblau);
    border-radius: 50px;
    padding-block: 1px;
    padding-inline-start: 20px;
    padding-inline-end: 32px;
    font-size: 0.8125rem;
    margin-bottom: 0;
    cursor: default;
    position: relative;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    line-height: 22px;
}

/* .uploadedFileList-item:hover {
    padding-left: 15px;
    padding-right: 25px;
} */

.uploadedFileList-item span.remove-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-premiumblau);
    color: var(--color-eisblaupastell50);
    font-size: 24px;
    line-height: 22px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.uploadedFileList-item span.remove-btn:hover {
    background-color: var(--color-pfirsich);
    color: var(--color-premiumblau);
}

/* .uploadedFileList-item:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '+';
    border-radius: 100%;
    border: 1px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-premiumblau);
    background-color: var(--color-premiumblau);
    color: var(--color-eisblau);
    transition: all 0.1s ease 0s;
    opacity: 0;
    font-size: 24px;
    transform: rotate(45deg);
} */

/* .uploadedFileList-item:hover.uploadedFileList-item .remove-btn {
    opacity: 1;
} */

.uploads.parsley-error.is-invalid {
    border: 2px solid var(--color-warning);
}

p.upload-helpBlock {
    font-size: 1rem !important;
} 

/* !SECTION File Upload */


.framed .card {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: var(--shadow-kwa);
  padding-block: var(--space-xlarge);
  padding-inline: var(--space-xlarge);
}

.kwa-form-secondaryContactPre {
  align-items: center;
  justify-content: start;
}

.contactNew {
  background-color: var(--color-eisblau);
  padding: var(--space-xsmall) var(--space-small);
  border-radius: .4rem;
  display: none;
}
.contactNew.show {
  display: block;
}

.kwa-form-secondaryContact.show {
  display: block;
}

.contactNewShield.hidden {
  display: none;
}

.contactNewShield {
  position: sticky;
  top: var(--mainheader-height);
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactNewShield svg {
  max-width: 50%;
}

.kwa-form-select {
  background-color: var(--color-eisblaupastell50);
  background-position: right var(--space-2xsmall) center;
  border: 2px solid var(--color-eisblaupastell50);
  box-shadow: none;
  padding-inline: var(--space-xsmall);
  padding-bottom: var(--space-2xsmall) !important;
  height: 68px !important;
}

.kwa-form .form-floating>.form-select~label {
  transform: scale(0.75) translateY(-0.70rem) translateX(var(--space-3xsmall));
}

.kwa-form-select.is-invalid,
.kwa-form-select.is-invalid:focus  {
  border-color: var(--color-warning) !important;
  box-shadow: none;
}

.kwa-form .invalid-feedback {
  font-size: 1rem;
  color: var(--color-warning);
  padding-left: 40px;
}

.inputs-list-two {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: var(--space-2xsmall);
}

.inputs-list-two .form-check {
  flex: 100%;
}

.inputs-list-three {
  row-gap: var(--space-2xsmall);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.kontaktHinweis {
  border: 1px solid var(--color-pfirsich);
  background-color: var(--color-pfirsichpastell);
  border-radius: 6px;
  font-size: 1.25rem;
}

/* !SECTION FORM */



/* SECTION DigiAccess */

#dAopener {
    width: 60px !important;
    height: 60px !important;
    right: 16px;
    bottom: 32px;
    top: unset;
    /* filter: drop-shadow(0px 3px 7px rgb(0 20 60 / 30%)); */
    filter: unset !important;
    box-shadow: var(--shadow-kwa) !important;
}

/* !SECTION DigiAccess */

/* SECTION Footer */

.footer {
  padding-block: var(--space-large);
  background-color: var(--color-eisblaupastell50);
}

.footer-social, .footer-legal, .footer-copyright {
  display: flex;
  align-items: center;
}

.footer-legal {
  flex-direction: column-reverse;
  row-gap: var(--space-3xsmall);
}

.footer-legalmenu {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: var(--space-xsmall);
    flex-wrap: wrap;
    row-gap: var(--space-3xsmall);
}

.footer-legalmenu-link {
  color: var(--color-premiumblau);
  text-decoration: none;
  transition: all 0.3s ease 0s;
  font-size: 1rem;
}

.footer-legalmenu-link:hover, .footer-legalmenu-link:active {
  color: var(--color-alpenblau);
}

.footer-legalmenu-link:focus {
  border-bottom: 2px dotted var(--color-alpenblau);
}

.accordionFooterNav .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: unset;
  
}

.footerKontakt-anschrift p {
  font-size: 1.0625rem;
  margin-bottom: var(--space-xsmall);
}

.footerStandort p.footerKontakt-type {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-koenigsblau);
  line-height: 1;
}

.footerStandort p.footerKontakt-value {
  margin-bottom: var(--space-small);
}

.footerStandort h6,
footerStandort .h6 {
  font-size: 1.25rem;
}

.footerStandort p {
  font-size: 1.0625rem;
}

.footerKontakt-anschrift a {
  text-decoration: none;
  color: var(--color-premiumblau);
  transition: all 0.3s ease;
}

.footerKontakt-anschrift a:hover {
  color: var(--color-alpenblau);
}

.footerKontakt-anschrift a:focus {
  border-bottom: 2px dotted var(--color-alpenblau);
}

.footerStandort-divider {
  border-left: 1px solid rgb(220 227 229);
  padding-inline: 0;
}



/* SECTION Footer Accordion Menu */

.accordionFooterNav .accordion-button {
  font-size: 1.125rem;
}

.accordionFooterNav .accordion-button {
  font-size: 1.25rem;
  background-color: var(--color-transparent);
  color: var(--color-premiumblau);
}


.accordionFooterNav .accordion-body {
  background: transparent;
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: var(--space-xsmall);
}

.accordionFooterNav .accordion-item {
  background-color: transparent;
  border: 1px solid var(--color-lightgrey30);
  border-left: none;
  border-right: none;
}

.accordionFooterNav .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordionFooterNav .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23141b4d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordionFooterNav .footermenu-link {
  padding-left: var(--space-small);
}

.accordionFooterNav .footermenu-item {
  border-top: 1px solid var(--color-lightgrey30);
}
.accordionFooterNav .footermenu-item:last-of-type {
  border-bottom: none;
}

.accordionFooterNav .accordion-body p {
  color: var(--color-premiumblau);
  padding-left: var(--space-2xsmall);
  font-size: 1.125rem;
}

 
.accordionFooterNav .accordion-body .footerKontakt-anschrift p.footerKontakt-type {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-koenigsblau);
  line-height: 1;
}

.accordionFooterNav .accordion-body p:last-of-type {
  margin-bottom: var(--space-xsmall);
}

/* !SECTION Footer Accordion Menu */


/* SECTION Social */
.footerSocial-link span {
  display: none;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-xsmall);
}

.footerSocial-link {
  /* border: 1px solid var(--color-lightgrey); */
  border-radius: 10px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-premiumblau);
}

.footerSocial-link:hover,
.footerSocial-link:active,
.footerSocial-link:focus {
  border-color: var(--color-alpenblau);
  background-color: var(--color-alpenblau);
}

a.footerSocial-link svg {
  width: 20px;
  height: 20px;
}

.followUs {
  margin-bottom: 0;
  flex-basis: 100%;
  text-align: center;
}

/* .footer-social,
.footer-legal,
.footer-copyright {
  display: flex;
  align-items: end;
} */
/* !SECTION Social */

/* !SECTION Footer */

/* ==========================================================================
       Helper classes
========================================================================== */




.extbase-debugger-floating {
  position: relative;
  z-index: 999;
  margin-top: 20px;
}

.extbase-debugger:first-of-type {
  margin-top: 160px;
}
      
/*
* Hide visually and from screen readers
*/
      
  .hidden,
  [hidden] {
    display: none !important;
  }
      
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
========================================================================== */

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1400px) {
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: var(--color-white) !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  body * {
    visibility: hidden;
  }

  .printSection, .printSection * {
    visibility: visible;
  }

  .printSection p, 
  .printSection p.bodytext, 
  .printSection .contentIntro,
  .printSection .contentList ul,
  .printSection a,
  .printSection .subtitle-medium {
    font-size: 14px !important;
  }

  .printSection .contentHeading {
    font-size: 16px !important;
  }

  .printSection h1 {
    font-size: 18px !important;
  }

  .printSection .intro-sub,
  .printSection .info-regular {
    margin-bottom: 24px !important;
  }

  .printSection {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .printSection * {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }

}
