/* 1024px */
/* 1278px */
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.1s;
  transition: -webkit-transform 0.2s ease-in-out 0.1s;
  transition: transform 0.2s ease-in-out 0.1s;
  transition: transform 0.2s ease-in-out 0.1s, -webkit-transform 0.2s ease-in-out 0.1s;
  width: 100%;
  z-index: 1;
}

.header--admin-spacing {
  top: 46px;
}
.header--admin-spacing .menu {
  height: calc(100dvh - 3.625rem - 46px);
}
.header--admin-spacing .menu__bottom .sub-menu {
  height: calc(100dvh - 3.625rem - 46px - 81px);
}

.header .container {
  left: 50vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  position: relative;
  /*-webkit-transform: translate3d(-50%, 0, 0);*/
  /*transform: translate3d(-50%, 0, 0);*/
  -webkit-transform: translate3d(-50vw, 0, 0);
  transform: translate3d(-50vw, 0, 0);
  /*width: 100vw;*/
  width: 100%;
  /*z-index: 1;*/
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*.header .menu-item-has-children > a {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
.header .menu-item-has-children button {
  /*border-color: currentcolor;*/
  /*border-style: solid;*/
  /*border-width: 0.0625rem 0.0625rem 0 0;*/
  /*content: "";*/
  /*height: 0.75rem;*/
  /*-webkit-transform: rotate(45deg);*/
  /*transform: rotate(45deg);*/
  /*width: 0.75rem;*/
}

.header__logo-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  border-bottom: 0.0625rem solid #27282a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.625rem;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  display: none;
}

.header__logo a {
  display: flex;
  align-items: center;
  width: 11rem;
  color: #27282a;
}

.header__logo img {
  width: inherit;
}

.header__logo-subtitle {
  margin-left: 0.565rem;
  padding-left: 1rem;
  border-left: 2px solid #212529;
  font-size: 0.8rem;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  height: 19px;
  display: flex;
  align-items: center;
}

.header__options-mobile {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
}

.header__options-mobile {
    align-items: stretch;
    display: grid;
    grid-auto-flow: column;
    gap: 1.25rem;
}
@media screen and (max-width: 999px) {
    #wp-admin-bar-customize, #wp-admin-bar-updates {
        display:none!important;
    }
}
.header__options-mobile a[target=_blank] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #ff4815;
  border: 0.0625rem solid hsla(0, 0%, 100%, 0.4);
  color: #fff;
  font-size: 1rem;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  /*font-weight: 400;*/
  /*height: 1.875rem;*/
  line-height: 1;
  /*min-width: 10rem;*/
  min-width: 135px;
  height: 44px;
  letter-spacing: 1px;
  padding: 4px;
  /*text-align: center;*/
  /*text-transform: uppercase;*/
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.header__options-mobile > *:not(:first-child) {
  border-left: 2px solid #212529;
  padding-left: 0.5rem;
}

.header__options-mobile .menu__languages a {
  color: #27282a;
}

header .search-form {
  display: none;
}

.header__search-icon {
  margin: 0 1.375rem;
  display: flex;
  align-items: center;
}

.header__search-icon .icon {
  height: 1.75em;
  width: 1.75em;
}

.menu {
  position: absolute;
  top: 3.625rem;
  right: calc(100% + 1px);
  height: calc(100dvh - 3.625rem);
  padding: 1rem 0;
  width: 100%;
  max-width: 23.4375rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #27282a;
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu a {
  color: inherit;
}

.menu__bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 24px 1.5625rem 0;
  font-family: Soehne Buch, arial, verdana, sans-serif;
}

.menu__bottom li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__bottom li a {
  font-size: 1;
  text-transform: uppercase;
}

.menu__bottom li button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.menu__bottom li button svg {
  display: none;
}

.menu__bottom li button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27rgba%28255, 255, 255, 0.999%29%27%3E%3Cpath d=%27m10.33 1.596.5-.016-.015-.468-.468-.015-.017.5ZM.95 11.684l7.612-7.612-.707-.707-7.612 7.612zm.465-9.882 8.899.294.033-1L1.448.804l-.033 1Zm8.416-.19.293 8.9 1-.034-.294-8.898-1 .033Z%27/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 0.85rem;
  width: 0.85rem;
  transform: rotate(45deg);
}

.menu__bottom > li > a:not([target=_blank]) {
  position: relative;
}

.menu__bottom .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 81px;
  left: 23.4375rem;
  height: calc(100dvh - 3.625rem - 81px);
  padding: 0;
  width: 100%;
  max-width: 23.4375rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #27282a;
  color: #fff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu__bottom .sub-menu.is-open {
  opacity: 1;
  transform: translateX(-100%);
}

.menu__bottom .sub-menu__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: white;
  padding: 1.5rem 1.5625rem 8px;
  border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
}

.menu__bottom .sub-menu__header button {
  color: white;
}

.menu__bottom .sub-menu__header button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27rgba%28255, 255, 255, 0.999%29%27%3E%3Cpath d=%27m10.33 1.596.5-.016-.015-.468-.468-.015-.017.5ZM.95 11.684l7.612-7.612-.707-.707-7.612 7.612zm.465-9.882 8.899.294.033-1L1.448.804l-.033 1Zm8.416-.19.293 8.9 1-.034-.294-8.898-1 .033Z%27/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 0.85rem;
  width: 0.85rem;
  transform: rotate(-135deg);
}

.menu__bottom .sub-menu__title {
  font-size: 24px;
}

