@charset "UTF-8";
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Bold.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Light.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Medium.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Regular.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
body {
  font-family: 'Poppins';
  font-weight: normal;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  background-color: #EEF2F1;
  margin: 0 auto;
}
@media (max-width: 540px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}
main {
  margin-top: 170px;
}
@media (max-width: 1079px) {
  main {
    margin-top: 90px;
  }
}
video {
  max-width: auto;
  width: 100%;
}
.innersmall {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 20px;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px;
}
.innerfull {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.absolutecenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.border {
  max-width: 1600px;
  height: 2px;
  margin: 0 auto;
  width: "calc(100% - ${borderwidth})";
}
a {
  color: #67705E;
  transition: 0.3s ease-out;
}
a:hover {
  text-decoration: none;
  color: #67705E;
}
em {
  color: unset;
}
img {
  width: 100%;
}
h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
@media (max-width: 1079px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
h2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1079px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 540px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
    line-height: 31px;
  }
}
@media (max-width: 540px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
.prehead {
  position: relative;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  color: #6C7D00;
  text-align: center;
  padding-bottom: 10px;
}
.prehead:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 110px;
  background: #6C7D00;
  left: 50%;
  transform: translateX(-50%);
}
.button {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 13px 40px 15px;
  border-radius: 23px;
  height: 46px;
  display: inline-block;
  border: 1px solid transparent;
}
.button.green {
  background-color: #6C7D00;
  color: #fff !important;
}
.button.green:hover {
  background-color: #fff;
  color: #67705E !important;
  border: 1px solid #6C7D00;
}
.button.braun {
  background-color: #6A260E;
  color: #fff !important;
}
.button.braun:hover {
  background-color: #fff;
  color: #6A260E !important;
  border: 1px solid #6A260E;
}
.button.lightgreen {
  background-color: #A5B096;
  color: #fff !important;
}
.button.lightgreen:hover {
  background-color: #6C7D00;
  color: #fff !important;
}
.button.transparent {
  background-color: transparent;
  border: 1px solid #6C7D00;
  color: #fff !important;
}
.button.transparent:hover {
  background-color: #fff;
  color: #67705E !important;
}
header {
  position: fixed;
  width: 100%;
  height: 95px;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 1023px) {
  header {
    height: 100px !important;
  }
}
header .topline {
  position: relative;
  height: 44px;
  width: 100%;
  background-color: #6C7D00;
}
header .topline .logins {
  position: absolute;
  right: 20px;
  top: 6px;
}
header .topline .logins a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 7px 20px;
  border-radius: 16px;
  height: 32px;
  border: 1px solid #fff;
  margin-left: 10px;
}
header .topline .logins a:hover {
  background-color: #fff;
  color: #67705E;
}
header .topline .logins a:hover:hover {
  background-color: #fff;
  color: #67705E;
}
header .topline .logins a.trans {
  color: #AFCA0A;
  border: 1px solid #AFCA0A;
}
header .topline .logins a.trans:hover {
  background-color: #fff;
  color: #67705E;
}
@media (max-width: 528px) {
  header .topline .logins a.loginsen {
    display: none;
  }
}
header .topline .logins a.braun {
  background-color: #6A260E;
  color: #fff;
}
header .topline .logins a.braun:hover {
  background-color: #fff;
  color: #6A260E;
}
header .mainline {
  position: relative;
  height: 130px;
  width: 100%;
  background-color: #000;
}
@media (max-width: 1079px) {
  header .mainline {
    height: 70px !important;
  }
}
header .mainline .logo {
  position: absolute;
  top: 23px;
  left: 20px;
  width: 125px;
}
@media (max-width: 1079px) {
  header .mainline .logo {
    top: 10px !important;
    width: 75px !important;
  }
}
header .mainline .mobilebutton {
  position: absolute;
  top: 31px;
  right: 20px;
  cursor: pointer;
}
header .mainline .mobilebutton img {
  height: 35px;
}
header .mainline .button {
  position: absolute;
  right: 20px;
  top: 42px;
}
@media (max-width: 1079px) {
  header .mainline .button {
    top: 12px !important;
    right: 70px;
  }
}
@media (max-width: 510px) {
  header .mainline .button {
    display: none;
  }
}
.nav-desktop {
  display: block;
  position: absolute;
  right: 140px;
  top: 41px;
}
.nav-desktop .nav-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0px;
}
.nav-desktop .nav-main > li {
  position: relative;
}
.nav-desktop .nav-main > li > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
  color: #fff;
}
.nav-desktop .nav-main > li:hover > a {
  opacity: 0.7;
  color: #A5B096;
}
.nav-desktop .nav-main > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-desktop .nav-main .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  border-radius: 8px;
  background: #6C7D00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 100;
}
.nav-desktop .nav-main .sub-menu li {
  position: relative;
}
.nav-desktop .nav-main .sub-menu li a {
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
  color: #fff !important;
}
.nav-desktop .nav-main .sub-menu li:hover > a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.nav-desktop .nav-main .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-desktop .nav-main .sub-menu .sub-menu {
  top: -8px;
  left: 100%;
}
.onlymobile {
  display: none;
}
@media (max-width: 1079px) {
  .onlymobile {
    display: block;
  }
}
.socials {
  position: absolute;
  right: 20px;
  top: 48px;
}
@media (max-width: 1079px) {
  .socials {
    top: 21px !important;
    right: 70px;
  }
}
.socials a {
  display: inline-block;
  margin-right: 10px;
}
.socials a img {
  height: 24px;
  width: auto;
}
.nav-burger {
  position: absolute;
  right: 20px;
  top: 10px;
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.nav-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 9px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.nav-burger.active span:nth-child(2) {
  opacity: 0;
}
.nav-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -10px);
}
section {
  position: relative;
  padding: 0px 0px;
}
@media (max-width: 639px) {
  section {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
}
.header_bg ul {
  list-style: none;
  padding: 0;
}
.header_bg .polygone {
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
}
.header_bg .inner {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  height: 100%;
}
@media (max-width: 1079px) {
  .header_bg .inner {
    position: relative;
    left: 0;
    top: 0px;
    transform: none;
    padding: 0px;
  }
}
.header_bg .caption {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1079px) {
  .header_bg .caption {
    position: relative;
    left: auto;
    top: 0;
    transform: none;
    text-align: center;
    max-width: 100%;
    background-color: #e5e5e5;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header_bg .caption p {
  font-family: 'Poppins';
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
}
.header_bg .caption .button {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .header_bg .caption .button {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.header_bg .caption .slidernav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_bg .caption .slidernav a img {
  width: 155px;
  height: 155px;
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption .slidernav a img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 540px) {
  .header_bg .caption .slidernav a img {
    width: 30px;
    height: 30px;
  }
}
.header_bg .caption .slidernav a.next {
  right: -200px;
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a.next {
    right: -140px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption .slidernav a.next {
    right: -30px;
  }
}
.header_bg .caption .slidernav a.previous {
  left: -200px;
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a.previous {
    left: -140px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption .slidernav a.previous {
    left: -30px;
  }
}
@media (max-width: 1079px) {
  .header_bg .caption h1, .header_bg .caption h2, .header_bg .caption p, .header_bg .caption a {
    color: #67705E;
  }
}
.intro {
  margin-top: -200px;
}
@media (max-width: 1440px) {
  .intro {
    margin-top: -100px;
  }
}
@media (max-width: 1200px) {
  .intro {
    margin-top: -50px;
  }
}
.intro .introimg {
  position: relative;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.intro .introimg img {
  position: relative;
}
.intro .introimg h2 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (max-width: 1300px) {
  .intro .introimg h2 {
    top: 40px;
  }
}
@media (max-width: 768px) {
  .intro .introimg h2 {
    top: 20px;
  }
}
@media (max-width: 640px) {
  .intro .introimg h2 {
    display: none;
  }
}
.intro .content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 40px;
}
.intro .content h3 {
  color: #A5B096;
}
.slider {
  padding: 0px 60px;
}
@media (max-width: 639px) {
  .slider {
    padding: 0px 0px;
  }
}
.facts {
  background-color: rgba(108, 125, 0, 0.1);
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 80px;
}
.facts h2 {
  color: #A5B096;
  margin-bottom: 60px;
}
.facts .icon_facts {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto 20px;
}
.facts .factcount {
  font-weight: bold;
  font-size: 40px;
  color: #67705E;
}
.facts p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #6C7D00;
}
.facts .button {
  margin: 40px auto;
}
.vorteile {
  background-color: #F6F7F4;
  padding-top: 60px;
  padding-bottom: 40px;
}
.vorteile h2 {
  color: #A5B096;
  margin-bottom: 60px;
}
.vorteile .icon_facts {
  display: block;
  height: 90px;
  width: auto;
  margin: 0 auto 20px;
}
.vorteile h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #67705E;
}
.vorteile p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #6C7D00;
}
.vorteile .button {
  margin: 40px auto;
}
.uk-slider .arrow_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
  width: 40px;
}
@media (max-width: 639px) {
  .uk-slider .arrow_left {
    left: 0px;
  }
}
.uk-slider .arrow_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 40px;
}
@media (max-width: 639px) {
  .uk-slider .arrow_right {
    right: 0px;
  }
}
.gesellschafter {
  background-image: url(/wp-content/themes/blankslate/assets/images/map_bg.svg);
  min-height: 990px;
  padding: 60px 0px;
}
.gesellschafterslider .uk-card-media-top {
  border-bottom: 2px solid #EEF2F1;
}
@media (max-width: 680px) {
  .gesellschafterslider .uk-dotnav {
    display: none;
  }
}
.gesellschafterslider .gesell h3 {
  color: #6C7D00;
  font-size: 18px;
  line-height: 24px;
}
.gesellschafterslider .gesell .anschrift {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.gesellschafterslider .gesell .seit {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.gesellschafterslider .gesell a {
  display: block;
  font-size: 18px;
  color: #6C7D00;
  margin-top: 10px;
}
.socialstream {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}
.socialstream h2 {
  color: #A5B096;
  margin-bottom: 60px;
}
.newsslider {
  background-color: #F2EEE7;
}
.newsslider .uk-card-default {
  display: flex;
  flex-direction: column;
}
.newsslider .uk-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* Button-Wrapper nach ganz unten schieben */
.newsslider .uk-card-body .uk-margin-top {
  margin-top: auto !important;
}
.newsslider.archiv .uk-card {
  margin-bottom: 40px;
}
.newssingle {
  padding-top: 260px;
  padding-bottom: 100px;
}
.newssingle .news-content {
  max-width: 1024px;
}
.single-news h1 {
  font-size: 50px;
  line-height: 56px;
}
.flexible_content {
  margin-top: -20px;
}
.flexible_content .content.dunkel {
  color: #666666;
}
.flexible_content .content.hell {
  color: #fff;
}
.team .boxin .team_name {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #6C7D00;
}
.team .boxin .team_infos {
  display: block;
  margin-top: 10px;
}
.baustein_logoslider .logodiv {
  aspect-ratio: 1;
}
.baustein_logoslider .logodiv .innerteaser {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baustein_logoslider .logodiv img.logosvg {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.baustein_logoslider .uk-slider-items {
  justify-content: center;
}
.baustein_text_bild .img_right .divtxt {
  padding: 100px;
}
@media (max-width: 1199px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 60px;
  }
}
@media (max-width: 959px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 60px;
  }
}
@media (max-width: 540px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 40px;
  }
}
@media (max-width: 420px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 20px;
  }
}
.baustein_text_bild .img_left .divtxt {
  padding: 100px;
}
@media (max-width: 1199px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 60px;
  }
}
@media (max-width: 959px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 60px;
  }
}
@media (max-width: 540px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 40px;
  }
}
@media (max-width: 420px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 20px;
  }
}
.divimg {
  display: flex;
}
.divimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.divimg.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.divimg.center img {
  padding: 100px;
  max-width: 100%;
  height: auto;
}
.baustein_text_bild_fullscreen .bgbild {
  position: absolute;
  width: auto;
  height: 100%;
}
@media (max-width: 959px) {
  .baustein_text_bild_fullscreen .bgbild {
    position: relative;
  }
}
.baustein_text_bild_fullscreen.bg_rechts .bgbild {
  right: 0px;
}
.baustein_text_bild_fullscreen .content {
  padding: 150px 0px;
}
@media (max-width: 639px) {
  .baustein_text_bild_fullscreen .content {
    padding: 60px 0px;
  }
}
.baustein_teaser .teaser {
  text-align: center;
  padding: 40px;
}
.baustein_teaser .teaser img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100px;
}
.baustein_faq .faq_frage {
  font-weight: bold;
  color: inherit;
}
.baustein_facts .teaser {
  text-align: center;
}
.baustein_facts .teaser .icons {
  display: block;
  max-width: 130px;
  min-height: 100px;
  padding: 20px;
  margin: 0 auto 0px;
}
.baustein_facts .teaser h3 {
  font-size: 25px;
  line-height: 28px;
  color: #6C7D00;
}
.facts_slider_wrap {
  padding: 0px 40px;
}
footer {
  padding: 80px 0px 0px;
  background-color: #21241E;
}
footer .footerlogo {
  width: 130px;
}
footer .outro {
  color: #AFCA0A;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 20px;
}
footer .socialfooter {
  margin-top: 20px;
}
footer .socialfooter a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  margin-right: 5px;
}
footer .socialfooter a img {
  padding: 12px;
}
footer .footernav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .footernav ul li {
  display: block;
}
footer .footernav ul li a {
  display: block;
  color: #666666;
  padding: 5px 0px 5px;
  transition: 0.3s ease-out;
}
footer .footer_end {
  background-color: #6C7D00;
  padding: 20px 0px 15px;
  margin-top: 40px;
  z-index: 3;
}
footer .footer_end span {
  display: inline-block;
  margin-right: 60px;
  color: #fff;
  font-size: 16px;
}
footer .footer_end a {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer .footer_end a {
    display: block;
    margin: 5px 0px;
  }
}
.nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.nav-mobile {
  position: fixed;
  top: 115px !important;
  right: -320px;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: black;
  border-radius: 8px 0px 0px 8px;
  z-index: 999;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.nav-mobile.active {
  right: 0;
}
.nav-mobile-header {
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  min-height: 60px;
}
.nav-mobile-title {
  font-size: 18px;
  font-weight: 600;
}
.nav-mobile-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
}
.nav-mobile-panels {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.nav-mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
}
.nav-mobile-panel.panel-hidden-right {
  transform: translateX(100%);
}
.nav-mobile-panel.panel-hidden-left {
  transform: translateX(-100%);
}
.nav-mobile-panel.panel-active {
  transform: translateX(0);
}
.nav-mobile-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-mobile-panel li a {
  display: block;
  padding: 14px 20px;
  font-size: 17px;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  color: #fff;
}
.nav-mobile-panel .has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-mobile-panel .has-children > a::after {
  content: '›';
  font-size: 22px;
  font-weight: 300;
  opacity: 0.5;
}
.nav-mobile-panel .nav-back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.nav-mobile-panel .nav-back::before {
  content: '‹';
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  .nav-desktop {
    display: none;
  }
  .nav-burger {
    display: block;
  }
}
body.nav-open {
  overflow: hidden;
}
.page-id-242 .facts_slider_wrap .icons {
  max-width: 250px;
}
.wp-image-1057 {
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .uk-grid-column-large > *, .uk-grid-large > * {
    padding-left: 0px;
  }
}
