@charset "UTF-8";
/*
  Theme Name: wildmoser
  Theme URI: http://www.7twenty.com
  Version: 1.0.0
  Template: Divi
  Author: Martin Trixner
  Author URI: https://www.trixner.com
  Text Domain: wildmoser
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Light.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Light.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-LightItalic.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-LightItalic.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Regular.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Regular.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Italic.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Italic.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-SemiBold.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-SemiBold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-SemiBoldItalic.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-SemiBoldItalic.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Bold.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-BoldItalic.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Black.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-Black.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 900;
  src: local("Noto Sans"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-BlackItalic.woff2) format("woff2"), url(/wp-content/themes/wildmoser/fonts/Noto_Sans/NotoSans-BlackItalic.woff2) format("woff2");
  font-display: swap;
}
/****************************************************


    B A S I C S


 */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 100%;
}

#page-container {
  /********************************************
      CONTENT-ELEMENTE
   */
  /********************************************
      ABSTÄNDE
   */
}
#page-container .et_pb_row {
  width: 100%;
}
@media (max-width: 767px) {
  #page-container .et_pb_row {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1930px) {
  #page-container .et_pb_row {
    width: 90%;
  }
}
#page-container p, #page-container a, #page-container pre, #page-container td, #page-container th, #page-container ol li, #page-container ul li {
  font-family: "Noto Sans", sans-serif;
  color: #181715;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7rem;
}
#page-container p:empty, #page-container a:empty, #page-container pre:empty, #page-container td:empty, #page-container th:empty, #page-container ol li:empty, #page-container ul li:empty {
  display: none;
}
#page-container h1, #page-container h2, #page-container h3, #page-container h4, #page-container h5, #page-container h6 {
  font-family: "Noto Sans", sans-serif;
  color: #181715;
  text-transform: none !important;
}
#page-container h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 4rem !important;
  line-height: 4rem !important;
  margin-bottom: 3rem;
}
@media (max-width: 989px) {
  #page-container h1 {
    font-size: 2.25rem !important;
    line-height: 2.25rem !important;
  }
}
@media (max-width: 767px) {
  #page-container h1 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}
#page-container h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.813rem !important;
  line-height: 2.813rem !important;
  margin-bottom: 2rem;
}
@media (max-width: 989px) {
  #page-container h2 {
    font-size: 1.75rem !important;
    line-height: 1.75rem !important;
  }
}
@media (max-width: 767px) {
  #page-container h2 {
    font-size: 1.375rem !important;
    line-height: 1.375rem !important;
  }
}
#page-container h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.875rem !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 989px) {
  #page-container h3 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  #page-container h3 {
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
    margin-bottom: 0 !important;
  }
}
#page-container h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem !important;
  line-height: 1.625rem !important;
}
@media (max-width: 989px) {
  #page-container h4 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  #page-container h4 {
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
  }
}
#page-container h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem !important;
  line-height: 1.375rem !important;
}
@media (max-width: 989px) {
  #page-container h5 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  #page-container h5 {
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
  }
}
#page-container h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem !important;
  line-height: 1.25rem !important;
}
#page-container .et_pb_button {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  padding: 0.875rem 3.625rem !important;
  background-color: #A80C41;
  border: 1px solid #A80C41 !important;
  border-radius: 100px !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  display: inline-block;
}
#page-container .et_pb_button:hover {
  background-color: white !important;
  color: #A80C41 !important;
}
@media (max-width: 989px) {
  #page-container .et_pb_button {
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  #page-container .et_pb_button {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}
#page-container .abstand-oben-xl {
  padding-top: 21.4vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-oben-xl {
    padding-top: 400px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-oben-xl {
    padding-top: 27vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-oben-xl {
    padding-top: 35vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-oben-xl {
    padding-top: 40vw !important;
  }
}
#page-container .abstand-unten-xl {
  padding-bottom: 21.4vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-unten-xl {
    padding-bottom: 400px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-unten-xl {
    padding-bottom: 27vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-unten-xl {
    padding-bottom: 35vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-unten-xl {
    padding-bottom: 40vw !important;
  }
}
#page-container .abstand-oben-lg {
  padding-top: 15.8vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-oben-lg {
    padding-top: 250px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-oben-lg {
    padding-top: 20vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-oben-lg {
    padding-top: 27vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-oben-lg {
    padding-top: 35vw !important;
  }
}
#page-container .abstand-unten-lg {
  padding-bottom: 15.8vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-unten-lg {
    padding-bottom: 250px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-unten-lg {
    padding-bottom: 20vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-unten-lg {
    padding-bottom: 27vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-unten-lg {
    padding-bottom: 35vw !important;
  }
}
#page-container .abstand-oben-md {
  padding-top: 9.2vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-oben-md {
    padding-top: 175px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-oben-md {
    padding-top: 12vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-oben-md {
    padding-top: 17vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-oben-md {
    padding-top: 20vw !important;
  }
}
#page-container .abstand-unten-md {
  padding-bottom: 9.2vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-unten-md {
    padding-bottom: 175px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-unten-md {
    padding-bottom: 12vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-unten-md {
    padding-bottom: 17vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-unten-md {
    padding-bottom: 20vw !important;
  }
}
#page-container .abstand-oben-sm {
  padding-top: 5.5vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-oben-sm {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-oben-sm {
    padding-top: 11vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-oben-sm {
    padding-top: 19vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-oben-sm {
    padding-top: 20vw !important;
  }
}
#page-container .abstand-unten-sm {
  padding-bottom: 5.5vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-unten-sm {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-unten-sm {
    padding-bottom: 11vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-unten-sm {
    padding-bottom: 19vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-unten-sm {
    padding-bottom: 20vw !important;
  }
}
#page-container .abstand-oben-xs {
  padding-top: 2.5vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-oben-xs {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-oben-xs {
    padding-top: 5vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-oben-xs {
    padding-top: 9vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-oben-xs {
    padding-top: 15vw !important;
  }
}
#page-container .abstand-unten-xs {
  padding-bottom: 2.5vw !important;
}
@media only screen and (min-width: 1920px) {
  #page-container .abstand-unten-xs {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 1399px) {
  #page-container .abstand-unten-xs {
    padding-bottom: 5vw !important;
  }
}
@media only screen and (max-width: 989px) {
  #page-container .abstand-unten-xs {
    padding-bottom: 9vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-container .abstand-unten-xs {
    padding-bottom: 15vw !important;
  }
}

/****************************************************


    H E A D E R


 */
/* =========================
   HEADER
   ========================= */
body:not(.home) #main-content {
  padding-top: 150px;
}
@media (max-width: 980px) {
  body:not(.home) #main-content {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  body:not(.home) #main-content {
    padding-top: 0;
  }
}

@media (min-width: 767px) {
  header {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}
header .ds-header {
  background-color: #A5CAD5 !important;
  display: flex;
  transition: background-color 0.25s ease;
  padding: 0 !important;
}
header .ds-header > div.et_pb_row {
  width: 100% !important;
  padding: 45px 0 !important;
  transition: padding 0.25s ease, min-height 0.25s ease;
  align-items: center;
  display: flex !important;
}
header .ds-header > div.et_pb_row .et_pb_module {
  margin: 0 !important;
}
@media (max-width: 1930px) {
  header .ds-header > div.et_pb_row {
    width: 90% !important;
  }
}
header .ds-header #header-logo .et_pb_image img {
  height: 56px; /* entspricht deinem SVG */
  width: auto;
  transition: height 0.25s ease, transform 0.25s ease;
}
header .ds-header #header-navigation {
  justify-content: flex-end !important;
  border: 0 !important;
}
header .ds-header #header-navigation .ds-language, header .ds-header #header-navigation .ds-burger {
  transition: transform 0.25s ease;
}
header .ds-header #header-navigation .ds-language {
  margin-right: 5vw !important;
}
header .ds-header.is-shrink {
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}
header .ds-header.is-shrink > div.et_pb_row {
  padding: 10px 0 !important;
}
header .ds-header.is-shrink #header-logo .et_pb_image img {
  height: 30px;
}
header .ds-header.is-shrink #header-naviogation .ds-language, header .ds-header.is-shrink #header-naviogation .ds-burger {
  transform: scale(0.95);
}
@media (max-width: 980px) {
  header .ds-header {
    /*&.is-shrink {
        > div {
            padding: 10px 0;
        }
        #header-logo {
            .et_pb_image img {
                height: 30px;
            }
        }
        #header-naviogation {
            .ds-language, .ds-burger {
            }
        }
    }*/
  }
  header .ds-header > div.et_pb_row {
    padding: 20px 0 !important;
  }
  header .ds-header > div.et_pb_row > .et_pb_column:last-child {
    width: 200px !important;
  }
  header .ds-header > div.et_pb_row * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  header .ds-header #header-logo .et_pb_image img {
    height: 36px;
  }
  header .ds-header #header-naviogation .ds-language, header .ds-header #header-naviogation .ds-burger {
    transform: scale(0.95);
  }
}
@media (max-width: 767px) {
  header .ds-header > div.et_pb_row > .et_pb_column:last-child {
    width: 20vw !important;
    min-width: 130px;
  }
}
header .ds-burger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  user-select: none;
  /*&.is-open {
      span {
          background: $cBgAlt;

          &::before {
              top: 0;
              transform: rotate(-90deg);
          }
          &::after {
              transform: rotate(45deg);
          }
      }
  }*/
}
header .ds-burger span, header .ds-burger span::before, header .ds-burger span::after {
  content: "";
  display: block;
  width: 52px;
  height: 6px;
  background: #A80C41;
  transition: transform 0.3s ease, background 0.2s ease, top 0.2s ease;
  position: relative;
}
header .ds-burger span::before {
  position: absolute;
  top: -14px;
  left: 0;
}
header .ds-burger span::after {
  position: absolute;
  top: 14px;
  left: 0;
}
header .ds-burger:hover span::before {
  top: -12px;
}
header .ds-burger:hover span::after {
  top: 12px;
}
@media (max-width: 767px) {
  header .ds-burger {
    width: 30px;
  }
  header .ds-burger span, header .ds-burger span::before, header .ds-burger span::after {
    width: 30px;
    height: 4px;
  }
  header .ds-burger span::before {
    top: -10px;
  }
  header .ds-burger span::after {
    top: 10px;
  }
  header .ds-burger:hover span::before {
    top: -8px;
  }
  header .ds-burger:hover span::after {
    top: 8px;
  }
}

/* =========================
   LANGUAGE SWITCHER
   ========================= */
header .trp-shortcode-switcher__wrapper > .trp-language-switcher {
  display: flex;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher:first-child {
  display: none !important;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher * {
  font-weight: 400;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher.trp-shortcode-overlay {
  position: relative;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper {
  border-right: 1px solid #A80C41;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper .trp-language-item * {
  font-weight: 600;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper > svg {
  display: none;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-switcher-dropdown-list {
  padding-left: 10px;
  max-height: none;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper .trp-language-item, header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-switcher-dropdown-list .trp-language-item {
  padding: 0 !important;
}
header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper .trp-language-item *, header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-switcher-dropdown-list .trp-language-item * {
  color: #A80C41 !important;
  font-size: 1.75rem;
  line-height: 1.875rem;
}
@media (max-width: 767px) {
  header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper .trp-language-item *, header .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-switcher-dropdown-list .trp-language-item * {
    color: #A80C41 !important;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

/* =========================
   OFF-CANVAS MENU
   ========================= */
header {
  /*.ds-divi-menu {
      ul.et-menu, ul.et_mobile_menu {
          list-style: none !important;
          padding: 0 !important;
          margin: 0 !important;
          width: 100%;

          > li {
              display: block;
              border-bottom: 1px solid rgba(255, 255, 255, 0.08);
          }
      }

      a {
          color: #fff !important;
          display: block;
          padding: 14px 6px !important;
          font-size: 18px;
          line-height: 1.3em;

          &:hover, .current-menu-item > a {
              opacity: 0.8;
          }
      }

      .sub-menu {
          position: static !important;
          opacity: 1 !important;
          visibility: visible !important;
          background: transparent !important;
          width: 100% !important;
          padding-left: 10px !important;

          a {
              font-size: 16px;
              padding: 10px 6px !important;
              opacity: 0.9;
          }
      }
  }*/
  /* Optional: Panel Vollbreite auf sehr kleinen Screens */
}
header .ds-offcanvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(600px, 92vw);
  background: #A80C41;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
header .ds-offcanvas-menu.is-open {
  transform: translateX(0);
}
header .ds-offcanvas-inner {
  position: relative;
  padding: 60px 60px 60px 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
header .ds-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
  z-index: 999998;
}
header .ds-menu-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
header body.ds-menu-open {
  overflow: hidden;
  touch-action: none;
}
header .ds-close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.32s ease;
  z-index: 99999;
  font-weight: 300;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0;
}
header .ds-close * {
  transition: all 0.32s ease;
}
header .ds-close svg {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
header .ds-close:hover {
  background: white;
}
header .ds-close:hover svg path {
  fill: #A80C41;
}
header #off-canvas-menu-section {
  height: 0 !important;
  padding: 0 !important;
  max-height: 0 !important;
  overflow: hidden;
}
header #off-canvas-menu-section > * {
  padding: 0;
}
header #off-canvas-menu-section .trp-shortcode-switcher__wrapper {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}
header #off-canvas-menu-section .trp-shortcode-switcher__wrapper > .trp-language-switcher {
  justify-content: flex-end;
  margin-right: 60px;
}
header #off-canvas-menu-section .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper {
  border-right: 1px solid #fff;
}
header #off-canvas-menu-section .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-current-language-item__wrapper .trp-language-item *, header #off-canvas-menu-section .trp-shortcode-switcher__wrapper > .trp-language-switcher .trp-switcher-dropdown-list .trp-language-item * {
  color: #fff !important;
}
header .et_pb_menu {
  background: transparent !important;
  display: block !important;
}
header .et_pb_menu .et_pb_menu__wrap {
  justify-content: left !important;
}
header .et_pb_menu .et_pb_menu__menu {
  display: block !important;
}
header .et_pb_menu .et-menu-nav ul {
  flex-direction: column;
  max-width: 450px;
}
header .et_pb_menu .et-menu-nav ul li a {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 3.125rem !important;
  line-height: 4rem !important;
  hyphens: auto;
  white-space: wrap;
  margin-bottom: 2rem;
}
header .et_pb_menu .et-menu-nav ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 480px) {
  header .ds-offcanvas-menu {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  header .ds-offcanvas-inner {
    padding: 30px;
  }
  header .ds-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
  header .ds-close svg {
    width: 26px;
    height: 26px;
  }
  header #off-canvas-menu-section .trp-shortcode-switcher__wrapper {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  header #off-canvas-menu-section .trp-shortcode-switcher__wrapper > .trp-language-switcher {
    justify-content: flex-end;
    margin-right: 40px;
    padding: 5px 0;
  }
  header .et_pb_menu .et-menu-nav ul li a {
    font-size: 2.5rem !important;
    line-height: 2.75rem !important;
    margin-bottom: 1.5rem;
  }
}

/********************************************************


    CONTENT (MAIN)


 */
/* =========================
   HERO
   ========================= */
#hero {
  padding-top: 150px;
  padding-bottom: 0 !important;
  height: 100vh;
  background-color: #A5CAD5;
  background-image: url(/wp-content/themes/wildmoser/assets/hero-bg-img.svg);
  background-position-x: calc(50% - 280px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  #hero {
    padding-top: 92px;
  }
}
@media (max-width: 766px) {
  #hero {
    padding-top: 0;
    height: calc(100vh - 92px);
    background-position-x: 50%;
    background-position-y: calc(50% - 100px);
  }
}
#hero > div {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 125px 0;
}
#hero > div * {
  text-align: right;
}
#hero > div p {
  color: #181715;
  font-size: 1.75rem !important;
  line-height: 150% !important;
  font-weight: 400;
}
#hero > div p strong, #hero > div p b {
  color: #A80C41;
  font-size: 3rem !important;
  line-height: 120% !important;
  font-weight: 900;
}
@media (max-width: 989px) {
  #hero > div p {
    font-size: 1.5rem !important;
    line-height: 150% !important;
  }
  #hero > div p strong, #hero > div p b {
    font-size: 2rem !important;
    line-height: 120% !important;
  }
}
@media (max-width: 767px) {
  #hero > div p {
    font-size: 1.25rem !important;
    line-height: 150% !important;
  }
  #hero > div p strong, #hero > div p b {
    font-size: 1.5rem !important;
    line-height: 120% !important;
  }
}

