@charset "UTF-8";
body * {
  scroll-margin-top: 80px;
}
body.page-template-gesundheit {
  --wp--preset--color--main: #fdd66f;
  --wp--preset--color--accent: #d5a14f;
}
body.page-template-vitalight {
  --wp--preset--color--main: #039de1;
  --wp--preset--color--accent: #a3d7d8;
}

html {
  font-size: 16px;
  color: var(--wp--preset--color--text);
}

@media only screen and (max-width: 920px) {
  h1 {
    font-size: 2.5rem;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media only screen and (max-width: 460px) {
  h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 460px) {
  h2 {
    font-size: 1.5rem;
  }
}

a:not(header *, footer *, .wp-element-button),
.wp-block-post-title :where(a):not(header *, footer *, .wp-element-button) {
  text-decoration-color: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:not(header *, footer *, .wp-element-button):hover, a:not(header *, footer *, .wp-element-button):active, a:not(header *, footer *, .wp-element-button):focus,
.wp-block-post-title :where(a):not(header *, footer *, .wp-element-button):hover,
.wp-block-post-title :where(a):not(header *, footer *, .wp-element-button):active,
.wp-block-post-title :where(a):not(header *, footer *, .wp-element-button):focus {
  text-decoration-thickness: 3px !important;
}

.mu-row-card:has(a) *:not(p) {
  text-decoration-color: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.mu-row-card:has(a):hover *:not(p), .mu-row-card:has(a):active *:not(p), .mu-row-card:has(a):focus *:not(p) {
  text-decoration-thickness: 3px !important;
}

h1 + p, h1 + ul, h1 + ol,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
h4 + p,
h4 + ul,
h4 + ol,
h5 + p,
h5 + ul,
h5 + ol,
h6 + p,
h6 + ul,
h6 + ol {
  margin-top: 0.9rem !important;
}

.mu-parentpage {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 800;
  color: var(--wp--preset--color--main);
}

ul:not(.slides):not(.products-block-post-template):not(.woocommerce-page *):not(.wp-block-post-template):not([class*=wp-block-navigation]):not([class*=wc-block-product]) {
  list-style: inside none;
  padding: 0;
}
ul:not(.slides):not(.products-block-post-template):not(.woocommerce-page *):not(.wp-block-post-template):not([class*=wp-block-navigation]):not([class*=wc-block-product]) li:not(.components-form-token-field__suggestion) {
  position: relative;
  padding-left: 10px;
}
ul:not(.slides):not(.products-block-post-template):not(.woocommerce-page *):not(.wp-block-post-template):not([class*=wp-block-navigation]):not([class*=wc-block-product]) li:not(.components-form-token-field__suggestion):before {
  display: block;
  content: "•";
  position: absolute;
  left: -2px;
}

ol:not([class*=wp-block-navigation]):not([class*=wc-block-product]) {
  list-style: inside decimal;
  padding: 0;
}
ol:not([class*=wp-block-navigation]):not([class*=wc-block-product]) li:not(.components-form-token-field__suggestion) {
  position: relative;
  padding-left: 0;
}

.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
  display: none;
}

strong {
  font-weight: 800;
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--wp--preset--color--background);
  background-image: url(/wp-content/uploads/hintergrund-gesundheit.jpg);
  background-size: clamp(800px, 100%, 1920px) auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0 10px;
}

header,
footer {
  padding: 0 var(--wp--custom--gap-small) !important;
}

:where(body .is-layout-flow) > *,
:where(.wp-site-blocks) > * {
  margin-top: 0;
}

main,
main.has-global-padding {
  padding: 0 var(--wp--custom--gap-small) 0 var(--wp--custom--gap-small) !important;
}
@media only screen and (max-width: 920px) {
  main,
  main.has-global-padding {
    padding: 0 var(--wp--custom--gap-small) !important;
  }
}

main *[class*=wp-block]:first-child {
  margin-top: 0 !important;
}

.wp-block-spacer + * {
  margin-top: 0 !important;
}

.wp-block-spacer {
  margin: 0 !important;
}

.wp-site-blocks {
  max-width: 1200px;
  margin: clamp(150px, 25vh, 380px) auto 5vh auto;
  background: var(--wp--preset--color--invers);
  border: 1px solid var(--wp--preset--color--main);
}
@media only screen and (min-width: 1200px) {
  .wp-site-blocks {
    margin: clamp(150px, 35vh, 35vh) auto 5vh auto;
  }
}
@media only screen and (max-width: 920px) {
  .wp-site-blocks {
    margin: clamp(150px, 35vh, 150px) auto 5vh auto;
  }
}

#mu-navbar {
  position: relative;
  min-height: 60px;
  /*nav {
                position: static;
                width: 100%;
                max-width: $page-width;
                transition: position 1s ease-in;
                background-color: $invers;
                &.mu-sticky {
                        position: fixed;
                        top: 0;
                        z-index: 1000000;
                        left: 50%;
                        transform: translateX(-50%);
                        width: calc(1200px - 22px);
                        padding: 0 20px;
                        @media only screen and (max-width: $xxlarge) {
                                width: calc(100% - 22px);
                        }
                }
        }*/
}
#mu-navbar .wp-block-site-logo {
  position: absolute;
  top: -110px;
  height: auto;
  z-index: 1;
  padding-top: 5px;
  width: 340px;
  transition: position 1s ease-in;
}
#mu-navbar .wp-block-site-logo svg,
#mu-navbar .wp-block-site-logo img {
  width: 330px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
}
@media only screen and (max-width: 920px) {
  #mu-navbar .wp-block-site-logo {
    width: 240px;
    top: -80px;
  }
}
@media only screen and (min-width: 1150px) {
  #mu-navbar .wp-block-site-logo {
    left: 50%;
    transform: translateX(-140%);
  }
}
#mu-navbar button {
  color: var(--wp--preset--color--text);
  padding: 10px;
  margin-right: -10px;
}

