@charset "UTF-8";
/*
 Theme Name:   DYNA-MESS
 Description:  Child Theme for DYNA-MESS
 Author:       POWER+RADACH werbeagentur gmbh
 Author URI:   http://www.power-radach.de/
 Template:     pr-master-theme
 Version:      1.1
 Text Domain:  dym-theme
 Description: Das Power+Radach Master Template beinhaltet alle nötigen Funktionen, die zur Umsetzung eines Kundenprojektes notwendig sind.
 Tested up to: 6.2.2
 Requires PHP: >8.0 
 License URI: not now
*/
html,
body {
  --primary-font: "PT Sans", sans-serif;
  --secondary-font: "PT Sans", sans-serif;
  --global-padding: 1rem;
  --content-max-width: 1255px;
  --header-max-width: 1466px;
  --text-max-width: 825px;
  --grey-light: #f8f8f8;
  --grey-dark: #eee;
  --primary-color: #024261;
  --primary-color-dark: #0f0a18;
  --secondary-color: #94c13e;
  --gradient-1: transparent
    linear-gradient(180deg, #004262 0%, #115a7c 100%, #082533 100%) 0% 0%
    no-repeat padding-box;
  --gradient-3: transparent
    linear-gradient(180deg, #004262 0%, #115a7c 100%, #082533 100%) 0% 0%
    no-repeat padding-box;
  --td: 150ms;
  --te: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fullwidth_html .html-inner-wrapper.inner-wrapper {
  max-width: 100% !important;
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
/*
@extend %paleri;
*/
/*
@extend %transition;
*/
/*
@extend %button;
*/
html .heading-outer-wrapper .heading-inner-wrapper h1.has-medium-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h1.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h1-font-size);
  line-height: var(--h1-line-height);
}
html .heading-outer-wrapper .heading-inner-wrapper h1.has-small-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h1.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h1-font-size) * 0.8);
  line-height: calc(var(--h1-line-height) * 1);
}
html .heading-outer-wrapper .heading-inner-wrapper h1.has-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h1.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h1-font-size) * 1.5);
  line-height: calc(var(--h1-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h1.has-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h1.has-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h1-font-size) * 1.1
    );
    line-height: calc(var(--h1-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 2);
  line-height: calc(var(--h1-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h1-font-size) * 1.5
    );
    line-height: calc(var(--h1-line-height) * 1);
  }
}
@media (max-width: 580px) {
  html .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h1-font-size) * 1.3
    );
    line-height: calc(var(--h1-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h2.has-medium-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h2.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h2-font-size);
  line-height: var(--h2-line-height);
}
html .heading-outer-wrapper .heading-inner-wrapper h2.has-small-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h2.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h2-font-size) * 0.8);
  line-height: calc(var(--h2-line-height) * 1);
}
html .heading-outer-wrapper .heading-inner-wrapper h2.has-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h2.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h2-font-size) * 1.5);
  line-height: calc(var(--h2-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h2.has-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h2.has-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h2-font-size) * 1.1
    );
    line-height: calc(var(--h2-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h2-font-size) * 2);
  line-height: calc(var(--h2-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h2-font-size) * 1.5
    );
    line-height: calc(var(--h2-line-height) * 1);
  }
}
@media (max-width: 580px) {
  html .heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h2-font-size) * 1.3
    );
    line-height: calc(var(--h2-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h3.has-medium-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h3.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h3-font-size);
  line-height: var(--h3-line-height);
}
html .heading-outer-wrapper .heading-inner-wrapper h3.has-small-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h3.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h3-font-size) * 0.8);
  line-height: calc(var(--h3-line-height) * 1);
}
html .heading-outer-wrapper .heading-inner-wrapper h3.has-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h3.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h3-font-size) * 1.5);
  line-height: calc(var(--h3-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h3.has-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h3.has-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h3-font-size) * 1.1
    );
    line-height: calc(var(--h3-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h3-font-size) * 2);
  line-height: calc(var(--h3-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h3-font-size) * 1.5
    );
    line-height: calc(var(--h3-line-height) * 1);
  }
}
@media (max-width: 580px) {
  html .heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h3-font-size) * 1.3
    );
    line-height: calc(var(--h3-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h4.has-medium-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h4.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h4-font-size);
  line-height: var(--h4-line-height);
}
html .heading-outer-wrapper .heading-inner-wrapper h4.has-small-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h4.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h4-font-size) * 0.8);
  line-height: calc(var(--h4-line-height) * 1);
}
html .heading-outer-wrapper .heading-inner-wrapper h4.has-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h4.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h4-font-size) * 1.5);
  line-height: calc(var(--h4-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h4.has-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h4.has-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h4-font-size) * 1.1
    );
    line-height: calc(var(--h4-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h4-font-size) * 2);
  line-height: calc(var(--h4-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h4-font-size) * 1.5
    );
    line-height: calc(var(--h4-line-height) * 1);
  }
}
@media (max-width: 580px) {
  html .heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h4-font-size) * 1.3
    );
    line-height: calc(var(--h4-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h5.has-medium-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h5.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h5-font-size);
  line-height: var(--h5-line-height);
}
html .heading-outer-wrapper .heading-inner-wrapper h5.has-small-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h5.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h5-font-size) * 0.8);
  line-height: calc(var(--h5-line-height) * 1);
}
html .heading-outer-wrapper .heading-inner-wrapper h5.has-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h5.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h5-font-size) * 1.5);
  line-height: calc(var(--h5-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h5.has-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h5.has-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h5-font-size) * 1.1
    );
    line-height: calc(var(--h5-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h5-font-size) * 2);
  line-height: calc(var(--h5-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h5-font-size) * 1.5
    );
    line-height: calc(var(--h5-line-height) * 1);
  }
}
@media (max-width: 580px) {
  html .heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h5-font-size) * 1.3
    );
    line-height: calc(var(--h5-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h6.has-medium-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h6.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h6-font-size);
  line-height: var(--h6-line-height);
}
html .heading-outer-wrapper .heading-inner-wrapper h6.has-small-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h6.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h6-font-size) * 0.8);
  line-height: calc(var(--h6-line-height) * 1);
}
html .heading-outer-wrapper .heading-inner-wrapper h6.has-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h6.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h6-font-size) * 1.5);
  line-height: calc(var(--h6-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h6.has-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h6.has-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h6-font-size) * 1.1
    );
    line-height: calc(var(--h6-line-height) * 1);
  }
}
html .heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size,
body .heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h6-font-size) * 2);
  line-height: calc(var(--h6-line-height) * 1);
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h6-font-size) * 1.5
    );
    line-height: calc(var(--h6-line-height) * 1);
  }
}
@media (max-width: 580px) {
  html .heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size,
  body .heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(
      var(--h6-font-size) * 1.3
    );
    line-height: calc(var(--h6-line-height) * 1);
  }
}