#subpage-hero {
  max-height: 680px;
}
#subpage-hero > div {
  max-height: 680px;
  width: 100%;
  overflow: hidden;
}
#subpage-hero > div * {
  height: 100%;
}
#subpage-hero img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* =========================
   BASIS-ELEMENTE
   ========================= */
.abschnitt-header {
  max-width: 1080px !important;
  margin: 0 auto;
}
.abschnitt-header .et_pb_text_inner p b, .abschnitt-header .et_pb_text_inner p strong {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.325em;
  padding: 0.5rem 5rem;
  color: #fff;
  z-index: 0;
  margin-bottom: 1.5rem;
  text-transform: uppercase !important;
  hyphens: auto;
}
.abschnitt-header .et_pb_text_inner p b::before, .abschnitt-header .et_pb_text_inner p strong::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #A80C41;
  z-index: -1;
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
@media (max-width: 989px) {
  .abschnitt-header .et_pb_text_inner p b, .abschnitt-header .et_pb_text_inner p strong {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .abschnitt-header .et_pb_text_inner p b, .abschnitt-header .et_pb_text_inner p strong {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.5rem 2rem;
  }
}

.top-teaser {
  max-width: 1300px !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .top-teaser {
    gap: 50px;
  }
}
.top-teaser:after, .top-teaser:before {
  display: none !important;
}
.top-teaser > div {
  max-width: 590px;
  margin: 0 !important;
}
.top-teaser .et_pb_image_wrap {
  padding: 0 !important;
  margin: 0 !important;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.top-teaser .et_pb_image_wrap > picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.top-teaser .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-teaser p a {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  padding: 0.875rem 3.625rem !important;
  background-color: white;
  border: 1px solid #A80C41;
  border-radius: 100px;
  color: #A80C41 !important;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  display: inline-block;
}
.top-teaser p a:hover {
  background-color: #A80C41;
  color: #fff !important;
}
@media (max-width: 989px) {
  .top-teaser p a {
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  .top-teaser p a {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}
@media (max-width: 767px) {
  .top-teaser {
    display: flex;
    flex-direction: column;
  }
  .top-teaser > div {
    max-width: 100%;
    margin-bottom: 5rem !important;
  }
  .top-teaser > div:last-child {
    margin-bottom: 2rem !important;
  }
  .top-teaser > div .et_pb_text_inner {
    text-align: center !important;
  }
  .top-teaser.reverse-teaser {
    flex-direction: column-reverse;
  }
  .top-teaser.reverse-teaser > div {
    margin-bottom: 5rem !important;
  }
}

.spezial-liste {
  max-width: 1080px !important;
  margin: 0 auto;
}
.spezial-liste ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 6rem;
}
.spezial-liste ul li {
  position: relative;
  border-bottom: 1px solid #181715;
  font-weight: 700 !important;
  font-size: 1.75rem !important;
  line-height: 1.875rem !important;
}
.spezial-liste ul li:nth-child(2n+1) {
  text-align: right;
  padding: 1.5rem 2.5rem 1.5rem 0;
}
.spezial-liste ul li:nth-child(2n) {
  text-align: left;
  padding: 1.5rem 0 1.5rem 2.5rem;
}
.spezial-liste ul li:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 50px;
  left: -3rem;
  width: 12px;
  background: #A80C41;
  transform: translateY(-50%) skewX(-20deg);
  transform-origin: center;
}
@media (max-width: 989px) {
  .spezial-liste ul li {
    font-size: 1.5rem !important;
    line-height: 1.675rem !important;
  }
  .spezial-liste ul li:nth-child(2n+1) {
    padding: 1rem 2rem 1rem 0;
  }
  .spezial-liste ul li:nth-child(2n) {
    padding: 1rem 0 1rem 2rem;
  }
  .spezial-liste ul li:nth-child(2n)::before {
    height: 40px;
    left: -2rem;
    width: 10px;
  }
}
@media (max-width: 767px) {
  .spezial-liste ul {
    display: inline-block;
  }
  .spezial-liste ul li {
    position: relative;
    border-bottom: 1px solid #181715;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    line-height: 1.35rem !important;
    text-align: left !important;
    padding: 1rem 0 1rem 1.5rem !important;
  }
  .spezial-liste ul li::before {
    content: "";
    position: absolute;
    top: 1rem !important;
    height: 24px !important;
    left: 0 !important;
    width: 8px;
    background: #A80C41;
    transform: skewX(-20deg) !important;
    transform-origin: center;
  }
  .spezial-liste ul li:last-child {
    border-bottom: none;
  }
}

#main-content .et_pb_text:not(.spezial-liste) ul {
  padding-bottom: 0 !important;
  list-style: none !important;
}
#main-content .et_pb_text:not(.spezial-liste) ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
#main-content .et_pb_text:not(.spezial-liste) ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  height: 22px;
  left: 0;
  width: 6px;
  background: #A80C41;
  transform: translateY(-50%) skewX(-20deg);
  transform-origin: center;
}
#main-content .et_pb_text:not(.spezial-liste) ul li:last-child {
  margin-bottom: 0;
}