.menu__bottom .sub-menu__wrapper {
  padding: 0 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu__top {
  font-size: 0.75rem;
  font-weight: 300;
  display: none;
}

.menu__top a[target=_blank] {
  background: #ff4815;
  border: 0.0625rem solid hsla(0, 0%, 100%, 0.4);
  color: #fff;
  font-size: 1rem;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  line-height: 1;
  padding: 4px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 135px;
  letter-spacing: 1px;
}

.menu__top a[target=_blank]:hover {
  background: #27282a;
}

.menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 2.5rem;
  left: -0.5rem;
  position: relative;
  top: 0;
  width: 2.5rem;
}

.menu-toggle span,
.menu-toggle:after,
.menu-toggle:before {
  background: #27282a;
  height: 0.125rem;
  left: 50%;
  margin: -0.0625rem 0 0 -0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.25s, -webkit-transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.25s, transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.25s, transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 1.375rem;
}

.menu-toggle:before {
  content: "";
  -webkit-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}

.menu-toggle span {
  text-indent: -625rem;
}

.menu-toggle:after {
  content: "";
  -webkit-transform: translateY(0.375rem);
  transform: translateY(0.375rem);
}

.menu-toggle.is-open:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu-toggle.is-open span {
  opacity: 0;
}

.menu-toggle.is-open:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.menu__logos-container .menu__logos {
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
  padding: 0 20px 24px;
}

