/*******************************
 * Overflow scroll y
 ******************************/
/*******************************
 * Admin Bar
 * up to 781px: 46px
 * 782px: 32px
 ******************************/
/*******************************
 * Breakpoints
 ******************************/
/*******************************
 * Menu
 ******************************/
/*
 * false:	Alle child ul
 * 0:		Root level
 * >0:		Specific level
 */
/*******************************
 * Overflow scroll y
 ******************************/
@import 'modules/swiper.css';
.wpml-ls-legacy-list-horizontal {
  white-space: nowrap;
}

header.cu-header {
  min-height: 65px;
  height: 65px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 90%;
  z-index: 50;
  display: flex;
  font-family: "Barlow", sans-serif;
  transition: transform ease 300ms;
}
@media (max-width: 781px) {
  body.admin-bar header.cu-header {
    top: 46px;
  }
}
@media (min-width: 782px) {
  body.admin-bar header.cu-header {
    top: 32px;
  }
}

@media (min-width: 980px) {
  header.cu-header {
    min-height: 8rem;
    height: 8rem;
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  header.cu-header {
    min-height: 10.5rem;
    height: 10.5rem;
  }
}
@media (min-width: 980px) {
  header.cu-header.is-small {
    transform: translateY(-48px);
    transform: translateY(calc(-var(--header-r1-height)));
  }
}
header.cu-header .header-bg {
  border-radius: 0 0 0 12px;
  flex-grow: 1;
  position: relative;
  transform: skew(-7deg);
  right: -19px;
  width: calc(100% + 7px + 12px);
  overflow: hidden;
  display: flex;
}
header.cu-header .header-bg .bg-image {
  transform: skew(7deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  right: -20px;
}
header.cu-header .header-widgets > * {
  color: #ffffff;
  font-style: italic;
}
header.cu-header .header-widgets a {
  font-weight: bold;
  color: #ffffff;
}
header.cu-header .mobile-widgets {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
header.cu-header .mobile-widgets a, header.cu-header .mobile-widgets p {
  color: #000000;
}
header.cu-header .mobile-widgets.widgets-top {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
header.cu-header .mobile-widgets.widgets-bottom {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
}
header.cu-header .mobile-widgets.widgets-bottom, header.cu-header .mobile-widgets.widgets-bottom * {
  color: #ffffff;
}
header.cu-header .mobile-widgets.widgets-bottom .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin: -8px;
}
header.cu-header .mobile-widgets.widgets-bottom .wpml-ls-legacy-list-horizontal .wpml-ls-link {
  padding: 0;
  margin: 8px;
}
header.cu-header .header-rows {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 980px) {
  header.cu-header .header-rows {
    flex-flow: column nowrap;
  }
}
header.cu-header .header-rows .header-r1 {
  display: none;
  position: relative;
  left: 16px;
  max-width: calc(100% - 16px);
}
@media (min-width: 980px) {
  header.cu-header .header-rows .header-r1 {
    display: flex;
  }
}
header.cu-header .header-rows .header-r1 .r1-bg {
  left: 7.4px;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-7deg);
  right: -31px;
  width: calc(100% + 19px + 12px);
}
@media (min-width: 1200px) {
  header.cu-header .header-rows .header-r1 .r1-bg {
    left: 10.4px;
  }
}
header.cu-header .header-rows .header-r1 .r1-content {
  flex-grow: 1;
  position: relative;
  min-height: 25px;
  display: none;
  margin-left: 2em;
}
@media (min-width: 980px) {
  header.cu-header .header-rows .header-r1 .r1-content {
    display: flex;
  }
}
header.cu-header .header-rows .header-r1 .widgets-left, header.cu-header .header-rows .header-r1 .widgets-right {
  display: flex;
  width: 50%;
}
header.cu-header .header-rows .header-r1 .widgets-left > *, header.cu-header .header-rows .header-r1 .widgets-right > * {
  align-items: center;
  display: flex;
}
header.cu-header .header-rows .header-r1 .widgets-right {
  justify-content: flex-end;
}
header.cu-header .header-rows .header-r2 {
  flex-grow: 1;
  display: flex;
  margin-left: 2em;
}
header.cu-header .logo {
  display: flex;
  align-items: center;
  max-height: 100%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  header.cu-header .logo {
    max-height: 80px;
  }
}
header.cu-header .logo img {
  max-height: calc(100% - 20px);
}
header.cu-header .logo + .logo {
  margin-left: 1.5em;
}
header.cu-header .logo[class*=-desktop] {
  display: none;
}
@media (min-width: 980px) {
  header.cu-header .logo[class*=-desktop] {
    display: flex;
  }
}
header.cu-header .logo[class*=-mobile] {
  display: flex;
}
@media (min-width: 980px) {
  header.cu-header .logo[class*=-mobile] {
    display: none;
  }
}
header.cu-header .toggle-button {
  display: flex;
  color: #fff;
  margin-left: auto;
}
@media (min-width: 980px) {
  header.cu-header .toggle-button {
    display: none;
  }
}
header.cu-header .menu-desktop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
}
header.cu-header .menu-desktop nav.main {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 980px) {
  header.cu-header .menu-desktop {
    display: flex;
    position: static;
    margin-left: auto;
  }
}
header.cu-header .menu-desktop nav.main {
  margin: 0 2em;
  justify-content: flex-end;
}
@media (min-width: 980px) {
  header.cu-header .menu-desktop nav.main {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1200px) {
  header.cu-header .menu-desktop nav.main {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}
header.cu-header .menu-mobile {
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all ease 250ms;
}
header.cu-header .menu-mobile nav.main {
  max-height: 100%;
  margin: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
header.cu-header .menu-mobile nav.main::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
header.cu-header .menu-mobile .content-wrap {
  position: relative;
  transition: transform ease 250ms;
  transform: translateX(-100%);
  transform: translateX(calc(-100% - var(--skew-offset)));
  width: 90vw;
  width: calc(90vw - var(--skew-offset));
  max-width: 500px;
  height: 100%;
}
header.cu-header .menu-mobile .content-wrap .bg {
  width: calc(100% + 100px);
  margin-left: -100px;
  transform: skewX(-7deg);
  height: 100%;
}
header.cu-header .menu-mobile .content-wrap .spacing-part > * {
  padding-left: 2em;
  padding-right: 2em;
}
header.cu-header .menu-mobile .content-wrap .logo-part {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
header.cu-header .menu-mobile .content-wrap .nav-part {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
  padding: 1em 0;
}
header.cu-header .menu-mobile .content-wrap .nav-part > nav.main > ul > li {
  padding-left: 2em;
  margin-right: 2em;
}
header.cu-header .menu-mobile .content-wrap .white-part {
  background-color: #ffffff;
}
header.cu-header .menu-mobile .content-wrap .unskew-part > * {
  transform: skewX(7deg);
  transform-origin: top left;
}
header.cu-header .menu-mobile .content-wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: skewX(-7deg);
  width: calc(100% + 300px);
  width: calc(100% + var(--skew-offset));
  left: -300px;
  left: calc(-1 * var(--skew-offset));
  display: flex;
  flex-flow: column nowrap;
}
header.cu-header .menu-mobile .content-wrap .content > * {
  padding-left: 300px;
  padding-left: calc(var(--skew-offset));
}
header.cu-header .menu-mobile.active {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 980px) {
  header.cu-header .menu-mobile.active {
    display: none;
  }
}
header.cu-header .menu-mobile.active .content-wrap {
  transform: translateX(0);
}
header.cu-header .menu-mobile .menu-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  max-width: 32px;
}
header.cu-header .menu-button {
  height: 28px;
  align-self: center;
  margin-right: 1em;
}

.menu-mobile nav.main {
  /*******************************
  * All levels
  ******************************/
  /*******************************
   * Level 0
   ******************************/
  /*******************************
   * Level 1
   ******************************/
  /*******************************
   * Level 2
   ******************************/
}
.menu-mobile nav.main ul {
  flex-flow: column nowrap;
}
.menu-mobile nav.main ul li.active > ul, .menu-mobile nav.main ul li.et-show-dropdown > ul {
  display: flex;
}
.menu-mobile nav.main ul li {
  display: flex;
  flex-flow: column nowrap;
}
.menu-mobile nav.main ul a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-style: italic;
}
.menu-mobile nav.main ul a .submenu-indicator {
  margin-left: 0.5em;
}
.menu-mobile nav.main ul a .submenu-indicator:after {
  display: block;
  content: "";
  background-image: url("../res/icons/menu-mobile-submenu-indicator.svg");
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-mobile nav.main > ul {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding-right: 1em;
}
.menu-mobile nav.main > ul > li {
  position: relative;
  display: block;
}
.menu-mobile nav.main > ul > li.is-highlighted {
  position: relative;
}
.menu-mobile nav.main > ul > li.is-highlighted a {
  color: #000000;
}
.menu-mobile nav.main > ul > li.is-highlighted:before {
  content: "";
  display: block;
  transform: skewX(-7deg);
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  left: -100px;
  width: calc(100% + 100px);
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}
.menu-mobile nav.main > ul > li.is-highlighted > ul {
  margin-bottom: 0.5em;
}
.menu-mobile nav.main > ul > li > a {
  color: #ffffff;
  display: flex;
  padding: 0.1em 0;
  border: 3px solid transparent;
  border-radius: 12px;
}
.menu-mobile nav.main > ul > li > ul {
  margin-left: 1.5em;
}
.menu-mobile nav.main > ul > li > ul > li > ul {
  margin-left: 1.5em;
}

.menu-desktop nav.main {
  /*******************************
   * All levels
   ******************************/
  /*******************************
   * Level 0
   ******************************/
  /*******************************
   * Level 1
   ******************************/
  /*******************************
   * Level 2
   ******************************/
}
.menu-desktop nav.main ul li {
  display: flex;
}
.menu-desktop nav.main ul a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
}
.menu-desktop nav.main > ul {
  display: flex;
}
@media (min-width: 1200px) {
  .menu-desktop nav.main > ul > li.menu-item-has-children > a {
    flex-direction: column;
    align-items: center;
  }
  .menu-desktop nav.main > ul > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: auto;
    background-image: url("../res/icons/menu-l1-indicator.svg");
    width: 22px;
    height: 20px;
  }
}
.menu-desktop nav.main > ul > li {
  position: relative;
  transform: skew(-7deg);
}
.menu-desktop nav.main > ul > li > a {
  color: #ffffff;
  display: flex;
  padding: 0.5em;
  border: 3px solid transparent;
  border-radius: 12px;
}
.menu-desktop nav.main > ul > li:hover > a {
  border: 3px solid #ffffff;
}
.menu-desktop nav.main > ul > li.current-menu-item > a {
  border: 3px solid #ffffff;
}
.menu-desktop nav.main > ul > li.is-highlighted > a {
  background-color: #ffffff;
  color: #000000;
}
.menu-desktop nav.main > ul > li.is-highlighted > a:after {
  filter: invert(1);
}
.menu-desktop nav.main > ul > li > ul {
  background-color: #ffffff;
  border-radius: 12px;
  left: 0;
  padding: 10px 0;
}
@media (min-width: 980px) {
  .menu-desktop nav.main > ul > li > ul {
    top: 100%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    min-width: 100%;
  }
}
.menu-desktop nav.main > ul > li > ul > li.menu-item-has-children {
  display: flex;
}
.menu-desktop nav.main > ul > li > ul > li.menu-item-has-children > a {
  flex-grow: 1;
  display: flex;
}
@media (min-width: 980px) {
  .menu-desktop nav.main > ul > li > ul > li.menu-item-has-children > a {
    flex-direction: row;
    align-items: center;
  }
  .menu-desktop nav.main > ul > li > ul > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: skew(7deg);
    background-image: url("../res/icons/menu-l2-indicator.svg");
    width: 13px;
    height: 20px;
    margin-left: 0.5em;
  }
}
.menu-desktop nav.main > ul > li > ul > li > a {
  padding: 5px 20px;
}
.menu-desktop nav.main > ul > li > ul > li {
  position: relative;
}
.menu-desktop nav.main > ul > li > ul a {
  color: #000000;
}
.menu-desktop nav.main > ul > li > ul > li > ul {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px 0;
}
@media (min-width: 980px) {
  .menu-desktop nav.main > ul > li > ul > li > ul {
    top: 0;
    left: 100%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
}
.menu-desktop nav.main > ul > li > ul > li > ul > li > a {
  padding: 5px 20px;
}

/*******************************
 * Dropdown Functinality
 ******************************/
nav.main ul ul.sub-menu {
  display: none;
}
@media (max-width: 991px) {
  nav.main ul .submenu-active ul {
    display: block;
    animation: submenu 300ms forwards;
  }
}
@media (min-width: 980px) {
  nav.main ul li:hover > ul {
    display: block;
    animation: submenu 300ms forwards;
  }
}

.social-media-icons-wrapper {
  padding: 1rem 0;
}

.social-media-icons {
  margin: -6px;
  display: flex;
  align-items: center;
}
@media print {
  .social-media-icons {
    display: none;
  }
}
.social-media-icons .icon {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 300ms;
  border-radius: 50%;
}
.social-media-icons .icon + .icon {
  margin-left: 0.35rem;
}
.social-media-icons .icon img {
  height: 20px;
  max-height: 20px;
}

@media (min-width: 680px) {
  .cu-footer-wrap {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 980px) {
  .cu-footer-wrap .cu-footer {
    bottom: 0;
    width: 100%;
    position: absolute;
  }
}

.cu-footer-wrap .cu-footer {
  transform-origin: bottom left;
  border-top-right-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 980px) {
  .cu-footer-wrap .cu-footer {
    max-width: calc(90vw + 200px);
    width: calc(90vw + 200px);
    transform: skewX(-7deg) translateX(-200px);
  }
  .cu-footer-wrap .cu-footer > * {
    padding-left: 200px;
  }
}
@media (min-width: 980px) {
  .cu-footer-wrap .cu-footer .unskew {
    transform: skewX(7deg);
  }
}
.cu-footer-wrap .cu-footer .footer-r1 {
  background-color: #ffffff;
  padding: 2em;
}
@media (min-width: 980px) {
  .cu-footer-wrap .cu-footer .footer-r1 {
    padding-left: 200px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
  }
}
.cu-footer-wrap .cu-footer .footer-r1 .col-wrap {
  display: flex;
  flex-direction: column;
  margin: -1em;
}
@media (min-width: 980px) {
  .cu-footer-wrap .cu-footer .footer-r1 .col-wrap {
    flex-direction: row;
  }
}
.cu-footer-wrap .cu-footer .footer-r1 .col-wrap > .col {
  margin: 1em;
}
@media (min-width: 980px) {
  .cu-footer-wrap .cu-footer .footer-r1 .col-wrap > .col {
    flex: 1 1 33.3%;
  }
}
.cu-footer-wrap .cu-footer .footer-r2 {
  color: #ffffff;
  background-color: #343434;
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .cu-footer-wrap .cu-footer .footer-r2 {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.cu-footer-wrap .cu-footer .footer-r2 .widgets-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.cu-footer-wrap .cu-footer .footer-r2 .widgets-wrap > * {
  max-width: 100%;
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  display: flex;
}
.cu-footer-wrap .cu-footer .footer-r2 .right {
  margin-left: auto;
}
.cu-footer-wrap .cu-footer .footer-r2 .right .logo {
  max-width: 150px;
  max-height: 100px;
}
.cu-footer-wrap .cu-footer .footer-r2 .right .swiper-slide .icon {
  max-width: 200px;
  max-height: 120px;
}
.cu-footer-wrap .cu-footer .footer-widgets li {
  list-style: none;
  max-width: 100%;
}

.cu-logo-slider {
  padding: 1em;
  position: relative;
  max-width: 100%;
}
.cu-logo-slider .swiper-slide {
  min-height: 100px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 980px) {
  .cu-logo-slider .mobile {
    display: none;
  }
}
.cu-logo-slider .desktop {
  display: none;
}
@media (min-width: 980px) {
  .cu-logo-slider .desktop {
    display: flex;
  }
}
.cu-logo-slider .logos-wrap {
  margin: -1em;
  display: flex;
  flex-wrap: wrap;
}
.cu-logo-slider .logos-wrap .logo {
  max-width: 190px;
  max-height: 60px;
  margin: 1em;
}
.cu-logo-slider .swiper-button-prev, .cu-logo-slider .swiper-button-next {
  background-size: contain;
  width: 18px;
  height: 30px;
}
.cu-logo-slider .swiper-button-prev {
  background-image: url("../res/icons/slider-prev.svg");
  left: 1.5em;
}
.cu-logo-slider .swiper-button-next {
  background-image: url("../res/icons/slider-next.svg");
  right: 1.5em;
}

/*# sourceMappingURL=main.css.map */
