@charset "UTF-8";
.button-primary,
.wp-block-button__link,
input[type=submit],
.wp-element-button {
  background-color: #5A616B;
  border-radius: 0px 0px 0px 10px;
  color: white;
  padding: 0 22px 0 73px;
  display: inline-flex;
  font-size: 16px;
  line-height: 25px;
  height: 55px;
  line-height: 55px !important;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  background-image: url(../img/link.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
}
@media only screen and (min-width: 1100px) {
  .button-primary,
  .wp-block-button__link,
  input[type=submit],
  .wp-element-button {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1099px) {
  .button-primary,
  .wp-block-button__link,
  input[type=submit],
  .wp-element-button {
    background-size: 21px;
    padding-left: 40px;
    height: 39px;
    line-height: 38px !important;
    background-position: left 10px center;
  }
}
.button-primary:hover,
.wp-block-button__link:hover,
input[type=submit]:hover,
.wp-element-button:hover {
  background-color: #000000;
  color: white;
  text-decoration: none;
}
.button-primary:visited, .button-primary:focus,
.wp-block-button__link:visited,
.wp-block-button__link:focus,
input[type=submit]:visited,
input[type=submit]:focus,
.wp-element-button:visited,
.wp-element-button:focus {
  color: white;
}

.button-sm {
  background-color: #5A616B;
  border-radius: 0px 0px 0px 10px;
  color: white;
  padding: 0 22px 0 73px;
  display: inline-flex;
  font-size: 16px;
  line-height: 25px;
  height: 55px;
  line-height: 55px !important;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  background-image: url(../img/link.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
  font-size: 16px !important;
  height: 45px;
  line-height: 44px !important;
  padding: 0 15px;
}
@media only screen and (min-width: 1100px) {
  .button-sm {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1099px) {
  .button-sm {
    background-size: 21px;
    padding-left: 40px;
    height: 39px;
    line-height: 38px !important;
    background-position: left 10px center;
  }
}
.button-sm:hover {
  background-color: #000000;
  color: white;
  text-decoration: none;
}
.button-sm:visited, .button-sm:focus {
  color: white;
}

html {
  font-size: 1vw;
}

body {
  font-family: "Sinews Sans Pro Regular", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 22px;
    line-height: 34px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Sinews Sans Pro Medium", sans-serif;
}

h1, .h1 {
  font-family: "Melior", sans-serif;
}
@media only screen and (max-width: 1099px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 699px) {
  h1, .h1 {
    font-size: 29px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 72px;
  }
}

h2, .h2 {
  font-size: 26px;
  line-height: 35px;
}
@media only screen and (min-width: 1100px) {
  h2, .h2 {
    font-size: 44px;
    line-height: 54px;
  }
}

h3, .h3 {
  font-size: 23px;
  line-height: 32px;
}
@media only screen and (min-width: 1100px) {
  h3, .h3 {
    font-size: 34px;
    line-height: 44px;
  }
}

h4, .h4 {
  font-size: 19px;
  line-height: 28px;
}
@media only screen and (min-width: 1100px) {
  h4, .h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

blockquote {
  font-size: 26px;
  line-height: 35px;
}
@media only screen and (min-width: 1100px) {
  blockquote {
    font-size: 44px;
    line-height: 54px;
  }
}

.has-small-font-size {
  font-size: 14px!important;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .has-small-font-size {
    font-size: 20px!important;
    line-height: 30px;
  }
}

.has-medium-font-size {
  font-family: "Sinews Sans Pro Medium", sans-serif;
  font-size: 16px!important;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  .has-medium-font-size {
    font-size: 22px!important;
    line-height: 34px;
  }
}

.has-large-font-size {
  font-family: "Sinews Sans Pro Medium", sans-serif;
  font-size: 19px!important;
  line-height: 28px;
}
@media only screen and (min-width: 1100px) {
  .has-large-font-size {
    font-size: 26px!important;
    line-height: 36px;
  }
}

.has-x-large-font-size {
  font-family: "Sinews Sans Pro Medium", sans-serif;
  font-size: 23px!important;
  line-height: 32px;
}
@media only screen and (min-width: 1100px) {
  .has-x-large-font-size {
    font-size: 34px!important;
    line-height: 44px;
  }
}

.cookies-container {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 7.8125rem;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
@media only screen and (min-width: 1100px) {
  .cookies-container {
    font-size: 20px;
    line-height: 30px;
  }
}
.cookies-container .cookies-buttons {
  display: flex;
  margin-left: 10px;
}
.cookies-container .cookies-buttons a {
  background-color: #EA515A;
  text-decoration: none;
  padding-left: 25px;
  margin-right: 10px;
  background-image: none;
}
@media only screen and (max-width: 1099px) {
  .cookies-container .cookies-buttons a {
    padding-left: 15px;
  }
}
.cookies-container .cookies-buttons a:after {
  display: none;
}
@media only screen and (max-width: 699px) {
  .cookies-container {
    flex-wrap: wrap;
  }
  .cookies-container > div {
    width: 100%;
  }
  .cookies-container > div:first-child {
    margin-bottom: 15px;
  }
  .cookies-container .cookies-buttons {
    margin-left: 0;
  }
  .cookies-container .cookies-buttons .button-primary:last-child {
    margin-right: 0;
  }
}
.cookies-container::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3E3E3E;
  z-index: 0;
  opacity: 0.9;
  z-index: -1;
}

#skip-button {
  transform: translateY(-200%);
  transition: transform 0.3s;
  position: absolute;
  z-index: 13;
  border-radius: 0 0 8px 0;
  outline: none;
  background-image: none;
}

#skip-button:focus {
  transform: translateY(0%);
}

@font-face {
  font-display: swap;
  font-family: "Melior";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Melior-Bold.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Sinews Sans Pro Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SinewsSansPro-720wt_Regular.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Sinews Sans Pro Medium";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SinewsSansPro-1000wt_Medium.otf") format("opentype");
}
.home .chapters {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1099px) {
  .home .chapters {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .home .chapters {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .home .chapters {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .home .chapters {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  .home .chapters {
    margin-bottom: 6.25rem;
  }
}
.home .chapters:has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  .home .chapters:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  .home .chapters:has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .home .chapters {
    padding: 0;
  }
}
@media only screen and (min-width: 700px) {
  .home .chapters .chapter {
    display: grid;
    gap: 4.0625rem;
    grid-template-columns: 55.3125rem auto;
  }
  .home .chapters .chapter:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1900px) {
  .home .chapters .chapter:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 700px) {
  .home .chapters .chapter:nth-child(even) {
    grid-template-columns: auto 55.3125rem;
  }
  .home .chapters .chapter:nth-child(even) .chapter-image {
    order: 1;
  }
}
@media only screen and (max-width: 699px) {
  .home .chapters .chapter:not(:last-child) {
    margin-bottom: 60px;
  }
}
.home .chapters .chapter .chapter-info {
  margin-top: 3.125rem;
}
@media only screen and (min-width: 1100px) {
  .home .chapters .chapter .chapter-info {
    padding-right: 7.8125rem;
  }
}
.home .chapters .chapter .chapter-info .chapter-number {
  font-size: 19px;
  line-height: 28px;
  font-family: "Sinews Sans Pro Regular", sans-serif;
}
@media only screen and (min-width: 1100px) {
  .home .chapters .chapter .chapter-info .chapter-number {
    font-size: 29px;
    line-height: 41px;
  }
}
.home .chapters .chapter .chapter-info .chapter-excerpt {
  font-family: "Sinews Sans Pro Regular", sans-serif;
}
.home .chapters .chapter .chapter-info .chapter-title {
  margin-bottom: 17px;
}
@media only screen and (max-width: 699px) {
  .home .chapters .chapter .chapter-info .chapter-title {
    margin-bottom: 10px;
  }
}
.home .chapters .chapter:nth-child(even) .chapter-info {
  padding-right: 0;
}
@media only screen and (min-width: 1100px) {
  .home .chapters .chapter:nth-child(even) .chapter-info {
    padding-left: 7.8125rem;
  }
}
.home .chapters .chapter .chapter-image img {
  display: block;
  width: 100%;
}

.single-post .chapters-container {
  background-color: #F6F7F7;
  padding-top: 5rem;
  padding-bottom: 5.9375rem;
}
@media only screen and (max-width: 1099px) {
  .single-post .chapters-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .single-post .chapters-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .chapters-container {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  .single-post .chapters-container {
    padding-bottom: 4.6875rem;
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 1099px) {
  .single-post .chapters-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.single-post .chapters-container h2 {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 1900px) {
  .single-post .chapters-container h2 {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 1099px) {
  .single-post .chapters-container h2 {
    margin-bottom: 30px;
  }
}
.single-post .chapters-container .chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  row-gap: 20px;
}
@media only screen and (max-width: 699px) {
  .single-post .chapters-container .chapters {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 700px) {
  .single-post .chapters-container .chapters .chapter:nth-child(8n+1), .single-post .chapters-container .chapters .chapter:nth-child(8n+2), .single-post .chapters-container .chapters .chapter:nth-child(8n+3), .single-post .chapters-container .chapters .chapter:nth-child(8n+4) {
    grid-column: 1;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1100px) {
  .single-post .chapters-container .chapters .chapter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 700px) {
  .single-post .chapters-container .chapters .chapter:nth-child(8n+5), .single-post .chapters-container .chapters .chapter:nth-child(8n+6), .single-post .chapters-container .chapters .chapter:nth-child(8n+7), .single-post .chapters-container .chapters .chapter:nth-child(8n+8) {
    grid-column: 2;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(1), .single-post .chapters-container .chapters .chapter:nth-child(5) {
    grid-row: 1;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(2), .single-post .chapters-container .chapters .chapter:nth-child(6) {
    grid-row: 2;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(3), .single-post .chapters-container .chapters .chapter:nth-child(7) {
    grid-row: 3;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(4), .single-post .chapters-container .chapters .chapter:nth-child(8) {
    grid-row: 4;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(9), .single-post .chapters-container .chapters .chapter:nth-child(13) {
    grid-row: 5;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(10), .single-post .chapters-container .chapters .chapter:nth-child(14) {
    grid-row: 6;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(11), .single-post .chapters-container .chapters .chapter:nth-child(15) {
    grid-row: 7;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(12), .single-post .chapters-container .chapters .chapter:nth-child(16) {
    grid-row: 8;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(17), .single-post .chapters-container .chapters .chapter:nth-child(21) {
    grid-row: 9;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(18), .single-post .chapters-container .chapters .chapter:nth-child(22) {
    grid-row: 10;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(19), .single-post .chapters-container .chapters .chapter:nth-child(23) {
    grid-row: 11;
  }
  .single-post .chapters-container .chapters .chapter:nth-child(20), .single-post .chapters-container .chapters .chapter:nth-child(24) {
    grid-row: 12;
  }
}
.single-post .chapters-container .chapters .chapter a {
  padding: 20px 30px;
  border-radius: 0px 0px 0px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: white;
  text-decoration: none;
}
@media only screen and (max-width: 1099px) {
  .single-post .chapters-container .chapters .chapter a {
    padding: 15px 20px;
    gap: 18px;
    border-radius: 0px 0px 0px 6px;
  }
}
.single-post .chapters-container .chapters .chapter a .chapter-info {
  flex: 1;
}
.single-post .chapters-container .chapters .chapter a .chapter-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media only screen and (max-width: 1099px) {
  .single-post .chapters-container .chapters .chapter a .chapter-icon {
    width: 52px;
    height: 52px;
  }
}
.single-post .chapters-container .chapters .chapter a h3.h4 {
  margin-bottom: 0;
}
.single-post .chapters-container .chapters .chapter a h3.h4 span {
  font-family: "Sinews Sans Pro Regular", sans-serif;
}

#page-content .timeline {
  position: relative;
  background-color: #F6F7F7;
  padding-left: 7.8125rem;
  padding-top: 4.6875rem;
  padding-bottom: 5.9375rem;
}
@media only screen and (max-width: 1099px) {
  #page-content .timeline {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .timeline {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .timeline {
    margin-left: -7.8125rem;
    margin-right: -32.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .timeline {
    padding-bottom: 4.6875rem;
    padding-top: 3.75rem;
  }
}
#page-content .timeline img {
  width: 100%;
}
#page-content .timeline .next-slide, #page-content .timeline .prev-slide {
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border: none;
  cursor: pointer;
  background-color: transparent;
  margin-top: 2.5rem;
  padding: 0;
}
#page-content .timeline .next-slide[aria-disabled=true], #page-content .timeline .prev-slide[aria-disabled=true] {
  opacity: 0.7;
}
@media only screen and (max-width: 1099px) {
  #page-content .timeline .next-slide, #page-content .timeline .prev-slide {
    width: 53px;
    height: 30px;
    bottom: 0;
  }
}
#page-content .timeline .next-slide {
  right: 7.8125rem;
  background-image: url(../img/right-gray.svg);
}
@media only screen and (max-width: 1099px) {
  #page-content .timeline .next-slide {
    right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .timeline .next-slide {
    right: 20px;
  }
}
#page-content .timeline .prev-slide {
  right: calc(7.8125rem + 110px);
  background-image: url(../img/left-gray.svg);
}
@media only screen and (max-width: 1099px) {
  #page-content .timeline .prev-slide {
    right: 113px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .timeline .prev-slide {
    right: 93px;
  }
}
#page-content .timeline .indicators {
  display: flex;
  gap: 3.375rem;
  margin-top: 2.8125rem;
}
@media only screen and (max-width: 1099px) {
  #page-content .timeline .indicators {
    font-size: 14px;
    line-height: 22px;
    gap: 31px;
  }
}
#page-content .timeline .indicators .indicator {
  display: flex;
  align-items: center;
  gap: 12px;
}
#page-content .timeline .indicators .circle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
@media only screen and (max-width: 1099px) {
  #page-content .timeline .indicators .circle {
    height: 18px;
    width: 18px;
  }
}
#page-content .wp-block-group.is-style-full-width-with-padding .timeline {
  padding: 0;
  background-color: transparent;
  margin-left: 0;
  margin-right: -7.8125rem;
  margin-bottom: 5.625rem;
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-group.is-style-full-width-with-padding .timeline {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-group.is-style-full-width-with-padding .timeline {
    margin-right: -40px;
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .wp-block-group.is-style-full-width-with-padding .timeline {
    margin-right: -20px;
  }
}

#page-content .state-items {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 3.4375rem;
}
@media only screen and (min-width: 1100px) {
  #page-content .state-items {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .state-items {
    margin-bottom: 2.1875rem;
  }
}
#page-content .state-item {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 2rem 0;
  padding-left: 70px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  #page-content .state-item {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .state-item {
    margin: 0 0 1.25rem 0;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .state-item {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
#page-content .state-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 0;
  background-color: var(--post-color, #5A616B);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1099px) {
  #page-content .state-item::before {
    width: 36px;
    height: 36px;
  }
}
#page-content .state-item__text {
  position: relative;
  z-index: 1;
  min-height: 46px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  #page-content .state-item__text {
    min-height: 60px;
  }
}
#page-content .wp-block-details .state-item__text p:last-child {
  margin-bottom: 0;
}
#page-content .state-items__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1099px) {
  #page-content .state-items__summary {
    gap: 8px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
#page-content .state-items__tag {
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  #page-content .state-items__tag {
    padding-left: 24px;
    font-size: 14px;
    line-height: 22px;
  }
}
#page-content .state-items__tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 0;
  background-color: var(--post-color, #5A616B);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 1099px) {
  #page-content .state-items__tag::before {
    width: 18px;
    height: 18px;
  }
}
#page-content .state-StarkeVerbesserung::before,
#page-content span[data-state="Starke Verbesserung"]::before {
  background-image: url(../img/starke-verbesserung.svg);
}
#page-content .state-Verbesserung::before,
#page-content span[data-state=Verbesserung]::before {
  background-image: url(../img/verbesserung.svg);
}
#page-content .state-GegenlufigeTrends::before,
#page-content span[data-state="Gegenläufige Trends"]::before {
  background-image: url(../img/gegenlaeufig.svg);
}
#page-content .state-KeineVerbesserung::before,
#page-content span[data-state="Keine Verbesserung"]::before {
  background-image: url(../img/keine-verbesserung.svg);
}
#page-content .state-StarkeVerschlechterung::before,
#page-content span[data-state="Starke Verschlechterung"]::before {
  background-image: url(../img/starke-verschlechterung.svg);
}
#page-content .state-Verschlechterung::before,
#page-content span[data-state=Verschlechterung]::before {
  background-image: url(../img/verschlechterung.svg);
}