.et_pb_accordion .et_pb_accordion_item {
  background-color: #F3F3F3;
  padding: 60px 80px;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 989px) {
  .et_pb_accordion .et_pb_accordion_item {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .et_pb_accordion .et_pb_accordion_item {
    padding: 40px 20px;
  }
}
.et_pb_accordion .et_pb_accordion_item h3 {
  padding: 0 0 0 65px !important;
  hyphens: auto;
}
@media (max-width: 989px) {
  .et_pb_accordion .et_pb_accordion_item h3 {
    padding: 0 0 0 50px !important;
  }
}
@media (max-width: 767px) {
  .et_pb_accordion .et_pb_accordion_item h3 {
    padding: 0 0 0 40px !important;
  }
}
.et_pb_accordion .et_pb_accordion_item h3:before {
  left: 0;
  right: auto;
  font-size: 40px;
  color: #181715;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><!--!Font Awesome Pro v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--><path d='M461.5 320L438.9 342.6L278.9 502.6L256.3 525.3L211 480L233.6 457.4L371 320L233.6 182.6L211 160L256.3 114.7L278.9 137.4L438.9 297.4L461.5 320z'/></svg>") !important;
  width: 30px;
  height: 43px;
}
.et_pb_accordion .et_pb_accordion_item ul {
  padding-bottom: 40px !important;
  list-style: none !important;
}
.et_pb_accordion .et_pb_accordion_item ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.et_pb_accordion .et_pb_accordion_item ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  height: 22px;
  left: 0;
  width: 6px;
  background: #A80C41;
  transform: translateY(-50%) skewX(-20deg);
  transform-origin: center;
}
.et_pb_accordion .et_pb_accordion_item ul li:last-child {
  margin-bottom: 0;
}
.et_pb_accordion .et_pb_accordion_item a {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  padding: 0.875rem 3.625rem !important;
  background-color: #F3F3F3;
  border: 1px solid #A80C41 !important;
  border-radius: 100px !important;
  color: #A80C41 !important;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  display: inline-block;
  cursor: pointer;
}
.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open, .et_pb_accordion .et_pb_accordion_item.is-opening, .et_pb_accordion .et_pb_accordion_item:focus, .et_pb_accordion .et_pb_accordion_item:active, .et_pb_accordion .et_pb_accordion_item:hover {
  background-color: #A80C41 !important;
  color: #fff !important;
}
.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open *, .et_pb_accordion .et_pb_accordion_item.is-opening *, .et_pb_accordion .et_pb_accordion_item:focus *, .et_pb_accordion .et_pb_accordion_item:active *, .et_pb_accordion .et_pb_accordion_item:hover * {
  color: #fff !important;
}
.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open h3:before, .et_pb_accordion .et_pb_accordion_item.is-opening h3:before, .et_pb_accordion .et_pb_accordion_item:focus h3:before, .et_pb_accordion .et_pb_accordion_item:active h3:before, .et_pb_accordion .et_pb_accordion_item:hover h3:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><!--!Font Awesome Pro v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--><path fill='%23ffffff' d='M320.3 461.3L502.9 278.7L525.5 256.1L480.2 210.8L457.6 233.4L320.2 370.8L182.8 233.4L160.2 210.8L114.9 256.1L137.5 278.7L297.5 438.7L320.1 461.3z'/></svg>") !important;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  width: 30px;
  height: 43px;
  display: inline-block !important;
}
.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open ul li::before, .et_pb_accordion .et_pb_accordion_item.is-opening ul li::before, .et_pb_accordion .et_pb_accordion_item:focus ul li::before, .et_pb_accordion .et_pb_accordion_item:active ul li::before, .et_pb_accordion .et_pb_accordion_item:hover ul li::before {
  content: "";
  background: white;
}
.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open a, .et_pb_accordion .et_pb_accordion_item.is-opening a, .et_pb_accordion .et_pb_accordion_item:focus a, .et_pb_accordion .et_pb_accordion_item:active a, .et_pb_accordion .et_pb_accordion_item:hover a {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  padding: 0.875rem 3.625rem !important;
  background-color: #A80C41;
  border: 1px solid white !important;
  border-radius: 100px !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  display: inline-block;
}
.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open a:hover, .et_pb_accordion .et_pb_accordion_item.is-opening a:hover, .et_pb_accordion .et_pb_accordion_item:focus a:hover, .et_pb_accordion .et_pb_accordion_item:active a:hover, .et_pb_accordion .et_pb_accordion_item:hover a:hover {
  background-color: white !important;
  color: #A80C41 !important;
}
@media (max-width: 989px) {
  .et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open a, .et_pb_accordion .et_pb_accordion_item.is-opening a, .et_pb_accordion .et_pb_accordion_item:focus a, .et_pb_accordion .et_pb_accordion_item:active a, .et_pb_accordion .et_pb_accordion_item:hover a {
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  .et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open a, .et_pb_accordion .et_pb_accordion_item.is-opening a, .et_pb_accordion .et_pb_accordion_item:focus a, .et_pb_accordion .et_pb_accordion_item:active a, .et_pb_accordion .et_pb_accordion_item:hover a {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}

.et_pb_toggle {
  background-color: #F3F3F3;
  padding: 60px 80px;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 989px) {
  .et_pb_toggle {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .et_pb_toggle {
    padding: 40px 20px;
  }
}
.et_pb_toggle h3 {
  font-style: normal;
  font-weight: 600;
  padding: 0 0 0 65px !important;
  hyphens: auto;
}
@media (max-width: 989px) {
  .et_pb_toggle h3 {
    padding: 0 0 0 50px !important;
  }
}
@media (max-width: 767px) {
  .et_pb_toggle h3 {
    padding: 0 0 0 40px !important;
  }
}
.et_pb_toggle h3:before {
  left: 0 !important;
  right: auto;
  font-size: 40px;
  color: #181715;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><!--!Font Awesome Pro v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--><path d='M461.5 320L438.9 342.6L278.9 502.6L256.3 525.3L211 480L233.6 457.4L371 320L233.6 182.6L211 160L256.3 114.7L278.9 137.4L438.9 297.4L461.5 320z'/></svg>") !important;
  width: 30px;
  height: 43px;
}
.et_pb_toggle .et_pb_toggle_content {
  padding-top: 50px;
}
.et_pb_toggle ul {
  padding-bottom: 40px !important;
  list-style: none !important;
}
.et_pb_toggle ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.et_pb_toggle ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  height: 22px;
  left: 0;
  width: 6px;
  background: #A80C41;
  transform: translateY(-50%) skewX(-20deg);
  transform-origin: center;
}
.et_pb_toggle ul li:last-child {
  margin-bottom: 0;
}
.et_pb_toggle a {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  padding: 0.875rem 3.625rem !important;
  background-color: #F3F3F3;
  border: 1px solid #A80C41 !important;
  border-radius: 100px !important;
  color: #A80C41 !important;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  display: inline-block;
  cursor: pointer;
}
.et_pb_toggle.et_pb_toggle_open, .et_pb_toggle.is-opening, .et_pb_toggle:focus, .et_pb_toggle:active, .et_pb_toggle:hover {
  background-color: #A80C41 !important;
  color: #fff !important;
}
.et_pb_toggle.et_pb_toggle_open *, .et_pb_toggle.is-opening *, .et_pb_toggle:focus *, .et_pb_toggle:active *, .et_pb_toggle:hover * {
  color: #fff !important;
}
.et_pb_toggle.et_pb_toggle_open h3:before, .et_pb_toggle.is-opening h3:before, .et_pb_toggle:focus h3:before, .et_pb_toggle:active h3:before, .et_pb_toggle:hover h3:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><!--!Font Awesome Pro v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--><path fill='%23ffffff' d='M320.3 461.3L502.9 278.7L525.5 256.1L480.2 210.8L457.6 233.4L320.2 370.8L182.8 233.4L160.2 210.8L114.9 256.1L137.5 278.7L297.5 438.7L320.1 461.3z'/></svg>") !important;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  width: 30px;
  height: 43px;
  display: inline-block !important;
  left: 0;
}
.et_pb_toggle.et_pb_toggle_open ul li::before, .et_pb_toggle.is-opening ul li::before, .et_pb_toggle:focus ul li::before, .et_pb_toggle:active ul li::before, .et_pb_toggle:hover ul li::before {
  content: "";
  background: white;
}
.et_pb_toggle.et_pb_toggle_open a, .et_pb_toggle.is-opening a, .et_pb_toggle:focus a, .et_pb_toggle:active a, .et_pb_toggle:hover a {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  padding: 0.875rem 3.625rem !important;
  background-color: #A80C41;
  border: 1px solid white !important;
  border-radius: 100px !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  display: inline-block;
}
.et_pb_toggle.et_pb_toggle_open a:hover, .et_pb_toggle.is-opening a:hover, .et_pb_toggle:focus a:hover, .et_pb_toggle:active a:hover, .et_pb_toggle:hover a:hover {
  background-color: white !important;
  color: #A80C41 !important;
}
@media (max-width: 989px) {
  .et_pb_toggle.et_pb_toggle_open a, .et_pb_toggle.is-opening a, .et_pb_toggle:focus a, .et_pb_toggle:active a, .et_pb_toggle:hover a {
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  .et_pb_toggle.et_pb_toggle_open a, .et_pb_toggle.is-opening a, .et_pb_toggle:focus a, .et_pb_toggle:active a, .et_pb_toggle:hover a {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}

/* =========================
   BERATUNGSSCHWERPUNKTE
   ========================= */
.wm-focus-list {
  max-width: 1300px !important;
  margin: 0 auto;
  gap: 2rem !important;
}
.wm-focus-list article {
  aspect-ratio: 3/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none !important;
  border-radius: 0 !important;
}
.wm-focus-list article button {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.75rem !important;
  line-height: 1.875rem !important;
  padding: 2rem;
  /*hyphens: auto;
  white-space: wrap;*/
  background-color: #F3F3F3;
  color: #181715 !important;
  transition: all 0.3s ease-in-out;
}
.wm-focus-list article button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297 90'><path d='M302.25,95.11H5.56L302.25,5.67v89.44Z' fill='%23a80c41' stroke='%23fff' stroke-width='9'/><path d='M245.89,45.45h-12.75v30.5h31v-12' fill='none' stroke='%23f3f3f3' stroke-width='4.3'/><path id='pfeil' d='M248.89,60.7l15.25-15.25M266.25,45.45h-13.61M264.14,43.36v13.59' fill='none' stroke='%23f3f3f3' stroke-width='4.3'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.wm-focus-list article button:hover {
  text-decoration: none !important;
  background-color: #A80C41;
  color: #fff !important;
}
.wm-focus-list article button:hover:after {
  background-image: url("data:image/svg+xml;utf8,<svg id='button-footer' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297 90'><path id='hintergrund' d='M302.25,95.11H5.56L302.25,5.67v89.44Z' fill='%23f3f3f3' stroke='%23fff' stroke-width='9'/><path id='rahmen' d='M245.89,45.45h-12.75v30.5h31v-12' fill='none' stroke='%23A80C41' stroke-width='4.3'/><path id='pfeil' d='M248.89,60.7l15.25-15.25M266.25,45.45h-13.61M264.14,43.36v13.59' fill='none' stroke='%23A80C41' stroke-width='4.3'/></svg>");
}
@media (max-width: 989px) {
  .wm-focus-list article button {
    font-size: 1.5rem !important;
    line-height: 1.6rem !important;
    padding: 1.75rem;
  }
}
@media (max-width: 767px) {
  .wm-focus-list article button {
    font-size: 1.25rem !important;
    line-height: 1.3rem !important;
    padding: 1.5rem;
  }
}
.wm-focus-list article.wm-focus-card--active button {
  text-decoration: none !important;
  background-color: #A80C41;
  color: #fff !important;
}
.wm-focus-list article.wm-focus-card--active button:after {
  background-image: url("data:image/svg+xml;utf8,<svg id='button-footer' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297 90'><path id='hintergrund' d='M302.25,95.11H5.56L302.25,5.67v89.44Z' fill='%23f3f3f3' stroke='%23fff' stroke-width='9'/><path id='rahmen' d='M245.89,45.45h-12.75v30.5h31v-12' fill='none' stroke='%23A80C41' stroke-width='4.3'/><path id='pfeil' d='M248.89,60.7l15.25-15.25M266.25,45.45h-13.61M264.14,43.36v13.59' fill='none' stroke='%23A80C41' stroke-width='4.3'/></svg>");
}
.wm-focus-list article.wm-focus-card--primary button {
  text-decoration: none !important;
  background-color: #A80C41;
  color: #fff !important;
}
.wm-focus-list article.wm-focus-card--primary button:after {
  background-image: url("data:image/svg+xml;utf8,<svg id='button-footer' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297 90'><path id='hintergrund' d='M302.25,95.11H5.56L302.25,5.67v89.44Z' fill='%23f3f3f3' stroke='%23fff' stroke-width='9'/><path id='rahmen' d='M245.89,45.45h-12.75v30.5h31v-12' fill='none' stroke='%23A80C41' stroke-width='4.3'/><path id='pfeil' d='M248.89,60.7l15.25-15.25M266.25,45.45h-13.61M264.14,43.36v13.59' fill='none' stroke='%23A80C41' stroke-width='4.3'/></svg>");
}
.wm-focus-list article.wm-focus-card--primary button:hover {
  text-decoration: none !important;
  background-color: #F3F3F3;
  color: #181715 !important;
}
.wm-focus-list article.wm-focus-card--primary button:hover:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297 90'><path d='M302.25,95.11H5.56L302.25,5.67v89.44Z' fill='%23a80c41' stroke='%23fff' stroke-width='9'/><path d='M245.89,45.45h-12.75v30.5h31v-12' fill='none' stroke='%23f3f3f3' stroke-width='4.3'/><path id='pfeil' d='M248.89,60.7l15.25-15.25M266.25,45.45h-13.61M264.14,43.36v13.59' fill='none' stroke='%23f3f3f3' stroke-width='4.3'/></svg>");
}
.wm-focus-list article.wm-focus-card--primary.wm-focus-card--active button {
  text-decoration: none !important;
  background-color: #F3F3F3;
  color: #181715 !important;
}
.wm-focus-list article.wm-focus-card--primary.wm-focus-card--active button:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297 90'><path d='M302.25,95.11H5.56L302.25,5.67v89.44Z' fill='%23a80c41' stroke='%23fff' stroke-width='9'/><path d='M245.89,45.45h-12.75v30.5h31v-12' fill='none' stroke='%23f3f3f3' stroke-width='4.3'/><path id='pfeil' d='M248.89,60.7l15.25-15.25M266.25,45.45h-13.61M264.14,43.36v13.59' fill='none' stroke='%23f3f3f3' stroke-width='4.3'/></svg>");
}