body.search article {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 99px;
}
@media (max-width: 580px) {
  body.search article {
    padding-top: 169px;
  }
}
body.search article .inner {
  width: 100%;
  padding-left: var(--block-container-outer-padding-left, var(--global-padding));
  padding-right: var(--block-container-outer-padding-right, var(--global-padding));
  max-width: var(--text-max-width);
  margin: 30px auto var(--block-margin-bottom, 0) auto;
}
body.search article .search_results {
  color: var(--secondary-color);
}
body.search article .result-items {
  list-style-type: none;
  padding-left: 1rem;
}
body.search article .result-items li {
  margin-bottom: 3rem;
}
body.search article .result-items li .result-url a {
  color: var(--primary-color) !important;
}
body.search article .result-items li:hover h3,
body.search article .result-items li:hover .result-url a {
  color: var(--secondary-color) !important;
}
body.search article .result-items a {
  text-decoration: none;
}
body.search article .result-items h3 {
  transition: var(--transition-global);
  margin-bottom: 0;
}
body.search article .result-items h3:hover {
  color: var(--secondary-color);
}
body.search article .result-url {
  font-family: var(--secondary-font);
  font-style: italic;
  transition: var(--transition-global);
}
body.search article .result-url :hover {
  color: var(--secondary-color);
}
body.search article .result-excerpt {
  -webkit-margin-before: 0.4rem;
          margin-block-start: 0.4rem;
}

input[type=search] {
  background-color: transparent;
  width: 70%;
  border: 0;
  border-bottom: 1px solid var(--primary-color);
  outline: 0;
}

.force-white-color input[type=search] {
  border-bottom: 1px solid var(--light-color);
}

.is-hidden {
  display: none;
}

#wrapper .search-target .ansprechpartner-photo-container,
#wrapper .search-target .ansprechpartner-details-container {
  padding-top: 0 !important;
}
#wrapper .search-target.fadeOutIntersection {
  opacity: 1 !important;
  transform: unset !important;
}