.juxtapose-block {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1100px) {
  .juxtapose-block {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  .juxtapose-block {
    margin-bottom: 6.25rem;
  }
}
.juxtapose-block:has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  .juxtapose-block:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  .juxtapose-block:has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
.juxtapose-block .juxtapose {
  width: 100% !important;
}
.juxtapose-block div.jx-handle {
  z-index: 6 !important;
}
.juxtapose-block div.jx-control {
  width: 5px;
}
.juxtapose-block div.jx-controller {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 5px;
  left: -50%;
}
@media only screen and (max-width: 699px) {
  .juxtapose-block div.jx-controller {
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 699px) {
  .juxtapose-block div.jx-controller {
    width: 40px;
    height: 40px;
  }
}
.juxtapose-block div.jx-arrow.jx-right, .juxtapose-block div.jx-arrow.jx-left {
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 18px;
  z-index: 1;
}
@media only screen and (max-width: 699px) {
  .juxtapose-block div.jx-arrow.jx-right, .juxtapose-block div.jx-arrow.jx-left {
    width: 6px;
    height: 10px;
  }
}
.juxtapose-block div.jx-arrow.jx-right {
  background-image: url(../img/compare-next.svg);
}
@media only screen and (max-width: 699px) {
  .juxtapose-block div.jx-arrow.jx-right {
    right: 7px;
  }
}
.juxtapose-block div.jx-arrow.jx-left {
  background-image: url(../img/compare-prev.svg);
}
@media only screen and (max-width: 699px) {
  .juxtapose-block div.jx-arrow.jx-left {
    left: 7px;
  }
}
.juxtapose-block div.jx-image div.jx-label {
  bottom: 0;
  top: auto;
  float: none !important;
  position: absolute;
  white-space: unset;
  font-size: 13px;
  line-height: 16px;
  color: white;
  padding: 6px 9px;
  background-color: unset;
}
@media only screen and (max-width: 1099px) {
  .juxtapose-block div.jx-image div.jx-label {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.juxtapose-block div.jx-image div.jx-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 60%;
  z-index: -1;
}

.jx-knightlab {
  display: none !important;
}

.juxtapose-description {
  background-color: #F6F7F7;
  border-radius: 0px 0px 0px 20px;
  padding: 24px 30px;
}
@media only screen and (max-width: 1099px) {
  .juxtapose-description {
    padding: 14px 20px;
  }
}
.juxtapose-description p:last-child {
  margin-bottom: 0;
}

.facts-slider {
  position: relative;
  color: white;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 29px;
  line-height: 41px;
}
@media only screen and (max-width: 1099px) {
  .facts-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .facts-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .facts-slider {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
@media only screen and (max-width: 1099px) {
  .facts-slider {
    font-size: 19px;
    line-height: 28px;
  }
}
.facts-slider .slider-wrapper {
  min-width: 100%;
}
.facts-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--post-color, #5A616B);
  z-index: -1;
  opacity: 0.8;
}
.facts-slider .slick-list {
  margin: 0 calc(7.8125rem / -2);
}
@media only screen and (max-width: 1099px) {
  .facts-slider .slick-list {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 699px) {
  .facts-slider .slick-list {
    margin: 0;
  }
}
.facts-slider .slick-slide {
  margin: 0 calc(7.8125rem / 2);
}
@media only screen and (max-width: 1099px) {
  .facts-slider .slick-slide {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 699px) {
  .facts-slider .slick-slide {
    margin: 0;
  }
}
.facts-slider .fact h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1099px) {
  .facts-slider .fact h2 {
    margin-bottom: 12px;
  }
}
.facts-slider .next-slide, .facts-slider .prev-slide {
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  bottom: 3.9375rem;
}
.facts-slider .next-slide[aria-disabled=true], .facts-slider .prev-slide[aria-disabled=true] {
  opacity: 0.7;
}
@media only screen and (max-width: 1099px) {
  .facts-slider .next-slide, .facts-slider .prev-slide {
    bottom: 30px;
    width: 53px;
    height: 30px;
  }
}
.facts-slider .next-slide {
  right: 3.9375rem;
  background-image: url(../img/right-white.svg);
}
@media only screen and (max-width: 1099px) {
  .facts-slider .next-slide {
    right: 20px;
  }
}
.facts-slider .prev-slide {
  right: calc(3.9375rem + 130px);
  background-image: url(../img/left-white.svg);
}
@media only screen and (max-width: 1099px) {
  .facts-slider .prev-slide {
    right: 93px;
  }
}
.facts-slider a.anchor-link {
  color: white;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.facts-slider a.anchor-link:before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
}

#page-content {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1099px) {
  #page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content {
    padding-left: 7.8125rem;
    padding-right: 32.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content {
    margin-bottom: 6.25rem;
  }
}
#page-content:has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  #page-content:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content:has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content.wide-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content.wide-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content.wide-content {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
#page-content a.anchor-link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media only screen and (max-width: 1099px) {
  #page-content a.anchor-link {
    padding-left: 15px;
  }
}
#page-content a.anchor-link:before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
}
#page-content ul, #page-content ol {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
#page-content ul li, #page-content ol li {
  margin-left: 23px;
  margin-bottom: 15px;
}
#page-content ul li:last-child, #page-content ol li:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-file {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-file {
    margin-bottom: 20px;
  }
}
#page-content .wp-block-file a {
  background-color: #5A616B;
  border-radius: 0px 0px 0px 12px;
  color: white;
  display: block;
  background-image: url(../img/download-file.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  text-decoration: none;
  padding: 16px 30px;
  padding-left: 90px;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-file a {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-file a {
    background-size: 19px 21px;
    background-position: left 20px center;
    padding-left: 53px;
    border-radius: 0px 0px 0px 6px;
  }
}
#page-content .wp-block-file a:hover {
  background-color: #000000;
}
#page-content .wp-block-file a::before {
  display: none;
}
#page-content .wp-block-image {
  margin-bottom: 25px;
}
#page-content .wp-block-image:has(+ .wp-block-heading) {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-image:has(+ .wp-block-heading) {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-image:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
#page-content .wp-block-image:has(+ .wp-block-heading):has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-image:has(+ .wp-block-heading):has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-image:has(+ .wp-block-heading):has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
#page-content .wp-block-image img {
  width: 100%;
}
#page-content .custom-block,
#page-content .wp-block-group,
#page-content iframe,
#page-content .wp-block-media-text,
#page-content .wp-block-image.is-style-full-width {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1100px) {
  #page-content .custom-block,
  #page-content .wp-block-group,
  #page-content iframe,
  #page-content .wp-block-media-text,
  #page-content .wp-block-image.is-style-full-width {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .custom-block,
  #page-content .wp-block-group,
  #page-content iframe,
  #page-content .wp-block-media-text,
  #page-content .wp-block-image.is-style-full-width {
    margin-bottom: 6.25rem;
  }
}
#page-content .custom-block:has(+ .wp-block-heading),
#page-content .wp-block-group:has(+ .wp-block-heading),
#page-content iframe:has(+ .wp-block-heading),
#page-content .wp-block-media-text:has(+ .wp-block-heading),
#page-content .wp-block-image.is-style-full-width:has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  #page-content .custom-block:has(+ .wp-block-heading),
  #page-content .wp-block-group:has(+ .wp-block-heading),
  #page-content iframe:has(+ .wp-block-heading),
  #page-content .wp-block-media-text:has(+ .wp-block-heading),
  #page-content .wp-block-image.is-style-full-width:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .custom-block:has(+ .wp-block-heading),
  #page-content .wp-block-group:has(+ .wp-block-heading),
  #page-content iframe:has(+ .wp-block-heading),
  #page-content .wp-block-media-text:has(+ .wp-block-heading),
  #page-content .wp-block-image.is-style-full-width:has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
