@import "../assets/fonts/cc-iconfont/style.css";
:root {
  --wp--preset--spacing--einzug: var(--wp--preset--spacing--gap-l);
}
@media screen and (max-width: 1600px) {
  body {
    --wp--style--root--padding-right: var(--wp--preset--spacing--gap) !important;
    --wp--style--root--padding-left: var(--wp--preset--spacing--gap) !important;
    --wp--preset--font-size--xx-large: 3.222rem;
  }
}
@media screen and (max-width: 1350px) {
  :root {
    --wp--custom--base-font: 14px;
    font-size: var(--wp--custom--base-font);
  }
  body {
    --wp--style--root--padding-right: 20px !important;
    --wp--style--root--padding-left: 20px !important;
    --wp--custom--lineheight-xxl: var(--wp--custom--lineheight-xl) !important;
    --wp--preset--font-size--xx-large: 3rem;
    --wp--preset--font-size--x-large: 2.5rem;
    --wp--preset--font-size--large: 1.571rem;
    --wp--preset--font-size--mediumlarge: 1.286rem;
    --wp--preset--font-size--small: 0.857rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    --wp--preset--font-size--xx-large: 2.714rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    --wp--preset--font-size--xx-large: 2.143rem;
    --wp--preset--font-size--x-large: 1.857rem;
    --wp--preset--font-size--large: 1.429rem;
    --wp--preset--spacing--gap-xs: 7px;
    --wp--preset--spacing--gap-s: 18px;
    --wp--preset--spacing--gap: 25px;
    --wp--preset--spacing--gap-l: 50px;
    --wp--preset--spacing--gap-xl: 85px;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#main-nav {
  width: 100%;
  font-weight: 300;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 2vw;
  font-size: var(--wp--preset--font-size--medium);
}
@media screen and (max-width: 1350px) {
  #main-nav {
    gap: 15px;
  }
}
#main-nav,
#main-nav a {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  #main-nav {
    flex-direction: column;
    padding: var(--wp--preset--spacing--gap-s);
    box-sizing: border-box;
  }
}
#main-nav li.menu-item-has-children {
  /*    &:not(.open_subnav) {
      .sub-menu-wrap {
        display: none;

      }
    }*/
}
#main-nav li.menu-item-has-children .sub_toggle {
  display: none;
  font-size: 1.4em;
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: none;
  color: var(--wp--preset--color--secondary);
  cursor: pointer;
}
#main-nav li.menu-item-has-children .sub_toggle:before {
  content: "\eaec";
}
#main-nav li.menu-item-has-children.open_subnav > .sub_toggle {
  color: var(--wp--preset--color--cta);
}
#main-nav li.menu-item-has-children.open_subnav > .sub_toggle:before {
  content: "\eaed";
}
#main-nav > li {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 961px) {
  #main-nav > li {
    white-space: nowrap;
  }
}
#main-nav > li > a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#main-nav > li > a:hover {
  color: var(--wp--preset--color--cta);
}
#main-nav > li.current-menu-ancestor > a,
#main-nav > li.current-page-ancestor > a,
#main-nav > li.current-menu-item > a,
#main-nav > li.current-menu-parent > a,
#main-nav > li.current_page_ancestor > a,
#main-nav > li.current_page_item > a {
  color: var(--wp--preset--color--cta);
}
@media screen and (max-width: 960px) {
  #main-nav {
    font-size: 1.143rem;
  }
  #main-nav li {
    align-items: flex-start;
    justify-content: flex-start;
  }
  #main-nav li a {
    justify-content: center;
  }
  #main-nav li.menu-item-has-children {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-column-gap: 20px;
    line-height: 1.6;
  }
  #main-nav li.menu-item-has-children > a {
    grid-area: 1 / 1 / 2 / 2;
  }
  #main-nav li.menu-item-has-children > .sub_toggle {
    grid-area: 1 / 2 / 2 / 3;
    display: inline-block;
  }
  #main-nav li.menu-item-has-children .nav_desc {
    display: none;
  }
  #main-nav li.menu-item-has-children .sub-menu-wrap {
    grid-area: 2 / 1 / 3 / 3;
  }
}
.sub-menu-wrap > .sub-menu {
  display: flex;
  flex-direction: column;
}
.sub-menu-wrap > .sub-menu li a {
  border-bottom: 2px solid var(--wp--preset--color--secondary-2);
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.sub-menu-wrap > .sub-menu li:last-child a {
  border-bottom: none;
}
.sub-menu-wrap > .sub-menu .sub-menu {
  list-style: none;
}
#main-nav .megamenu_content,
#main-nav > li > .sub-menu-wrap > .sub-menu {
  box-sizing: border-box;
  padding: 20px;
  list-style: none;
  background-color: #fff;
  letter-spacing: normal;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.25);
  max-height: calc(100vh -  145px);
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  #main-nav .megamenu_content,
  #main-nav > li > .sub-menu-wrap > .sub-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    overflow: visible;
    max-height: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
#main-nav > li > .sub-menu-wrap > .sub-menu {
  letter-spacing: 0.1em;
}
#main-nav .megamenu_content {
  padding: 60px;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media screen and (max-width: 960px) {
  #main-nav .megamenu_content {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #main-nav .megamenu_content .wp-block-columns {
    flex-wrap: wrap !important;
  }
  #main-nav .megamenu_content .mm_image_column {
    display: none;
  }
}
#main-nav > li > .sub-menu-wrap {
  margin: 0;
  padding: 0;
  text-transform: none;
  position: absolute;
  left: 0;
  top: 100px;
  white-space: normal;
  min-width: 200px;
  padding-top: 25px;
  z-index: -1;
  display: none;
}
#main-nav > li > .sub-menu-wrap.megamenu {
  min-width: 100%;
  width: 100%;
  position: fixed;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 960px) {
  #main-nav > li > .sub-menu-wrap {
    position: relative !important;
    padding-top: 0;
    top: 0;
    max-height: none;
  }
}
@media screen and (min-width: 1601px) {
  body.home:not(.scrolled) #main-nav > li > .sub-menu-wrap {
    top: 140px;
  }
}
.megamenu-sub-menu,
.navmenue_list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  /*  li  {
    .megamenu-sub-menu,
    .sub-menu {
      li.menu-item-has-children {
        > .sub-menu { display:none; }
        &.open_subnav  > .sub-menu { display:block;    padding-left: 20px; }
      }

    }
  }*/
}
.megamenu-sub-menu > li,
.navmenue_list > li {
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--secondary-2);
}
.megamenu-sub-menu a,
.navmenue_list a {
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--wp--preset--spacing--gap);
  padding: 16px var(--wp--preset--spacing--gap);
  min-height: 75px;
  box-sizing: border-box;
  color: var(--wp--preset--color--secondary);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.megamenu-sub-menu a > span,
.navmenue_list a > span {
  flex-basis: 50%;
}
@media screen and (max-width: 960px) {
  .megamenu-sub-menu a,
  .navmenue_list a {
    padding: 16px  ;
  }
}
.megamenu-sub-menu a:hover,
.navmenue_list a:hover,
.megamenu-sub-menu li.current-menu-parent > a,
.navmenue_list li.current-menu-parent > a,
.megamenu-sub-menu li.current-menu-ancestor > a,
.navmenue_list li.current-menu-ancestor > a,
.megamenu-sub-menu li.current-page-ancestor > a,
.navmenue_list li.current-page-ancestor > a,
.megamenu-sub-menu li.current-menu-item > a,
.navmenue_list li.current-menu-item > a,
.megamenu-sub-menu li.current_page_ancestor > a,
.navmenue_list li.current_page_ancestor > a,
.megamenu-sub-menu li.current_page_item > a,
.navmenue_list li.current_page_item > a {
  background-color: var(--wp--preset--color--primary-4);
  color: var(--wp--preset--color--secondary);
}
.megamenu-sub-menu > .megamenu-parent-menu-item > a > .nav_title,
.navmenue_list > .megamenu-parent-menu-item > a > .nav_title {
  font-weight: 600;
}
.megamenu-sub-menu li:last-child,
.navmenue_list li:last-child {
  border-bottom: none;
}
.megamenu-sub-menu li:last-child a,
.navmenue_list li:last-child a {
  border-bottom: none;
}
.megamenu-sub-menu .sub-menu,
.navmenue_list .sub-menu {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  display: none;
}
.megamenu-sub-menu .sub-menu a,
.navmenue_list .sub-menu a {
  padding: 6px var(--wp--preset--spacing--gap);
  min-height: auto;
}
.megamenu-sub-menu .sub-menu a .nav_title,
.navmenue_list .sub-menu a .nav_title {
  padding-left: var(--wp--preset--spacing--gap);
}
@media screen and (max-width: 960px) {
  .megamenu-sub-menu .sub-menu a .nav_title,
  .navmenue_list .sub-menu a .nav_title {
    padding-left: 0;
  }
}
.megamenu-sub-menu li.menu-item-has-children:hover > .sub-menu,
.navmenue_list li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.megamenu-sub-menu .nav_title,
.navmenue_list .nav_title {
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.megamenu-sub-menu .nav_desc,
.navmenue_list .nav_desc {
  font-size: var(--wp--preset--font-size--small);
  box-sizing: border-box;
}
/* -------------------------------- show subnav ---------------------------------------*/
/* Keyframe für expand */
@keyframes downOut {
  0% {
    transform: transLateY(-300px);
    opacity: 0;
  }
  80% {
    transform: transLateY(0px);
    opacity: 1;
  }
  100% {
    transform: transLateY(0px);
    opacity: 1;
  }
}
body:not(.mobile) #main-nav > li:focus-within > .sub-menu-wrap,
body:not(.mobile) #main-nav > li:hover > .sub-menu-wrap {
  display: block;
  animation: downOut 0.5s ease-out;
  transform-origin: bottom center;
  animation-iteration-count: 1;
}
body.mobile #main-nav .sub-menu-wrap {
  opacity: 1;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.mobile #main-nav > li.open_subnav > .sub-menu-wrap {
  grid-template-rows: 1fr;
  padding-top: 20px;
  padding-bottom: 15px;
  z-index: auto;
}
body.mobile #main-nav .sub-menu,
body.mobile #main-nav .megamenu_content {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
body.mobile #main-nav .sub-menu a,
body.mobile #main-nav .megamenu_content a {
  outline-offset: -1px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
