
/* @import url("https://use.typekit.net/jjn2jfb.css"); */
@import url("https://use.typekit.net/nuw1jqw.css");

:root {
  --ww-color-text: #000000; 
  --ww-color-theme-light: #F0F4D8;
  /* --ww-color-theme-medium: #AFAF89;  */
  --ww-color-theme-dark: #5F816B;
  --ww-color-white: #ffffff;
  
  --ww-vertical-space-x-large: 8.5rem;
  --ww-vertical-space-large: 5rem; /* 160px */
  --ww-vertical-space-medium: 4.125rem; /* 132px */ 
  --ww-vertical-space-small: 2.5rem; /* 80px */
  --ww-vertical-space-x-small: 2.5rem;

  --ww-vertical-space-none: 0;
  --ww-vertical-space-standard: 3.75rem;
  --ww-vertical-space-min: 1rem;
  --ww-vertical-space-max: 4rem;

  --ww-viewport-height: 100vH;

  --ww-font-size-x-small: 0.75rem;
  --ww-line-height-x-small: 1.666667;
  --ww-font-size-small: 0.875rem;
  --ww-line-height-small: 1.42857;
  --ww-font-size-paragraph: 1rem; 
  --ww-font-size-medium: 2rem;
  --ww-line-height-medium: 1.0625;
  --ww-font-size-large: 1.25rem;
  --ww-line-height-large: 1.666667;
  --ww-font-size-x-large: 3.5rem;

  --ww-font-size-hand-x-small: 1.875rem;
  --ww-font-size-hand-small: 2.5rem;
  --ww-font-size-hand-medium: 3rem;
  --ww-font-size-hand-large: 3.75rem;
  --ww-font-size-hand-x-large: 4.5rem;
  --ww-font-size-hand-x-large: clamp(4.5rem, 6.75vw, 8rem);
  
  --ww-font-size-title: 2.75rem;
  --ww-line-height-paragraph: 1.51667;
  --ww-line-height-title: 1.06667;

  --ww-font-weight-regular: 500;
  --ww-font-weight-medium: 500;

  --ww-border-radius-small: 0.5rem;
  --ww-border-radius-medium: 1rem;
}

html > body {
  --wp--preset--color--light-green-cyan: var(--ww-color-theme-light);
  --wp--preset--color--vivid-green-cyan: var(--ww-color-theme-dark);

  --ebCiBgColor: var(--ww-color-theme-dark);
  --ebLColor: var(--ww-color-text);
  --ebCiFontFamily: "Manrope-Variable", sans-serif;
  --eb-text-color-regular: var(--ww-color-text);
  --eb-button-border-color: var(--ww-color-theme-dark);
  --eb-button-bg-color: var(--ww-color-theme-dark);
}

@media screen and (min-width: 26.25rem) {
  :root {
    --ww-font-size-title: 2.875rem;
  }
}

@media screen and (min-width: 85.375rem) {
  :root {
    --ww-font-size-paragraph: 1.25rem; /* 1.125rem; */

    --ww-font-size-medium: 3rem;
    --ww-line-height-medium: 1.29167;

    --ww-font-size-hand-small: 3.75rem;
    --ww-font-size-hand-medium: 3.75rem;
    --ww-font-size-hand-large: 5rem;
    --ww-font-size-hand-x-large: 8rem;
    --ww-font-size-hand-x-large: clamp(4.5rem, 6.75vw, 8rem);
    
    --ww-vertical-space-x-large: 16.875rem;
    --ww-vertical-space-large: 10rem; /* 160px */
    /* --ww-vertical-space-standard: 10rem; */
    --ww-vertical-space-medium: 8.25rem; /* 132px */ 
    --ww-vertical-space-small: 5rem; /* 80px */
  }  
}

/* base.css */
html,
body,
article,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
figure,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
input,
textarea,
select {
  border: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h3,
h3 a,
h4,
h4 a,
blockquote p,
blockquote + p > em,
blockquote > cite,
div,
p,
ul,
ol,
label,
input,
select,
textarea,
dd,
dt,
td,
th,
a,
caption,
span,
h3,
h4,
h5,
h6,
figcaption,
legend,
option,
button,
strong,
.cli-privacy-content-text,
.wt-cli-cookie-description,
em,
div,
.marquee-inner div p em ,
.footer-service-nav .menu li a {
  font-family: "futura-pt", sans-serif;
  font-size: var(--ww-font-size-paragraph);
  line-height: var(--ww-line-height-paragraph);
  color: var(--ww-color-text);
  font-weight: var(--ww-font-weight-regular);
}

button {
  font-weight: var(--ww-font-weight-medium);
}

h1,
h2,
h3,
h4,
h5, 
h6,
.togglenav,
.menu-item a {
  font-family: "futura-pt", serif;
  font-weight: var(--ww-font-weight-medium);
  color: var(--ww-color-text);
}

.has-font-hand,
.entry-content p em {
  font-family: "blithe", sans-serif;
  font-weight: var(--ww-font-weight-regular);
  color: inherit;
}

strong {
  font-weight: var(--ww-font-weight-medium);
}

strong,
a {
  color: inherit;
  font-size: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

ol li {
  line-height: 1.2;
}

em {
  font-style: italic;
  font-size: inherit;
}

strong,
strong a {
  font-weight: var(--ww-font-weight-medium);
  color: inherit;
}

h1,
.font-size-h1 {
  font-size: var(--ww-font-size-x-large);
  line-height: 1.27292;
}

h2,
h2 a,
h2 span,
h2 strong,
.font-size-h2 {
  font-size: var(--ww-font-size-large); 
  line-height: 0.94792;
}     

h2.has-font-hand {
  font-size: var(--ww-font-size-hand-large);
  line-height: 0.86667;
}

h2.has-large-font-size.has-font-hand {
  --wp--preset--font-size--large: 3rem;
}

h3,
h3 a,
h3 span,
h3 strong,
.font-size-h3,
blockquote p {
  font-size: 1.75rem;
  line-height: 1;
}

h3.has-font-hand {
  font-size: 3rem;
  line-height: 0.83333;
}

blockquote p {
  line-height: 1.25;
  letter-spacing: 0.077px;
}

h4,
h4 a,
h4 span,
h4 strong,
.font-size-h4 {
  font-size: 1.5rem;
  font-weight: var(--ww-font-weight-regular);
}

h5,
.font-size-h5 {
  font-size: var(--ww-font-size-paragraph);
}


@media screen and (min-width: 85.375rem) {                
  h1,
  .font-size-h1 {
  }

  .navigation-slogan .font-size-h1 {
    font-size: 4rem;
    font-weight: var(--ww-font-weight-bold)
  }

  h2,
  h2 a,
  h2 span,
  h2 strong,
  .font-size-h2 {

  }   

  h3,
  h3 a,
  h3 span,
  h3 strong,
  .font-size-h3 {
    font-size: 2rem;
    line-height: 1.375;
    letter-spacing: 0.77px;
    font-weight: var(--ww-font-weight-regular);
  }

  h3.has-font-hand {
    font-size: 5rem;
    line-height: 0.5;
  }

}

nav[role="navigation"] a {
  font-size: var(--ww-font-size-large);
  line-height: var(--ww-line-height-large);
  font-weight: var(--ww-font-weight-regular);
}

.footer-footer-nav .menu-item a,
.footer-service-nav .menu-item a {
  font-size: var(--ww-font-size-paragraph);
  line-height: var(--ww-line-height-small);
  font-weight: var(--ww-font-weight-medium);
  display: inline-block;
}

@media screen and (min-width: 85.375rem) {
  nav[role="navigation"] a {
    font-size: var(--ww-font-size-large);
    line-height: normal;
  }
}

.has-font-title {
  font-size: var(--ww-font-size-title);
  line-height: var(--ww-line-height-title);
  font-weight: var(--ww-font-weight-medium);
}

.has-font-year {
  font-size: min(10.875rem, 40vw);
  line-height: 0.75; /* 0.27746; */
  font-weight: var(--ww-font-weight-medium);
}

.has-small-font-size {
  --wp--preset--font-size--small: var(--ww-font-size-small);
}

.has-medium-font-size {
  --wp--preset--font-size--medium: var(--ww-font-size-medium);
  line-height: 1.29167;
}

.has-medium-font-size em {
  font-size: var(--ww-font-size-hand-small);
  line-height: 0.95;
}

.has-large-font-size {
  --wp--preset--font-size--large: var(--ww-font-size-large);
}

.has-x-large-font-size {
  --wp--preset--font-size--x-large: var(--ww-font-size-x-large);
}

.has-x-large-font-size:has(em) {
  line-height: 0.89;
}

.has-x-large-font-size em {
  font-size: var(--ww-font-size-hand-x-large);
  line-height: 0.8889;
}

.has-font-hand.has-font-size-x-large {
  font-size: var(--ww-font-size-hand-x-large);
  line-height: 1;
}

.has-font-hand.has-font-size-medium {
  font-size: var(--ww-font-size-hand-medium);
  line-height: 0.83333;
}

.has-font-size-x-small {
  font-size: var(--ww-font-size-x-small);
  line-height: var(--ww-line-height-x-small);  
}

.has-font-hand.has-font-size-x-small {
  font-size: var(--ww-font-size-hand-x-small);
  line-height: 1.26667;  
}

.entry-content p em {
  font-style: normal;
}

/* base */

* {
  box-sizing: border-box;
}

html {
  font-family: "acumin-variable", sans-serif;
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
html::-webkit-scrollbar-track {
  width: 8px;
  background-color: var(--ww-color-white);
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-color-dark);
}

body {
  font-family: "acumin-variable", sans-serif;
  /* font-weight: 400;*/
  font-size: var(--ww-font-size-paragraph);
  background-color: var(--ww-color-theme-light);
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--ww-color-text);
  scrollbar-color: var(--ww-color-text) var(--ww-color-theme-medium);
  scrollbar-width: thin;  
}

body.has-background-theme-dark {
  background-color: var(--ww-color-theme-dark);
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-track {
  width: 8px;
  background-color: var(--ww-color-theme-medium);
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-color-text);
}

body.is-fixed,
body.fixed,
.is-navi-active,
.is-subnavi-active {
  width: 100%;
  height: 100vH;
  height: var(--ww-viewport-height);
  overflow: hidden;
}

/* .body.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: var(--ww-)
} */

.loading-overlay.is-active {
  z-index: 1000;
  transition: opacity 500ms ease;
  opacity: 1;
}

.loading-overlay.is-fadeout {
  z-index: 1000;
  transition: opacity 800ms ease;
  opacity: 0;
}

img,
i,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: var(--ww-color-text);
  font-weight: var(--ww-font-weight-medium);
}

a:hover {
  text-decoration: underline;
}

.is-hidden {
  display: none;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-embed__wrapper iframe, 
.wp-block-embed__wrapper object, 
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.wp-block-group.has-max-width .wp-block-group__inner-container > p.has-text-align-right {
  margin-right: 1.25rem;
}



@media screen and (min-width: 85.375rem) {
  .wp-block-group.has-max-width .wp-block-group__inner-container > p.has-text-align-right {
    margin-right: 2.5rem;
  }
}

br.break-on-desktop {
  display: none;
}

br.break-on-mobile {
  display: block;
}

.hide-on-mobile {
  display: none;
}

@media screen and (min-width: 64rem) {
  br.break-on-desktop {
    display: block;    
  }

  br.break-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: none;
  }

  .hide-on-mobile {
    display: block;
  }

}

/* layout */

/* ----------------------------------------------------------------------------------------------------------- grid */

.row,
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.entry-content .wp-block-columns {
  column-gap: 1.25rem;
}

.col-2,
.col-3,
.col-4,
.col-6,
.col-5,
.col-8,
.col-12 {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}

.navigation-contact.row > .col-6 > .col-8 {
  flex: 0 0 75%;
}

.navigation-contact.row > .col-6 > .col-4 {
  flex: 0 0 25%;
}

.no-stacking-on-mobile .col-6 {
  flex: 0 0 calc(50% - 0.625rem);
}

.col-6 + .col-6,
.col-4 + .col-4,
.col-3 + .col-3,
.col-6 + .col-4,
.col-4 + .col-8,
.col-8 + .col-4,
.col-10 + .col-2,
.col-4 + .col-6,
.col-9 + .col-3,
.col-3 + .col-6,
.col-6 + .col-3 {
  margin-top: 1.25rem;
}

.no-stacking-on-mobile .col-6 + .col-6 {
  margin-top: 0;
}