#page-content .wp-block-columns .wp-block-media-text {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  #page-content p + .wp-block-media-text, #page-content ul + .wp-block-media-text, #page-content ol + .wp-block-media-text, #page-content .wp-block-buttons + .wp-block-media-text {
    margin-top: 9.0625rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content p + .wp-block-media-text, #page-content ul + .wp-block-media-text, #page-content ol + .wp-block-media-text, #page-content .wp-block-buttons + .wp-block-media-text {
    margin-top: 7.5rem;
  }
}
#page-content p + .wp-block-details, #page-content p + .custom-block, #page-content p + .wp-block-columns, #page-content p + .wp-block-group, #page-content p + .wp-block-image, #page-content ul + .wp-block-details, #page-content ul + .custom-block, #page-content ul + .wp-block-columns, #page-content ul + .wp-block-group, #page-content ul + .wp-block-image, #page-content ol + .wp-block-details, #page-content ol + .custom-block, #page-content ol + .wp-block-columns, #page-content ol + .wp-block-group, #page-content ol + .wp-block-image, #page-content .wp-block-buttons + .wp-block-details, #page-content .wp-block-buttons + .custom-block, #page-content .wp-block-buttons + .wp-block-columns, #page-content .wp-block-buttons + .wp-block-group, #page-content .wp-block-buttons + .wp-block-image {
  margin-top: 50px;
}
@media only screen and (min-width: 1100px) {
  #page-content p + .wp-block-details, #page-content p + .custom-block, #page-content p + .wp-block-columns, #page-content p + .wp-block-group, #page-content p + .wp-block-image, #page-content ul + .wp-block-details, #page-content ul + .custom-block, #page-content ul + .wp-block-columns, #page-content ul + .wp-block-group, #page-content ul + .wp-block-image, #page-content ol + .wp-block-details, #page-content ol + .custom-block, #page-content ol + .wp-block-columns, #page-content ol + .wp-block-group, #page-content ol + .wp-block-image, #page-content .wp-block-buttons + .wp-block-details, #page-content .wp-block-buttons + .custom-block, #page-content .wp-block-buttons + .wp-block-columns, #page-content .wp-block-buttons + .wp-block-group, #page-content .wp-block-buttons + .wp-block-image {
    margin-top: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content p + .wp-block-details, #page-content p + .custom-block, #page-content p + .wp-block-columns, #page-content p + .wp-block-group, #page-content p + .wp-block-image, #page-content ul + .wp-block-details, #page-content ul + .custom-block, #page-content ul + .wp-block-columns, #page-content ul + .wp-block-group, #page-content ul + .wp-block-image, #page-content ol + .wp-block-details, #page-content ol + .custom-block, #page-content ol + .wp-block-columns, #page-content ol + .wp-block-group, #page-content ol + .wp-block-image, #page-content .wp-block-buttons + .wp-block-details, #page-content .wp-block-buttons + .custom-block, #page-content .wp-block-buttons + .wp-block-columns, #page-content .wp-block-buttons + .wp-block-group, #page-content .wp-block-buttons + .wp-block-image {
    margin-top: 5rem;
  }
}
#page-content p + .wp-block-heading, #page-content p + p.has-large-font-size {
  margin-top: 40px;
}
@media only screen and (min-width: 1100px) {
  #page-content p + .wp-block-heading, #page-content p + p.has-large-font-size {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content p + .wp-block-heading, #page-content p + p.has-large-font-size {
    margin-top: 3.75rem;
  }
}
#page-content .wp-block-buttons:has(+ p) {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-buttons:has(+ p) {
    margin: 0 0 25px 0;
  }
}
#page-content .wp-block-embed {
  margin-bottom: 30px;
}
#page-content figcaption {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  padding-top: 13px;
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  #page-content figcaption {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width {
    margin-left: -7.8125rem;
    margin-right: -32.8125rem;
  }
}
#page-content .is-style-full-width figcaption {
  padding-left: 20px;
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width-with-padding {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width-with-padding {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width-with-padding {
    margin-left: -7.8125rem;
    margin-right: -32.8125rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width-with-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width-with-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width-with-padding {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
#page-content .has-gray-background-color {
  background-color: #F6F7F7;
  padding-top: 5rem;
  padding-bottom: 5.9375rem;
}
@media only screen and (min-width: 1900px) {
  #page-content .has-gray-background-color {
    padding-bottom: 4.6875rem;
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .has-gray-background-color {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#page-content .wp-block-details {
  padding: 36px 45px 33px 45px;
  background-color: #F6F7F7;
  border-radius: 0px 0px 0px 20px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-details {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-details {
    margin-bottom: 6.25rem;
  }
}
#page-content .wp-block-details:has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-details:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-details:has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-details {
    padding: 11px 20px 12px 20px;
    border-radius: 0px 0px 0px 10px;
  }
}
#page-content .wp-block-details:has(+ .wp-block-details) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-details:has(+ .wp-block-details) {
    margin-bottom: 30px;
  }
}
#page-content .wp-block-details:has(summary.has-br) {
  padding-top: 18px;
  padding-bottom: 25px;
}
#page-content .wp-block-details summary {
  list-style: none;
  position: relative;
  padding-right: 35px;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-details summary {
    padding-right: 25px;
  }
}
#page-content .wp-block-details summary h2 {
  margin-bottom: 0;
}
#page-content .wp-block-details summary:before {
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background-color: #5A616B;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  border-radius: 3px;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-details summary:before {
    height: 19px;
    right: 8px;
    top: 16px;
  }
}
#page-content .wp-block-details summary:after {
  content: "";
  width: 26px;
  height: 4px;
  display: block;
  background-color: #5A616B;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-details summary:after {
    width: 19px;
    top: 16px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-details summary.has-br::after, #page-content .wp-block-details summary.has-br::before {
    top: 29px;
  }
}
#page-content .wp-block-details summary::-webkit-details-marker {
  display: none;
}
#page-content .wp-block-details[open] summary {
  margin-bottom: 20px;
}
#page-content .wp-block-details[open] summary:after {
  display: none;
}
#page-content .wp-block-details[open] summary:before {
  transform: translateY(-50%) rotate(90deg);
}
#page-content .wp-block-details p:last-child {
  margin-bottom: 10px;
}
#page-content .wp-block-details.is-style-literatur {
  font-size: 14px;
  line-height: 22px;
  margin-top: 50px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-details.is-style-literatur {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-details.is-style-literatur {
    margin-top: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-details.is-style-literatur {
    margin-top: 5rem;
  }
}
#page-content .wp-block-details.is-style-literatur[open] summary {
  margin-bottom: 38px;
}
#page-content .wp-block-details.is-style-literatur ol {
  margin-bottom: 0;
}
#page-content .wp-block-details.is-style-literatur li {
  margin-left: 23px;
  margin-bottom: 13px;
}
#page-content .wp-block-details.is-style-literatur li:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-group.has-gray-background-color .wp-block-details {
  background-color: white;
}
#page-content .wp-block-group.has-gray-background-color .wp-block-details:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-group.has-gray-background-color .wp-block-details[open] summary {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-group.has-gray-background-color .wp-block-details[open] summary {
    margin-bottom: 2.8125rem;
  }
}
#page-content blockquote {
  margin-left: 8.75rem;
  width: 59.375rem;
  position: relative;
  padding-top: 102px;
  margin-bottom: 60px;
  margin-top: 7.1875rem;
}
@media only screen and (min-width: 1100px) {
  #page-content blockquote {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content blockquote {
    margin-bottom: 6.25rem;
  }
}
#page-content blockquote:has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  #page-content blockquote:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content blockquote:has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content blockquote {
    margin-top: 5.9375rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content blockquote {
    margin-top: 70px;
    padding-top: 75px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
#page-content blockquote::before {
  content: "";
  display: block;
  width: 46px;
  height: 80px;
  background-image: url(../img/pfeil-quote.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1099px) {
  #page-content blockquote::before {
    width: 35px;
    height: 60px;
  }
}
#page-content blockquote p {
  margin-bottom: 0;
}
@media only screen and (max-width: 699px) {
  #page-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    padding-top: 20px;
  }
}
#page-content .wp-block-media-text.is-style-bg, #page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
  display: block;
  background-color: #F6F7F7;
  border-radius: 0px 0px 0px 20px;
}
#page-content .wp-block-media-text.is-style-bg .wp-block-media-text__content, #page-content .wp-block-media-text.is-style-bg-full-width-with-padding .wp-block-media-text__content {
  padding: 24px 30px;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-media-text.is-style-bg .wp-block-media-text__content, #page-content .wp-block-media-text.is-style-bg-full-width-with-padding .wp-block-media-text__content {
    padding: 14px 20px;
  }
}
#page-content .wp-block-media-text.is-style-bg .wp-block-media-text__content p:last-child, #page-content .wp-block-media-text.is-style-bg-full-width-with-padding .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
    margin-left: -7.8125rem;
    margin-right: -32.8125rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-media-text.is-style-bg-full-width-with-padding {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
#page-content .wp-block-media-text.is-style-bg-full-width-with-padding .wp-block-media-text__content {
  background-color: #F6F7F7;
  border-radius: 0px 0px 0px 20px;
}

