.btn-container {
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  .btn-container {
    margin-top: 30px;
  }
}
.btn-container > a:not(:first-child) {
  margin-left: 15px;
}
@media only screen and (min-width: 1100px) {
  .btn-container > a:not(:first-child) {
    margin-left: 35px;
  }
}

.button-primary,
button,
.wp-block-button__link,
input[type=submit],
.wp-element-button {
  border-radius: 8px;
  background-color: var(--primary-color);
  color: white;
  padding: 0 2rem;
  display: inline-flex;
  height: 58px;
  line-height: 55px;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.button-primary:hover,
button:hover,
.wp-block-button__link:hover,
input[type=submit]:hover,
.wp-element-button:hover {
  background-color: rgb(from var(--primary-color) r g b/0.9);
  color: white;
  text-decoration: none;
}
.button-primary:visited, .button-primary:focus,
button:visited,
button: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;
}
@media only screen and (max-width: 1099px) {
  .button-primary,
  button,
  .wp-block-button__link,
  input[type=submit],
  .wp-element-button {
    height: 45px;
    line-height: 44px;
    padding: 0 15px;
  }
}

/* wix-madefor-text-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/wix-madefor-text-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/wix-madefor-text-v13-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/wix-madefor-text-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/wix-madefor-text-v13-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/wix-madefor-text-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/wix-madefor-text-v13-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/wix-madefor-text-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/wix-madefor-text-v13-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/wix-madefor-text-v13-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/wix-madefor-text-v13-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-size: 1vw;
}

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

h1, .h1 {
  font-size: 30px;
  line-height: 39px;
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 70px;
  }
}

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

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

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

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

body {
  color: #1a1a1a;
}

.main-container {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .main-container {
    margin-bottom: 6.25rem;
  }
}

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

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

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

a, a:visited, a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

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

/* 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;
}

#site-header a {
  display: flex;
}
#site-header img {
  display: block;
  width: var(--logo-width-desktop);
}
@media only screen and (max-width: 1099px) {
  #site-header img {
    width: var(--logo-width-mobile);
  }
}
#site-header.menu-fixed #site-logo {
  position: absolute;
  top: 35px;
  left: 4.6875rem;
  z-index: 11;
}
@media only screen and (max-width: 1099px) {
  #site-header.menu-fixed #site-logo {
    left: 20px;
    top: 20px;
  }
}
#site-header.header-fixed {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1019607843);
  height: var(--header-height-desktop);
  padding: 10px 0 10px 4.6875rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed {
    height: var(--header-height-mobile);
    padding-left: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #site-header.header-fixed {
    padding-left: 20px;
  }
}
#site-header.not-fixed {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed {
    padding-left: 4.6875rem;
    padding-right: 3.75rem;
    height: var(--header-height-desktop);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed {
    height: var(--header-height-mobile);
    padding: 10px 0 10px 40px;
  }
}
@media only screen and (max-width: 699px) {
  #site-header.not-fixed {
    padding-left: 20px;
  }
}

#site-header.header-fixed .main-nav-toggle, #site-header.menu-fixed .main-nav-toggle {
  z-index: 13;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 0;
  padding-left: 26px;
  height: var(--header-height-desktop);
  width: 167px;
  font-size: 22px;
  line-height: 34px;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle, #site-header.menu-fixed .main-nav-toggle {
    width: var(--header-height-mobile);
    height: var(--header-height-mobile);
    padding-left: 0;
  }
  #site-header.header-fixed .main-nav-toggle .nav-text, #site-header.menu-fixed .main-nav-toggle .nav-text {
    display: none;
  }
}
#site-header.header-fixed .main-nav-toggle .nav-bars,
#site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars,
#site-header.menu-fixed .main-nav-toggle .nav-bars::after {
  background-color: white;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle .nav-bars,
  #site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars,
  #site-header.menu-fixed .main-nav-toggle .nav-bars::after {
    width: 28px;
    height: 4px;
  }
}
#site-header.header-fixed .main-nav-toggle .nav-bars, #site-header.menu-fixed .main-nav-toggle .nav-bars {
  display: block;
  top: calc(50% - 7px);
  right: 25px;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle .nav-bars, #site-header.menu-fixed .main-nav-toggle .nav-bars {
    right: calc(50% - 14px);
  }
}
#site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars::after {
  content: "";
  display: block;
  top: 13px;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars::after {
    top: 11px;
  }
}
#site-header.header-fixed .main-nav-toggle.is-active, #site-header.menu-fixed .main-nav-toggle.is-active {
  background-color: transparent;
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars, #site-header.menu-fixed .main-nav-toggle.is-active .nav-bars {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars::after, #site-header.menu-fixed .main-nav-toggle.is-active .nav-bars::after {
  transform: translate3d(0, -13px, 0) rotate(-90deg);
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle.is-active .nav-bars::after, #site-header.menu-fixed .main-nav-toggle.is-active .nav-bars::after {
    transform: translate3d(0, -11px, 0) rotate(-90deg);
  }
}
#site-header.header-fixed #site-navigation, #site-header.menu-fixed #site-navigation {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  background: var(--primary-color);
  z-index: 12;
  overflow-x: hidden;
  transition: 0.5s;
  scrollbar-color: var(--primary-color);
}
#site-header.header-fixed #site-navigation.active, #site-header.menu-fixed #site-navigation.active {
  width: 38.125rem;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed #site-navigation.active, #site-header.menu-fixed #site-navigation.active {
    width: 100%;
    max-width: 400px;
  }
}
#site-header.header-fixed #site-navigation .menu-main-container, #site-header.menu-fixed #site-navigation .menu-main-container {
  padding: 5.625rem;
  padding-top: calc(var(--header-height-desktop) - 30px);
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed #site-navigation .menu-main-container, #site-header.menu-fixed #site-navigation .menu-main-container {
    padding: 20px;
    padding-top: calc(var(--header-height-mobile) - 30px);
  }
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu {
  flex-flow: column;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li:last-of-type, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li:last-of-type {
  margin-bottom: 0;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li > a, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li > a {
  color: white;
  outline: none;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu {
  margin-top: 5px;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu li:not(:last-child), #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a {
  position: relative;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 0;
  transition: 0.01s;
  width: 18px;
  height: 10px;
  cursor: pointer;
  background-image: url(../img/pfeil_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 699px) {
  #site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
    right: 0;
  }
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children.sub-menu-opened a:after, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children.sub-menu-opened a:after {
  transform: rotate(180deg);
}
#site-header.header-fixed #site-navigation::-webkit-scrollbar, #site-header.menu-fixed #site-navigation::-webkit-scrollbar {
  width: 1px;
}
#site-header.header-fixed #site-navigation::-webkit-scrollbar-track, #site-header.header-fixed #site-navigation::-webkit-scrollbar-thumb, #site-header.header-fixed #site-navigation::-webkit-scrollbar-thumb:hover, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-track, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-thumb, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
#site-header.header-fixed #site-navigation::-webkit-scrollbar-button, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-button {
  display: none;
}

#site-header.header-fixed .main-nav-toggle {
  background-color: white;
  color: var(--primary-color);
}
#site-header.header-fixed .main-nav-toggle .nav-bars,
#site-header.header-fixed .main-nav-toggle .nav-bars::after {
  background-color: var(--primary-color);
}
#site-header.header-fixed .main-nav-toggle.is-active {
  color: white;
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars {
  background-color: white;
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars::after {
  background-color: white;
}

@media only screen and (min-width: 1100px) {
  #site-header.not-fixed .main-nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle {
    z-index: 13;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0;
    padding-left: 26px;
    height: var(--header-height-desktop);
    width: 167px;
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle {
    width: var(--header-height-mobile);
    height: var(--header-height-mobile);
    padding-left: 0;
  }
  #site-header.not-fixed .main-nav-toggle .nav-text {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars,
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    background-color: white;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.1s;
    transition-timing-function: ease;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars,
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    width: 28px;
    height: 4px;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars {
    display: block;
    top: calc(50% - 7px);
    right: 25px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars {
    right: calc(50% - 14px);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    content: "";
    display: block;
    top: 13px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    top: 11px;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle.is-active {
    background-color: transparent;
  }
  #site-header.not-fixed .main-nav-toggle.is-active .nav-bars {
    transform: translate3d(0, 5px, 0) rotate(45deg);
  }
  #site-header.not-fixed .main-nav-toggle.is-active .nav-bars::after {
    transform: translate3d(0, -13px, 0) rotate(-90deg);
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle.is-active .nav-bars::after {
    transform: translate3d(0, -11px, 0) rotate(-90deg);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 0;
    background: var(--primary-color);
    z-index: 12;
    overflow-x: hidden;
    transition: 0.5s;
    scrollbar-color: var(--primary-color);
  }
  #site-header.not-fixed #site-navigation.active {
    width: 38.125rem;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation.active {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container {
    padding: 5.625rem;
    padding-top: calc(var(--header-height-desktop) - 30px);
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container {
    padding: 20px;
    padding-top: calc(var(--header-height-mobile) - 30px);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu {
    flex-flow: column;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li:last-of-type {
    margin-bottom: 0;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li > a {
    color: white;
    outline: none;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu {
    margin-top: 5px;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a {
    position: relative;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    right: 0;
    transition: 0.01s;
    width: 18px;
    height: 10px;
    cursor: pointer;
    background-image: url(../img/pfeil_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 699px) {
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
    right: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children.sub-menu-opened a:after {
    transform: rotate(180deg);
  }
  #site-header.not-fixed #site-navigation::-webkit-scrollbar {
    width: 1px;
  }
  #site-header.not-fixed #site-navigation::-webkit-scrollbar-track, #site-header.not-fixed #site-navigation::-webkit-scrollbar-thumb, #site-header.not-fixed #site-navigation::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
  }
  #site-header.not-fixed #site-navigation::-webkit-scrollbar-button {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    height: 100%;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu {
    height: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu > li {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu > li {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 15px 0;
    border-top: 2px solid var(--primary-color);
  }
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu {
    width: 240px;
    z-index: 12;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
  }
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu a {
    color: var(--primary-color);
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children:last-child .sub-menu {
    left: auto;
    right: 0;
    text-align: right;
  }
}

#primary-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
#primary-menu li {
  list-style: none;
}
#primary-menu li a {
  color: var(--primary-color);
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  #primary-menu li a {
    font-size: 22px;
    line-height: 34px;
  }
}
#primary-menu li.menu-item-has-children {
  position: relative;
}
#primary-menu li.menu-item-has-children .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
#primary-menu li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  line-height: 22px;
  color: white;
  display: block;
}
@media only screen and (min-width: 1100px) {
  #primary-menu li.menu-item-has-children .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
  }
}
#primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu {
  display: block;
}

/*.home {
    #site-header.not-fixed #site-navigation #primary-menu > li:first-child {
        display: none;
    }
}*/
#page-topbar {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar {
    margin-bottom: 4.6875rem;
  }
}
#page-topbar.slim {
  margin-top: 9.375rem;
  margin-bottom: 5.3125rem;
}
@media only screen and (max-width: 1099px) {
  #page-topbar.slim {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar.slim {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-topbar.slim {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
#page-topbar.slim h1 {
  margin: 7px 0 20px 0;
}
@media only screen and (max-width: 1099px) {
  #page-topbar.slim {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  #page-topbar.slim h1 {
    margin-bottom: 7px;
  }
}
#page-topbar.slim #breadcrumbs a {
  color: #1a1a1a;
}
#page-topbar.slim .button-primary {
  margin-top: 30px;
}
#page-topbar:not(.slim) .main-img-wrapper {
  position: relative;
}
#page-topbar:not(.slim) .main-img-wrapper .main-img {
  position: relative;
}
#page-topbar:not(.slim) .main-img-wrapper .main-img:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 30%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9019607843));
}
@media only screen and (max-width: 699px) {
  #page-topbar:not(.slim) .main-img-wrapper .main-img:after {
    top: 0;
  }
}
#page-topbar:not(.slim) .main-img-wrapper .main-img img {
  display: block;
  width: 100%;
}
#page-topbar:not(.slim) .main-img-wrapper .page-intro {
  position: absolute;
  color: white;
}
@media only screen and (min-width: 1100px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro {
    bottom: 60px;
    left: 9.375rem;
    right: 9.375rem;
    max-width: 56.25rem;
  }
}
@media screen and (max-width: 1280px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro.long-title {
    max-width: unset;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro {
    bottom: 20px;
    left: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
#page-topbar:not(.slim) .main-img-wrapper .page-intro h1 {
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro span {
    margin-bottom: 7px;
    display: block;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar:not(.slim) .page-excerpt {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar:not(.slim) .page-excerpt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-topbar:not(.slim) .page-excerpt {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
#page-topbar.wide {
  margin-top: 9.375rem;
  margin-bottom: 5.3125rem;
}
@media only screen and (max-width: 1099px) {
  #page-topbar.wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar.wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-topbar.wide {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar.wide {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
#page-topbar.wide .page-excerpt {
  padding-left: 0;
  padding-right: 0;
}
#page-topbar .page-excerpt {
  margin-top: 20px;
}
#page-topbar .page-excerpt p {
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  #page-topbar .page-excerpt {
    margin-top: 45px;
  }
}
#page-topbar .mobile-img {
  display: none;
}
@media only screen and (max-width: 699px) {
  #page-topbar .mobile-img {
    display: block;
  }
  #page-topbar .desktop-img {
    display: none;
  }
}