.search-on-site {
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.search-on-site form {
  display: flex;
}
.search-on-site form label {
  width: auto;
  padding-right: 10px;
}
.search-on-site button[type=submit] {
  display: none;
}
.search-on-site input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-on-site input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-on-site input[type=search]::-webkit-search-decoration,
.search-on-site input[type=search]::-webkit-search-cancel-button,
.search-on-site input[type=search]::-webkit-search-results-button,
.search-on-site input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.error404 footer.container {
  margin-top: auto;
}
body.error404 article {
  margin-top: auto;
  padding: 100px 0;
}
@media (max-width: 768px) {
  body.error404 .desktop-back {
    display: none;
  }
}
body.error404 .desktop-back a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  body.error404 .mobile-back {
    display: none;
  }
}
body.error404 .mobile-back a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1472px) {
  .wp-block-cover.alignfull.has-custom-content-position.is-position-bottom-left {
    padding-left: calc((100vw - 1466px) / 2);
    padding-bottom: 35px;
  }
  .wp-block-cover.alignfull.has-custom-content-position.is-position-bottom-right {
    padding-right: calc((100vw - 1466px) / 2);
    padding-bottom: 35px;
  }
}
@media (min-width: 1472px) and (max-width: 768px) {
  .wp-block-cover.alignfull.has-custom-content-position.is-position-bottom-right {
    padding-right: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .wp-block-cover.alignfull.has-custom-content-position.is-position-bottom-right {
    justify-content: flex-start;
  }
}

.wp-block-cover.entry-two-cols .column-outer-wrapper:nth-child(1) {
  margin-right: 0 !important;
}
.wp-block-cover.entry-two-cols .column-outer-wrapper:nth-child(1) .wp-block-column {
  padding: 80px;
}
@media (max-width: 580px) {
  .wp-block-cover.entry-two-cols .column-outer-wrapper:nth-child(1) .wp-block-column {
    padding: 0px;
  }
}
@media (max-width: 580px) {
  .wp-block-cover.entry-two-cols .column-outer-wrapper:nth-child(1) .has-background {
    background-color: transparent !important;
  }
}
.wp-block-cover.entry-two-cols .columns-outer-wrapper > .inner-wrapper > .wp-block-columns[rowlen="2"] > *:not(.custom-width) {
  width: 50%;
  min-width: 50%;
}
@media (max-width: 768px) {
  .wp-block-cover.entry-two-cols .columns-outer-wrapper > .inner-wrapper > .wp-block-columns[rowlen="2"] > *:not(.custom-width) {
    width: 100%;
    min-width: 100%;
    margin-top: 0 !important;
  }
  .wp-block-cover.entry-two-cols .columns-outer-wrapper > .inner-wrapper > .wp-block-columns[rowlen="2"] > *:not(.custom-width) img {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
}

body.home .wp-block-cover {
  --h1-margin-bottom: 0;
}

.group-outer-wrapper.kompetenzen .columns-outer-wrapper.gap-0 {
  padding: 0 !important;
}
.group-outer-wrapper.kompetenzen .columns-outer-wrapper.gap-0 .column-outer-wrapper {
  margin-right: 0 !important;
  padding: 80px !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .group-outer-wrapper.kompetenzen .columns-outer-wrapper.gap-0 .column-outer-wrapper {
    padding: 2rem !important;
  }
}
@media (max-width: 768px) {
  .group-outer-wrapper.kompetenzen .columns-outer-wrapper.gap-0 .inner-wrapper > .wp-block-columns[rowlen="2"] > *:not(.custom-width):nth-of-type(n + 2) {
    margin-top: 0 !important;
  }
}
.group-outer-wrapper.kompetenzen .columns-outer-wrapper .wp-block-columns {
  min-height: 475px;
}

@media (max-width: 768px) {
  .columns-outer-wrapper.mobile-reverse .wp-block-columns {
    flex-direction: column-reverse;
  }
}

article .column-outer-wrapper.custom-width.outer-wrapper {
  margin: 0;
}
@media (max-width: 768px) {
  article .column-outer-wrapper.custom-width.outer-wrapper {
    width: 100% !important;
  }
}

.has-primary-color-color {
  color: var(--primary-color) !important;
}

.has-primary-color-dark-color {
  color: var(--primary-color-dark) !important;
}

.has-secondary-color-color {
  color: var(--secondary-color) !important;
}

.has-secondary-color-light-color {
  color: var(--grey-light-2) !important;
}

.has-grey-light-color {
  color: var(--grey-light) !important;
}

.has-grey-dark-color {
  color: var(--grey-dark) !important;
}

.heading-outer-wrapper.force-white-color .wp-block-heading {
  color: white !important;
}

.has-gradient-3-gradient-background {
  background: var(--gradient-3);
}

.grid .link-container-outer-wrapper {
  border-radius: 10px;
}
@media (max-width: 580px) {
  .grid .link-container-outer-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 580px) {
  .grid .tileswrapper.show-as-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper {
  transition: 0.3s ease-in-out;
}
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover {
  background: var(--secondary-color) !important;
}
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover h1,
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover h2,
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover h3,
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover h4,
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover h5,
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover h6 {
  color: var(--primary-color) !important;
}
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover p .has-white-color {
  color: var(--primary-color) !important;
}
.grid .tileswrapper.show-as-grid .link-container-outer-wrapper:hover p .has-secondary-color-color {
  color: white !important;
}

@media (max-width: 580px) {
  .mobile-hidden {
    display: none;
  }
}

article .wp-block-button .wp-block-button__link {
  --border-radius: 35px;
  --button-border-width: 1px;
  --button-border-color: white;
  text-decoration: none;
  transition-duration: var(--button-transition-duration, var(--transition-duration));
}
article .wp-block-button .wp-block-button__link:hover {
  --button-hover-border-width: 1px;
  --button-border-color: var(--secondary-color);
}

article .iubenda-cs-preferences-link {
  --border-radius: 35px;
  --button-border-width: 1px;
  --button-border-color: white;
  text-decoration: none;
  transition-duration: var(--button-transition-duration, var(--transition-duration));
  cursor: pointer;
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  border: var(--button-border-width, 0) solid var(--button-border-color, var(--primary-color));
  color: var(--button-color, #fff) !important;
  background-color: var(--button-background-color, var(--primary-color));
  padding: var(--button-padding-top, var(--button-padding, 10px)) var(--button-padding-right, var(--button-padding, 30px)) var(--button-padding-bottom, var(--button-padding, 10px)) var(--button-padding-left, var(--button-padding, 30px));
}
article .iubenda-cs-preferences-link:hover {
  --button-hover-border-width: 1px;
  --button-border-color: var(--secondary-color);
}
article .iubenda-cs-preferences-link:hover {
  border-radius: var(--button-hover-border-radius, var(--button-border-radius, var(--border-radius, 0)));
  border: var(--button-hover-border-width, var(--button-border-width, 0)) solid var(--button-border-color, var(--primary-color));
  color: var(--button-hover-color, var(--button-color, #fff)) !important;
  background-color: var(--button-hover-background-color, var(--secondary-color));
  padding: var(--button-hover-padding-top, var(--button-padding-top, var(--button-padding, 10px))) var(--button-hover-padding-right, var(--button-padding-right, var(--button-padding, 30px))) var(--button-hover-padding-bottom, var(--button-padding-bottom, var(--button-padding, 10px))) var(--button-hover-padding-left, var(--button-padding-left, var(--button-padding, 30px)));
}

article .wp-block-post-excerpt__more-link {
  --border-radius: 35px;
  --button-border-width: 1px;
  --button-border-color: white;
  text-decoration: none;
  transition-duration: var(--button-transition-duration, var(--transition-duration));
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  border: var(--button-border-width, 0) solid var(--button-border-color, var(--primary-color));
  color: var(--button-color, #fff) !important;
  background-color: var(--button-background-color, var(--primary-color));
  padding: var(--button-padding-top, var(--button-padding, 10px)) var(--button-padding-right, var(--button-padding, 30px)) var(--button-padding-bottom, var(--button-padding, 10px)) var(--button-padding-left, var(--button-padding, 30px));
}
article .wp-block-post-excerpt__more-link:hover {
  --button-hover-border-width: 1px;
  --button-border-color: var(--secondary-color);
}
article .wp-block-post-excerpt__more-link:hover {
  border-radius: var(--button-hover-border-radius, var(--button-border-radius, var(--border-radius, 0)));
  border: var(--button-hover-border-width, var(--button-border-width, 0)) solid var(--button-border-color, var(--primary-color));
  color: var(--button-hover-color, var(--button-color, #fff)) !important;
  background-color: var(--button-hover-background-color, var(--secondary-color));
  padding: var(--button-hover-padding-top, var(--button-padding-top, var(--button-padding, 10px))) var(--button-hover-padding-right, var(--button-padding-right, var(--button-padding, 30px))) var(--button-hover-padding-bottom, var(--button-padding-bottom, var(--button-padding, 10px))) var(--button-hover-padding-left, var(--button-padding-left, var(--button-padding, 30px)));
}

article .cover-outer-wrapper:not(:first-of-type) .wp-block-cover__inner-container .buttons-outer-wrapper {
  border: none;
  border-radius: none;
  padding: 0;
}
article .cover-outer-wrapper:not(:first-of-type) .wp-block-cover__inner-container .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons .button-outer-wrapper .wp-block-button__link {
  border: var(--button-border-width, 0) solid var(--button-border-color, var(--primary-color));
  --button-padding-top: 10px;
  --button-padding-right: 30px;
  --button-padding-bottom: 10px;
  --button-padding-left: 30px;
}

article .wp-block-cover__inner-container .wp-block-group__inner-container {
  position: relative;
}
@media (max-width: 768px) {
  article .wp-block-cover__inner-container {
    width: 100% !important;
  }
}
article .wp-block-cover__inner-container .group-outer-wrapper {
  padding: 0;
  position: relative;
}
article .wp-block-cover__inner-container .group-outer-wrapper .swiper-button-next {
  right: 0px !important;
}
@media (min-width: 768px) {
  article .wp-block-cover__inner-container .group-outer-wrapper .swiper-button-next {
    display: none;
    right: 12px !important;
  }
}
article .wp-block-cover__inner-container .group-outer-wrapper .swiper-button-prev {
  left: 0px !important;
}
@media (min-width: 768px) {
  article .wp-block-cover__inner-container .group-outer-wrapper .swiper-button-prev {
    display: none;
    left: 12px !important;
  }
}
article .wp-block-cover__inner-container .buttons-outer-wrapper {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 45px;
  padding: 0.4rem;
  overflow: hidden;
}
article .wp-block-cover__inner-container .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons .button-outer-wrapper {
  margin: 0;
}
article .wp-block-cover__inner-container .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons .button-outer-wrapper .wp-block-button__link {
  --button-padding-top: 20px;
  --button-padding-bottom: 20px;
  --button-padding-left: 35px;
  --button-padding-right: 35px;
  --button-background-color: transparent;
  border: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  article .wp-block-cover__inner-container .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons .button-outer-wrapper .wp-block-button__link {
    --button-background-color: var(--primary-color);
  }
}
article .wp-block-cover__inner-container .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons .button-outer-wrapper:nth-child(1) .wp-block-button__link {
  --button-background-color: var(--primary-color);
}
article .wp-block-cover__inner-container .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons .button-outer-wrapper .wp-block-button__link:hover {
  --button-hover-background-color: #002c41;
}
article .wp-block-cover__inner-container .wp-block-buttons.swiper-wrapper {
  justify-content: flex-start;
  flex-wrap: nowrap;
}
article .wp-block-cover__inner-container .buttons-carousel {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in;
}
article .wp-block-cover__inner-container .buttons-carousel.animate {
  visibility: visible;
  opacity: 1;
}
article .wp-block-cover__inner-container .buttons-carousel.animate .buttons-carousel {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  article .wp-block-cover__inner-container .buttons-outer-wrapper {
    width: 70vw;
    overflow: hidden;
  }
}
article .wp-block-cover__inner-container .swiper-slide .wp-block-button {
  display: flex;
  justify-content: center;
}

article .query-inner-wrapper .post-template-inner-wrapper {
  overflow: hidden;
}
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper {
  height: 100%;
}
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper > .inner-wrapper,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-excerpt-outer-wrapper,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-excerpt-inner-wrapper,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .wp-block-post-excerpt {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: unset;
}
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper > .inner-wrapper .wp-block-post-excerpt__more-text,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-excerpt-outer-wrapper .wp-block-post-excerpt__more-text,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-excerpt-inner-wrapper .wp-block-post-excerpt__more-text,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  margin-top: auto;
  padding-bottom: 5px;
}
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-title-outer-wrapper,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-featured-image-outer-wrapper {
  margin: unset;
}
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-title-outer-wrapper .wp-block-post-featured-image,
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-featured-image-outer-wrapper .wp-block-post-featured-image {
  margin-bottom: 0;
}
article .query-inner-wrapper .post-template-inner-wrapper li > .outer-wrapper .post-excerpt-inner-wrapper {
  flex-grow: 1;
}
article .query-inner-wrapper .wp-block-query {
  position: relative;
}
@media (max-width: 768px) {
  article .news .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  article .news .wp-block-post-template li:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
}
article .wp-block-post-title a {
  text-decoration: none;
  opacity: 0.8;
}
article .wp-block-post-excerpt__excerpt {
  margin-bottom: 50px;
  opacity: 0.6;
  min-height: 60px;
  width: 100%;
  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
@media (max-width: 580px) {
  article .wp-block-post-excerpt__more-text {
    display: none;
  }
}
article .wp-block-post-featured-image img {
  height: 400px;
}
@media (max-width: 580px) {
  article .wp-block-post-featured-image img {
    height: 230px;
  }
}
article .swiper-carousel {
  gap: 0;
  display: flex !important;
}
@media (max-width: 768px) {
  article .swiper-carousel .post-template-inner-wrapper {
    max-width: 70% !important;
  }
}

.swiper-button-next {
  background-image: none !important;
  right: 10px !important;
  left: auto !important;
}
.swiper-button-next::after {
  border-color: var(--secondary-color) !important;
}
@media (min-width: 1380px) {
  .swiper-button-next {
    right: -60px !important;
  }
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: 0px !important;
  }
}

.swiper-button-prev {
  background-image: none !important;
  right: auto !important;
  left: 10px !important;
}
.swiper-button-prev::after {
  border-color: var(--secondary-color) !important;
}
@media (min-width: 1380px) {
  .swiper-button-prev {
    left: -60px !important;
  }
}
@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px !important;
  }
}

.block-container-outer-wrapper.align-full {
  --block-container-outer-container-full-padding-left: var(--global-padding);
  --block-container-outer-container-full-padding-right: var(--global-padding);
}

.group-outer-wrapper {
  padding-left: var(--global-padding);
  padding-right: var(--global-padding);
}

html,
body {
  --list-item-top: 10px;
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ul li:before,
body #wrapper .list-outer-wrapper .list-inner-wrapper ul li:before {
  left: -8px;
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ol,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0 !important;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-white-color li,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-white-color li {
  color: white;
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-black-color li,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-black-color li {
  color: black;
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-primary-color-color li,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-primary-color-color li {
  color: var(--primary-color);
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-secondary-color-color li,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol.has-secondary-color-color li {
  color: var(--secondary-color);
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ol li,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol li {
  -list-item-padding-left: 30px;
  counter-increment: my-awesome-counter;
  padding-left: 30px !important;
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ol li::before,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol li::before {
  --list-item-top: 0;
  height: auto !important;
  content: counter(my-awesome-counter) ". " !important;
  color: var(--secondary-color) !important;
  background: none !important;
}
html #wrapper .list-outer-wrapper.force-white-color ol li,
body #wrapper .list-outer-wrapper.force-white-color ol li {
  color: white !important;
}
html #wrapper .list-outer-wrapper.force-white-color ol li::before,
body #wrapper .list-outer-wrapper.force-white-color ol li::before {
  color: white !important;
}
html #wrapper .list-outer-wrapper,
body #wrapper .list-outer-wrapper {
  max-width: var(--content-max-width);
}
html #wrapper .list-outer-wrapper .list-inner-wrapper,
html #wrapper .list-outer-wrapper .list-inner-wrapper ol,
html #wrapper .list-outer-wrapper .list-item-inner-wrapper,
html #wrapper .list-outer-wrapper li,
body #wrapper .list-outer-wrapper .list-inner-wrapper,
body #wrapper .list-outer-wrapper .list-inner-wrapper ol,
body #wrapper .list-outer-wrapper .list-item-inner-wrapper,
body #wrapper .list-outer-wrapper li {
  max-width: var(--content-max-width) !important;
}

body {
  --h1-font-size: 42px;
  --h1-line-height: 0.95;
  --h1-margin-bottom: 40px;
  --h1-color: var(--primary-color);
  --h1-font-family: var(--primary-font);
  --h2-font-size: 26px;
  --h2-line-height: 1.25;
  --h2-margin-bottom: 15px;
  --h2-color: var(--primary-color);
  --h2-font-family: var(--primary-font);
  --h3-font-size: 24px;
  --h3-line-height: 1.125;
  --h3-margin-bottom: 10px;
  --h3-color: var(--primary-color);
  --h3-font-family: var(--secondary-font);
  --p-font-size: 1.125rem;
  --p-line-height: 1.45;
}
@media (max-width: 768px) {
  body {
    --h1-font-size: 34px;
    --h2-font-size: 26px;
    --h3-font-size: 22px;
  }
}
body .h1 {
  font-size: var(--h1-font-size) !important;
  line-height: var(--h1-line-height) !important;
  margin-bottom: var(--h1-margin-bottom) !important;
  font-family: var(--h1-font-family) !important;
  font-weight: var(--h1-font-weight) !important;
}
body .h2 {
  font-size: var(--h2-font-size) !important;
  line-height: var(--h2-line-height) !important;
  margin-bottom: var(--h2-margin-bottom) !important;
  font-family: var(--h2-font-family) !important;
  font-weight: var(--h2-font-weight) !important;
}
body .h3 {
  font-size: var(--h3-font-size) !important;
  line-height: var(--h3-line-height) !important;
  margin-bottom: var(--h3-margin-bottom) !important;
  font-family: var(--h3-font-family) !important;
  font-weight: var(--h3-font-weight) !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body li {
  -webkit-hyphens: auto;
          hyphens: auto;
}

#floating-buttons {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100000;
  animation: blendInFloatingButtons 1s ease-in-out 0s 1 forwards;
}
#floating-buttons a {
  display: flex;
  align-items: center;
  background: #9fd140;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  position: absolute;
  right: -180px;
  top: 0;
  white-space: nowrap;
  transition: all 0.3s;
  width: 241px;
}
#floating-buttons a img {
  width: 60px;
  margin-right: 10px;
}
#floating-buttons a.mail {
  top: 60px;
}
#floating-buttons a:hover {
  right: 0;
}
#floating-buttons .widget_block {
  margin: 8px 0;
}
#floating-buttons .link-container-outer-wrapper {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#floating-buttons .link-container-outer-wrapper a {
  min-width: 118px;
  min-height: 92px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 580px) {
  #floating-buttons .link-container-outer-wrapper a {
    min-height: 65px;
  }
}
#floating-buttons .link-container-inner-wrapper a {
  padding: 10px 10px 5px 10px;
  display: inline-block;
}
#floating-buttons .image-outer-wrapper .image-inner-wrapper .wp-block-image img {
  width: 45px;
}
#floating-buttons .image-outer-wrapper .image-inner-wrapper figure:not(.alignleft):not(.aligncenter):not(.alignright) {
  margin: unset !important;
}
#floating-buttons .image-outer-wrapper .image-inner-wrapper figure:not(.alignleft):not(.aligncenter):not(.alignright) img {
  margin: 0 auto;
}
@media (max-width: 580px) {
  #floating-buttons {
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    display: inline-block;
    flex-wrap: nowrap;
    position: initial;
    float: right;
    padding-right: 10px;
    display: none;
  }
  #floating-buttons a {
    position: initial;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #floating-buttons a img {
    margin: 0;
    padding: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #floating-buttons a span {
    display: none;
  }
  #floating-buttons .widget_block {
    margin: 0;
    flex: 1 1 0px;
  }
  #floating-buttons .widget_block a {
    margin: 0 auto;
  }
  #floating-buttons .link-container-inner-wrapper {
    display: flex;
    min-height: 42px;
    align-items: center;
  }
  #floating-buttons .link-container-outer-wrapper {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #floating-buttons .link-container-outer-wrapper a {
    padding: 10px 20px;
    display: unset;
  }
}