.menu__logos-container .menu__logos a {
  width: 11rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.menu__logos-container .menu__logos-subtitle {
  margin-left: 0.565rem;
  padding-left: 1rem;
  border-left: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
  font-size: 0.8rem;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  height: 19px;
  display: flex;
  align-items: center;
}

.menu__logos-container .menu__logos img {
  width: inherit;
}

.menu__user-data {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 20px;
  border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
}

.menu__item a {
  color: #27282a;
}

.menu.is-open {
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.menu.is-open .menu__item a {
  color: white;
}

.menu__item-user__info {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 12px;
}

.menu__item-user__info .info {
  display: flex;
  flex-direction: column;
  line-height: 100%;
  max-width: 165px;
  font-family: Soehne Buch, arial, verdana, sans-serif;
}

.menu__item-user__info .info > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu__item-user__info .info--name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.menu__item-user__info .info--email {
  line-height: 140%;
  color: #868E96;
}

.menu__languages {
  font-size: 18px;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  line-height: 1;
  display: flex;
  height: 100%;
  gap: 0.5em;
  margin: 0;
}

.menu__languages li {
  padding-bottom: 3px;
}

/* Apply capitalization on the first letter for ALL languages via li */
.menu__languages li::first-letter {
  text-transform: uppercase;
}

.menu__languages li:not(:has(span)) {
  border-bottom: 1px solid #27282A;
}

.menu__region {
  display: flex;
  font-size: 20px;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  line-height: 18px;
  gap: 15px;
}

.menu__region .region-name {
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
}

.menu__notifications {
  position: relative;
  display: flex;
  align-items: center;
}

.menu__notifications .notifications__counter {
  position: absolute;
  top: 0;
  right: -5px;
  background: orangered;
  border-radius: 50%;
  padding: 3px;
  font-size: 10px;
  color: #fff;
}

.menu__login {
  font-size: 20px;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  line-height: 18px;
}

@media (min-width: 783px) {
  /* Hardcoded breakpoint for adding header top spacing if user is logged in (adminbar is displayed) */
  .header--admin-spacing {
    top: 32px;
  }
  .header--admin-spacing .menu {
    height: calc(100dvh - 3.625rem - 32px);
  }
  .header--admin-spacing .menu__bottom .sub-menu {
    height: calc(100dvh - 3.625rem - 32px - 81px);
  }
}
@media (min-width: 79.875em) {
  .header {
    /*height: 10rem;*/
  }
  .header .container {
    /*padding: 0 1.25rem;*/
  }
  .header .container:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .header__row {
    border-bottom: 0;
    position: relative;
    padding: 1.25rem 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 0.5rem;
  }
  .header__row:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center bottom;
    bottom: 0;
    height: 1px;
    width: 100vw;
    background-color: #212529;
    z-index: 1;
  }
  .header__logo-container {
    height: unset;
    border-bottom: 0;
  }
  .header__logo {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .header__logo img {
    /*margin: 0;*/
  }
  .header__logo-subtitle {
    font-size: 0.9375rem; /* 15px */
  }
  .header__options-mobile {
    display: none;
  }
  header .search-form {
    display: block;
  }
  .header__search-icon {
    display: none;
  }
  .header--admin-spacing .menu,
  .header--admin-spacing .menu__bottom .sub-menu {
    height: auto;
  }
  .menu {
    background: #fff;
    color: #27282a;
    height: auto;
    left: 0;
    overflow: visible;
    position: relative;
    right: auto;
    top: 0;
    z-index: 2;
    max-width: 100%;
    padding: 0;
  }
  .menu a:active,
  .menu a:focus,
  .menu a:hover {
    color: #ff4815;
  }
  .menu__row > div + :before,
  .menu__row > ul + :before {
    background-color: #27282a;
    content: "";
    height: 0.9375rem;
    left: 0;
    margin-top: -0.46875rem;
    position: absolute;
    top: 50%;
    width: 0.0625rem;
  }
  .menu__top {
    display: flex;
    height: 2.5rem;
    gap: 1em;
    align-items: center;
  }
  .menu__top > ul,
  .menu__top > div {
    border-left: 2px solid #212529;
    padding-left: 0.5rem;
  }
  .menu__bottom {
    flex-direction: row;
    justify-content: flex-end;
    gap: 16px;
    padding: 1rem 0;
  }
  .menu__bottom li {
    justify-content: unset;
    position: relative;
  }
  .menu__bottom li button svg {
    display: block;
  }
  .menu__bottom li button:after {
    content: unset;
  }
  .menu__bottom li a {
    text-transform: none;
  }
  .menu__bottom > li > a:not([target=_blank]) {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: visible;
    position: relative;
  }
  .menu__bottom > li > a:not([target=_blank]):hover:before {
    pointer-events: inherit;
  }
  .menu__bottom > li:hover {
    z-index: 2;
  }
  .menu__bottom > li:hover > a:not([target=_blank]):before {
    pointer-events: inherit;
  }
  .menu__bottom .sub-menu {
    opacity: 0;
    background: #27282A;
    color: #fff;
    position: absolute;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 16px;
    border-radius: 4px;
    animation: height 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: none;
    flex-direction: column;
    gap: 14px;
    right: 0;
    left: unset;
    top: 100%;
    height: auto;
    min-width: 200px;
    width: 100%;
  }
  .menu__bottom .sub-menu:before {
    content: unset;
  }
  .menu__bottom .sub-menu.is-open {
    transition: opacity 0.2s linear;
    opacity: 1;
    display: flex;
    transform: unset;
  }
  .menu__bottom .sub-menu__header {
    display: none;
  }
  .menu__bottom .sub-menu__header button:after {
    content: unset;
  }
  .menu__bottom .sub-menu__wrapper {
    padding: 0;
  }
  .menu__item {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .menu__region {
    gap: 2px;
  }
  .menu__notifications .notifications__counter {
    top: 2px;
  }
  .menu-toggle {
    display: none;
  }
  .menu__logos-container {
    display: none;
  }
}
/* User popup styles */
.user-info-container {
  position: relative;
}

.user-info-trigger {
  cursor: pointer;
}

.user-popup {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1000;
  display: none;
  margin-top: 8px;
}

.user-popup.is-open {
  display: block;
}

.user-popup__item {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
  font-size: 14px;
}

.user-popup__item:last-child {
  border-bottom: none;
}

.user-popup__item:hover {
  background-color: #f8f8f8;
}

.user-popup__item--disabled {
  color: #999;
  cursor: default;
}

.user-popup__item--disabled:hover {
  background-color: transparent;
}

.user-popup__item.user-popup__item--logout {
  color: #fa5252 !important;
}

.user-popup__item.user-popup__item--logout:hover {
  background-color: #ffebee;
  color: #fa5252 !important;
}

.menu__region .region-name {
  position: relative;
  overflow: visible;
}

/* Imitate Country list styles */
.country-list {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.country-list.open {
  display: block;
}

.footer {
  background: #27282A;
  color: #FFFFFF;
  font-size: 0.875rem; /* 14px */
}

.footer .container {
  left: 50vw; /* or 50% ? */
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  position: relative;
  /*-webkit-transform: translate3d(-50%, 0, 0);*/
  /*transform: translate3d(-50%, 0, 0);*/
  -webkit-transform: translate3d(-50vw, 0, 0);
  transform: translate3d(-50vw, 0, 0);
  width: 100%;
  /*z-index: 1;*/
  padding: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .container > * {
  width: 100%;
}

.footer .language-switcher {
  display: flex;
  align-items: center;
  position: relative;
}

.footer__row {
  margin: 1.875rem 0 0 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.footer__row--copyright {
  /* Footer additional */
  font-size: 0.75rem; /* 12px */
}

.footer__col {
  margin-top: 1.875rem;
  padding: 0.4375rem 0;
}

.footer__col--first,
.footer__col--second,
.footer__col--third {
  border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
}

.footer__col-title,
.footer__col .footer__link-list > li > a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: Soehne Kraftig, arial, verdana, sans-serif;
  margin: 0 0 1.5625rem;
}

.footer__logo {
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
  padding-bottom: 0.4375rem;
}

.footer__logo a {
  width: 11rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.footer__logo-subtitle {
  margin-left: 0.565rem;
  padding-left: 1rem;
  border-left: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
  font-size: 0.8rem;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  height: 19px;
  display: flex;
  align-items: center;
}

.footer__logo img {
  width: inherit;
}

.footer__link-list,
.footer__col .sub-menu {
  display: flex;
  flex-direction: column;
  /*font-size: 0.875rem;*/
  margin-bottom: 0;
  gap: 1rem;
}

.footer__link-list a {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.125rem, currentColor));*/
  /*background-image: linear-gradient(transparent calc(102% - 0.125rem), currentColor 0.125rem);*/
  /*background-position-y: bottom;*/
  /*background-repeat: no-repeat;*/
  /*background-size: 0 100%;*/
  color: inherit;
  /*padding-bottom: 0.3125rem;*/
  /*-webkit-transition: background-size 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
  /*transition: background-size 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
}

.footer__link-list a:active,
.footer__link-list a:focus,
.footer__link-list a:hover {
  /*background-size: 100% 100%;*/
}

.social-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-list a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 99rem;
  color: #27282a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  width: 2rem;
}

.social-list a:active,
.social-list a:focus,
.social-list a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #FF4815;
}

.social-list .icon-linkedin {
  width: 0.9375rem;
}

.social-list .icon-youtube {
  width: 1.1875rem;
}

.social-list .icon-flickr {
  -webkit-transform: translate3d(0.03125rem, 0, 0);
  transform: translate3d(0.03125rem, 0, 0);
  width: 1.25rem;
}

.social-list .icon-twitter {
  -webkit-transform: translate3d(0.0625rem, 0.0625rem, 0);
  transform: translate3d(0.0625rem, 0.0625rem, 0);
}

.social-list .icon-instagram {
  height: 1.125rem;
  width: 1.125rem;
}

@media (min-width: 64em) {
  .footer__row {
    border-top: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
    padding-top: 0;
  }
  .footer__row .footer__link-list {
    flex-direction: row;
  }
  .footer__row .footer__link-list > * {
    padding: 0.625rem 0.75rem;
  }
  .footer__row .footer__link-list > *:first-child {
    padding-left: 0;
  }
  .footer .footer__col {
    border-bottom: 0;
    margin-bottom: 2.5rem;
    margin-top: 0.75rem;
    width: 48.4375%;
    padding-left: 1rem;
  }
  .footer .footer__col--first {
    padding-left: 0;
  }
  .footer .footer__col--second {
    border-left: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
  }
  .footer .footer__col--third {
    padding-left: 0;
  }
  .footer__logo {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 79.875em) {
  .footer .container {
    padding-top: 2.375rem;
    padding-bottom: 3.75rem;
  }
  .footer .footer__col {
    width: 25%;
  }
  .footer .footer__col--third {
    border-left: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
    padding-left: 1rem;
  }
  .footer__logo-subtitle {
    font-size: 0.9375rem; /* 15px */
  }
}
@font-face {
  font-display: swap;
  font-family: Soehne;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: local("Soehne"), url(../../dist/fonts/soehne-web-buch.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: Soehne;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  src: local("Soehne"), url(../../dist/fonts/soehne-web-kraftig.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: Soehne Schmal;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  src: local("Soehne Schmal"), url(../../dist/fonts/soehne-schmal-web-kraftig.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: Soehne Schmal;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  src: local("Soehne Schmal"), url(../../dist/fonts/soehne-schmal-web-halbfett.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: Sohne Schmal Halbfrett;
  font-stretch: normal;
  font-style: normal;
  /*font-weight: ?;*/
  src: url(../../dist/fonts/soehne-schmal-web-halbfett.otf) format("opentype"); /* TODO: replace with woff2 */
}
@font-face {
  font-display: swap;
  font-family: Sohne Schmal Kraftig;
  font-stretch: normal;
  font-style: normal;
  /*font-weight: ?;*/
  src: url(../../dist/fonts/soehne-schmal-web-kraftig.otf) format("opentype"); /* TODO: replace with woff2 */
}
@font-face {
  font-display: swap;
  font-family: Soehne Buch;
  font-stretch: normal;
  font-style: normal;
  /*font-weight: ?;*/
  src: url(../../dist/fonts/soehne-web-buch.otf) format("opentype"); /* TODO: replace with woff2 */
}
@font-face {
  font-display: swap;
  font-family: Soehne Kraftig;
  font-stretch: normal;
  font-style: normal;
  /*font-weight: ?;*/
  src: url(../../dist/fonts/soehne-web-kraftig.otf) format("opentype"); /* TODO: replace with woff2 */
}
.heading--primary,
h1.wp-block-heading,
.single-alerts h1 {
  /* Headline1 */
  font-family: Sohne Schmal Halbfrett, arial, verdana, sans-serif;
  font-size: 3.75rem; /* ? */
  font-weight: 500; /* 600 */
  line-height: 100%;
  margin: 0;
  padding: 0;
  /* color: #27282a; */
}

.heading--secondary,
h2.wp-block-heading,
.single-alerts h2 {
  /* Headline2 */
  font-family: Sohne Schmal Kraftig, arial, verdana, sans-serif;
  font-size: 2.75rem; /* ? */
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding: 0;
  /* color: #27282a; */
}

.heading--tertiary,
h3.wp-block-heading,
.single-alerts h3 {
  /* Headline3 */
  font-family: Sohne Schmal Kraftig, arial, verdana, sans-serif;
  font-size: 1.9rem; /* ? */
  font-weight: 600;
  line-height: 100%;
  margin: 0;
  padding: 0;
  /* color: #27282a; */
}

.heading--quaternary,
h4.wp-block-heading,
.single-alerts h4 {
  /* Headline4 */
  font-family: Sohne Schmal Kraftig, arial, verdana, sans-serif;
  font-size: 1.9rem; /* ? */
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding: 0;
  /* color: #27282a; */
}

h3.wp-block-heading {
  font-size: 62px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 12px;
}

h4.wp-block-heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 8px;
}

@media (min-width: 64em) {
  .heading--primary {
    /* Headline1 */
    font-size: 5rem; /* ? */
  }
  .heading--secondary {
    /* Headline2 */
    font-size: 4.125rem; /* 88px */
  }
  .heading--tertiary {
    /* Headline3 */
    font-size: 2.1rem; /* ? */
  }
  .heading--quaternary {
    /* Headline4 */
    font-size: 2.1rem; /* ? */
  }
}
@media (min-width: 79.875em) {
  .heading--primary {
    /* Headline1 */
    font-size: 6.875rem; /* 110px */
  }
  .heading--secondary {
    /* Headline2 */
    font-size: 5.5rem; /* 88px */
  }
  .heading--tertiary {
    /* Headline3 */
    font-size: 2.25rem; /* 36px */
  }
  .heading--quaternary {
    /* Headline4 */
    font-size: 2.25rem; /* 36px */
  }
}
.forminator-button.forminator-button-submit, .button {
  color: inherit;
  cursor: pointer;
  font-family: Soehne Buch, arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  border: none;
}
.forminator-button.forminator-button-submit:hover, .button:hover {
  color: inherit;
}

.forminator-button.forminator-button-submit, .button--primary {
  padding: 10px;
  color: #fff;
  background-color: #27282A;
  min-width: 200px;
  text-align: center;
}
.forminator-button.forminator-button-submit:hover, .button--primary:hover {
  color: #fff;
  background-color: #FF4815;
}
.forminator-button.forminator-button-submit:after, .button--primary:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='rgba(255, 255, 255, 0.999)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.33 1.596.5-.016-.015-.468-.468-.015-.017.5ZM.95 11.684l7.612-7.612-.707-.707-7.612 7.612.707.707Zm.465-9.882 8.899.294.033-1L1.448.804l-.033 1Zm8.416-.19.293 8.9 1-.034-.294-8.898-1 .033Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 1.125rem;
  margin-left: 0.625rem;
  width: 1.125rem;
}

.forminator-button.forminator-button-submit, .button {
  font-family: Soehne Buch, arial, verdana, sans-serif !important;
  font-size: 20px !important;
}

.forminator-ui[id^=forminator-module-].forminator-design--default .forminator-select2 + .forminator-select .selection span.select2-selection--single[role=combobox],
.forminator-ui[id^=forminator-module-].forminator-design--default .forminator-select2 + .forminator-select .selection span.select2-selection--single[role=combobox]:hover {
  background-color: transparent !important;
}

form.wpcf7-form .form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.wpcf7-form .user_role {
  visibility: hidden;
}
form.wpcf7-form .form__item {
  width: 100%;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form select,
form.wpcf7-form textarea {
  border: 1px solid rgba(255, 72, 21, 0.5);
  border-radius: 4px;
}
form.wpcf7-form select {
  padding: 0 0.78125rem;
}
form.wpcf7-form select option:first-of-type {
  color: rgb(117, 117, 117);
}
form.wpcf7-form textarea {
  height: 100px;
}
form.wpcf7-form input::-webkit-input-placeholder,
form.wpcf7-form textarea::-webkit-input-placeholder {
  font-style: normal;
}
form.wpcf7-form label {
  margin-bottom: 5px;
}
form.wpcf7-form label span {
  color: red;
}

@media (min-width: 79.875em) {
  form.wpcf7-form .form__item {
    max-width: 680px;
  }
}
@media (min-width: 90em) {
  form.wpcf7-form .full-width {
    max-width: 100%;
  }
}
.input-with-icon .icon-email {
  fill: darkgrey;
}
.input-with-icon .icon-user {
  fill: darkgrey;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.75em;
  margin-top: 5px;
}

/* Search form (hero and search-page) */
.search-form {
  width: 360px;
  max-width: 100%;
  line-height: 1.55;
  padding: 0 1rem;
}
.search-form:before {
  content: unset;
}
.search-form form {
  position: relative;
}
.search-form input {
  border: 1px solid #FF4815;
  border-radius: 0;
  background-image: none;
  padding: 0 14px 0 40px;
  color: #27282a;
  font-family: arial, verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}
.search-form input:hover {
  border: 1px solid #FF4815;
}
.search-form input::-webkit-input-placeholder {
  font-style: normal;
}
.search-form button {
  position: absolute;
  left: 0;
  width: 30px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 72, 21, 1)' width='16' height='16' viewBox='0 0 34 34' preserveAspectRatio='xMinYMid'%3E%3Cpath d='M20.1 23c-2.1 1.5-4.6 2.3-7.4 2.3C5.7 25.4 0 19.7 0 12.7S5.7 0 12.7 0s12.7 5.7 12.7 12.7c0 2.7-.9 5.3-2.3 7.4l8.3 8.3c.8.8.8 2.1 0 3-.8.8-2.1.8-3 0L20.1 23zm-7.4-.6c5.4 0 9.7-4.3 9.7-9.7S18.1 3 12.7 3 3 7.3 3 12.7s4.3 9.7 9.7 9.7z'/%3E%3C/svg%3E");
  background-position: 0.75rem 0.7rem;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.search-form.page-search-form {
  margin: 40px 0;
}

.input-with-icon {
  position: relative;
  display: block;
}
.input-with-icon .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.input-with-icon .wpcf7-form-control {
  padding-left: 45px !important;
  width: 100%;
  box-sizing: border-box;
}
.input-with-icon .forminator-input,
.input-with-icon .forminator-select {
  padding-left: 45px !important;
  width: 100%;
  box-sizing: border-box;
}

form.wpcf7-form .form__item {
  margin-bottom: 2rem;
}

.wpcf7-submit {
  margin-bottom: 3.75rem;
}

.forminator-ui[id^=forminator-module-].forminator-design--default .forminator-label {
  font-family: Arial, Verdana, Sans-Serif, serif !important;
  font-weight: 300 !important;
  font-size: 0.875rem !important;
}
.forminator-ui[id^=forminator-module-].forminator-design--default input.forminator-input::placeholder, .forminator-ui[id^=forminator-module-].forminator-design--default input.forminator-input {
  font-family: Soehne, arial, verdana, sans-serif !important;
  font-style: unset !important;
  font-size: 0.875rem !important;
}

.link--read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #27282A;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.link--read-more:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27rgba%28255, 72, 21, 0.999%29%27%3E%3Cpath d=%27m10.33 1.596.5-.016-.015-.468-.468-.015-.017.5ZM.95 11.684l7.612-7.612-.707-.707-7.612 7.612zm.465-9.882 8.899.294.033-1L1.448.804l-.033 1Zm8.416-.19.293 8.9 1-.034-.294-8.898-1 .033Z%27/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
  height: 14px;
  transform: rotate(45deg);
  width: 14px;
  transition: transform 0.2s;
}
.link--read-more:hover {
  text-decoration: none;
  color: inherit;
}
.link--read-more:hover:after {
  transform: translateX(5px) rotate(45deg);
}

.post-type-archive-alerts {
  line-height: 140%;
}
.post-type-archive-alerts .alerts__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0 40px 0;
}
.post-type-archive-alerts .year__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.post-type-archive-alerts .year__wrapper.is-open .alerts__list {
  max-height: 100%;
}
.post-type-archive-alerts .year__wrapper.is-open .item__icon:after {
  content: unset;
}
.post-type-archive-alerts .year__wrapper.is-open .heading {
  border-bottom: none;
}
.post-type-archive-alerts .alerts__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out, padding 0.3s ease-out;
}
.post-type-archive-alerts .alerts__list-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.post-type-archive-alerts .alerts__list-item__heading {
  font-size: 36px;
}
.post-type-archive-alerts .alerts__list-item__pub-date {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.post-type-archive-alerts .alerts__list-item__description p:last-child {
  margin-bottom: 0;
}
.post-type-archive-alerts .item__icon {
  padding: 19px;
  border: 3px solid #27282A;
  border-radius: 50%;
  position: relative;
}
.post-type-archive-alerts .item__icon:before, .post-type-archive-alerts .item__icon:after {
  content: "";
  width: 21px;
  height: 3px;
  background-color: #27282A;
  position: absolute;
  transform: translateX(-10px);
  border-radius: 2px;
}
.post-type-archive-alerts .item__icon:after {
  transform: translateX(-10px) rotate(90deg);
}
.post-type-archive-alerts .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-bottom: 1px solid orangered;
  background: none;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
  font-size: 62px;
}
.post-type-archive-alerts .image__wrapper {
  width: 100%;
  max-width: 330px;
  height: 226px;
}
.post-type-archive-alerts .image__wrapper img {
  width: 100%;
  height: 100%;
}
.post-type-archive-alerts .alert-info__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 700px;
}

@media (min-width: 48em) {
  .post-type-archive-alerts .alerts__list-item {
    flex-direction: row;
  }
}
.single-alerts .content__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin: 60px auto 65px;
  line-height: 140%;
}
.single-alerts .content__wrapper table th,
.single-alerts .content__wrapper table td {
  border: 1px solid rgba(39, 40, 42, 0.25);
}
.single-alerts .content__wrapper table thead {
  background: rgba(220, 233, 244, 0.25);
}
.single-alerts .content__wrapper table th:first-child,
.single-alerts .content__wrapper table td:first-child {
  border-left: none;
}
.single-alerts .content__wrapper table th:last-child,
.single-alerts .content__wrapper table td:last-child {
  border-right: none;
}
.single-alerts .content__wrapper .legal-info {
  font-size: 12px;
}
.single-alerts .section--photos .section__content {
  display: flex;
  gap: 5px;
  justify-content: space-around;
}
.single-alerts .section--photos li {
  list-style: none;
}
.single-alerts .section--recommendations .section__content h2,
.single-alerts .section--recommendations .section__content h3,
.single-alerts .section--recommendations .section__content h4 {
  margin-bottom: 8px;
}
.single-alerts .section__heading {
  margin-bottom: 16px;
}

.page-template-archive-posts .posts__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0 40px 0;
}

