@font-face {
  font-family: "Volvo Novum";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("../fonts/Volvo Novum-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Volvo Novum";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Volvo Novum-SemiLight.woff2") format("woff2");
}

@font-face {
  font-family: "Volvo Novum";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/Volvo Novum-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Volvo Novum";
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/Volvo Novum-Medium.woff2") format("woff2");
}

:root {
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --section-padding: 60px;
  --section-margin: 60px;
  --padding-fix: 12px;
  --bs-body-font-weight: 300;
  --mobile-col-padding: 30px;
}

@media (min-width: 768px) {
  :root {
    --padding-fix: calc((100vw - 670px) / 2);
    --section-margin: 120px;
  }
}

@media (min-width: 992px) {
  :root {
    --padding-fix: calc((100vw - 910px) / 2);
    --section-padding: 120px;
    --section-margin: 150px;
  }
}

@media (min-width: 1200px) {
  :root {
    --padding-fix: calc((100vw - 1100px) / 2);
  }
}

@media (min-width: 1400px) {
  :root {
    --padding-fix: calc((100vw - 1145px) / 2);
  }
}

@media (min-width: 1920px) {
  :root {
    --padding-fix: 389px;
  }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #101423;
  font-size: 1em;
  line-height: 24px;
  font-family: "Volvo Novum", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.1px;
}

body.popup-active {
  overflow: hidden;
}

.section-subtitle {
  font-weight: 500;
  margin-bottom: 10px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 46px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
  margin-left: -5px;
  margin-right: -5px;
}

h2 span,
.h2 span {
  color: #50a294;
}

@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 32px;
    margin-left: -1px;
    margin-right: -1px;
  }
}

h4,
.h4 {
  font-weight: 500;
}

.content-section {
  margin: var(--section-margin) 0;
}

.content-section.with-background {
  color: white;
}

.body-bold,
b,
strong {
  font-weight: 500;
}

.post,
.page {
  margin-bottom: 0;
}

a {
  transition: all 300ms ease-in-out;
  color: inherit;
}

a:visited {
  color: inherit;
}

.btn {
  text-decoration: none;
  padding: 10px 29px 12px;
  background-color: #101423;
  border: 1px solid #101423;
  color: white;
  font-weight: 100;
  display: inline-block;
  transition: all 300ms ease-in-out;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
}

.btn:visited,  .btn:active, .btn:focus{
  color: white;
}

.btn:hover {
  color: #101423;
  background-color: transparent !important;
}

.btn.btn-fluid {
  display: block;
  text-align: center;
}

.btn.btn-white {
  color: #101423;
  background-color: white;
  border-color: white;
}

.btn.btn-white:hover {
  color: #50a294;
}

.btn.btn-green {
  color: white;
  background-color: #50a294;
  border-color: #50a294;
}

.btn.btn-green:hover {
  color: #50a294;
}

.btn.btn-link {
  color: #929292;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  border: 0;
}

ul.slide-list,
.section-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}

ul.slide-list li,
.section-text ul li {
  position: relative;
  padding-left: 15px;
}

@media (max-width: 767px) {
  ul.slide-list li,
  .section-text ul li {
    margin-bottom: 15px;
  }
}

ul.slide-list li::before,
.section-text ul li::before {
  content: url("../images/icon-lightning-green.svg");
  left: 0;
  top: 0;
  position: absolute;
  width: 6px;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: none;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1190px;
  }
}

@media (min-width: 1400px) {
  .container-wide {
    max-width: 1366px;
  }
}

.hero.container-wide {
  max-width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .wider-image .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .wider-image .container,
  .hero.container-wide {
    max-width: 1920px;
    padding: 0;
  }
}

.site-header {
  padding: 21px 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .site-header .navbar-brand {
    padding-left: var(--mobile-col-padding);
  }
}

.site-header .custom-logo {
  width: 100%;
  max-width: 145px;
}

.site-header .menu-col {
  text-align: right;
}

.site-header .wpml-ls {
  display: inline-block;
  width: auto;
  margin-right: 50px;
  text-align: left;
}

@media (max-width: 767px) {
  .site-header .wpml-ls {
    margin-right: 0;
  }
}

.site-header .wpml-ls .wpml-ls-sub-menu {
  border-top: 0;
}

.site-header .wpml-ls li:hover a {
  background-color: transparent;
}

.site-header .wpml-ls a {
  display: inline-block;
  border: 0;
  background: transparent;
  color: #101423;
  outline: none;
  transition: none;
}

.site-header .wpml-ls a:hover {
  color: #50a294;
}