@keyframes blendInFloatingButtons {
  0% {
    transform: translate(118px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 580px) {
  @keyframes blendInFloatingButtons {
    0% {
      transform: translate(0, 118px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
header#primary-header {
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 7px;
}
@media (max-width: 580px) {
  header#primary-header {
    padding-bottom: 7px;
  }
}
header#primary-header .hidden-link-name .menu-item-title {
  display: none;
}
header#primary-header #menu-header-meta li a {
  transition: all 0.3s;
}
header#primary-header #menu-header-meta li a img {
  height: 28.4px;
}
header#primary-header #menu-header-meta li a:hover {
  transform: scale(1.1);
}
header#primary-header .inner-header {
  width: var(--header-max-width);
  max-width: 93vw;
  position: relative;
  margin: 0 auto;
  background-color: #004262;
  padding: var(--header-padding, var(--global-padding));
  min-height: 92px;
}
header#primary-header .inner-header {
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-bottom: 25px;
}
@media (max-width: 580px) {
  header#primary-header .inner-header {
    padding-bottom: 0;
    max-width: 98vw;
    margin-left: 2vw;
    margin-bottom: 10px;
  }
}
header#primary-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header#primary-header li {
  float: left;
}
header#primary-header li a {
  display: block;
  color: white;
  padding: 5.5px;
  text-decoration: none;
}
header#primary-header a {
  color: white;
  text-decoration: none;
}
header#primary-header #logo {
  max-width: var(--header-logo-width, 200px);
  display: block;
  width: 180px;
  flex-shrink: 0;
}
header#primary-header #logo svg {
  width: var(--header-max-width);
  height: 92px;
  pointer-events: none;
}
header#primary-header #logo svg #LINE {
  width: calc((var(--_headerWidth, 340px) - 173px) * 3.665);
  transition: width 1.2s cubic-bezier(0.27, 0.43, 0.56, 1.03);
}
@media screen and (max-width: 1060px) {
  header#primary-header #logo svg #LINE {
    width: calc((var(--_headerWidth, 275px) - 105px) * 3.665);
  }
}
@media screen and (max-width: 580px) {
  header#primary-header #logo svg #LINE {
    width: calc((var(--_headerWidth, 170px)) * 3.665);
  }
}
header#primary-header #logo img {
  display: block;
  width: 100%;
  pointer-events: none;
}
header#primary-header #logo a {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 11;
}
@media (max-width: 580px) {
  header#primary-header #logo a {
    margin-top: 15px;
  }
}
header#primary-header #logo a img {
  height: 111px;
}
header#primary-header .center-navigation {
  z-index: 20;
  height: 41.6px;
}
header#primary-header .center-navigation .header-center {
  width: 115px;
}
header#primary-header .center-navigation li a {
  margin-right: 10px;
  padding: 1px;
}
header#primary-header .center-navigation li:last-child a {
  margin-right: 0;
}
@media (max-width: 980px) {
  header#primary-header .center-navigation {
    display: none;
  }
}
header#primary-header .search-navigation {
  background-color: var(--primary-color);
  isolation: isolate;
  z-index: 20;
  padding: 0 4px 0 1rem;
  margin-bottom: 6px;
  padding-right: 30px;
}
@media (max-width: 1281px) {
  header#primary-header .search-navigation {
    padding-left: 4vw;
  }
}
@media (max-width: 980px) {
  header#primary-header .search-navigation {
    padding-right: 0px;
    padding-left: 20px;
  }
}
@media (max-width: 580px) {
  header#primary-header .search-navigation {
    background-color: transparent;
    padding-bottom: 5px;
    padding-top: 11px;
    z-index: 20;
    height: 47px;
    width: 100%;
  }
}
header#primary-header .search-navigation form.searchform {
  position: relative;
}
header#primary-header .search-navigation form.searchform::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 580px) {
  header#primary-header .search-navigation form.searchform::before {
    left: 8px;
    top: 5px;
  }
}
header#primary-header .search-navigation form.searchform #s {
  border-radius: 10px;
  width: 20vw;
  max-width: 300px;
  height: 31.59px;
  padding-left: 30px;
  border: none;
}
@media (max-width: 1281px) {
  header#primary-header .search-navigation form.searchform #s {
    width: 280px;
  }
}
@media (max-width: 768px) {
  header#primary-header .search-navigation form.searchform #s {
    width: 128px;
  }
}
@media (max-width: 580px) {
  header#primary-header .search-navigation form.searchform #s {
    height: 22px;
  }
}
@media (max-width: 420px) {
  header#primary-header .search-navigation form.searchform #s {
    width: 90px;
  }
}
header#primary-header .search-navigation #searchsubmit {
  display: none;
}
header#primary-header .lang-switcher {
  height: 41.6px;
  display: flex;
  list-style-type: none;
  z-index: 20;
  width: 100%;
  justify-content: flex-end;
}
header#primary-header .lang-switcher .lang-container {
  margin-left: auto;
}
header#primary-header .lang-switcher .lang-item a img {
  width: 16px;
}
header#primary-header .lang-switcher a {
  padding: 5.5px 10px;
}
@media (max-width: 580px) {
  header#primary-header .lang-switcher {
    display: none;
  }
}
header#primary-header .lang-switcher-mobile {
  list-style-type: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  background-color: var(--primary-color);
  padding-right: 7px;
  float: right;
}
@media (min-width: 580px) {
  header#primary-header .lang-switcher-mobile {
    background-color: transparent;
    display: none;
  }
}
header#primary-header .lang-switcher-mobile .lang-item {
  position: relative;
  z-index: 25;
}
@media (max-width: 580px) {
  header#primary-header .lang-switcher-mobile .lang-item a {
    padding: 10px;
  }
}
@media (max-width: 580px) {
  header#primary-header .lang-switcher-mobile .lang-item a img {
    width: 26px !important;
    height: 21px !important;
  }
}
header#primary-header .social-mobile {
  float: right;
  display: none;
}
@media (max-width: 580px) {
  header#primary-header .social-mobile {
    display: block;
  }
}
header#primary-header .social-mobile i {
  font-size: 28px;
  color: var(--secondary-color);
  padding: 2px;
}
header#primary-header .menu-label {
  text-transform: uppercase;
}
header#primary-header .burger-navigation {
  background-color: var(--primary-color);
  isolation: isolate;
  z-index: 20;
  padding: 4px 1rem 4px 2rem;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 580px) {
  header#primary-header .burger-navigation {
    padding: 4px 1rem 4px 1rem;
  }
}
header#primary-header .burger-navigation p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 1.8rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-weight: 700;
}
@media screen and (max-width: 1060px) {
  header#primary-header .burger-navigation p {
    display: none;
  }
}
@media (max-width: 580px) {
  header#primary-header .burger-navigation {
    background-color: transparent;
    padding-bottom: 7px;
    height: 47px;
    margin-left: unset;
  }
}
header#primary-header .burger-navigation rect {
  fill: #fff;
}