.posts__list-pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.posts__list-pagination .prev,
.posts__list-pagination .next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27rgba%280, 0, 0, 0.999%29%27%3E%3Cpath d=%27m10.33 1.596.5-.016-.015-.468-.468-.015-.017.5ZM.95 11.684l7.612-7.612-.707-.707-7.612 7.612zm.465-9.882 8.899.294.033-1L1.448.804l-.033 1Zm8.416-.19.293 8.9 1-.034-.294-8.898-1 .033Z%27/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
  height: 14px;
  width: 14px;
}
.posts__list-pagination .prev {
  transform: rotate(225deg);
}
.posts__list-pagination .next {
  transform: rotate(45deg);
}

.posts__list-pagination a {
  color: black;
}

.posts__list-pagination .current {
  background-color: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.posts__list {
  display: grid;
  /*flex-wrap: wrap; !* TODO: redo with breakpoints *!*/
  row-gap: 80px;
  column-gap: 40px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0;
}

.posts__list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  padding-right: 16px;
  border-right: 1px solid #000;
}

.posts__list-item__heading {
  margin-top: 10px;
}

.posts__list-item .image__wrapper {
  height: 282px;
}

.posts__list-item img {
  width: 100%;
  height: auto;
}

.posts__list-item .title {
  margin-top: 8px;
}