.wp-block-cover {
  position: relative;
  padding: 0;
  display: block;
  margin-bottom: 60px;
  height: calc(100vh - 70px);
}
@media only screen and (max-width: 1099px) {
  .wp-block-cover {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-cover {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  .wp-block-cover {
    margin-left: -7.8125rem;
    margin-right: -32.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .wp-block-cover {
    margin-bottom: 7.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  .wp-block-cover {
    margin-bottom: 6.25rem;
  }
}
.wp-block-cover:has(+ .wp-block-heading) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-cover:has(+ .wp-block-heading) {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  .wp-block-cover:has(+ .wp-block-heading) {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 1099px) {
  .wp-block-cover {
    height: calc(100vh - 70px);
  }
}
.wp-block-cover.has-parallax {
  padding-top: 100vh;
  padding-bottom: 100vh;
}
.wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  left: 7.8125rem;
  padding: 24px 30px;
  color: white;
  z-index: 1;
  border-radius: 0px 0px 0px 20px;
  width: 28.125rem;
  font-size: 14px;
  line-height: 22px;
  bottom: 7.8125rem;
}
@media only screen and (min-width: 1100px) {
  .wp-block-cover .wp-block-cover__inner-container {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    max-width: 600px;
    border-radius: 0px 0px 0px 10px;
    bottom: 50px;
    left: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-cover .wp-block-cover__inner-container {
    left: 20px;
    right: 20px;
  }
}
.wp-block-cover .wp-block-cover__inner-container p:last-child {
  margin: 0;
}
.wp-block-cover .wp-block-cover__inner-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--post-color, #5A616B);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0px 0px 0px 20px;
}
@media only screen and (max-width: 699px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 40px);
    right: 20px;
    left: 20px;
    padding: 14px 20px;
  }
}
.wp-block-cover .wp-block-cover__background {
  display: none;
}

.image-wrapper {
  position: relative;
}

.image-photographer {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  line-height: 16px;
  color: white;
  padding: 6px 9px;
  z-index: 2;
}
@media only screen and (max-width: 1099px) {
  .image-photographer {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.image-photographer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 60%;
  z-index: -1;
}

#single-post .main-img-wrapper .image-photographer {
  position: relative;
  display: inline-block;
  bottom: 34px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
}

.main-container {
  padding-top: 80px;
}
@media only screen and (min-width: 1100px) {
  .main-container {
    padding-top: 125px;
  }
}

h2 {
  margin: 0 0 18px 0;
}
@media only screen and (min-width: 1100px) {
  h2 {
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width: 1900px) {
  h2 {
    margin: 0 0 1.875rem 0;
  }
}

h3 {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 1100px) {
  h3 {
    margin: 0 0 1.875rem 0;
  }
}
@media only screen and (min-width: 1900px) {
  h3 {
    margin: 0 0 1.25rem 0;
  }
}

h4 {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 1100px) {
  h4 {
    margin: 0 0 20px 0;
  }
}

p {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1100px) {
  p {
    margin: 0 0 2.125rem 0;
  }
}
@media only screen and (min-width: 1900px) {
  p {
    margin: 0 0 1.25rem 0;
  }
}
p.has-medium-font-size, p.has-large-font-size, p.has-x-large-font-size {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1099px) {
  p.has-medium-font-size, p.has-large-font-size, p.has-x-large-font-size {
    margin-bottom: 10px;
  }
}

a, a:visited, a:focus, a:hover, a:active {
  font-family: "Sinews Sans Pro Medium", sans-serif;
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

video {
  width: 100%;
  display: block;
}

sup.literatur-link:first-of-type {
  cursor: pointer;
  padding-left: 5px;
}

strong, b {
  font-family: "Sinews Sans Pro Medium", sans-serif;
  font-weight: normal;
}

/* removes tap blinking on ios devices */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#not-found-page #page-content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#searchform > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
#searchform > div .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 10;
  pointer-events: none;
  display: block;
}
#searchform input[type=text],
#searchform input[type=search] {
  height: 55px;
  padding-left: 20px;
  padding-right: 50px;
  border-color: #5A616B;
  width: 400px;
}
@media only screen and (max-width: 1099px) {
  #searchform input[type=text],
  #searchform input[type=search] {
    height: 45px;
  }
}
@media only screen and (max-width: 699px) {
  #searchform input[type=text],
  #searchform input[type=search] {
    width: 100%;
  }
}