.site-header .wpml-ls a.wpml-ls-item-toggle::after {
  content: url("../images/icon-caret-down.svg");
  border: 0;
  top: calc(50% - 9px);
}

.site-header .wpml-ls a.wpml-ls-item-toggle:hover::after {
  content: url("../images/icon-caret-down-green.svg");
}

.site-header .wpml-ls.active a.wpml-ls-item-toggle::after {
  transform: rotate(180deg);
  top: calc(50% - 4px);
}

.site-header .wpml-ls .wpml-ls-sub-menu {
  background-color: white;
  padding: 0 10px 15px;
  margin-left: -10px;
}

@media (max-width: 767px) {
  .home-hero .slide-content-top {
    margin-bottom: 170px;
    position: relative;
  }
  .home-hero .slide-content-top.no-title-mobile {
    margin-bottom: 268px;
  }
}

.home-hero .slide {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .home-hero .slide {
    padding-bottom: 0;
  }
}

.home-hero .slide.swiper-slide {
  height: auto;
}

.home-hero .slide .slide-list {
  margin-bottom: 45px;
}

.home-hero .slide .slide-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-hero .slide .slide-bkg {
    left: calc(-1 * var(--mobile-col-padding));
    right: calc(-1 * var(--mobile-col-padding));
    width: calc(100% + (2 * var(--mobile-col-padding)));
    top: -60px;
    height: 380px;
  }
}

.home-hero .slide .slide-bkg::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 500px;
  width: calc(100% + 100px);
  background-color: white;
  transform: rotate(-5deg);
  transform-origin: top left;
  z-index: 10;
}

.home-hero .slide .slide-content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .home-hero .slide .slide-content > .row > * {
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}

.home-hero .slide .slide-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-hero .slide .slide-content-bottom {
  height: 273px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .home-hero .slide .slide-content-bottom {
    height: auto;
  }
}

.home-hero .slide-logo {
  margin-bottom: 46px;
  max-width: 200px;
}

@media (max-width: 767px) {
  .home-hero .slide-logo {
    margin-bottom: 25px;
    max-width: 170px;
    margin-left: 2px;
  }
}

.home-hero .slide-logo img {
  width: 100%;
}

.home-hero .slide-title {
  height: 200px;
}