body.mobile #main-nav .sub-menu a {
  padding-left: 16px ;
}
body.mobile #main-nav li .megamenu-sub-menu li.menu-item-has-children > .sub-menu,
body.mobile #main-nav li .sub-menu li.menu-item-has-children > .sub-menu {
  display: none;
}
body.mobile #main-nav li .megamenu-sub-menu li.menu-item-has-children.open_subnav > .sub-menu,
body.mobile #main-nav li .sub-menu li.menu-item-has-children.open_subnav > .sub-menu {
  display: block;
  padding-left: 20px;
}
@media screen and (min-width: 961px) {
  #main-nav > li.has_megamenu {
    position: static;
  }
}
#footer-nav {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*justify-content: flex-start;*/
  flex-wrap: wrap;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  #footer-nav {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: start;
  }
}
#footer-nav,
#footer-nav a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
#footer-nav > li {
  font-weight: 700;
  text-transform: uppercase;
}
#footer-nav li {
  margin-bottom: 0;
}
#footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
/*/
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.wp-block-button.is-style-inverted .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-inverted .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--cta) !important;
  color: var(--wp--preset--color--white) !important;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html body {
  overflow: hidden !important;
}
/*html.swipebox-html.swipebox-touch body {
  overflow: hidden !important;
}*/
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 480px) {
  #swipebox-slider .slide {
    padding: 20px;
  }
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(80vh - 35px);
  height: auto;
  vertical-align: middle;
}
@media (max-width: 960px) {
  #swipebox-slider .slide img,
  #swipebox-slider .slide .swipebox-video-container,
  #swipebox-slider .slide .swipebox-inline-container {
    height: calc(80vh - 35px);
  }
}
#swipebox-slider .slide img,
#swipebox-slider .slide video {
  object-fit: contain;
  max-height: calc(80vh - 35px);
  min-height: calc(80vh - 35px);
}
/*#swipebox-slider .slide video {
width: auto;
}*/
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: 0;
}
#swipebox-top-bar {
  bottom: 45px;
  display: flex;
  align-items: center;
  align-content: center;
}
#swipebox-slider.has_title {
  top: -30px;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: relative;
  color: var(--wp--preset--color--white);
}
#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover {
  color: var(--wp--preset--color--cta);
}
#swipebox-prev::before,
#swipebox-next::before,
#swipebox-close::before {
  font-size: 35px;
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#swipebox-prev::before {
  content: "\eaee";
}
#swipebox-next::before {
  content: "\eaef";
}
#swipebox-close {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 9999;
}
#swipebox-close::before {
  content: "\eaf1";
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.65);
}
#swipebox-bottom-bar,
#swipebox-top-bar,
#swipebox-title {
  background: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
#swipebox-top-bar {
  color: white !important;
  font-size: var(--wp--preset--font-size--medium);
  min-height: auto;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.swipebox-slide {
  cursor: pointer;
  position: relative;
  background: var(--wp--preset--color--primary);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.swipebox-slide::before {
  content: '';
  display: block;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 2;
}
.swipebox-slide:hover::before {
  opacity: 0.85;
}
.swipebox-slide:hover::after {
  opacity: 1;
}
#cc_lb_wrapper {
  position: relative;
}
#cc_lb_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.65);
  display: flex ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cc_lb {
  position: relative;
  box-sizing: border-box;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
}
@media screen and (max-width: 1640px) {
  #cc_lb {
    max-width: calc(100% - 40px);
  }
}
#cc_lb #cc_lb_cont {
  overflow: hidden;
  overflow-y: auto;
  min-height: 100px;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  max-height: calc(100vh - 120px);
  min-height: 35vh;
}
@media screen and (max-width: 781px) {
  #cc_lb #cc_lb_cont {
    padding: 25px;
  }
}
@media screen and (max-width: 480px) {
  #cc_lb #cc_lb_cont {
    padding: 15px;
  }
}
#cc_lb .close {
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 35px;
  height: 35px;
  color: var(--wp--preset--color--white);
  align-self: flex-end;
}
#cc_lb .close:hover {
  color: var(--wp--preset--color--cta);
}
#cc_lb .close::before {
  font-size: 35px;
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaf1";
}
@media screen and (max-width: 781px) {
  #cc_lb .close {
    width: 19.44444444px;
    height: 19.44444444px;
  }
  #cc_lb .close::before {
    font-size: 19.44444444px;
  }
}
.loader_wrapper {
  text-align: center;
}
.loading {
  display: none;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(0, 0, 0, 0.25);
  border-bottom-color: var(--wp--preset--color--cta);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*@media (min-width : (@large_media + 1)) {
.scrolled {
#cc_lb_wrapper  {
top: @header_h_scrolled;
}
#cc_lb {
max-height: calc(100vh - @header_h_scrolled - 60px);
}
}
}*/
.lity {
  background: rgba(0, 0, 0, 0.65) !important;
}
.lity .lity-close {
  position: relative !important;
  order: 0 !important;
  text-shadow: none  !important;
  content: "" !important;
  font-size: 0 !important;
  width: 35px;
  height: 35px;
  color: var(--wp--preset--color--white);
  align-self: flex-end;
}
.lity .lity-close:hover {
  color: var(--wp--preset--color--cta);
}
.lity .lity-close::before {
  font-size: 35px;
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaf1";
}
.lity .lity-container {
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 20px;
}
.lity .lity-content {
  order: 1 !important;
  -webkit-transition: none 0.25s ease 0s;
  -moz-transition: none 0.25s ease 0s;
  -o-transition: none 0.25s ease 0s;
  -ms-transition: none 0.25s ease 0s;
  transition: none 0.25s ease 0s;
}
#footer {
  /*	background-color: @dunkelblau;
   */
  background-color: #416db1;
  color: var(--wp--preset--color--white);
  padding-top: 90px;
  padding-bottom: 60px;
}
#footer a:not(.wp-block-social-link-anchor),
#footer .wp-block-heading {
  color: var(--wp--preset--color--white);
}
@media screen and (max-width: 960px) {
  #footer {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 781px) {
  #footer {
    padding-top: 60px;
  }
}
#footer_cont {
  display: grid;
  grid-template-areas: "left nav right" "legalline legalline legalline";
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 90px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1350px) {
  #footer_cont {
    grid-column-gap: 30px;
    grid-template-areas: "left right" "nav nav" "legalline legalline";
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 781px) {
  #footer_cont {
    grid-template-areas: "left" "nav" "right" "legalline";
    grid-template-columns: 1fr;
  }
}
#footer_left {
  grid-area: left;
}
#footer_nav {
  grid-area: nav;
}
#footer_right {
  grid-area: right;
}
#footer_legalline {
  grid-area: legalline;
}
#footer_right > :first-child {
  margin-block-start: 0;
}
#footer_left {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#sign {
  flex: 0;
  flex-basis: 70px;
  margin-top: -30px;
}
#footertext {
  flex: 1;
}
#footertext > * {
  margin-block-start: 0;
}
@media screen and (max-width: 1820px) {
  /*#footer_legalline,*/
  /*#footer-nav {
      padding-left: (@sign + @sign_gap );
      padding-right: (@sign + @sign_gap );
      justify-content: center;
   }*/
}
@media screen and (max-width: 960px) {
  #footer_right {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 781px) {
  #footer_left {
    flex-direction: column;
  }
  #footer-nav,
  #footer_right {
    padding-left: 0;
    padding-right: 0;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#scrollup_wrapper {
  text-align: center;
  margin-bottom: 20px;
}
#scrollup {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  color: var(--wp--preset--color--secondary-2);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#scrollup:hover {
  color: var(--wp--preset--color--primary);
}
#header_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  position: relative;
  color: var(--wp--preset--color--secondary);
}
@media screen and (max-width: 960px) {
  #header_cont {
    display: block;
  }
}
#header_cont_outer {
  background-color: var(--wp--preset--color--white);
}
#header {
  position: fixed;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  #header {
    position: relative;
  }
}
#header_nav {
  flex: 1;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: flex-end;
  align-content: center;
  gap: 2vw;
}
@media screen and (max-width: 960px) {
  #header_nav {
    gap: var(--wp--preset--spacing--gap-s);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--wp--preset--color--white);
    box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh -  70px);
    padding-bottom: 100px;
  }
}
#website_logo {
  width: auto;
  height: 100px;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  min-width: 190px;
}
@media screen and (max-width: 960px) {
  #website_logo {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 70px;
    margin: auto;
  }
}
#website_logo_link {
  text-decoration: none;
  display: block;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
