@import url("https://use.typekit.net/ofp3okt.css");

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-500.woff2') format('woff2'),
      url('../fonts/Roboto-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
      url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --ww-primary-color: #FDEB88;
  --ww-secondary-color: #1D1D1B;
  --ww-text-color: #1D1D1B;
  --ww-text-color-bright: #FFFFFF;
  --ww-background-color-primary: #FDEB88;
  --ww-background-color-secondary: #1D1D1B;
  --ww-background-color-bright: #ffffff;
}


* {
  box-sizing: border-box;
}

html {
  scrollbar-color: var(--ww-primary-color) var(--ww-secondary-color);
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
html::-webkit-scrollbar-track {
  width: 8px;
  background-color: var(--ww-secondary-color);
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-primary-color);
}


body {
  font-size: 1rem;
  background-color: var(--ww-background-color-bright);
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--ww-primary-text-color);
  max-width: 100vW;
  overflow-x: hidden;
  overflow-y: visible;    
  scrollbar-color: var(--ww-primary-color) var(--ww-secondary-color);
  scrollbar-width: thin;  
}

  /* use html > body to have overrides working, otherwise we have to use ugly important */
html > body {
  /* wordpress overrides */
  --wp--preset--color--black: var(--ww-background-color-secondary);
  --wp--preset--color--white: var(--ww-background-color-bright);
  --wp--preset--color--luminous-vivid-amber: var(--ww-background-color-primary);
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-track {
  width: 8px;
  background-color: var(--ww-secondary-color);
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-primary-color);
}

html>body {
  font-size: 16px;
  font-size: 1rem;
}

body.loading {
  /* overflow: hidden; */
}

body.is-fixed,
body.page-template-template-fixed-page,
.is-navi-active,
.is-subnavi-active {
  width: 100%;
  height: 100vH;
  overflow: hidden;
}

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,
nav[role="navigation"] a,
blockquote p,
blockquote + p > em,
blockquote > cite,
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,
.wpcf7-response-output,
em {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--ww-primary-text-color);
}

p {
  letter-spacing: 0.05rem;
}

h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}

ol li {
  line-height: 1.2;
}

em {
  font-style: italic;
}

strong,
strong a {
  font-weight: 500;
  color: inherit;
}

h1 {
  font-size: 0.875rem;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 25rem) {
  h1 {
    font-size: 1rem;
  }  
}

h2,
h2 a,
h2 span,
h2 strong {
  font-size: 2.25rem;
}                

@media screen and (min-width: 64rem) {
  h2,
  h2 a,
  h2 span,
  h2 strong {
    font-size: 2.5rem;
  }                
}

h3,
h3 a,
h3 span,
h3 strong {
  font-size: 1.5625rem;
}

h4,
h4 a,
h4 span,
h4 strong {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.375rem;
  font-weight: 700;
}