footer.container {
  background: #004262 0% 0% no-repeat padding-box;
  border-top: 1px solid #ffffff;
  color: #fff;
  padding-right: var(--columns-outer-container-wide-padding-right, var(--outer-container-wide-padding-right, var(--global-padding)));
  padding-left: var(--columns-outer-container-wide-padding-left, var(--outer-container-wide-padding-left, var(--global-padding)));
  padding-top: 60px;
  padding-bottom: 60px;
}
footer.container .footer-inner {
  display: flex;
  justify-content: space-between;
  --content-max-width: 1300px;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media (max-width: 580px) {
  footer.container .footer-inner {
    flex-direction: column;
  }
}
footer.container .footer-inner ul {
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (max-width: 580px) {
  footer.container .footer-inner ul {
    padding-left: 0;
  }
}
footer.container .footer-inner p a {
  color: #ffffff;
  text-decoration: none;
}
footer.container .footer-inner p:not(.paragraph) a,
footer.container .footer-inner ul:not(.paragraph) a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.7;
  font-size: 1.375rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 580px) {
  footer.container .footer-inner p:not(.paragraph) a,
  footer.container .footer-inner ul:not(.paragraph) a {
    font-size: 0.975rem;
  }
}
footer.container .footer-inner p:not(.paragraph) {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 580px) {
  footer.container .footer-inner p:not(.paragraph) {
    font-size: 0.975rem;
  }
}
footer.container .footer-inner .image-outer-wrapper .image-inner-wrapper .wp-block-image img {
  width: auto;
  max-height: 180px;
  height: unset !important;
}
footer.container .footer-inner .image-outer-wrapper .image-inner-wrapper figure:not(.alignleft):not(.aligncenter):not(.alignright) {
  margin: 0;
}
footer.container .footer-inner .footer-widget-container {
  margin-left: auto;
}
@media (max-width: 580px) {
  footer.container .footer-inner .footer-widget-container {
    margin-left: unset;
  }
}

:root {
  --content-max-width: 1255px;
  --text-max-width: 825px;
  --grey-light: #f8f8f8;
  --grey-dark: #eee;
  --primary-color: #024261;
  --primary-color-dark: #0f0a18;
  --secondary-color: #94c13e;
}

header#primary-header .header-mega-menu > ul > li > ul > li.active > a {
  background-color: var(--secondary-color);
  border-radius: 50px;
  font-weight: 700;
}