.search-results article {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 1099px) {
  .search-results article {
    margin-bottom: 40px;
  }
}
.search-results .entry-title, .search-results .h3, .search-results .h4 {
  padding-left: 35px;
  background-image: url(../img/right-black.svg);
  background-size: 25px;
  background-position: left center;
  background-repeat: no-repeat;
}
.search-results .search-highlight {
  color: #EA515A;
  background-color: #F6F7F7;
}
.search-results .content-snippet {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .search-results .content-snippet {
    font-size: 20px;
    line-height: 30px;
  }
}
.search-results .h3 + .closest-h2, .search-results .h3 + .closest-heading, .search-results .h3 + .content-text, .search-results .h4 + .closest-h2, .search-results .h4 + .closest-heading, .search-results .h4 + .content-text {
  margin-top: 15px;
}
.search-results .content-snippet:not(:first-child) .h3:first-child, .search-results .content-snippet:not(:first-child) .h4:first-child {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1099px) {
  .search-results .content-snippet:not(:first-child) .h3:first-child, .search-results .content-snippet:not(:first-child) .h4:first-child {
    margin-top: 40px;
  }
}
.search-results .literatur-snippet-list, .search-results .entry-summary {
  margin-bottom: 3.75rem !important;
}
@media only screen and (max-width: 1099px) {
  .search-results .literatur-snippet-list, .search-results .entry-summary {
    margin-bottom: 40px !important;
  }
}
.search-results .nav-links {
  text-align: center;
  font-size: 19px;
  line-height: 28px;
}
@media only screen and (min-width: 1100px) {
  .search-results .nav-links {
    font-size: 29px;
    line-height: 41px;
  }
}