header {
  position: relative;
  min-height: 60px;
}

#mu-navbar {
  position: relative !important;
  width: 100% !important;
  max-width: 1200px !important;
  transition: position 1s ease-in !important;
  background-color: var(--wp--preset--color--invers) !important;
}
#mu-navbar.mu-sticky {
  box-shadow: 0px 25px 25px -25px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: fixed !important;
  bottom: calc(100vh - 60px) !important;
  z-index: 1000000 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 1198px !important;
  padding: 0 20px !important;
}
@media only screen and (max-width: 1280px) {
  #mu-navbar.mu-sticky {
    width: calc(100% - 22px) !important;
  }
}
#mu-navbar.mu-sticky .wp-block-site-logo {
  position: absolute;
  width: 140px !important;
  left: 20px;
  top: 0;
  z-index: 99999999;
  transform: none;
}

.mega-toggle-block {
  margin-right: -20px !important;
}

#mu-navbar .mega-menu-link:not(.mega-sub-menu *) {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  padding: 5px 0 !important;
  transition: all 0.15s ease-in;
  border-top: 3px solid transparent !important;
}
#mu-navbar .mega-menu-link:not(.mega-sub-menu *)[aria-current=page], #mu-navbar .mega-menu-link:not(.mega-sub-menu *):hover, #mu-navbar .mega-menu-link:not(.mega-sub-menu *):focus, #mu-navbar .mega-menu-link:not(.mega-sub-menu *):active {
  border-color: var(--wp--preset--color--main) !important;
}

ul.mega-sub-menu li {
  height: auto !important;
}
ul.mega-sub-menu li a.mega-menu-link {
  display: block;
  position: static;
  height: auto !important;
}