header#primary-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header#primary-header .menu-item-title {
  font-weight: normal;
}
header#primary-header ul > li.menu-item-has-children.active > ul {
  opacity: 1;
  visibility: visible;
  display: flex;
  top: 65px;
  flex-direction: column;
  background: var(--primary-color);
  z-index: -1;
  padding-top: 80px;
  padding-bottom: 80px;
}
header#primary-header ul > li.menu-item-has-children.active > ul > li.active > a {
  background-color: var(--secondary-color);
  border-radius: 50px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  header#primary-header ul > li.menu-item-has-children > ul > li.active > a {
    background-color: var(--secondary-color);
    border-radius: 50px;
    font-weight: 700;
  }
  header#primary-header ul > li.menu-item-has-children > ul > li.active > ul {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  header#primary-header ul > li.menu-item-has-children > ul > li.active > ul > li a {
    padding: 0.5rem 1rem;
    font-weight: 700;
    margin-left: 2px;
  }
}
header#primary-header .active > .menu-chevron {
  transform: rotate(45deg);
}
header#primary-header ul.menu:first-of-type:not(.swiper-wrapper) .menu-chevron:not(.tablet) {
  left: 32%;
  right: unset;
}
header#primary-header .menu-chevron {
  position: absolute;
  right: -20px;
  top: 25px;
  transform: rotate(-45deg);
  height: 15px;
  width: 15px;
  font-size: 0 !important;
  line-height: 0 !important;
  border: solid var(--arrow-color, var(--primary-color));
  border-width: 0 var(--arrow-width, 5px) var(--arrow-width, 5px) 0;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