.align-center,
.vertical-align-center {
  align-items: center;
}

.align-flex-start {
  align-items: flex-start;
}

.wp-block-columns.justify-space-between {
  justify-content: space-between;
}

.align-self-center {
  align-self: center;
}

.align-self--end {
  align-self: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-flex-end {
  justify-content: flex-end;
}

.align-flex-end {
  align-items: flex-end;
}

.wp-block-columns.align-flex-end {
  align-items: flex-end;
}

.wp-block-column.align-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wp-block-column.align-space-between > * + * {
  margin-top: 1.25rem;
}

@media screen and (min-width: 48rem) {

  .col-3 {
    flex: 0 0 calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
  }
  
  .col-3:first-child + .col-3 {
    margin-top: 0;
  }

  .wp-block-columns.half-on-tablet {
    column-gap: 1.25rem;
  }

  .wp-block-columns.half-on-tablet .col-4 {
    flex: 0 0 calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
  }

  .wp-block-columns.half-on-tablet .col-4 + .col-4 {
    margin-top: 0;
  }

  .page-post .col-8 .col-4 {
    flex: 0 0 calc(33.33% - 0.833rem);
    max-width: calc(33.33% - 0.833rem); 
  }

  .page-post .col-8 .col-4 + .col-4 {
    margin-top: 0;
  }
}

@media screen and (min-width: 85.375rem) {
  
  .row,
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  
  .entry-content .wp-block-columns {
    column-gap: 1.25rem;
  }

  .col-4,
  .wp-block-columns.half-on-tablet .col-4 {
    flex: 0 0 calc(33.33% - 0.833rem);
    max-width: calc(33.33% - 0.833rem);
  }

  .entry-content .col-8 + .col-4,
  .entry-content .col-4 + .col-8,
  .entry-content .col-6 + .col-6,
  .entry-content .col-4 + .col-4,
  .entry-content .col-3 + .col-3,
  .entry-content .col-6 + .col-4,
  .entry-content .col-4 + .col-8,
  .entry-content .col-8 + .col-4,
  .entry-content .col-10 + .col-2,
  .entry-cotnent .col-9 + .col-3,
  .entry-content .col-6 + .col-3,
  .col-3 + .col-6,
  .col-6 + .col-3,
  .entry-content .col-4 + .col-6,
  .entry-content .col-3:not(:first-child),
  .entry-content .col-4:not(:first-child) {
    margin-top: 0;
  }


  .col-6 {
    flex: 0 0 calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
  }

  .col-6 + .col-6 {
    margin-top: 0;
  }

  .col-6:last-child,
  .col-8:last-child,
  .col-4 {
    padding-top: 0;
  }  

  .has-col-8 .col-4 {
    flex: 0 0 calc(33.33% - 0.625rem);
    max-width: calc(33.33% - 0.625rem);
  }

  .has-col-8 .col-8 {
    flex: 0 0 calc(66.67% - 0.625rem);
    max-width: calc(66.67% - 0.625rem);
  }

  .has-col-8 .col-8.has-max-width-tablet {
    max-width: 68rem;
  }

  .col-8 + .col-4,
  .col-4 + .col-4 {
    margin-top: 0;
  }

  .col-2 {
    flex: 0 0 calc(16.67% - 0.625rem);
    max-width: calc(16.67% - 0.625rem);
  }

  .col-5 {
    flex: 0 0 41.67%;
  }

  .col-7 {
    flex: 0 0 58.33%;
  }

  .col-9 {
    flex: 0 0 75%;
  }

  .col-10 {
    flex: 0 0 calc(83.33% - 0.625rem);
    max-width: calc(83.33% - 0.625rem);
  }

  .wp-block-media-text {
    display: flex;
    column-gap: 1.25rem;
  }

  .wp-block-column.align-space-between .wp-block-group + p {
    margin-top: 1.25rem;
  }

}

@media screen and (min-width: 85.375rem) {
  .wp-block-columns[data-columns="4"] {
    flex-wrap: nowrap;
  }

  .col-3 {
    flex: 0 0 calc(25% - 0.9375rem);
    max-width: calc(25% - 0.9375rem);
    margin-bottom: 0;
  }

  .col-3 + .col-3 {
    margin-top: 0;
  }

}

/* grid */

/* navigation.css */

.header-togglenav,
.header-breadcrump {
  position: relative;
  z-index: 1;
  margin-bottom: 0.625rem;
}

.navigation-togglenav {
  display: none;
}

@media screen and (min-width: 64rem) {
  .navigation-togglenav {
    display: block;
    position: absolute;
    right: 1.25rem;
    top: 0.5rem;
  }
}

.togglenav {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ww-color-text);
  font-size: var(--ww-font-size-small);
  font-weight: var(--ww-font-weight-medium);
  transition: color 300ms ease-out;
  position: relative;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  column-gap: 0.875rem;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0.375rem;
}

body.has-background-theme-dark .togglenav {
  color: var(--ww-color-theme-light);
}

.header-breadcrump {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--ww-color-text);
  font-size: var(--ww-font-size-small);
  font-weight: var(--ww-font-weight-medium); 
  min-height: 1.7rem;
  text-transform: uppercase;
}

body.has-background-theme-dark .header-breadcrump { 
  color: var(--ww-color-theme-light);
}

.togglenav .icon {
  flex: 0 0 1.375rem;
  height: 1.375rem;
  aspect-ratio: 1 / 1;
  position: relative;
}

@media (hover: hover) {
  .togglenav:hover {
    cursor: pointer;
  }
}

.togglenav .icon:before,
.togglenav .icon:after {
  content: "";
  background-color: var(--ww-color-text);
  top: 6px;
  left: 50%;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  transition: transform 300ms ease-out;
  transform-origin: center center;
}

body.has-background-theme-dark .togglenav .icon:before,
body.has-background-theme-dark .togglenav .icon:after {
  background-color: var(--ww-color-theme-light);
}

.togglenav .icon:after {
  top: auto;
  bottom: 6px;
}

.togglenav.active .icon:before {
  transform: translate(-50%, 5px) rotate(-135deg);
}

.togglenav.active .icon:after {
  transform: translate(-50%, -4px) rotate(135deg);
}

.togglenav .title-container {
  position: relative;
}

.togglenav:hover {
  text-decoration: none;
}

.togglenav .title {
  position: relative;
  transition: opacity 300ms ease-out;
}

.togglenav .title-open {
  position: absolute;
  right: 0;
}

.togglenav .title-close {
  opacity: 0;
}

.togglenav.active .title-close {
  opacity: 1;
}

.togglenav.active .title-open {
  opacity: 0;
}

.navigation-overlay {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  transition: opacity 300ms ease-out;
  background-color: var(--ww-color-text);
}

@media screen and (min-width: 64rem) {
  .is-navi-active .navigation-overlay {
    opacity: 0.2;
    z-index: 121;
  }
}

.wrapper-navigation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  transform: translate(100%, 0);
  height: var(--ww-viewport-height);
  top: 0;
  right: 0;
  transition: all 300ms ease-out;
  /* padding-top: 5.875rem; */
  padding-top: 3.125rem;
  z-index: 110;
  opacity: 1;
  background-color: var(--ww-color-theme-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 500ms ease-out, transform 300ms ease-out;
}

body.has-background-theme-dark .wrapper-navigation {
  background-color: var(--ww-color-theme-dark);
}

.wrapper-navigation.active {
  z-index: 110;
  transform: translate(0,0);
}

.wrapper-navigation .wrapper-closenav {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  transform: translate(150%, 0); 
  opacity: 0;
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  z-index: 1;
}

@media screen and (min-width: 64rem) {
  .wrapper-navigation {
    width: 50vw;
    z-index: 122;
  }  

  .wrapper-navigation.active {
    z-index: 122;
  }
}

@media screen and (min-width: 85.375rem) {
  .wrapper-navigation {
    padding-top: 3.125rem;
    width: min(27.5%, 31rem);
  }  
  .wrapper-navigation .wrapper-closenav {
    right: 2.5rem;
  }
}

@media screen and (min-width: 100rem) {
  .wrapper-navigation {
    width: min(25%, 31rem);
  }  
}

.wrapper-navigation.active .wrapper-closenav {
  transform: translate(0,0);
  opacity: 1;
}

.wrapper-navigation.active .wrapper-closenav .closenav {
  text-decoration: none;
}

.wrapper-navigation .navigation-info {
  flex: 0 0 100%;
}

@media screen and (min-width: 85.375rem) {
  .wrapper-navigation {
    align-items: center;
    display: flex;
  }  

  .wrapper-navigation .navigation-info {
    flex: 0 0 50%;
  }
}

.wrapper-navigation .navigation-slogan {
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  transform: translate(-50%,-5rem);
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 1.25rem;
}

.wrapper-navigation .navigation-slogan p.font-size-h1 { 
  font-size: var(--ww-font-size-paragraph);
}

.wrapper-navigation.active .navigation-slogan {
  opacity: 1;
  transform: translate(-50%,0);
}

.wrapper-navigation .navigation-slogan a {
  text-decoration: none;
}

.wrapper-navigation .navigation-contact.row {
  position: absolute;
  padding: 0 1rem;
  bottom: 6.625rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 0;
  margin-top: auto;
  opacity: 0;
  transform: translate(0,150%);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}

.wrapper-navigation.active .navigation-contact.row {
  opacity: 1;
  transform: translate(0,0);
}

@media screen and (min-width: 85.375rem) {
  .wrapper-navigation .navigation-slogan {
    /** transition: transform 500ms ease-out, opacity 500ms ease-out;
    opacity: 0; */
    transform: translate(0,5rem);    
    margin-left: 2.5rem;
    position: relative;
    left: auto;
    top: auto;
    max-width: none;
  }

  .wrapper-navigation.active .navigation-slogan {
    transform: translate(0,0);
  }  

  .wrapper-navigation .navigation-slogan p.font-size-h1 { 
    font-size: var(--ww-font-size-x-large);
  }
}

.wrapper-footer .footer-textblock-conttact p {
  display: flex;
  column-gap: 1.25rem;
}

.wrapper-navigation .navigation-contact p span,
.wrapper-footer .footer-textblock-conttact p span{
  flex: 0 0 30%;
}

.wrapper-navigation .navigation-contact p.align-right {
  justify-content: flex-end;
}

@media screen and (min-width: 85.375rem) {
  .wrapper-navigation .navigation-contact.row {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 112.5rem) {
  .wrapper-navigation .navigation-contact {
    flex-wrap: nowrap;
  }
}

.wrapper-navigation .navigation-main-nav {
  flex: 1 1 auto;
  position: relative;
  width: calc(100% - 2rem);
  margin: 0 auto;
  transition: all 500ms ease-out;
  overflow-y: auto;
  scrollbar-color: var(--ww-color-text) var(--ww-color-theme-medium);
  scrollbar-width: thin;   
}

.wrapper-navigation.has-nav-overflow .navigation-main-nav {
  padding-bottom: 2rem;
}

.wrapper-navigation .navigation-overflow-overlay {
  display: none;
}

.wrapper-navigation.has-nav-overflow .navigation-overflow-overlay {
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg,rgba(240, 244, 216, 0) 0%, rgba(240, 244, 216, 0.8) 10%, rgba(240, 244, 216, 1) 100%);  
  display: block;
}

.wrapper-navigation .navigation-main-nav::-webkit-scrollbar,
.wrapper-navigation .navigation-main-nav::-webkit-scrollbar-track {
  width: 8px;
  background-color: var(--ww-color-theme-medium);
  background-color: transparent;
}

.wrapper-navigation .navigation-main-nav::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-color-text);
}

@media screen and (min-width: 85.375rem) {
  .wrapper-navigation .navigation-main-nav {
    flex: 1 0 50%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    transform: translate(0,0);
    top: auto;
    left: auto;
  }
}

.wrapper-navigation .navigation-main-nav .menu,
.wrapper-footer .footer-footer-nav .menu,
.wrapper-footer .footer-service-nav .menu,
.wrapper-navigation.active .navigation-main-nav .sub-menu {
  list-style-type: none;
  overflow-y: auto;
  padding: 0;
  text-align: left;
  transition: all 300ms ease-out;
}
 
.wrapper-footer .footer-footer-nav .menu {
  display: flex;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3.25rem;
}

.wrapper-footer .footer-service-nav .menu {
  display: flex;
  row-gap: 0.5rem;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 85.375rem) {
  .wrapper-footer .footer-footer-nav .menu {
    row-gap: 0.75rem;
    margin-bottom: 0;
  }
  .wrapper-footer .footer-service-nav .menu {
    margin-bottom: 0;
  }
}