@media screen and (min-width: 85.375rem) {


  h2,
  h2 a,
  h2 span,
  h2 strong {
    font-size: 3.125rem;
  }

  h3,
  h3 a,
  h3 span,
  h3 strong {
      font-size: 3.125rem;
      line-height: 1;
  }
  
  h4,
  h4 a,
  h4 span,
  h4 strong {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h5 {
    font-size: 1.875rem;
    font-weight: 700;
  }
    
}

.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 {
  max-width: 100%;
  height: auto;
  display: block;
}

.size-medium svg {
  width: auto;
}

a {
  text-decoration: none;
  transition: all 300ms ease-out;
}

a:hover {
  text-decoration: underline;
}

.is-hidden {
  display: none;
}

.wp-block-embed {
  margin-top: 1rem;
}

.wp-block-embed__wrapper{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  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%;
}

/*------------------------------------------------------------------------------------------------------------------ wordpress editor */

.justify--center .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

.has-text-align-center,
.aligncenter,
.aligncenter .image-block__inner img,
.aligncenter .image-block__inner svg {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.has-text-align-right {
  text-align: left;
}

@media screen and (min-width: 48rem) {
  .has-text-align-right {
    text-align: right;
  }
}

.wp-block-image.is-style-rounded {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

/*------------------------------------------------------------------------------------------------------------------ wordpress editor */

/*------------------------------------------------------------------------------------------------------------------ header*/

.togglenav {
  position: absolute;
  text-transform: uppercase;
  color: var(--ww-background-color-secondary);
  display: block;
  text-decoration: none;
  width: 2.75rem;
  height: 1.75rem;
  z-index: 21;
  top: 2.25rem;
  right: 1rem;
  display: block;
  transition: all 300ms ease-out;
}

.has-darkheader .togglenav {
  top: 1.25rem;
}

@media screen and (min-width: 85.375rem) {
  .togglenav {
    right: 4.25rem;
    top: 4.5rem;
  }

  .has-darkheader .togglenav {
    top: 1.25rem;
  }
}

.togglenav__inner {
  width: 2.75rem;
  height: 3px;
  top: 7.5px;
  right: 0;
  display: block;
  background-color: var(--ww-background-color-secondary);
  position: absolute;
  transition: all 300ms ease;
}

.has-darkheader .togglenav__inner {
  background-color: var(--ww-background-color-secondary);
}

.togglenav__inner:before,
.togglenav__inner:after {
  content: "";
  height: 3px;
  width: 2.75rem;
  position: absolute;
  right: 0;
  top: 10px;
  background-color: var(--ww-background-color-secondary);
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.has-darkheader .togglenav__inner:before,
.has-darkheader .togglenav__inner:after {
  background-color: var(--ww-background-color-secondary); 
}

.togglenav__inner:after {
  width: 2.75rem;
  top: -10px;
}

.togglenav.active .togglenav__inner,
.togglenav.active:before {
  background-color: transparent;
}

.togglenav.active .togglenav__inner:before {
  transform: rotate(-135deg);
  top: 0;
  left: 0;
  background-color: var(--ww-background-color-secondary);
}

.togglenav.active .togglenav__inner:after {
  transform: rotate(135deg);
  top: 0;
  left: 0px;
  background-color: var(--ww-background-color-secondary);
}

.wrapper-header {
  position: fixed;
  top: 0;
  z-index: 210;
  width: 100%;
  left: 0;
  background-color: var(--ww-background-color-primary);
  transition: background-color 300ms ease-out;
}

@media screen and (min-width: 85.375rem) {
  .wrapper-header {
    background-color: transparent;
  }
}

.has-darkheader .wrapper-header {
  background-color: var(--ww-background-color-primary);
}

header[role="banner"] {
  width: 100%;
  z-index: 210;
}

.header__language {
  background-color: var(--ww-background-color-primary);
}

.header__logo-navigation {
  background-color: var(--ww-background-color-bright);
  transition: all 300ms ease;
}

.header__inner {
  position: relative;
  width: min(100%, 120rem);  
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (min-width: 85.375rem) {
  .header__inner {
    padding: 0 4.25rem;
  }
}

.logo-general {
  z-index: 200;
  position: absolute;
  top: 2.25rem;
  left: 1rem;
  width: 10rem;
  transition: all 500ms ease-out;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 85.375rem) {
  .logo-general {
    width: 15.625rem;
    top: 4.5rem;
    left: 4.25rem;
  }
}

.has-darkheader .logo-general {
  transform: translate(0,-200%);
}

.has-darkheader.is-navi-active .logo-general {
  transform: translate(0,0);
}

.logo-general a,
.logo-general svg,
.logo-small a,
.logo-small svg {
  display: block;
}

.logo-small {
  position: relative;
  z-index: 200;
  transform: translate(0,-100%);
  transition: transform 500ms ease-out;
}

.has-darkheader .logo-small {
  transform: translate(0,0);
}

.has-darkheader.is-navi-active .logo-small {
  transform: translate(0,-100%);
}

.logo-small {
  padding: 1.5rem 1rem;
  max-width: 62.5%;
}

@media screen and (min-width: 85.375rem) {
  .logo-small {
    padding: 1.5rem 0;
  }
}

.header__language .menu {
  list-style-type: none;
}

.header__language .menu a {
  font-size: 1rem;
}

.header__language .menu a img {
  display: none;
}

.wrapper--navigation {
  position: fixed;
  width: 100vW;
  z-index: 10;
  height: 0;
  top: 6.425rem;
  right: 0;
  transition: all 300ms ease-out;
  scrollbar-color: var(--ww-background-color-secondary) var(--ww-background-color-bright);
  scrollbar-width: thin;
}

.wrapper--navigation.active {
  background-color: var(--ww-background-color-bright);
  height: calc(100vH - 6.425rem);
}

.wrapper--navigation .menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: calc(100vH - 6.425rem);
  overflow-y: auto;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  justify-content: flex-start;
}

.wrapper--navigation::-webkit-scrollbar,
.wrapper--navigation::-webkit-scrollbar-track {
  width: 8px;
  background-color: var(--ww-background-color-bright);
  background-color: transparent;
}

.wrapper--navigation::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-background-color-secondary);
}

.wrapper--navigation {
  background-color: var(--ww-background-color-primary);
  position: fixed;
  width: 100vW;
  z-index: 10;
  height: 0;
  top: 0rem;
  right: 0;
  transition: all 300ms ease-out;
  scrollbar-color: var(--ww-background-color-dark) var(--ww-background-color-bright);
  scrollbar-width: thin;
}

.wrapper--navigation:not(.active) {
  transition-delay: 200ms;
}

.wrapper--navigation.active {
  background-color: var(--ww-background-color-primary);
  height: 100vH;
}

.wrapper--navigation::-webkit-scrollbar,
.wrapper--navigation::-webkit-scrollbar-track {
  width: 8px;
  background-color: var(--ww-background-color-bright);
  background-color: transparent;
}

.wrapper--navigation::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-background-color-dark);
}

nav[role="navigation"] {
  position: fixed;
  top: 6.425rem;
  left: 50%;
  width: 100%;
  max-width: 120rem;
  transform: translate(-50%,0);
  z-index: 100;
  transition: all 300ms ease-out;
  height: 0;
  overflow: hidden;
}

.wrapper--navigation.active nav[role="navigation"] {
  height: calc(100vH - 6.425rem);
  max-height: 40rem;
}

.has-darkheader .wrapper--navigation.active nav[role="navigation"] {
  height: calc(100vH - 4rem);
}

.wrapper--navigation .menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: calc(100vH - 14.625rem);
  max-height: 40rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
}