header#primary-header .menu-chevron.active {
  transform: rotate(45deg);
}
header#primary-header .menu-chevron.tablet {
  left: unset;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-color: white;
}
header#primary-header .navButtons-slider .swiper-slide ul {
  width: 80vw;
}
header#primary-header .swiper-wrapper .menu-chevron.tablet {
  display: none;
}
@media (max-width: 1023px) {
  header#primary-header .navButtons-slider {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
  }
  header#primary-header .navButtons-slider .swiper-button-next,
  header#primary-header .navButtons-slider .swiper-button-prev {
    height: 35px;
    width: 35px;
    top: 56%;
  }
  header#primary-header .navButtons-slider .swiper-button-next::after,
  header#primary-header .navButtons-slider .swiper-button-prev::after {
    height: 18px;
    width: 18px;
    font-size: 0 !important;
    line-height: 0 !important;
    border: solid var(--arrow-color, var(--primary-color));
    border-width: 0 var(--arrow-width, 5px) var(--arrow-width, 5px) 0;
  }
  header#primary-header .navButtons-slider .swiper-button-next {
    left: 100% !important;
    right: 0px !important;
  }
  header#primary-header .navButtons-slider .swiper-button-next:after {
    transform: rotate(-45deg);
  }
  header#primary-header .navButtons-slider .swiper-button-prev {
    right: 100% !important;
    left: auto !important;
  }
  header#primary-header .navButtons-slider .swiper-button-prev:after {
    transform: rotate(130deg);
  }
  header#primary-header .navButtons-slider > ul > .swiper-slide > ul {
    opacity: 0 !important;
  }
  header#primary-header .navButtons-slider > ul > .swiper-slide.swiper-slide-visible > ul {
    opacity: 1 !important;
    width: 100%;
    top: 80px;
  }
  header#primary-header .navButtons-slider > ul > .swiper-slide.swiper-slide-visible > ul a {
    text-align: left;
    max-width: 100%;
  }
  header#primary-header .navButtons-slider .swiper-slide > ul > li {
    justify-content: unset !important;
  }
  header#primary-header .navButtons-slider .swiper-slide:hover ul {
    padding-top: 20px;
  }
  header#primary-header .navButtons-slider .swiper-slide ul {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    display: flex;
    padding-top: 20px;
    padding-bottom: 150px;
    top: 80px;
    flex-direction: column;
    background: var(--primary-color);
    z-index: -1;
  }
  header#primary-header .navButtons-slider .swiper-slide.swiper-slide-visible > ul > li {
    pointer-events: all;
  }
}
@media (max-width: 450px) {
  header#primary-header .navButtons-slider > ul > .swiper-slide.swiper-slide-visible > ul {
    width: 85vw;
    left: -50px;
  }
}
header#primary-header .mega-menu {
  position: absolute;
  position: fixed;
  z-index: 10;
  padding: 10px 20px;
  min-height: 0;
  width: 100%;
  background-color: #004262;
  overflow: auto;
}
header#primary-header .mega-menu.nav-main {
  left: 0;
  top: 87px;
  transform-origin: 0 50%;
  transition: transform calc(var(--td) * 2) var(--td) var(--te), min-height 1s cubic-bezier(0.04, 0.81, 0.55, 0.81);
  transform: translate(-100%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 580px) {
  header#primary-header .mega-menu.nav-main {
    top: 160px;
  }
}
header#primary-header .header-mega-menu {
  outline: rgba(194, 194, 194, 0.25) solid 1px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.25);
  width: var(--header-max-width);
}
header#primary-header .header-mega-menu > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
header#primary-header .header-mega-menu > ul.swiper-wrapper {
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  header#primary-header .header-mega-menu > ul {
    justify-content: flex-start;
  }
}
header#primary-header .header-mega-menu > ul > li > a {
  color: var(--secondary-color);
  border-radius: 50px;
  font-weight: 700;
  align-self: center;
  font-size: 1rem;
  white-space: nowrap;
}
header#primary-header .header-mega-menu > ul > li:hover > a {
  background: white;
  color: var(--primary-color);
}
@media (max-width: 1023px) {
  header#primary-header .header-mega-menu > ul > li > ul > li {
    flex-direction: column;
  }
}
header#primary-header .header-mega-menu > ul > li > ul > li.swiper-slide.active a {
  max-width: 100%;
  pointer-events: all;
}
header#primary-header .header-mega-menu > ul > li > ul > li > a {
  color: white;
  margin: 0;
  max-width: 30%;
}
@media (max-width: 1023px) {
  header#primary-header .header-mega-menu > ul > li > ul > li > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) and (pointer: fine) {
  header#primary-header .header-mega-menu > ul > li > ul > li > a:hover {
    background-color: var(--secondary-color);
    border-radius: 50px;
    font-weight: 700;
  }
}

header#primary-header .header-mega-menu > ul.swiper-wrapper > li > a {
  background: white;
  width: 95%;
  color: var(--primary-color);
  white-space: nowrap;
  text-align: center;
}

header#primary-header ul > li {
  float: left;
  display: flex;
  position: relative;
}

@media (max-width: 1023px) {
  header#primary-header > .mega-menu > ul > li > ul > li {
    flex-direction: column;
  }
}

header#primary-header .mega-menu li a {
  display: inline-block;
  padding: 16px 33px;
  text-decoration: none;
  margin: 8px;
}

header#primary-header .mega-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
@media (max-width: 1023px) {
  header#primary-header .mega-menu ul {
    overflow: visible;
  }
}

@media (max-width: 1023px) {
  header#primary-header ul.swiper-wrapper > li .sub-menu li > .sub-menu {
    position: relative;
    display: none;
    margin: 0;
    padding: 20px;
    border: none;
    background: transparent;
    right: unset;
    left: unset;
    top: 0;
  }
  header#primary-header ul.swiper-wrapper > li .sub-menu li > .sub-menu a {
    padding: 0.5rem 1rem;
  }
  header#primary-header ul.swiper-wrapper > li .sub-menu li > .sub-menu img {
    display: none;
  }
}