nav[role="navigation"] .menu-item {
  flex: 0 0 100%;
  border-bottom: 1px solid var(--ww-color-text);
}

body.has-background-theme-dark nav[role="navigation"] .menu-item {
  border-color: var(--ww-color-theme-light);
}

nav[role="navigation"].footer-footer-nav .menu-item,
nav[role="navigation"].footer-service-nav .menu-item  {
  border-bottom: 0;
}

nav[role="navigation"].footer-service-nav .menu-item  {
  flex: 0 0 auto;
}

nav[role="navigation"] a {
  display: flex;
  color: var(--ww-color-text);
  text-decoration: none;
  column-gap: 0.5rem;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.75rem 0;
}

nav[role="navigation"].footer-service-nav a {
  padding: 0;
}

@media screen  and (min-width: 85.375rem) {
  .wrapper-footer .footer-service-nav .menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  nav[role="navigation"].footer-service-nav .menu-item  {
    flex: 0 0 100%;
  }
}

body.has-background-theme-dark nav[role="navigation"].navigation-main-nav a {
  color: var(--ww-color-theme-light);
}

body.has-background-theme-dark nav[role="navigation"] a path {
  stroke: var(--ww-color-theme-light);
}

.footer-footer-nav .menu-item a {
  text-transform: uppercase;
  padding: 0;
}

@media (hover: hover) {
  nav[role="navigation"] a:hover {
    text-decoration: underline;
  }
}

/* header.css  */

.wrapper-header {
  position: sticky;
  top: 0;
  background-color: var(--ww-color-theme-light);
  left: 0;
  right: 0;
  z-index: 120;
  transition: transform 500ms ease-out, background 500ms ease-out;
}

body.has-background-theme-dark .wrapper-header {
  background-color: var(--ww-color-theme-dark);
}

.home .wrapper-header {
  margin-top: 100vh;
  /* margin-top: var(--ww-viewport-height); */
}

.is-navi-active {
  padding-top: 94px;
}

.is-navi-active .wrapper-header {
  position: fixed;
  margin-top: 0;
}

.header-inner {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 1rem;
  height: 3.5rem;
  transition: padding 300ms ease-out;
  border-bottom: 1px solid var(--ww-color-text);
}

@media screen and (min-width: 64rem) {
  .is-navi-active {
    padding-top: 3.125rem;
  }

  .header-inner {
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem;
    height: 3.125rem;
  }
}

body.has-background-theme-dark .header-inner {
  border-color: var(--ww-color-theme-light);
}

.logo-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-main img {
  display: block;
  width: 100%;
  max-width: 3.125rem;
}

.logo-icon-dark {
  display: none;
}

.has-background-theme-dark .logo-icon {
  display: none;
}

.has-background-theme-dark .logo-icon-dark {
  display: block;
}

body.has-background-theme-dark .logo-main path {
  stroke: var(--ww-color-theme-light);
}

.navigation-contact {
  margin-top: auto;
  padding: 0 1rem 2rem;
  width: 100%;
}

body.has-background-theme-dark .navigation-contact p,
body.has-background-theme-dark .navigation-contact p a {
  color: var(--ww-color-theme-light);
}

.navigation-contact p + p {
  margin-top: 0.625rem;
}

.navigation-contact-title + p {
  margin-top: 1rem;
}

.navigation-contact p:last-child {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  flex-wrap: nowrap;
}

.navigation-contact p:last-child span:first-child {
  flex: 1 0 50%;
}

.navigation-contact p:last-child span:last-child {
  flex: 0 1 50%;
  text-align: right;
}


/* content  */

.pageheader {
  position: relative;
  width: 100%;
  height: 100vh;
  height: var(--ww-viewport-height);
  overflow: hidden;
}

.pageheader-home {
  margin-top: calc(-100vh - 5.875rem);
  margin-top: calc(-var(--ww-viewport-height) - 5.875rem);
  background-color: var(--ww-color-theme-dark);
  margin-bottom: 5.875rem;
}

@media screen and (min-width: 64rem) {
  .pageheader-home {
    margin-top: calc(-100vh - 3.125rem);
    margin-top: calc(-var(--ww-viewport-height) - 3.125rem);
  }
}

.pageheader-home .wp-block-image {
  padding-top: 4rem;
}

.pageheaader-home .start-animation-images .wp-block-images {
  padding-top: 0;
}

.pageheader-home .wp-block-image svg {
  margin-left: auto;
  margin-right: auto;
}

.pageheader-home h1 {
  color: var(--ww-color-theme-light);
}

.wp-block-group-start-animation,
.wp-block-group-start-animation .start-animation-images {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  /* height: var(--ww-viewport-height); */
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-group-start-animation .start-animation-images {
  display: block;
  z-index: 1;
}

.pageheader-home .wp-block-image.start-animation-image {
  position: absolute;
  margin-top: 0;
}

.start-animation-image[data-index="0"] {
  transform: rotate(-118.813deg);
  max-width: 50%;
  top: -5vh;
  right: -20vw;
}

.start-animation-image[data-index="1"] {
  transform: rotate(-54.304deg); 
  max-width: 50%;
  top: 30vh;
  right: -30vw;
}

.start-animation-image[data-index="2"] {
  transform: rotate(-7.286deg); 
  max-width: 50%;
  top: 45vh;
  right: -10vw;
}

.start-animation-image[data-index="3"] {
  transform: rotate(35.259deg); 
  max-width: 50%;
  top: 45vh;
  left: -30vw;
}

.start-animation-image[data-index="4"] {
  transform: rotate(90deg); 
  max-width: 50%;
  top: 7.5vh;
  left: -45vw;
}

@media screen and (min-width: 48rem) and (orientation: portrait) {
  .start-animation-image[data-index="0"] {
    top: -15vh;
  }
}

@media screen and (min-width: 64rem) and (orientation: landscape) {
  .start-animation-image[data-index="0"] {
    top: -45vh;
    right: -10vw;
  }

  .start-animation-image[data-index="1"] {
    top: 25vh;
    right: -20vw;
  }

  .start-animation-image[data-index="2"] {
    transform: rotate(-7.286deg); 
    top: 55vh;
    right: 7.5vw;
  }  

  .start-animation-image[data-index="3"] {
    top: 45vh;
    left: -10vw;
  }  

  .start-animation-image[data-index="4"] {
    top: -25vh;
    left: -35vw;
  }  
}

@media screen and (min-width: 85.375rem) and (orientation: landscape) {
  .start-animation-image[data-index="0"] {
    right: -1vw;
  }

  .start-animation-image[data-index="1"] {
    right: -5vw;
  }

  .start-animation-image[data-index="2"] {
    right: 10vw;
  }  

  .start-animation-image[data-index="3"] {
    left: 0vw;
  }  

  .start-animation-image[data-index="4"] {
    left: -10vw;
  }  
}

@media screen and (min-height: 67.5rem) and (orientation: landscape) {
  .start-animation-image[data-index="0"] {
    top: -25vh;
  }

  .start-animation-image[data-index="4"] {
    top: -5vh;
  }  
}

@media screen and (min-width: 160rem) and (min-height: 67.5rem) and (orientation: landscape) {
  .start-animation-image[data-index="0"] {
    right: 16vw;
    top: -30vh;
  }

  .start-animation-image[data-index="1"] {
    right: 10vw;
    top: 65vh;
  }

  .start-animation-image[data-index="2"] {
    right: 25vw;
  }  

  .start-animation-image[data-index="3"] {
    left: 10vw;
  }  

  .start-animation-image[data-index="4"] {
    left: 5vw;
  }  
}

.pageheader-home-scrolldown {
  position: absolute;
  left: 50%;
  top: calc(100vh + 1px);
  top: calc(var(--ww-viewport-height) + 1px);
  transform: translate(-50%,-100%);
  /* width: max(28.5rem, 30.5%); */
  width: max(38.5rem, 30.5%);
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding: 2.5rem 1rem 0.35rem;
}

.pageheader-home-scrolldown:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url('../images/background-krapfen.svg') bottom center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 28.5rem) {
  .pageheader-home-scrolldown:before {
    background-size: contain;
  }
}

.pageheader-home-scrolldown button {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.pageheader-home-scrolldown button:hover {
  cursor: pointer;
}

.pageheader-home-scrolldown button .label {
  text-transform: uppercase;
  padding-bottom: 1rem;
  display: block;
}

.pageheader-home-scrolldown button .svgicon {
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
}

.pageheader-hero-video,
.pageheader-hero-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.pageheader-hero-video:after,
.pageheader-hero-image:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 29.12%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.pageheader-single .pageheader-hero-image:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 33.19%), linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 29.12%);
}

.pageheader-hero-image figure {
  height: 100%;
}

.pageheader video,
.pageheader .pageheader-hero-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.pageheader .pageheader-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.page,
main.post {
  /* min-height: 100vh;
  min-height: var(--ww-viewport-height); */
}

.page-content ul,
.page-content ol {
    padding-left: 2rem;
}

.page-content ol li + li {
  margin-top: 1rem;
}

.page-content a:hover {
    text-decoration: none;
}

.page-content a.btn-primary:hover {
  text-decoration: none;
}

.page-content .wp-block-group__inner-container {
  max-width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.page-content .has-max-content-width .wp-block-group__inner-container:has(.carouselslider) {
  max-width: 100vw;
  overflow: hidden;
}

.page-content .wp-block-group-schlipf-co .wp-block-group__inner-container,
.page-content .wp-block-group-salespartner .wp-block-group__inner-container {
  max-width: 100vw;
}

@media screen and (min-width: 64rem) {
  .page-content .has-max-content-width .wp-block-group__inner-container {
    max-width: min(calc(100vw - 2rem), 58rem);
  }
  .page-content .has-max-content-width .wp-block-group__inner-container:has(.carouselslider) {
    max-width: min(calc(100vw - 8rem), 66rem);
    overflow: hidden;
  }
}

.page-content .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid),
.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container,
.page-content .wp-block-group.has-max-width .wp-block-group__inner-container,
.page-content .wp-block-group .wp-block-group__inner-container:has(.listing-product-default) {
  max-width: 100vw;
}

.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container {
  position: relative;
  overflow: hidden;
  padding-top: 0; 
}

@media screen and (min-width: 64rem) {
  .entry-content > .wp-block-group.has-background + .wp-block-group.has-background.wp-block-group-thousand-pieces {
    margin-top: 14.375rem;
  }    
}

.page-content .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) .col-6 > *,
.page-content .wp-block-group .wp-block-group__inner-container:has(.listing-product-default) > *:not(.wrapper-listing-products),
.page-content .wp-block-group .wp-block-group__inner-container:has(.listing-product-default) > .wrapper-listing-products > * {
  margin-left: 1rem;
  margin-right: 1rem; 
}

.page-content .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) .col-6 > .wp-block-image {
  max-width: min(calc(100vw - 2rem), 49rem);
  margin-left: auto;
  margin-right: auto;
}

.page-content .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6) .col-6.has-max-content-width > *,
.page-content .wp-block-group-salespartner > .wp-block-group__inner-container .col-6.has-max-content-width .wp-block-group__inner-container > * {
  max-width: min(calc(100vw - 2rem), 34.625rem);
  margin-left: auto;
  margin-right: auto;
}

.page-content .wp-block-group-salespartner > .wp-block-group__inner-container .col-6.has-max-content-width .wp-block-group__inner-container > * {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem; 
}

.page-content .wp-block-group .wp-block-group__inner-container:has(.listing-product-default) > .wrapper-listing-products > .listing-product-default {
  margin-left: 0;
  margin-right: 0;
}

.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container p {
  margin-left: 1rem;
  margin-right: 1rem;
  z-index: 1;
  position: relative;
}

.page-content .wp-block-group-schlipf-co .col-6:first-child .wp-block-group.has-background-tiles svg {
  width: calc(100% - 3rem);
}