.wm-modal__dialog {
  padding: 60px 40px 40px 40px !important;
}
.wm-modal__dialog .wm-modal__close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  border: 0;
  background: transparent;
  font-size: 3rem;
  line-height: 0;
  cursor: pointer;
  font-weight: 400;
  width: 40px;
  height: 40px;
  color: #A80C41;
}
.wm-modal__dialog h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.75rem !important;
  line-height: 1.875rem !important;
  margin-bottom: 2rem;
  color: #181715;
}
.wm-modal__dialog p {
  color: #181715;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.wm-modal__dialog .wm-modal__actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.wm-modal__dialog .wm-modal__actions button {
  font-size: 1rem !important;
  line-height: 1rem !important;
  font-weight: 300 !important;
  padding: 0.875rem 3.625rem !important;
  background-color: white;
  border: 1px solid #A80C41;
  border-radius: 100px;
  color: #A80C41 !important;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.wm-modal__dialog .wm-modal__actions button:hover {
  background-color: #A80C41;
  color: #fff !important;
}

/* =========================
   TEAM
   ========================= */
.wm-team-group {
  max-width: 1300px !important;
  margin: 0 auto;
}
.wm-team-group h2 {
  text-align: center;
}
.wm-team-group .wm-team-grid {
  gap: 85px 140px;
}
@media (max-width: 989px) {
  .wm-team-group .wm-team-grid {
    gap: 30px 60px;
  }
}
@media (max-width: 600px) {
  .wm-team-group .wm-team-grid {
    gap: 50px;
  }
}
.wm-team-group .wm-team-card {
  border: none !important;
  border-radius: 0;
}
.wm-team-group .wm-team-card > a {
  position: relative;
}
.wm-team-group .wm-team-card > a .wm-team-card__image {
  display: block;
  position: relative;
}
.wm-team-group .wm-team-card > a .wm-team-card__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 293 90'><path d='M297.33,94.74H.64L297.33,5.29v89.44Z' fill='%23a80c41' stroke='%23fff' stroke-width='9'/><path d='M255.52,60.92h-27.39v-4.38h27.39l-12.6-12.25,3.21-3.06,18,17.5-18,17.5-3.21-3.06,12.6-12.25Z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.wm-team-group .wm-team-card > a:hover .wm-team-card__image:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 293 90'><path d='M297.33,94.74H.64L297.33,5.29v89.44Z' fill='%23f3f3f3' stroke='%23fff' stroke-width='9'/><path d='M255.52,60.92h-27.39v-4.38h27.39l-12.6-12.25,3.21-3.06,18,17.5-18,17.5-3.21-3.06,12.6-12.25Z' fill='%23a80c41'/></svg>");
}
.wm-team-group .wm-team-card .wm-team-card__image {
  width: 100%;
  aspect-ratio: 1/1.4;
}
.wm-team-group .wm-team-card .wm-team-card__image * {
  height: 100%;
}
.wm-team-group .wm-team-card .wm-team-card__image img {
  object-fit: cover;
}
.wm-team-group .wm-team-card .wm-team-card__body {
  padding: 1.563rem 0 0 0;
}
.wm-team-group .wm-team-card .wm-team-card__body p {
  padding: 0;
  color: #181715 !important;
}
.wm-team-group .wm-team-card .wm-team-card__email {
  margin-top: 0.5rem;
}
.wm-team-group .wm-team-card .wm-team-card__email a svg {
  width: 30px;
  height: 30px;
}
.wm-team-group .wm-team-card .wm-team-card__email a svg path {
  fill: #A80C41;
}