.single-post #page-topbar .main-img-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.single-post #page-topbar .main-img {
  order: 2;
}
.single-post #page-topbar .page-excerpt {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .page-excerpt {
    margin-bottom: 30px;
  }
}

body:has(#site-header.header-fixed) #page-topbar {
  margin-top: var(--header-height-desktop);
}
@media only screen and (max-width: 1099px) {
  body:has(#site-header.header-fixed) #page-topbar {
    margin-top: var(--header-height-mobile);
  }
}

body:has(#site-header.menu-fixed) #page-topbar.slim, body:has(#site-header.menu-fixed) #page-topbar.wide, body:has(#site-header.header-fixed) #page-topbar.slim, body:has(#site-header.header-fixed) #page-topbar.wide {
  margin-top: calc(var(--header-height-desktop) + 9.375rem);
}
@media only screen and (max-width: 1099px) {
  body:has(#site-header.menu-fixed) #page-topbar.slim, body:has(#site-header.menu-fixed) #page-topbar.wide, body:has(#site-header.header-fixed) #page-topbar.slim, body:has(#site-header.header-fixed) #page-topbar.wide {
    margin-top: calc(var(--header-height-mobile) + 50px);
  }
}

footer {
  background-color: var(--primary-color);
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
}
@media only screen and (min-width: 1100px) {
  footer {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1099px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  footer {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media only screen and (max-width: 699px) {
  footer {
    padding-top: 20px;
  }
}
footer a, footer a:hover, footer a:visited {
  color: white;
  text-decoration: underline;
}
footer p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  footer .wp-block-column:last-child {
    text-align: right;
  }
}
footer .wp-block-social-links {
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  footer .wp-block-social-links {
    justify-content: flex-end;
    margin-top: 30px;
  }
}