.posts__list-item .pub-date {
  font-font: arial, verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #8F8E86;
  margin-top: 8px;
}

@media (min-width: 48em) {
  .posts__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts__list-item:nth-of-type(2n+1) {
    /*width: 50%;*/
    /*border-right: 1px solid #000;*/
  }
  .posts__list-item:last-child {
    /*border-right: none;*/
  }
}
@media (min-width: 79.875em) {
  .posts__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .posts__list-item:nth-child(2n+2) {
    /*width: 33.3333%;*/
    /*border-right: 1px solid #000;*/
  }
  .posts__list-item:last-child,
  .posts__list-item:nth-child(2n+3) {
    /*width: 33.3333%;*/
    /*border-right: none;*/
  }
}
@media (min-width: 90em) {
  .posts__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .posts__list-item:nth-child(2n+3) {
    /*width: 25%;*/
    /*border-right: 1px solid #000;*/
  }
  .posts__list-item:last-child,
  .posts__list-item:nth-child(2n+4) {
    /*width: 25%;*/
    /*border-right: none;*/
  }
}
.post-type-archive-guidance {
  line-height: 140%;
}
.post-type-archive-guidance .guidance__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0 40px 0;
}
.post-type-archive-guidance .category__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.post-type-archive-guidance .category__wrapper.is-open .guidance__list {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
  border-bottom: 1px solid orangered;
}
.post-type-archive-guidance .category__wrapper.is-open .item__icon:after {
  content: unset;
}
.post-type-archive-guidance .category__wrapper.is-open .heading {
  border-bottom: none;
}
.post-type-archive-guidance .guidance__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  transform-origin: top;
  transform: translateY(-10px);
}
.post-type-archive-guidance .guidance__list-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.post-type-archive-guidance .guidance__list-item__heading {
  font-size: 36px;
  margin-bottom: 10px;
}
.post-type-archive-guidance .guidance__list-item__description p:last-child {
  margin-bottom: 0;
}
.post-type-archive-guidance .item__icon {
  padding: 19px;
  border: 3px solid #27282A;
  border-radius: 50%;
  position: relative;
}
.post-type-archive-guidance .item__icon:before, .post-type-archive-guidance .item__icon:after {
  content: "";
  width: 21px;
  height: 3px;
  background-color: #27282A;
  position: absolute;
  transform: translateX(-10px);
  border-radius: 2px;
}
.post-type-archive-guidance .item__icon:after {
  transform: translateX(-10px) rotate(90deg);
}
.post-type-archive-guidance .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-bottom: 1px solid orangered;
  background: none;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
  font-size: 62px;
}
.post-type-archive-guidance .image__wrapper {
  width: 100%;
  max-width: 330px;
  height: 226px;
  margin: 0 auto;
}
.post-type-archive-guidance .image__wrapper img {
  width: 100%;
  height: 100%;
}
.post-type-archive-guidance .guidance-info__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 700px;
}
.post-type-archive-guidance .guidance-action__wrapper {
  display: flex;
  align-items: flex-start;
}
.post-type-archive-guidance .guidance-action__button {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 48em) {
  .post-type-archive-guidance .guidance__list-item {
    flex-direction: row;
  }
  .post-type-archive-guidance .guidance__list-item .image__wrapper {
    margin: 0;
  }
  .post-type-archive-guidance .guidance-action__button {
    margin-left: 120px;
    max-width: 170px;
  }
}
.post-type-archive-documents {
  line-height: 140%;
}
.post-type-archive-documents .documents__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0 40px 0;
}
.post-type-archive-documents .category__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.post-type-archive-documents .category__wrapper.is-open .documents__list {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
  border-bottom: 1px solid orangered;
}
.post-type-archive-documents .category__wrapper.is-open .item__icon:after {
  content: unset;
}
.post-type-archive-documents .category__wrapper.is-open .heading {
  border-bottom: none;
}
.post-type-archive-documents .documents__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  transform-origin: top;
  transform: translateY(-10px);
}
.post-type-archive-documents .documents__list-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.post-type-archive-documents .documents__list-item__heading {
  font-size: 36px;
  margin-bottom: 10px;
}
.post-type-archive-documents .documents__list-item__description {
  max-width: 1000px;
}
.post-type-archive-documents .documents__list-item__description p:last-child {
  margin-bottom: 0;
}
.post-type-archive-documents .item__icon {
  padding: 19px;
  border: 3px solid #27282A;
  border-radius: 50%;
  position: relative;
}
.post-type-archive-documents .item__icon:before, .post-type-archive-documents .item__icon:after {
  content: "";
  width: 21px;
  height: 3px;
  background-color: #27282A;
  position: absolute;
  transform: translateX(-10px);
  border-radius: 2px;
}
.post-type-archive-documents .item__icon:after {
  transform: translateX(-10px) rotate(90deg);
}
.post-type-archive-documents .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-bottom: 1px solid orangered;
  background: none;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
  font-size: 62px;
}
.post-type-archive-documents .document-info__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 700px;
}
.post-type-archive-documents .document-action__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.post-type-archive-documents .document-action__button {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 48em) {
  .post-type-archive-documents .documents__list-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: start;
  }
  .post-type-archive-documents .document-info__wrapper {
    max-width: none;
  }
}
.single-post .posts__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0 40px 0;
}