#site-header {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: white;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0705882353);
  padding: 0 14.375rem 0 60px;
  transition: transform 0.3s ease;
}
#site-header.header-hidden {
  transform: translateY(-100%);
}
@media only screen and (max-width: 1099px) {
  #site-header {
    height: 80px;
    padding: 0 85px 0 20px;
  }
}
#site-header #site-logo {
  width: 258px;
}
@media only screen and (max-width: 1099px) {
  #site-header #site-logo {
    width: 188px;
  }
}
#site-header .nav-wrapper {
  display: flex;
  gap: 20px;
}
#site-header .dropdown-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-header .dropdown-content .file-link {
  display: block;
  background-repeat: no-repeat;
  text-decoration: none;
}
#site-header .dropdown-content .file-link:not(:last-child) {
  margin-bottom: 15px;
}
#site-header .header-dropdown {
  position: relative;
}
#site-header .header-dropdown .header-button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1099px) {
  #site-header .header-dropdown .header-button {
    width: 50px;
    height: 50px;
  }
}
#site-header .header-dropdown .header-button:hover {
  background-color: #f6f7f7;
}
#site-header .header-dropdown .dropdown-toggle {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}
#site-header .header-dropdown .dropdown-content {
  position: absolute;
  top: calc(100% + 10px);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
#site-header .header-dropdown .dropdown-content.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#site-header .header-dropdown .dropdown-content li:not(:last-child) {
  margin-bottom: 10px;
}
#site-header #language-switcher .dropdown-toggle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #5A616B;
}
#site-header #language-switcher .header-button {
  border: 2px solid #CDCFD2;
  background-color: white;
  text-decoration: none;
  color: #5A616B;
}
#site-header #language-switcher .header-button:hover {
  background-color: #f6f7f7;
  color: #5A616B;
}
#site-header #language-switcher .header-button .language-code {
  font-family: "Sinews Sans Pro Medium", sans-serif;
  line-height: 30px;
}
@media only screen and (max-width: 1099px) {
  #site-header #language-switcher .header-button .language-code {
    line-height: 20px;
  }
}
#site-header #language-switcher .header-button .dropdown-icon {
  line-height: 0px;
}
@media only screen and (max-width: 1099px) {
  #site-header #language-switcher .header-button .dropdown-icon {
    width: 8px;
  }
}
#site-header #language-switcher .header-button[aria-expanded=true] .dropdown-icon {
  transform: rotate(180deg);
}
#site-header #language-switcher .header-button .dropdown-icon {
  transition: transform 0.3s ease;
}
#site-header #language-switcher .dropdown-content .header-button:not(:last-child) {
  margin-bottom: 10px;
}
#site-header #downloads-dropdown .dropdown-content {
  top: calc(100% + 20px);
  left: -170px;
}
@media only screen and (max-width: 1099px) {
  #site-header #downloads-dropdown .dropdown-content {
    left: -130px;
    top: calc(100% + 10px);
  }
}
#site-header #downloads-dropdown .dropdown-content .file-link {
  width: 320px;
  border: 2px solid #CDCFD2;
  border-radius: 0px 0px 0px 12px;
  background-color: white;
  padding: 20px 65px;
  background-image: url(../img/icon-download.svg);
  background-position: left 20px center;
  color: #5A616B;
}
#site-header #downloads-dropdown .dropdown-content .file-link:hover {
  background-color: #f6f7f7;
}
#site-header #downloads-dropdown .dropdown-content .file-link:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1099px) {
  #site-header #downloads-dropdown .dropdown-content .file-link {
    width: 250px;
    background-position: left 17px top 15px;
    background-size: 20px 22px;
    padding: 12px 53px 10px 53px;
    border-radius: 0px 0px 0px 6px;
  }
}
#site-header #share-dropdown .share-button {
  border: 2px solid #CDCFD2;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}
#site-header #share-dropdown .share-button:not(:last-child) {
  margin-bottom: 10px;
}
#site-header #share-dropdown .share-button:hover {
  background-color: #f6f7f7;
}
#site-header #share-dropdown .share-button[data-platform=linkedin] {
  background-image: url(../img/linkedin.svg);
  background-size: 27px 27px;
}
@media only screen and (max-width: 1099px) {
  #site-header #share-dropdown .share-button[data-platform=linkedin] {
    background-size: 20px 20px;
  }
}
#site-header #share-dropdown .share-button[data-platform=bluesky] {
  background-image: url(../img/bluesky.svg);
  background-size: 33px 29px;
}
@media only screen and (max-width: 1099px) {
  #site-header #share-dropdown .share-button[data-platform=bluesky] {
    background-size: 27px 24px;
  }
}
#site-header #share-dropdown .share-button[data-platform=facebook] {
  background-image: url(../img/facebook.svg);
  background-size: 15px 30px;
}
@media only screen and (max-width: 1099px) {
  #site-header #share-dropdown .share-button[data-platform=facebook] {
    background-size: 12px 24px;
  }
}
@media only screen and (max-width: 699px) {
  #site-header #share-dropdown,
  #site-header #downloads-dropdown {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  #site-header .menu-container-mobile {
    display: none;
  }
}
#site-header .download-mb {
  margin-bottom: 30px;
}
#site-header .download-mb .file-link {
  border-radius: 0px 0px 0px 6px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px 53px 10px 53px;
  background-image: url(../img/download-file.svg);
  background-position: left 17px top 15px;
  background-size: 20px 22px;
  color: white;
  font-size: 19px;
  line-height: 28px;
}
#site-header .share-mb {
  margin-bottom: 40px;
}
#site-header .share-mb .dropdown-content {
  display: flex;
  gap: 15px;
}
#site-header .share-mb .dropdown-content .share-button {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#site-header .share-mb .dropdown-content .share-button[data-platform=linkedin] {
  background-image: url(../img/linkedin2.svg);
  background-size: 27px 27px;
}
#site-header .share-mb .dropdown-content .share-button[data-platform=bluesky] {
  background-image: url(../img/bluesky2.svg);
  background-size: 33px 29px;
}
#site-header .share-mb .dropdown-content .share-button[data-platform=facebook] {
  background-image: url(../img/facebook2.svg);
  background-size: 15px 30px;
}

.main-nav-toggle {
  position: absolute;
  right: 32px;
  z-index: 13;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 65px;
}
@media only screen and (max-width: 1099px) {
  .main-nav-toggle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #CDCFD2;
    right: 20px;
  }
}
.main-nav-toggle .nav-text {
  font-family: "Sinews Sans Pro Medium", sans-serif;
  margin-left: 20px;
  font-size: 19px;
  line-height: 28px;
  color: #5A616B;
  font-weight: 500;
}
@media only screen and (min-width: 1100px) {
  .main-nav-toggle .nav-text {
    font-size: 29px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 1099px) {
  .main-nav-toggle .nav-text {
    display: none;
  }
}
.main-nav-toggle .nav-bars {
  height: 19px;
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1099px) {
  .main-nav-toggle .nav-bars {
    width: 20px;
    height: 13px;
  }
}
.main-nav-toggle .nav-bars #top-bar, .main-nav-toggle .nav-bars #bottom-bar {
  background-color: #5A616B;
  width: 24px;
  height: 3px;
  border-radius: 2px;
}
@media only screen and (max-width: 1099px) {
  .main-nav-toggle .nav-bars #top-bar, .main-nav-toggle .nav-bars #bottom-bar {
    width: 20px;
    height: 2px;
  }
}
.main-nav-toggle .nav-bars #middle-bar {
  width: 24px;
  height: 3px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
