@import "swiper-bundle.css";
:root {
  font-size: 18px;
  --nav-font-size: 1.111rem;
  --swiper-navigation-size: 75px;
  --swiper-navigation-sides-offset: 20px;
  --boxradius: 2.111rem;
  --boxradius_s: 1.3rem;
  --number_size: 9.48rem;
  --image_zoom: 1.08;
}
@media screen and (max-width: 2048px) {
  body {
    --wp--style--root--padding-left: var(--wp--preset--spacing--gap);
    --wp--style--root--padding-right: var(--wp--preset--spacing--gap);
    --wp--style--root--padding-top: var(--wp--preset--spacing--gap);
  }
  :root {
    --swiper-navigation-size: 60px;
  }
}
@media screen and (max-width: 1640px) {
  :root {
    --wp--preset--font-size--large: 1.1em;
    --wp--preset--font-size--xlarge: 1.3rem;
    --wp--preset--font-size--xxlarge: 2.65rem;
    --number_size: 6rem;
  }
}
@media screen and (max-width: 781px) {
  body {
    --wp--style--root--padding-left: var(--wp--preset--spacing--gap-s);
    --wp--style--root--padding-right: var(--wp--preset--spacing--gap-s);
  }
  :root {
    --wp--preset--font-size--small: 0.833rem;
    --wp--preset--font-size--medium: 1rem;
    --wp--preset--font-size--large: 1.111rem;
    --wp--preset--font-size--xlarge: 1.111rem;
    --wp--preset--font-size--xxlarge: 1.722rem;
    --swiper-navigation-size: 45px;
    --swiper-navigation-sides-offset: 10px;
    --number_size: 5.4rem;
  }
}
#header_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  #header_nav {
    align-items: center;
  }
}
#header_nav_grid {
  display: flex;
}
#main-nav {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
  font-size: var(--nav-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav a {
  color: var(--wp--preset--color--dark-gray);
  text-transform: uppercase;
  font-size: var(--nav-font-size);
  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-parent > a,
#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--orange);
}
#header_nav_content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 2048px) {
  #header_nav_content {
    gap: 20px;
  }
}
@media screen and (min-width: 1201px) {
  #main-nav > li {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #main-nav > li > a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
  }
  #main-nav > li > a:focus-visible {
    outline: 2px solid var(--wp--preset--color--orange);
    outline-offset: 0px;
    -webkit-transition: none 0.4s ease 0s;
    -moz-transition: none 0.4s ease 0s;
    -o-transition: none 0.4s ease 0s;
    -ms-transition: none 0.4s ease 0s;
    transition: none 0.4s ease 0s;
    color: #000 !important;
  }
  #main-nav > li.current-menu-parent > a,
  #main-nav > li.current-menu-ancestor > a,
  #main-nav > li.current-menu-item:not(.menu-item-home) > a,
  #main-nav > li > a:hover {
    color: var(--wp--preset--color--orange);
  }
  #main-nav > li .sub-menu {
    position: absolute;
    top: 0;
    background: var(--wp--preset--color--gray-light);
    z-index: 2;
    max-height: 0;
    min-width: 100%;
    white-space: nowrap;
    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
  }
  #main-nav > li .sub-menu a:hover {
    color: var(--wp--preset--color--orange);
  }
  #main-nav > li .sub-menu a:focus-visible {
    outline: 2px solid var(--wp--preset--color--orange);
    outline-offset: 5px;
    -webkit-transition: none 0.4s ease 0s;
    -moz-transition: none 0.4s ease 0s;
    -o-transition: none 0.4s ease 0s;
    -ms-transition: none 0.4s ease 0s;
    transition: none 0.4s ease 0s;
    color: #000 !important;
  }
  #main-nav > li .sub-menu li {
    padding: 0px 20px;
  }
  #main-nav > li:hover > a,
  #main-nav > li:focus-within > a {
    z-index: 3;
  }
  #main-nav > li:hover .sub-menu,
  #main-nav > li:focus-within .sub-menu {
    max-height: 100vh;
    padding-top: calc(84px + 20px);
    -webkit-transition: max-height 1.6s ease 0s;
    -moz-transition: max-height 1.6s ease 0s;
    -o-transition: max-height 1.6s ease 0s;
    -ms-transition: max-height 1.6s ease 0s;
    transition: max-height 1.6s ease 0s;
  }
}
@media screen and (max-width: 1200px) {
  #main-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
    margin-top: 40px;
  }
  #main-nav > li {
    position: relative;
    margin-bottom: 16px;
    border-top: 1px solid var(--wp--preset--color--gray);
    padding-top: 16px;
  }
  #main-nav > li:last-child {
    margin-bottom: 16px;
  }
  #main-nav > li a {
    font-weight: 300;
    font-size: 1.2rem;
  }
  #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: 300;
    font-size: 1rem;
  }
  #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--gray-light);
    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 - 120px);
  }
  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;
  align-self: center;
  margin: auto;
  width: 47px;
  height: 47px;
}
#nav_toggle #icon-burger {
  display: block;
}
#nav_toggle #icon-close {
  display: none;
}
#nav_toggle svg {
  width: 100%;
  height: 100%;
}
#nav_toggle svg path,
#nav_toggle svg rect {
  fill: var(--wp--preset--color--gray);
}
.mainnav_open #nav_toggle svg path {
  fill: var(--wp--preset--color--gray);
}
.mainnav_open #nav_toggle #icon-burger {
  display: none;
}
.mainnav_open #nav_toggle #icon-close {
  display: block;
}
@media screen and (max-width: 1200px) {
  #nav_toggle {
    display: block;
  }
}
#header {
  /*position: fixed;*/
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  font-size: var(--nav-font-size);
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray);
}
#header a:focus-visible {
  outline: 2px solid var(--wp--preset--color--orange);
  outline-offset: 10px;
  -webkit-transition: none 0.4s ease 0s;
  -moz-transition: none 0.4s ease 0s;
  -o-transition: none 0.4s ease 0s;
  -ms-transition: none 0.4s ease 0s;
  transition: none 0.4s ease 0s;
}
#header_pre {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 30px;
  flex: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #header_pre {
    justify-content: space-between;
    row-gap: 0px;
    column-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
    grid-template-areas: "left middle right";
    grid-template-columns: 120px 1fr 120px;
    grid-template-rows: auto auto;
  }
}
#header_cont {
  min-height: 84px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  /*   .box-shadow(0px 3px 6px 0px, rgba(0,0,0,0.19));*/
}
@media screen and (max-width: 1200px) {
  #header_cont {
    flex-direction: column;
    align-items: stretch;
  }
}
#website_logo {
  display: flex;
  flex-direction: row;
  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;
  gap: 50px;
}
#website_logo:focus-visible {
  outline: 2px solid var(--wp--preset--color--orange);
  outline-offset: 10px;
  -webkit-transition: none 0.4s ease 0s;
  -moz-transition: none 0.4s ease 0s;
  -o-transition: none 0.4s ease 0s;
  -ms-transition: none 0.4s ease 0s;
  transition: none 0.4s ease 0s;
}
@media screen and (max-width: 2048px) {
  #website_logo {
    gap: 20px;
  }
}
#website_logo svg {
  height: 84px;
  width: auto;
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  #website_logo svg {
    height: 60px;
  }
}
#logo_title {
  color: var(--wp--preset--color--orange);
  text-transform: uppercase;
}
body:not(.home) #logo_title {
  display: none;
}
@media screen and (max-width: 1640px) {
  #logo_title {
    display: none;
  }
}
#header_cont {
  -webkit-transition: min-height 0.3s ease 0s;
  -moz-transition: min-height 0.3s ease 0s;
  -o-transition: min-height 0.3s ease 0s;
  -ms-transition: min-height 0.3s ease 0s;
  transition: min-height 0.3s ease 0s;
}
@media screen and (min-width: 1641px) {
  body.home #website_logo svg {
    height: 120px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  body.home.scrolled #website_logo svg {
    height: 84px;
  }
}
#header_right_mobile,
#header_right {
  align-self: center;
}
#header_right_mobile > *,
#header_right > * {
  margin-bottom: 0;
  margin-top: 0;
}
#header_right_mobile,
#header_right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: var(--wp--preset--spacing--gap-s);
}
#header_right_mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header_right {
    display: none;
  }
  #header_right_mobile {
    display: flex;
  }
}
footer {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray);
  margin-top: 40px;
  padding-top: 28px;
  padding-bottom: 16px;
  font-size: var(--wp--preset--font-size--medium);
}
footer a {
  color: var(--wp--preset--color--gray);
}
footer a:focus-visible {
  outline: 2px solid var(--wp--preset--color--orange);
  outline-offset: 10px;
  -webkit-transition: none 0.4s ease 0s;
  -moz-transition: none 0.4s ease 0s;
  -o-transition: none 0.4s ease 0s;
  -ms-transition: none 0.4s ease 0s;
  transition: none 0.4s ease 0s;
}
footer a:focus-visible:not(.wp-block-social-link-anchor) {
  color: #000 !important;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul > li {
  margin-bottom: 1em;
  font-weight: 600;
}
footer ul .sub-menu li {
  margin-bottom: 0;
  font-weight: 400;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
#content:has(> article:last-child > .alignfull:last-child) + footer {
  margin-top: 0;
}
#website_footer_logo {
  display: inline-block;
}
#website_footer_logo svg {
  height: 84px;
  width: auto;
}
#footer_legalline {
  border-top: 1px solid var(--wp--preset--color--cyan-light);
}
#footer_cont {
  row-gap: 20px;
  column-gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-areas: "left middle right" "left middle right";
  grid-template-columns: 200px 1fr 200px;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 1200px) {
  #footer_cont {
    width: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left left right" "middle middle middle";
  }
}
#footer_left {
  grid-area: left;
}
#footer_middle {
  grid-area: middle;
}
#footer_right {
  grid-area: right;
}
#footer_middle > :first-child,
#footer_left > :first-child,
#footer_right > :first-child {
  margin-block-start: 0;
}
#footer_middle > :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;
  }
}
.wp-block-details summary {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
  font-family: var(--wp--preset--font-family--base);
  font-size: var(--wp--preset--font-size--xlarge);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid var(--wp--preset--color--gray);
  display: grid;
  grid-template-columns: 1fr 50px;
  padding-bottom: 0.5em;
}
.wp-block-details summary::after {
  content: '';
  width: 50px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' width='18.64mm' height='9.46mm' version='1.1' viewBox='0 0 52.83 26.83'%3E%3Cpath d='M52.11,24.69L27.11.69s-.1-.06-.15-.1c-.06-.04-.11-.08-.17-.11-.06-.03-.13-.03-.19-.04-.06-.01-.12-.03-.18-.03-.06,0-.12.02-.18.03-.06.01-.13.02-.19.04-.06.02-.11.07-.17.11-.05.03-.11.05-.15.1L.72,24.69c-.4.38-.41,1.02-.03,1.41.2.21.46.31.72.31.25,0,.5-.09.69-.28L26.41,2.8l24.31,23.34c.19.19.44.28.69.28.26,0,.53-.1.72-.31.38-.4.37-1.03-.03-1.41Z' fill='%234D696F'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  align-content: start;
  align-self: center;
  -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[open] {
  padding-bottom: 30px;
}
.wp-block-details[open] summary::after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' width='18.64mm' height='9.46mm' version='1.1' viewBox='0 0 52.83 26.83'%3E%3Cpath d='M52.11,24.69L27.11.69s-.1-.06-.15-.1c-.06-.04-.11-.08-.17-.11-.06-.03-.13-.03-.19-.04-.06-.01-.12-.03-.18-.03-.06,0-.12.02-.18.03-.06.01-.13.02-.19.04-.06.02-.11.07-.17.11-.05.03-.11.05-.15.1L.72,24.69c-.4.38-.41,1.02-.03,1.41.2.21.46.31.72.31.25,0,.5-.09.69-.28L26.41,2.8l24.31,23.34c.19.19.44.28.69.28.26,0,.53-.1.72-.31.38-.4.37-1.03-.03-1.41Z' fill='%23ff6400'/%3E%3C/svg%3E");
}
.wp-block-button__link:focus-visible {
  outline: 2px solid var(--wp--preset--color--orange);
  outline-offset: 10px;
  -webkit-transition: none 0.4s ease 0s;
  -moz-transition: none 0.4s ease 0s;
  -o-transition: none 0.4s ease 0s;
  -ms-transition: none 0.4s ease 0s;
  transition: none 0.4s ease 0s;
  background-color: var(--wp--preset--color--gray);
  color: var(--wp--preset--color--white);
}
.wp-block-button__link.has-background:hover {
  background-color: var(--wp--preset--color--gray) !important;
  color: var(--wp--preset--color--white) !important;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-block-social-link {
  background-color: var(--wp--preset--color--gray);
  color: var(--wp--preset--color--white);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-block-social-link:hover {
  background-color: var(--wp--preset--color--orange);
}
.wp-block-social-links.has-small-icon-size {
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-social-links.has-large-icon-size {
  font-size: 2.25rem;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: var(--wp--preset--font-size--large);
}
.wp-block-pullquote,
.wp-block-quote {
  position: relative;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1.7em;
  padding-bottom: 20px;
}
.wp-block-pullquote > *,
.wp-block-quote > * {
  position: relative;
}
.wp-block-pullquote::before,
.wp-block-quote::before {
  width: 5em;
  height: 3.3em;
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160.357' height='103.258' viewBox='0 0 160.357 103.258'%3E%3Cpath id='Pfad_19' data-name='Pfad 19' d='M45.683,0,0,103.258H24.267L84.216,0Zm76.126,0L76.127,103.258h24.267L160.357,0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 781px) {
  .wp-block-pullquote,
  .wp-block-quote {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-pullquote::before,
  .wp-block-quote::before {
    width: 7em;
    height: 4.62em;
    left: -1em;
  }
}
.style-borderradius,
.wp-block-post-featured-image,
.wp-block-image {
  border-radius: var(--boxradius_s);
  overflow: hidden;
}
.style-borderradius img,
.wp-block-post-featured-image img,
.wp-block-image img {
  -webkit-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.style-borderradius:hover img,
.wp-block-post-featured-image:hover img,
.wp-block-image:hover img {
  transform: scale(var(--image_zoom));
  /* zoom level */
}
.wp-block-dulzschwimmer-number_block {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wp-block-dulzschwimmer-number_block .wp-block-dulzschwimmer-number {
  font-family: var(--wp--preset--font-family--accent);
  font-size: calc(var(--number_size) / 1.15);
  line-height: 1;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray);
  border-radius: 100%;
  border: 2px solid var(--wp--preset--color--orange);
  aspect-ratio: 1/1;
  width: var(--number_size);
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  font-weight: 400;
}
.wp-block-columns:has(.wp-block-dulzschwimmer-number_block) .wp-block-column:has(.wp-block-dulzschwimmer-number_block) {
  position: relative;
}
.wp-block-columns:has(.wp-block-dulzschwimmer-number_block) .wp-block-column:has(.wp-block-dulzschwimmer-number_block)::before {
  content: '';
  border-top: 2px solid var(--wp--preset--color--orange);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  top: calc(var(--number_size) / 2);
  position: relative;
  display: block;
}
.wp-block-columns:has(.wp-block-dulzschwimmer-number_block) .wp-block-column:has(.wp-block-dulzschwimmer-number_block):first-child::before {
  left: 50%;
  right: auto;
}
.wp-block-columns:has(.wp-block-dulzschwimmer-number_block) .wp-block-column:has(.wp-block-dulzschwimmer-number_block):last-child::before {
  right: 50%;
  left: auto;
}
@media (max-width: 781px) {
  .wp-block-columns:has(.wp-block-dulzschwimmer-number_block):not(.is-not-stacked-on-mobile) .wp-block-column::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .wp-block-columns:has(.wp-block-dulzschwimmer-number_block):not(.is-not-stacked-on-mobile).brake_tablet .wp-block-column::before {
    display: none;
  }
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: var(--wp--preset--color--gray);
}
.wp-block-cover {
  padding: var(--wp--preset--spacing--gap);
}
@media screen and (max-width: 781px) {
  .wp-block-cover {
    padding: var(--wp--preset--spacing--gap-s);
  }
}
@media screen and (max-width: 1200px) {
  .wp-block-cover-image.is-style-hero,
  .wp-block-cover.is-style-hero {
    flex-direction: column;
    display: flex;
    padding: 0;
  }
  .wp-block-cover-image.is-style-hero .wp-block-cover__image-background,
  .wp-block-cover.is-style-hero .wp-block-cover__image-background,
  .wp-block-cover-image.is-style-hero video.wp-block-cover__video-background,
  .wp-block-cover.is-style-hero video.wp-block-cover__video-background {
    position: relative;
    height: auto;
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
  }
  .wp-block-cover-image.is-style-hero .wp-block-cover__inner-container,
  .wp-block-cover.is-style-hero .wp-block-cover__inner-container {
    padding: var(--wp--preset--spacing--gap);
    width: auto;
    text-align: center;
  }
  .wp-block-cover-image.is-style-hero .wp-block-cover__inner-container .wp-block-buttons,
  .wp-block-cover.is-style-hero .wp-block-cover__inner-container .wp-block-buttons {
    justify-content: center;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 var(--wp--preset--spacing--gap);
}
@media screen and (max-width: 1280px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 var(--wp--preset--spacing--gap-s);
  }
}
.wp-block-media-text .wp-block-media-text__media {
  border-radius: var(--boxradius_s);
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__media img {
  -webkit-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.wp-block-media-text .wp-block-media-text__media:hover img {
  transform: scale(var(--image_zoom));
  /* zoom level */
}
.wp-block-media-text.is-style-number {
  counter-increment: item;
  /* bei jedem Element +1 */
  position: relative;
  grid-template-columns: 30% auto !important;
  --number_image_offset: var(--wp--preset--spacing--gap);
  --number_size: 6.15rem;
}
.wp-block-media-text.is-style-number .wp-block-media-text__media {
  grid-column: 1 !important;
}
.wp-block-media-text.is-style-number .wp-block-media-text__media:not(.components-resizable-box__container ) {
  margin-left: var(--number_image_offset);
}
.wp-block-media-text.is-style-number .wp-block-media-text__content {
  grid-column: 2 !important;
}
@media screen and (max-width: 1280px) {
  .wp-block-media-text.is-style-number {
    --number_size: 4.4rem;
    grid-template-columns: 50% auto !important;
  }
}
.wp-block-media-text.is-style-number:before {
  content: counter(item);
  font-family: var(--wp--preset--font-family--accent);
  font-size: calc(var(--number_size) / 1.15);
  line-height: 1;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray);
  border-radius: 100%;
  border: 2px solid var(--wp--preset--color--orange);
  aspect-ratio: 1/1;
  width: var(--number_size);
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  font-weight: 400;
  position: absolute;
  top: calc(50% - (var(--number_size) * 0.5));
}
.wp-block-media-text.is-style-number:not(.block-editor-block-list__block ):not(:first-child):after {
  content: '';
  position: absolute;
  left: calc((30% + var(--number_image_offset)) / 2);
  top: -100%;
  bottom: 50%;
  border-left: 2px solid var(--wp--preset--color--orange);
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .wp-block-media-text.is-style-number:not(.block-editor-block-list__block ):not(:first-child):after {
    left: calc((50% + var(--number_image_offset)) / 2);
  }
}
@media screen and (max-width: 960px) {
  .wp-block-media-text.is-style-number {
    grid-template-columns: 100% !important;
    margin-top: var(--number_size);
  }
  .wp-block-media-text.is-style-number .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .wp-block-media-text.is-style-number .wp-block-media-text__media:not(.components-resizable-box__container ) {
    margin-left: 0;
  }
  .wp-block-media-text.is-style-number .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 0;
  }
  .wp-block-media-text.is-style-number:before {
    top: calc(var(--number_size) / 2 * -1);
    left: calc(50% - (var(--number_size) * 0.5));
  }
  .wp-block-media-text.is-style-number:after {
    display: none;
  }
}
.wp-block-group:has(.wp-block-media-text.is-style-number) {
  position: relative;
}
.wp-block-group:has(.wp-block-media-text.is-style-number):before {
  /*   content : '';
         position: absolute;
         left: calc(  (30% + var(--wp--preset--spacing--gap)) / 2) ;
         top: var(--wp--preset--spacing--gap);
         height: calc(100% - (var(--wp--preset--spacing--gap) * 2) );
         border-left: 2px solid var( --wp--preset--color--orange);;
         z-index: 0;*/
}
.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1em;
}
.highlight-word {
  font-family: var(--wp--preset--font-family--accent);
}
.wp-block-heading.has-background {
  padding: 0.5em 1em;
  box-sizing: border-box;
}
.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);
}
.wp-block-separator {
  border-top: 1px solid;
}
@media screen and (max-width: 1200px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile).brake_tablet {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile).brake_tablet .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile).mobile_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile).mobile_reverse.brake_tablet {
    display: flex;
    flex-direction: column-reverse;
  }
}
.archive-title {
  margin-block-start: 0;
}
.postteaser-image,
.postteaser-image img {
  aspect-ratio: 567 / 394;
}
.postteaser-image {
  border-radius: var(--boxradius_s);
  overflow: hidden;
  width: 100%;
  margin-bottom: var(--wp--preset--spacing--gap-s);
}
.postteaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.post-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-list .postteaser {
  border: 2px solid transparent;
  -webkit-transition: border 0.4s ease 0s;
  -moz-transition: border 0.4s ease 0s;
  -o-transition: border 0.4s ease 0s;
  -ms-transition: border 0.4s ease 0s;
  transition: border 0.4s ease 0s;
  border-radius: var(--boxradius);
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-basis: calc(100% / 3);
}
@media screen and (max-width: 1280px) {
  .post-list .postteaser {
    flex-basis: calc(100% / 2);
  }
}
@media screen and (max-width: 781px) {
  .post-list .postteaser {
    flex-basis: 100%;
  }
}
.post-list .postteaser .postteaser-content {
  font-size: var(--wp--preset--font-size--medium);
}
.post-list .postteaser .postteaser-content > * {
  margin-block-start: var(--wp--preset--spacing--gap-s);
  margin-block-end: 0;
}
.post-list .postteaser .postteaser-content > *:first-child {
  margin-block-start: 0;
}
.post-list .postteaser .entry-title {
  font-size: var(--wp--preset--font-size--large);
}
.post-list .postteaser .entry-title a {
  text-decoration: none;
}
.post-list .postteaser:hover {
  border-color: var(--wp--preset--color--orange);
}
.post-list .postteaser:hover .postteaser-image img {
  transform: scale(1.05);
  /* zoom level */
}
.morelink {
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--wp--preset--color--orange);
}
.morelink:hover {
  color: var(--wp--preset--color--gray);
}
/*.post-header ,
.archive-header {
   margin-bottom: var(--wp--preset--spacing--gap-m);
   margin-top: var(--wp--preset--spacing--gap-m);

   @media screen and (max-width: @medium_media )  {
      margin-bottom: var(--wp--preset--spacing--gap);
      margin-top: var(--wp--preset--spacing--gap-s);
   }

}*/
.post-cat-buttons {
  gap: var(--wp--preset--spacing--gap-s);
}
.tag-buttons {
  margin-bottom: var(--wp--preset--spacing--gap-m);
  gap: var(--wp--preset--spacing--gap-s);
  justify-content: center;
  padding: 10px;
}
.tag-buttons .tag-button {
  border: 1px solid var(--wp--preset--color--gray);
  background-color: transparent;
  color: var(--wp--preset--color--gray);
}
.tag-buttons .tag-button:hover {
  border-color: var(--wp--preset--color--orange);
  color: #fff;
  background: var(--wp--preset--color--orange);
}
.post-tag-buttons {
  margin-top: var(--wp--preset--spacing--gap-m);
  margin-bottom: var(--wp--preset--spacing--gap-m);
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  border: 1px solid var(--wp--preset--color--gray);
  width: 35px;
  height: 35px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* macht die Kreise */
  background: transparent;
  color: var(--wp--preset--color--gray);
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  border-color: var(--wp--preset--color--orange);
  color: #fff;
  background: var(--wp--preset--color--orange);
}
.pagination .next .pfeil,
.pagination .prev .pfeil {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' width='3.86mm' height='7.61mm' version='1.1' viewBox='0 0 10.95 21.58'%3E%3Cpath d='M10.58,10.6s.02-.06.02-.1c0-.03-.01-.07-.02-.1,0-.03,0-.06-.02-.09-.01-.03-.04-.06-.06-.09-.02-.02-.02-.05-.04-.07L.86.15C.67-.05.35-.05.15.14c-.2.19-.21.51-.01.71l9.27,9.65L.14,20.15c-.19.2-.18.52.01.71.1.09.22.14.35.14.13,0,.26-.05.36-.15l9.6-10s.03-.05.04-.07c.02-.03.05-.06.06-.09.01-.03.01-.06.02-.09Z' fill='%234d696f'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 65%;
  height: 65%;
}
.pagination .next:hover .pfeil,
.pagination .prev:hover .pfeil,
.pagination .next.current .pfeil,
.pagination .prev.current .pfeil {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' width='3.86mm' height='7.61mm' version='1.1' viewBox='0 0 10.95 21.58'%3E%3Cpath d='M10.58,10.6s.02-.06.02-.1c0-.03-.01-.07-.02-.1,0-.03,0-.06-.02-.09-.01-.03-.04-.06-.06-.09-.02-.02-.02-.05-.04-.07L.86.15C.67-.05.35-.05.15.14c-.2.19-.21.51-.01.71l9.27,9.65L.14,20.15c-.19.2-.18.52.01.71.1.09.22.14.35.14.13,0,.26-.05.36-.15l9.6-10s.03-.05.04-.07c.02-.03.05-.06.06-.09.01-.03.01-.06.02-.09Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.pagination .prev .pfeil {
  transform: scaleX(-1);
}
.swipergallery,
.services_slider,
.blog_post_slider,
.sliderpost_swiper {
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
}
.swiper-wrapper-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swipergallery .swiper-wrapper {
  height: 188px;
}
@media screen and (max-width: 781px) {
  .swipergallery .swiper-wrapper {
    height: 112px;
  }
}
.swipergallery .swiper-wrapper .swiper-slide {
  width: auto;
}
.swipergallery .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: auto;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 100%;
  background: var(--wp--preset--color--white);
  -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;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  opacity: 1;
  background: var(--wp--preset--color--orange);
}
.swiper-pagination.swiper-pagination-horizontal,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  position: relative;
}
.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) .swiper-wrapper-wrapper {
  min-height: 100%;
}
.sliderpost_swiper.alignfull .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
.sliderpost_swiper .swiper-slide-inner {
  margin-right: auto !important;
  margin-left: auto !important;
  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 .slide_has_post_thumbnail .swiper-slide-inner {
  padding: var(--wp--preset--spacing--gap);
}
.sliderpost_swiper .swiper-pagination {
  position: relative;
  box-sizing: border-box;
  padding: 25px;
}
.swiper-button-prev,
.swiper-button-next {
  opacity: 1;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--orange);
  -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;
  border-radius: 100%;
}
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70%;
  height: 70%;
  content: '';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' width='9.46mm' height='18.64mm' version='1.1' viewBox='0 0 26.83 52.83'%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 9) --%3E%3Cpath d='M26.38,26.6c.01-.06.03-.12.03-.19,0-.06-.02-.12-.03-.19-.01-.06-.02-.13-.04-.19-.02-.06-.07-.11-.1-.16-.03-.05-.05-.11-.1-.15L2.14.72c-.38-.4-1.02-.41-1.41-.03-.4.38-.41,1.02-.03,1.41l23.33,24.31L.69,50.72c-.38.4-.37,1.03.03,1.41.19.19.44.28.69.28.26,0,.52-.1.72-.31l24-25s.06-.1.1-.15c.04-.05.08-.1.1-.16.02-.06.03-.12.04-.19Z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
  background-color: var(--wp--preset--color--gray);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}