@media screen and (min-width: 85.375rem) {
  .wrapper--navigation .menu {
    padding-top: 8rem;
    padding-right: 4.25rem;
    justify-content: space-between;
  }
}

.has-darkheader .wrapper--navigation .menu {
  height: calc(100vH - 10.625rem);
  /* max-height: 60rem; */
  max-height: 40rem;
}

.wrapper--navigation.active .menu {
  transform: translate(0,0);
}

nav[role="navigation"] li {
  margin: 0.25rem 1rem;
  opacity: 0;
}

nav[role="navigation"] .menu > li {
  margin-bottom: 0;
  border-bottom: 1px solid var(--ww-form-color);  
  text-align: right;
  transform: translate(150%,0);
  transition: all 500ms ease-out;
  opacity: 0;
}

.wrapper--navigation.active nav[role="navigation"] .menu > li {
  opacity: 1;
  transform: translate(0,0);
}

.wrapper--navigation.active nav[role="navigation"] .menu > li:nth-child(1) {
  transition-delay: 50ms;
}

.wrapper--navigation.active nav[role="navigation"] .menu > li:nth-child(2) {
  transition-delay: 100ms;
}

.wrapper--navigation.active nav[role="navigation"] .menu > li:nth-child(3) {
  transition-delay: 150ms;
}

.wrapper--navigation.active nav[role="navigation"] .menu > li:nth-child(4) {
  transition-delay: 200ms;
}

.wrapper--navigation.active nav[role="navigation"] .menu > li:nth-child(5) {
  transition-delay: 250ms;
}

.wrapper--navigation.active nav[role="navigation"] .menu > li:nth-child(6) {
  transition-delay: 300ms;
}

nav[role="navigation"] .menu > li:last-child {
  border-bottom: 0;
}

nav[role="navigation"] a {
  display: inline-block;
  color: var(--ww-text-color-dark);
  font-size: 1.75rem;
  padding: 0.25rem 0;
  position: relative;
}

@media screen and (min-width: 85.375rem) {

  nav[role="navigation"] li {
    margin: 0.5rem 1rem;
  }

  nav[role="navigation"] a {
    font-size: 2.375rem;
  }  
}

nav[role="navigation"] a:hover {
  text-decoration: underline;
}

.navigation-logos {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  transform: translate(0,0);  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  overflow: hidden;
}

.wrapper--navigation.active .navigation-logos {
  height: calc(100vH - 14.625rem);
  /* max-height: 60rem; */
  max-height: 38rem;
}

.partner-logo {
  margin-bottom: 2rem;
  margin-left: auto;
  opacity: 0;
  transition: all 300ms ease-out;
}

@media screen and (min-width: 85.375rem) {
  .navigation-logos {
    bottom: auto;
    top: 6.425rem;
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 120rem;  
    transform: translate(-50%,0);    
  }
  .partner-logo {
    margin-left: 4.75rem;
    margin-bottom: 4rem;
  }
}

.partner-logo:last-child {
  margin-bottom: 0;
}

.wrapper--navigation.active .partner-logo {
  opacity: 1;
}

.wrapper--navigation.active .partner-logo:first-child {
  transition-delay: 450ms;
}

.wrapper--navigation.active .partner-logo:nth-child(2) {
  transition-delay: 550ms;
}


/* nav[role="navigation"] .subnav-opener {
  position: absolute;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  top: 0.5rem;
}

nav[role="navigation"] .subnav-opener .svgicon--minus {
  display: none;
}

nav[role="navigation"] li.active .subnav-opener .svgicon--minus {
  display: block;
}

nav[role="navigation"] li.active .subnav-opener .svgicon--plus {
  display: none;
}

nav[role="navigation"] .non-clickable > a:hover {
  cursor: default;
}

nav[role="navigation"] .sub-menu {
  list-style-type: none;
}

nav[role="navigation"] .sub-menu a {
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
*/

nav[role="navigation"] li.current-menu-item > a,
nav[role="navigation"] li.current-menu-ancestor > a {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------------ header */

/* ----------------------------------------------------------------------------------------------------------- grid */

.row,
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.col-2,
.col-3,
.col-4,
.col-6,
.col-5,
.col-8,
.col-12 {
  position: relative;
  flex: 0 0 100%;
}

.entry-content .col-2,
.entry-content .col-3,
.entry-content .col-4,
.entry-content .col-6,
.entry-content .col-5,
.entry-content .col-8,
.entry-content .col-12 {
  max-width: 100%;
}

.col-6:last-child {
  padding-top: 3.75rem;
}

form .col-6:last-child {
  padding-top: 0;
}

.entry-content .wp-block-column.has-mobile-margin-large {
  margin-top: 40vW;
}

@media screen and (min-width: 64rem) {
  .entry-content .wp-block-column.has-mobile-margin-large {
    margin-top: 30vW;
  }
}

.wp-block-columns > .wp-block-column--slider {
  position: relative;
}

.row--end {
  justify-content: flex-end;
}

.align--center,
.vertical-align-center {
  align-items: center;
}

.align--flex-start {
  align-items: flex-start;
}

.col--start {
  justify-self: flex-start;
}

.col--end {
  justify-self: flex-end;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
}

.col--align-center {
  text-align: center;
}

.col--align-right {
  text-align: right;
}

.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;
}