.wm-team-detail {
  margin-top: 80px;
}
.wm-team-detail .wm-team-detail__header, .wm-team-detail .wm-team-detail__grid, .wm-team-detail .wm-team-detail__main {
  max-width: 1300px !important;
  margin: 0 auto;
}
@media (max-width: 1930px) {
  .wm-team-detail .wm-team-detail__header, .wm-team-detail .wm-team-detail__grid, .wm-team-detail .wm-team-detail__main {
    width: 90% !important;
  }
}
.wm-team-detail .wm-team-detail__header svg {
  width: 30px;
  height: 30px;
}
.wm-team-detail .wm-team-detail__header svg * {
  fill: #A80C41 !important;
}
@media (max-width: 767px) {
  .wm-team-detail .wm-team-detail__header .wm-team-detail__name {
    margin-bottom: 1.5rem !important;
  }
}
.wm-team-detail .wm-team-detail__header .wm-team-detail__address, .wm-team-detail .wm-team-detail__header .wm-team-detail__email, .wm-team-detail .wm-team-detail__header .wm-team-detail__phone {
  width: 100%;
  margin-top: 0.75rem;
}
.wm-team-detail .wm-team-detail__header .wm-team-detail__vcard-inline {
  margin-top: 1rem;
}
.wm-team-detail .wm-team-detail__main {
  margin-bottom: 4rem;
}
.wm-team-detail .wm-team-detail__main .et_pb_row {
  padding: 4rem 0 0 0 !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .wm-team-detail .wm-team-detail__main .et_pb_row .et_pb_column {
    padding: 4rem 0 0 0 !important;
    margin: 0 !important;
  }
  .wm-team-detail .wm-team-detail__main .et_pb_row .et_pb_column:first-child {
    padding-top: 0 !important;
  }
}
.wm-team-detail .wm-team-detail__main h3 {
  margin-bottom: 2rem !important;
}