.swiper-button-prev:after {
  transform: scaleX(-1);
}
.swipergallery.alignfull .swiper-button-prev,
.services_slider.alignfull .swiper-button-prev,
.blog_post_slider.alignfull .swiper-button-prev,
.sliderpost_swiper.alignfull .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset);
}
.swipergallery.alignfull .swiper-button-next,
.services_slider.alignfull .swiper-button-next,
.blog_post_slider.alignfull .swiper-button-next,
.sliderpost_swiper.alignfull .swiper-button-next {
  right: var(--swiper-navigation-sides-offset);
}
.swipergallery.overflow .swiper-wrapper-wrapper,
.services_slider.overflow .swiper-wrapper-wrapper,
.blog_post_slider.overflow .swiper-wrapper-wrapper,
.sliderpost_swiper.overflow .swiper-wrapper-wrapper {
  overflow: visible;
}
.swipergallery.overflow .swiper-button-next,
.services_slider.overflow .swiper-button-next,
.blog_post_slider.overflow .swiper-button-next,
.sliderpost_swiper.overflow .swiper-button-next {
  right: calc((var(--wp--style--root--padding-left) - var(--swiper-navigation-sides-offset)) * -1);
}
.swipergallery.overflow .swiper-button-prev,
.services_slider.overflow .swiper-button-prev,
.blog_post_slider.overflow .swiper-button-prev,
.sliderpost_swiper.overflow .swiper-button-prev {
  left: calc((var(--wp--style--root--padding-left) - var(--swiper-navigation-sides-offset)) * -1);
}
@media screen and (min-width: 2049px) {
  .swipergallery.overflow .swiper-button-next,
  .services_slider.overflow .swiper-button-next,
  .blog_post_slider.overflow .swiper-button-next,
  .sliderpost_swiper.overflow .swiper-button-next {
    right: calc(((100vw - 2048px + var(--swiper-navigation-size)) / 2) * -1);
  }
  .swipergallery.overflow .swiper-button-prev,
  .services_slider.overflow .swiper-button-prev,
  .blog_post_slider.overflow .swiper-button-prev,
  .sliderpost_swiper.overflow .swiper-button-prev {
    left: calc(((100vw - 2048px + var(--swiper-navigation-size)) / 2) * -1);
  }
}
.special_slider .swiper-button-prev,
.special_slider .swiper-button-next {
  margin: 0;
}
.special_slider .swiper-button-next {
  right: 0;
}
.special_slider .swiper-button-prev {
  left: 0;
}
.special_slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  border: 2px solid transparent;
  -webkit-transition: border 0.4s ease 0s;
  -moz-transition: border 0.4s ease 0s;
  -o-transition: border 0.4s ease 0s;
  -ms-transition: border 0.4s ease 0s;
  transition: border 0.4s ease 0s;
  border-radius: var(--boxradius);
  padding: 30px;
  box-sizing: border-box;
  text-decoration: none;
}
.special_slider .swiper-slide > * {
  margin: 0;
  margin-bottom: 20px;
}
.special_slider .swiper-slide > *:last-child {
  margin-bottom: 0;
}
.special_slider .swiper-slide .slide_content {
  font-size: var(--wp--preset--font-size--medium);
}
.special_slider .swiper-slide .slide_content > * {
  margin-block-start: var(--wp--preset--spacing--gap-s);
  margin-block-end: 0;
}
.special_slider .swiper-slide .slide_content > *:first-child {
  margin-block-start: 0;
}
.special_slider .swiper-slide .slide_image_cont,
.special_slider .swiper-slide .slide_image_cont img {
  aspect-ratio: 567 / 394;
}
.special_slider .swiper-slide .slide_image_cont {
  border-radius: var(--boxradius_s);
  overflow: hidden;
}
.special_slider .swiper-slide .slide_image_cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.special_slider .swiper-slide .more_label {
  color: var(--wp--preset--color--orange);
}
.special_slider .swiper-slide:hover {
  border-color: var(--wp--preset--color--orange);
}
.special_slider .swiper-slide:hover .slide_image_cont img {
  transform: scale(var(--image_zoom));
  /* zoom level */
}
.services_slider .swiper-slide .slide_image_cont,
.services_slider .swiper-slide .slide_image_cont img {
  aspect-ratio: 331 / 536;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* remove standard-styles */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
select {
  width: 100%;
  outline: none;
  background-color: #fff;
  padding: 7px 20px;
  box-sizing: border-box;
  margin: 0;
  border: none;
  font-family: var(--wp--preset--font-family--base);
  font-size: 1em;
  border-radius: var(--boxradius_s);
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=url]::placeholder,
select::placeholder {
  opacity: 0.4;
  /* optional */
}
textarea:invalid,
input[type=text]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
input[type=date]:invalid,
input[type=url]:invalid,
select:invalid {
  border: 1px solid #e60023;
}
input[type=submit] {
  border: none;
  outline: none;
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
  border-width: 0;
  border-style: solid;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--base);
  font-size: 1.111rem;
  font-style: inherit;
  font-weight: 300;
  letter-spacing: inherit;
  line-height: 1.15;
  padding-top: 0.3em;
  padding-right: 1.5em;
  padding-bottom: 0.3em;
  padding-left: 1.5em;
  text-decoration: none;
  text-transform: inherit;
  border-radius: 9999px;
  box-shadow: none;
}
input[type=submit]:hover {
  background-color: var(--wp--preset--color--gray);
  color: var(--wp--preset--color--white);
}
img.ajax-loader {
  float: left;
  margin-top: 10px;
}
div.wpcf7-response-output {
  background-color: #9a2600;
  color: #fff;
  border: none !important;
  margin: 0 !important;
  padding: 15px 25px !important;
  /*   background-color: #b6182f;
   color: #fff;
   margin-bottom:20px;*/
  border-radius: var(--boxradius_s);
}
.wpcf7-not-valid-tip {
  color: #e60023;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 0.2em;
}
div.wpcf7-mail-sent-ok {
  background-color: #093;
}
span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  display: none;
}
select {
  width: auto;
}
.check-box,
.radio-box,
.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-acceptance {
  position: relative;
  /* hide standard inputs */
  /* add custom inputs with ::before */
}
.check-box .wpcf7-list-item-label,
.radio-box .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  margin: 0;
  margin-right: 10px;
}
.check-box input[type='checkbox']:checked,
.radio-box input[type='checkbox']:checked,
.wpcf7-checkbox input[type='checkbox']:checked,
.wpcf7-radio input[type='checkbox']:checked,
.wpcf7-acceptance input[type='checkbox']:checked,
.check-box input[type='checkbox']:not(:checked),
.radio-box input[type='checkbox']:not(:checked),
.wpcf7-checkbox input[type='checkbox']:not(:checked),
.wpcf7-radio input[type='checkbox']:not(:checked),
.wpcf7-acceptance input[type='checkbox']:not(:checked),
.check-box input[type='radio']:checked,
.radio-box input[type='radio']:checked,
.wpcf7-checkbox input[type='radio']:checked,
.wpcf7-radio input[type='radio']:checked,
.wpcf7-acceptance input[type='radio']:checked,
.check-box input[type='radio']:not(:checked),
.radio-box input[type='radio']:not(:checked),
.wpcf7-checkbox input[type='radio']:not(:checked),
.wpcf7-radio input[type='radio']:not(:checked),
.wpcf7-acceptance input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: -1;
  position: absolute;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-radio input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label,