.template--post-single-hero {
  padding-top: 60px;
  margin-bottom: 30px;
}

.template--post-single-hero .block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
}

.template--post-single-hero .image,
.template--post-single-hero .text {
  width: 100%;
}

.template--post-single-hero figure {
  margin: 0;
}

.template--post-single-hero .image img {
  width: 100%;
  height: auto;
}

.template--post-single-hero .image .img-placeholder {
  min-height: 285px;
}

.template--post-single-hero .text {
  padding: 0 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-right: 1px solid black;
}

.template--post-single-hero .text .block__heading {
  border-bottom: 1px solid black;
}

.template--post-single-hero .text .block__description-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}

.template--post-single-hero .text .block__description-wrapper .icon {
  width: 24px;
  height: 24px;
  color: orangered;
}

.template--post-single-hero .text .block__description {
  font-family: Soehne Schmal, arial, verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 490px;
  line-height: 100%;
}

.single-post .inner__content {
  padding: 60px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 140%;
}

.single-post .inner__content .inner__content-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.block__latest-items__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media (min-width: 48em) {
  .template--post-single-hero .block__wrapper {
    max-width: 90rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
  }
  .template--post-single-hero .image,
  .template--post-single-hero .text {
    width: 50%;
  }
}
.post-type-archive-externalpublications {
  line-height: 140%;
}
.post-type-archive-externalpublications .external-pub__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0 40px 0;
}
.post-type-archive-externalpublications .external-pub__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.post-type-archive-externalpublications .external-pub__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  gap: 20px;
}
.post-type-archive-externalpublications .external-pub__list-item__heading {
  font-size: 36px;
  margin: 0;
}
.post-type-archive-externalpublications .external-pub__list-item__pub-date {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: rgb(143, 142, 134);
}
.post-type-archive-externalpublications .external-pub__list-item__description {
  flex-grow: 1;
}
.post-type-archive-externalpublications .external-pub__list-item__description p:last-child {
  margin-bottom: 0;
}
.post-type-archive-externalpublications .external-pub__list-item .image__wrapper {
  width: 100%;
  max-width: 330px;
  height: 226px;
  flex-shrink: 0;
  margin: 0 auto;
}
.post-type-archive-externalpublications .external-pub__list-item .image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-type-archive-externalpublications .alert-info__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  border-left: 1px solid black;
  padding-left: 20px;
}