@media (max-width: 1199px) {
  .home-hero .slide-title {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .home-hero .slide-title {
    height: 128px;
  }
}

.home-hero .slide-text {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home-hero .slide-action a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-hero .swiper-pagination {
  position: absolute;
  right: calc(var(--padding-fix) - 8px);
  width: auto;
  left: auto;
  top: 40%;
  transform: translateY(-50%);
  bottom: auto;
}

@media (max-width: 767px) {
  .home-hero .swiper-pagination {
    right: 50%;
    transform: translateX(50%);
    top: 310px;
  }
}

.home-hero .swiper-pagination .swiper-pagination-bullet {
  background: white;
  display: block;
  margin: var(--swiper-pagination-bullet-horizontal-gap, 4px) 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .home-hero .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 3px;
  }
}

.home-hero .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

.home-hero + .content-section {
  margin-top: 60px;
}

.text-image {
  overflow: hidden;
}

@media (max-width: 767px) {
  .text-image .btn {
    display: block;
  }
}

.text-image .section-title {
  margin-bottom: 40px;
}

.text-image .section-text {
  color: #929292;
  max-width: 460px;
  margin-bottom: 50px;
}

.text-image .section-text a {
  font-weight: 500;
}

.text-image .section-text a:hover {
  color: #50a294;
}

.text-image .section-text p + ul {
  margin-top: -15px;
}

@media (max-width: 767px) {
  .text-image .col-text {
    order: 2;
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}

.text-image .col-text > :last-child {
  margin-bottom: 0;
}

.text-image .col-text ul {
  margin-bottom: 0;
}

.text-image .col-image {
  order: 1;
}

@media (max-width: 767px) {
  .text-image .col-image {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .text-image .col-image {
    padding-left: var(--mobile-col-padding);
  }
}

.text-image .section-image {
  transform: translateX(88px);
}

@media (max-width: 991px) {
  .text-image .section-image {
    transform: none;
  }
}

@media (max-width: 991px) {
  .text-image .section-image img {
    max-width: calc(100% + ((100vw - 720px) / 2) + (var(--bs-gutter-x) * 0.5));
  }
}

@media (max-width: 767px) {
  .text-image .section-image img {
    max-width: calc(100% + ((100vw - 540px) / 2) + (var(--bs-gutter-x) * 0.5));
  }
}

@media (max-width: 520px) {
  .text-image .section-image img {
    max-width: 100%;
  }
}

.text-image .text-image-row {
  align-items: center;
}

.text-image .text-image-row.reversed {
  flex-direction: row-reverse;
}

@media (max-width: 575px) {
  .text-image .text-image-row.reversed .col-image {
    padding-left: 0;
    padding-right: var(--mobile-col-padding);
  }
}

.text-image .text-image-row.reversed .section-image {
  transform: translateX(-88px);
}

@media (max-width: 991px) {
  .text-image .text-image-row.reversed .section-image {
    padding-right: 50px;
    transform: none;
  }
}

@media (max-width: 767px) {
  .text-image .text-image-row.reversed .section-image {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .text-image .text-image-row.reversed .section-image img {
    float: right;
  }
}

.text-image.with-background {
  background-color: #101423;
}

.text-image.with-background .section-text {
  color: rgba(255, 255, 255, 0.5);
}

.text-image.with-background .text-image-container {
  position: relative;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

@media (max-width: 991px) {
  .text-image.with-background .section-image {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .text-image.with-background .section-image {
    padding-left: 0;
  }
}

.text-image.text-image-align-top .text-image-row {
  align-items: flex-start;
}

.text-image.text-image-align-top .col-text {
  margin-top: -5px;
}

.text-image.text-image-align-center .col-text {
  margin-top: 7px;
}

.text-image.wider-image .section-image {
  width: 100%;
  transform: none;
  text-align: right;
}

@media (max-width: 1292px) and (min-width: 1160px) {
  .text-image.wider-image .section-image {
    transform: translateX(30%);
  }
}

@media (max-width: 1159px) {
  .text-image.wider-image .section-image img {
    max-width: calc(100% + 43%);
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .text-image.wider-image .section-image img {
    padding-left: 0;
  }
}

.text-image.wider-image .col-text {
  padding-left: var(--padding-fix);
}

@media (max-width: 767px) {
  .text-image.wider-image .col-text {
    padding-left: var(--mobile-col-padding);
  }
}

.text-image.wider-image.reversed .col-text {
  padding-right: var(--padding-fix);
}

.cars-list {
  overflow: hidden;
}

.cars-list.content-section {
  margin-bottom: 0 !important;
}

.cars-list.content-section + .content-section {
  margin-top: 0 !important;
}

.cars-list-wrapper {
  flex-wrap: wrap;
  column-gap: 50px;
  z-index: 20;
  transform: translateZ(1px);
}

@media (max-width: 767px) {
  .cars-list-wrapper.swipe-intend {
    animation: 4s hintleft infinite;
  }
}

@media (max-width: 991px) {
  .cars-list-wrapper {
    column-gap: 35px;
  }
}

.cars-list-wrapper .single-car {
  margin-bottom: 50px;
  width: calc(50% - 25px);
  max-width: 558px;
  flex: 1 1 calc(50% - 25px);
  position: relative;
  z-index: 1;
}

@media (max-width: 1399px) {
  .cars-list-wrapper .single-car {
    max-width: 533px;
  }
}

@media (max-width: 1199px) {
  .cars-list-wrapper .single-car {
    max-width: 433px;
  }
}

@media (max-width: 991px) {
  .cars-list-wrapper .single-car {
    max-width: 330px;
  }
}

@media (max-width: 767px) {
  .cars-list-container {
    padding-left: calc(var(--mobile-col-padding) - (var(--bs-gutter-x) * 0.7));
  }
}

.cars-list-container.swiper-initialized {
  overflow: visible;
}

@media (max-width: 660px) {
  .cars-list-container.swiper-initialized {
    max-width: 95%;
    margin-left: 0;
  }
}

.cars-list-container.swiper-initialized .cars-list-wrapper {
  flex-wrap: initial;
  column-gap: 0;
}

.cars-list-container.swiper-initialized .cars-list-wrapper .single-car {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  max-width: none;
  flex: 0 0 100%;
  opacity: 0.5;
  transition: opacity 100ms ease-in-out;
}

.cars-list-container.swiper-initialized .cars-list-wrapper .single-car.swiper-slide-active {
  opacity: 1;
}

@keyframes hintleft {
  10% {
    margin: 0;
  }
  15% {
    margin-left: -20px;
  }
  20% {
    margin-left: -5px;
  }
  25% {
    margin-left: -20px;
  }
  30% {
    margin: 0;
  }
}

.single-car {
  background-color: #f6f6f6;
}

.single-car .car-content {
  padding: 0 50px 60px;
  margin-top: -15px;
}

@media (max-width: 991px) {
  .single-car .car-content {
    padding: 0 25px 25px;
  }
}

.single-car .car-badge {
  position: absolute;
  top: 0;
  right: 48px;
  background-color: #101423;
  display: inline-block;
  padding: 14px 30px;
  color: white;
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  z-index: 10;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .single-car .car-badge {
    right: 25px;
  }
}

@media (max-width: 767px) {
  .single-car .car-badge {
    padding: 10px;
  }
}

.single-car .car-badge.green {
  background-color: #50a294;
}

.single-car .car-badge.green::before {
  content: "";
  background: url("../images/icon-lightning-white.svg");
  background-size: contain;
  margin-right: 5px;
  width: 9px;
  height: 20px;
  background-position: center;
  vertical-align: top;
  display: inline-block;
  background-repeat: no-repeat;
}

.single-car .car-image-gallery-wrapper {
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .single-car .car-image-gallery-wrapper {
    z-index: -1;
  }
}

.single-car .car-image-gallery {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

@media (max-width: 767px) {
  .single-car .car-image-gallery {
    z-index: -1;
  }
}

.single-car .car-image-gallery .swiper-slide {
  z-index: -1;
}

.single-car .car-image-gallery::after {
  content: "";
  background-color: #f6f6f6;
  position: absolute;
  top: 100%;
  right: 0;
  height: 100px;
  width: calc(100% + 100px);
  transform: rotate(7deg);
  transform-origin: top right;
  z-index: 15;
}

.single-car .car-image-gallery .swiper-pagination {
  bottom: 60px;
}

@media (max-width: 767px) {
  .single-car .car-image-gallery .swiper-pagination {
    display: none;
  }
}

.single-car .car-image-gallery .swiper-pagination .swiper-pagination-bullet {
  background: white;
  margin: 0 3px;
  opacity: 0.5;
}

.single-car .car-image-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

.single-car .car-image-gallery .gallery-lightbox-trigger {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-lightbox.svg);
  background-size: 25px;
  background-position: center;
  opacity: 0.5;
  transition: opacity 200ms ease-in-out;
  z-index: 15;
  cursor: pointer;
  background-repeat: no-repeat;
}

.single-car .car-image-gallery .gallery-lightbox-trigger:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .single-car .car-image-gallery .gallery-lightbox-trigger {
    display: block;
  }
}

.single-car .car-subtitle {
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
}

@media (max-width: 991px) {
  .single-car .car-subtitle {
    margin-bottom: 20px;
  }
}

.single-car .car-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .single-car .car-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.single-car .car-text {
  padding-bottom: 50px;
  color: #929292;
}

@media (max-width: 991px) {
  .single-car .car-text {
    padding-bottom: 15px;
  }
}

.single-car .car-top {
  border-bottom: 1px solid #929292;
  margin-bottom: 25px;
}

.single-car .car-features {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .single-car .car-features {
    margin-bottom: 20px;
  }
}

.single-car .car-features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.single-car .car-features-title {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .single-car .car-features-title {
    margin-bottom: 5px;
  }
}

.single-car .car-features li {
  position: relative;
  padding-left: 15px;
  color: #929292;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .single-car .car-features li {
    margin-bottom: 6px;
  }
}

.single-car .car-features li::before {
  content: url(../images/icon-lightning-grey.svg);
  left: 0;
  top: 3px;
  position: absolute;
  width: 6px;
}

.single-car .car-action .btn-fluid {
  margin-bottom: 25px;
}

.single-car .car-action .btn-link {
  text-align: center;
  display: block;
}

.energy-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.energy-popup-wrapper {
  overflow: auto;
  height: 100vh;
}

.energy-popup-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.energy-popup-close {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-plus.svg");
  background-size: contain;
  position: absolute;
  top: 60px;
  right: 50px;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (max-width: 768px) {
  .energy-popup-close {
    top: 40px;
    right: 30px;
  }
}

.energy-popup-dialog {
  background-color: white;
  max-width: 900px;
  padding: 60px 100px;
  width: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

@media (max-width: 768px) {
  .energy-popup-dialog {
    padding: 40px 50px;
  }
}

@media (max-width: 600px) {
  .energy-popup-dialog {
    padding: 50px 30px;
  }
}

.energy-popup-dialog .container {
  box-sizing: border-box;
}

.energy-popup-dialog .energy-image {
  padding-right: 40px;
}

.energy-popup-dialog .energy-image img {
  width: 100%;
}

.energy-popup-dialog .row {
  flex-direction: row;
  flex-wrap: nowrap;
}

.energy-popup-dialog .row > * {
  flex-shrink: 1;
}

@media (max-width: 600px) {
  .energy-popup-dialog .row {
    flex-direction: column;
  }
}

.energy-popup-dialog .row .energy-image {
  max-width: 300px;
}

.energy-popup-dialog .row .energy-image img {
  max-width: 260px;
}

@media (max-width: 600px) {
  .energy-popup-dialog .row .energy-image {
    margin-bottom: 30px;
  }
}

.energy-popup-dialog .energy-car-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 50px;
}

.energy-popup-dialog .energy-car-description {
  color: #929292;
}

.energy-popup-dialog .energy-car-description p:first-child {
  margin-top: 0;
}

.energy-popup.active {
  display: block;
}

.fslightbox-absoluted {
  position: absolute;
  top: 0;
  left: 0;
}

.fslightbox-fade-in {
  animation: fslightbox-fade-in 0.3s cubic-bezier(0, 0, 0.7, 1);
}

.fslightbox-fade-out {
  animation: fslightbox-fade-out 0.3s ease;
}

.fslightbox-fade-in-strong {
  animation: fslightbox-fade-in-strong 0.3s cubic-bezier(0, 0, 0.7, 1);
}

.fslightbox-fade-out-strong {
  animation: fslightbox-fade-out-strong 0.3s ease;
}

@keyframes fslightbox-fade-in {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}

@keyframes fslightbox-fade-out {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 0;
  }
}

@keyframes fslightbox-fade-in-strong {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes fslightbox-fade-out-strong {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fslightbox-cursor-grabbing {
  cursor: grabbing;
}

.fslightbox-full-dimension {
  width: 100%;
  height: 100%;
}

.fslightbox-open {
  overflow: hidden;
  height: 100%;
}

.fslightbox-flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fslightbox-opacity-0 {
  opacity: 0 !important;
}

.fslightbox-opacity-1 {
  opacity: 1 !important;
}

.fslightbox-scrollbarfix {
  padding-right: 17px;
}

.fslightbox-transform-transition {
  transition: transform 0.3s;
}

.fslightbox-container {
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(30, 30, 30, 0.9), #000 1810%);
  touch-action: pinch-zoom;
  z-index: 1000000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fslightbox-container * {
  box-sizing: border-box;
}

.fslightbox-svg-path {
  transition: fill 0.15s ease;
  fill: #ddd;
}

.fslightbox-nav {
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fslightbox-slide-number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 15px;
  color: #d7d7d7;
  z-index: 0;
  max-width: 55px;
  text-align: left;
}

.fslightbox-slide-number-container .fslightbox-flex-centered {
  height: 100%;
}

.fslightbox-slash {
  display: block;
  margin: 0 5px;
  width: 1px;
  height: 12px;
  transform: rotate(15deg);
  background: #fff;
}

.fslightbox-toolbar {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  background: rgba(35, 35, 35, 0.65);
}

.fslightbox-toolbar-button {
  height: 100%;
  width: 45px;
  cursor: pointer;
}

.fslightbox-toolbar-button:hover .fslightbox-svg-path {
  fill: #fff;
}

.fslightbox-slide-btn-container {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 6px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  transform: translateY(-50%);
}

@media (min-width: 476px) {
  .fslightbox-slide-btn-container {
    padding: 22px 22px 22px 6px;
  }
}

@media (min-width: 768px) {
  .fslightbox-slide-btn-container {
    padding: 30px 30px 30px 6px;
  }
}

.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
  fill: #f1f1f1;
}

.fslightbox-slide-btn {
  padding: 9px;
  font-size: 26px;
  background: rgba(35, 35, 35, 0.65);
}

@media (min-width: 768px) {
  .fslightbox-slide-btn {
    padding: 10px;
  }
}

@media (min-width: 1600px) {
  .fslightbox-slide-btn {
    padding: 11px;
  }
}

.fslightbox-slide-btn-container-previous {
  left: 0;
}

@media (max-width: 475.99px) {
  .fslightbox-slide-btn-container-previous {
    padding-left: 3px;
  }
}

.fslightbox-slide-btn-container-next {
  right: 0;
  padding-left: 12px;
  padding-right: 3px;
}

@media (min-width: 476px) {
  .fslightbox-slide-btn-container-next {
    padding-left: 22px;
  }
}

@media (min-width: 768px) {
  .fslightbox-slide-btn-container-next {
    padding-left: 30px;
  }
}

@media (min-width: 476px) {
  .fslightbox-slide-btn-container-next {
    padding-right: 6px;
  }
}

.fslightbox-down-event-detector {
  position: absolute;
  z-index: 1;
}

.fslightbox-slide-swiping-hoverer {
  z-index: 4;
}

.fslightbox-invalid-file-wrapper {
  font-size: 22px;
  color: #eaebeb;
  margin: auto;
}

.fslightbox-video {
  object-fit: cover;
}

.fslightbox-youtube-iframe {
  border: 0;
}

.fslightbox-loader {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 67px;
}

.fslightbox-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  margin: 6px;
  border: 5px solid;
  border-color: #999 transparent transparent transparent;
  border-radius: 50%;
  animation: fslightbox-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.fslightbox-loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.fslightbox-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.fslightbox-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes fslightbox-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fslightbox-source {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.fslightbox-slide-number-container,
.fslightbox-toolbar-button:nth-child(1) {
  display: none !important;
}

.fslightbox-toolbar {
  background: none !important;
}

.features {
  overflow: hidden;
}

.features .section-title {
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .features .features-container {
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}

.features .features-intro {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .features .features-intro {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .features .features-intro {
    margin-bottom: 0;
  }
}

.features .section-text {
  color: #929292;
  padding-top: 5px;
}

.features .section-text p:first-child {
  margin-top: 0;
}

.features .feature {
  margin-bottom: 15px;
}

.features .features-list-slider {
  overflow: visible;
}

@media (max-width: 700px) {
  .features .features-list-slider {
    margin-right: 25px;
  }
}

.features .features-list-row {
  overflow: visible;
}

@media (min-width: 768px) {
  .features .features-list-row {
    margin-left: -23px;
    margin-right: -23px;
    width: auto;
  }
  .features .features-list-row > * {
    padding-left: 23px;
    padding-right: 23px;
  }
}

@media (max-width: 767px) {
  .features .features-list-row {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
}

.features .features-list-row .swiper-slide {
  height: auto;
}

@media (max-width: 767px) {
  .features .features-list-row .feature {
    margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
    margin-right: calc(-1 * var(--bs-gutter-x) * 0.5);
  }
}

.features .features-footer {
  margin-top: 45px;
  text-align: right;
}

@media (max-width: 767px) {
  .features .features-footer {
    text-align: left;
  }
}

.features .features-footer a {
  text-decoration: underline;
  color: inherit;
}

.features .features-footer p:first-child {
  margin-top: 0;
}

.features .features-footer p:last-child {
  margin-bottom: 0;
}

.feature {
  padding-top: 45px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.feature::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  width: calc(100% + 20px);
  height: 60px;
  transform-origin: top right;
  background-color: #f6f6f6;
  transition: all 300ms ease-in-out;
  z-index: -1;
}

@media (max-width: 767px) {
  .feature::before {
    transition-delay: 500ms;
    transform-origin: top left;
    right: auto;
    left: 0;
    background-color: #101423;
  }
}

.feature .feature-inner {
  background-color: #f6f6f6;
  padding: 20px;
  transition: all 300ms ease-in-out;
  height: 100%;
}

@media (max-width: 767px) {
  .feature .feature-inner {
    transition-delay: 500ms;
    background-color: #101423;
  }
}

@media (min-width: 576px) {
  .feature .feature-inner {
    padding-bottom: 50px;
  }
}

.feature .feature-inner .feature-icon {
  margin: 90px 0;
  text-align: center;
  height: 90px;
  position: relative;
}

@media (max-width: 1199px) {
  .feature .feature-inner .feature-icon {
    margin: 70px 0;
  }
}

@media (max-width: 575px) {
  .feature .feature-inner .feature-icon {
    margin: 20px 0;
  }
}

.feature .feature-inner .feature-icon > * {
  margin-left: auto;
  margin-right: auto;
}

.feature .feature-inner .feature-icon .feature-icon-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 300ms ease-in-out;
}

@media (max-width: 767px) {
  .feature .feature-inner .feature-icon .feature-icon-hover {
    transition-delay: 500ms;
    opacity: 1;
  }
}

.feature .feature-inner .feature-icon .feature-icon-normal {
  transition: opacity 300ms ease-in-out;
}

@media (max-width: 767px) {
  .feature .feature-inner .feature-icon .feature-icon-normal {
    transition-delay: 500ms;
    opacity: 0;
  }
}

.feature .feature-inner .feature-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 300ms ease-in-out;
}

@media (max-width: 767px) {
  .feature .feature-inner .feature-title {
    transition-delay: 500ms;
    color: white;
  }
}

.feature .feature-inner .feature-text {
  color: #929292;
  text-align: center;
  font-weight: 300;
}

.swiper-slide-active .feature::before,
.feature:hover::before {
  background: #101423;
  transform: rotate(6.3deg);
}

@media (max-width: 767px) and (min-width: 480px) {
  .swiper-slide-active .feature::before,
  .feature:hover::before {
    transform: rotate(4.3deg);
  }
}

.swiper-slide-active .feature .feature-inner,
.feature:hover .feature-inner {
  background: #101423;
}

.swiper-slide-active .feature .feature-inner .feature-title,
.feature:hover .feature-inner .feature-title {
  color: white;
}

.swiper-slide-active .feature .feature-inner .feature-icon .feature-icon-hover,
.feature:hover .feature-inner .feature-icon .feature-icon-hover {
  opacity: 1;
}

.swiper-slide-active .feature .feature-inner .feature-icon .feature-icon-normal,
.feature:hover .feature-inner .feature-icon .feature-icon-normal {
  opacity: 0;
}

.swiper-slide-active .feature::before {
  transform: rotate(-6.3deg);
}

@media (max-width: 767px) and (min-width: 480px) {
  .swiper-slide-active .feature::before {
    transform: rotate(-4.3deg);
  }
}

.numbers {
  background-color: #f6f6f6;
}

@media (max-width: 575px) {
  .numbers .container {
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}

.numbers .numbers-row {
  margin-left: -20px;
  margin-right: -20px;
}

.numbers .numbers-row > * {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .numbers .numbers-row > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.numbers .numbers-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .numbers .numbers-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.numbers .numbers-wrapper::before, .numbers .numbers-wrapper::after {
  content: "";
  width: 50px;
  height: 100%;
  background: #101423;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .numbers .numbers-wrapper::before, .numbers .numbers-wrapper::after {
    width: 100%;
    height: 80px;
  }
}

.numbers .numbers-wrapper::before {
  left: 0;
}

.numbers .numbers-wrapper::after {
  right: 0;
}

@media (max-width: 767px) {
  .numbers .numbers-wrapper::after {
    bottom: 0;
    top: auto;
  }
}

.numbers .numbers-wrapper .number-col {
  z-index: 2;
}

@media (max-width: 991px) and (min-width: 768px) {
  .numbers .numbers-wrapper .number-col:first-child, .numbers .numbers-wrapper .number-col:nth-child(2) {
    border-bottom: 40px solid #f6f6f6;
  }
}

.numbers .section-inner {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  overflow: hidden;
}

.numbers .numbers-intro .section-title {
  margin-bottom: var(--section-padding);
}

.numbers .numbers-footer {
  max-width: 1030px;
}

.numbers .numbers-footer .numbers-footer-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.numbers .numbers-footer .numbers-footer-text {
  color: #929292;
}

.numbers .numbers-footer .numbers-footer-text p {
  margin-top: 0;
}

.numbers .numbers-footer .numbers-footer-text p:last-child {
  margin-bottom: 0;
}

.numbers .numbers-footer .numbers-footer-text a {
  color: inherit;
  text-decoration: underline;
}

.number {
  min-height: 330px;
  height: 100%;
}

@media (max-width: 991px) {
  .number {
    min-height: 280px;
  }
}

.number .number-inner {
  padding: 30px 25px;
  position: relative;
  height: 100%;
}

@media (max-width: 991px) {
  .number .number-inner {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .number .number-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 15px;
  }
}

.number .number-inner > * {
  position: relative;
  z-index: 2;
}

.number .number-inner .number-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #101423;
  z-index: 1;
  transform: skew(-7deg, 0deg);
}

@media (max-width: 767px) {
  .number .number-inner .number-background {
    transform: skew(0deg, -7deg);
  }
}

.number .number-inner .number-element {
  color: #50a294;
  font-size: 115px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .number .number-inner .number-element {
    font-size: 88px;
  }
}

@media (max-width: 767px) {
  .number .number-inner .number-element {
    margin-left: -3px;
  }
}

.number .number-inner .number-title {
  color: white;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: -20px;
  margin-left: 20px;
}

@media (max-width: 1399px) {
  .number .number-inner .number-title {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .number .number-inner .number-title {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  .number .number-inner .number-title {
    font-size: 20px;
  }
}

.number .number-inner .number-text {
  color: #929292;
  line-height: 22px;
  padding-right: 15px;
}

.number .number-inner::before, .number .number-inner::after {
  width: 42px;
  background-color: red;
  height: 100%;
  top: 0;
  background-color: #f6f6f6;
  position: absolute;
  transform: skew(-7deg, 0deg);
  -webkit-backface-visibility: hidden;
}

.number .number-inner::before {
  left: 0;
  transform-origin: top left;
}

.number .number-inner::after {
  right: 0;
  transform-origin: bottom right;
}

@media (max-width: 575px) {
  .faq-section .section-inner > .container {
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}

.faq-section .section-title {
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .faq-section .section-title {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .faq-section .section-title {
    margin-bottom: 50px;
  }
}

.faq-section .accordion-item {
  margin-bottom: 30px;
}

.faq-section .section-action {
  margin-top: 60px;
  text-align: center;
}

.faq-section.faq-page-list + .legal-section .section-inner {
  padding-top: 0;
}

.accordion-item {
  background-color: #f6f6f6;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .accordion-item {
    padding-right: 25px;
  }
}

.accordion-item .accordion-header {
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-right: 40px;
  padding-top: 30px;
  padding-left: 30px;
  column-gap: 10px;
}

@media (max-width: 767px) {
  .accordion-item .accordion-header {
    font-size: 16px;
  }
}

.accordion-item .accordion-header::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 25px);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-plus.svg");
  background-size: contain;
  transition: all 300ms ease-in-out;
}

.accordion-item .accordion-content {
  color: #929292;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.accordion-item .accordion-content .accordion-body {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .accordion-item .accordion-content .accordion-body {
    padding-top: 25px;
  }
}

.accordion-item .accordion-content .accordion-body ul {
  margin-left: 0;
}

.accordion-item .accordion-content .accordion-body p + ul {
  margin-top: -10px;
}

.accordion-item .accordion-content .hyra-table.tablepress thead th {
  font-weight: 500;
  background-color: white;
  text-transform: uppercase;
  text-align: center;
}

.accordion-item .accordion-content .hyra-table.tablepress thead th.column-1 {
  text-align: left;
}

.accordion-item .accordion-content .hyra-table.tablepress tbody td {
  border-color: #929292;
  text-align: center;
}

.accordion-item .accordion-content .hyra-table.tablepress tbody td.column-1 {
  text-align: left;
}

.accordion-item.is-open .accordion-header::after {
  transform: rotate(225deg);
}

.section-contact {
  background-color: #101423;
  margin-bottom: 0;
}

.section-contact .section-inner {
  padding: var(--section-padding) 0;
}

@media (max-width: 575px) {
  .section-contact .contact-container {
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}

.section-contact .contact-text {
  margin-top: 38px;
}

.section-contact .icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-contact .icon-list li {
  margin: 20px 0;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.section-contact .icon-list a,
.section-contact .icon-list a:visited {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.section-contact .icon-list a:hover,
.section-contact .icon-list a:visited:hover {
  color: #50a294;
}

.legal-section {
  margin: 0;
}

.legal-section .section-inner {
  padding: 80px 0 70px;
}

.legal-section .legal-text {
  color: #929292;
  text-align: center;
}

.legal-section .legal-text a,
.legal-section .legal-text a:visited {
  color: inherit;
}

.legal-section .legal-text p {
  margin-bottom: 20px;
}

.legal-section .legal-text p:first-child {
  margin-top: 0;
}

.legal-section .legal-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .legal-section .legal-container {
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}

.site-footer {
  padding: 60px 0;
  background-color: #f6f6f6;
}

.site-footer .footer-menu {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .site-footer .footer-menu {
    margin-bottom: 50px;
  }
}

.site-footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.site-footer .footer-menu ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .site-footer .footer-menu ul li {
    display: block;
  }
}

.site-footer .footer-menu a,
.site-footer .footer-menu a:visited {
  color: inherit;
  text-decoration: none;
  padding: 5px 15px;
  display: block;
}

.site-footer .footer-menu a:hover,
.site-footer .footer-menu a:visited:hover {
  color: #50a294;
}

.site-footer .footer-copyright {
  color: #929292;
  margin-bottom: 60px;
  text-align: center;
}

.site-footer .footer-logo {
  text-align: center;
}

.jetzt-buchen-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.jetzt-buchen-popup .popup-wrapper {
  position: relative;
  z-index: 1000;
  height: 100vh;
  overflow: auto;
  text-align: center;
}

.jetzt-buchen-popup .popup-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jetzt-buchen-popup .popup-close {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-plus.svg");
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(45deg);
  cursor: pointer;
}

.jetzt-buchen-popup .popup-dialog {
  background-color: white;
  max-width: 990px;
  padding: 30px;
  width: 100%;
  margin: 100px auto;
  position: relative;
}

@media (max-width: 767px) {
  .jetzt-buchen-popup .popup-dialog {
    margin-top: 0;
    padding: 30px 0;
  }
}

.jetzt-buchen-popup .popup-dialog .container {
  box-sizing: border-box;
}

.jetzt-buchen-popup.active {
  display: block;
}

.jetzt-buchen-popup .close-confirmation {
  display: none;
}

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


/* TEMPORARY to make the slider text a bit higher on one particular slide */

@media(max-width: 767px){
  .mobile-margin-adjusted .slide-list{
    transform: translateY(-90px);
  }
}