.check-box input[type='radio'] + .wpcf7-list-item-label,
.radio-box input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-radio input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type='radio'] + .wpcf7-list-item-label {
  cursor: pointer;
  padding-right: 25px;
  display: flex;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label::before,
.check-box input[type='radio'] + .wpcf7-list-item-label::before,
.radio-box input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio'] + .wpcf7-list-item-label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 1;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
  text-align: center;
}
.check-box input[type='radio'] + .wpcf7-list-item-label::before,
.radio-box input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio'] + .wpcf7-list-item-label::before {
  border-radius: 999em;
}
.check-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.check-box input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.check-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio']:checked + .wpcf7-list-item-label::before,
.check-box input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio']:not(:checked) + .wpcf7-list-item-label::before {
  content: '';
  display: inline;
  float: left;
  width: 28px;
  height: 28px;
  position: relative;
  top: -1px;
  background: #fff;
  margin-right: 0.6em;
  border: none;
  box-sizing: border-box;
  border: 1px solid #808080;
  flex-shrink: 0;
}
.check-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.radio-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='6' fill='%23000'/%3E%3C/svg%3E");
}
.check-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.form_row {
  margin-bottom: 20px;
}
.wpcf7-form div {
  margin-bottom: 20px;
}
.form_flex {
  gap: 20px;
  display: flex;
}
.message {
  padding: 10px;
  background-color: #b6182f;
  color: #fff;
  margin-bottom: 20px;
}
.success {
  background-color: #729f32;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#content {
  flex: 1;
  overflow: hidden;
}
strong {
  font-weight: 600;
}
:target {
  scroll-margin-top: 120px;
}
.langswitch {
  display: flex;
  gap: 0.25em;
}
.langswitch a {
  text-decoration: none;
}
.langswitch a:hover,
.langswitch .active {
  color: var(--wp--preset--color--orange);
}
/*# sourceMappingURL=style.css.map */