@charset "UTF-8";
header > div.parts-header {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  border-bottom: 2px solid transparent;
  /*MenüIicons*/
  /*AccountIcon*/
  /*Warenkorb-Button*/
  /*Logo*/
}
header > div.parts-header .wp-block-navigation-item.bi,
header > div.parts-header .wp-block-navigation-item__label,
header > div.parts-header .wc-block-mini-cart__button,
header > div.parts-header .wp-block-woocommerce-customer-account a {
  color: var(--wp--preset--color--secondary) !important;
}
header > div.parts-header .wc-block-mini-cart__badge {
  color: var(--wp--preset--color--primary) !important;
  background-color: var(--wp--preset--color--secondary);
}
header > div.parts-header .wp-block-navigation-item.bi {
  align-items: center;
  justify-content: center;
}
header > div.parts-header .wp-block-navigation-item.bi:before {
  position: absolute;
  font-weight: 900 !important;
  font-size: 20px;
}
header > div.parts-header ul.header-menu {
  display: flex;
  gap: 50px;
  list-style-type: none;
}
header > div.parts-header ul.header-menu li {
  display: flex;
}
header > div.parts-header ul.header-menu li a {
  width: 20px;
  height: 20px;
}
header > div.parts-header .wp-block-woocommerce-customer-account {
  margin-left: 0 !important;
}
header > div.parts-header .wc-block-mini-cart__button {
  width: 48px;
}
header > div.parts-header .wc-block-mini-cart__button .wc-block-mini-cart__badge {
  left: 20px;
}
header > div.parts-header .wp-block-site-logo img {
  transition: all 0.3s ease-in-out;
}
header > div.parts-header nav.hamburgermenu {
  max-width: 36px;
}

/*ColorChanged by Scroll*/
.fse-transparent-header.fse-color-header header > div:first-child {
  background-color: rgba(255, 255, 255, 0.85) !important;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.fse-transparent-header.fse-color-header header > div:first-child .wp-block-navigation-item.bi,
.fse-transparent-header.fse-color-header header > div:first-child .wp-block-navigation-item__label,
.fse-transparent-header.fse-color-header header > div:first-child .wc-block-mini-cart__button,
.fse-transparent-header.fse-color-header header > div:first-child .wp-block-woocommerce-customer-account a {
  color: var(--wp--preset--color--primary) !important;
}
.fse-transparent-header.fse-color-header header > div:first-child nav button svg {
  stroke: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
}
.fse-transparent-header.fse-color-header header > div:first-child nav div.is-menu-open button svg {
  stroke: var(--wp--preset--color--secondary) !important;
  fill: var(--wp--preset--color--secondary) !important;
}
.fse-transparent-header.fse-color-header header > div:first-child nav div.is-menu-open .wp-block-navigation-item__label {
  color: var(--wp--preset--color--secondary) !important;
}
.fse-transparent-header.fse-color-header header > div:first-child .wc-block-mini-cart__badge {
  color: var(--wp--preset--color--secondary) !important;
  background-color: var(--wp--preset--color--primary);
}
.fse-transparent-header.fse-color-header header > div:first-child .wp-block-site-logo img {
  width: 55%;
  filter: invert(52%) sepia(15%) saturate(6833%) hue-rotate(126deg) brightness(92%) contrast(97%);
}

body.kasse .wc-block-mini-cart,
body.warenkorb .wc-block-mini-cart {
  display: none;
}

body.kasse header.wp-block-template-part {
  background-color: var(--wp--preset--color--primary);
}
body.kasse header.wp-block-template-part .wp-block-site-title {
  margin-bottom: 0;
}

/**
*   FOOTER
*/
footer .has-primary-background-color {
  background-color: var(--wp--preset--color--quaternary) !important;
  /*MenüWrap*/
}
footer .has-primary-background-color > .wp-block-cover {
  border-top: 2px solid var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
footer .has-primary-background-color > .wp-block-group:last-child {
  padding-top: var(--wp--preset--spacing--30);
}
footer .has-primary-background-color > .wp-block-group:last-child .wp-block-site-title {
  font-size: var(--wp--preset--font-size--small);
}
footer .has-primary-background-color > .wp-block-group:last-child * {
  color: var(--wp--preset--color--primary) !important;
}
@media (max-width: 601px) {
  footer .has-primary-background-color > .wp-block-group:last-child {
    flex-direction: column;
    gap: 30px;
  }
  footer .has-primary-background-color > .wp-block-group:last-child > div {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media (max-width: 601px) and (max-width: 414px) {
  footer .has-primary-background-color > .wp-block-group:last-child > div nav ul {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=header.css.map */