@media screen and (min-width: 48rem) {
  .page-content .wp-block-group .wp-block-group__inner-container:has(.listing-product-default) > .wrapper-listing-products > .listing-product-default {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.page-content .wp-block-group-schlipf-co .col-6 h2 {
  margin-bottom: 3.75rem;
}

.page-content .wp-block-group-schlipf-co .col-6:first-child .has-background-tiles .wp-block-image {
  padding-bottom: 7rem;
}

.page-content .wp-block-group-schlipf-co .col-6:last-child {
  padding-top: 1.5rem;
  padding-bottom: 2.125rem;
}

@media screen and (min-width: 85.375rem) {
  .page-content .wp-block-group .wp-block-group__inner-container:has(.listing-product-default) > .wrapper-listing-products .listing-products-filter {
    padding-left: 15%;
    padding-right: 15%;
  }

  .page-content .wp-block-group .wp-block-group__inner-container:has(.listing-product-default) > .wrapper-listing-products > .listing-product-default {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .page-content .wp-block-group__inner-container {
    max-width: calc(100vw - 2.5rem);
  }

  .page-content .wp-block-group-schlipf-co .wp-block-group__inner-container {
    max-width: 100vw;
  }

  .page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container p {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .page-content .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) .wp-block-columns {
    /* align-items: center; */
  }

  .page-content .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) .col-6 > .wp-block-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .page-content .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) .col-6.has-max-content-width > p + p {
    margin-top: 14.625rem;
    margin-bottom: 17.875rem;
  }

  .entry-content > .wp-block-group.has-background.has-margin-top-small.wp-block-group-schlipf-co > .wp-block-group__inner-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-content .wp-block-group-schlipf-co .col-6:first-child {
    order: 1;
    padding-top: 8.625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .page-content .wp-block-group-schlipf-co .col-6:first-child .wp-block-group.has-background-tiles {
    padding-bottom: 7.5rem;
  }

  .page-content .wp-block-group-schlipf-co .col-6:first-child .has-background-tiles .wp-block-image {
    padding-bottom: 3.5rem;
  }

  .entry-content .wp-block-group-schlipf-co .col-6:first-child .wp-block-group.has-background-tiles {
    background-size: 72%;
  }

  .page-content .wp-block-group-schlipf-co .col-6:first-child .wp-block-group.has-background-tiles svg {
    width: min(100%, 41.625rem);
  }

  .page-content .wp-block-group-schlipf-co,
  .page-content .wp-block-group-salespartner {
    --ww-font-size-medium: 2.75rem;
  }

  .page-content .wp-block-group-schlipf-co .col-6:last-child { 
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}

.page-content .wp-block-group-salespartner {
  margin-top: 1rem;
  margin-bottom: 3.25rem;
}

.page-content .wp-block-group-salespartner h2.has-font-hand {
  --ww-font-size-hand-large: 3rem; 
  margin-top: 3rem;
  margin-bottom: 1.75rem;
}

.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container > .wp-block-group {
  position: relative;
  aspect-ratio: 470 / 353;
  margin-top: -1rem;
}

.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container > .wp-block-group .wp-block-image {
  position: relative;
  z-index: 0;
  margin-left: 50%;
  transform: translate(-50%,0);
  width: 150vw;
}

@media screen and (min-width: 64rem) {
  .page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container > .wp-block-group {
    aspect-ratio: unset;
  }

  .page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container > .wp-block-group .wp-block-image {
    width: 100vw;
    max-width: 64rem;
  }
}

@media screen and (min-width: 85.375rem) {
  .page-content .wp-block-group-salespartner .col-6.has-max-content-width .wp-block-group {
    height: 100%;
    margin-left: 1.25rem;
    border-radius: var(--ww-border-radius-medium);
  } 

  .page-content .wp-block-group-salespartner > .wp-block-group__inner-container .col-6.has-max-content-width .wp-block-group__inner-container > * {
    padding-top: 8.5rem;
    padding-bottom: 8.375rem;
  }

  .entry-content .wp-block-group-salespartner .wp-block-group.has-background-grid.background-bottom::before  {
    top: 60%;
  }
}

.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container > .wp-block-group p {
  position: absolute;
  left: 50%;
  top: 42.5%;
  transform: translate(-50%,-50%);
}

.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container > .wp-block-group + p {
  margin-top: -1rem;
}


.page-content .wp-block-group-thousand-pieces > .wp-block-group__inner-container > .wp-block-group .wp-block-image svg {
  width: 100%;
}

.page-content .wp-block-group-abc {
  margin-top: 1rem;
}

.page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group {
  padding-top: var(--ww-vertical-space-standard);
}

.page-content .wp-block-group-abc .wp-block-group__inner-container:has(.tipp) .wp-block-image {
  max-width: 49.25rem;
  margin-left: auto;
  margin-right: auto;
}

.page-content .wp-block-group-contact-data .wp-block-group__inner-container {
  border-bottom: 1px solid var(--ww-color-text);
}

.entry-content > .wp-block-group.has-background.wp-block-group-contact-data > .wp-block-group__inner-container {
  padding-bottom: 0.5rem;
  margin-bottom: 2.625rem;
}

@media screen and (min-width: 85.375rem) {
  .page-content .wp-block-group-abc > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
  }

  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:nth-child(2) {
    order: 1;
    flex: 0 0 100%;
    padding-top: 7.625rem;
  }

  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:first-child,
  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:last-child {
    flex: 0 0 50%;
  }

  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-heading,
  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:last-child .wp-block-heading {
    min-height: 6.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-heading.phonetic {
    min-height: 0;
    margin-top: 2rem;
  }

  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:first-child p,
  .page-content .wp-block-group-abc .wp-block-group__inner-container > .wp-block-group:last-child p {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    --wp--preset--font-size--medium: 2.5rem;
  }

  .page-content .wp-block-group-abc .wp-block-group__inner-container:has(.tipp) {
    position: relative;
  }

  .page-content .wp-block-group-abc p.tipp {
    position: absolute;
    left: 72.5%;
    top: 25%; 
  }

  .page-content .wp-block-group-abc p.tipp i {
    transform: rotate(90deg) translate(-75%,0) scaleX(-1);
  }

  .page-content .wp-block-group-abc p.tipp *:first-child {
    order: 1;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container {
    display: flex;
    position: relative;
  }

  .entry-content > .wp-block-group.has-background.wp-block-group-recipe > .wp-block-group__inner-container {
    padding-top: 31.25rem;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group {
    flex: 0 0 25%;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group .wp-block-heading {
    text-align: left;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group h2.wp-block-heading {
    font-size: 3.875rem;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group h4.wp-block-heading {
    font-size: 2.5rem;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group .wp-block-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 12.75rem;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group .wp-block-image svg {
    width: 100%;
  }

  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group .wp-block-heading + ol,
  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group .wp-block-heading + ul,
  .page-content .wp-block-group-recipe > .wp-block-group__inner-container > .wp-block-group .wp-block-image + ul {
    margin-top: 1rem;
  }

  .entry-content > .wp-block-group.has-background.wp-block-group-contact-data > .wp-block-group__inner-container {
    padding-bottom: 2.625rem;
    margin-bottom: 4.25rem;
  }
}

.wrapper-post-teaser,
.wrapper-call-to-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--ww-color-theme-light);
  border-top: 1px solid var(--ww-color-text);
  border-bottom: 1px solid var(--ww-color-text);
  padding: 0.625rem 2.5rem;
  text-align: center;
  transition: transform 300ms ease-out;
  z-index: 10;
}

.wrapper-post-teaser p {
  overflow-x: scroll;
  white-space: nowrap;;
}

@media screen and (min-width: 64rem) {
  .wrapper-post-teaser p {
    overflow-x: initial;
    white-space: initial;
  }
}

.scrolled .wrapper-post-teaser {
  transform: translate(0,calc(-100% + 1px));
}

.wrapper-post-teaser a {
  text-decoration: none;
}

.wrapper-post-teaser a:hover {
  text-decoration: underline;
}

.wrapper-call-to-actions {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--ww-color-white);
  transform: translate(0,100%);
  transition: transform 300ms ease-out, background-color 300ms ease-out;
  display: flex;
  flex-wrap: nowrap;
}

.scrolled .wrapper-call-to-actions {
  transform: translate(0,0);
}

.is-navi-active .wrapper-call-to-actions {
  transition-duration: 500ms;
  transform: translate(0,0);
  background-color: var(--ww-color-theme-dark);
  border-bottom: 0;
  z-index: 121;
}

.wrapper-post-teaser + .wrapper-call-to-actions {
  border-top: 0;
}

.is-navi-active .wrapper-post-teaser + .wrapper-call-to-actions  {
  border-top: 1px solid var(--ww-color-text);
}

.wrapper-call-to-actions a {
  flex: 0 0 50%;
  text-align: center;
  padding: 0.625rem 1rem;
  text-decoration: none;
  transition: color 500ms ease-out;
  color: var(--ww-color-text);
}

.is-navi-active .wrapper-call-to-actions a { 
  color: var(--ww-color-theme-light);
}

.wrapper-call-to-actions a:last-child {
  border-left: 1px solid var(--ww-color-text);
  flex: 0 0 calc(50% - 1px);
}

.page-content .wp-block-group__inner-container.container-dragslide {
  position: relative;
}

.entry-content .checkfold-animation {
  transform: translate(0,0);
  opacity: 1;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}

.entry-content .checkfold-animation.checkfold {
  transform: translate(0,25%);
  opacity: 0;
}

.entry-content > .wp-block-group.has-background > .wp-block-group__inner-container,
.pageheader + .page-content > .entry-content > .wp-block-group.has-background:first-child {
  padding-top: var(--ww-vertical-space-standard);
  padding-bottom: var(--ww-vertical-space-standard);
}

.page-contact > .entry-content > .wp-block-group.has-background > .wp-block-group__inner-container {
  padding-top: 1rem;
}

.entry-content > .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content > .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) .col-6 {
  padding-top: var(--ww-vertical-space-standard);
  padding-bottom: var(--ww-vertical-space-standard);
}

.entry-content > .wp-block-group-thousand-pieces.has-background > .wp-block-group__inner-container {
  padding-bottom: 0;
}

.entry-content > .wp-block-group.has-background + .wp-block-group.has-background > .wp-block-group__inner-container {
  padding-top: 0;
}

.entry-content > .wp-block-group.has-background + .wp-block-group.has-background.has-margin-top-large > .wp-block-group__inner-container {
  padding-top: var(--ww-vertical-space-large);
}

.paentry-content > .wp-block-group.has-background + .wp-block-group.has-background.has-margin-top-medium > .wp-block-group__inner-container {
  padding-top: var(--ww-vertical-space-medium);
}

.entry-content > .wp-block-group.has-background + .wp-block-group.has-background.has-margin-top-small > .wp-block-group__inner-container {
  padding-top: var(--ww-vertical-space-small);
}

.entry-content > .wp-block-group.has-background + .wp-block-group.has-background > .wp-block-group__inner-container:has(.col-6.has-background-grid) {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content > .wp-block-group.has-background.has-margin-top-small > .wp-block-group__inner-container {
  padding-top: var(--ww-vertical-space-small);
}

.entry-content > .wp-block-group.has-background.has-margin-bottom-small > .wp-block-group__inner-container {
  padding-bottom: var(--ww-vertical-space-small);
}

.entry-content .wp-block-group.has-background.has-margin-bottom-none > .wp-block-group__inner-container {
  padding-bottom: 0;
}

.pageheader + .page-content > .entry-content > .wp-block-group:first-child {
  margin-top: calc(var(--ww-vertical-space-standard) + 5.875rem); /* + header height, because of sticky */
}

.pageheader + .page-content > .entry-content > .wp-block-group.has-background {
  margin-top: 5.875rem; /* only header */
}

.entry-content > .wp-block-group + .wp-block-group {
  margin-top: var(--ww-vertical-space-standard);
}

.entry-content > .wp-block-group:last-child {
  margin-bottom: 2rem;
}

.entry-content > .wp-block-group.wp-block-group-schlipf-co:last-child {
  margin-bottom: 0;
}

.entry-content > .wp-block-group.has-background + .wp-block-group.has-background {
  margin-top: 0;
}

.entry-content > .wp-block-group.has-light-green-cyan-background-color:last-child .wp-block-group__inner-container {
  padding-bottom: 0;
}

.entry-content > .wp-block-group.has-light-green-cyan-background-color:last-child:has(.wp-block-gallery-image-slider) .wp-block-group__inner-container {
  padding-bottom: 4rem;
}

.entry-content .wp-block-group.has-vivid-green-cyan-background-color {
  border-radius: var(--ww-border-radius-medium);
}

@media screen and (min-width: 64rem) {
  .entry-content .wp-block-group.has-vivid-green-cyan-background-color {
    border-radius: 0;
  }
  .entry-content > .wp-block-group.has-background + .wp-block-group.has-background.has-margin-120-desktop {
    margin-top: 7.5rem;
  }
}

.entry-content .wp-block-group.has-vivid-green-cyan-background-color:has(+ .wp-block-group.has-vivid-green-cyan-background-color) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.entry-content .wp-block-group.has-vivid-green-cyan-background-color + .wp-block-group.has-vivid-green-cyan-background-color {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.entry-content .wp-block-group.has-border-top > .wp-block-group__inner-container {
  border-top: 1px solid var(--ww-color-text);
  padding-top: 1.25rem;
}

.wp-block-columns.has-border-top {
  border-top: 1px solid var(--ww-color-text);
  padding-top: 1.5rem;
}

.wp-block-columns.has-border-bottom {
  border-bottom: 1px solid var(--ww-color-text);
}

.entry-content .has-margin-top-x-large,
.entry-content > .wp-block-group + .wp-block-group.has-margin-top-x-large {
  margin-top: var(--ww-vertical-space-x-large);
}

.entry-content .has-margin-top-large,
.entry-content > .wp-block-group + .wp-block-group.has-margin-top-large {
  margin-top: var(--ww-vertical-space-large);
}

.entry-content .has-margin-top-medium,
.entry-content > .wp-block-group + .wp-block-group.has-margin-top-medium {
  margin-top: var(--ww-vertical-space-medium);
}

.entry-content .has-margin-top-small,
.entry-content > .wp-block-group + .wp-block-group.has-margin-top-small {
  margin-top: var(--ww-vertical-space-small);
}

.entry-content .wp-block-group.has-margin-top-small.has-background,
.entry-content > .wp-block-group + .wp-block-group.has-margin-top-small.has-background,
.entry-content .wp-block-group.has-margin-top-none {
  margin-top: 0;
}

.entry-content > .wp-block-group.has-vivid-green-cyan-background-color:first-child {
  margin-top: 1rem;
}

.entry-content .wp-block-group.has-light-green-cyan-background-color + .wp-block-group.has-vivid-green-cyan-background-color {
  margin-top: -1rem;
}

.entry-content .has-margin-top-x-small,
.entry-content > .wp-block-group + .wp-block-group.has-margin-top-x-small {
  margin-top: var(--ww-vertical-space-x-small);
}

.entry-content .wp-block-group.has-background-grid {
  position: relative;
}

.entry-content .wp-block-group.has-background-grid:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background-grid.svg) top left repeat-x;
  background-size: 80%;
}

.entry-content .wp-block-group.has-background-grid.background-bottom {
  overflow: hidden;
  padding-bottom: 5rem;
}

.entry-content .wp-block-group.has-background-grid.background-bottom:before {
  top: 75%;
}

.entry-content .wp-block-group.has-background-grid-black {
  background: url(../images/background-grid-black.svg) top left repeat-x;
}

.entry-content .wp-block-group.has-background-tiles {
  background: url(../images/background-tiles.svg) bottom left repeat-x;
}

.entry-content .wp-block-group.has-background-tiles .wp-block-image {
  padding-bottom: 3.5rem;
}

.page-content h1 + p {
  margin-top: 1.25rem;
}

.link-request-headline a {
  letter-spacing: 2.4px;
  font-weight: 400;
  text-decoration: none;
}

a.btn,
button.btn,
p.btn a {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  font-size: var(--ww-font-size-paragraph);
}

p.btn-link-arrow a,
.btn-scroll,
p.btn-scroll a {
  display: inline-flex;
  column-gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
  transition: column-gap 300ms ease-out;
}

.btn-more a,
a.btn-order-now {
  display: inline-flex;
  width: min(100%, 23.125rem);
  border: 1px solid var(--ww-color-text);
  border-radius: 50%;
  justify-content: center;
  padding: 0.75rem 1rem;
  column-gap: 0.5rem;
}

a.btn-order-now {
  background-color: var(--ww-color-theme-light);
  width: auto;
  position: fixed;
  top: 100vh;
  top: var(--ww-viewport-height);
  transform: translate(0, calc(-100% - 1rem)) rotate(-3.5deg);
  left: 1rem;
  z-index: 12;
  padding: 1rem;
}

a.btn-order-now:hover {
  text-decoration: none;
}

.has-background-theme-dark a.btn-order-now {
  background-color: var(--ww-color-theme-dark);
  color: var(--ww-color-theme-light);
  border-color: var(--ww-color-theme-light);
}

p.has-light-green-cyan-color.btn-more a {
  border-color: var(--ww-color-theme-light);
}

.has-vivid-green-cyan-background-color p.btn-more a {
  background-color: var(--ww-color-theme-dark);
}

.has-vivid-green-cyan-background-color.has-background-grid p.btn-more {
  padding-top: 1rem;
}

.wrapper-listing-products + .btn-more {
  margin-top: 3.875rem;
}

.has-text-align-right.btn-link-arrow a {
  padding-right: 1rem;
  transition: padding 300ms ease-out, column-gap 300ms ease-out;
}

p.has-light-green-cyan-color.btn-more a path {
  stroke: var(--ww-color-theme-light);
}

@media (hover: hover) {
  p.btn-link-arrow a:hover,
  .btn-scroll:hover,
  p.btn-scroll a:hover {
    column-gap: 1.5rem;
  }

  .has-text-align-right.btn-link-arrow a:hover {
    padding-right: 0;
    column-gap: 1.5rem;
  }
}

.btn-scroll svg {
  transform: rotate(90deg);
}

p.has-text-align-right a.btn-link-arrow {
  margin-left: auto;
  margin-right: 0;
}

p.btn-link-arrow i {
  flex: 0 0 1.75rem;
}

p.btn a:hover,
a.btn:hover,
button.btn:hover {
  cursor: pointer;
}

a.btn-primary,
button.btn-primary,
p.btn-primary a {
  background-color: var(--ww-color-primary);
  color: var(--ww-color-text);
  border-color: var(--ww-color-primary);
}

p.btn-primary a {
  line-height: 0.6875;
  display: inline-block;
}

.wp-block-button.btn-more {
  background-color: transparent;
}

.wp-block-buttons > .wp-block-button.btn-more {
  display: inline-flex;
  background-size: 100%;
  width: 11.5rem;
  height: 6.375rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wp-block-buttons > .wp-block-button.btn-more .btn-more-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}

.wp-block-buttons > .wp-block-button.btn-more:hover .btn-more-bg path {
  fill: var(--ww-color-white);
}

.wp-block-buttons > .wp-block-button.btn-more .wp-block-button__link {
  background-color: transparent;
  color: var(--ww-color-text);
  text-transform: uppercase;
  font-style: italic;
  transform: rotate(-15deg);
  z-index: 1;
  position: relative;
}

.wp-block-buttons > .wp-block-button.btn-more .wp-block-button__link:hover {
  text-decoration: none;
}

.btn-primary:not(p.btn-primary):not(.wp-block-button):hover,
.wp-block-buttons > .wp-block-button.btn-primary .wp-block-button__link:hover,
p.btn-primary a:hover {
  background-color: var(--ww-color-dark);
  color: var(--ww-color-primary);
  text-decoration: none;
}

.wp-block-buttons:has(.btn-link-arrow) {
  display: flex;
  margin-top: 1.5rem;
  column-gap: 4rem;
}

.wp-block-buttons .wp-block-button.btn-link-arrow .wp-block-button__link {
  display: inline-flex;
  column-gap: 0.75rem;
  background-color: transparent;
  text-decoration: none;
  color: var(--ww-color-text);
  padding: 0;
  transform: column-gap 300ms ease-out;
}

@media (hover:hover) {
  .wp-block-buttons .wp-block-button.btn-link-arrow .wp-block-button__link:hover {
    text-decoration: underline;
    column-gap: 2rem;
    cursor: pointer;
  }
}

.page-content .wp-block-image img {
  border-radius: var(--ww-border-radius-small);
}

.page-content .wp-block-image.has-rotation-positive {
  transform: rotate(4.14deg);
}

.page-content .wp-block-image.has-rotation-negative {
  transform: rotate(-4.14deg);
}

.page-content .wp-block-image.has-margin-top-bottom {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.page-content .wp-block-image .aligncenter img,
.page-content .wp-block-image .aligncenter svg {
  margin-left: auto;
  margin-right: auto;
}

.page-content .wp-block-image .alignright img,
.page-content .wp-block-image .alignright svg {
  margin-left: auto;
  margin-right: 0;
}

.page-content .wp-block-group-image-icon .wp-block-image:has(svg),
.page-content .wp-block-group-image-icon .wp-block-image.icon-image figure {
  position: absolute;
  z-index: 1;
}

.page-content .wp-block-group-image-icon .wp-block-image.icon-image figure {
  max-width: 6.375rem;
}

.page-content .wp-block-group-image-icon .wp-block-image:has(.alignright svg),
.page-content .wp-block-group-image-icon .wp-block-image.icon-image .alignright {
  left: auto;
  bottom: -1rem;
  right: 1rem;
}

.page-content .wp-block-group__inner-container:has(.carouselslider) .wp-block-group-image-icon .wp-block-image.icon-image .alignright {
  left: auto;
  bottom: auto;
  top: 50%;
  right: 1rem;
}

.home .page-content .wp-block-group-image-icon {
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
  position: relative;
}

@media screen and (min-width: 85.375rem) {
  .page-content .wp-block-group-image-icon .wp-block-image:has(.alignright svg),
  .page-content .wp-block-group-image-icon .wp-block-image.icon-image .alignright {
    top: 60%;
    right: 0;
    bottom: auto;
  }

  .page-content .wp-block-group__inner-container:has(.carouselslider) .wp-block-group-image-icon .wp-block-image.icon-image .alignright {
    top: 60%;
  }  
}

.page-content .wp-block-group-image-slider-icon .wp-block-group__inner-container {
  position: relative;
}

.page-content .wp-block-group-image-slider-icon .wp-block-group__inner-container > .wp-block-image:last-child {
  position: absolute;
  top: 40%;
  right: 1rem;
  transform: translate(0,-50%);
  z-index: 10;
}

.page-content .wp-block-group-image-slider-icon .wp-block-group__inner-container > .wp-block-image.icon-image.icon-image img {
  max-width: 6.375rem;
}

@media screen and (min-width: 85.375rem) {
  .page-content .wp-block-group-image-slider-icon .wp-block-group__inner-container > .wp-block-image {
  }

  .page-content .wp-block-group-image-slider-icon .wp-block-group__inner-container > .wp-block-image:last-child {
    width: calc(100vw - 2.5rem);
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    transform: translate(-50%,0);
    left: 50%;
    right: auto;
    top: 60%;
    display: flex;
    justify-content: flex-end;
  }
}

.page-content .wp-block-columns:has(.col-4 ~ .col-6) .col-4 .wp-block-image {
  aspect-ratio: 25 / 22;
}

.page-content .wp-block-columns:has(.col-4 ~ .col-6) .col-6 .wp-block-image {
  aspect-ratio: 91 / 80;
}

.page-content .wp-block-columns:has(.col-4 ~ .col-6) .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-content p + p, 
.page-content p + ul,
.page-content p + ol {
  margin-top: var(--ww-font-size-paragraph);
}

@media screen and (min-width: 64rem) {
  .page-content p.has-font-year + p {
    margin-top: 14.375rem;
  }
}

.page-content p.has-border-top {
  margin-top: 0.5rem;
  border-top: 1px solid var(--ww-color-text);
  padding-top: 0.5rem;
}

.page-content p.has-border-top-mobile {
  padding-top: 0.5rem;
  border-top: 1px solid var(--ww-color-text);
}

@media screen and (min-width: 85.375rem) {
  .page-content p.has-border-top-mobile {
    padding-top: 0;
    border-top: none;
  }
}

.page-content h2 + h4 {
  margin-top: 1rem;
}

.page-content p + h4,
.page-content ul + h4, 
.page-content h4 + ul, 
.page-content h4 + ol {
  margin-top: 2.5rem;
}

.page-content p + p.has-large-font-size {
  margin-top: 0;
}

.page-content p.has-position-absolute {
  position: absolute;
}

.page-content p.has-position-absolute.bottom {
  bottom: 0;
}

.page-content p.has-position-absolute.right {
  right: 1.25rem;
}

.page-content p.phonetic {
  font-size: 1.5rem;
  line-height: 1.16667;
}

.page-content p.tipp {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  column-gap: 0.5rem;
  line-height: 1.42857;
}

.page-content p.tipp span {
  flex: 0 0 8rem;
  max-width: 8rem;
  font-size: inherit;
  line-height: inherit;
}

.page-content p.tipp i {
  transform: scaleY(-1) translate(0, 25%);
}

.page-content .has-vivid-green-cyan-background-color p.tipp i path {
  stroke: var(--ww-color-theme-light);
}

.page-content .wp-block-image.has-rotation-negative + p.tipp {
  transform: rotate(-4.14deg);
  margin-left: 1rem;
}

@media screen and (min-width: 85.375rem) {
  .page-content p.has-position-absolute.right {
    right: 0;
  }
}

.wp-block-gallery-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-rows: 8rem 8rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2.5rem;
}

.wp-block-gallery-flex {
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
}

.home .wp-block-gallery-flex {
  margin-top: 3.125rem;
  margin-bottom: 1.75rem;
}

.home .wp-block-gallery-has-gif .wp-block-image {
  max-width: 5rem;
}

@media screen and (min-width: 85.375rem) {
  .home .wp-block-gallery-flex {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

.wp-block-gallery-space-between {
  justify-content: space-between;
}

.wp-block-gallery-max-width { /* mainly gallery on startpage */
  margin-left: 8%;
  margin-right: 8%;
}

.wp-block-column.align-space-between .wp-block-gallery-flex {
  margin-top: 1.25rem;
}

.wp-block-gallery-logos {
  align-items: center;
  column-gap: 2rem;
}

@media screen and (min-width: 85.375rem) {
  .wp-block-column.align-space-between .wp-block-gallery-flex {
    margin-top: auto;
  }

  .wp-block-gallery-logos {
    column-gap: 5.875rem;
  }
}

.wp-block-gallery-logos .wp-block-image {
  width: 100%;
  max-width: 216px;
}

.wp-block-gallery-flex.wp-block-gallery-monochrome {
  margin-bottom: 2.5rem;
  column-gap: 0;
}

.wp-block-gallery-flex.wp-block-gallery-monochrome .wp-block-image {
  flex: 0 0 33.33%;
  aspect-ratio: 640 / 858;
  position: relative;
  overflow: hidden;
}

.wp-block-gallery-flex.wp-block-gallery-monochrome:has(.wp-block-image + .wp-block-image + .wp-block-image + .wp-block-image) .wp-block-image {
  flex: 0 0 25%;
}

.wp-block-gallery-flex.wp-block-gallery-monochrome .wp-block-image img {
    filter: grayscale(1) sepia(0.5) hue-rotate(15deg) saturate(0.4) brightness(0.95);
}

.wp-block-gallery-flex.wp-block-gallery-monochrome .wp-block-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 29.12%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.35s ease;
  opacity: 1;
}

.wp-block-gallery-flex.wp-block-gallery-monochrome .wp-block-image:hover img {
  filter: none;
}

.wp-block-column.has-gallery {
  display: flex;
  column-gap: 1.25rem;
}

.page-content .wp-block-column.has-gallery .col-4 {
  flex-direction: row;  
  align-items: flex-start;
  flex-wrap: wrap;
}

.wp-block-column.has-gallery .wp-block-group {
  order: 1;
}

.wp-block-column.has-gallery .wp-block-gallery {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  width: 100%;
}

@media screen and (min-width: 83.375rem)  {
  .wp-block-column.has-gallery .wp-block-group {
    order: initial;
  }

  .wp-block-column.has-gallery .wp-block-gallery {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    column-gap: 0;
    width: 32.5%;
    max-width: 8.5rem;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .page-content .wp-block-column.has-gallery .wp-block-gallery .wp-block-image {
    flex: 0 0 auto;
  }

  .page-content .wp-block-column.has-gallery .col-4 {
    flex-wrap: nowrap;
  }

}

.page-content-room .wp-block-column.has-gallery .wp-block-gallery,
.wp-block-column.col-12.has-gallery .wp-block-gallery {
  width: 100%;
  max-width: 100%;
}

.wp-block-column.has-gallery .wp-block-image-gallery-main {
  aspect-ratio: 754 / 850;
}

.wp-block-column.col-12.has-gallery .wp-block-image-gallery-main {
  aspect-ratio: 1685 / 900;
}

.page-content-room .wp-block-column.has-gallery .wp-block-image-gallery-main {
  aspect-ratio: 755 / 900;
}

.wp-block-column.has-gallery .wp-block-gallery .wp-block-image {
  aspect-ratio: 3 / 2;
  cursor: pointer;
  overflow: hidden;
  flex: 0 0 calc(33.33% - 0.5rem);
}

@media screen and (min-width: 85.375rem) {
  .wp-block-column.has-gallery .wp-block-gallery .wp-block-image {
    flex: 0 0 auto;
  }
}

.wp-block-gallery-flex.wp-block-gallery-monochrome .wp-block-image img,
.wp-block-column.has-gallery .wp-block-image-gallery-main img,
.wp-block-column.has-gallery .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-column.col-12.has-gallery .col-8,
.wp-block-column.col-12.has-gallery .col-4,
.page-content-room .wp-block-column.has-gallery .col-8,
.page-content-room .wp-block-column.has-gallery .col-4 {
  flex: 100%;
  max-width: 100%;
}

@media screen and (min-width: 64rem) {
  .page-content-room .wp-block-column.has-gallery .col-8 {
    flex: calc(82% - 0.625rem);
    max-width: calc(82% - 0.625rem);
  }

  .page-content-room .wp-block-column.has-gallery .col-4 {
    flex: calc(18% - 0.625rem);
    max-width: calc(18% - 0.625rem);
  }  

  .wp-block-column.col-12.has-gallery .col-8 {
    flex: calc(91.57% - 0.625rem);
    max-width: calc(91.57% - 0.625rem);
  }

  .wp-block-column.col-12.has-gallery .col-4 {
    flex: calc(8.42% - 0.625rem);
    max-width: calc(8.42% - 0.625rem);
  }
}

@media screen and (min-width: 85.375rem) {
  .page-content .wp-block-column.has-gallery .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.wp-block-column.has-gallery p:has(img) {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
}

@media screen and (min-width: 83.375rem) {
  .wp-block-column.has-gallery p:has(img) {
    right: 0;
  }
}

.wp-block-column.has-background-grid {
  background: url(../images/background-grid.svg) top left repeat;
  background-size: 80%;
}

.wp-block-column.info-text > * + * { 
  margin-top: 2.5rem;
}

.wp-block-column.info-text > *:first-child {
  padding-top: 0.75rem;
}

.wp-block-group-text-overlay .wp-block-group__inner-container {
  position: relative;
}

.wp-block-group-text-overlay .wp-block-image,
.wp-block-group-text-overlay .wp-block-image img {
  width: 100%;
}

.wp-block-group.size-1920-500 .wp-block-image {
  aspect-ratio: 403 / 250;
  position: relative;
  z-index: 0;
}

.wp-block-group.size-1920-600 .wp-block-image {
  aspect-ratio: 403 / 300;
  position: relative;
  z-index: 0;
}

.wp-block-group.size-1920-800 .wp-block-image {
  aspect-ratio: 403 / 400;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 85.375rem) {
  .wp-block-group.size-1920-500 .wp-block-image {
    aspect-ratio: 1920 / 500;
  }

  .wp-block-group.size-1920-600 .wp-block-image {
    aspect-ratio: 1920 / 600;
  }

  .wp-block-group.size-1920-800 .wp-block-image {
    aspect-ratio: 1920 / 800;
  }
}

.wp-block-group.size-1920-500 .wp-block-image:after,
.wp-block-group.size-1920-600 .wp-block-image:after,
.wp-block-group.size-1920-800 .wp-block-image:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 50%);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wp-block-group.size-1920-500 .wp-block-image img,
.wp-block-group.size-1920-600 .wp-block-image img,
.wp-block-group.size-1920-800 .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-group-text-overlay .wp-block-columns {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
}

@media screen and (min-width: 85.375rem) {
  .wp-block-group-text-overlay .wp-block-columns {
    position: absolute;
    top: 2.5rem;
    bottom: auto;
    left: 2.5rem;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    z-index: 1;
  }
}

.wp-block-group-text-overlay p,
.wp-block-group-text-overlay p a {
  color: var(--ww-color-white);
}

.wp-block-group-text-overlay p:after,
.wp-block-group-text-overlay p:before,
.wp-block-group-text-overlay p a:after,
.wp-block-group-text-overlay p a:before {
  background-color: var(--ww-color-white);
}

.entry-content p.has-medium-font-size + p.has-medium-font-size {
  margin-top: var(--ww-font-size-medium);
}

.entry-content p.has-small-font-size + p.has-small-font-size {
  margin-top: 0.5rem;
}

.entry-content p.has-large-font-size + p {
  margin-top: 1.5rem;
}

.entry-content p.has-large-font-size + p {
  margin-top: 2.5rem;
}

.wp-block-column.info-text p.has-large-font-size + p {
  margin-top: 1.25rem;
}

.entry-content p:has(a[href^="mailto"] + a[href^="tel"]) {
  display: flex;
  column-gap: 2.5rem;
}

.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: translate(0,100%);
  transition: transform 500ms ease-out;
  z-index: 120;
  height: 100vh;
  height: var(--ww-viewport-height);
  overflow-y: scroll;
  background-color: var(--ww-color-theme-medium);
  padding: 1.25rem;
}

@media screen and (min-width: 85.375rem) {
  .popup {
    padding: 2.5rem;
  }
}

.popup.active {
 transform: translate(0,0); 
}

.popup .wp-block-group__inner-container {
  position: relative;
}

.popup .btn-link-close {
  position: absolute;
  right: 1.5rem;
  top: 2rem;
}

.popup .btn-close-popup {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  text-transform: uppercase;
}

.popup .widget_block:last-child {
  margin-top: 2rem;
}

@media screen and (min-width: 85.375rem) {
  .popup .btn-close-popup {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
  }

  .popup .widget_block:last-child {
    margin-top: 0;
  }
}

form input,
form textarea,
form select {
  background-color: transparent;
  border: 0;
  outline: none;
  border-bottom: 1px solid var(--ww-color-text);
  padding: 0 0 0.75rem 0;
  width: 100%;
  max-width: 100%;
  line-height: normal;
}

form input:not([type="checkbox"]),
form textarea,
form select {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;  
}

form input.wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  border-bottom-color: red;
}

form textarea.wpcf7-not-valid { 
  border-color: red;
}

form textarea {
  /* border: 1px solid var(--ww-color-text); */
  padding: 0.75rem 0rem;
}

.wpcf7-not-valid-tip {
  display: none;
}

.form-property-acceptance input[type="checkbox"] {
  width: auto;
  flex: 0 0 1rem;
  opacity: 0;
}

.form-property:has(select) label {
  font-size: var(--ww-font-size-small);
}

input[type="submit"] {
  font-size: var(--ww-font-size-paragraph);
  line-height: 1.5;
  font-weight: var(--ww-font-weight-medium);
  width: auto;
  display: flex;
  column-gap: 1.125rem;
  align-items: center;
  border: 1px solid var(--ww-color-text);
  padding: 1.25rem 5.25rem;
  cursor: pointer;
  background-color: transparent;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

input[type="submit"]:hover {
  background-color: var(--ww-color-theme-dark);
}

input[type="submit"]:disabled:hover {
  background-color: var(--ww-color-theme-light);
}

input::placeholder,
textarea::placeholder,
label {
  color: var(--ww-color-text);
  font-weight: var(--ww-font-weight-medium);
}

.wpcf7-form.submitting input[type="submit"],
.wpcf7-form.submitting .form-property-action i.svgicon {
  opacity: 0;
}

.form-property label {
  display: none;
}

.form-property:has(select) label,
.form-property:has(textarea) label,
.form-property-acceptance label {
  display: block;
  margin-bottom: 0.75rem;
}

.form-property .altcha-label {
  display: initial;
  margin-bottom: 0;
}

.form-property-acceptance label span {
  font-size: var(--ww-font-size-small);
}

.form-property-acceptance .wpcf7-list-item {
  position: relative;
  margin-left: 0;
}

.form-property-acceptance label {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  column-gap: 0.875rem;
}

.form-property-acceptance label:before,
.form-property-acceptance label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; 
  display: block;
  z-index: 1;
  background-color: var(--ww-color-cream);
  border: 1px solid var(--ww-color-text);
  border-radius: 0;
  width: 1rem;
  height: 1rem;
}

.form-property-acceptance label:after {
  left: 2px;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: var(--ww-color-text);
  display: none;
}

.form-property-acceptance label.is-checked:after {
  display: block;
}

.form-property-acceptance label span {
  flex: 1 0 calc(100% - 1.87rem);
}

.page-contact h2 + .wpcf7 {
  margin-top: 3rem;
}

.wpcf7-form .row {
  flex-wrap: wrap;
  column-gap: 1.25rem;
  align-items: flex-start;
}

.wpcf7-form .row + .row {
  margin-top: 2.5rem;
}

@media screen and (min-width: 85.375rem) {
  .wpcf7-form .row + .row {
    margin-top: 0;
  }
}

.wpcf7-form .form-property.form-property-action p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.wpcf7-form .form-property.form-property-action p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}

.wpcf7-form .row .row {
  column-gap: 1.125rem;
}

.wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--ww-color-theme-light) !important;
  background-color: var(--ww-color-theme-light);
  padding: 1.25rem;
  text-align: center;
}

.wpcf7-form .contact-form-desktop-layout > * {
  row-gap: 1.5rem;
}

.wpcf7-form .contact-form-desktop-col-1 {
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-form .contact-form-desktop-col-1 {
  column-gap: 1.25rem;
}

.wpcf7-form .contact-form-desktop-col-1 .col-6:last-child {
  flex: 0 0 100%;
}

.wpcf7-form .contact-form-desktop-col-2 textarea {
  height: 3.75rem;
}

.marquee {
  height: 11.875rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-top: 4.875rem;
}

.has-margin-top-x-large .marquee {
  padding-top: 0;
}

@media screen and (min-width: 85.375rem) {
  .has-margin-top-x-large .marquee {
    padding-top: 4.875rem;
  }
}

.page-content-room .marquee {
  padding-top: 0;
  padding-bottom: 5rem;
}

.marquee-inner {
  display: block;
  width: 200%;
  margin: 2rem 0;
  position: absolute;
  float: left;
  overflow: hidden;
  animation: marquee 30s linear infinite;
}

p.has-marquee {
  display: inline-block;
}

.marquee-inner div {
  display: flex;
  float: left;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}

.marquee-inner div p {
  margin-bottom: 0;
  margin-top: 0;
  flex: 0 0 fit-content;
  text-transform: none;
}

.marquee-inner div p strong {
  color: inherit;
  padding-right: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}

.marquee-inner div p em {
  font-style: normal;
  color: inherit;
  text-transform: uppercase;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 64rem) {
  .marquee-inner {
    animation: marquee 30s linear infinite;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.listing-products-filter {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 0.875rem;
  margin-top: 2.75rem;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid var(--ww-color-text);
}

.product-filter-item {
  flex: 0 0 calc(33.33% - 0.59rem);
  display: flex;
}

.product-filter-item .btn-filter {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.product-filter-item .btn-filter figure.static {
  width: 4rem;
  padding-top: 0.5rem;
}

.product-filter-item .btn-filter figure.static svg {
  margin-left: auto;
  margin-right: auto;
}

.product-filter-item .btn-filter figure.animated {
  display: none;
  max-width: 4rem;
}

.product-filter-item .btn-filter.active figure.animated {
  display: block;
}

.product-filter-item .btn-filter.active figure.static {
  display: none;
}

.product-filter-item .btn-filter .btn-label {
  border-bottom: 1px solid transparent;
}

.product-filter-item .btn-filter.active .btn-label {
  border-color: var(--ww-color-text);
}

.listing-item-product.has-background {
  padding: 1.5rem 1rem;
  border-radius: var(--ww-border-radius-medium); 
}

.listing-product-default {
  margin-top: 1.25rem;
  /* display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1rem; */
}

.listing-product-default .listing-item-product {
  /* flex: 0 0 100%; */
  /* width: 100%; */
  max-width: 100vw;
  background-color: var(--ww-color-theme-dark);
  display: none;
}

.listing-product-default .listing-item-product.active {
  display: block;
}

.listing-product-default {
  display: grid;
  gap: 1rem;
}

.listing-product-default[data-cols="1"] { grid-template-columns: repeat(1, 1fr); }
.listing-product-default[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.listing-product-default[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.listing-product-default[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }

.masonry-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* @media screen and (min-width: 48rem) {
  .listing-product-default {
    column-count: 2;
    column-gap: 1rem;
  }

  .listing-product-default .listing-item-product {
    flex: 0 0 calc(50% - 0.5rem);
  }
} */

/* @media screen and (min-width: 64rem) {
  .listing-product-default {
    column-count: 3;
    column-gap: 1rem;
  }
  .listing-product-default .listing-item-product {
    flex: 0 0 calc(33.33% - 0.67rem);
  }
}

@media screen and (min-width: 85.375rem) {
  .listing-product-default {
    column-count: 4;
    column-gap: 1rem;
  }

  .listing-product-default {
      margin-top: 2.875rem;
  }
  .listing-product-default .listing-item-product {
    flex: 0 0 calc(25% - 0.75rem); 
  }
} */

.listing-product-bestseller {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
}

.listing-product-bestseller .listing-item-product {
  flex: 0 0 calc(50% - 0.625rem);
  margin-top: 3.125rem;
}

.listing-product-bestseller .listing-item-product:first-child {
  flex: 0 0 100%;
}

@media screen and (min-width: 64rem) {
  .listing-product-bestseller {
    column-gap: 1rem;
  }

  .listing-product-bestseller .listing-item-product {
    flex: 0 0 calc(25% - 0.667rem);
    margin-top: 3.125rem;
  }

  .listing-product-bestseller .listing-item-product:first-child {
    flex: 0 0 calc(50% - 0.667rem);
  }

  .listing-product-bestseller .listing-item-product:first-child .wp-block-image svg {
    width: min(100%, 26.25rem);
  }

  .listing-product-bestseller .listing-item-product path {
    stroke-width: 1px;
  }

}

.listing-product-bestseller .listing-item-product:not(:first-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.listing-product .listing-item-product header:has(.product-tag-seasonel) {
  display: flex;
}

.listing-product .listing-item-product header:has(.product-tag-seasonel) h3 {
  max-width: calc(100% - 4rem);
}

.listing-product .listing-item-product header .product-tag-seasonel {
  background: url(../images/seasonel-tag.svg) center center no-repeat;
  background-size: 100%;
  height: 34px;
  width: 64px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; 
  margin-left: auto;
  transform: rotate(-13.49deg);
}

.listing-product .listing-item-product:nth-child(2n) header .product-tag-seasonel {
  transform: rotate(13.49deg);
}

.listing-product-default .listing-item-product h3 {
  margin-bottom: 1rem;
}

.listing-product-bestseller .listing-item-product h3 {
  text-transform: uppercase;
  font-weight: var(--ww-font-weight-medium);
  font-size: var(--ww-font-size-paragraph);
}

.listing-item-image {
  position: relative;
}

.listing-item-image .product-hint {
  position: absolute;
  top: 1.375rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 0.5rem;
}

@media screen and (min-width: 64rem) {
  .listing-item-image .product-hint {
    top: 15%;
    left: 25%;
  }
}

.listing-product-bestseller .price-tag {
  background: url(../images/price-tag.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  height: 40px;
  width: 86px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.listing-product-bestseller .listing-item:first-child .price-tag,
.listing-product-bestseller .listing-item:last-child .price-tag {
  top: 67%;
  left: 60%;
  transform: rotate(8.436deg);
}

.listing-product-bestseller .listing-item:last-child .price-tag {
  top: 0%;
  left: 50%;
  transform: rotate(8.436deg);
}

@media screen and (min-width: 64rem) {
  .listing-product-bestseller .listing-item:last-child .price-tag {
    top: 85%;
    left: 62%;
  }
}

.listing-product-bestseller .listing-item-product .wp-block-image {
  padding-top: 1rem;
  text-align: center;
}

.listing-product-bestseller .listing-item-product:not(:first-child) .listing-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
}

@media screen and (min-width: 64rem) {
  .listing-product-bestseller .listing-item-product:not(:first-child) .listing-item-image {
    margin-top: auto;
  }

  .listing-product-bestseller .listing-item-product:not(:first-child) .listing-item-image .wp-block-image {
    width: 100%;
    max-width: 13.125rem;
  }

  .listing-product-bestseller .listing-item-product:not(:first-child) .listing-item-image .wp-block-image svg {
    width: 100%;
  }
}

.listing-product-bestseller .listing-item-product:not(:first-child) .wp-block-image {
  padding-top: 0;
}

.listing-product-bestseller .listing-item-product:not(:first-child) .product-hint {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 1.25rem;
}

.listing-product-bestseller .listing-item-product:not(:first-child) .listing-item-prices {
  margin-top: auto;
  position: relative;
  border-bottom: 1px solid var(--ww-color-text);
}

.listing-product-bestseller .listing-item-product:last-child .listing-item-prices {
  border-bottom: 0;
}

@media screen and (min-width: 64rem) {
  .listing-product-bestseller .listing-item-product:not(:first-child) .listing-item-prices {
    margin-bottom: 5.9rem;
  }
  .listing-product-bestseller .listing-item-product:last-child .listing-item-prices {
    margin-bottom: 2.9rem;
  }
}

.listing-product-bestseller .listing-item-product:not(:first-child) .listing-item-prices .price-price {
  opacity: 0;
}

.listing-product-bestseller .listing-item-product:last-child .listing-item-prices .price-price {
  opacity: 1;
}

.listing-product-bestseller .listing-item-product:not(:first-child) .listing-price-tag {
  right: -0.5rem;
  top: 50%;
  transform: translate(0,-50%) rotate(-15.612deg);
}

.listing-product-bestseller .listing-item-product:not(:first-child):last-child .listing-price-tag {
  transform: translate(0,-50%) rotate(15.612deg);
}

.listing-item-price {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--ww-color-text);
  padding: 0.5rem 0;
}

.listing-item-price:last-child {
  border-bottom: 1px solid var(--ww-color-text);
}

.listing-item-price p + p {
  margin-top: 0;
}

.listing-item-price .price-price {
  text-align: right;
}

.listing-product-bestseller .listing-item-product .wp-block-image svg,
.listing-product-bestseller .listing-item-product .wp-block-image img {
  display: inline-block;
}

.listing-item-team,
.listing-item-blog /* + .listing-item-team  */ {
  margin-top: 5rem;
}

.listitem-item-media {
  
}

.listing-item-team .wp-block-image {
  border-radius: var(--ww-border-radius-medium);
  transform: rotate(5.073deg);
  max-width: min(19.275rem, calc(100vw - 6rem));
  margin-left: auto;
  margin-right: auto;
}

.listing-item-blog .wp-block-image {
  border-radius: var(--ww-border-radius-medium);
  transform: rotate(5.073deg);
  overflow: hidden;
  /* max-width: min(19.275rem, calc(100vw - 6rem)); */
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.listing-item-team:nth-child(2n) .wp-block-image,
.listing-item-blog:nth-child(2n) .wp-block-image { 
  transform: rotate(-5.073deg);
}

.listing-item-team .wp-block-image img,
.listing-item-blog .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-item-team h3,
.listing-item-blog h3 {
  font-size: 4.2rem;
  line-height: 0.70589;
  text-align: center;
  margin-top: 1rem;
}

.listing-item-blog h3 {
  font-size: 2.5rem;
  margin-top: 2rem;
}

.listing-item-blog h3 {
  line-height: 1;
  max-width: calc(100% - 2.5rem);
  margin-left: auto;
  margin-right: auto;
}

.listing-item-team .team-subheader {
  text-align: center;
  line-height: 1.42857;
  margin-top: 0.75rem;
  text-transform: uppercase;
}

.listing-item-team .team-products-list {
  list-style-type: none;
  padding-top: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  position: relative;
}

.listing-item-team .team-products-list:before {
  content: "";
  width: 100%;
  bottom: 0.5rem;
  left: 0;
  height: 1px;
  display: block;
  position: absolute;
  border-bottom: 1px dashed var(--ww-color-text);
}

.listing-item-team .team-products-list li {
  font-size: 2rem;
  line-height: 0.875;
  text-align: center;
}

.listing-item-team .team-type {
  text-transform: uppercase;
  text-align: center;
}

.wrapper-listing-news {
  margin-bottom: 5rem;
  row-gap: 5rem;
}

@media screen and (min-width: 64rem) {
  .listing-team,
  .wrapper-listing-news {
    display: flex;
    column-gap: 1.5rem;
    row-gap: 9.375rem;
    flex-wrap: wrap;
  }

  .wrapper-listing-news {
    row-gap: 5rem;
  }

  .listing-item-team,
  .listing-item-blog {
    flex: 0 0 calc(33.33% - 1rem);
  }

  .listing-item-blog {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }

  /* .listing-item-team:first-child {
    flex: 0 0 100%;
  } */

  .listing-item-team h3,
  .listing-item-blog h3 {
    margin-top: 2.75rem;
  }

  .listing-item-blog h3 {
    font-size: 3.5rem;
  }

  .listing-item-team .team-subheader {
    margin-top: 1rem;
  }

  /* .listing-item-team:first-child > p,  
  .listing-item-team:first-child > ul {
    max-width: 40.625rem;
    margin-left: auto;
    margin-right: auto;
  } */
}

@media screen and (min-width: 64rem) {
  .listing-item-team {
    flex: 0 0 calc(33.33% - 1rem);
  }
}


/* @media screen and (min-width: 85.375rem) {
  .listing-item-team {
    flex: 0 0 calc(25% - 1.125rem);
  }
} */

@media screen and (min-width: 100rem) {
  .listing-item-team,
  .listing-item-blog {
    flex: 0 0 calc(25% - 1.125rem);
  }

  .listing-item-blog {
    max-width: calc(25% - 1.125rem);
  }
}

.listing-salespartner {
  margin-top: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 64rem) {
  .listing-salespartner {
    margin-left: 0;
    margin-right: 1.25rem;
  }
}

.listing-item-salespartner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--ww-color-text);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.listing-item-salespartner p {
  font-weight: var(--ww-font-weight-medium);
}

.listing-item-salespartner p + p {
  margin-top: 0;
}

/* footer  */

.wrapper-footer {
  overflow: hidden;
  border-radius: var(--ww-border-radius-medium);
  z-index: 1;
  position: relative;
  background-color: var(--ww-color-white);
}

@media screen and (min-width: 85.375rem) {
  .wrapper-footer {
    padding-bottom: 5.75rem;
  }
}

footer[role="contentinfo"] {
  width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.wrapper-footer .contact-form {
  padding-bottom: 4.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--ww-color-text);
}

.footer-mobile:first-child {
  padding-top: 3.5rem;
}

.footer-desktop {
  padding-top: 6.75rem;
}

.wrapper-footer .wp-block-columns {
  column-gap: 1.25rem;
}

.footer-contact-form p.has-font-hand {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.wrapper-footer .footer-service-nav {
  margin-top: 1rem;
}

@media screen and (min-width: 85.375rem) {
  .wrapper-footer .footer-desktop .wp-block-columns {
    align-items: flex-end;
  }

  .wp-block-column.col-6.align-space-between:has(.footer-social-nav) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 0;
  }
}

@media screen and (min-width: 85.375rem) {
  .wrapper-footer .footer-social-nav {
    justify-content: flex-end;
  }

  .wrapper-footer .footer-service-nav {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
    margin-right: 2.5rem;
    align-items: flex-end;
  }
}

.wrapper-footer .footer-service-nav .menu {
  list-style-type: none;
  display: flex;
  column-gap: 1.25rem;
}

.wrapper-footer .footer-service-nav .menu li a {
  font-size: var(--ww-font-size-paragraph);
  text-transform: uppercase;
  font-weight: var(--ww-font-weight-medium);
}

@media screen and (min-width: 85.375rem) {
  .wrapper-footer .footer-service-nav .menu li a {
    font-size: var(--ww-font-size-paragraph);
  }
}


.page-content h2 + .collapse {
  margin-top: 5rem;
}

.page-content h2 + .collapse .collapse-entry {
  border-top: 1px solid var(--ww-color-text);
}

.collapse-entry {
  border-bottom: 1px solid var(--ww-color-text);
}

.collapse-permanent {
  padding: 1.25rem 0; 
  cursor: pointer;
}

.collapse-permanent.wp-block-heading {
  position: relative;
  max-width: calc(100% - 2.5rem);
}

.collapse-permanent.wp-block-heading .svgicon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(2.5rem,-50%);
  width: 2.25rem;
}

.collapse-permanent.wp-block-heading .svgicon-minus {
  opacity: 0;
}

.collapse-entry.active .collapse-permanent.wp-block-heading .svgicon-minus {
  opacity: 1;
}

.collapse-entry.active .collapse-permanent.wp-block-heading .svgicon-plus {
  opacity: 0;
}

.collapse-flexible {
  height: 0;
  overflow: hidden;
}

.flexible-inner { 
  padding-bottom: 1.25rem;
}

.collapse-flexible.has-transition {
  transition: height 300ms ease-out;
}

.collapse-entry.active .collapse-flexible {
  height: auto;
}

/* --------------------------------------------------- dragslide BEGIN */

.list-container {
  width: 100%;
  overflow: hidden;
}

.dragslide.has-dragslide:not(.is-moving) {
  scroll-behavior: smooth;
}

.list-dragslide {
  display: flex;
  flex-wrap: nowrap;
}

.dragslide {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.dragslide * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dragslide-item .wp-block-image {
  position: relative;
}

.dragslide-item .wp-block-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  background-color: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 300ms ease-out;
}

.btn-dragslide {
  position: absolute;
  top: 13rem;
  left: auto;
  right: 0;
  padding: 0;
  border: none;
  width: 3.75rem;
  height: 2.875rem;
}

@media screen and (min-width: 28.75rem) {
  .btn-dragslide {
    top: 10rem;
  }
}

@media screen and (min-width: 31.25rem) {
  .btn-dragslide {
    top: 6.5rem;
  }
}

@media screen and (min-width: 43.475rem) {
  .btn-dragslide {
    top: 3rem;
  }
}

.btn-dragslide svg {
  width: 100%;
}

.btn-dragslide-prev {
  right: 6rem;
}

@media screen and (min-width: 85.375rem) {
  .btn-dragslide {
    top: 7.25rem;
    right: 0;
    left: auto;
    bottom: auto;
  }

  .btn-dragslide-prev {
    right: 13.625rem;
  }

}

.btn-dragslide-prev svg {
  transform: rotate(180deg);
}

/* --------------------------------------------------- dragslide END */

/* ----------------------------------------------------------------------------------------------------------- carousel */

.wp-block-gallery.carouselslider {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  max-width: min(calc(100vw - 2rem), 58rem);
  margin-left: 2rem;
  margin-right: 0rem;
}

.carousel-track {
  display: flex;
  cursor: grab;
}

.carousel-dots {
  display: none;
}

.carousel-track figure.wp-block-image {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  max-width: min(calc(100vw - 4rem), 58rem);
  flex: 0 0 auto;
  aspect-ratio: 860 / 622;
  overflow: hidden;
  margin-left: 2rem;
  margin-right: 2rem;
}

.carousel-track figure.wp-block-image:nth-child(2n+1) {
  transform: rotate(-4.14deg);
}

.carousel-track figure.wp-block-image:nth-child(2n) {
  transform: rotate(4.14deg);
}

.carousel-track figure.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-track figure.wp-block-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel .btn-carousel {
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  width: 2.25rem;
  cursor: pointer;
  position: absolute;
  top: 100%;
  right: 0.75rem;
  transform: translate(0, -100%);
  z-index: 2;
}

.carousel .btn-carousel svg {
  transform: rotate(-90deg);
}

.carousel .btn-carousel-prev {
  left: 0;
  right: auto;
  transform: translate(0, -100%);
}

.carousel .btn-carousel-prev svg {
  transform: rotate(90deg);
}

.carousel .btn-carousel line,
.carousel .btn-carousel path, 
.carousel .btn-carousel polyline {
  stroke: currentColor;
}

@media screen and (min-width: 48rem) {

  .wp-block-gallery.carouselslider {
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-track figure.wp-block-image {
    margin-left: 4rem;
    margin-right: 4rem;
  }  

  .carousel .btn-carousel {
    width: 2.25rem;
  }

  .carousel .btn-carousel {
    position: absolute;
    top: 50%;
    right: -3rem;
    left: auto;
    transform: translate(0,-50%);
    width: 2.25rem;
  }
  
  .carousel .btn-carousel-prev {
    right: auto;
    left: -3rem;
  }

}

@media screen and (min-width: 64rem) {
  .sliderslidelink {
    top: 50%;
  }
}

/* ----------------------------------------------------------------------------------------------------------- carousel */

/* ----------------------------------------------------------------------------------------------------------- imageslider  */

.wp-block-group__inner-container:has(.wp-block-gallery-image-slider.image-slider-initialized) {  
  max-width: 100vw;
  padding: 2rem 1rem;
  overflow: hidden;
}

.page-content .wp-block-group.has-background + .wp-block-group.has-background:has(.wp-block-gallery-image-slider.image-slider-initialized) > .wp-block-group__inner-container {
  padding-top: 2rem;
}

.wp-block-gallery-image-slider.image-slider-initialized {
  position: relative;
  display: block;
  aspect-ratio: 578 / 770;
  touch-action: pan-y;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-initialized {
  aspect-ratio: 1440 / 960;
}

.wp-block-gallery-image-slider.image-slider-initialized > .wp-block-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  transform: translateX(0) rotate(var(--image-slider-rotation, 0deg));
  transition: transform 600ms ease;
  pointer-events: none;
  will-change: transform; 
  max-width: min(19.275rem, calc(100vw - 6rem));
  margin-left: auto;
  margin-right: auto;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-initialized > .wp-block-image {
  max-width: min(23.125rem, calc(100vw - 2rem));
}

.wp-block-gallery-image-slider.image-slider-initialized > .wp-block-image.is-active {
  pointer-events: auto;
}

.wp-block-gallery-image-slider.image-slider-initialized > .wp-block-image.is-moving {
  transform: translateX(var(--image-slider-move-x, 0));
}

.wp-block-gallery-image-slider.image-slider-initialized > .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wp-block-gallery-image-slider [data-rotation-index="0"] {
  --image-slider-rotation: 8.993deg;
}

.wp-block-gallery-image-slider [data-rotation-index="1"] {
  --image-slider-rotation: -1.292deg;
}

.wp-block-gallery-image-slider [data-rotation-index="2"] {
  --image-slider-rotation: -11.142deg;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape [data-rotation-index="0"] {
  --image-slider-rotation: -1.006deg;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape [data-rotation-index="1"] {
  --image-slider-rotation: -5.012deg;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape [data-rotation-index="2"] {
  --image-slider-rotation: -4.14eg;
}

.image-slider-dots {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  z-index: 20;
  display: flex;
  gap: 0.5rem;
  transform: translateX(-50%);
}

.image-slider-dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  border: 1px solid var(--ww-color-text);
  cursor: pointer;
}

.image-slider-dot.is-active {
  background: var(--ww-color-text);
}

.wp-block-gallery-image-slider.image-slider-disabled {
  display: flex;
  gap: 1rem;
  aspect-ratio: auto;
  touch-action: auto;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-disabled {
  aspect-ratio: auto;
  padding-bottom: 6rem;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-disabled {
  max-width: 100vw;
}

.wp-block-gallery-image-slider.image-slider-disabled > .wp-block-image {
  position: relative;
  inset: auto;
  flex: 1 1 0;
  width: auto;
  height: auto;
  max-width: none;
  transform: none;
  transition: none;
  pointer-events: auto;
}

.wp-block-gallery-image-slider.image-slider-disabled > .wp-block-image img {
  height: auto;
  aspect-ratio: 404 / 558;
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-disabled > .wp-block-image img {
  height: auto;
  aspect-ratio: 594 / 430;
}

.wp-block-gallery-image-slider.image-slider-disabled .image-slider-dots {
  display: none;
}

.wp-block-gallery-image-slider.image-slider-disabled .wp-block-image:nth-child(1) {
  transform: rotate(8.993deg);
}

.wp-block-gallery-image-slider.image-slider-disabled .wp-block-image:nth-child(2)  {
  transform: rotate(-11.142deg);
}

.wp-block-gallery-image-slider.image-slider-disabled .wp-block-image:nth-child(3)  {
  transform: rotate(-1.292deg);
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-initialized > .wp-block-image {
  max-width: min(37.125rem, calc(100vw - 2rem));
}


.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-disabled .wp-block-image:nth-child(1) {
   transform: rotate(5.012deg);
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-disabled .wp-block-image:nth-child(2) {
  transform: rotate(-4.14deg);
}

.wp-block-gallery-image-slider.wp-block-gallery-landscape.image-slider-disabled .wp-block-image:nth-child(3) {
   transform: rotate(-1.006deg);
}

/* ----------------------------------------------------------------------------------------------------------- imageslider  */