header#primary-header ul > li .sub-menu {
  width: 100vw;
  position: absolute;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  display: flex;
  display: none;
  left: 0;
  max-width: var(--header-max-width);
}
header#primary-header ul > li .sub-menu img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
}
header#primary-header ul > li .sub-menu li > .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 70px;
  border: 1px solid #dcd8e2;
  border-radius: 18px;
  background: transparent linear-gradient(180deg, #004262 0%, #00557c 100%) 0% 0% no-repeat padding-box;
  z-index: 10;
  overflow: visible;
  top: 0px;
  position: fixed;
  top: 160px;
  left: unset;
  right: calc((100% - var(--header-max-width)) / 2);
}
@media (max-width: 1500px) {
  header#primary-header ul > li .sub-menu li > .sub-menu {
    grid-template-columns: repeat(2, 1fr);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 10%;
    left: unset;
  }
}
@media (max-width: 1300px) {
  header#primary-header ul > li .sub-menu li > .sub-menu {
    display: block;
    margin-left: unset;
    left: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
  }
  header#primary-header ul > li .sub-menu li > .sub-menu li {
    float: none;
  }
}
header#primary-header ul > li .sub-menu li > .sub-menu li a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
}
header#primary-header ul > li .sub-menu li > .sub-menu li a img {
  width: 33.33%;
  height: auto;
}
header#primary-header ul > li .sub-menu li > .sub-menu li a .menu-item-text {
  width: 66.66%;
  padding-left: 30px;
}
@media only screen and (max-width: 764px) {
  header#primary-header ul > li .sub-menu li > .sub-menu li a .menu-item-text {
    width: 100%;
    padding-left: 0;
  }
}
header#primary-header ul > li .sub-menu li > .sub-menu li a .menu-item-text .menu-item-title {
  display: block;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.1;
}
header#primary-header ul > li .sub-menu li > .sub-menu li a .menu-item-text .menu-item-description {
  display: block;
  margin-bottom: 30px;
}
header#primary-header ul > li .sub-menu li > .sub-menu li a .menu-item-text span.button {
  display: inline-block;
  border: 1px solid #fff;
  margin-left: 0;
  border-radius: 30px;
  font-size: 15px;
  padding: 10px 20px;
  background-color: #024261;
  font-weight: bold;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide) > .sub-menu {
  width: 50% !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 1840px) {
  header#primary-header ul > li .sub-menu li:not(.swiper-slide) > .sub-menu {
    width: 938.24px !important;
  }
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide) > .sub-menu li {
  flex: 1 1 0px;
  justify-content: center;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(2) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(3) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(4) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(5) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(6) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(7) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(8) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(9) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(10) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(11) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(12) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(13) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(14) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}
header#primary-header ul > li .sub-menu li:not(.swiper-slide):nth-child(15) > .sub-menu {
  position: fixed;
  top: 160px;
  left: unset;
}

@media (hover: hover) and (pointer: fine) {
  header#primary-header ul:first-child > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: flex;
    top: 72px;
    flex-direction: column;
    background: var(--primary-color);
    z-index: -1;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 10px;
  }
}
header#primary-header ul li .overview-link {
  grid-column: 2/3;
  margin-top: 50px;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 1023px) {
  header#primary-header ul li .overview-link {
    display: none;
  }
}
header#primary-header ul li .overview-link a {
  background-color: var(--primary-color) !important;
  border: 1px solid white;
  color: white;
  border-radius: 50px;
}
header#primary-header ul li .overview-link a:hover {
  background-color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color);
}
header#primary-header ul li .category-heading {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: -70px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  header#primary-header ul li .category-heading {
    display: none;
  }
}
header#primary-header ul li .category-heading a {
  background: none !important;
  color: white;
  font-size: 40px;
  padding: 0;
  pointer-events: none;
  font-weight: 700;
}

p.menu-label {
  padding-right: 10px;
  white-space: nowrap;
}

[id=main-navigation-toggle] {
  opacity: 0;
  position: fixed;
  top: -100%;
}
[id=main-navigation-toggle] ~ label {
  cursor: pointer;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}
@media (max-width: 580px) {
  [id=main-navigation-toggle] ~ label {
    transform: scale(0.8);
    margin-bottom: -8px;
  }
}
[id=main-navigation-toggle] ~ label svg.close {
  position: absolute;
  right: 0;
}
[id=main-navigation-toggle] ~ label svg #Icon_feather-menu-close {
  opacity: 0;
  transition: all 0.3s;
}
[id=main-navigation-toggle] ~ label svg #Icon_feather-menu {
  opacity: 1;
  transition: all 0.3s;
}
[id=main-navigation-toggle] ~ label span {
  display: block;
  height: 2rem;
  padding: 0.5rem;
  position: relative;
  transition: transform calc(var(--td) * 3) var(--te);
  width: 2rem;
}
[id=main-navigation-toggle] ~ label span::before, [id=main-navigation-toggle] ~ label span::after {
  background-color: var(--secondary-color);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: transform calc(var(--td) * 3) var(--te);
  top: 0;
  width: calc(100% - 0.5rem);
}
[id=main-navigation-toggle] ~ label span::before {
  transform: rotate(0) translateY(-100%);
  width: calc(100% - 0.5rem);
}
[id=main-navigation-toggle] ~ label span::after {
  transform: rotate(0) translateY(100%);
  top: 8px;
}
@media (max-width: 580px) {
  [id=main-navigation-toggle] ~ label svg #Pfad_76 {
    display: none;
  }
}

[id=main-navigation-toggle]:checked ~ label svg #Icon_feather-menu-close {
  opacity: 1;
}
[id=main-navigation-toggle]:checked ~ label svg #Icon_feather-menu {
  opacity: 0;
}
[id=main-navigation-toggle]:checked ~ label p.menu-label {
  opacity: 0;
}
[id=main-navigation-toggle]:checked ~ label span {
  transform: rotate(1turn);
}
[id=main-navigation-toggle]:checked ~ label span::before {
  transform: rotate(45deg);
  width: calc(100% - 0.5rem);
}
[id=main-navigation-toggle]:checked ~ label span::after {
  transform: rotate(-45deg);
  width: calc(100% - 0.5rem);
  left: 0;
  top: 0;
}

header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main {
  transform: translate(0);
  transition-delay: 0s;
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main::before, header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main::after {
  transform: translateX(0);
  transition-delay: 0s;
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main::after {
  transition-delay: calc(var(--td) / 2);
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main .menu__item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity calc(var(--td) * 2) var(--te), transform calc(var(--td) * 2) var(--te);
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main .menu__item:nth-child(1) {
  transition-delay: calc(var(--td) * 2 * 1 * 0.25);
  z-index: -1;
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main .menu__item:nth-child(2) {
  transition-delay: calc(var(--td) * 2 * 2 * 0.25);
  z-index: -2;
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main .menu__item:nth-child(3) {
  transition-delay: calc(var(--td) * 2 * 3 * 0.25);
  z-index: -3;
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main .menu__item:nth-child(4) {
  transition-delay: calc(var(--td) * 2 * 4 * 0.25);
  z-index: -4;
}
header#primary-header [id=main-navigation-toggle]:checked ~ .nav-main .menu__item:nth-child(5) {
  transition-delay: calc(var(--td) * 2 * 5 * 0.25);
  z-index: -5;
}

@media (pointer: coarse) {
  header#primary-header ul > li > ul > li.menu-item-has-children {
    --arrow-color: white;
    --arrow-width: 3px;
    position: relative;
  }
  header#primary-header ul > li > ul > li.menu-item-has-children ul > li {
    justify-content: center !important;
  }
  header#primary-header ul > li > ul > li.menu-item-has-children ul > li > a {
    margin-left: 25px;
  }
}