@media only screen and (max-width: 1150px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    height: auto !important;
    line-height: 1.2;
    padding: 5px 0;
    border-top: 0px solid transparent !important;
  }
}
ul.mega-sub-menu li a.mega-menu-link:after {
  opacity: 0 !important;
  display: inline-block !important;
  content: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='auto' height='16' viewBox='0 0 12.5741 20'%3E%3Cpolygon points='9.153 0 9.892 0.552 4.299 10.023 12.574 19.356 12.019 20 0.185 10.667 0 9.517 9.153 0' style='fill: %232f445f'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 9px;
  right: 0;
  margin-left: 5px;
  width: 16px;
  height: 16px !important;
  line-height: 0 !important;
  transition: all 0.2s ease;
}

ul.mega-sub-menu li a.mega-menu-link:hover:after,
ul.mega-sub-menu li a.mega-menu-link[aria-current=page]:after {
  opacity: 1 !important;
  line-height: 0 !important;
}

@media only screen and (max-width: 1150px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none;
    width: 20px;
  }
}
@media only screen and (min-width: 1150px) {
  .mega-menu-horizontal {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .mu-sticky .mega-menu-horizontal {
    justify-content: right;
  }
}
.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: var(--wp--custom--gap-small);
       column-gap: var(--wp--custom--gap-small);
  row-gap: 0;
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  -moz-column-gap: var(--wp--custom--gap-small);
       column-gap: var(--wp--custom--gap-small);
  row-gap: 0;
}

.wp-block-navigation ul li {
  color: var(--wp--preset--color--text);
  margin-top: -2px;
  transition: all 0.15s ease-in;
}
.wp-block-navigation ul li a,
.wp-block-navigation ul li a.wp-block-navigation-item__content.wp-block-navigation-item__content {
  padding: 5px 0;
  transition: all 0.15s ease-in;
  color: var(--wp--preset--color--text);
  border-top: 3px solid transparent;
}
.wp-block-navigation ul li a[aria-current=page],
.wp-block-navigation ul li a.wp-block-navigation-item__content.wp-block-navigation-item__content[aria-current=page] {
  border-color: var(--wp--preset--color--main);
}
.wp-block-navigation ul li:hover, .wp-block-navigation ul li:active, .wp-block-navigation ul li:focus {
  color: var(--wp--preset--color--text);
}
.wp-block-navigation ul li:hover a,
.wp-block-navigation ul li:hover a.wp-block-navigation-item__content.wp-block-navigation-item__content, .wp-block-navigation ul li:active a,
.wp-block-navigation ul li:active a.wp-block-navigation-item__content.wp-block-navigation-item__content, .wp-block-navigation ul li:focus a,
.wp-block-navigation ul li:focus a.wp-block-navigation-item__content.wp-block-navigation-item__content {
  border-color: var(--wp--preset--color--main);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background: var(--wp--preset--color--main);
  padding: 10px;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a {
  color: var(--wp--preset--color--text) !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a:hover:after, .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a:active:after, .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a:focus:after {
  content: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='auto' height='16' viewBox='0 0 12.5741 20'%3E%3Cpolygon points='9.153 0 9.892 0.552 4.299 10.023 12.574 19.356 12.019 20 0.185 10.667 0 9.517 9.153 0' style='fill: %232f445f'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 3px;
  right: 0;
  margin-left: 5px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  content: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='auto' height='16' viewBox='0 0 12.5741 20'%3E%3Cpolygon points='9.153 0 9.892 0.552 4.299 10.023 12.574 19.356 12.019 20 0.185 10.667 0 9.517 9.153 0' style='fill: %232f445f'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -13px;
  right: 0;
  margin-left: 10px;
  transform: rotate(-90deg);
  transition: all 0.2s ease;
  transform-origin: center;
}

@media only screen and (max-width: 1150px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
    content: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='auto' height='16' viewBox='0 0 12.5741 20'%3E%3Cpolygon points='9.153 0 9.892 0.552 4.299 10.023 12.574 19.356 12.019 20 0.185 10.667 0 9.517 9.153 0' style='fill: %232f445f'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: -13px;
    right: 0;
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 1150px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    display: none;
  }
}
/*.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
        min-width: 50vw;
}*/
.wp-block-navigation ul.wp-block-navigation__submenu-container li a[aria-current=page],
.wp-block-navigation ul.wp-block-navigation__submenu-container li a.wp-block-navigation-item__content.wp-block-navigation-item__content[aria-current=page] {
  color: var(--wp--preset--color--text) !important;
}

.wp-block-navigation__submenu-container a {
  border-top: none !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none;
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  width: 30px;
  height: 30px;
}

@media (min-width: 1150px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
/* neutralize the wp default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .mega-menu-horizontal {
    display: none !important;
  }
}
a[class*=dashicons]:before {
  margin-top: -2px !important;
}

.mega-mu-nav-heading .textwidget {
  color: var(--wp--preset--color--main);
}

@media only screen and (min-width: 1150px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 20px;
    border: 1px solid var(--wp--preset--color--main);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 25px -15px;
  }
}
@media only screen and (max-width: 1150px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-bottom: 10px;
  }
}

footer {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  position: relative;
  width: 100%;
  min-height: 145px;
}
footer:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1198' height='169.5815' viewBox='0 0 1198 169.5815'%3E%3Cpath d='M1198,92.479V2.3093C1027.2414-7.3949,746.0114,15.3765,473.5991,35.4328Z' style='fill: %23fdd66f' /%3E%3Cpath d='M1198,18.3093C933.3173,3.2675,434.69,51.51,0,40.9522V169.5815H1198Z' style='fill: %23d5a14f'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 170px;
  box-sizing: border-box;
  overflow: hidden;
}
footer > * {
  position: relative;
  z-index: 1;
  width: 100%;
}

footer *:last-child {
  margin: 0 !important;
}

.wp-block-spacer + * > p {
  margin-top: 0;
  margin-bottom: 0;
}

.mu-card {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 !important;
}
.mu-card .wp-block-heading,
.mu-card .wp-block-post-title {
  flex: 1;
}
.mu-card .wp-block-heading a,
.mu-card .wp-block-post-title a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.mu-card .wp-block-heading a:after,
.mu-card .wp-block-post-title a:after {
  content: "";
  position: relative;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.1817' height='40.585' viewBox='0 0 50.1817 40.585'%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Ebene_1-2' data-name='Ebene 1'%3E%3Cpolygon points='31.608 0 30.108 1.12 41.458 20.339 24.666 39.279 25.792 40.585 49.807 21.645 50.182 19.312 31.608 0' style='fill: %232f445f'/%3E%3Cpath d='M45.44,20.7389H.5a.5.5,0,0,1,0-1H45.44a.5.5,0,0,1,0,1Z' style='fill: %232f445f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 100%;
  box-sizing: border-box;
  display: block;
  align-self: flex-end;
  margin-right: -10px;
  transition: all 0.2s ease;
}
.mu-card .wp-block-heading a:hover:after, .mu-card .wp-block-heading a:active:after, .mu-card .wp-block-heading a:focus:after,
.mu-card .wp-block-post-title a:hover:after,
.mu-card .wp-block-post-title a:active:after,
.mu-card .wp-block-post-title a:focus:after {
  width: calc(100% + 10px);
}
.mu-card > * {
  width: 100%;
}
.mu-card > *:not(figure) {
  padding-left: var(--wp--custom--gap-small);
  padding-right: var(--wp--custom--gap-small);
}

.mu-row-card {
  border-width: 1px;
  padding: 10px 65px 0px 20px;
  align-items: baseline !important;
  position: relative;
  gap: 0 20px;
}
@media only screen and (max-width: 640px) {
  .mu-row-card {
    padding: 10px 20px 40px 20px;
  }
}
.mu-row-card * + p {
  margin-top: 0 !important;
}
.mu-row-card a:has(img) {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding-top: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .mu-row-card a:has(img) {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
  }
}
.mu-row-card a:has(img):hover img, .mu-row-card a:has(img):active img, .mu-row-card a:has(img):focus img {
  margin-right: 5px;
}
.mu-row-card img {
  display: block;
  height: 40px;
  width: auto;
  margin-right: 15px;
  margin-left: auto;
  transition: all 0.2s ease;
}

.wp-element-button,
.wp-block-button__link {
  transition: all 0.15s ease-in;
}

.is-style-light-button .wp-element-button,
.is-style-light-button .wp-block-button__link {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--text);
}
.is-style-light-button .wp-element-button:hover, .is-style-light-button .wp-element-button:active, .is-style-light-button .wp-element-button:focus,
.is-style-light-button .wp-block-button__link:hover,
.is-style-light-button .wp-block-button__link:active,
.is-style-light-button .wp-block-button__link:focus {
  background: var(--wp--preset--color--text);
  color: var(--wp--preset--color--invers);
}

.is-style-text-button .wp-element-button,
.is-style-text-button .wp-block-button__link,
.is-style-pfeil-button .wp-element-button,
.is-style-pfeil-button .wp-block-button__link {
  background: transparent;
  color: var(--wp--preset--color--text);
  padding: 0;
  transition: all 0.15s ease-in;
}
.is-style-text-button .wp-element-button:hover, .is-style-text-button .wp-element-button:active, .is-style-text-button .wp-element-button:focus,
.is-style-text-button .wp-block-button__link:hover,
.is-style-text-button .wp-block-button__link:active,
.is-style-text-button .wp-block-button__link:focus,
.is-style-pfeil-button .wp-element-button:hover,
.is-style-pfeil-button .wp-element-button:active,
.is-style-pfeil-button .wp-element-button:focus,
.is-style-pfeil-button .wp-block-button__link:hover,
.is-style-pfeil-button .wp-block-button__link:active,
.is-style-pfeil-button .wp-block-button__link:focus {
  background: transparent;
  color: var(--wp--preset--color--text);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}

.is-style-text-button + .is-style-text-button:before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
}

.is-style-pfeil-button .wp-element-button,
.is-style-pfeil-button .wp-block-button__link {
  color: transparent !important;
  width: 50px;
  height: 40px;
  position: relative;
}
.is-style-pfeil-button .wp-element-button:after,
.is-style-pfeil-button .wp-block-button__link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.1817' height='40.585' viewBox='0 0 50.1817 40.585'%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Ebene_1-2' data-name='Ebene 1'%3E%3Cpolygon points='31.608 0 30.108 1.12 41.458 20.339 24.666 39.279 25.792 40.585 49.807 21.645 50.182 19.312 31.608 0' style='fill: %232f445f'/%3E%3Cpath d='M45.44,20.7389H.5a.5.5,0,0,1,0-1H45.44a.5.5,0,0,1,0,1Z' style='fill: %232f445f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.is-style-pfeil-button .wp-element-button:hover:after, .is-style-pfeil-button .wp-element-button:active:after, .is-style-pfeil-button .wp-element-button:focus:after,
.is-style-pfeil-button .wp-block-button__link:hover:after,
.is-style-pfeil-button .wp-block-button__link:active:after,
.is-style-pfeil-button .wp-block-button__link:focus:after {
  left: 10px;
}

.alignfull.has-background {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
}

.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

body.page-template-seminare, body.woocommerce {
  background-image: url(/wp-content/uploads/hintergrund-seminare.jpg);
}
body.page-template-seminare #mu-navbar .mega-current-page-ancestor a.mega-menu-link:not(.mega-sub-menu *),
body.page-template-seminare #mu-navbar .mega-current-menu-ancestor a.mega-menu-link:not(.mega-sub-menu *), body.woocommerce #mu-navbar .mega-current-page-ancestor a.mega-menu-link:not(.mega-sub-menu *),
body.woocommerce #mu-navbar .mega-current-menu-ancestor a.mega-menu-link:not(.mega-sub-menu *) {
  border-top: 3px solid var(--wp--preset--color--main) !important;
}
body.page-template-gesundheit {
  background-image: url(/wp-content/uploads/hintergrund-gesundheit.jpg);
}
body.page-template-gesundheit h1,
body.page-template-gesundheit h2,
body.page-template-gesundheit h4,
body.page-template-gesundheit h5,
body.page-template-gesundheit h6,
body.page-template-gesundheit .wp-block-quote {
  color: #d5a14f;
}
body.page-template-gesundheit footer:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1198' height='169.5815' viewBox='0 0 1198 169.5815'%3E%3Cpath d='M1198,92.479V2.3093C1027.2414-7.3949,746.0114,15.3765,473.5991,35.4328Z' style='fill: %23d5a14f' /%3E%3Cpath d='M1198,18.3093C933.3173,3.2675,434.69,51.51,0,40.9522V169.5815H1198Z' style='fill: %23fdd66f'/%3E%3C/svg%3E%0A");
}
body.page-template-gesundheit #mu-navbar .mega-current-page-ancestor a.mega-menu-link:not(.mega-sub-menu *),
body.page-template-gesundheit #mu-navbar .mega-current-menu-ancestor a.mega-menu-link:not(.mega-sub-menu *) {
  border-top: 3px solid var(--wp--preset--color--main) !important;
}
body.page-template-gesundheit .mega-mu-nav-heading .textwidget {
  color: #d5a14f;
}
body.page-template-gesundheit #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
  border-color: #fdd66f;
}
body.page-template-vitalight {
  background-image: url(/wp-content/uploads/hintergrund-vitalight.jpg);
}
body.page-template-vitalight footer:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1198' height='169.5815' viewBox='0 0 1198 169.5815'%3E%3Cpath d='M1198,92.479V2.3093C1027.2414-7.3949,746.0114,15.3765,473.5991,35.4328Z' style='fill: %23a3d7d8' /%3E%3Cpath d='M1198,18.3093C933.3173,3.2675,434.69,51.51,0,40.9522V169.5815H1198Z' style='fill: %23039de1'/%3E%3C/svg%3E%0A");
}
body.page-template-vitalight #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
body.page-template-vitalight #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
body.page-template-vitalight #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #039de1;
}
body.page-template-vitalight #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
  border-color: #039de1;
}

@media only screen and (min-width: 920px) {
  p.is-style-text-in-2-columns,
  .is-style-list-in-2-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: var(--wp--custom--gap-small);
         column-gap: var(--wp--custom--gap-small);
  }
}

@media only screen and (min-width: 920px) {
  p.is-style-text-in-3-columns,
  .is-style-list-in-3-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: var(--wp--custom--gap-small);
         column-gap: var(--wp--custom--gap-small);
  }
}

*:where(.wp-block-columns) {
  margin-bottom: 0;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  display: none;
}

.woocommerce div.product form.cart div.quantity .qty {
  min-width: 100px;
  border: 1px solid var(--wp--preset--color--main);
}

.product-template-default .wp-block-post-terms__prefix {
  display: none;
}

.mu-untertitel {
  color: var(--wp--preset--color--text);
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--large);
  font-style: normal;
  font-weight: 200;
  line-height: 1.2;
}

.woocommerce-product-gallery__image {
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--accent);
}

.mu-product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.products-block-post-template .wp-block-post {
  height: 100%;
}
.products-block-post-template .wp-block-post h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.products-block-post-template .wp-block-post .wc-block-components-product-price,
.products-block-post-template .wp-block-post .wp-block-post-excerpt {
  margin-bottom: 8px !important;
  margin-top: 36px;
}
@media only screen and (max-width: 760px) {
  .products-block-post-template .wp-block-post .wc-block-components-product-price,
  .products-block-post-template .wp-block-post .wp-block-post-excerpt {
    margin-top: 0;
  }
}
.products-block-post-template .wp-block-post .taxonomy-product_cat {
  margin-bottom: 0 !important;
}
.products-block-post-template .wp-block-post > .wp-block-group {
  border: 1px solid var(--wp--preset--color--main);
  border-width: 1px;
  padding: 10px 65px 0px 20px;
  align-items: flex-start !important;
  position: relative;
  gap: 0 20px;
}
@media only screen and (max-width: 760px) {
  .products-block-post-template .wp-block-post > .wp-block-group {
    flex-direction: column;
    gap: 0;
  }
  .products-block-post-template .wp-block-post > .wp-block-group > div {
    width: 100%;
  }
  .products-block-post-template .wp-block-post > .wp-block-group .wp-block-group-is-layout-flex {
    flex-direction: column;
    gap: 0;
  }
  .products-block-post-template .wp-block-post > .wp-block-group .wp-block-group-is-layout-flex > div {
    flex: 0;
    width: 100%;
  }
}
.products-block-post-template .wp-block-post .wp-block-post-excerpt {
  position: relative;
  min-height: 25px;
}
.products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link {
  position: absolute;
  height: 40px;
  width: 50px;
  display: block;
  text-indent: -99999999px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  right: -60px;
  top: -25px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 760px) {
  .products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link {
    top: -10px;
  }

  .wpcf7-form > div, .wpcf7-form > p {
    flex-direction: column;
	margin: 0 10px;
  }
	
  .wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
  }
}
.products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.1817' height='40.585' viewBox='0 0 50.1817 40.585'%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Ebene_1-2' data-name='Ebene 1'%3E%3Cpolygon points='31.608 0 30.108 1.12 41.458 20.339 24.666 39.279 25.792 40.585 49.807 21.645 50.182 19.312 31.608 0' style='fill: %232f445f'/%3E%3Cpath d='M45.44,20.7389H.5a.5.5,0,0,1,0-1H45.44a.5.5,0,0,1,0,1Z' style='fill: %232f445f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: calc(100% - 10px);
  box-sizing: border-box;
  display: block;
  align-self: flex-end;
  transition: all 0.2s ease;
}
.products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:hover, .products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:active, .products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:focus {
  width: 40px;
}
.products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:hover:after, .products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:active:after, .products-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:focus:after {
  background-position: 100%;
}
.products-block-post-template .wp-block-post > * {
  width: 100%;
}
.products-block-post-template .wp-block-post > *:not(figure) {
  padding-left: var(--wp--custom--gap-small);
  padding-right: var(--wp--custom--gap-small);
}
.products-block-post-template .wp-block-post:has(h2 a:hover) .wp-block-post-excerpt__more-link {
  width: 40px;
}
.products-block-post-template .wp-block-post:has(h2 a:hover) .wp-block-post-excerpt__more-link:after {
  background-position: 100%;
}

.mu-datum {
  margin: 0;
}

.wc-block-store-notices + * {
  margin-top: 0 !important;
}

.wc-block-components-quantity-selector::after,
.wc-block-components-textarea {
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--main);
  opacity: 1;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  border: 1px solid var(--wp--preset--color--main);
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
input[type=checkbox] {
  border: 1px solid var(--wp--preset--color--text);
  border-radius: 0;
  color: var(--wp--preset--color--text);
}

.wc-block-components-notice-banner,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-radius: 0;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container::after {
  border-color: var(--wp--preset--color--accent);
}

.wc-block-components-title.wc-block-components-title {
  font-weight: 400;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  max-width: calc(100% - 320px);
}

.wc-block-components-sidebar {
  min-width: 320px;
}

.wc-block-components-checkout-step__heading {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.wc-block-components-title.wc-block-components-title:has(+ .wc-block-components-checkout-step__heading-content > a) {
  margin-top: 40px;
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
  display: block;
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--text);
  border-radius: 0;
  border-color: var(--wp--preset--color--main);
  border-width: 0;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-top: 0.75rem;
  padding-right: 1.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:hover, .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:active, .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:focus {
  background: var(--wp--preset--color--text);
  color: var(--wp--preset--color--invers);
}

* + .wp-block-woocommerce-related-products {
  margin-top: 80px;
}

.mu-product-highlight + * {
  margin-top: 80px;
}

.flexslider {
  border-radius: 0 !important;
}

@media only screen and (min-width: 485px) and (max-width: 780px) {
  .metaslider .flexslider .slides li {
    height: auto;
    width: 100%;
  }
  .metaslider .flexslider .slides li img {
    width: 100%;
    height: auto;
  }
  .metaslider .flexslider .slides {
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
  }
  .flexslider {
    height: 395px;
    overflow: hidden;
  }
}
.wp-block-add-to-cart-form:has([id*=gform]) .woocommerce-variation-price {
  display: none;
}

.woocommerce table.variations tr td select {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

body button,
body input[type=submit],
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #d5a14f;
  border-radius: 0;
  border-color: #d5a14f;
  border-width: 0;
  color: var(--wp--preset--color--invers);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-top: 0.75rem;
  padding-right: 1.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in;
}
body button:hover, body button:focus, body button:active,
body input[type=submit]:hover,
body input[type=submit]:focus,
body input[type=submit]:active,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active {
  background: var(--wp--preset--color--text) !important;
  color: var(--wp--preset--color--invers) !important;
}

body.woocommerce-checkout input[type=submit].acf-button {
  background: #fdd66f !important;
  color: var(--wp--preset--color--text) !important;
}
body.woocommerce-checkout input[type=submit].acf-button:hover, body.woocommerce-checkout input[type=submit].acf-button:focus, body.woocommerce-checkout input[type=submit].acf-button:active {
  background: var(--wp--preset--color--text) !important;
  color: #fff !important;
}

.gform-theme--framework .gform-field-label--type-sub,
.gform-field-label--type-inline {
  color: var(--wp--preset--color--text);
  font-size: 0.9rem !important;
  padding-top: 0;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: 0px;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  --gf-local-border-color: #d5a14f;
  --gf-local-shadow: transparent;
}

input,
textarea,
select {
  padding-top: 5px;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: var(--wp--preset--color--text) !important;
}

.gform-theme--framework .gfield--input-type-total label.gform-field-label {
  font-weight: 800 !important;
}

.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label,
.gform-theme--framework input[type].gform-text-input-reset,
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  font-size: 1rem;
}

body .acf-field-text input[type=text] {
  padding: 1.5em 0.5em 0 0.5em;
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  width: 100%;
}

body .acf-field {
  padding: 16px 0 16px 0 !important;
}
body .acf-field + .acf-field {
  margin-top: var(--wp--custom--gap-small);
}

body .acf-field-text .acf-label {
  color: hsla(0, 0%, 7%, 0.7);
  cursor: text;
  left: 0.5625em;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  margin: 0;
  max-width: calc(100% - 32px);
  overflow: visible;
  position: absolute;
  z-index: 1;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(8px);
  transform-origin: top left;
  transition: all 0.2s ease;
}
body .acf-field-text .acf-label label {
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
}

body .acf-field-text {
  padding: 0 !important;
  position: relative;
  z-index: 0;
}

body input {
  min-width: 20px;
  min-height: 20px;
  border-radius: 0 !important;
  border: 1px solid var(--wp--preset--color--text);
}

body input[type=checkbox],
body input[type=radio] {
  vertical-align: bottom;
}

.acf-form-submit {
  margin-top: 20px;
  cursor: pointer;
}

.wp-block-group div.kurs-zusatzinfo {
  margin: auto;
}

.wp-block-group div.kurs-zusatzinfo .wc-block-components-product-price {
  margin: 0 !important;
}

.contact-message {
  width: 100%;
}

.validating .wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=custom.css.map */