@media only screen and (max-width: 1099px) {
  .main-nav-toggle .nav-bars #middle-bar {
    width: 20px;
    height: 2px;
  }
}
.main-nav-toggle .nav-bars #middle-bar:after, .main-nav-toggle .nav-bars #middle-bar::before {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #5A616B;
  border-radius: 2px;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 1099px) {
  .main-nav-toggle .nav-bars #middle-bar:after, .main-nav-toggle .nav-bars #middle-bar::before {
    height: 2px;
  }
}
.main-nav-toggle.is-active {
  right: 3.75rem;
}
@media only screen and (max-width: 1099px) {
  .main-nav-toggle.is-active {
    border: none;
  }
}
.main-nav-toggle.is-active .nav-text {
  display: none;
}
.main-nav-toggle.is-active #top-bar, .main-nav-toggle.is-active #bottom-bar {
  opacity: 0;
}
.main-nav-toggle.is-active #middle-bar {
  overflow: visible;
}
.main-nav-toggle.is-active #middle-bar:after, .main-nav-toggle.is-active #middle-bar::before {
  background-color: white;
}
.main-nav-toggle.is-active #middle-bar:after {
  transform: rotate(45deg);
}
.main-nav-toggle.is-active #middle-bar:before {
  transform: rotate(-45deg);
}

#site-navigation {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  background: #5A616B;
  z-index: 12;
  overflow-x: hidden;
  transition: 0.1s;
  scrollbar-color: #5A616B;
}
#site-navigation.active {
  width: 44.6875rem;
}
@media only screen and (max-width: 1099px) {
  #site-navigation.active {
    width: 100%;
    max-width: 475px;
  }
}
#site-navigation .menu-container {
  padding: 3.75rem;
  padding-top: 32px;
  padding-bottom: 6.875rem;
}
@media only screen and (max-width: 1099px) {
  #site-navigation .menu-container {
    padding: 20px;
    padding-top: 25px;
  }
}
#site-navigation .menu-container #primary-menu {
  flex-flow: column;
  display: flex;
  padding: 0;
  margin: 0 0 40px 0;
}
#site-navigation .menu-container #primary-menu li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#site-navigation .menu-container #primary-menu li a {
  padding: 12.5px 0;
  padding-left: 50px;
  background-image: url(../img/link.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: white;
  outline: none;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (min-width: 1500px) {
  #site-navigation .menu-container #primary-menu li a {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1099px) {
  #site-navigation .menu-container #primary-menu li a {
    padding: 12px 0;
    padding-left: 35px;
    background-size: 24px 14px;
    font-size: 19px;
    line-height: 28px;
  }
}
#site-navigation .menu-container #primary-menu li a:hover {
  transition: transform 300ms;
  transform: translate3d(10px, 0, 0);
  opacity: 0.8;
}
#site-navigation .menu-container #primary-menu li:first-of-type {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1099px) {
  #site-navigation .menu-container #primary-menu li:first-of-type {
    padding-bottom: 25px;
  }
}
#site-navigation .menu-container #primary-menu li:first-of-type a {
  font-family: "Sinews Sans Pro Regular", sans-serif;
  background-image: none;
  padding-left: 0;
}
@media only screen and (max-width: 1099px) {
  #site-navigation .menu-container #primary-menu li:first-of-type a {
    padding: 0;
  }
}
#site-navigation .menu-container #primary-menu li:first-of-type a:hover {
  transform: none;
}
#site-navigation .menu-container #secondary-menu {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 40px;
}
#site-navigation .menu-container #secondary-menu li {
  list-style: none;
}
#site-navigation .menu-container #secondary-menu li a {
  color: white;
  font-family: "Sinews Sans Pro Regular", sans-serif;
}
@media only screen and (max-width: 1099px) {
  #site-navigation .menu-container #secondary-menu li a {
    font-size: 19px;
    line-height: 28px;
  }
}
#site-navigation .menu-container #secondary-menu li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#site-navigation::-webkit-scrollbar {
  width: 1px;
}
#site-navigation::-webkit-scrollbar-track, #site-navigation::-webkit-scrollbar-thumb, #site-navigation::-webkit-scrollbar-thumb:hover {
  background: #5A616B;
}
#site-navigation::-webkit-scrollbar-button {
  display: none;
}
#site-navigation .search-container {
  margin-bottom: 40px;
}
#site-navigation .search-container #searchform input[type=text] {
  width: 100%;
}
#site-navigation .search-container #searchsubmit {
  display: none;
}

#page-topbar {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar {
    margin-bottom: 4.0625rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-topbar {
    margin-bottom: 3.125rem;
  }
}
#page-topbar .main-img-wrapper {
  position: relative;
  height: calc(100vh - 125px);
}
@media only screen and (max-width: 1099px) {
  #page-topbar .main-img-wrapper {
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar .main-img-wrapper.page-main-img {
    height: 60vh;
  }
}
#page-topbar .main-img-wrapper .main-img {
  width: 100%;
  height: 100%;
}
#page-topbar .main-img-wrapper .desktop-img, #page-topbar .main-img-wrapper .mobile-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-topbar .main-img-wrapper .mobile-img {
  display: none;
}
@media only screen and (max-width: 699px) {
  #page-topbar .main-img-wrapper .mobile-img {
    display: block;
  }
  #page-topbar .main-img-wrapper .desktop-img {
    display: none;
  }
}
#page-topbar .page-icon {
  position: absolute;
  right: 0;
  top: 3.875rem;
  width: 24.0625rem;
}
@media only screen and (max-width: 1099px) {
  #page-topbar .page-icon {
    width: 180px;
    top: 20px;
  }
}
#page-topbar .page-title-wrapper {
  position: absolute;
  left: 0;
  bottom: 5.9375rem;
  max-width: 1020px;
  background-color: #EA515A;
  color: white;
  padding: 26px 5rem 30px 7.8125rem;
  border-radius: 0px 0px 12px 0px;
}
@media only screen and (max-width: 1099px) {
  #page-topbar .page-title-wrapper {
    bottom: 40px;
    padding: 20px 40px;
    max-width: 660px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar .page-title-wrapper {
    max-width: 320px;
    padding: 17px 20px;
  }
}
#page-topbar .page-title-wrapper h1 {
  margin: 0;
}
#page-topbar .page-title-wrapper .page-subtitle {
  margin-top: 10px;
  font-size: 19px;
  line-height: 28px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar .page-title-wrapper .page-subtitle {
    font-size: 29px;
    line-height: 41px;
  }
}
#page-topbar #page-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 7.8125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6875rem;
}
#page-topbar #page-menu a {
  text-decoration: none;
}
@media only screen and (max-width: 1099px) {
  #page-topbar #page-menu {
    gap: 32px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar #page-menu {
    padding-left: 20px;
  }
}
#page-topbar #page-menu li a {
  font-size: 19px;
  line-height: 28px;
  padding-left: 50px;
  background-image: url(../img/link-button.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #EA515A;
}
@media only screen and (min-width: 1100px) {
  #page-topbar #page-menu li a {
    font-size: 29px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar #page-menu li a {
    background-size: 18px;
    padding-left: 28px;
  }
}
#page-topbar #page-menu li a:hover {
  color: #BA192E;
}
#page-topbar .page-title {
  color: #5A616B;
  margin-left: 7.8125rem;
  margin-bottom: 1.6875rem;
  margin-top: 2.1875rem;
}
@media only screen and (max-width: 1099px) {
  #page-topbar .page-title {
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar .page-title {
    margin-left: 20px;
  }
}
#page-topbar .page-excerpt {
  font-size: 19px;
  line-height: 28px;
  font-family: "Sinews Sans Pro Medium", sans-serif;
  margin-left: 7.8125rem;
  max-width: 900px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar .page-excerpt {
    font-size: 29px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar .page-excerpt {
    margin-left: 0;
    padding: 0 40px;
    max-width: 800px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar .page-excerpt {
    padding: 0 20px;
  }
}
#page-topbar .page-excerpt p {
  margin: 0;
}

