html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.45;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
h1,
span.h1 {
  font-size: 3.1em;
  margin: 0 0 20px 0;
  line-height: 0.95;
  font-family: athelas, serif;
  font-weight: 700;
}
h2,
span.h2 {
  font-size: 2.65em;
  margin: 0 0 5px 0;
  font-family: athelas, serif;
  font-weight: 400;
}
h3,
span.h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 15px 0;
  font-family: athelas, serif;
  font-weight: 400;
}
h4,
span.h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 5px 0;
}
h5,
span.h5 {
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}
h6,
span.h6 {
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}
p {
  margin: 0 0 15px 0;
  font-size: 1.188em;
}
.center {
  max-width: 1360px;
  padding: 0 40px;
  margin: auto;
  width: 100%;
}
#header .header-bgr {
  background: #222222;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.9) 0%, rgba(87, 87, 87, 0.9) 50%, rgba(34, 34, 34, 0.9) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.9) 0%, rgba(87, 87, 87, 0.9) 50%, rgba(34, 34, 34, 0.9) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(87, 87, 87, 0.9) 50%, rgba(34, 34, 34, 0.9) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 90;
}
#header .region-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 100;
}
#header .region-header .block-system-branding-block {
  font-size: 0;
  height: 110px;
  position: fixed;
  top: 45px;
  right: 30px;
  transition: all 500ms;
}
#header .region-header .block-system-branding-block a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: all 500ms;
}
#header .region-header .block-system-branding-block a img {
  width: 110px;
  transition: all 500ms;
}
#header .region-header .hamburger {
  opacity: 0;
  visibility: hidden;
}
.header-small #header .region-header .block-system-branding-block {
  opacity: 0;
  visibility: hidden;
}
.header-small #header .region-header .hamburger {
  opacity: 1;
  visibility: visible;
}
.layout-container {
  position: relative;
}
#footer {
  background: var(--bgr-light);
  margin-top: 120px;
  padding: 65px 0 0 0;
}
#footer .scroll-up {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#footer .copy {
  display: flex;
  position: relative;
  padding: 20px 0;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #footer .copy {
    flex-wrap: wrap;
    padding: 20px;
  }
  #footer .copy .copy-year,
  #footer .copy .copy-menu {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 581px) {
  #footer .copy {
    font-size: 1rem;
  }
}
.ajax-progress.ajax-progress-fullscreen {
  background-color: rgba(255, 255, 255, 0.6) !important;
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0;
  opacity: 1 !important;
  top: 0;
  left: 0;
}
.ajax-progress.ajax-progress-fullscreen .ajax-throbber {
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
}
.ajax-progress.ajax-progress-fullscreen .ajax-throbber.sk-fold {
  position: relative;
  z-index: 100;
}
.ajax-progress.ajax-progress-fullscreen .ajax-throbber.sk-fold .sk-fold-cube::before {
  background-color: var(--blue) !important;
}
.messages {
  border: none;
  padding: 20px 10px 20px 70px;
  border-radius: 5px;
}
.messages--error {
  box-shadow: none;
  background-image: none;
  background-color: var(--red);
  color: var(--white);
  font-size: 1rem;
  position: relative;
}
.messages--error:before {
  font-family: 'Atelier-MB';
  font-weight: normal;
  content: '\F334';
  position: absolute;
  font-size: 2rem;
  top: 14px;
  left: 20px;
  color: var(--night-blue);
}
.messages__item + .messages__item {
  margin-top: 5px;
}
.gnext,
.gprev {
  display: none;
}
.glightbox-clean .gclose {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  top: 35px;
  right: 60px;
}
.glightbox-clean .gclose:after {
  font-family: 'Atelier-MB';
  font-weight: normal;
  content: '\f10e';
  font-size: 3em;
}
.glightbox-clean .gclose:hover {
  background: rgba(255, 255, 255, 0.8);
}
.glightbox-clean .gclose svg {
  display: none;
}