/********************************************************


    FOOTER


 */
footer * {
  color: #fff !important;
}
footer .et_pb_heading {
  margin-bottom: 1.5rem !important;
}
footer > div > .pre-footer {
  background-color: #BF0D48 !important;
  padding: 0 !important;
  /* Desktop: Schrägen genau zwischen 1/2, 2/3 und 3/4 */
  /* Tablet: 2-zeilig, Inhalte auf 80%, Pseudo-Spalten ausblenden, gleiche Höhe */
}
footer > div > .pre-footer > .et_pb_row_4col {
  display: flex;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: relative;
  z-index: 0;
  padding: 0 !important;
}
footer > div > .pre-footer > .et_pb_row_4col::before, footer > div > .pre-footer > .et_pb_row_4col::after {
  content: "";
  flex: 1 1 auto;
  min-width: 0;
}
footer > div > .pre-footer > .et_pb_row_4col::before {
  background: #EF1A61;
}
footer > div > .pre-footer > .et_pb_row_4col::after {
  background: #BF0D48;
}
footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column {
  flex: 0 0 445px;
  max-width: 445px;
  position: relative;
  overflow: visible;
  padding: 60px 100px 60px 20px;
  box-sizing: border-box;
  color: #fff;
  margin-right: 0 !important;
  width: auto !important;
}
footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column > div {
  width: 100%;
  box-sizing: border-box;
}
footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_0_tb_footer {
  background: #EF1A61;
  padding-left: 0;
  padding-right: 80px;
}
footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_1_tb_footer {
  background: #E51057;
}
footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_2_tb_footer {
  background: #D20F50;
}
footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_3_tb_footer {
  background: #BF0D48;
  padding-right: 0;
}
@media (max-width: 1930px) {
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column {
    flex: 0 0 22.5vw;
    max-width: 22.5vw;
  }
}
@media (min-width: 1400px) {
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_1_tb_footer,
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_2_tb_footer,
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_3_tb_footer {
    position: relative;
    z-index: 2;
  }
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_1_tb_footer::before,
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_2_tb_footer::before,
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_3_tb_footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    left: -50px;
    background: inherit;
    transform: skewX(-14deg);
    transform-origin: center;
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  footer > div > .pre-footer > .et_pb_row_4col {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 !important;
  }
  footer > div > .pre-footer > .et_pb_row_4col::before, footer > div > .pre-footer > .et_pb_row_4col::after {
    display: none;
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 320px;
    margin-bottom: 0 !important;
    width: auto !important;
    margin-right: 0 !important;
  }
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_0_tb_footer, footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_2_tb_footer {
    padding: 40px 80px 40px 5vw;
  }
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_1_tb_footer, footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_3_tb_footer {
    padding: 40px 5vw 40px 20px;
  }
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_1_tb_footer,
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_3_tb_footer {
    position: relative;
  }
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_1_tb_footer::before,
  footer > div > .pre-footer > .et_pb_row_4col .et_pb_column_3_tb_footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    left: -40px;
    background: inherit;
    transform: skewX(-14deg);
    transform-origin: center;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  footer > div > .pre-footer > .et_pb_row_4col {
    display: inline-block !important;
    padding: 0 !important;
  }
  footer > div > .pre-footer > .et_pb_row_4col::before, footer > div > .pre-footer > .et_pb_row_4col::after {
    display: none;
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column .et_pb_module.et_pb_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 5vw;
    cursor: pointer;
    position: relative;
    margin-bottom: 0 !important;
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column .et_pb_module.et_pb_heading h3 {
    margin: 0 !important;
    padding: 0 !important;
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column .et_pb_module.et_pb_heading::after {
    content: "+";
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 1rem;
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column .et_pb_module.et_pb_text {
    max-height: 0;
    overflow: hidden;
    padding: 0 5vw;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column.is-open .et_pb_module.et_pb_heading::after {
    content: "−";
  }
  footer > div > .pre-footer > .et_pb_row_4col > .et_pb_column.is-open .et_pb_module.et_pb_text {
    max-height: 1000px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
footer > div > .pre-footer h3 {
  hyphens: auto;
  white-space: wrap;
}
@media (max-width: 767px) {
  footer > div > .pre-footer h3 {
    font-size: 1.25rem !important;
    line-height: 1.25rem !important;
  }
}
footer > div > .pre-footer p a {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  padding: 0.5rem 2.125rem !important;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 100px;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
footer > div > .pre-footer p a:hover {
  background-color: white;
  color: #A80C41 !important;
}
footer > div > .main-footer {
  background-color: #A80C41 !important;
}
footer > div > .main-footer > div {
  width: 90% !important;
}
@media (max-width: 1299px) {
  footer > div > .main-footer > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  footer > div > .main-footer > div > * {
    width: auto !important;
    margin-right: 0 !important;
    margin-bottom: 2rem !important;
  }
  footer > div > .main-footer > div .et_pb_column_5_tb_footer {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer > div > .main-footer > div .et_pb_column_6_tb_footer {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer > div > .main-footer > div .et_pb_column_4_tb_footer {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer > div > .main-footer > div .et_pb_column_4_tb_footer,
  footer > div > .main-footer > div .et_pb_column_5_tb_footer,
  footer > div > .main-footer > div .et_pb_column_6_tb_footer {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 2rem !important;
  }
}
footer > div > .main-footer .metamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer > div > .main-footer .metamenu ul li {
  position: relative;
  text-align: left !important;
  padding: 0 0 1rem 2.5rem !important;
}
footer > div > .main-footer .metamenu ul li::marker {
  display: none !important;
}
footer > div > .main-footer .metamenu ul li::before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  height: 1.875rem;
  width: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM14.59 5.58L8 12.17L5.41 9.59L4 11L8 15L16 7L14.59 5.58Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
footer > div > .main-footer .et_pb_social_media_follow .et_pb_social_icon a.icon {
  width: 38px !important;
  height: 38px !important;
  background-color: white !important;
}
footer > div > .main-footer .et_pb_social_media_follow .et_pb_social_icon a.icon::before {
  color: #A80C41 !important;
  width: 38px !important;
  height: 38px !important;
  font-size: 28px !important;
  line-height: 38px !important;
}

/*@import "scss/ucpage.scss";*/

/*# sourceMappingURL=style.css.map */
