@import "swiper-bundle.css";
:root {
  font-size: 16px;
}
@media screen and (max-width: 1420px) {
  body {
    --wp--style--root--padding-left: var(--wp--preset--spacing--gap);
    --wp--style--root--padding-right: var(--wp--preset--spacing--gap);
  }
}
@media screen and (max-width: 781px) {
  :root {
    font-size: 16px;
  }
  body {
    --wp--preset--font-size--large: 2.5rem;
    --wp--preset--font-size--mediumlarge: 1.8rem;
    --wp--preset--font-size--medium: 1.35rem;
    --wp--preset--font-size--mediumbase: 1.1rem;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 14px;
  }
  body {
    --swiper-navigation-size: 30px;
    --wp--preset--font-size--large: 2.2rem;
    --wp--preset--font-size--mediumlarge: 1.6rem;
    --wp--preset--font-size--medium: 1.3rem;
  }
}
#header_nav {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #header_nav {
    align-items: center;
  }
}
#main-nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: var(--wp--preset--font-size--mediumbase);
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav a {
  color: var(--wp--preset--color--dark-gray);
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--mediumbase);
  text-decoration: none;
}
#main-nav .sub-menu {
  margin: 0;
  list-style: none;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
#main-nav .sub-menu li {
  margin: 0;
  padding: 0;
  padding: 0px 15px;
}
#main-nav .sub-menu li:first-child {
  margin-top: 15px;
}
#main-nav .sub-menu li:last-child {
  margin-bottom: 15px;
}
#main-nav .sub-menu li a {
  text-decoration: none;
}
#main-nav .sub-menu li.current-menu-ancestor > a,
#main-nav .sub-menu li.current-menu-item > a,
#main-nav .sub-menu li > a:hover {
  color: var(--wp--preset--color--primary-blue);
}
#main-nav > li:hover .sub-menu {
  max-width: 100%;
  max-height: 100vh;
  -webkit-transition: max-height 0.6s ease 0s;
  -moz-transition: max-height 0.6s ease 0s;
  -o-transition: max-height 0.6s ease 0s;
  -ms-transition: max-height 0.6s ease 0s;
  transition: max-height 0.6s ease 0s;
}
#header_nav_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1281px) {
  #main-nav > li > a {
    display: block;
    padding: 8px 16px;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  #main-nav > li > a:after {
    content: '';
    background: var(--wp--preset--color--primary-blue);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-35deg, 0deg);
    -moz-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    -o-transform: skew(-35deg, 0deg);
    z-index: -1;
    opacity: 0;
    -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;
  }
  #main-nav > li.current-menu-ancestor > a,
  #main-nav > li.current-menu-item > a,
  #main-nav > li > a:hover {
    color: #fff;
  }
  #main-nav > li.current-menu-ancestor > a:after,
  #main-nav > li.current-menu-item > a:after,
  #main-nav > li > a:hover:after {
    opacity: 1;
  }
  #main-nav .sub-menu {
    position: absolute;
    background: #fff;
    max-height: 0;
    margin-left: -14px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  }
}
@media screen and (max-width: 1280px) {
  #main-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
    margin-top: 40px;
    width: calc(100% - 40px);
    max-width: 80%;
  }
  #main-nav li.current-menu-ancestor > a,
  #main-nav li.current-menu-item > a {
    color: var(--wp--preset--color--primary-blue);
  }
  #main-nav > li {
    position: relative;
    margin-bottom: 10px;
  }
  #main-nav > li:not(:first-child):before {
    display: block;
    content: '';
    background: var(--wp--preset--color--primary-blue);
    position: relative;
    -webkit-transform: skew(-35deg, 0deg);
    -moz-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    -o-transform: skew(-35deg, 0deg);
    width: calc(100% - 12px);
    height: 12px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #main-nav > li:last-child {
    margin-bottom: 16px;
  }
  #main-nav > li > a {
    font-weight: 800 !important;
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  #main-nav .sub-menu {
    position: relative;
    display: flex;
    background: none;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: none 0 ease 0s;
    -moz-transition: none 0 ease 0s;
    -o-transition: none 0 ease 0s;
    -ms-transition: none 0 ease 0s;
    transition: none 0 ease 0s;
  }
  #main-nav .sub-menu a {
    font-weight: 400;
  }
  #header_nav_content {
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
    overflow: hidden;
    overflow-y: auto;
  }
  #header_nav_content::-webkit-scrollbar {
    display: none;
  }
  #header_nav_grid {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 100%;
    width: 100%;
    background: var(--wp--preset--color--sand);
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.4s ease 0s;
    -moz-transition: grid-template-rows 0.4s ease 0s;
    -o-transition: grid-template-rows 0.4s ease 0s;
    -ms-transition: grid-template-rows 0.4s ease 0s;
    transition: grid-template-rows 0.4s ease 0s;
    max-height: calc(100vh - 10px - 100px);
  }
  body.mainnav_open #header_nav_grid {
    grid-template-rows: 1fr;
    /*      #main-nav {
         animation: overflow_scrollbar_ani 0.4s ease-out;
         transform-origin: bottom center;
         animation-iteration-count: 1;

         }*/
  }
}
#nav_toggle {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: var(--wp--style--root--padding-right);
  width: 28px;
  height: 28px;
}
#nav_toggle #icon-burger {
  display: block;
}
#nav_toggle #icon-close {
  display: none;
}
#nav_toggle svg {
  width: 100%;
  height: 100%;
}
#nav_toggle svg path {
  fill: var(--wp--preset--color--dark-gray);
}
.mainnav_open #nav_toggle svg path {
  fill: var(--wp--preset--color--dark-gray);
}
.mainnav_open #nav_toggle #icon-burger {
  display: none;
}
.mainnav_open #nav_toggle #icon-close {
  display: block;
}
@media screen and (max-width: 1280px) {
  #nav_toggle {
    display: block;
  }
}
#header {
  /*position: fixed;*/
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 500;
}
#header_pre {
  min-height: 100px;
}
@media screen and (max-width: 1280px) {
  #header_pre {
    min-height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex: 1;
    z-index: 100;
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
  }
}
#header_cont {
  /*   display: flex;
   flex-direction: column;*/
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  box-sizing: border-box;
  background: var(--wp--preset--color--sand);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 1280px) {
  #header_cont {
    flex-direction: column;
    align-items: stretch;
  }
}
#website_logo {
  position: absolute;
  width: auto;
  height: 50%;
  top: 25%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  justify-content: center;
  -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;
  box-sizing: border-box;
}
#website_logo svg {
  flex: 1;
  height: 100%;
  width: auto;
  overflow: visible;
}
#website_logo #bvosymbol {
  -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;
  scale: 1;
  transform-origin: 0 0;
  -moz-filter: drop-shadow(-3px 0px 12px #000000);
  -webkit-filter: drop-shadow(-3px 0px 12px #000000);
  filter: drop-shadow(-3px 0px 12px #000000);
}
#website_logo #bvotext {
  opacity: 1;
  -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 (min-width: 1281px) {
  .home:not(.scrolled) #website_logo #bvosymbol {
    scale: 3;
    -moz-filter: drop-shadow(-2px 0px 6px #000000);
    -webkit-filter: drop-shadow(-2px 0px 6px #000000);
    filter: drop-shadow(-2px 0px 6px #000000);
  }
  .home:not(.scrolled) #website_logo #bvotext {
    opacity: 0;
  }
}
#header .wp-social-link {
  color: currentColor;
}
footer {
  padding-top: 28px;
  padding-bottom: 16px;
  font-size: var(--wp--preset--font-size--mediumbase);
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul > li {
  margin-bottom: 1em;
}
footer ul .sub-menu {
  margin-top: 1em;
}
footer ul .sub-menu li {
  margin-bottom: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
#website_footer_logo {
  margin-left: -5%;
  width: 100%;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 781px) {
  #website_footer_logo {
    margin-left: 0;
    width: 80%;
  }
}
#website_footer_logo svg {
  width: 100%;
  height: auto;
}
#footer_legalline {
  border-top: 1px solid var(--wp--preset--color--cyan-light);
}
#footer_wrapper {
  background: var(--wp--preset--color--dark-gray);
  color: var(--wp--preset--color--white);
}
#footer_wrapper a {
  color: var(--wp--preset--color--white);
}
#footer_cont {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 28px 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  grid-template-areas: "title title_m title_r " "left middle right";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  /*
   @media screen and (max-width: @xlarge_media )  {
      grid-template-areas:
      "left right"
      "middle right"  ;

      grid-template-columns:  1fr auto;
   }

   @media screen and (max-width: @mobile_breakpoint )  {
      grid-template-areas:
      "right"
      "left"
      "middle"  ;

      grid-template-columns:  1fr;

      gap: 20px;
   }*/
}
@media screen and (max-width: 1280px) {
  #footer_cont {
    width: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title_m  " "left  middle" "right right";
  }
}
@media screen and (max-width: 781px) {
  #footer_cont {
    grid-template-columns: 1fr;
    grid-template-areas: "title  " "left " "middle" "right";
  }
}
#footer_title {
  grid-area: title;
}
#footer_left {
  grid-area: left;
}
#footertext {
  grid-area: middle;
}
#footer_right {
  grid-area: right;
}
#footertext > :first-child,
#footer_left > :first-child,
#footer_right > :first-child {
  margin-block-start: 0;
}
#footertext > :last-child,
#footer_left > :last-child,
#footer_right > :last-child {
  margin-block-end: 0;
}
footer {
  /*   .wp-block-social-link a {
      align-items: center;
      display: flex;
      line-height: 0;
      padding: 0.4em;
   }*/
}
footer .wp-block-social-links,
footer .wp-block-social-links.has-normal-icon-size {
  font-size: 40px;
  gap: var(--wp--preset--spacing--gap-s);
}
@media screen and (max-width: 960px) {
  footer .wp-block-social-links,
  footer .wp-block-social-links.has-normal-icon-size {
    font-size: 30px;
  }
}
/*
:root {
   interpolate-size: allow-keywords;
}

details.wp-block-details {
   summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      text-align: right;
      gap: 10px;
      line-height: 1;
      color: var(--wp--preset--color--gold-beige);
      font-weight: 600;

      letter-spacing: 0.08em;
      text-transform: uppercase;

      font-size: var( --wp--preset--font-size--small);

      @media screen and (max-width: @mobile_breakpoint )  {
       font-size: var( --wp--preset--font-size--x-small);
      }

      &:hover {
         color: var(--wp--preset--color--yellow-bright);
      }

      &::marker,
      &::-webkit-details-marker {
         display: none;
      }

      &::after {
         content: "";
         display: inline-block;
         width: 1em;
         height: 1em;
         flex-shrink: 0;
         background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8H0V6H6V0H8V6H14V8H8V14H6V8Z" fill="%23F2C606"/></svg>');
         background-size: contain;
         background-repeat: no-repeat;
         background-position: center;
         transition: transform 0.3s ease;
      }
   }

   &[open] summary::after {
      background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 6h14v2H0V6z" fill="%23F2C606"/></svg>');
   }

   summary + * {
      margin-block-start: 10px;;
   }
   > div {
      display: grid;
      grid-template-rows: 0fr;
      background-color: var(--wp--preset--color--teal-pale);
      border-top-right-radius: 16px;
      border-top-left-radius: 16px;
      padding: 16px;
      .transition(grid-template-rows, 0.5s, ease, 0s);


      &, * {
         color: var(--wp--preset--color--teal-dark);
      }

      > * {
         overflow: hidden;
      }

   }

   &[open] >    div {
      grid-template-rows: 1fr;


   }


   // chrome
   &::details-content {
      overflow: hidden;
      block-size: 0;
      transition-property: block-size, content-visibility;
      transition-behavior: allow-discrete;
      transition-duration: 0.5s;
   }


   &[open] {
      &::details-content {
         block-size: auto;
         //block-size: calc-size(auto, size);
      }
   }
}*/
.wp-block-button:not(.is-style-simple) {
  position: relative;
  display: inline-block;
  --indent_y: 2.2em;
  --indent_x: 1.5em;
  --buttonbox-shape: polygon(var(--indent_x) 0, 100% 0, 100% calc(100% - var(--indent_y)), calc(100% - var(--indent_x)) 100%, 0 100%, 0 var(--indent_y));
  /*   &.is-style-whsite {

      .wp-block-button__link{
         border: none;
         background: none;

         filter:
         drop-shadow(1px 0 0 currentColor)
         drop-shadow(-1px 0 0 currentColor)
         drop-shadow(0 1px 0 currentColor)
         drop-shadow(0 -1px 0 currentColor);

         &::after {
            background: currentColor;
            opacity: 1;

         }

         &::before {
            background: #fff;
         }

      }

   }*/
}
.wp-block-button:not(.is-style-simple) .wp-block-button__link {
  display: inline-block;
  background: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.wp-block-button:not(.is-style-simple) .wp-block-button__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--color--primary-blue);
  clip-path: var(--buttonbox-shape);
  z-index: -1;
}
.wp-block-button:not(.is-style-simple) .wp-block-button__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: var(--buttonbox-shape);
  z-index: -2;
  background: var(--wp--preset--color--primary-blue);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wp-block-button:not(.is-style-simple) .wp-block-button__link.has-background {
  background: none !important;
}
.wp-block-button:not(.is-style-simple) .wp-block-button__link.has-background::after,
.wp-block-button:not(.is-style-simple) .wp-block-button__link.has-background::before {
  background: var(--background-color);
}
.wp-block-button:not(.is-style-simple) .wp-block-button__link:hover::after {
  top: 10px;
  left: 10px;
}
.wp-block-button:not(.is-style-simple).is-style-white .wp-block-button__link {
  color: var(--wp--preset--color--primary-blue);
}
.wp-block-button:not(.is-style-simple).is-style-white .wp-block-button__link::before {
  background: var(--wp--preset--color--white);
  opacity: 1;
}
.wp-block-button:not(.is-style-simple).is-style-white .wp-block-button__link::after {
  background: var(--wp--preset--color--primary-blue);
  opacity: 1;
}
.teaserbox-wrapper {
  container-type: inline-size;
}
.teaserbox-wrapper.alignfull {
  max-width: 100%;
}
.wp-block-group.is-style-teaserbox {
  container-type: inline-size;
  --indent_x: 28cqi;
  --indent_y: calc(var(--indent_x) * 1.43);
  --pad_x: 18cqi;
  --shad_off: 3cqb;
  --buttonbox-shape: polygon(calc(var(--indent_x) - 0.5px) -0.5px, calc(100% + 0.5px) -0.5px, calc(100% + 0.5px) calc(100% - var(--indent_y) + 0.5px), calc(100% - var(--indent_x) + 0.5px) calc(100% + 0.5px), -0.5px calc(100% + 0.5px), -0.5px calc(var(--indent_y) - 0.5px));
  position: relative;
  z-index: 1;
  margin-bottom: var(--shad_off);
  background: none !important;
  padding-left: var(--pad_x);
  padding-right: var(--pad_x);
}
.wp-block-group.is-style-teaserbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--color--white);
  clip-path: var(--buttonbox-shape);
  z-index: -1;
}
.wp-block-group.is-style-teaserbox::after {
  content: '';
  position: absolute;
  top: var(--shad_off);
  left: var(--shad_off);
  width: 100%;
  height: 100%;
  clip-path: var(--buttonbox-shape);
  z-index: -2;
  background: var(--wp--preset--color--primary-blue);
  opacity: 1;
}
.wp-block-group.is-style-teaserbox.has-background::after,
.wp-block-group.is-style-teaserbox.has-background::before {
  background: var(--background-color);
}
.wp-block-group.is-style-teaserbox.has-background::after {
  opacity: 0.5;
}
.archive-content > .alignfull:first-child,
.wp-block-achive-header > .alignfull:first-child,
.wp-block-post-content > .alignfull:first-child {
  margin-top: calc(var(--wp--style--root--padding-top) * -1);
}
/*@media screen and (max-width: @nav_breakpoint )  {
   .wp-block-post-content {
      > .alignfull:first-child {
         margin-top: calc( (@header_h_s * -1 ) - var(--wp--style--root--padding-top));
      }
   }
}*/
.is-style-textshadow {
  text-shadow: 2px 2px 2px #00000099;
}
.wp-block-separator {
  border-top: 1px solid;
}
@media screen and (max-width: 1280px) {
  .wp-block-columns.brake_tablet {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.brake_tablet .wp-block-column {
    flex-basis: 100% !important;
  }
}
.events_slider,
.sliderpost_swiper {
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
}
.swiper-pagination-bullet {
  width: 58px;
  height: 15px;
  opacity: 1;
  border-radius: 0;
  background: var(--wp--preset--color--sand);
  background: #fff;
  -webkit-transition: background 0.4s ease 0s;
  -moz-transition: background 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s;
  -ms-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
  -webkit-transform: skew(-35deg, 0deg);
  -moz-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  -o-transform: skew(-35deg, 0deg);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  opacity: 1;
  background: var(--wp--preset--color--primary-blue);
}
.swiper-pagination.swiper-pagination-horizontal,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  bottom: 0;
  margin: 0 15px;
}
.sliderpost_swiper:not(.alignfull) {
  aspect-ratio: 16 / 9;
}
.sliderpost_swiper:not(.alignfull) .swiper-wrapper-wrapper {
  min-height: 100%;
}
.sliderpost_swiper.alignfull .swiper-wrapper {
  height: 52vh;
}
.sliderpost_swiper.alignfull .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sliderpost_swiper .swiper-slide-inner {
  margin-right: auto !important;
  margin-left: auto !important;
  padding: var(--wp--preset--spacing--gap-l);
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.sliderpost_swiper .swiper-slide-inner > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.sliderpost_swiper .swiper-slide-inner > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}
.sliderpost_swiper .swiper-pagination {
  position: relative;
  box-sizing: border-box;
  padding: 25px;
}
.sliderpost_swiper.is-style-pagination_overlay .swiper-pagination {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-button-prev,
.swiper-button-next {
  opacity: 0.3;
  color: var(--wp--preset--color--primary-blue);
  -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;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}
.sliderpost_swiper.is-style-pagination_overlay .swiper-button-prev,
.sliderpost_swiper.is-style-pagination_overlay .swiper-button-next {
  color: var(--wp--preset--color--sand);
}
.events_slider:not(.alignfull) .swiper-button-prev,
.sliderpost_swiper:not(.alignfull) .swiper-button-prev {
  left: calc(var(--swiper-navigation-size) * -1);
}
.events_slider:not(.alignfull) .swiper-button-next,
.sliderpost_swiper:not(.alignfull) .swiper-button-next {
  right: calc(var(--swiper-navigation-size) * -1);
}
.events-overview {
  margin-top: var(--wp--preset--spacing--gap-l);
}
.events-overview .event-year-group {
  z-index: auto !important;
  padding-bottom: calc(var(--indent_y) + var(--wp--preset--spacing--gap-l));
  padding-top: var(--indent_y);
}
.events-overview .event-year-group:nth-child(even) {
  --background-color: var(--wp--preset--color--sand);
}
.event-year-heading {
  text-align: center;
  color: var(--wp--preset--color--primary-blue);
  margin-bottom: var(--wp--preset--spacing--gap-l);
}
.event-title {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.event-title > * {
  margin: 0;
}
.event-title .event_headline,
.event-title .event_type {
  margin-top: 14px;
}
.event-title .event_date {
  font-size: var(--wp--preset--font-size--mediumlarge);
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.1;
}
.event_type {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--base);
  text-transform: uppercase;
}
.event_type_label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.event_type_label svg {
  width: auto;
  height: 1.5em;
}
.event-item {
  margin-bottom: var(--wp--preset--spacing--gap-xl);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--gap-l);
}
@media screen and (max-width: 1280px) {
  .event-item {
    gap: var(--wp--preset--spacing--gap);
  }
}
@media screen and (max-width: 781px) {
  .event-item {
    gap: var(--wp--preset--spacing--gap-s);
  }
}
.event-content {
  margin-top: 15px;
}
.event-month-bar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.event-month-bar .event-month-heading {
  display: block;
  writing-mode: sideways-lr;
  line-height: 1;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary-blue);
}
.event-month-bar .month-bar {
  width: 25px;
  flex: 1;
  background: var(--wp--preset--color--primary-blue);
  -webkit-transform: skew(0deg, -55deg);
  -moz-transform: skew(0deg, -55deg);
  -ms-transform: skew(0deg, -55deg);
  -o-transform: skew(0deg, -55deg);
  position: relative;
}
.events_slider-slide {
  text-decoration: none;
  margin-bottom: var(--wp--preset--spacing--gap-l);
  font-size: var(--wp--preset--font-size--mediumbase);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  gap: 20px;
}
.events_slider-slide > * {
  margin: 0;
}
.events_slider-slide .event_slide_date {
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.events_slider-slide .event_slide_date:after {
  content: '';
  background: var(--wp--preset--color--primary-blue);
  position: relative;
  -webkit-transform: skew(-35deg, 0deg);
  -moz-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  -o-transform: skew(-35deg, 0deg);
  width: calc(100% - 25px);
  height: 25px;
}
.events_slider-slide .event_slide_date-heading {
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 700;
}
.events_slider-slide .event_type_label {
  justify-content: center;
}
.has-edge {
  position: relative;
  --indent_x: var(--wp--preset--spacing--gap-l);
  --indent_y: calc(var(--indent_x) * 1.43);
  --box-shape: polygon(var(--indent_x) 0, 100% 0, 100% calc(100% - var(--indent_y)), calc(100% - var(--indent_x)) 100%, 0 100%, 0 var(--indent_y));
}
@media screen and (max-width: 1280px) {
  .has-edge {
    --indent_x: var(--wp--preset--spacing--gap);
  }
}
.has-edge.wp-block-group {
  padding: var(--indent_x);
  padding-top: calc(var(--indent_y) / 1.43);
  padding-bottom: calc(var(--indent_x) / 1.43);
  z-index: 1;
}
.has-edge.wp-block-image,
.has-edge.wp-block-cover {
  clip-path: var(--box-shape);
}
body:not(.wp-admin) .has-edge {
  background: none !important;
}
body:not(.wp-admin) .has-edge.wp-block-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: var(--box-shape);
  z-index: -2;
  background: var(--background-color, var(--wp--preset--color--sand));
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.editor-styles-wrapper .has-edge.wp-block-group {
  clip-path: var(--box-shape);
  border: 1px dashed red;
  background-image: repeating-linear-gradient(45deg, transparent 0 12px, rgba(0, 0, 0, 0.03) 12px 24px);
}
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull + .edge-top-left.alignfull,
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull + .edge-top-right.alignfull {
  margin-top: calc(var(--indent_y) * -1) !important;
}
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull + .edge-top-left.alignfull.wp-block-group,
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull + .edge-top-right.alignfull.wp-block-group {
  z-index: 0;
}
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-left.alignfull),
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-right.alignfull) {
  --indent_x: var(--wp--preset--spacing--gap-l);
  --indent_y: calc(var(--indent_x) * 1.43);
}
@media screen and (max-width: 1280px) {
  .wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-left.alignfull),
  .wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-right.alignfull) {
    --indent_x: var(--wp--preset--spacing--gap);
  }
}
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-left.alignfull) .swiper-wrapper,
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-right.alignfull) .swiper-wrapper {
  height: calc(52vh + var(--indent_y));
}
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-left.alignfull).sliderpost_swiper,
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-right.alignfull).sliderpost_swiper {
  z-index: 0;
  /*   .swiper-slide {
               padding-bottom: calc( var(--indent_y) + 25px) !important;

            }*/
}
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-left.alignfull).sliderpost_swiper .swiper-pagination,
.wp-block-post-content:not(.block-editor-block-list__layout) > .alignfull:has(+ .edge-top-right.alignfull).sliderpost_swiper .swiper-pagination {
  padding-bottom: calc(var(--indent_y) + 25px) !important;
}
.edge-top-left {
  /* Top-left (dein Original) */
  --box-shape: polygon(var(--indent_x) 0, 100% 0, 100% 100%, 0 100%, 0 var(--indent_y));
}
.edge-top-right {
  /* Top-right */
  --box-shape: polygon(0 0, calc(100% - var(--indent_x)) 0, 100% var(--indent_y), 100% 100%, 0 100%);
}
.edge-bottom-left {
  /* Bottom-left */
  --box-shape: polygon(0 0, 100% 0, 100% 100%, var(--indent_x) 100%, 0 calc(100% - var(--indent_y)));
}
.edge-bottom-right {
  /* Bottom-right */
  --box-shape: polygon(0 0, 100% 0, 100% calc(100% - var(--indent_y)), calc(100% - var(--indent_x)) 100%, 0 100%);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#content {
  flex: 1;
}
strong {
  font-weight: 700;
}
:target {
  scroll-margin-top: 100px;
}
.archive-title {
  margin-block-start: 0;
}
.postteaser-image img {
  width: 100%;
  height: auto;
}
.wp-lightbox-overlay .scrim {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(8px);
  /* Der Blur-Effekt */
  -webkit-backdrop-filter: blur(8px);
  /* Für Safari */
}
.wp-lightbox-overlay .close-button {
  min-height: 50px;
  min-width: 50px;
}
.wp-lightbox-overlay .close-button svg {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */