/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/header/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
  transition: all 0.2s ease-out;
}
.header-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .header-desktop {
    display: block;
  }
}
.header .navbar {
  background: var(--wp--preset--color--primary-green-100);
  font-size: var(--wp--preset--font-size--copy-s);
  font-weight: var(--wp--custom--font-weight--semibold);
  line-height: var(--wp--custom--line-height--150);
  color: var(--wp--preset--color--dark);
  padding: 0.75rem 0;
}
.header .navbar__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header .navbar__info {
  display: flex;
}
.header .navbar__info--icon {
  margin-right: 0.5rem;
}
.header .navbar__info--icon img {
  max-width: 1.5rem;
}
.header .navbar__info--text {
  margin-right: 1rem;
}
.header .navbar__info--link {
  text-decoration: none;
  color: var(--wp--preset--color--dark);
}
.header .navbar__actions {
  display: flex;
  gap: 2rem;
}
.header .navbar__actions--link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  color: var(--wp--preset--color--dark);
  font-size: var(--wp--preset--font-size--copy-xs);
  line-height: var(--wp--custom--line-height--110);
}
@media (max-width: 1199.98px) {
  .header .navbar {
    padding: 4rem 0 0 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: center;
    position: sticky;
    background-color: var(--wp--preset--color--white);
  }
  .header .navbar__wrapper {
    justify-content: center;
    width: 100%;
  }
  .header .navbar__info {
    order: 2;
    padding: 0.75rem 0;
    background: var(--wp--preset--color--primary-green-100);
  }
  .header .navbar__info .navbar__wrapper {
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }
  .header .navbar__actions {
    order: 1;
    padding: 1.5rem 0;
    background: var(--wp--preset--color--warm-grey-light);
  }
  .header .navbar__actions .navbar__wrapper {
    gap: 2rem;
  }
}
.header .header-main {
  padding: 1.5rem 0;
  background: var(--wp--preset--color--warm-grey-light);
  border-bottom: var(--wp--preset--color--warm-grey);
  position: relative;
}
.header .header-main__logo {
  max-width: 17.125rem;
}
.header .header-main__logo:not(:last-child) {
  margin-right: 0.5rem;
}
.header .header-main__logo * {
  width: 100%;
}
.header .header-main__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-main__menu--list {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.25rem;
  margin-right: 0.5rem;
}
.header .header-main__menu--list__item-link {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  padding: 0.8125rem 0.625rem 0.6875rem 0.875rem;
  transition: all 0.3s ease-in-out;
  border-radius: 0.875rem;
  letter-spacing: 0.36px;
  line-height: var(--wp--custom--line-height--120);
  font-weight: var(--wp--custom--font-weight--semibold);
  color: var(--wp--preset--color--dark);
  display: flex;
  height: 100%;
  align-items: center;
  text-decoration: none;
}
.header .header-main__menu--list__item-link__icon {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 88.875em) {
  .header .header-main__menu--list__item-link__icon {
    width: 1.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 88.875em) {
  @supports (width: clamp( 1rem , 0.8110465116rem  +  0.7751937984vw , 1.5rem )) {
    .header .header-main__menu--list__item-link__icon {
      width: clamp( 1rem , 0.8110465116rem  +  0.7751937984vw , 1.5rem );
    }
  }
  @supports not (width: clamp( 1rem , 0.8110465116rem  +  0.7751937984vw , 1.5rem )) {
    .header .header-main__menu--list__item-link__icon {
      width: calc(1rem + 0.5 * (100vw - 24.375rem) / 64.5);
    }
  }
}
@media (max-width: 24.375em) {
  .header .header-main__menu--list__item-link__icon {
    width: 1rem;
  }
}
@media (min-width: 88.875em) {
  .header .header-main__menu--list__item-link__icon {
    height: 1.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 88.875em) {
  @supports (height: clamp( 1rem , 0.8110465116rem  +  0.7751937984vw , 1.5rem )) {
    .header .header-main__menu--list__item-link__icon {
      height: clamp( 1rem , 0.8110465116rem  +  0.7751937984vw , 1.5rem );
    }
  }
  @supports not (height: clamp( 1rem , 0.8110465116rem  +  0.7751937984vw , 1.5rem )) {
    .header .header-main__menu--list__item-link__icon {
      height: calc(1rem + 0.5 * (100vw - 24.375rem) / 64.5);
    }
  }
}
@media (max-width: 24.375em) {
  .header .header-main__menu--list__item-link__icon {
    height: 1rem;
  }
}
.header .header-main__menu--list__item-link__icon {
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-main__menu--list__item-link:hover {
    background: var(--wp--preset--color--primary-green-100);
  }
}
.header .header-main__menu--list__item-link:focus-visible {
  background: var(--wp--preset--color--primary-green-100);
}
.header .header-main__menu--list__item.is-active .header-main__menu--list__item-link__icon {
  transform: rotate(180deg);
}
.header .header-main__menu--list__item.current-menu-item .header-main__menu--list__item-link {
  background: var(--wp--preset--color--primary-green-100);
}
.header .header-main__menu--list__item.is-active .mega-menu--desktop {
  opacity: 1;
  visibility: visible;
}
.header .header-main__menu--list__item:not(.has-mega-menu) .header-main__menu--list__item-link {
  padding-right: 0.875rem;
}
.header .header-main__menu .mega-menu--desktop {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 1000;
  transition: all 0.3ms ease;
  color: var(--wp--preset--color--dark);
  width: 100%;
  overflow: hidden;
  background: var(--wp--preset--color--white);
  padding: 2rem 0;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout {
  display: flex;
  gap: 2rem;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 19.75rem;
  width: 100%;
  padding-top: 1rem;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__info--title {
  font-size: var(--wp--preset--font-size--heading-xs);
  line-height: var(--wp--custom--line-height--105);
  font-weight: var(--wp--custom--font-weight--bold);
  font-style: var(--wp--custom--font-style--italic);
  margin: 0;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__info--title:not(:last-child) {
  margin-bottom: 1rem;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__info--text {
  font-size: var(--wp--preset--font-size--copy-m);
  line-height: var(--wp--custom--line-height--150);
  font-weight: var(--wp--custom--font-weight--medium);
  margin: 0;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__info--text:not(:last-child) {
  margin-bottom: 1rem;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards {
  background: var(--wp--preset--color--warm-grey-light);
  border-radius: 2.5rem;
  padding: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 0.25rem;
}
@media (min-width: 1400px) {
  .header .header-main__menu .mega-menu--desktop .megamenu-layout__cards {
    grid-template-columns: repeat(auto-fill, 316px);
  }
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards.is-4-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards.is-2-columns {
  grid-template-columns: 1fr 1fr;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__link {
  text-decoration: none;
  color: var(--wp--preset--color--dark);
  padding: 0 0.875rem;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 1.5rem;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__link:hover {
    background: var(--wp--preset--color--primary-green-100);
  }
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__link:focus-visible {
  background: var(--wp--preset--color--primary-green-100);
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__image img {
  border-radius: 1.5rem;
  aspect-ratio: 4/3;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__content {
  padding: 1.5rem 0.5rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__content-pretitle {
  font-size: var(--wp--preset--font-size--copy-xs);
  font-weight: var(--wp--custom--font-weight--semibold);
  line-height: var(--wp--custom--line-height--105);
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
  margin: 0;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__content-title {
  font-size: var(--wp--preset--font-size--copy-l);
  font-weight: var(--wp--custom--font-weight--bold);
  font-style: var(--wp--custom--font-style--italic);
  line-height: var(--wp--custom--line-height--105);
  margin: 0;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout__cards--item__content-description {
  font-size: var(--wp--preset--font-size--copy-s);
  font-weight: var(--wp--custom--font-weight--medium);
  line-height: var(--wp--custom--line-height--150);
  margin: 0;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-produkt .megamenu-layout__cards--item__link {
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-main__menu .mega-menu--desktop .megamenu-layout.is-produkt .megamenu-layout__cards--item__link:hover .megamenu-layout__cards--item__image svg path {
    fill: var(--wp--preset--color--dark);
  }
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-produkt .megamenu-layout__cards--item__link:focus-visible .megamenu-layout__cards--item__image svg path {
  fill: var(--wp--preset--color--dark);
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-produkt .megamenu-layout__cards--item__image {
  margin-top: 0.875rem;
  flex-shrink: 0;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-produkt .megamenu-layout__cards--item__image svg {
  max-width: 2.5rem;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-produkt .megamenu-layout__cards--item__image svg path {
  transition: all 0.3s ease-in-out;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-integrationen .megamenu-layout__cards {
  align-items: flex-start;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-integrationen .megamenu-layout__cards--column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-integrationen .megamenu-layout__cards--column__link {
  text-decoration: none;
  color: var(--wp--preset--color--dark);
  padding: 1.5rem 1.375rem 1.25rem 1.375rem;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 1.5rem;
  height: 100%;
  font-size: var(--wp--preset--font-size--copy-l);
  line-height: var(--wp--custom--line-height--105);
  font-weight: var(--wp--custom--font-weight--bold);
  font-style: var(--wp--custom--font-style--italic);
  margin: 0 0.875rem;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-main__menu .mega-menu--desktop .megamenu-layout.is-integrationen .megamenu-layout__cards--column__link:hover {
    background: var(--wp--preset--color--primary-green-100);
  }
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-integrationen .megamenu-layout__cards--column__link:focus-visible {
  background: var(--wp--preset--color--primary-green-100);
}
.header .header-main__menu .mega-menu--desktop .megamenu-layout.is-ressourcen .megamenu-layout__cards--item__link, .header .header-main__menu .mega-menu--desktop .megamenu-layout.is-unternehmen .megamenu-layout__cards--item__link {
  padding-top: 0.875rem;
}
.header-mobile {
  display: none;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile__body {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.header-mobile__top-nav {
  padding: 1rem 0;
  background: var(--wp--preset--color--primary-green-100);
  color: var(--wp--preset--color--dark);
  position: relative;
  z-index: 3;
  height: 5rem;
  align-content: center;
}
.header-mobile__burger {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: var(--wp--preset--color--dark);
}
.header-mobile__burger svg {
  transition: all 0.3s ease-in-out;
}
.header-mobile__burger svg:last-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.header-mobile__overlay {
  top: calc(-100dvh + 5rem);
  background: var(--wp--preset--color--white);
  left: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100svh;
  overflow-y: auto;
  bottom: 0;
  margin: 0;
  overscroll-behavior: contain;
  right: 0;
  transform: translateY(-100%);
  position: fixed;
  padding-top: 5rem;
}
.header-mobile__overlay--main {
  padding: var(--wp--preset--spacing--64-64) 0 2.84375rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.84375rem;
}
.header-mobile__overlay--main__menu ul {
  list-style: none;
  padding: 0;
}
.header-mobile__overlay--main__menu--list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.header-mobile__overlay--main__menu--list__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header-mobile__overlay--main__menu--list__item--link, .header-mobile__overlay--main__menu--list__item--button {
  outline: none;
  border: none;
  background: var(--wp--preset--color--warm-grey-light);
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 1rem 0.875rem 1rem;
  border-radius: 62.4375rem;
  text-decoration: none;
  color: var(--wp--preset--color--dark);
  align-items: center;
  transition: all 0.3s ease-in-out;
  flex-wrap: wrap;
}
.header-mobile__overlay--main__menu--list__item--link__text, .header-mobile__overlay--main__menu--list__item--button__text {
  font-weight: var(--wp--custom--font-weight--bold);
  font-size: var(--wp--preset--font-size--copy-m);
  letter-spacing: 0.02rem;
  max-width: 75%;
}
.header-mobile__overlay--main__menu--list__item--link__icon, .header-mobile__overlay--main__menu--list__item--button__icon {
  transition: all 0.3s ease-in-out;
}
.header-mobile__overlay--main__menu--list__item--link__product-icon, .header-mobile__overlay--main__menu--list__item--button__product-icon {
  max-width: 1.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .header-mobile__overlay--main__menu--list__item--link:hover, .header-mobile__overlay--main__menu--list__item--button:hover {
    background: var(--wp--preset--color--primary-green-100);
  }
}
.header-mobile__overlay--main__menu--list__item--link:focus-visible, .header-mobile__overlay--main__menu--list__item--button:focus-visible {
  background: var(--wp--preset--color--primary-green-100);
}
.header-mobile__overlay--main__menu--list__item--link:has(.header-mobile__overlay--main__menu--list__item--link__product-icon), .header-mobile__overlay--main__menu--list__item--button:has(.header-mobile__overlay--main__menu--list__item--link__product-icon) {
  gap: 0.5rem;
  justify-content: flex-start;
}
.header-mobile__overlay--main__menu--list__item--link:has(.header-mobile__overlay--main__menu--list__item--link__product-icon) .header-mobile__overlay--main__menu--list__item--link__icon, .header-mobile__overlay--main__menu--list__item--button:has(.header-mobile__overlay--main__menu--list__item--link__product-icon) .header-mobile__overlay--main__menu--list__item--link__icon {
  display: none;
}
.header-mobile__overlay--main__menu--list__item--button__icon {
  transform: rotate(180deg);
}
.header-mobile__overlay--main__menu--list__item.is-active .header-main__menu--list__item-link, .header-mobile__overlay--main__menu--list__item.current-menu-item .header-main__menu--list__item-link {
  background: var(--wp--preset--color--primary-green-100);
}
.header-mobile__overlay--main__menu--list__item.is-active .header-main__menu--list__item-link__icon, .header-mobile__overlay--main__menu--list__item.current-menu-item .header-main__menu--list__item-link__icon {
  transform: rotate(0deg);
}
.header-mobile__overlay--main__menu--list__item .sub-menu {
  display: none;
  background: var(--wp--preset--color--warm-grey-light);
  padding: 0.75rem;
  border-radius: 2.5rem;
}
.header-mobile__overlay--main__menu--list__item.is-open > .header-mobile__overlay--main__menu--list__item--link, .header-mobile__overlay--main__menu--list__item.is-open > .header-mobile__overlay--main__menu--list__item--button {
  background: var(--wp--preset--color--primary-green-100);
}
.header-mobile__overlay--main__menu--list__item.is-open .header-mobile__overlay--main__menu--list__item--button__icon {
  transform: rotate(0deg);
}
.header-mobile__overlay--main__menu--list__item.is-open .sub-menu {
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
}
.header-mobile__overlay--main__demo {
  justify-content: center;
  display: flex;
}
.header-mobile__overlay--main__demo--link {
  width: auto;
}
.header-mobile.is-active .header-mobile__burger svg {
  transition: all 0.3s ease-in-out;
}
.header-mobile.is-active .header-mobile__burger svg:first-child {
  opacity: 0;
  visibility: hidden;
}
.header-mobile.is-active .header-mobile__burger svg:last-child {
  opacity: 1;
  visibility: visible;
}
.header-mobile.is-active .header-mobile__overlay {
  top: 100%;
  visibility: visible;
}

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