@media screen and (min-width: 48rem) {
  .change-image-on-hover .has-col-8 .col-8 {
    flex: 0 0 55.7%;
  }

  .change-image-on-hover .has-col-8 .col-4 {
    flex: 0 0 44.3%;
  }

  .col-3 {
    flex: 0 0 calc(50% - 0.625rem);
  }

  .entry-content .col-3:not(:first-child) {
    margin-top: 0;
  }  
}

@media screen and (min-width: 64rem) {
  .wp-block-columns.break-md,
  .comment-slider .wp-block-columns.has-col-8 {
    flex-wrap: nowrap;
  }

  .break-md.has-col-8 .col-4,
  .comment-slider .wp-block-columns.has-col-8 .col-4 {
    flex: 0 0 44.3%;
  }

  .break-md.has-col-8 .col-8,
  .comment-slider .wp-block-columns.has-col-8 .col-8 {
    flex: 0 0 55.7%;
  }  
}

@media screen and (min-width: 85.375rem) {
  
  .row,
  .wp-block-columns {
    flex-wrap: nowrap;
  }

  .entry-content .col-8 + .col-4,
  .entry-content .col-4 + .col-8,
  .entry-content .col-3:not(:first-child),
  .entry-content .col-4:not(:first-child),
  .entry-content .wp-block-column.has-mobile-margin-large {
    margin-top: 0;
  }

  .col-6 {
    flex: 0 0 calc(50% - 0.625rem);
  }

  .col-6:last-child {
    padding-top: 0;
  }  

  .has-col-8 .col-4 {
    flex: 0 0 44.3%;
  }

  .has-col-8 .col-4.has-slider {
    overflow: hidden;
  }

  .has-col-8 .col-8 {
    flex: 0 0 55.7%;
  }

  .pageheader .col-4 {
    background-color: var(--ww-background-color-primary);
    flex: 0 0 44.3%;
  }

  .pageheader .col-8 {
    background-color: var(--ww-background-color-secondary);
    flex: 0 0 55.7%;
  }

  .col-8 + .col-4 {
    margin-top: 0;
  }

  .col-2 {
    flex: 0 0 16%;
  }
  
  .col-4 {
    margin-bottom: 0;
  }

  .col-5 {
    flex: 0 0 40%;
  }

  .col-5:last-child {
    padding-left: 2.5rem;
  }

  .col-5:first-child {
    padding-right: 2.5rem;
  }

  .col-7 {
    flex: 0 0 60%;
  }

  .col-9 {
    flex: 0 0 74%;
  }

  .col-10 {
    flex: 0 0 82%;
  }

}

@media screen and (min-width: 85.375rem) {
  .wp-block-columns[data-columns="4"] {
    flex-wrap: nowrap;
  }

  .col-3 {
    flex: 0 0 calc(25.3% - 1.25rem);
    margin-bottom: 0;
  }

}

.align-center {
  align-items: center;
}

/* ----------------------------------------------------------------------------------------------------------- grid */

/* ------------------------------------------------------------------------------------------------------------------ pageheader */

.pageheader {
  background-color: var(--ww-background-color-primary);
}

.pageheader:before {
  content: "";
  height: 10rem;
  width: 100%;
  display: block;
  background-color: var(--ww-background-color-primary);
}

@media screen and (min-width: 85.375rem) {
  .pageheader:before {
    display: none;
  }
}

.pageheader__inner {
  width: min(100vW, 120rem);
  margin: 0 auto;
}

.pageheader__content-wrapper {
  order: 1;
}

.pageheader__content {
  padding: 4rem 1rem;
}

@media screen and (min-width: 85.375rem) {

  .pageheader__inner {
    height: 100vH;
  }

  .pageheader .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .pageheader__content-wrapper {
    order: initial;
  }

  .pageheader__content {
    padding: 0 8rem 5.125rem 4.25rem;
  }
}

.pageheader h2 {
  padding-bottom: 1rem;
}

/*------------------------------------------------------------------------------------------------------------------ pageheader */

/* ----------------------------------------------------------------------------------------------------------- content */

.entry-content__inner > * {
  width: min(100vW, 120rem);
  margin: 0 auto;
}

.entry-content .wp-block-group__inner-container {
  position: relative;
}

@media screen and (min-width: 85.375rem) {
  .entry-content .full-height .wp-block-group__inner-container {
    height: 100%;
  }

  .entry-content .flex-column .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
  } 
  
}


.entry-content .justify-flex-end .wp-block-group {
  margin-left: auto;
  margin-right: 0;
}

.entry-content .wp-block-group.has-arrow-down {
  position: relative;
}

.entry-content .wp-block-group.has-padding-top {
  padding-top: 3rem;
}

.entry-content .wp-block-group.has-padding-bottom {
  padding-bottom: 3rem;
}


@media screen and (min-width: 85.375rem) {
  .entry-content .wp-block-group.has-padding-top {
    padding-top: 5.875rem;
  }
  
  .entry-content .wp-block-group.has-padding-bottom {
    padding-bottom: 5.875rem;
  }

  .entry-content .wp-block-group.has-padding-top.has-black-background-color {
    padding-top: 9.375rem;
  }
  
  .entry-content .wp-block-group.has-padding-bottom.has-black-background-color {
    padding-bottom: 9.375rem;
  }  
}