.single-post #page-topbar {
  margin-bottom: 9.0625rem;
}
@media only screen and (min-width: 1900px) {
  .single-post #page-topbar {
    margin-bottom: 7.1875rem;
  }
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar {
    margin-bottom: 60px;
  }
}
.single-post #page-topbar:has(.facts-slider) .main-img-wrapper .main-img {
  min-height: 300vh;
}
.single-post #page-topbar .main-img-wrapper {
  text-align: right;
}
.single-post #page-topbar .main-img-wrapper .main-img {
  min-height: 200vh;
}
.single-post #page-topbar .main-img-wrapper .main-img .desktop-img {
  background-position: center center;
  background-attachment: fixed;
}
@media only screen and (max-width: 699px) {
  .single-post #page-topbar .main-img-wrapper {
    position: relative;
  }
  .single-post #page-topbar .main-img-wrapper .main-img {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single-post #page-topbar .main-img-wrapper .main-img .mobile-img {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
  }
}
.single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--post-color, #5A616B);
  z-index: 0;
  opacity: 0.8;
}
.single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro {
  position: absolute;
  left: 7.8125rem;
  right: 40px;
  top: calc(50% - 35px);
  transform: translateY(-50%);
  color: white;
  max-width: 900px;
  z-index: 1;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro {
    left: 40px;
    max-width: 800px;
  }
}
@media only screen and (max-width: 699px) {
  .single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro {
    left: 20px;
    right: 20px;
  }
}
.single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro .chapter-icon {
  width: 10rem;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro .chapter-icon {
    width: 100px;
  }
}
.single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro .chapter-title h1 {
  font-size: 70px;
  line-height: 82px;
  margin-bottom: 2.1875rem;
  margin-top: 1.5625rem;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro .chapter-title h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 15px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 699px) {
  .single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro .chapter-title h1 {
    font-size: 29px;
    line-height: 38px;
  }
}
.single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro .chapter-excerpt {
  font-size: 30px;
  line-height: 42px;
  font-family: "Sinews Sans Pro Regular", sans-serif;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .main-img-wrapper .chapter-intro-wrapper .chapter-intro .chapter-excerpt {
    font-size: 19px;
    line-height: 28px;
  }
}
.single-post #page-topbar .spacer {
  height: calc(100vh + 125px);
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .spacer {
    height: calc(100vh + 80px);
  }
}
.single-post #page-topbar .page-toc-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0705882353);
  height: 70px;
  transition: top 0.3s ease, bottom 0.3s ease, position 0.3s ease;
}
@media only screen and (max-width: 699px) {
  .single-post #page-topbar .page-toc-wrapper {
    height: 53px;
  }
}
.single-post #page-topbar .page-toc-wrapper.toc-wrapper-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.single-post #page-topbar .page-toc-bar {
  position: absolute;
  bottom: 0;
  background-color: var(--post-color, #5A616B);
  height: 5px;
  width: 15px;
  transition: width 0.2s ease;
  z-index: 2;
}
.single-post #page-topbar .page-toc {
  height: 100%;
  position: relative;
  padding-right: 3.3125rem;
  padding-left: 3.9375rem;
  display: flex;
  align-items: center;
  max-width: 100vw;
}
.single-post #page-topbar .page-toc:has(.page-toc-right:not(:disabled)):after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7.5rem;
  background: transparent linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .page-toc:has(.page-toc-right:not(:disabled)):after {
    width: 80px;
  }
}
.single-post #page-topbar .page-toc:has(.page-toc-left:not(:disabled)):before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .page-toc:has(.page-toc-left:not(:disabled)):before {
    width: 60px;
  }
}
.single-post #page-topbar .page-toc .page-toc-list {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
}
.single-post #page-topbar .page-toc .page-toc-list a {
  text-decoration: none;
}
.single-post #page-topbar .page-toc .page-toc-list::-webkit-scrollbar {
  display: none;
}
.single-post #page-topbar .page-toc .page-toc-list li a {
  white-space: nowrap;
  color: #000000;
  margin-right: 2.5rem;
  font-size: 14px;
  line-height: 22px;
  padding-left: 0;
}
@media only screen and (min-width: 1100px) {
  .single-post #page-topbar .page-toc .page-toc-list li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-post #page-topbar .page-toc .page-toc-list li a:before {
  display: none;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .page-toc .page-toc-list li a {
    margin-right: 22px;
  }
}
.single-post #page-topbar .page-toc .page-toc-arrow {
  position: absolute;
  z-index: 2;
  top: 8px;
  width: 11px;
  height: 21px;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  background-size: contain;
  top: calc(50% - 10px);
}
@media only screen and (max-width: 699px) {
  .single-post #page-topbar .page-toc .page-toc-arrow {
    width: 8px;
    height: 14px;
  }
}
.single-post #page-topbar .page-toc .page-toc-right {
  background-image: url("../img/right.svg");
  right: 20px;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .page-toc .page-toc-right {
    right: 15px;
  }
}
.single-post #page-topbar .page-toc .page-toc-left {
  background-image: url("../img/left.svg");
  left: 20px;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .page-toc .page-toc-left {
    left: 15px;
  }
}
.single-post #page-topbar .page-toc .page-toc-arrow:disabled {
  opacity: 0;
  cursor: default;
}

.home #page-topbar {
  margin-bottom: 7.1875rem;
}
@media only screen and (min-width: 1900px) {
  .home #page-topbar {
    margin-bottom: 5.9375rem;
  }
}
@media only screen and (max-width: 699px) {
  .home #page-topbar {
    margin-bottom: 55px;
  }
}
.home #page-topbar .main-img-wrapper {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 699px) {
  .home #page-topbar .main-img-wrapper {
    margin-bottom: 36px;
  }
}
.home #page-topbar .page-excerpt {
  margin-bottom: 2.5rem;
  font-family: "Sinews Sans Pro Regular", sans-serif;
}
@media only screen and (max-width: 699px) {
  .home #page-topbar .page-excerpt {
    margin-bottom: 24px;
  }
}

footer {
  background-color: #5A616B;
  color: white;
  padding-top: 35px;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 699px) {
  footer {
    padding-top: 22px;
    font-size: 16px;
    line-height: 25px;
  }
}
footer a, footer a:visited, footer a:focus, footer a:active, footer a:hover {
  color: white;
  font-family: "Sinews Sans Pro Regular", sans-serif;
}
footer p {
  margin-bottom: 0;
}
footer .footer-top-block {
  padding-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1099px) {
  footer .footer-top-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  footer .footer-top-block {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
@media only screen and (max-width: 1099px) {
  footer .footer-top-block {
    gap: 45px;
  }
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block {
    grid-template-columns: 1fr;
    padding-bottom: 45px;
  }
  footer .footer-top-block .widgets-wrapper {
    margin-bottom: 30px;
  }
}
footer .footer-top-block .wp-block-social-links {
  margin: 23px 0 0 0;
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block .wp-block-social-links {
    margin-top: 10px;
  }
}
footer .footer-top-block .wp-social-link {
  border-radius: unset;
  cursor: pointer;
}
footer .footer-top-block .wp-social-link svg {
  display: none;
}
footer .footer-top-block .wp-social-link.wp-social-link-youtube {
  width: 37px;
  height: 27px;
  background: url(../img/youtube.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block .wp-social-link.wp-social-link-youtube {
    width: 31px;
    height: 22px;
  }
}
footer .footer-top-block .wp-social-link.wp-social-link-linkedin {
  width: 27px;
  height: 27px;
  background: url(../img/linkedin2.svg) no-repeat;
  background-size: contain;
  margin-right: 30px;
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block .wp-social-link.wp-social-link-linkedin {
    width: 22px;
    height: 22px;
    margin-right: 20px;
  }
}
footer .footer-bottom-block {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1099px) {
  footer .footer-bottom-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  footer .footer-bottom-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  footer .footer-bottom-block {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }
}
@media only screen and (max-width: 699px) {
  footer .footer-bottom-block {
    padding-bottom: 26px;
  }
}
footer .footer-bottom-block #footer-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .footer-bottom-block #footer-menu li {
  list-style: none;
}