@media (min-width: 48em) {
  .post-type-archive-externalpublications .external-pub__list-item {
    flex-direction: row;
    align-items: stretch;
    text-align: left;
  }
  .post-type-archive-externalpublications .external-pub__list-item .image__wrapper {
    margin: 0;
  }
  .post-type-archive-externalpublications .external-pub__list-item .alert-info__wrapper {
    min-height: 226px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.search-results-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.search-results-scroll {
  flex: 1;
  max-height: 820px;
  overflow-y: auto;
  padding-right: 24px;
  scrollbar-width: none;
}
.search-results-scroll::-webkit-scrollbar {
  display: none;
}

.search-results-progress {
  position: sticky;
  top: 0;
  display: block;
  width: 5px;
  height: var(--search-scroll-height, 820px);
  background-color: rgba(255, 72, 21, 0.15);
}
.search-results-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: var(--search-progress-offset, 0%);
  width: 100%;
  height: var(--search-progress-size, 0%);
  background-color: #FF4815;
  transition: height 0.1s linear, top 0.1s linear;
}

.posts__no-results {
  margin-bottom: 10px;
}

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results-list__item {
  margin-bottom: 24px;
}

.search-results-card {
  display: block;
  padding: 12px 24px;
  border: none;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
}
.search-results-card__title {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #007AFF;
  margin-bottom: 0.25rem;
}
.search-results-card__excerpt {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.search-results-card:hover .search-results-card__title {
  text-decoration: underline;
}

.languages-dropdown {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.languages-dropdown__btn {
  position: relative;
}

.header .languages-dropdown__btn button {
  color: black;
}

.footer .languages-dropdown__btn button {
  color: white;
}

.languages-dropdown__btn button {
  border: none;
  background: none;
  color: white;
  width: 100%;
  cursor: pointer;
  padding: 0 20px 0 5px;
  line-height: 1;
}

.languages-dropdown__btn svg {
  position: absolute;
  right: 0;
  top: 0;
}

.header .languages-dropdown__content {
  background-color: white;
}

.footer .languages-dropdown__content {
  background-color: #27282A;
}

.languages-dropdown__content {
  display: none;
  position: absolute;
  top: 100%;
  padding: 3px 20px 3px 5px;
  margin: 0;
}

.languages-dropdown__content.is-open {
  display: block;
}

#wpadminbar {
  position: fixed;
}

#main {
  padding-top: 6rem;
}

#main__content .container {
  left: 50vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  position: relative;
  /*-webkit-transform: translate3d(-50%, 0, 0);*/
  /*transform: translate3d(-50%, 0, 0);*/
  -webkit-transform: translate3d(-50vw, 0, 0);
  transform: translate3d(-50vw, 0, 0);
  /*width: 100vw;*/
  width: 100%;
  /*z-index: 1;*/
  padding: 0 1.25rem;
}

.single-alerts .content__wrapper ul,
.wp-block-list {
  list-style: disc;
  list-style-position: inside;
}
.single-alerts .content__wrapper ul li::marker,
.wp-block-list li::marker {
  color: orangered;
}
.single-alerts .content__wrapper ul li div,
.wp-block-list li div {
  display: inline;
}

.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.icon {
  fill: currentColor;
  display: inline-block;
  height: 1rem;
  vertical-align: middle;
  width: 1rem;
}

.img-placeholder {
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-placeholder:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M21%2016V20C21%2020.5523%2020.5523%2021%2020%2021H4C3.44772%2021%203%2020.5523%203%2020V18M21%2016V4C21%203.44772%2020.5523%203%2020%203H4C3.44772%203%203%203.44772%203%204V18M21%2016L15.4829%2012.3219C15.1843%2012.1228%2014.8019%2012.099%2014.4809%2012.2595L3%2018%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%229%22%20r%3D%222%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 40px;
  height: 40px;
  fill: #fff;
  color: #fff;
}

@media (min-width: 79.875em) {
  #main {
    padding-top: 10rem;
  }
}

/*# sourceMappingURL=style.css.map */