.entry-content .wp-block-group.vertical-align-center { 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entry-content .wp-block-group.has-product-result-list {
  height: 0;
  overflow: hidden;
}

.entry-content .wp-block-group.has-product-result-list.has-transition {
  transition: height 300ms ease-out;
}

.entry-content .wp-block-group.has-product-result-list.active {
  height: 100%;
}

.entry-content .wp-block-group.block-group-references .col-4.has-slider {
  order: 1;
}

@media screen and (min-width: 85.375rem) {
  .entry-content .wp-block-group {
    height: 100%;
  }

  .entry-content .justify-flex-end .wp-block-group {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .entry-content .wp-block-columns[data-columns="2"] .col-8:not(.no-padding):first-child {
    padding-left: 4.25rem;
    padding-right: 17.25rem;
  }

  .entry-content .wp-block-columns[data-columns="2"] .col-4 .col-8:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-content .wp-block-columns[data-columns="2"] .col-4 p,
  .entry-content .wp-block-columns[data-columns="2"] .col-4 h1,
  .entry-content .wp-block-columns[data-columns="2"] .col-4 h2,
  .entry-content .wp-block-columns[data-columns="2"] .col-4 ul {
    padding-left: 2.75rem;
    padding-right: 4.25rem;
  }

  .entry-content .wp-block-columns[data-columns="2"] .col-4 .col-4:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-content .wp-block-group.block-group-references .col-4.has-slider {
    order: initial;
  }
}

@media screen and (min-width: 100rem) {
  .entry-content .justify-flex-end .wp-block-group {
    margin-left: 16.25rem;
    margin-right: 4.25rem;
  }
}

.entry-content .wp-block-columns.reverse-order-on-mobile > .wp-block-column:first-child {
  order: 1;
}

.entry-content .wp-block-columns.reverse-order-on-mobile > .wp-block-column:last-child {
  margin-top: 0;
}

@media screen and (min-width: 64rem) {
  .entry-content .wp-block-columns.break-md.reverse-order-on-mobile > .wp-block-column:first-child {
    order: initial;
  }  
}

@media screen and (min-width: 85.375rem) {
  .entry-content .wp-block-columns.reverse-order-on-mobile > .wp-block-column:first-child {
    order: initial;
  }  
}

.entry-content .wp-block-column.has-background {
  position: relative;
}

.entry-content .wp-block-column.has-background:before {
  content: "";
  position: absolute;
  width: 100vW;
  right: 0;
  height: 100%;
}

@media screen and (min-width: 85.375rem) {
  .entry-content .wp-block-column.has-background:before {
    width: 200vW;
  }  
}

.entry-content .wp-block-column.has-background:last-child:before {
  right: auto;
  left: 0;
}

.entry-content .wp-block-column.has-background.has-luminous-vivid-amber-background-color:before {
  background-color: var(--ww-background-color-primary);
}

.entry-content .wp-block-column.has-background.has-black-background-color:before {
  background-color: var(--ww-background-color-secondary);
}

.entry-content .wp-block-column.content-max-width > * {
  max-width: 26.5rem;
}

.entry-content h2 {
  padding-bottom: 3.75rem;
}

.entry-content .vertical-align-center .col-8 h2 {
  padding-top: 3.75rem;
}

@media screen and (min-width: 85.375rem) {
  .entry-content .vertical-align-center .col-8 h2 {
    padding-top: 0;
  }  
}

.entry-content h2:first-child:last-child {
  padding-bottom: 0;
}

.entry-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.entry-content h1,
.entry-content h2,
.entry-content p,
.entry-content ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 85.375rem) {
  .entry-content h1,
  .entry-content h2,
  .entry-content p,
  .entry-content ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-group.text-align-justify p,
.listing-item__teaser p {
  text-align: justify;
}

.wp-block-image.position-absolute figure {
  position: absolute;
  top: -30vW;
  left: 0;
}

@media screen and (min-width: 64rem) {
  .wp-block-image.position-absolute figure {
    top: -20vW;
  }
}

@media screen and (min-width: 85.375rem) {
  .wp-block-image.position-absolute figure {
    top: -6.875rem;
  }

  .wp-block-image.object-fit-cover {
    flex: 1 1 100%;
  }

  .wp-block-image.object-fit-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.wp-block-image.position-absolute figure.alignright {
  left: auto;
  right: 0;
  max-width: 50vW;
}

.wp-block-image.position-absolute + * {
  padding-top: 2rem;
}

@media screen and (min-width: 85.375rem) {
  .wp-block-image.position-absolute figure.alignright {
    max-width: 25vW;
  }
  .wp-block-image.position-absolute + * {
    padding-top: 10.625rem;
  }  
}

.wp-block-gallery.columns-default {
  display: flex;
  vertical-align: center;
}

/* .wp-block-gallery.columns-default .wp-block-image:not(:first-child) {
  margin-left: 3.625rem;
} */

.wp-block-gallery.has-margin-top { 
  margin-top: 4.625rem;
  margin-bottom: 4.62rem;
  padding-left: 1rem;
}

@media screen and (min-width: 85.375rem) {
  .wp-block-gallery.has-margin-top { 
    margin-bottom: 3.625rem;
  }
}

.wp-block-gallery figcaption {
  text-align: center;
}

.wrapper-icon {
  position: absolute;
  top: -2.5rem;
  left: 1rem;
}

@media screen and (min-width: 85.375rem) {
  .wrapper-icon {
    top: 0;
    left: 3rem;
  }
}

.wp-block-group.hide-on-mobile {
  display: none;
}

@media screen and (min-width: 85.375rem) {
  .wp-block-group.hide-on-desktop {
    display: none;
  }

  .wp-block-group.hide-on-mobile {
    display: block;
  }
}

.wp-block-group.has-headline-overlap {
  position: relative;
}

.wp-block-group.has-headline-overlap .wp-block-gallery {
  margin-left: 1rem;
  position: relative;
  max-width: 20rem;
  overflow: hidden;
  padding-top: 6rem;
}

.wp-block-group.has-headline-overlap .wp-block-gallery .wp-block-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.wp-block-group.has-headline-overlap .wp-block-gallery .wp-block-image.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

h2.headline-products {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wp-block-group.has-headline-overlap h2 {
  position: absolute;
  top: 2.5rem;
  left: 5rem;
  z-index: 2;
  padding-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .wp-block-group.has-headline-overlap .wp-block-gallery {
    margin-left: 2rem;
    padding-top: 0;
  }  
  .wp-block-group.has-headline-overlap h2 {
    top: 3.5rem;
    left: 7rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 85.375rem) {
  .wp-block-group.has-headline-overlap .wp-block-gallery {
    margin-left: 7.875rem;
  }
  .wp-block-group.has-headline-overlap h2 {
    left: 17rem;
  }
  h2.headline-products {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------- content */

/* ----------------------------------------------------------------------------------------------------------- products */

.wrapper-listing-product .listing-item,
.product-filter-category-text.has-content {
  padding-bottom: 5.875rem;
}

.wrapper-listing-product .listing-item:last-child {
  padding-bottom: 0;
}

.wrapper-listing-product .listing-item__content .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.wrapper-listing-product .listing-item__content header {
  flex: 0 0 100%;
  padding-left: 1rem;
}

.wrapper-listing-product .listing-item__teaser {
  flex: 0 0 100%;
  padding-left: 0;
  margin-top: 1rem;
}

.wrapper-listing-product .listing-item__content header h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.wrapper-listing-product .listing-item__content footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 3.375rem;
  padding-right: 1rem;
}

@media screen and (min-width: 85.375rem) {
  .wrapper-listing-product .listing-item__content header h3 {
    font-size: 1.8125rem;
  }
  
  .wrapper-listing-product .listing-item__content .wp-block-group__inner-container {
    flex-wrap: nowrap;
  }

  .wrapper-listing-product .listing-item__content header {
    flex: 0 0 35%;
    padding-left: 3rem;
  }
  .wrapper-listing-product .listing-item__teaser {
    flex: 0 0 65%;
    margin-top: 0;
    padding-left: 3rem;
  }

  .wrapper-listing-product .listing-item__content footer {
    padding-right: 4.25rem;
  }  
}

.wrapper-product-titles {
  list-style-type: none;
}

.wrapper-product-titles .listing-item {
  margin-bottom: 1.25rem;
}

.wrapper-product-titles .listing-item:last-child {
  margin-bottom: 0;
}

.wrapper-product-titles button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  font-size: 1.625rem;  
  font-weight: 500;
  text-align: left;
}

.wrapper-product-titles button.active {
  text-decoration: underline;
}

.wrapper-product-titles button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.cloned-list {
  display: none;
}

.list--product-postimages,
.list--product-largeimages {
  height: 100%;
}

.list--product-postimages .listitem__image,
.list--product-largeimages .listitem__image {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 800px;
  overflow: hidden;
}

.list--product-postimages .listitem__image img,
.list--product-largeimages .listitem__image img {
  width: 100%;
}

.list--product-postimages .listitem__image img {
  /* height: 100%;
  object-fit: cover; */
}

.list--product-largeimages .listitem__image {
  max-height: none;
}

.list--product-largeimages .listitem__image img {
  height: 100%;
  max-width: none;
  /* object-fit: cover; */
}

.list--product-postimages .listitem__image.active,
.list--product-largeimages .listitem__image.active {
  display: block;
}

.link--show-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  letter-spacing: 0.05rem;
}

.link--show-detail .svgicon--arrow {
  margin-left: 3.375rem;
}

.listing-item.product .svgicon--arrow rect,
.listing-item.product .svgicon--arrow polyline {
  fill: var(--ww-background-color-bright);
}

.product-gallery-sliders {
  overflow: hidden;
}

.product-gallery-wrapper {
  display: none;
  position: relative;
  padding-bottom: 3.125rem;
}

.product-gallery-wrapper.active {
  display: block;
}

.gallery-slider-components {
  position: relative;
  height: 639px;
}

.product-gallery-wrapper .gallery-slider {
  overflow: hidden;
}

.gallery-slider.hammerslide .gallery__image {
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ww-background-color-secondary);
}

.slider__swipeinfo {
  background-image: url(../images/swipe.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  height: 6rem;
  width: 6rem;
  right: 0rem;
  top: 45%;
  animation-name: swipe-left-right;
  animation-duration: 1.5s;
  animation-direction: alternate;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

@keyframes swipe-left-right {
  0% {
    transform: translate(1rem, 0);
  }

  100% {
    transform: translate(-1rem, 0);
  }
}

.gallery-slider.hammerslide .gallery__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 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;
}

.gallery-slider.hammerslide .gallery__image img {
  /* height: 100%; */
  width: 100%;
  margin-left: auto;
  margin-right: auto; 
  max-width: 100%;
  /* object-fit: contain; */
}

.gallery-slider.hammerslide .gallery__image img.portrait {
  height: 100%;
  max-width: 100%;
  width: auto;
}

.product-gallery-wrapper .sliderslidelink {
  position: absolute;
  left: 6.75rem;
  bottom: -0.1rem;
  width: 4.75rem;
  padding: 0.5rem 0;
}

.product-gallery-wrapper .prev--sliderslidelink {
  left: 1rem;
  transform: rotate(180deg);
}

.product-gallery-wrapper .slidercounter {
  position: absolute;
  right: 2.375rem;
  bottom: 0;
  padding: 0 !important;
}

@media screen and (min-width: 85.375rem) {
  .product-gallery-wrapper .sliderslidelink {
    left: 11.625rem;
  }
  .product-gallery-wrapper .prev--sliderslidelink {
    left: 2.75rem;
  }
  .product-gallery-wrapper .slidercounter {
    right: 2.375rem;
  }
}


/* ----------------------------------------------------------------------------------------------------------- products */

/* ----------------------------------------------------------------------------------------------------------- slider */
.pageheader .wrapper--slider {
  overflow: hidden;
  width: 100vW;
}

@media screen and (min-width: 85.375rem) {
  .pageheader .wrapper--slider {
    width: calc(100vW * 0.557);
  }
}

.pageheader .slideelement {
  float: left;
  height: 100%;
}

.pageheader .slideelement img { 
  width: 100%;
}

/* .pageheader .slideelement img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} */

.pageheader__slider {
  margin-bottom: 1.375rem;
  overflow: hidden;
}

.pageheader .wrapper--slider .sliderslidelink,
.pageheader .wrapper--slider .sliderslidelink.active {
  display: none;
}

.pageheader .wrapper--slider .slidercounter {
  max-width: calc(120rem * 0.557);
  text-align: right;
  padding-right: 1rem;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 85.375rem) {
  .pageheader__slider {
    height: 75vH;
  }  
  .pageheader .wrapper--slider .slidercounter {
    padding-right: 4.25rem;
    margin-bottom: 0;
  }
}

.comment-slider .wp-block-group.slideelement {
  float: left;
}

.comment-slider .wp-block-group.slideelement .wp-block-columns {
  align-items: center;
}

.comment-slider .wp-block-group.slideelement .wp-block-image {
  position: relative;
}

.comment-slider .wp-block-group.slideelement .wp-block-column.col-8 {
  padding-bottom: 5rem;
}

.comment-slider .wp-block-group.slideelement .wp-block-column.col-8 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.entry-content .comment-slider h2 {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 64rem) {
    
  .comment-slider .wp-block-group.slideelement .wp-block-column.col-8 > * {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (min-width: 85.375rem) {
  .comment-slider .wp-block-group.slideelement .wp-block-column.col-8 {
    padding-bottom: 0;
  }
    
  .comment-slider .wp-block-group.slideelement .wp-block-column.col-8 > * {
    padding-left: 25%;
    padding-right: 25%;
  }

  .entry-content .comment-slider h2 {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
}

.comment-slider .wp-block-group.slideelement .wp-block-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 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;
}

.comment-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media screen and (min-width: 64rem) {
  .comment-slider {
    margin-bottom: 0;
  }
}

.comment-slider .slidercounter {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/* .comment-slider:after {
  content: "";
  clear: both;
} */

.comment-slider .sliderslidelink {
  position: absolute;
  left: 6.75rem;
  bottom: 1rem;
  width: 4.75rem;
  padding: 0.5rem 0;
}

.comment-slider .prev--sliderslidelink {
  left: 1rem;
  transform: rotate(180deg);
}

@media screen and (min-width: 64rem) {
  .comment-slider .sliderslidelink {
    bottom: 3rem;
    left: calc(44.3% + 11.625rem);
  }  

  .comment-slider .prev--sliderslidelink {
    left: calc(44.3% + 2.75rem);
  } 

  .comment-slider .slidercounter {
    bottom: 3.125rem;
  }   
}

@media screen and (min-width: 85.375rem) {
  .comment-slider .slidercounter {
    right: 4.25rem;
  }  
}

/* ----------------------------------------------------------------------------------------------------------- slider */

/* ----------------------------------------------------------------------------------------------------------- product filter */

.postfilter-mobile-switch {
  display: none;
}

.postfilter-list {
  padding-left: 1rem;
}

@media screen and (min-width: 85.375rem) {
  .postfilter-list {
    padding-left: 3rem;
  }  
}

.postfilter-item {
  margin-bottom: 1.25rem;
}

.button--postfilter {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  text-align: left;
}

.button--postfilter .label {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

@media screen and (min-width: 85.375rem) {
  .button--postfilter .label {
    font-size: 1.625rem;
  }  
}

.button--postfilter:hover {
  cursor: pointer;
}

.button--postfilter:hover .label,
.button--postfilter.active .label {
  text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------------------------- search */

.entry-content .result-entries {
  list-style-type: none;
  padding-left: 0;
}

.entry-content .result-entries a {
  color: var(--ww-primary-text-color);
  font-weight: 700;
}

.entry-content .result-entries .result-entries__entry {
  margin-bottom: 2rem;
}

/* ----------------------------------------------------------------------------------------------------------- search */

/* ----------------------------------------------------------------------------------------------------------- footer */

.wrapper-footer {
  position: relative;
  background-color: var(--ww-background-color-primary);
}

.footer__column--1 > .widget_block > .wp-block-group {
  padding: 3rem 1rem;
}

.footer__column--1 > .widget_block > .wp-block-group > .wp-block-group__inner-container > * {
  flex: 0 0 auto;
}

.footer__column--1 ul {
  padding-top: 3rem;
  display: flex;
  list-style-type: none;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 64rem) {
  .footer__column--1 > .widget_block > .wp-block-group {
    padding: 0;
  }
  
  .wrapper-footer {
    background-color: transparent;
  }
  
  .footer__column--1 {
    position: absolute;
    top: -4rem;
    left: 50%;
    width: 100vW;
    max-width: 120rem;
    transform: translate(-50%,0);
  }

  .footer__column--1 > .widget_block {
    max-width: 55.7%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__column--1 > .widget_block > .wp-block-group > .wp-block-group__inner-container { 
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .footer__column--1 ul {
    padding-top: 0;
  }
    
}

@media screen and (min-width: 85.375rem) {
  .footer__column--1 > .widget_block {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}

.footer__column--1 ul li {
  margin-right: 2rem;
}

.footer__column--1 ul li:last-child {
  margin-right: 0;
}

.wrapper--imprint,
.wrapper--dataprotection {
  background-color: var(--ww-background-color-secondary);
}

.wrapper--imprint .entry-content,
.wrapper--dataprotection .entry-content {
  /* width: 100vW;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 4.25rem;
  padding-right: 4.25rem; */
}

@media screen and (min-width: 85.375rem) {
  .wrapper--imprint .entry-content .entry-content__inner > *,
  .wrapper--dataprotection .entry-content .entry-content__inner > * {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}


.wrapper--imprint p,
.wrapper--dataprotection p, 
.wrapper--imprint h2,
.wrapper--dataprotection h2 {
  color: var(--ww-text-color-bright);
}

/* ----------------------------------------------------------------------------------------------------------- footer */

/* ----------------------------------------------------------------------------------------------------------- special links */


/* ----------------------------------------------------------------------------------------------------------- special links */


/*---------------------------------------------------------------------------------------------------------------------------------------- impressum und datenschutz*/

.is-collapsable {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

.wrapper--imprint,
.wrapper--dataprotection,
.wrapper--terms {
  flex: 0 0 100%;
}

.wrapper--imprint section,
.wrapper--dataprotection section,
.wrapper--terms section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wrapper--imprint .entry-content__inner,
.wrapper--dataprotection .entry-content__inner,
.wrapper--terms .entry-content__inner {
  margin-left: 0;
  border-left: 0;
}

.wrapper--imprint .entry-content__inner>*,
.wrapper--dataprotection .entry-content__inner>*,
.wrapper--terms .entry-content__inner>* {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wrapper--imprint .page-title,
.wrapper--dataprotection .page-title,
.wrapper--terms .page-title,
.wrapper--imprint .pageheader,
.wrapper--dataprotection .pageheader {
  display: none;
}

.wrapper--imprint p,
.wrapper--dataprotection p,
.wrapper--imprint p a,
.wrapper--dataprotection p a,
.wrapper--terms p,
.wrapper--terms p a {
  margin-top: 1rem;
}

.wrapper--imprint .entry-content__inner>.wp-block-group>.wp-block-group__inner-container>p,
.wrapper--dataprotection .entry-content__inner>.wp-block-group>.wp-block-group__inner-container>p,
.wrapper--terms .entry-content__inner>.wp-block-group>.wp-block-group__inner-container>p {
  max-width: none;
}

.wrapper--imprint strong,
.wrapper--dataprotection strong,
.wrapper--terms strong {
  margin-top: 2rem;
  display: inline-block;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- impressum und datenschutz*/

/* ----------------------------------------------------------------------------------------------------------- cookie consent banner */

.cli-bar-message p {
  font-size: 1rem;
}

.cli-bar-message p a {
  color: #1d1e1e !important;
  font-size: 1rem;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  font-size: 1rem !important;
}

.cli-privacy-overview h4 {
  color: #1d1e1e !important;
}

.cli-privacy-overview p {
  color: #1d1e1e !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #1d1e1e !important;
  color: #fff;
}

.cli-tab-header a.cli-nav-link {
  text-transform: none !important;
}

.cli-style-v2 .cli-plugin-main-link {
  font-size: 1rem;
}

.table.cookielawinfo-winter thead th {
  background-color: #1d1e1e;
}

.cli-row {
  scrollbar-color: #1d1e1e #fff;
  scrollbar-width: thin;
}

.cli-row::-webkit-scrollbar,
.cli-row::-webkit-scrollbar-track {
  width: 8px;
  background-color: #fff;
  background-color: transparent;
}

.cli-row::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #1d1e1e;
}