#website_logo_link img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1601px) {
  body.home:not(.scrolled) #website_logo {
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#header_search {
  align-items: center;
  display: flex;
}
#header_search form {
  position: relative;
  width: 200px;
}
#header_search form .search-field {
  width: 100%;
  border: 2px solid var(--wp--preset--color--secondary-2);
  border-radius: 999em;
  padding: 0.4rem 1.8rem 0.4rem 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--base);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 300;
  box-sizing: border-box;
  letter-spacing: 0.07em;
}
#header_search form .search-field::placeholder {
  color: var(--wp--preset--color--secondary-2);
}
#header_search form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  outline: unset;
  background: none;
  background-color: unset;
  appearance: none;
  padding: 1rem;
  padding: 0;
  aspect-ratio: 1;
  box-sizing: border-box;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header_search form .search-submit:hover,
#header_search form .search-submit:active,
#header_search form .search-submit:focus {
  background: none !important;
  color: var(--wp--preset--color--cta) !important;
}
#header_search form .search-submit:hover svg,
#header_search form .search-submit:active svg,
#header_search form .search-submit:focus svg,
#header_search form .search-submit:hover svg g,
#header_search form .search-submit:active svg g,
#header_search form .search-submit:focus svg g,
#header_search form .search-submit:hover svg path,
#header_search form .search-submit:active svg path,
#header_search form .search-submit:focus svg path {
  fill: var(--wp--preset--color--cta);
}
#header_search form .search-submit svg {
  width: 1.25rem;
}
@media screen and (max-width: 1600px) {
  #header_search form {
    width: 140px;
  }
}
@media screen and (max-width: 960px) {
  #header_search {
    width: 100%;
    padding-left: var(--wp--preset--spacing--gap-s);
    padding-right: var(--wp--preset--spacing--gap-s);
    box-sizing: border-box;
  }
  #header_search form {
    width: 100%;
  }
}
#nav_toggle {
  cursor: pointer;
  z-index: 100;
  display: inline-block;
  width: 100%;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  background: none;
  border: none;
  background-color: var(--wp--preset--color--white);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 60px;
  color: var(--wp--preset--color--secondary);
  box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.25);
  display: none;
}
#nav_toggle:focus,
#nav_toggle:active,
#nav_toggle:focus-within,
#nav_toggle:hover {
  color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 960px) {
  #nav_toggle {
    display: flex;
    font-size: 45px;
  }
}
body.mainnav_open #nav_toggle {
  color: var(--wp--preset--color--cta);
}
@media screen and (max-width: 960px) {
  body:not(.mainnav_open) #header_nav {
    display: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
/*.nav_open #nav_toggle #menue-icon{
&:before {
content: "\e999";
}
}*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#breadcrump_cont {
  height: 25px;
  max-height: 25px;
  line-height: 1;
  background-color: var(--wp--preset--color--blueoverlay);
  position: fixed;
  position: sticky;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
@media screen and (max-width: 960px) {
  #breadcrump_cont {
    display: none;
  }
}
#breadcrump {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#breadcrump,
#breadcrump a {
  text-decoration: none;
  color: var(--wp--preset--color--white);
}
#breadcrump a {
  pointer-events: auto;
}
#breadcrump > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 3px;
}
#breadcrump li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-wrap: nowrap;
  white-space: nowrap;
}
#breadcrump li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}
#breadcrump li::before {
  speak: never;
  text-transform: none;
  line-height: 1;
  content: "/";
  margin-right: 3px;
  position: relative;
}
#breadcrump li:first-child::before {
  display: none;
}
:root {
  --fluentform-primary: var(--wp--preset--color--cta);
  --fluentform-secondary: var(--wp--preset--color--primary);
  --fluentform-danger: #f56c6c;
  --fluentform-border-color: #dadbdd;
  --fluentform-border-radius: 0px;
  --fluentform-input-select-height: auto;
}
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=number],
input[type=tel],
input[type=password],
select,
.ff-default .ff-el-form-control {
  width: 100%;
  border: none;
  outline: none;
  background-color: #dfdfdf;
  border: 1px solid transparent;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 8px;
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--base);
  font-size: var(--wp--custom--base-font);
  font-style: normal;
  font-weight: 300;
  line-height: var(--wp--custom--lineheight-base);
}
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
select:focus,
.ff-default .ff-el-form-control:focus {
  background-color: #dfdfdf;
  border: 1px solid #bdbdbd;
  color: var(--wp--preset--color--secondary);
}
.has-background textarea,
.has-background input[type=text],
.has-background input[type=email],
.has-background input[type=url],
.has-background input[type=number],
.has-background input[type=tel],
.has-background input[type=password],
.has-background select,
.has-background .ff-default .ff-el-form-control {
  background-color: #fff;
}
.ff-btn,
.ff_modal_btn,
button[type=submit],
input[type=submit],
.ff-btn.ff-btn,
.ff_modal_btn.ff-btn,
button[type=submit].ff-btn,
input[type=submit].ff-btn,
.ff-btn.ff_btn_style,
.ff_modal_btn.ff_btn_style,
button[type=submit].ff_btn_style,
input[type=submit].ff_btn_style {
  background-color: var(--wp--preset--color--cta);
  border-radius: 999em;
  border-width: 0;
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-top: 0.6em;
  padding-right: 1.6em;
  padding-bottom: 0.6em;
  padding-left: 1.6em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
  cursor: pointer;
}
.ff-btn:hover,
.ff_modal_btn:hover,
button[type=submit]:hover,
input[type=submit]:hover,
.ff-btn.ff-btn:hover,
.ff_modal_btn.ff-btn:hover,
button[type=submit].ff-btn:hover,
input[type=submit].ff-btn:hover,
.ff-btn.ff_btn_style:hover,
.ff_modal_btn.ff_btn_style:hover,
button[type=submit].ff_btn_style:hover,
input[type=submit].ff_btn_style:hover,
.ff-btn:active,
.ff_modal_btn:active,
button[type=submit]:active,
input[type=submit]:active,
.ff-btn.ff-btn:active,
.ff_modal_btn.ff-btn:active,
button[type=submit].ff-btn:active,
input[type=submit].ff-btn:active,
.ff-btn.ff_btn_style:active,
.ff_modal_btn.ff_btn_style:active,
button[type=submit].ff_btn_style:active,
input[type=submit].ff_btn_style:active,
.ff-btn:focus,
.ff_modal_btn:focus,
button[type=submit]:focus,
input[type=submit]:focus,
.ff-btn.ff-btn:focus,
.ff_modal_btn.ff-btn:focus,
button[type=submit].ff-btn:focus,
input[type=submit].ff-btn:focus,
.ff-btn.ff_btn_style:focus,
.ff_modal_btn.ff_btn_style:focus,
button[type=submit].ff_btn_style:focus,
input[type=submit].ff_btn_style:focus {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}
.fluentform .ff_upload_btn.ff-btn {
  background-color: #dfdfdf;
  color: var(--wp--preset--color--secondary);
}
.fluentform .ff-el-form-check,
.ff-el-form-check {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.fluentform .ff-el-form-check input[type="checkbox"].ff-el-form-check-input,
.ff-el-form-check input[type="checkbox"].ff-el-form-check-input,
.fluentform .ff-el-form-check input[type="radio"].ff-el-form-check-input,
.ff-el-form-check input[type="radio"].ff-el-form-check-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.fluentform .ff-el-form-check input[type="radio"].ff-el-form-check-input:checked + span::before,
.ff-el-form-check input[type="radio"].ff-el-form-check-input:checked + span::before {
  border-color: #dfdfdf;
  background-color: var(--wp--preset--color--cta);
}
.fluentform .ff-el-form-check input[type="checkbox"].ff-el-form-check-input:checked + span::before,
.ff-el-form-check input[type="checkbox"].ff-el-form-check-input:checked + span::before {
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea10";
  text-align: center;
  color: var(--wp--preset--color--cta);
}
.fluentform .ff-el-form-check .ff-el-form-check-label,
.ff-el-form-check .ff-el-form-check-label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.fluentform .ff-el-form-check .ff-el-form-check-label span,
.ff-el-form-check .ff-el-form-check-label span {
  position: relative;
}
.fluentform .ff-el-form-check .ff-el-form-check-label span::before,
.ff-el-form-check .ff-el-form-check-label span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2em;
  width: 1.5em;
  height: 1.5em;
  border: 3px solid #dfdfdf;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #dfdfdf;
}
.fluentform .ff-el-form-check .ff-el-form-check-label input[type="checkbox"] + span::before,
.ff-el-form-check .ff-el-form-check-label input[type="checkbox"] + span::before {
  border-radius: 0;
}
.fluentform .ff-el-form-check.ff-el-tc,
.ff-el-form-check.ff-el-tc {
  display: flex;
}
.fluentform .ff-el-form-check.ff-el-tc .ff-el-form-check-label .ff_tc_checkbox,
.ff-el-form-check.ff-el-tc .ff-el-form-check-label .ff_tc_checkbox {
  display: block;
}
.fluentform .ff-el-form-check.ff-el-tc.ff_item_selected .ff-el-form-check-label span::before,
.ff-el-form-check.ff-el-tc.ff_item_selected .ff-el-form-check-label span::before {
  border-color: #dfdfdf;
  background-color: var(--wp--preset--color--cta);
}
.wp-block-ma-blocks-ma-tab .ff-el-form-check input[type="radio"].ff-el-form-check-input:checked + span::before,
.has-background .ff-el-form-check input[type="radio"].ff-el-form-check-input:checked + span::before {
  border-color: #fff;
}
.wp-block-ma-blocks-ma-tab .ff-el-form-check .ff-el-form-check-label span::before,
.has-background .ff-el-form-check .ff-el-form-check-label span::before {
  border-color: #fff;
  background-color: #fff;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
  display: inline-flex;
  align-items: stretch;
  margin-right: 20px;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label {
  padding: 0;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
  font-size: var(--wp--custom--base-font);
  padding: unset;
  background: none !important;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  color: currentcolor !important;
  gap: 5px;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span:hover {
  color: currentcolor;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span::before {
  position: relative;
  left: 0;
}
.step-nav button {
  background-color: var(--wp--preset--color--cta);
  border-radius: 999em;
  border-width: 0;
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-top: 0.6em;
  padding-right: 1.6em;
  padding-bottom: 0.6em;
  padding-left: 1.6em;
  text-decoration: none;
  text-transform: uppercase;
}
.step-nav button:hover,
.step-nav button:active,
.step-nav button:focus {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}
.step-nav button.ff-btn-prev {
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.step-nav button.ff-btn-prev:hover,
.step-nav button.ff-btn-prev:active,
.step-nav button.ff-btn-prev:focus {
  background-color: var(--wp--preset--color--cta) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--cta) !important;
}
.ff-btn.ff-btn-save-progress,
button.ff-btn-save-progress {
  background-color: var(--wp--preset--color--white) !important;
  border: 1px solid var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--secondary) !important;
}
.ff-btn.ff-btn-save-progress:hover,
button.ff-btn-save-progress:hover,
.ff-btn.ff-btn-save-progress:active,
button.ff-btn-save-progress:active,
.ff-btn.ff-btn-save-progress:focus,
button.ff-btn-save-progress:focus {
  background-color: var(--wp--preset--color--cta) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--cta) !important;
}
.has-primary-background-color .step-nav button:hover,
.has-primary-background-color .step-nav button:active,
.has-primary-background-color .step-nav button:focus {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--cta) !important;
}
.has-primary-background-color .ff-btn:hover,
.has-primary-background-color .ff_modal_btn:hover,
.has-primary-background-color button[type=submit]:hover,
.has-primary-background-color input[type=submit]:hover,
.has-primary-background-color .ff-btn.ff-btn:hover,
.has-primary-background-color .ff_modal_btn.ff-btn:hover,
.has-primary-background-color button[type=submit].ff-btn:hover,
.has-primary-background-color input[type=submit].ff-btn:hover,
.has-primary-background-color .ff-btn.ff_btn_style:hover,
.has-primary-background-color .ff_modal_btn.ff_btn_style:hover,
.has-primary-background-color button[type=submit].ff_btn_style:hover,
.has-primary-background-color input[type=submit].ff_btn_style:hover,
.has-primary-background-color .ff-btn:active,
.has-primary-background-color .ff_modal_btn:active,
.has-primary-background-color button[type=submit]:active,
.has-primary-background-color input[type=submit]:active,
.has-primary-background-color .ff-btn.ff-btn:active,
.has-primary-background-color .ff_modal_btn.ff-btn:active,
.has-primary-background-color button[type=submit].ff-btn:active,
.has-primary-background-color input[type=submit].ff-btn:active,
.has-primary-background-color .ff-btn.ff_btn_style:active,
.has-primary-background-color .ff_modal_btn.ff_btn_style:active,
.has-primary-background-color button[type=submit].ff_btn_style:active,
.has-primary-background-color input[type=submit].ff_btn_style:active,
.has-primary-background-color .ff-btn:focus,
.has-primary-background-color .ff_modal_btn:focus,
.has-primary-background-color button[type=submit]:focus,
.has-primary-background-color input[type=submit]:focus,
.has-primary-background-color .ff-btn.ff-btn:focus,
.has-primary-background-color .ff_modal_btn.ff-btn:focus,
.has-primary-background-color button[type=submit].ff-btn:focus,
.has-primary-background-color input[type=submit].ff-btn:focus,
.has-primary-background-color .ff-btn.ff_btn_style:focus,
.has-primary-background-color .ff_modal_btn.ff_btn_style:focus,
.has-primary-background-color button[type=submit].ff_btn_style:focus,
.has-primary-background-color input[type=submit].ff_btn_style:focus {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--cta) !important;
}
select,
select.ff-el-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #dfdfdf;
  border-radius: 999em;
  border-width: 0;
  color: var(--wp--preset--color--secondary);
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1.6em;
  text-decoration: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'><path fill='%23575756' d='M127.53 247.732c-23.896-23.896-63.3-22.472-85.297 4.273-19.148 23.263-15.667 57.762 5.539 78.967l463.517 463.516 464.941-464.94c21.206-21.206 24.687-55.863 5.539-78.967-21.997-26.586-61.401-28.010-85.297-4.273l-349.101 349.259c-18.674 18.357-52.381 19.307-71.846 0l-347.994-347.835z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.6em;
  background-position: right 0.6em center;
  background-size: 1.6em;
}
select:hover,
select.ff-el-form-control:hover {
  background-color: #c6c6c6;
}
select:focus,
select.ff-el-form-control:focus {
  outline: none;
  background-color: #dfdfdf;
}
.has-background select.ff-el-form-control {
  background-color: #fff;
}
.frm-fluent-form .ff-el-input--content .choices[data-type*=select-multiple] .choices__inner {
  padding: 5px;
  background-color: #dfdfdf;
  border: none;
}
.frm-fluent-form .ff-el-input--content .choices[data-type*=select-multiple] .choices__list--dropdown {
  border: none !important;
}
.frm-fluent-form .ff-el-input--content .choices[data-type*=select-multiple] .choices__list--dropdown .choices__list .choices__item {
  color: var(--wp--preset--color--secondary);
}
.frm-fluent-form .ff-el-input--content .choices[data-type*=select-multiple]:after {
  border: 0;
  margin: 0 !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 2em;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'><path fill='%23575756' d='M127.53 247.732c-23.896-23.896-63.3-22.472-85.297 4.273-19.148 23.263-15.667 57.762 5.539 78.967l463.517 463.516 464.941-464.94c21.206-21.206 24.687-55.863 5.539-78.967-21.997-26.586-61.401-28.010-85.297-4.273l-349.101 349.259c-18.674 18.357-52.381 19.307-71.846 0l-347.994-347.835z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.6em;
  background-position: right 0.6em center;
  background-size: 1.6em;
}
.has-background .frm-fluent-form .ff-el-input--content .choices[data-type*=select-multiple] .choices__inner {
  background-color: #fff;
}
.password_form .password_form_field_row {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--gap-s);
}
.password_form .password_form_field_row label {
  flex: 1;
}
.ppw-ppf-field-container input {
  margin-bottom: var(--wp--preset--spacing--gap-s);
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post_tags {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: var(--wp--preset--spacing--gap);
}
.post_tags a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.post_tags a:hover {
  color: var(--wp--preset--color--cta) !important;
}
.taglist a {
  color: var(--wp--preset--color--secondary);
}
.taglist a:hover {
  color: var(--wp--preset--color--cta) !important;
}
.entry_date {
  font-weight: 700;
  margin-bottom: var(--wp--preset--spacing--gap);
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post-list-columns {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0;
}
.post-list-columns.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.post-list-columns .post-list {
  flex-basis: 75%;
}
.post-list-columns .posts-sidebar {
  flex-basis: 25%;
}
@media screen and (max-width: 960px) {
  .post-list-columns {
    flex-direction: column-reverse;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.sidebar-toggle-container {
  flex-direction: column;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .sidebar-toggle-container {
    margin-bottom: 0;
  }
  .sidebar-toggle-container > .toggle-head {
    cursor: pointer;
    padding-left: 0 !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .sidebar-toggle-container > .toggle-head::before {
    display: none !important;
  }
  .sidebar-toggle-container > .toggle-head::after {
    content: "\eaec";
    font-family: 'cc' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sidebar-toggle-container > .toggle-content {
    height: 0;
    margin-bottom: 0 !important;
    overflow: hidden;
  }
  .sidebar-toggle-container.open > .toggle-head:after {
    content: "\eaed";
  }
  .sidebar-toggle-container.open > .toggle-content {
    height: auto;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.label_cont {
  position: relative;
  z-index: 2;
}
.round_label {
  aspect-ratio: 1;
  width: 120px;
  height: 120px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 9999em;
  position: absolute;
  left: -25px;
  bottom: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary-3);
  background-color: #C8DFF1;
  font-size: 1.15em;
}
@media screen and (max-width: 960px) {
  .round_label {
    left: 10px;
    bottom: -110px;
    padding: 6px;
    font-size: 1em;
    width: 100px;
    height: 100px;
  }
}
.round_label.coming_soon,
.round_label.not_public,
.round_label.public {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
}
.postteaser:not(.has-post-thumbnail) {
  flex-direction: column;
  display: flex;
}
.postteaser:not(.has-post-thumbnail) .round_label {
  align-self: flex-start;
  top: auto;
  bottom: auto;
  left: auto;
  margin-bottom: 15px;
  padding: 5px 10px;
  position: relative;
  aspect-ratio: auto;
  height: auto;
  width: auto;
  border-radius: unset;
  display: inline-block;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.postteaser {
  padding: var(--wp--preset--spacing--gap);
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 33% auto;
  grid-column-gap: var(--wp--preset--spacing--gap);
  grid-row-gap: 0;
}
@media screen and (max-width: 1350px) {
  .postteaser {
    grid-column-gap: var(--wp--preset--spacing--gap-s);
  }
}
@media screen and (max-width: 960px) {
  .postteaser {
    padding: var(--wp--preset--spacing--gap-s);
    display: flex;
    flex-direction: column;
  }
  .postteaser .label_cont {
    order: 1;
  }
  .postteaser .postteaser-image {
    order: 2;
  }
  .postteaser .post_tags {
    order: 3;
  }
  .postteaser .postteaser-content {
    order: 4;
  }
}
.postteaser a {
  text-decoration: none;
}
.postteaser .postteaser-image {
  margin-bottom: var(--wp--preset--spacing--gap-s);
}
.postteaser .post_tags {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--gap-s);
}
.postteaser .entry_date {
  margin-bottom: var(--wp--preset--spacing--gap-s);
}
.postteaser .entry-title {
  position: relative;
  top: -0.3em;
}
.postteaser .entry-title a,
.postteaser .entry-title a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
}
@media screen and (min-width: 1821px) {
  .alignfull.post-list-columns .postteaser {
    padding-left: calc((100vw - var(--wp--style--global--content-size)) / 2);
  }
}
@media screen and (max-width: 1820px) {
  .alignfull.post-list-columns .postteaser {
    padding-left: var(--wp--style--root--padding-left);
  }
}
@media screen and (max-width: 1350px) {
  .alignfull.post-list-columns .postteaser {
    padding-left: var(--wp--preset--spacing--gap);
    padding-right: var(--wp--preset--spacing--gap);
  }
}
@media screen and (max-width: 960px) {
  .alignfull.post-list-columns .postteaser {
    padding-left: var(--wp--preset--spacing--gap-s);
    padding-right: var(--wp--preset--spacing--gap-s);
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.morelink {
  text-transform: uppercase;
  text-decoration: underline !important;
  color: var(--wp--preset--color--cta);
}
.morelink:hover {
  color: var(--wp--preset--color--black);
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.postteaser-content a {
  text-decoration: underline;
  color: var(--wp--preset--color--cta);
}
.postteaser-content > * {
  margin-block-start: var(--wp--preset--spacing--gap-xs);
  margin-block-end: 0;
}
.postteaser-content > :first-child {
  margin-block-start: 0;
}
.postteaser-content > :last-child {
  margin-block-end: 0;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post-list .postteaser {
  background-color: var(--wp--preset--color--primary-5);
}
.post-list .postteaser:nth-child(even) {
  background-color: var(--wp--preset--color--white);
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post-thumbnail {
  width: 100%;
  height: auto;
  container-type: inline-size;
  display: inline-flex;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
.has_ext_video_link .post-thumbnail {
  position: relative;
}
.has_ext_video_link .post-thumbnail:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaf4";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24cqw;
  margin-left: -12cqw;
  margin-top: -12cqw;
  color: #fff;
  opacity: 0.5;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.52);
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
.has_ext_video_link .post-thumbnail:hover:before {
  opacity: 1;
}
.ma-most-viewed-posts {
  margin: 0;
  padding-left: var(--wp--preset--spacing--gap-s);
}
.ma-most-viewed-posts li a:hover {
  text-decoration: none;
}
.ma-most-viewed-posts .viewed_image img {
  width: 110px;
  height: auto;
}
.ma-most-viewed-posts .viewed_date {
  font-weight: 700;
}
.posts-sidebar {
  padding: var(--wp--preset--spacing--gap-s);
  padding-top: var(--wp--preset--spacing--gap);
  box-sizing: border-box;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: column;
}
.posts-sidebar .posts-sidebar-widgets {
  display: none;
}
@media screen and (min-width: 961px) {
  .posts-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    min-height: 100vh;
  }
  .posts-sidebar .posts-sidebar-widgets {
    display: block;
  }
}
.posts-sidebar a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.posts-sidebar a:hover {
  text-decoration: underline;
}
.posts-sidebar > :first-child {
  margin-block-start: 0;
}
.posts-sidebar > :last-child {
  margin-block-end: 0;
}
.posts-sidebar .wp-block-heading {
  color: var(--wp--preset--color--white);
}
.posts-sidebar .wp-block-heading.is-style-topline {
  padding-left: var(--wp--preset--spacing--gap-s);
}
.posts-sidebar .wp-block-heading.is-style-topline:before {
  background-color: var(--wp--preset--color--white);
  left: calc(var(--wp--preset--spacing--gap-s) * -1);
}
.posts-sidebar .wp-block-latest-posts__featured-image {
  max-width: 50%;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-size: 1em;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 700;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  margin-bottom: 12px;
}
.wp-block-latest-posts__list li {
  margin-bottom: 30px;
}
.wp-block-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--gap);
}
.wp-block-categories-list li {
  margin-bottom: 15px;
}
.wp-block-categories-list li.current-cat > a {
  font-weight: 700;
}
.wp-block-categories-list li .children {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .blogpost-layout {
    flex-wrap: wrap !important;
  }
  .blogpost-layout > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-image.alignleft,
  .wp-block-image.alignright {
    float: none;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
}
#content {
  container: content / inline-size;
}
.wp-block-column:has(.roundedge-bottom-right),
.wp-block-media-text:has(.roundedge-bottom-right),
.wp-block-group:has(.roundedge-bottom-right),
.wp-block-column:has(.roundedge-bottom-left),
.wp-block-media-text:has(.roundedge-bottom-left),
.wp-block-group:has(.roundedge-bottom-left) {
  container: roundgroup / inline-size;
}
.roundedge-bottom-right.wp-block-media-text > .wp-block-media-text__content,
.roundedge-bottom-left.wp-block-media-text > .wp-block-media-text__content,
.roundedge-bottom-right.wp-block-cover,
.roundedge-bottom-left.wp-block-cover,
.roundedge-bottom-right.wp-block-group,
.roundedge-bottom-left.wp-block-group {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.roundedge-bottom-right.wp-block-group,
.roundedge-bottom-left.wp-block-group {
  padding: var(--wp--preset--spacing--gap-s);
  padding-bottom: 13.33333333cqw;
}
.roundedge-bottom-right.wp-block-image,
.roundedge-bottom-left.wp-block-image {
  container: image / inline-size;
}
.roundedge-bottom-right.wp-block-media-text,
.roundedge-bottom-left.wp-block-media-text {
  overflow: hidden;
}
.roundedge-bottom-right.wp-block-image > img,
.roundedge-bottom-right:not(.wp-block-image) {
  border-bottom-right-radius: 20cqw;
}
.roundedge-bottom-left.wp-block-image > img,
.roundedge-bottom-left:not(.wp-block-image) {
  border-bottom-left-radius: 20cqw;
}
/*.roundedge-top-right{
  &:not(.wp-block-image) {
    border-top-right-radius: @rr;
  }

}

.roundedge-top-left{
  &:not(.wp-block-image) {
    border-top-left-radius: @rr;
  }
}
*/
/*
@roundsize : 2000%;

.round_edge_basic() {
mask-image: url("../assets/img/round_corner_shape.svg");
-webkit-mask-image: url("../assets/img/round_corner_shape.svg");
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-size: @roundsize;
-webkit-mask-size: @roundsize;
box-sizing: border-box;
}



.roundedge-bottom-right {
&,
&.wp-block-image img {
//border-bottom-right-radius: @roundness;#
.round_edge_basic();
mask-position: right bottom;
-webkit-mask-position: right bottom;
}
}
.roundedge-bottom-left_x {
&,
&.wp-block-image img {
//border-bottom-left-radius: @roundness;
.round_edge_basic();
mask-position: left bottom;
-webkit-mask-position: left bottom;
}
}

.roundedge-top-right {
&,
&.wp-block-image img {
//border-top-right-radius: @roundness;
.round_edge_basic();
mask-position: right top;
-webkit-mask-position: right top;
}
}
.roundedge-top-left {
&,
&.wp-block-image img {
//border-top-left-radius: @roundness;
.round_edge_basic();
mask-position: left top;
-webkit-mask-position: left top;
}
}*/
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post_nav,
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: var(--wp--preset--spacing--gap) !important;
  gap: var(--wp--preset--spacing--gap-s);
}
.post_nav .nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 50px;
}
.post_nav a {
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: var(--wp--preset--color--secondary);
  align-items: center;
}
.post_nav a[rel=prev] {
  flex-direction: row-reverse;
}
.post_nav a .pfeil {
  border: 1px solid var(--wp--preset--color--secondary-2);
  color: var(--wp--preset--color--secondary-2);
  font-size: 1.2em;
  box-sizing: border-box;
  height: 1.8em;
  width: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_nav a:focus,
.post_nav a:hover {
  color: var(--wp--preset--color--cta);
}
.post_nav a:focus .pfeil,
.post_nav a:hover .pfeil {
  border: 1px solid var(--wp--preset--color--cta);
  color: var(--wp--preset--color--cta);
}
.pagination {
  gap: 15px;
}
.pagination .pfeil,
.pagination .page-numbers:not(.next, .prev) {
  text-decoration: none;
  color: var(--wp--preset--color--secondary-2);
  font-size: 1.2em;
  box-sizing: border-box;
  height: 1.6em;
  width: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wp--preset--color--secondary-2);
}
.pagination .pfeil.current,
.pagination .page-numbers:not(.next, .prev).current,
.pagination .pfeil:hover,
.pagination .page-numbers:not(.next, .prev):hover {
  color: var(--wp--preset--color--cta);
  border: 1px solid var(--wp--preset--color--cta);
}
.pagination .next,
.pagination .prev {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 960px) {
  .wp-block-post-content > .alignfull > .alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
p.has-background,
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
.wp-block-group:not(.roundedge-bottom-left):not(.roundedge-bottom-right):not(.has-global-padding).has-background {
  padding: var(--wp--preset--spacing--gap-s);
}
.wp-block-post-content > .wp-block-media-text.alignfull {
  min-height: 25vw;
}
.wp-block-post-content > .wp-block-cover.alignfull {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.wp-block-post-content > .wp-block-cover.alignfull:has(.wp-block-cover__inner-container.has-global-padding) {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-post-content > .wp-block-cover.alignfull .wp-block-cover__inner-container.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  box-sizing: border-box;
}
.wp-block-post-content > .wp-block-cover.alignfull .wp-block-cover__inner-container.has-global-padding.wp-block-cover-is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-post-content.has-global-padding > .alignfull:not(.wp-block-image, .wp-block-video) {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media screen and (max-width: 960px) {
  p:not(.has-background):not(.alignfull),
  .wp-block-pullquote:not(.has-background):not(.alignfull),
  .wp-block-quote .wp-block-heading:not(.has-background):not(.alignfull),
  .wp-block-heading:not(.is-style-topline):not(.has-background):not(.alignfull),
  .wp-block-group:not(.has-background):not(.alignfull),
  .wp-block-column:not(.has-background):not(.alignfull),
  .wp-block-columns:not(.has-background):not(.alignfull) {
    padding-left: 0  !important;
    padding-right: 0 !important;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#content .wp-block-post-content > .wp-block-cover.alignfull:first-child {
  min-height: 40vw;
}
@media screen and (max-width: 1350px) {
  #content .wp-block-post-content > .wp-block-cover.alignfull:first-child {
    min-height: 60vw !important;
  }
}
@media screen and (max-width: 781px) {
  #content .wp-block-post-content > .wp-block-cover.alignfull:first-child {
    min-height: 100vw !important;
  }
}
:root {
  --wp--preset--spacing--einzug: var(--wp--preset--spacing--gap-l);
}
@media screen and (max-width: 1600px) {
  body {
    --wp--style--root--padding-right: var(--wp--preset--spacing--gap) !important;
    --wp--style--root--padding-left: var(--wp--preset--spacing--gap) !important;
    --wp--preset--font-size--xx-large: 3.222rem;
  }
}
@media screen and (max-width: 1350px) {
  :root {
    --wp--custom--base-font: 14px;
    font-size: var(--wp--custom--base-font);
  }
  body {
    --wp--style--root--padding-right: 20px !important;
    --wp--style--root--padding-left: 20px !important;
    --wp--custom--lineheight-xxl: var(--wp--custom--lineheight-xl) !important;
    --wp--preset--font-size--xx-large: 3rem;
    --wp--preset--font-size--x-large: 2.5rem;
    --wp--preset--font-size--large: 1.571rem;
    --wp--preset--font-size--mediumlarge: 1.286rem;
    --wp--preset--font-size--small: 0.857rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    --wp--preset--font-size--xx-large: 2.714rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    --wp--preset--font-size--xx-large: 2.143rem;
    --wp--preset--font-size--x-large: 1.857rem;
    --wp--preset--font-size--large: 1.429rem;
    --wp--preset--spacing--gap-xs: 7px;
    --wp--preset--spacing--gap-s: 18px;
    --wp--preset--spacing--gap: 25px;
    --wp--preset--spacing--gap-l: 50px;
    --wp--preset--spacing--gap-xl: 85px;
  }
}
.wp-block-heading {
  box-sizing: border-box;
}
.wp-block-heading.is-style-topline {
  position: relative;
  box-sizing: border-box;
}
.wp-block-heading.is-style-topline:before {
  display: block;
  content: '';
  height: 2px;
  width: calc(var(--wp--preset--spacing--einzug) * 2);
  background-color: var(--wp--preset--color--secondary-2);
  position: relative;
  top: -0.15em;
}
@media screen and (min-width: 961px) {
  .wp-block-heading.is-style-topline {
    padding-left: var(--wp--preset--spacing--einzug);
  }
  .wp-block-heading.is-style-topline:before {
    left: calc(var(--wp--preset--spacing--einzug) * -1);
  }
}
[class*="-background-color"] .wp-block-heading.is-style-topline:before {
  background-color: white;
}
.wp-block-heading.is-style-topline.has-text-color:before {
  background-color: currentcolor !important;
}
/*:root :where(.is-layout-constrained) > h2,
:root :where(.is-layout-constrained) > h1,
:root :where(.is-layout-flow) > h2 ,
:root :where(.is-layout-flow) > h1 {

    & + * {
          margin-block-start: var(--wp--preset--spacing--gap);
  }
}*/
.is-style-preheading {
  font-size: var(--wp--preset--font-size--mediumlarge);
  padding-left: var(--wp--preset--spacing--einzug);
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.is-style-preheading a {
  text-decoration: none;
}
.is-style-preheading + .is-style-topline {
  margin-top: 0.35em;
}
.wp-block-separator {
  border: none;
  height: 2px;
  background: var(--wp--preset--color--secondary-2);
}
.wp-block-separator.is-style-big {
  height: 35px;
}
@media (max-width: 960px) {
  div.wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  div.wp-block-columns:not(.is-not-stacked-on-mobile) > div.wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-list.is-style-check {
  padding-left: 1.6em;
  padding-left: 0;
}
.wp-block-list.is-style-check li {
  list-style: none;
  display: flex;
  column-gap: 0.5em;
  align-items: start;
  margin-bottom: 1.2em;
}
.wp-block-list.is-style-check li::before {
  font-family: 'cc';
  content: "\eaf2";
  color: var(--wp--preset--color--primary);
  font-size: 1.6em;
  margin-top: -0.25em;
}
.wp-block-list.is-style-check.has-text-color li::before {
  color: currentcolor;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: var(--wp--preset--spacing--gap);
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-block-start: 0;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-block-start: 0;
}
@media screen and (max-width: 1350px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100%!important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 45vw;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
@keyframes showtab {
  0% {
    transform: transLateY(-300px);
    opacity: 0;
  }
  80% {
    transform: transLateY(0px);
    opacity: 1;
  }
  100% {
    transform: transLateY(0px);
    opacity: 1;
  }
}
.wp-block-ma-blocks-ma-tabs {
  margin-block-start: var(--wp--preset--spacing--block);
}
.wp-block-ma-blocks-ma-tabs .ma-tab-content-wrap {
  position: relative;
  z-index: 1;
  border-top: 2px solid var(--wp--preset--color--primary);
  overflow: hidden;
}
.wp-block-ma-blocks-ma-tabs .wp-block-ma-blocks-ma-tab {
  padding: 0;
  background-color: var(--wp--preset--color--primary-4);
}
.wp-block-ma-blocks-ma-tabs .wp-block-ma-blocks-ma-tab.open {
  animation: showtab 0.5s ease-out;
  transform-origin: bottom center;
  animation-iteration-count: 1;
}
.wp-block-ma-blocks-ma-tabs .wp-block-ma-blocks-ma-tab .ma-tab-inner-content-inner {
  padding: var(--wp--preset--spacing--gap-s);
  box-sizing: border-box;
}
.wp-block-ma-blocks-ma-tabs .wp-block-ma-blocks-ma-tab .ma-tab-inner-content-inner > .alignfull {
  margin-left: calc(var(--wp--preset--spacing--gap-s) * -1);
  margin-right: calc(var(--wp--preset--spacing--gap-s) * -1);
}
.wp-block-ma-blocks-ma-tabs .wp-block-ma-blocks-ma-tab .ma-tab-inner-content-inner > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-ma-blocks-ma-tabs .ma-tab-title-list {
  gap: var(--wp--preset--spacing--gap-s);
  margin: 0;
  margin-bottom: -2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 1350px) {
  .wp-block-ma-blocks-ma-tabs .ma-tab-title-list {
    flex-direction: column;
    gap: var(--wp--preset--spacing--gap-s);
    margin-bottom: var(--wp--preset--spacing--gap-s);
  }
}
.wp-block-ma-blocks-ma-tabs .ma-tab-title-list li {
  border: 2px solid var(--wp--preset--color--primary);
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0.35em 2.5em;
  background-color: #dfdfdf;
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--lineheight-l);
}
@media screen and (min-width: 1351px) {
  .wp-block-ma-blocks-ma-tabs .ma-tab-title-list li.active {
    z-index: 2;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 1350px) {
  .wp-block-ma-blocks-ma-tabs .ma-tab-title-list li {
    text-align: center;
    justify-content: center;
  }
}
.wp-block-ma-blocks-ma-tabs .ma-tab-title-list li:focus-within,
.wp-block-ma-blocks-ma-tabs .ma-tab-title-list li:hover,
.wp-block-ma-blocks-ma-tabs .ma-tab-title-list li.active {
  background-color: var(--wp--preset--color--primary-4);
}
.wp-block-ma-blocks-ma-tabs.tab-alignment-stretch .ma-tab-title-list {
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.wp-block-ma-blocks-ma-tabs.tab-alignment-stretch .ma-tab-title-list li {
  flex: 1;
}
.editor-styles-wrapper .wp-block-ma-blocks-ma-tabs.alignwide .wp-block-ma-blocks-ma-tab > .block-editor-inner-blocks > .block-editor-block-list__layout > *:not(.alignfull),
.editor-styles-wrapper .wp-block-ma-blocks-ma-tabs.alignfull .wp-block-ma-blocks-ma-tab > .block-editor-inner-blocks > .block-editor-block-list__layout > *:not(.alignfull) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-ma-blocks-ma-tabs.alignfull {
  padding-left: 0  !important;
  padding-right: 0 !important;
}
:root {
  --swiper-navigation-size: 3rem;
}
.sliderpost_swiper,
.wp-block-ma-blocks-ma-swiper {
  overflow: visible;
  position: relative;
}
.sliderpost_swiper:after,
.wp-block-ma-blocks-ma-swiper:after {
  content: '';
  display: table;
  clear: both;
}
.sliderpost_swiper .blocks-gallery-item figcaption,
.wp-block-ma-blocks-ma-swiper .blocks-gallery-item figcaption {
  pointer-events: none;
  color: var(--wp--preset--color--white);
  background: rgba(0, 0, 0, 0.45);
  text-shadow: none;
  font-size: var(--wp--preset--font-size--small);
}
.sliderpost_swiper .swiper-button-next,
.wp-block-ma-blocks-ma-swiper .swiper-button-next,
.sliderpost_swiper .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev {
  background: none !important;
  height: var(--swiper-navigation-size, 20px);
  width: var(--swiper-navigation-size, 20px);
  margin-top: calc(var(--swiper-navigation-size, 20px) * -0.5);
  color: var(--wp--preset--color--secondary);
  opacity: 0.35;
}
.sliderpost_swiper .swiper-button-next:after,
.wp-block-ma-blocks-ma-swiper .swiper-button-next:after,
.sliderpost_swiper .swiper-button-prev:after,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev:after {
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--swiper-navigation-size, 20px);
}
.sliderpost_swiper .swiper-button-next:hover,
.wp-block-ma-blocks-ma-swiper .swiper-button-next:hover,
.sliderpost_swiper .swiper-button-prev:hover,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev:hover {
  opacity: 1;
}
.sliderpost_swiper .swiper-button-next,
.wp-block-ma-blocks-ma-swiper .swiper-button-next,
.sliderpost_swiper .swiper-container-rtl .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.sliderpost_swiper .swiper-button-next:after,
.wp-block-ma-blocks-ma-swiper .swiper-button-next:after,
.sliderpost_swiper .swiper-container-rtl .swiper-button-prev:after,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-prev:after {
  content: "\eaef";
}
.sliderpost_swiper .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev,
.sliderpost_swiper .swiper-container-rtl .swiper-button-next,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.sliderpost_swiper .swiper-button-prev:after,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev:after,
.sliderpost_swiper .swiper-container-rtl .swiper-button-next:after,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-next:after {
  content: "\eaee";
}
.sliderpost_swiper .swiper-pagination,
.wp-block-ma-blocks-ma-swiper .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 1rem;
  bottom: 0;
  position: relative;
}
.sliderpost_swiper .swiper-pagination-bullet,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullet {
  opacity: 0.35;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: var(--wp--preset--color--secondary);
}
.sliderpost_swiper .swiper-pagination-bullet-active,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.sliderpost_swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.wp-block-ma-blocks-ma-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.sliderpost_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
  left: 0;
  width: 100%;
}
.sliderpost_swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.wp-block-ma-blocks-ma-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sliderpost_swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.editor-styles-wrapper .sliderpost_swiper .blocks-gallery-item figcaption,
.editor-styles-wrapper .wp-block-ma-blocks-ma-swiper .blocks-gallery-item figcaption {
  display: none;
}
.editor-styles-wrapper .sliderpost_swiper .blocks-gallery-item figcaption,
.editor-styles-wrapper .wp-block-ma-blocks-ma-swiper .blocks-gallery-item figcaption,
.editor-styles-wrapper .sliderpost_swiper .blocks-gallery-item .fig_title,
.editor-styles-wrapper .wp-block-ma-blocks-ma-swiper .blocks-gallery-item .fig_title {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-text-color .post_images_swiper .swiper-pagination-bullet,
.has-text-color .grid_element_swiper .swiper-pagination-bullet,
.has-text-color .sliderpost_swiper .swiper-pagination-bullet,
.has-text-color .wp-block-ma-blocks-ma-swiper .swiper-pagination-bullet {
  background-color: currentcolor;
}
.has-text-color .post_images_swiper .swiper-button-next,
.has-text-color .grid_element_swiper .swiper-button-next,
.has-text-color .sliderpost_swiper .swiper-button-next,
.has-text-color .wp-block-ma-blocks-ma-swiper .swiper-button-next,
.has-text-color .post_images_swiper .swiper-button-prev,
.has-text-color .grid_element_swiper .swiper-button-prev,
.has-text-color .sliderpost_swiper .swiper-button-prev,
.has-text-color .wp-block-ma-blocks-ma-swiper .swiper-button-prev {
  color: currentcolor;
}
@media screen and (min-width: 1601px) {
  .wp-block-group.alignfull.has-global-padding .sliderpost_swiper:not(.alignfull) .swiper-button-next,
  .wp-block-group.alignfull.has-global-padding .wp-block-ma-blocks-ma-swiper:not(.alignfull) .swiper-button-next,
  .wp-block-group.alignfull.has-global-padding .sliderpost_swiper:not(.alignfull) .swiper-container-rtl .swiper-button-prev,
  .wp-block-group.alignfull.has-global-padding .wp-block-ma-blocks-ma-swiper:not(.alignfull) .swiper-container-rtl .swiper-button-prev {
    right: calc(-3rem - 20px);
  }
  .wp-block-group.alignfull.has-global-padding .sliderpost_swiper:not(.alignfull) .swiper-button-prev,
  .wp-block-group.alignfull.has-global-padding .wp-block-ma-blocks-ma-swiper:not(.alignfull) .swiper-button-prev,
  .wp-block-group.alignfull.has-global-padding .sliderpost_swiper:not(.alignfull) .swiper-container-rtl .swiper-button-next,
  .wp-block-group.alignfull.has-global-padding .wp-block-ma-blocks-ma-swiper:not(.alignfull) .swiper-container-rtl .swiper-button-next {
    left: calc(-3rem - 20px);
  }
}
@media screen and (max-width: 781px) {
  .wp-block-ma-blocks-ma-swiper .swiper-button-next,
  .sliderpost_swiper .swiper-button-next,
  .wp-block-ma-blocks-ma-swiper .swiper-button-prev,
  .sliderpost_swiper .swiper-button-prev {
    display: none;
  }
}
.wp-block-details summary {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
.wp-block-details summary::before {
  align-content: start;
  align-self: center;
  font-family: 'cc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eaed";
  font-size: 1.4em;
  grid-area: 1 / 1 / 2 / 2;
  color: var(--wp--preset--color--cta);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.wp-block-details summary::marker {
  content: "";
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details.is-style-big-arrow {
  align-self: center;
}
.wp-block-details.is-style-big-arrow summary {
  justify-content: center;
}
.wp-block-details.is-style-big-arrow summary::before {
  font-size: 2.8em;
}
.wp-block-details[open] summary::before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  color: var(--wp--preset--color--primary);
}
.blocks-gallery-item figcaption {
  pointer-events: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  color: var(--wp--preset--color--white);
  background: rgba(0, 0, 0, 0.45);
  text-shadow: none;
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-gallery.has-nested-images.is-style-hover-caption figure.wp-block-image figcaption {
  -webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
  cursor: pointer;
  background: var(--wp--preset--color--blueoverlay);
  font-size: var(--wp--preset--font-size--medium);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.wp-block-gallery.has-nested-images.is-style-hover-caption figure.wp-block-image:hover figcaption {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .wp-block-pullquote,
  .wp-block-quote {
    padding-top: 2.6em !important;
    padding-left: 0 !important;
  }
}
.skrollr-mobile,
.skrollr-mobile body {
  overflow: visible !important;
}
.back_svg_ani {
  position: absolute;
  top: 20%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none !important;
  margin: 0 !important;
}
.back_svg_ani svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.back_svg_ani svg path {
  fill: none;
  stroke: #dddede;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-dasharray: 10000;
  stroke-dashoffset: 0;
}
.wp-block-group.drawlines {
  position: relative;
  overflow: hidden;
  min-height: 21.5vw;
}
.wp-block-group.drawlines > *:not(.back_svg_ani) {
  position: relative;
  z-index: 1;
}
.drawlines.linealignment-top .back_svg_ani {
  bottom: unset;
}
.drawlines.linealignment-bottom .back_svg_ani {
  top: unset;
}
.wp-block-ma-blocks-ma-tab .back_svg_ani svg path {
  stroke: #fff;
}
@media screen and (max-width: 960px) {
  .drawlines {
    --drawline-offset: -25%;
  }
  .drawlines.drawlines-ueber-uns,
  .drawlines.drawlines-vorteile,
  .drawlines.drawlines-veranstaltung {
    --drawline-offset: -15%;
  }
  .drawlines.drawlines-kontakt {
    --drawline-offset: -65%;
  }
  .drawlines.drawlines-newsletter,
  .drawlines.drawlines-download,
  .drawlines.drawlines-partnerschaftlich {
    --drawline-offset: -40%;
  }
  .drawlines.drawlines-standorte {
    --drawline-offset: -75%;
  }
  .drawlines .back_svg_ani {
    position: absolute;
    aspect-ratio: 2 / 1;
    object-position: right;
    object-fit: contain;
    order: 9999;
  }
  .drawlines .back_svg_ani svg {
    position: absolute;
    right: var(--drawline-offset);
    width: auto;
    height: 100%;
    object-fit: initial;
  }
  .drawlines.flipped .back_svg_ani svg {
    right: auto;
    left: var(--drawline-offset);
  }
  .drawlines.linealignment-top {
    padding-top: 40vw  !important;
  }
  .drawlines.linealignment-top .back_svg_ani {
    top: 0;
    bottom: auto;
  }
  .drawlines:not(.linealignment-top) {
    padding-bottom: 40vw !important;
  }
  .drawlines:not(.linealignment-top) .back_svg_ani {
    bottom: 0;
    top: auto;
  }
}
.mapsection {
  position: relative;
}
.mapsection .maptool_loadbox {
  position: relative;
  position: absolute;
  top: 45%;
  width: 100%;
  max-height: 65vh;
  z-index: 10;
  left: 0;
  display: flex;
  width: 80%;
  left: 10%;
  height: auto;
  z-index: 50;
  top: 20%;
  container-type: inline-size;
  /* oder "size" */
}
.mapsection .maptool_loadbox:not(.show_box) {
  display: none;
}
.mapsection .maptool_loadbox .close {
  color: var(--wp--preset--color--cta);
  position: absolute;
  z-index: 60;
  padding: 10px;
  box-sizing: border-box;
  top: 10px;
  left: 50%;
  font-size: 1em;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  left: auto;
  right: 10px;
  display: block;
}
.mapsection .maptool_loadbox .close:hover {
  color: #fff;
  background-color: var(--wp--preset--color--cta);
}
.mapsection .maptool_loadbox .maptool_loadbox_inner {
  width: 50%;
  background-color: #CBDEF0;
  overflow: hidden;
  max-height: 80vh;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 20px;
  animation: none;
}
.mapsection .maptool_loadbox.style_female_lead {
  margin-top: calc(4cqw + 20px);
}
.mapsection .maptool_loadbox.style_female_lead:after {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../assets/img/female_leadership.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 20;
  left: 20px;
  width: 16cqw;
  height: auto;
  aspect-ratio: 1/1;
  top: -8cqw;
}
.mapsection .maptool_loadbox.style_female_lead .maptool_loadbox_inner {
  padding-top: calc(8cqw + 10px);
}
@keyframes downOutbox {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  90% {
    max-height: 80vh;
    overflow: hidden;
  }
  100% {
    overflow-y: auto;
    max-height: 80vh;
  }
}
.mapsection .maptool_loadbox.show_box .maptool_loadbox_inner {
  animation: downOutbox 0.4s forwards ease-out;
}
@media screen and (max-width: 781px) {
  .mapsection .maptool_loadbox {
    width: 100%;
    left: 0%;
  }
}
.maptool_container {
  position: relative;
  container-type: inline-size;
  /* oder "size" */
  width: 100%;
}
.maptool_container .maptool_loadbox {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  max-height: none;
}
.maptool_container .maptool_loadbox .close {
  display: none;
}
.maptool_container .maptool_loadbox .maptool_loadbox_inner {
  padding: 20px;
  overflow: unset;
}
.maptool {
  position: relative;
  container-type: inline-size;
  /* oder "size" */
}
.maptool .maptool_map {
  background-image: url(../assets/img/cc_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  aspect-ratio: 947/1184;
  height: auto;
  width: 100%;
  container-type: inline-size;
  /* oder "size" */
}
.maptool .maptool_map .bullet {
  margin: 0;
  display: block;
  width: 6.5cqw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--wp--preset--color--primary);
  border: 1.05cqw solid var(--wp--preset--color--primary);
  text-decoration: none;
  user-select: none;
  box-sizing: border-box;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: border, background-color 0.25s ease 0s;
  -moz-transition: border, background-color 0.25s ease 0s;
  -o-transition: border, background-color 0.25s ease 0s;
  -ms-transition: border, background-color 0.25s ease 0s;
  transition: border, background-color 0.25s ease 0s;
}
.maptool .maptool_map .bullet.active,
.maptool .maptool_map .bullet:hover,
.maptool .maptool_map .bullet:focus {
  background-color: var(--wp--preset--color--cta);
  border-color: var(--wp--preset--color--cta);
}
.maptool .maptool_map .bullet.female_lead {
  border-color: var(--wp--preset--color--female);
}
.maptool .maptool_map .bullet:not(.virtual) .item_label {
  background-color: #D9D9D9;
  padding: 6px 9px;
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  left: 50%;
  top: -50px;
  font-size: 1em;
  display: none;
}
.maptool .maptool_map .bullet:not(.virtual):hover .item_label {
  display: inline-block;
}
.maptool .maptool_map .bullet.virtual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  width: 17.8cqw;
  font-weight: 800;
  font-size: 1.3em;
  font-size: 3.2cqw;
  /* 5% der Containerbreite */
}
.maptool .maptool_map .bullet.virtual.active,
.maptool .maptool_map .bullet.virtual:hover,
.maptool .maptool_map .bullet.virtual:focus {
  background-color: var(--wp--preset--color--cta);
  color: #fff;
}
.maptool .map_cont {
  display: none;
}
@media screen and (max-width: 960px) {
  .mapsection {
    container-type: inline-size;
    /* oder "size" */
  }
  .mapsection .maptool_loadbox {
    max-height: none;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    margin-top: 20px;
  }
  .mapsection .maptool_loadbox.style_female_lead {
    margin-top: calc(8cqw + 20px);
  }
  .maptool .maptool_map {
    /*background: none;*/
    box-sizing: border-box;
    background-position: top;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    align-items: center;
    justify-content: center;
  }
  .maptool .maptool_map .bullet {
    aspect-ratio: unset;
    width: 80% !important;
    position: relative;
    position: unset;
    border-radius: 999em;
    letter-spacing: 0.1em;
    line-height: 1.1;
    padding-top: 0.4em;
    padding-right: 1.6em;
    padding-bottom: 0.4em;
    padding-left: 1.6em;
    font-size: var(--wp--custom--base-font) !important;
    min-height: calc(var(--wp--custom--base-font) + 1em);
    text-transform: uppercase;
    text-align: center !important;
    border-width: 3px  !important;
    box-sizing: border-box;
  }
  .maptool .maptool_map .bullet .item_label {
    display: inline-block !important;
    position: unset !important;
    background: none !important;
    text-align: center !important;
    padding: 0 !important;
  }
  .maptool .maptool_map .bullet:not(.virtual) .item_label {
    color: #fff !important;
  }
}
@viewport {
  width: device-width;
}
:root {
  font-size: var(--wp--custom--base-font);
}
/* Wendet einen Offset auf den Anker-Link an */
:target {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 960px) {
  :target {
    scroll-margin-top: 70px;
  }
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  touch-action: manipulation;
}
@media screen and (max-width: 960px) {
  body {
    padding-top: 0;
  }
  body.mainnav_open {
    overflow: hidden;
  }
}
ul,
ol {
  padding-left: 1em;
}
ol {
  padding-left: 1.2em;
}
.wp-site-blocks {
  flex: 1;
}
strong {
  font-weight: 700;
}
.has-xx-large-font-size {
  line-height: var(--wp--custom--lineheight-xxl);
}
.has-x-large-font-size {
  line-height: var(--wp--custom--lineheight-xl);
}
.has-large-font-size {
  line-height: var(--wp--custom--lineheight-l);
}
.langselect {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.4em;
}
#chat_cta {
  text-decoration: none;
  background-color: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--white);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: fixed;
  right: 0;
  top: 30vh;
  font-size: 60px;
  padding: 2px 18px;
  padding-left: 22px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  z-index: 110;
  border-top-left-radius: 30px;
}
#chat_cta:focus,
#chat_cta:active,
#chat_cta:hover {
  background-color: var(--wp--preset--color--primary);
}
#chat_cta > span {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 960px) {
  #chat_cta {
    -webkit-transition: none 1s linear 0s;
    -moz-transition: none 1s linear 0s;
    -o-transition: none 1s linear 0s;
    -ms-transition: none 1s linear 0s;
    transition: none 1s linear 0s;
    position: fixed;
    bottom: 0;
    right: 10px;
    top: unset;
    font-size: 45px;
    padding: 0;
    background: none !important;
    color: var(--wp--preset--color--secondary);
  }
  #chat_cta > span {
    top: 2px;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 961px) {
  #content {
    padding-top: 30px;
  }
  #content .wp-block-post-content > .alignfull:first-child {
    margin-top: -55px;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.search-content article {
  border-bottom: 3px solid var(--wp--preset--color--secondary-2);
  padding-bottom: var(--wp--preset--spacing--gap-s);
}
.search-post-title {
  font-size: var(--wp--preset--font-size--large);
}
.archive-title {
  font-size: var(--wp--preset--font-size--large);
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.edit-link {
  margin: 0 !important;
}
.edit-link a {
  margin-top: 10px;
  display: inline-block;
  background-color: red;
  padding: 3px 8px;
  color: #fff !important;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.hyphenation {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  /* Fallback für lange Wörter */
  word-break: normal;
  /* Verhindert unschöne Trennungen */
}
