@charset "UTF-8";
:root {
  --font-headline: "basier_circlesemibold", sans-serif;
  --font-body: "basier_circleregular", sans-serif;
  --color-primary: #009ddf;
  --color-primary-rgb: rgb(0, 157, 223);
  --color-primary-hover: rgba(0, 157, 223, 0.9);
  --color-cyan: #d0f3ff;
  --color-darkblue: #031059;
  --color-darkblue-rgb: rgb(3, 16, 89);
  --color-black: #212529;
  --color-black2: #1f2125;
  --color-white: #fff;
  --color-white2: #fff;
  --color-grey1: #6a6b6c;
  --color-grey2: #e8e8e8;
  --color-grey3: #8c8c8c;
  --color-grey4: #6b7280;
  --color-pink: #ea5098;
  --color-pink2: #fc5e63;
  --color-pink2-hover: rgba(252, 94, 99, 0.9);
  --color-orange: #ffa300;
  --color-orange-hover: rgba(255, 163, 0, 0.9);
  --color-green: rgb(43, 196, 52);
}

/**
 *
 * Copyright (c) SEASIDE MEDIA LTD
 *
 * pct-framework
 * all rights reserved
 */
/* =============================================================================
 * reset & various settings
 * ========================================================================== */
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input:focus:focus-within:not(input[type=radio], input[type=checkbox]) {
  outline: 2px solid #393939;
}

/* =============================================================================
 * margin + padding classes - vertical
 * ========================================================================== */
.mt-xxl {
  margin-top: 80px !important;
}

.mt-xl {
  margin-top: 70px !important;
}

.mt-l {
  margin-top: 60px !important;
}

.mt-m {
  margin-top: 50px !important;
}

.mt-s {
  margin-top: 40px !important;
}

.mt-xs {
  margin-top: 30px !important;
}

.mt-xxs {
  margin-top: 20px !important;
}

.mb-xxl {
  margin-bottom: 80px !important;
}

.mb-xl {
  margin-bottom: 70px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.mb-m {
  margin-bottom: 50px !important;
}

.mb-s {
  margin-bottom: 40px !important;
}

.mb-xs {
  margin-bottom: 30px !important;
}

.mb-xxs {
  margin-bottom: 20px !important;
}

.pt-xxl {
  padding-top: 170px !important;
}

.pt-xl {
  padding-top: 150px !important;
}

.pt-l {
  padding-top: 120px !important;
}

.pt-m {
  padding-top: 100px !important;
}

.pt-s {
  padding-top: 90px !important;
}

.pt-xs {
  padding-top: 50px !important;
}

.pt-xxs {
  padding-top: 30px !important;
}

.pb-xxl {
  padding-bottom: 170px !important;
}

.pb-xl {
  padding-bottom: 150px !important;
}

.pb-l {
  padding-bottom: 120px !important;
}

.pb-m {
  padding-bottom: 100px !important;
}

.pb-s {
  padding-bottom: 90px !important;
}

.pb-xs {
  padding-bottom: 50px !important;
}

.pb-xxs {
  padding-bottom: 30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-110 {
  padding: 110px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-130 {
  padding: 130px !important;
}

.p-140 {
  padding: 140px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-160 {
  padding: 160px !important;
}

.p-170 {
  padding: 170px !important;
}

.p-180 {
  padding: 180px !important;
}

.p-190 {
  padding: 190px !important;
}

.p-200 {
  padding: 200px !important;
}

.m-0 {
  margin: 0 !important;
}

/* negativ margin classes*/
.mt-xxl-neg {
  margin-top: -300px !important;
}

.mt-xl-neg {
  margin-top: -140px !important;
}

.mt-l-neg {
  margin-top: -110px !important;
}

.mt-s-neg {
  margin-top: -50px !important;
}

.mb-xxl-neg {
  margin-bottom: -300px !important;
}

.mb-xl-neg {
  margin-bottom: -140px !important;
}

.mb-l-neg {
  margin-bottom: -110px !important;
}

.mb-s-neg {
  margin-bottom: -50px !important;
}

.mt-10-neg {
  margin-top: -10px;
}

.mt-20-neg {
  margin-top: -20px;
}

.mt-30-neg {
  margin-top: -30px;
}

.mt-40-neg {
  margin-top: -40px;
}

.mt-50-neg {
  margin-top: -50px;
}

.mt-60-neg {
  margin-top: -60px;
}

.mt-70-neg {
  margin-top: -70px;
}

.mt-80-neg {
  margin-top: -80px;
}

.mt-90-neg {
  margin-top: -90px;
}

.mt-100-neg {
  margin-top: -100px;
}

.mt-110-neg {
  margin-top: -110px;
}

.mt-120-neg {
  margin-top: -120px;
}

.mt-130-neg {
  margin-top: -130px;
}

.mt-140-neg {
  margin-top: -140px;
}

.mt-150-neg {
  margin-top: -150px;
}

.mt-160-neg {
  margin-top: -160px;
}

.mt-170-neg {
  margin-top: -170px;
}

.mt-180-neg {
  margin-top: -180px;
}

.mt-190-neg {
  margin-top: -190px;
}

.mt-200-neg {
  margin-top: -200px;
}

.mb-10-neg {
  margin-bottom: -10px;
}

.mb-20-neg {
  margin-bottom: -20px;
}

.mb-30-neg {
  margin-bottom: -30px;
}

.mb-40-neg {
  margin-bottom: -40px;
}

.mb-50-neg {
  margin-bottom: -50px;
}

.mb-60-neg {
  margin-bottom: -60px;
}

.mb-70-neg {
  margin-bottom: -70px;
}

.mb-80-neg {
  margin-bottom: -80px;
}

.mb-90-neg {
  margin-bottom: -90px;
}

.mb-100-neg {
  margin-bottom: -100px;
}

.mb-110-neg {
  margin-bottom: -110px;
}

.mb-120-neg {
  margin-bottom: -120px;
}

.mb-130-neg {
  margin-bottom: -130px;
}

.mb-140-neg {
  margin-bottom: -140px;
}

.mb-150-neg {
  margin-bottom: -150px;
}

.mb-160-neg {
  margin-bottom: -160px;
}

.mb-170-neg {
  margin-bottom: -170px;
}

.mb-180-neg {
  margin-bottom: -180px;
}

.mb-190-neg {
  margin-bottom: -190px;
}

.mb-200-neg {
  margin-bottom: -200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mt-xxl {
    margin-top: 60px !important;
  }
  .mt-xl {
    margin-top: 50px !important;
  }
  .mt-l {
    margin-top: 40px !important;
  }
  .mt-m {
    margin-top: 30px !important;
  }
  .mt-s {
    margin-top: 25px !important;
  }
  .mt-xs {
    margin-top: 25px !important;
  }
  .mt-xxs {
    margin-top: 25px !important;
  }
  .mb-xxl {
    margin-bottom: 60px !important;
  }
  .mb-xl {
    margin-bottom: 50px !important;
  }
  .mb-l {
    margin-bottom: 40px !important;
  }
  .mb-m {
    margin-bottom: 30px !important;
  }
  .mb-s {
    margin-bottom: 25px !important;
  }
  .mb-xs {
    margin-bottom: 25px !important;
  }
  .mb-xxs {
    margin-bottom: 25px !important;
  }
  .pt-xxl {
    padding-top: 130px !important;
  }
  .pt-xl {
    padding-top: 110px !important;
  }
  .pt-l {
    padding-top: 100px !important;
  }
  .pt-m {
    padding-top: 80px !important;
  }
  .pt-s {
    padding-top: 70px !important;
  }
  .pt-xs {
    padding-top: 40px !important;
  }
  .pt-xxs {
    padding-top: 30px !important;
  }
  .pb-xxl {
    padding-bottom: 130px !important;
  }
  .pb-xl {
    padding-bottom: 110px !important;
  }
  .pb-l {
    padding-bottom: 100px !important;
  }
  .pb-m {
    padding-bottom: 80px !important;
  }
  .pb-s {
    padding-bottom: 70px !important;
  }
  .pb-xs {
    padding-bottom: 40px !important;
  }
  .pb-xxs {
    padding-bottom: 30px !important;
  }
  .mt-0-t {
    margin-top: 0 !important;
  }
  .mt-5-t {
    margin-top: 5px !important;
  }
  .mt-10-t {
    margin-top: 10px !important;
  }
  .mt-20-t {
    margin-top: 20px !important;
  }
  .mt-30-t {
    margin-top: 30px !important;
  }
  .mt-40-t {
    margin-top: 40px !important;
  }
  .mt-50-t {
    margin-top: 50px !important;
  }
  .mt-60-t {
    margin-top: 60px !important;
  }
  .mt-70-t {
    margin-top: 70px !important;
  }
  .mt-80-t {
    margin-top: 80px !important;
  }
  .mt-90-t {
    margin-top: 90px !important;
  }
  .mt-100-t {
    margin-top: 100px !important;
  }
  .mt-110-t {
    margin-top: 110px !important;
  }
  .mt-120-t {
    margin-top: 120px !important;
  }
  .mt-130-t {
    margin-top: 130px !important;
  }
  .mt-140-t {
    margin-top: 140px !important;
  }
  .mt-150-t {
    margin-top: 150px !important;
  }
  .mt-160-t {
    margin-top: 160px !important;
  }
  .mt-170-t {
    margin-top: 170px !important;
  }
  .mt-180-t {
    margin-top: 180px !important;
  }
  .mt-190-t {
    margin-top: 190px !important;
  }
  .mt-200-t {
    margin-top: 200px !important;
  }
  .mb-0-t {
    margin-bottom: 0 !important;
  }
  .mb-5-t {
    margin-bottom: 5px !important;
  }
  .mb-10-t {
    margin-bottom: 10px !important;
  }
  .mb-20-t {
    margin-bottom: 20px !important;
  }
  .mb-30-t {
    margin-bottom: 30px !important;
  }
  .mb-40-t {
    margin-bottom: 40px !important;
  }
  .mb-50-t {
    margin-bottom: 50px !important;
  }
  .mb-60-t {
    margin-bottom: 60px !important;
  }
  .mb-70-t {
    margin-bottom: 70px !important;
  }
  .mb-80-t {
    margin-bottom: 80px !important;
  }
  .mb-90-t {
    margin-bottom: 90px !important;
  }
  .mb-100-t {
    margin-bottom: 100px !important;
  }
  .mb-110-t {
    margin-bottom: 110px !important;
  }
  .mb-120-t {
    margin-bottom: 120px !important;
  }
  .mb-130-t {
    margin-bottom: 130px !important;
  }
  .mb-140-t {
    margin-bottom: 140px !important;
  }
  .mb-150-t {
    margin-bottom: 150px !important;
  }
  .mb-160-t {
    margin-bottom: 160px !important;
  }
  .mb-170-t {
    margin-bottom: 170px !important;
  }
  .mb-180-t {
    margin-bottom: 180px !important;
  }
  .mb-190-t {
    margin-bottom: 190px !important;
  }
  .mb-200-t {
    margin-bottom: 200px !important;
  }
  .pt-0-t {
    padding-top: 0 !important;
  }
  .pt-5-t {
    padding-top: 5px !important;
  }
  .pt-10-t {
    padding-top: 10px !important;
  }
  .pt-20-t {
    padding-top: 20px !important;
  }
  .pt-30-t {
    padding-top: 30px !important;
  }
  .pt-40-t {
    padding-top: 40px !important;
  }
  .pt-50-t {
    padding-top: 50px !important;
  }
  .pt-60-t {
    padding-top: 60px !important;
  }
  .pt-70-t {
    padding-top: 70px !important;
  }
  .pt-80-t {
    padding-top: 80px !important;
  }
  .pt-90-t {
    padding-top: 90px !important;
  }
  .pt-100-t {
    padding-top: 100px !important;
  }
  .pt-110-t {
    padding-top: 110px !important;
  }
  .pt-120-t {
    padding-top: 120px !important;
  }
  .pt-130-t {
    padding-top: 130px !important;
  }
  .pt-140-t {
    padding-top: 140px !important;
  }
  .pt-150-t {
    padding-top: 150px !important;
  }
  .pt-160-t {
    padding-top: 160px !important;
  }
  .pt-170-t {
    padding-top: 170px !important;
  }
  .pt-180-t {
    padding-top: 180px !important;
  }
  .pt-190-t {
    padding-top: 190px !important;
  }
  .pt-200-t {
    padding-top: 200px !important;
  }
  .pb-0-t {
    padding-bottom: 0 !important;
  }
  .pb-5-t {
    padding-bottom: 5px !important;
  }
  .pb-10-t {
    padding-bottom: 10px !important;
  }
  .pb-20-t {
    padding-bottom: 20px !important;
  }
  .pb-30-t {
    padding-bottom: 30px !important;
  }
  .pb-40-t {
    padding-bottom: 40px !important;
  }
  .pb-50-t {
    padding-bottom: 50px !important;
  }
  .pb-60-t {
    padding-bottom: 60px !important;
  }
  .pb-70-t {
    padding-bottom: 70px !important;
  }
  .pb-80-t {
    padding-bottom: 80px !important;
  }
  .pb-90-t {
    padding-bottom: 90px !important;
  }
  .pb-100-t {
    padding-bottom: 100px !important;
  }
  .pb-110-t {
    padding-bottom: 110px !important;
  }
  .pb-120-t {
    padding-bottom: 120px !important;
  }
  .pb-130-t {
    padding-bottom: 130px !important;
  }
  .pb-140-t {
    padding-bottom: 140px !important;
  }
  .pb-150-t {
    padding-bottom: 150px !important;
  }
  .pb-160-t {
    padding-bottom: 160px !important;
  }
  .pb-170-t {
    padding-bottom: 170px !important;
  }
  .pb-180-t {
    padding-bottom: 180px !important;
  }
  .pb-190-t {
    padding-bottom: 190px !important;
  }
  .pb-200-t {
    padding-bottom: 200px !important;
  }
  .p-0-t {
    padding: 0 !important;
  }
  .p-5-t {
    padding: 5px !important;
  }
  .p-10-t {
    padding: 10px !important;
  }
  .p-20-t {
    padding: 20px !important;
  }
  .p-30-t {
    padding: 30px !important;
  }
  .p-40-t {
    padding: 40px !important;
  }
  .p-50-t {
    padding: 50px !important;
  }
  .p-60-t {
    padding: 60px !important;
  }
  .p-70-t {
    padding: 70px !important;
  }
  .p-80-t {
    padding: 80px !important;
  }
  .p-90-t {
    padding: 90px !important;
  }
  .p-100-t {
    padding: 100px !important;
  }
  .p-110-t {
    padding: 110px !important;
  }
  .p-120-t {
    padding: 120px !important;
  }
  .p-130-t {
    padding: 130px !important;
  }
  .p-140-t {
    padding: 140px !important;
  }
  .p-150-t {
    padding: 150px !important;
  }
  .p-160-t {
    padding: 160px !important;
  }
  .p-170-t {
    padding: 170px !important;
  }
  .p-180-t {
    padding: 180px !important;
  }
  .p-190-t {
    padding: 190px !important;
  }
  .p-200-t {
    padding: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-xxl {
    margin-top: 50px !important;
  }
  .mt-xl {
    margin-top: 40px !important;
  }
  .mt-l {
    margin-top: 30px !important;
  }
  .mt-m {
    margin-top: 25px !important;
  }
  .mt-s {
    margin-top: 20px !important;
  }
  .mt-xs {
    margin-top: 25px !important;
  }
  .mt-xxs {
    margin-top: 25px !important;
  }
  .mb-xxl {
    margin-bottom: 50px !important;
  }
  .mb-xl {
    margin-bottom: 40px !important;
  }
  .mb-l {
    margin-bottom: 30px !important;
  }
  .mb-m {
    margin-bottom: 25px !important;
  }
  .mb-s {
    margin-bottom: 20px !important;
  }
  .mb-xs {
    margin-bottom: 25px !important;
  }
  .mb-xxs {
    margin-bottom: 25px !important;
  }
  .pt-xxl {
    padding-top: 80px !important;
  }
  .pt-xl {
    padding-top: 70px !important;
  }
  .pt-l {
    padding-top: 70px !important;
  }
  .pt-m {
    padding-top: 60px !important;
  }
  .pt-s {
    padding-top: 50px !important;
  }
  .pt-xs {
    padding-top: 40px !important;
  }
  .pt-xxs {
    padding-top: 30px !important;
  }
  .pb-xxl {
    padding-bottom: 80px !important;
  }
  .pb-xl {
    padding-bottom: 70px !important;
  }
  .pb-l {
    padding-bottom: 70px !important;
  }
  .pb-m {
    padding-bottom: 60px !important;
  }
  .pb-s {
    padding-bottom: 50px !important;
  }
  .pb-xs {
    padding-bottom: 40px !important;
  }
  .pb-xxs {
    padding-bottom: 30px !important;
  }
  .mt-xxl-m {
    margin-top: 80px !important;
  }
  .mt-xl-m {
    margin-top: 70px !important;
  }
  .mt-l-m {
    margin-top: 60px !important;
  }
  .mt-m-m {
    margin-top: 45px !important;
  }
  .mt-m-m {
    margin-top: 35px !important;
  }
  .mt-xs-m {
    margin-top: 25px !important;
  }
  .mt-xxs-m {
    margin-top: 20px !important;
  }
  .mt-no-m {
    margin-top: 0px !important;
  }
  .mb-xxl-m {
    margin-bottom: 80px !important;
  }
  .mb-xl-m {
    margin-bottom: 70px !important;
  }
  .mb-l-m {
    margin-bottom: 60px !important;
  }
  .mb-m-m {
    margin-bottom: 45px !important;
  }
  .mb-m-m {
    margin-bottom: 35px !important;
  }
  .mb-xs-m {
    margin-bottom: 25px !important;
  }
  .mb-xxs-m {
    margin-bottom: 20px !important;
  }
  .mb-no-m {
    margin-bottom: 0px !important;
  }
  .mt-0-m {
    margin-top: 0 !important;
  }
  .mt-5-m {
    margin-top: 5px !important;
  }
  .mt-10-m {
    margin-top: 10px !important;
  }
  .mt-20-m {
    margin-top: 20px !important;
  }
  .mt-30-m {
    margin-top: 30px !important;
  }
  .mt-40-m {
    margin-top: 40px !important;
  }
  .mt-50-m {
    margin-top: 50px !important;
  }
  .mt-60-m {
    margin-top: 60px !important;
  }
  .mt-70-m {
    margin-top: 70px !important;
  }
  .mt-80-m {
    margin-top: 80px !important;
  }
  .mt-90-m {
    margin-top: 90px !important;
  }
  .mt-100-m {
    margin-top: 100px !important;
  }
  .mt-110-m {
    margin-top: 110px !important;
  }
  .mt-120-m {
    margin-top: 120px !important;
  }
  .mt-130-m {
    margin-top: 130px !important;
  }
  .mt-140-m {
    margin-top: 140px !important;
  }
  .mt-150-m {
    margin-top: 150px !important;
  }
  .mt-160-m {
    margin-top: 160px !important;
  }
  .mt-170-m {
    margin-top: 170px !important;
  }
  .mt-180-m {
    margin-top: 180px !important;
  }
  .mt-190-m {
    margin-top: 190px !important;
  }
  .mt-200-m {
    margin-top: 200px !important;
  }
  .mb-0-m {
    margin-bottom: 0 !important;
  }
  .mb-5-m {
    margin-bottom: 5px !important;
  }
  .mb-10-m {
    margin-bottom: 10px !important;
  }
  .mb-20-m {
    margin-bottom: 20px !important;
  }
  .mb-30-m {
    margin-bottom: 30px !important;
  }
  .mb-40-m {
    margin-bottom: 40px !important;
  }
  .mb-50-m {
    margin-bottom: 50px !important;
  }
  .mb-60-m {
    margin-bottom: 60px !important;
  }
  .mb-70-m {
    margin-bottom: 70px !important;
  }
  .mb-80-m {
    margin-bottom: 80px !important;
  }
  .mb-90-m {
    margin-bottom: 90px !important;
  }
  .mb-100-m {
    margin-bottom: 100px !important;
  }
  .mb-110-m {
    margin-bottom: 110px !important;
  }
  .mb-120-m {
    margin-bottom: 120px !important;
  }
  .mb-130-m {
    margin-bottom: 130px !important;
  }
  .mb-140-m {
    margin-bottom: 140px !important;
  }
  .mb-150-m {
    margin-bottom: 150px !important;
  }
  .mb-160-m {
    margin-bottom: 160px !important;
  }
  .mb-170-m {
    margin-bottom: 170px !important;
  }
  .mb-180-m {
    margin-bottom: 180px !important;
  }
  .mb-190-m {
    margin-bottom: 190px !important;
  }
  .mb-200-m {
    margin-bottom: 200px !important;
  }
  .pt-0-m {
    padding-top: 0 !important;
  }
  .pt-5-m {
    padding-top: 5px !important;
  }
  .pt-10-m {
    padding-top: 10px !important;
  }
  .pt-20-m {
    padding-top: 20px !important;
  }
  .pt-30-m {
    padding-top: 30px !important;
  }
  .pt-40-m {
    padding-top: 40px !important;
  }
  .pt-50-m {
    padding-top: 50px !important;
  }
  .pt-60-m {
    padding-top: 60px !important;
  }
  .pt-70-m {
    padding-top: 70px !important;
  }
  .pt-80-m {
    padding-top: 80px !important;
  }
  .pt-90-m {
    padding-top: 90px !important;
  }
  .pt-100-m {
    padding-top: 100px !important;
  }
  .pt-110-m {
    padding-top: 110px !important;
  }
  .pt-120-m {
    padding-top: 120px !important;
  }
  .pt-130-m {
    padding-top: 130px !important;
  }
  .pt-140-m {
    padding-top: 140px !important;
  }
  .pt-150-m {
    padding-top: 150px !important;
  }
  .pt-160-m {
    padding-top: 160px !important;
  }
  .pt-170-m {
    padding-top: 170px !important;
  }
  .pt-180-m {
    padding-top: 180px !important;
  }
  .pt-190-m {
    padding-top: 190px !important;
  }
  .pt-200-m {
    padding-top: 200px !important;
  }
  .pb-0-m {
    padding-bottom: 0 !important;
  }
  .pb-5-m {
    padding-bottom: 5px !important;
  }
  .pb-10-m {
    padding-bottom: 10px !important;
  }
  .pb-20-m {
    padding-bottom: 20px !important;
  }
  .pb-30-m {
    padding-bottom: 30px !important;
  }
  .pb-40-m {
    padding-bottom: 40px !important;
  }
  .pb-50-m {
    padding-bottom: 50px !important;
  }
  .pb-60-m {
    padding-bottom: 60px !important;
  }
  .pb-70-m {
    padding-bottom: 70px !important;
  }
  .pb-80-m {
    padding-bottom: 80px !important;
  }
  .pb-90-m {
    padding-bottom: 90px !important;
  }
  .pb-100-m {
    padding-bottom: 100px !important;
  }
  .pb-110-m {
    padding-bottom: 110px !important;
  }
  .pb-120-m {
    padding-bottom: 120px !important;
  }
  .pb-130-m {
    padding-bottom: 130px !important;
  }
  .pb-140-m {
    padding-bottom: 140px !important;
  }
  .pb-150-m {
    padding-bottom: 150px !important;
  }
  .pb-160-m {
    padding-bottom: 160px !important;
  }
  .pb-170-m {
    padding-bottom: 170px !important;
  }
  .pb-180-m {
    padding-bottom: 180px !important;
  }
  .pb-190-m {
    padding-bottom: 190px !important;
  }
  .pb-200-m {
    padding-bottom: 200px !important;
  }
  .p-0-m {
    padding: 0 !important;
  }
  .p-5-m {
    padding: 5px !important;
  }
  .p-10-m {
    padding: 10px !important;
  }
  .p-20-m {
    padding: 20px !important;
  }
  .p-30-m {
    padding: 30px !important;
  }
  .p-40-m {
    padding: 40px !important;
  }
  .p-50-m {
    padding: 50px !important;
  }
  .p-60-m {
    padding: 60px !important;
  }
  .p-70-m {
    padding: 70px !important;
  }
  .p-80-m {
    padding: 80px !important;
  }
  .p-90-m {
    padding: 90px !important;
  }
  .p-100-m {
    padding: 100px !important;
  }
  .p-110-m {
    padding: 110px !important;
  }
  .p-120-m {
    padding: 120px !important;
  }
  .p-130-m {
    padding: 130px !important;
  }
  .p-140-m {
    padding: 140px !important;
  }
  .p-150-m {
    padding: 150px !important;
  }
  .p-160-m {
    padding: 160px !important;
  }
  .p-170-m {
    padding: 170px !important;
  }
  .p-180-m {
    padding: 180px !important;
  }
  .p-190-m {
    padding: 190px !important;
  }
  .p-200-m {
    padding: 200px !important;
  }
}
/* =============================================================================
 * margin + padding classes - horizontal
 * ========================================================================== */
/* margin-left */
.ml-xxl {
  margin-left: 240px !important;
}

.ml-xl {
  margin-left: 200px !important;
}

.ml-l {
  margin-left: 160px !important;
}

.ml-m {
  margin-left: 120px !important;
}

.ml-s {
  margin-left: 80px !important;
}

.ml-xs {
  margin-left: 40px !important;
}

.ml-xxs {
  margin-left: 20px !important;
}

.ml-100 {
  margin-left: 100% !important;
}

.ml-90 {
  margin-left: 90% !important;
}

.ml-80 {
  margin-left: 80% !important;
}

.ml-75 {
  margin-left: 75% !important;
}

.ml-70 {
  margin-left: 70% !important;
}

.ml-60 {
  margin-left: 60% !important;
}

.ml-50 {
  margin-left: 50% !important;
}

.ml-40 {
  margin-left: 40% !important;
}

.ml-30 {
  margin-left: 30% !important;
}

.ml-25 {
  margin-left: 25% !important;
}

.ml-20 {
  margin-left: 20% !important;
}

.ml-10 {
  margin-left: 10% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-1 {
  margin-left: 1% !important;
}

/* margin-right */
.mr-xxl {
  margin-right: 240px !important;
}

.mr-xl {
  margin-right: 200px !important;
}

.mr-l {
  margin-right: 160px !important;
}

.mr-m {
  margin-right: 120px !important;
}

.mr-s {
  margin-right: 80px !important;
}

.mr-xs {
  margin-right: 40px !important;
}

.mr-xxs {
  margin-right: 20px !important;
}

.mr-100 {
  margin-right: 100% !important;
}

.mr-90 {
  margin-right: 90% !important;
}

.mr-80 {
  margin-right: 80% !important;
}

.mr-75 {
  margin-right: 75% !important;
}

.mr-70 {
  margin-right: 70% !important;
}

.mr-60 {
  margin-right: 60% !important;
}

.mr-50 {
  margin-right: 50% !important;
}

.mr-40 {
  margin-right: 40% !important;
}

.mr-30 {
  margin-right: 30% !important;
}

.mr-25 {
  margin-right: 25% !important;
}

.mr-20 {
  margin-right: 20% !important;
}

.mr-10 {
  margin-right: 10% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mr-1 {
  margin-right: 1% !important;
}

/* padding-left */
.pl-xxl {
  padding-left: 240px !important;
}

.pl-xl {
  padding-left: 200px !important;
}

.pl-l {
  padding-left: 160px !important;
}

.pl-m {
  padding-left: 120px !important;
}

.pl-s {
  padding-left: 80px !important;
}

.pl-xs {
  padding-left: 40px !important;
}

.pl-xxs {
  padding-left: 20px !important;
}

.pl-100 {
  padding-left: 100% !important;
}

.pl-90 {
  padding-left: 90% !important;
}

.pl-80 {
  padding-left: 80% !important;
}

.pl-75 {
  padding-left: 75% !important;
}

.pl-70 {
  padding-left: 70% !important;
}

.pl-60 {
  padding-left: 60% !important;
}

.pl-50 {
  padding-left: 50% !important;
}

.pl-40 {
  padding-left: 40% !important;
}

.pl-30 {
  padding-left: 30% !important;
}

.pl-25 {
  padding-left: 25% !important;
}

.pl-20 {
  padding-left: 20% !important;
}

.pl-10 {
  padding-left: 10% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pl-1 {
  padding-left: 1% !important;
}

/* padding-right */
.pr-xxl {
  padding-right: 240px !important;
}

.pr-xl {
  padding-right: 200px !important;
}

.pr-l {
  padding-right: 160px !important;
}

.pr-m {
  padding-right: 120px !important;
}

.pr-s {
  padding-right: 80px !important;
}

.pr-xs {
  padding-right: 40px !important;
}

.pr-xxs {
  padding-right: 20px !important;
}

.pr-100 {
  padding-right: 100% !important;
}

.pr-90 {
  padding-right: 90% !important;
}

.pr-80 {
  padding-right: 80% !important;
}

.pr-75 {
  padding-right: 75% !important;
}

.pr-70 {
  padding-right: 70% !important;
}

.pr-60 {
  padding-right: 60% !important;
}

.pr-50 {
  padding-right: 50% !important;
}

.pr-40 {
  padding-right: 40% !important;
}

.pr-30 {
  padding-right: 30% !important;
}

.pr-25 {
  padding-right: 25% !important;
}

.pr-20 {
  padding-right: 20% !important;
}

.pr-10 {
  padding-right: 10% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.pr-1 {
  padding-right: 1% !important;
}

@media only screen and (max-width: 767px) {
  .ml-xxl,
.ml-xl,
.ml-l,
.ml-m,
.ml-s,
.ml-xs,
.ml-xxs,
.ml-100,
.ml-90,
.ml-80,
.ml-75,
.ml-70,
.ml-60,
.ml-50,
.ml-40,
.ml-30,
.ml-20,
.ml-10,
.ml-5,
.ml-1 {
    margin-left: 0 !important;
  }
  .mr-xxl,
.mr-xl,
.mr-l,
.mr-m,
.mr-s,
.mr-xs,
.mr-xxs,
.mr-100,
.mr-90,
.mr-80,
.mr-75,
.mr-70,
.mr-60,
.mr-50,
.mr-40,
.mr-30,
.mr-20,
.mr-10,
.mr-5,
.mr-1 {
    margin-right: 0 !important;
  }
  .pl-xxl,
.pl-xl,
.pl-l,
.pl-m,
.pl-s,
.pl-xs,
.pl-xxs,
.pl-100,
.pl-90,
.pl-80,
.pl-75,
.pl-70,
.pl-60,
.pl-50,
.pl-40,
.pl-30,
.pl-20,
.pl-10,
.pl-5,
.pl-1 {
    padding-left: 0 !important;
  }
  .pr-xxl,
.pr-xl,
.pr-l,
.pr-m,
.pr-s,
.pr-xs,
.pr-xxs,
.pr-100,
.pr-90,
.pr-80,
.pr-75,
.pr-70,
.pr-60,
.pr-50,
.pr-40,
.pr-30,
.pr-20,
.pr-10,
.pr-5,
.pr-1 {
    padding-right: 0 !important;
  }
  .ml-0-m > .attributes {
    margin-left: 0 !important;
  }
  .mr-0-m > .attributes {
    margin-right: 0 !important;
  }
  .mt-0-m > .attributes {
    margin-top: 0 !important;
  }
  .mb-0-m > .attributes {
    margin-bottom: 0 !important;
  }
}
/* =============================================================================
 * font-size
 * ========================================================================== */
.font-size-xxxxxl,
.font-size-xxxxxl p {
  font-size: 6.667rem;
  line-height: 1.5;
}

.font-size-xxxxl,
.font-size-xxxxl p {
  font-size: 5.667rem;
  line-height: 1.5;
}

.font-size-xxxl,
.font-size-xxxl p {
  font-size: 5rem;
  line-height: 1.5;
}

.font-size-xxl,
.font-size-xxl p {
  font-size: 4.333rem;
  line-height: 1.5;
}

.font-size-xl,
.font-size-xl p {
  font-size: 3.667rem;
  line-height: 1.5;
}

.font-size-l,
.font-size-l p {
  font-size: 3rem;
  line-height: 1.5;
}

.font-size-m,
.font-size-m p {
  font-size: 2.333rem;
  line-height: 1.5;
}

.font-size-s,
.font-size-s p {
  font-size: 1.667rem;
  line-height: 1.5;
}

.font-size-xs,
.font-size-xs p {
  font-size: 1.467rem;
  line-height: 1.5;
}

.font-size-xxs,
.font-size-xxs p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.font-size-xxxs,
.font-size-xxxs p {
  font-size: 0.9333rem;
  line-height: 1.5;
}

.font-size-xxxxs,
.font-size-xxxxs p {
  font-size: 0.8rem;
}

.font-size-xxxxxs,
.font-size-xxxxxs p {
  font-size: 0.6667rem;
}

/* =============================================================================
 * border classes
 * ========================================================================== */
.no-border {
  border: 0 !important;
}

.bt-dark {
  border-top: 1px solid rgb(229, 229, 229);
}

.bb-dark {
  border-bottom: 1px solid rgb(229, 229, 229);
}

.bt-light {
  border-top: 1px solid rgb(255, 255, 255);
}

.bb-light {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.bt-dark-dashed {
  border-top: 1px dashed rgb(229, 229, 229);
}

.bb-dark-dashed {
  border-bottom: 1px dashed rgb(229, 229, 229);
}

.bt-light-dashed {
  border-top: 1px dashed rgb(255, 255, 255);
}

.bb-light-dashed {
  border-bottom: 1px dashed rgb(255, 255, 255);
}

.bt-dark-dotted {
  border-top: 1px dotted rgb(229, 229, 229);
}

.bb-dark-dotted {
  border-bottom: 1px dotted rgb(229, 229, 229);
}

.bt-light-dotted {
  border-top: 1px dotted rgb(255, 255, 255);
}

.bb-light-dotted {
  border-bottom: 1px dotted rgb(255, 255, 255);
}

/* =============================================================================
 * image border classes
 * ========================================================================== */
.ce_image.border-1 img {
  border: 1px solid rgb(220, 220, 220);
}

.ce_image.border-5 img {
  border: 5px solid rgb(220, 220, 220);
}

.ce_image.border-10 img {
  border: 10px solid rgb(220, 220, 220);
}

/* =============================================================================
 * background color classes
 * ========================================================================== */
.bg-accent {
  background-color: rgb(152, 152, 152);
}

.bg-lightgray {
  background-color: rgb(247, 247, 247) !important;
}

.bg-darkgray {
  background-color: rgb(69, 69, 69) !important;
}

.bg-black {
  background-color: rgb(0, 0, 0) !important;
}

.bg-gray {
  background-color: rgb(248, 248, 248);
}

.bg-alert {
  background-color: rgb(206, 79, 75);
}

.bg-info {
  background-color: rgb(94, 187, 215);
}

.bg-warning {
  background-color: rgb(240, 173, 78);
}

.bg-success {
  background-color: rgb(82, 172, 82);
}

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-white {
  background: rgb(255, 255, 255);
}

/* =============================================================================
 * text color classes | important
 * ========================================================================== */
.color-white,
.color-white p,
.color-white i,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white a:not(.link-white) {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.color-gray,
.color-gray p,
.color-gray i,
.color-gray h1,
.color-gray h2,
.color-gray h3,
.color-gray h4,
.color-gray h5,
.color-gray h6,
.color-gray a:not(.link-white) {
  color: rgb(127, 127, 127) !important;
}

.color-lightgray,
.color-lightgray p,
.color-lightgray i,
.color-lightgray h1,
.color-lightgray h2,
.color-lightgray h3,
.color-lightgray h4,
.color-lightgray h5,
.color-lightgray h6,
.color-lightgray a:not(.link-white) {
  color: rgb(180, 180, 180) !important;
}

.color-darkgray,
.color-darkgray p,
.color-darkgray i,
.color-darkgray h1,
.color-darkgray h2,
.color-darkgray h3,
.color-darkgray h4,
.color-darkgray h5,
.color-darkgray h6,
.color-darkgray a:not(.link-white) {
  color: rgb(76, 76, 76) !important;
}

.color-white-trnp-50,
.color-white-trnp-50 p,
.color-white-trnp-50 i,
.color-white-trnp-50 h1,
.color-white-trnp-50 h2,
.color-white-trnp-50 h3,
.color-white-trnp-50 h4,
.color-white-trnp-50 h5,
.color-white-trnp-50 h6,
.color-white-trnp-50 a:not(.link-white) {
  color: rgba(255, 255, 255, 0.8) !important;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
  color: rgb(152, 152, 152);
}

.color-success,
.color-success p,
.color-success i,
.color-success h1,
.color-success h2,
.color-success h3,
.color-success h4,
.color-success h5,
.color-success h6,
.color-success a:not(.link-white) {
  color: rgb(157, 213, 93);
}

.color-alert,
.color-alert p,
.color-alert i,
.color-alert h1,
.color-alert h2,
.color-alert h3,
.color-alert h4,
.color-alert h5,
.color-alert h6,
.color-alert a:not(.link-white) {
  color: rgb(247, 80, 90);
}

.color-warning,
.color-warning p,
.color-warning i,
.color-warning h1,
.color-warning h2,
.color-warning h3,
.color-warning h4,
.color-warning h5,
.color-warning h6,
.color-warning a:not(.link-white) {
  color: rgb(240, 138, 36);
}

.color-info,
.color-info p,
.color-info i,
.color-info h1,
.color-info h2,
.color-info h3,
.color-info h4,
.color-info h5,
.color-info h6,
.color-info a:not(.link-white) {
  color: rgb(160, 211, 232);
}

/* =============================================================================
 * text color classes
 * ========================================================================== */
.txt-color-gray,
.txt-color-gray p,
.txt-color-gray i,
.txt-color-gray a,
.txt-color-gray h1,
.txt-color-gray h2,
.txt-color-gray h3,
.txt-color-gray h4,
.txt-color-gray h5,
.txt-color-gray h6,
.txt-color-gray .h1,
.txt-color-gray .h2,
.txt-color-gray .h3,
.txt-color-gray .h4,
.txt-color-gray .h5,
.txt-color-gray .h6,
.txt-color-gray .h1 p,
.txt-color-gray .h2 p,
.txt-color-gray .h3 p,
.txt-color-gray .h4 p,
.txt-color-gray .h5 p,
.txt-color-gray .h6 p,
.txt-color-gray.h1,
.txt-color-gray.h2,
.txt-color-gray.h3,
.txt-color-gray.h4,
.txt-color-gray.h5,
.txt-color-gray.h6,
.txt-color-gray.h1 p,
.txt-color-gray.h2 p,
.txt-color-gray.h3 p,
.txt-color-gray.h4 p,
.txt-color-gray.h5 p,
.txt-color-gray.h6 p {
  color: rgb(127, 127, 127);
}

.txt-color-white,
.txt-color-white p,
.txt-color-white i,
.txt-color-white a,
.txt-color-white h1,
.txt-color-white h2,
.txt-color-white h3,
.txt-color-white h4,
.txt-color-white h5,
.txt-color-white h6,
.txt-color-white .h1,
.txt-color-white .h2,
.txt-color-white .h3,
.txt-color-white .h4,
.txt-color-white .h5,
.txt-color-white .h6,
.txt-color-white .h1 p,
.txt-color-white .h2 p,
.txt-color-white .h3 p,
.txt-color-white .h4 p,
.txt-color-white .h5 p,
.txt-color-white .h6 p,
.txt-color-white.h1,
.txt-color-white.h2,
.txt-color-white.h3,
.txt-color-white.h4,
.txt-color-white.h5,
.txt-color-white.h6,
.txt-color-white.h1 p,
.txt-color-white.h2 p,
.txt-color-white.h3 p,
.txt-color-white.h4 p,
.txt-color-white.h5 p,
.txt-color-white.h6 p {
  color: rgb(255, 255, 255);
}

/* =============================================================================
 * align helper classes
 * ========================================================================== */
.align-center,
.align-center * {
  text-align: center !important;
}

.align-right,
.align-right * {
  text-align: right !important;
}

.align-left,
.align-left * {
  text-align: left !important;
}

.align-centered {
  margin-left: auto;
  margin-right: auto;
}

.align-centered.autogrid {
  float: none;
}

.h-align-left {
  text-align: left;
}

.h-align-center {
  text-align: center;
}

.h-align-right {
  text-align: right;
}

/* =============================================================================
 * device visibility classes
 * ========================================================================== */
.hidden {
  display: none;
}

.only_mobile,
.only-mobile {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .hide_desktop,
.hide-desktop {
    display: none !important;
  }
}
/* =============================================================================
 * labels
 * ========================================================================== */
[class*=label-] {
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 10px;
  display: inline-block;
}

.label-accent {
  background: rgb(152, 152, 152);
}

.label-secondary {
  background: rgb(231, 231, 231);
  color: rgb(51, 51, 51);
}

.label-success {
  background: rgb(157, 213, 93);
}

.label-alert {
  background: rgb(247, 80, 90);
}

.label-warning {
  background: rgb(240, 138, 36);
}

.label-info {
  background: rgb(160, 211, 232);
  color: rgb(51, 51, 51);
}

/* =============================================================================
 * letter spacing
 * ========================================================================== */
.letter-spacing-xxl {
  letter-spacing: 10px;
}

.letter-spacing-xl {
  letter-spacing: 5px;
}

.letter-spacing-l {
  letter-spacing: 3px;
}

.letter-spacing-m {
  letter-spacing: 2px;
}

.letter-spacing-s {
  letter-spacing: 1px;
}

/* =============================================================================
 * utility classes text
 * ========================================================================== */
.line-through {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.medium-width {
  max-width: 600px;
}

.medium-small {
  max-width: 400px;
}

.medium-width-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.small-width-center {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

span.highlight {
  background: rgb(51, 51, 51);
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}

span.serif {
  font-family: Georgia, Times, serif;
}

span.no-serif {
  font-family: Arial, Verdana, sans-serif;
}

.no-underline,
.no-underline a {
  text-decoration: none;
}

/* =============================================================================
 * sup
 * ========================================================================== */
sup {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.5em;
}

/* =============================================================================
 * border-radius
 * ========================================================================== */
.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-radius-100 {
  border-radius: 100%;
}

/* =============================================================================
 * text-shadow
 * ========================================================================== */
.text-shadow-10 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-20 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.text-shadow-30 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.text-shadow-40 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.text-shadow-50 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-shadow-60 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.text-shadow-70 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.text-shadow-80 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.text-shadow-90 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.text-shadow-100 {
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

@media (max-width: 992px) {
  h3 {
    font-size: 1.1rem !important;
  }
}

strong,
bold {
  font-weight: 500;
}

::selection,
::-moz-selection {
  background: var(--color-primary);
  color: var(--color-white);
}

.block {
  overflow: visible;
}

.hidden-wrapper {
  display: none;
}

.b2c-d-none {
  display: none;
}

.b2b .b2c-d-none {
  display: block !important;
}

.select2-container--open {
  z-index: 99999;
}

.modal {
  z-index: 999999999;
}

.round-corners img {
  border-radius: 15px;
}

#countryModal .select2-container {
  width: 100%;
}
#countryModal .select2-container .select2-selection--single {
  background-color: var(--color-white2);
  border: 1px solid var(--color-grey3);
  border-radius: 2px;
  height: 2.5em;
  display: flex;
  align-items: center;
}
#countryModal .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.autogrid_row .align_left {
  display: flex;
  justify-content: start;
}
.autogrid_row .align_center {
  display: flex;
  justify-content: center;
}
.autogrid_row .align_right {
  display: flex;
  justify-content: end;
}

@media (min-width: 1200px) {
  .car_details h4 {
    font-size: 1.3rem;
  }
}

.coming-soon p {
  margin-bottom: 0;
  color: var(--color-pink2);
}

.hide-message-selfservice {
  display: none;
}

.shop-description {
  margin-bottom: 2em;
}
.shop-description ul {
  padding-left: 0;
}
.shop-description ul li {
  position: relative;
  list-style: none;
  padding-left: 2em;
  margin-bottom: 1em;
}
.shop-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: url("/files/themes/aviloo/img/checkcircle.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.grayscale img {
  filter: grayscale(1);
}
.grayscale img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out all;
}

.dashboard-intern .container {
  max-width: 1600px;
}

.contact-location-info {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.2em;
}

.module-box {
  padding: 1em;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 50px 2px rgba(19, 118, 159, 0.2196078431);
}

p.error {
  display: none;
}

div.error {
  background: #ffdede;
  border-radius: 2px;
  display: inline-block;
}
div.error.widget-fineuploader {
  display: block;
}

select {
  border: none;
  border-bottom: 2px solid var(--color-primary);
  padding: 0.5em 1em;
  background-color: var(--color-white);
  cursor: pointer;
}

#mp_webshop_formular .cart-wrapper {
  width: 30em;
  margin-right: 0em;
  margin-left: auto;
  margin-bottom: 1em;
  padding: 1em;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  z-index: 999;
}
@media (min-width: 992px) {
  #mp_webshop_formular .cart-wrapper {
    margin-top: -3.5em;
  }
}
@media (max-width: 992px) {
  #mp_webshop_formular .cart-wrapper {
    padding: 0.5em 0;
  }
}
@media (max-width: 767px) {
  #mp_webshop_formular .cart-wrapper {
    width: 100%;
    /* 			position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: 0; */
  }
}
#mp_webshop_formular .cart-wrapper .cart-head {
  font-weight: bold;
}
#mp_webshop_formular .cart-wrapper table tr th {
  text-align: start;
  vertical-align: top;
  font-weight: normal;
  padding-right: 1em;
}
#mp_webshop_formular .cart-wrapper .car-selection img {
  width: 100%;
  height: 6em;
  object-fit: contain;
}
#mp_webshop_formular .cart-wrapper .product-selection .price {
  font-weight: bold;
}
#mp_webshop_formular .cart-wrapper .product-selection p {
  margin-bottom: 0;
}
#mp_webshop_formular .cart-wrapper .total-cost-wrapper {
  border-top: 1px solid var(--color-primary);
}
#mp_webshop_formular .cart-wrapper .total-cost-wrapper th {
  font-weight: 600;
}
#mp_webshop_formular .products-section {
  margin-bottom: 1.5em;
}
#mp_webshop_formular .products-section .membership_dropdown {
  margin-bottom: 1em;
}
#mp_webshop_formular .products-section .membership_dropdown label {
  display: block;
}
#mp_webshop_formular .products-section .membership_dropdown select {
  max-width: 100%;
}
#mp_webshop_formular .products {
  display: flex;
  flex-direction: column;
}
#mp_webshop_formular .products .product input[type=radio] {
  position: absolute;
  right: 0;
  opacity: 0;
}
#mp_webshop_formular .products .product label {
  position: relative;
  width: 100%;
  margin-top: 1em;
}
#mp_webshop_formular .products .product label .product-image .image_container {
  width: 15em;
}
@media (min-width: 992px) {
  #mp_webshop_formular .products .product label .product-image .image_container {
    width: 25em;
  }
}
#mp_webshop_formular .products .product label .product-description .description-content {
  padding-left: 3.5rem;
  padding-right: 1.2rem;
}
@media (min-width: 767px) {
  #mp_webshop_formular .products .product label .product-description .description-content {
    padding-left: 5rem;
  }
}
#mp_webshop_formular .products .product label .product-description .description-content > div.price_wrapper {
  gap: 1rem;
}
#mp_webshop_formular .products .product label .product-description .title {
  margin: 0;
  font-weight: bold;
}
#mp_webshop_formular .products .product label .product-description .price {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #mp_webshop_formular .products .product label .product-description .price {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
#mp_webshop_formular .products .product label .product-description .discount_price {
  color: var(--color-green);
  font-weight: bold;
}
#mp_webshop_formular .products .product label .product-description .discount_price:empty {
  margin: 0;
}
#mp_webshop_formular .products .product label .product-description .tax {
  margin-bottom: 0;
  display: block;
}
@media (min-width: 992px) {
  #mp_webshop_formular .products .product label .product-description .tax {
    display: inline;
  }
}
#mp_webshop_formular .products .product label .product-description .member_input_wrapper {
  padding-left: 0;
}
@media (min-width: 992px) {
  #mp_webshop_formular .products .product label .product-description .member_input_wrapper {
    padding-left: 5rem;
  }
}
#mp_webshop_formular .products .product label .product-description .member_input_wrapper .member-logo .image_container {
  max-width: 5em;
}
#mp_webshop_formular .products .product label .product-description .member_input_wrapper .member-logo .image_container img {
  width: 5em;
}
#mp_webshop_formular .products .product label .product-description .member_input_wrapper .member-input input {
  max-width: 250px;
}
#mp_webshop_formular .products .product label .product-checkbox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 0;
  width: 3em;
  height: 1.7em;
  background: var(--color-primary);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3em;
}
@media (min-width: 992px) {
  #mp_webshop_formular .products .product label .product-checkbox {
    width: 4.5em;
    height: 2.5em;
    padding: 0 0.5em;
  }
}
#mp_webshop_formular .products .product label .product-checkbox .icon-cart {
  background: url("/files/Webshop/theme/img/dev/icon-cart.svg") no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
}
@media (min-width: 992px) {
  #mp_webshop_formular .products .product label .product-checkbox .icon-cart {
    width: 1.3em;
    height: 1.3em;
  }
}
#mp_webshop_formular .products .product label .product-checkbox .check-field {
  width: 1em;
  height: 1em;
  background: var(--color-white);
  border-radius: 2px;
}
@media (min-width: 992px) {
  #mp_webshop_formular .products .product label .product-checkbox .check-field {
    width: 1.3em;
    height: 1.3em;
  }
}
#mp_webshop_formular .products .product label button.product-details-trigger {
  outline: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s ease-in-out all;
}
#mp_webshop_formular .products .product label button.product-details-trigger:not(.collapsed) {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out all;
}
#mp_webshop_formular .products .product label .product-details {
  font-size: 0.9rem;
}
#mp_webshop_formular .products .product label .product-details .description-wrapper {
  padding-left: 0rem;
}
@media (min-width: 767px) {
  #mp_webshop_formular .products .product label .product-details .description-wrapper {
    padding-left: 5rem;
  }
}
#mp_webshop_formular .products .product label .product-details .description-wrapper ul {
  list-style: none;
  margin-block: 1em;
  padding-left: 2em;
}
#mp_webshop_formular .products .product label .product-details .description-wrapper ul li {
  position: relative;
}
#mp_webshop_formular .products .product label .product-details .description-wrapper ul li::before {
  content: "";
  background: url("/files/Aviloo/assets/img/svg/bullet.svg") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 2px;
  position: absolute;
  left: -2.5em;
  top: 10px;
}
#mp_webshop_formular .products .product label .product-details .return_policy {
  color: var(--color-primary);
  margin: 0;
}
#mp_webshop_formular .products .product label .product-details .video_container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 0;
}
#mp_webshop_formular .products .product label:hover {
  cursor: pointer;
}
#mp_webshop_formular .products .product input[type=radio]:checked + .product-checkbox .check-field {
  background: url("/files/Webshop/theme/img/dev/icon-check-green.svg") no-repeat center;
  background-size: 0.8em;
  background-color: var(--color-white);
}
@media (min-width: 767px) {
  #mp_webshop_formular .products .product input[type=radio]:checked + .product-checkbox .check-field {
    background-size: 1em;
  }
}
#mp_webshop_formular .autogrid_row .column {
  margin-bottom: 0;
}
#mp_webshop_formular .memberfields-container {
  background: var(--color-cyan);
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 767px) {
  #mp_webshop_formular .memberfields-container {
    width: 66%;
  }
}
#mp_webshop_formular .memberfields-container .radio_container > span {
  display: flex;
  gap: 0.7em;
}
#mp_webshop_formular input.radio {
  transform: scale(1.5);
  margin-right: 0.2em;
  accent-color: var(--color-primary);
}
#mp_webshop_formular input.radio ~ label {
  display: inline;
}
@media (min-width: 576px) {
  #mp_webshop_formular input.radio ~ label {
    margin-right: 2em;
    display: inline-block;
  }
}
#mp_webshop_formular input.checkbox {
  transform: scale(1.6);
  margin-right: 0.5em;
  accent-color: var(--color-primary);
}
#mp_webshop_formular .widget-radio .radio_container {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#mp_webshop_formular .widget-radio .radio_container.account {
  flex-direction: row;
  gap: 2em;
}
#mp_webshop_formular .widget-radio .radio_container .radiocontrol {
  display: grid;
  grid-template-columns: 1.2rem auto;
  gap: 1em;
  line-height: 1.3rem;
}
#mp_webshop_formular .widget-radio .radio_container .radiocontrol:focus-within {
  color: var(--color-primary);
}
#mp_webshop_formular .widget-radio .radio_container .radiocontrol input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-white);
  margin: 0;
  width: 19px;
  height: 19px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
#mp_webshop_formular .widget-radio .radio_container .radiocontrol input::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-primary);
  background-color: var(--color-white);
}
#mp_webshop_formular .widget-radio .radio_container .radiocontrol input:checked::before {
  transform: scale(1);
}
#mp_webshop_formular .widget-radio .radio_container .radiocontrol input:focus {
  outline: 2px solid #393939;
  outline-offset: 3px;
}
#mp_webshop_formular .widget-radio .radio_container > span {
  margin-bottom: 0.5em;
}
@media (max-width: 576px) {
  #mp_webshop_formular .widget-radio .radio_container > span {
    display: block;
  }
}
#mp_webshop_formular .widget-radio.optional_adress span {
  display: block;
  margin-bottom: 0.5em;
}
#mp_webshop_formular .widget-radio span.mandatory {
  color: var(--color-pink);
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer a {
  line-height: 1.1;
  display: inline-block !important;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer a::after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  transition: width 0.5s ease;
  background-color: #0a58ca;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer a:hover::after {
  width: 100%;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer input.checkbox {
  position: absolute;
  opacity: 0;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer .checkmark:hover {
  background-color: #f7f7f7;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer input:checked ~ .checkmark::after {
  scale: 1;
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer input:checked ~ .checkmark {
  background-color: var(--color-primary);
}
#mp_webshop_formular .widget-checkbox label.checkboxcontainer .checkmark::after {
  content: "";
  position: absolute;
  scale: 0;
  transition: 120ms all ease-in-out;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid var(--color-white);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mp_webshop_formular .widget-checkbox input.checkbox[value=dsgvo-agb-lieferbedingung] ~ span:not(.checkmark) {
  display: inline;
}
#mp_webshop_formular .widget-checkbox input.checkbox[value=dsgvo-agb-lieferbedingung] ~ span:not(.checkmark) * {
  display: inline;
}
#mp_webshop_formular .widget-checkbox input.checkbox ~ span > .block {
  display: inline;
}
@media (min-width: 576px) {
  #mp_webshop_formular .widget-checkbox input.checkbox ~ span > .block {
    display: inline-block;
  }
}
#mp_webshop_formular .widget-checkbox input.checkbox[required] ~ span:not(.checkmark)::after {
  content: "*";
  color: var(--color-pink);
}
#mp_webshop_formular .widget-checkbox span.mandatory {
  color: var(--color-pink);
}

.license-plate-result,
.gutschein-result,
.uid-result {
  display: inline-block !important;
}
.license-plate-result .success,
.gutschein-result .success,
.uid-result .success {
  color: #4f8a10;
  background-color: #dff2bf;
  font-weight: bold;
  padding: 8px !important;
  border-radius: 2px !important;
  position: relative;
  height: 40px;
}
.license-plate-result .success.success-uid,
.gutschein-result .success.success-uid,
.uid-result .success.success-uid {
  height: auto;
}
.license-plate-result .failure,
.gutschein-result .failure,
.uid-result .failure {
  color: #c51244 !important;
  background: rgba(197, 18, 68, 0.1803921569) !important;
  font-weight: bold;
  padding: 8px !important;
  border-radius: 2px !important;
  position: relative;
  height: 40px;
}
.license-plate-result .failure.error-uid,
.gutschein-result .failure.error-uid,
.uid-result .failure.error-uid {
  height: auto;
}

.widget-pagebreak {
  margin-top: 2em;
}
.widget-pagebreak .steps-control {
  display: flex;
  justify-content: space-between;
}
.widget-pagebreak .steps-control .steps-description .description-first {
  font-size: 0.9rem;
}
@media (min-width: 767px) {
  .widget-pagebreak .steps-control .steps-description .description-first {
    font-size: 1.2rem;
  }
}
.widget-pagebreak .steps-control .steps-description .description-second {
  font-size: 0.9rem;
}
.widget-pagebreak .steps-control .steps-description .ce_text p {
  font-size: 0.9rem;
}
.widget-pagebreak .steps-control .steps-description .ce_text p:first-child {
  font-size: 1.2rem;
}
.widget-pagebreak .steps-control .steps-navigation {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 1em;
  flex-wrap: wrap;
}
.widget-pagebreak .steps-control .steps-navigation button[value=back] {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-inline: 2em;
  /*
  &::before {
  	content: "";
  	width: 2em;
  	height: 2em;
  	background-image: url("/files/Webshop/theme/img/dev/arrow-circle_orange.svg");
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%) rotate(-180deg);
  	left: 0.5em;
  }

  &:hover::before {
  	background-image: url("/files/Webshop/theme/img/dev/arrow-circle.svg");
  	background-repeat: no-repeat;
  	background-size: contain;
  	filter: invert(1);
  }
  */
}
.widget-pagebreak .steps-control .steps-navigation button[value=continue] {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-inline: 2em;
  /*
  &::after {
  	content: "";
  	width: 2em;
  	height: 2em;
  	background: url("/files/Webshop/theme/img/dev/arrow-circle.svg") no-repeat center;
  	background-size: contain;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	right: 0.5em;
  	filter: invert(1);
  }
  */
}

.widget {
  margin-bottom: 1em;
  font-size: 14px;
}
.widget.widget-text {
  display: flex;
  flex-direction: column;
}
.widget.widget-text input {
  padding-left: 1em;
  border: none;
  border-bottom: 2px solid var(--color-primary);
  height: 2.5em;
}
.widget.widget-text label {
  color: var(--color-primary);
  font-size: 14px;
}
.widget.widget-text .mobilenumber-tooltip {
  content: "";
  background: url("/files/Aviloo/assets/img/svg/tooltip-blue.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  position: absolute;
  top: 5px;
}
.widget.widget-text.style-border-bottom input {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid var(--color-primary);
}
.widget input:focus,
.widget input:focus-visible,
.widget input:focus-within,
.widget input:focus:focus-within,
.widget select:focus-visible,
.widget textarea:focus,
.widget textarea:focus-visible,
.widget textarea:focus:focus-within,
.widget textarea:focus-within {
  outline: 2px solid #393939;
  border-radius: 2px;
}
.widget.widget-textarea .textarea {
  width: 100%;
  padding-left: 1em;
  border: none;
  border-bottom: 2px solid var(--color-primary);
}
.widget.widget-select {
  display: flex;
  flex-direction: column;
}
.widget.widget-select label {
  color: var(--color-primary);
}
.language-switch {
  width: 245px;
  display: flex;
  flex-direction: column;
}
.language-switch label {
  font-weight: 500;
  color: var(--color-primary);
}

.gutschein-widget {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.gutschein-widget .gutschein-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.gutschein-widget .gutschein-wrapper .widget {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gutschein-widget .gutschein-wrapper .widget {
    width: 100%;
  }
}
fieldset legend {
  display: none;
}

.order-summary table tr td:first-child {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  padding-right: 0.5em;
}
.order-summary .textblock div {
  margin-bottom: 0.2em;
}
.order-summary .textblock div span {
  color: var(--color-primary);
}
.order-summary .customer-car {
  display: flex;
  justify-content: center;
}
.order-summary .customer-car .image_container {
  width: 15em;
}
@media (min-width: 992px) {
  .order-summary .customer-car .image_container {
    width: 20em;
  }
}

.timify-iframe {
  width: 100%;
  height: 40em;
}
@media (min-width: 992px) {
  .timify-iframe {
    height: 35em;
  }
}

.stepper {
  position: relative;
  padding-left: 35px;
  list-style: none;
}
@media (min-width: 767px) {
  .stepper {
    padding-left: 45px;
  }
}
.stepper::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 33px;
  left: 17px;
  width: 10px;
  height: calc(100% - 50px);
  border-left: 2px solid #ccc;
}
@media (min-width: 767px) {
  .stepper::before {
    top: 20px;
    left: 23px;
  }
}
.stepper .step {
  position: relative;
  counter-increment: list;
}
.stepper .step:not(:last-child) {
  padding-bottom: 20px;
}
.stepper .step::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  left: -18px;
  height: 100%;
  width: 10px;
}
@media (min-width: 767px) {
  .stepper .step::before {
    top: 0px;
    left: -22px;
  }
}
.stepper .step::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -25px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 767px) {
  .stepper .step::after {
    top: 0px;
    left: -29px;
    width: 16px;
    height: 16px;
  }
}
.stepper .step:last-child::before {
  content: none;
}
.stepper .step.step-done::before {
  border-left: 2px solid var(--color-primary);
}
.stepper .step.step-done::after {
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary);
}
@media (min-width: 767px) {
  .stepper .step.step-done::after {
    font-size: 17px;
  }
}
.stepper .step.step-active::before {
  border-left: 2px solid var(--color-primary);
}
.stepper .step.step-active::after {
  content: "";
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background-color: var(--color-primary);
  text-align: center;
  line-height: 1.2rem;
  /*
  padding-top: 1px;
  width: 19px;
  height: 18px;
  top: -4px;
  left: -40px;
  font-size: 14px;
  */
}
@media (min-width: 767px) {
  .stepper .step.step-active::after {
    line-height: 1.5rem;
  }
}
.stepper .step .stepper-label {
  padding-left: 0rem;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: var(--color-grey4);
  padding-block: 0px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .stepper .step .stepper-label {
    padding-left: 1rem;
  }
}
.stepper .step .stepper-label .stepper-counter {
  font-weight: 400;
  text-transform: uppercase;
}
.stepper .step .stepper-label p {
  margin: 0;
}
.stepper .step .stepper-content {
  padding-left: 0rem;
}
@media (min-width: 992px) {
  .stepper .step .stepper-content {
    padding-left: 1rem;
  }
}
.stepper .step.step-active .stepper-label {
  padding-block: 0px;
  margin-bottom: 1rem;
  color: var(--color-black);
}
.stepper .step.step-active .stepper-label .stepper-counter {
  color: var(--color-primary);
}
.stepper .step.step-active .stepper-label .stepper-description {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .stepper .step.step-active .stepper-label .stepper-description {
    font-size: 1.3rem;
  }
}

.container .stripe-iframe form {
  width: 100%;
}

.show-legend {
  margin-top: 2em;
  margin-bottom: 2em;
}
.show-legend fieldset legend {
  display: block;
  font-weight: bold;
}

.iti.iti--allow-dropdown input[type=tel] {
  padding-left: 3em;
  width: 100%;
}

.ce_youtube {
  position: relative;
}
.ce_youtube .cookie-warning {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover !important;
  padding: 3em;
}
.ce_youtube .cookie-warning > div a {
  background: red;
  display: block;
  color: white;
  padding: 5px;
  margin-top: 1em;
}

.no-lp-container .license-plate-container,
.no-lp-container .language-switch {
  display: none;
}

.products-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: start;
}
.products-wrapper .product {
  margin-bottom: 2em;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  background-color: white;
}
@media (min-width: 768px) {
  .products-wrapper .product {
    width: 48%;
  }
}
.products-wrapper .product input[type=radio] {
  position: absolute;
  right: 0;
  opacity: 0;
}
.products-wrapper .product label {
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.products-wrapper .product label .product-image .image_container {
  width: 15em;
}
@media (min-width: 992px) {
  .products-wrapper .product label .product-image .image_container {
    width: 25em;
  }
}
.products-wrapper .product label .product-description .description-content {
  padding-left: 3.5rem;
  padding-right: 1.2rem;
}
@media (min-width: 767px) {
  .products-wrapper .product label .product-description .description-content {
    padding-left: 2rem;
  }
}
.products-wrapper .product label .product-description .description-content > div.price_wrapper {
  gap: 1rem;
}
.products-wrapper .product label .product-description .title {
  font-weight: 500;
  max-width: 90%;
  font-size: 1.3em;
  color: var(--color-primary);
  margin: 0;
  font-weight: bold;
}
.products-wrapper .product label .product-description .price {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .products-wrapper .product label .product-description .price {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
.products-wrapper .product label .product-description .discount_price {
  color: var(--color-green);
  font-weight: bold;
}
.products-wrapper .product label .product-description .discount_price:empty {
  margin: 0;
}
.products-wrapper .product label .product-description .tax {
  margin-bottom: 0;
  display: block;
}
@media (min-width: 992px) {
  .products-wrapper .product label .product-description .tax {
    display: inline;
  }
}
.products-wrapper .product label .product-description .member_input_wrapper {
  padding-left: 0;
}
@media (min-width: 992px) {
  .products-wrapper .product label .product-description .member_input_wrapper {
    padding-left: 5rem;
  }
}
.products-wrapper .product label .product-description .member_input_wrapper .member-logo .image_container {
  max-width: 5em;
}
.products-wrapper .product label .product-description .member_input_wrapper .member-logo .image_container img {
  width: 5em;
}
.products-wrapper .product label .product-description .member_input_wrapper .member-input input {
  max-width: 250px;
}
.products-wrapper .product label .product-checkbox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 0;
  width: 3em;
  height: 1.7em;
  background: var(--color-primary);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3em;
}
@media (min-width: 992px) {
  .products-wrapper .product label .product-checkbox {
    width: 4.5em;
    height: 2.5em;
    padding: 0 0.5em;
  }
}
.products-wrapper .product label .product-checkbox .icon-cart {
  background: url("/files/Webshop/theme/img/dev/icon-cart.svg") no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
}
@media (min-width: 992px) {
  .products-wrapper .product label .product-checkbox .icon-cart {
    width: 1.3em;
    height: 1.3em;
  }
}
.products-wrapper .product label .product-checkbox .check-field {
  width: 1em;
  height: 1em;
  background: var(--color-white);
  border-radius: 2px;
}
@media (min-width: 992px) {
  .products-wrapper .product label .product-checkbox .check-field {
    width: 1.3em;
    height: 1.3em;
  }
}
.products-wrapper .product label button.product-details-trigger {
  outline: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s ease-in-out all;
}
.products-wrapper .product label button.product-details-trigger:not(.collapsed) {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out all;
}
.products-wrapper .product label .product-details {
  font-size: 0.9rem;
}
.products-wrapper .product label .product-details .description-wrapper {
  padding-left: 0rem;
}
@media (min-width: 767px) {
  .products-wrapper .product label .product-details .description-wrapper {
    padding-left: 5rem;
  }
}
.products-wrapper .product label .product-details .description-wrapper ul {
  list-style: none;
  margin-block: 1em;
  padding-left: 2em;
}
.products-wrapper .product label .product-details .description-wrapper ul li {
  position: relative;
}
.products-wrapper .product label .product-details .description-wrapper ul li::before {
  content: "";
  background: url("/files/Aviloo/assets/img/svg/bullet.svg") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 2px;
  position: absolute;
  left: -2.5em;
  top: 10px;
}
.products-wrapper .product label .product-details .return_policy {
  color: var(--color-primary);
  margin: 0;
}
.products-wrapper .product label .product-details .video_container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 0;
}
.products-wrapper .product label:hover {
  cursor: pointer;
}
.products-wrapper .product input[type=radio]:checked + .product-checkbox .check-field {
  background: url("/files/Webshop/theme/img/dev/icon-check-green.svg") no-repeat center;
  background-size: 0.8em;
  background-color: var(--color-white);
}
@media (min-width: 767px) {
  .products-wrapper .product input[type=radio]:checked + .product-checkbox .check-field {
    background-size: 1em;
  }
}

.showvehicleslp #CookiebotWidget {
  display: none !important;
}

fieldset#ctrl_terminwahl {
  margin-top: 2em;
}

.stripe-iframe {
  width: 100%;
  min-width: 500px;
  align-self: center;
  border-radius: 7px;
  /* Variables */
  /* Buttons and links */
  /* spinner/processing state, errors */
  /* .spinner,
  .spinner:before,
  .spinner:after {
  	border-radius: 50%;
  }
  .spinner {
  	color: #ffffff;
  	font-size: 22px;
  	text-indent: -99999px;
  	margin: 0px auto;
  	position: relative;
  	width: 20px;
  	height: 20px;
  	box-shadow: inset 0 0 0 2px;
  	-webkit-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	border-top-color: rgba(255, 255, 255, 0.7);
  }
  .spinner:before,
  .spinner:after {
  	position: absolute;
  	content: "";
  }
  .spinner:before {
  	width: 10.5px;
  	height: 21px;
  	background: $color-green;
  	border-radius: 20.4px 0 0 20.4px;
  	top: -1.8px;
  	left: -2.1px;
  	-webkit-transform-origin: 10.4px 10.2px;
  	transform-origin: 10.4px 10.2px;
  	-webkit-animation: loading 2s infinite ease 1.3s;
  	animation: loading 2s infinite ease 1.3s;
  }
  .spinner:after {
  	width: 10.4px;
  	height: 10.2px;
  	background: $color-green;
  	border-radius: 0 10.2px 10.2px 0;
  	top: -2.1px;
  	left: 8px;
  	-webkit-transform-origin: 0px 10.2px;
  	transform-origin: 0px 10.2px;
  	-webkit-animation: loading 2s infinite ease;
  	animation: loading 2s infinite ease;
  } */
}
.stripe-iframe * {
  box-sizing: border-box;
}
.stripe-iframe body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh;
  width: 100vw;
}
.stripe-iframe form {
  /* width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px; */
}
.stripe-iframe #payment-form img {
  max-width: 70px;
}
.stripe-iframe .hidden {
  display: none;
}
.stripe-iframe #payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}
.stripe-iframe #payment-element {
  margin-bottom: 24px;
}
.stripe-iframe button {
  background: var(--color-green);
  color: #ffffff;
  border-radius: 2px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.stripe-iframe button:hover {
  filter: contrast(115%);
}
.stripe-iframe button:disabled {
  opacity: 0.5;
  cursor: default;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .stripe-iframe {
    width: 100%;
    min-width: initial;
  }
}
.stripe-iframe .spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  top: 4px;
}
.stripe-iframe .spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 4px solid #fff;
  animation: prixClipFix 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.oldstripe-iframe {
  /* Variables */
  /* Buttons and links */
  /* spinner/processing state, errors */
}
.oldstripe-iframe * {
  box-sizing: border-box;
}
.oldstripe-iframe .hidden {
  display: none;
}
.oldstripe-iframe #payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}
.oldstripe-iframe #payment-element {
  margin-bottom: 24px;
}
.oldstripe-iframe button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.oldstripe-iframe button:hover {
  filter: contrast(115%);
}
.oldstripe-iframe button:disabled {
  opacity: 0.5;
  cursor: default;
}
.oldstripe-iframe .spinner,
.oldstripe-iframe .spinner:before,
.oldstripe-iframe .spinner:after {
  border-radius: 50%;
}
.oldstripe-iframe .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.oldstripe-iframe .spinner:before,
.oldstripe-iframe .spinner:after {
  position: absolute;
  content: "";
}
.oldstripe-iframe .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.oldstripe-iframe .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .oldstripe-iframe form {
    width: 80vw;
    min-width: initial;
  }
}

.icon.icon-phone {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
}
.icon.icon-phone::before {
  content: "";
  width: 2em;
  height: 2em;
  background: url("/files/Webshop/theme/img/dev/icon-phone_cyan.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.icon.icon-phone:hover::before {
  background: url("/files/Webshop/theme/img/dev/icon-phone.svg") no-repeat;
  background-size: contain;
  filter: invert(1);
}

.ce_youtube .video_container {
  aspect-ratio: 16/9;
}
.ce_youtube .video_container iframe {
  width: 100%;
  height: 100%;
}

.ce_rsce_car-selector.car-selector-module {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  background-color: white;
  padding: 1em;
  margin-bottom: 1.5em;
  /* @media(min-width: 992px) {
         display: grid;
         grid-template-columns: repeat(12, 1fr);
     }

     .head-section {
         grid-column: 1/-1;
     }


     .current-selection {
         grid-column: 10/-1;
     } */
}
.ce_rsce_car-selector.car-selector-module .car-selector-container {
  max-width: 108%;
}
.ce_rsce_car-selector.car-selector-module select.car-selector {
  border: 2px solid var(--color-primary);
  border-radius: 2px;
  padding: 0.5em 1em;
  background-color: var(--color-white);
  cursor: pointer;
}
.ce_rsce_car-selector.car-selector-module .current-selection .car_representation .image_container img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 5em;
}
@media (min-width: 992px) {
  .ce_rsce_car-selector.car-selector-module .current-selection .car_representation .image_container img {
    height: 10em;
  }
}
.ce_rsce_car-selector.car-selector-module .current-selection .car_representation .car_details p {
  margin-bottom: 0;
}

/* -- Iframe für Range Risk -- */
.range-risk-iframe .ce_rsce_car-selector.car-selector-module {
  box-shadow: none !important;
}
.range-risk-iframe .car-selector label {
  color: var(--color-black);
}

#mp_webshop_formular .select2-container.select2-container--default,
.home.tuev-sued-funnel.iframe .select2-container.select2-container--default {
  min-width: 10em;
  width: 100% !important;
}
#mp_webshop_formular .select2-container.select2-container--default .select2-selection--single,
.home.tuev-sued-funnel.iframe .select2-container.select2-container--default .select2-selection--single {
  background-color: var(--color-white2);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  height: 2.5em;
  display: flex;
  align-items: center;
}
#mp_webshop_formular .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
.home.tuev-sued-funnel.iframe .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.select2-container.select2-container--default.select2-container--open .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-primary);
}

.form-box-shadow-padding {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  background-color: white;
  padding: 1em;
}

.form-box-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  background-color: white;
}

.service-selection {
  margin-bottom: 1em;
}
.service-selection .services {
  display: grid;
  gap: 1em;
}
@media (min-width: 992px) {
  .service-selection .services {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
.service-selection .services .service > button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-selection .services .service > button.btn-primary .service-icon img {
  filter: brightness(0) invert(1);
}
.service-selection .services .service > button:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-selection .services .service .service-title p {
  margin-bottom: 0;
  font-weight: bold;
}
.service-selection .services .service .service-steps-trigger {
  display: flex;
  margin-right: 0;
  margin-left: auto;
}
.service-selection .services .service .service-steps-trigger button {
  border: none;
  background: none;
  width: 20px;
}
.service-selection .services .service .service-steps-trigger button:not(.collapsed) img {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out all;
}
.service-selection .services .service .service-description {
  text-align: left;
}
.service-selection .services .service .service-description * {
  margin: 0;
}
.service-selection .services .service .service-steps {
  margin-top: 1em;
}
.partner-selection .partner-filter-options {
  display: grid;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .partner-selection .partner-filter-options {
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner-selection .partner-filter-options .partner-filter ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 0;
  margin-bottom: 0;
}
.partner-selection .partner-filter-options .partner-filter ul button {
  width: 3.5em;
  height: 3.5em;
  padding: 0.5em;
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  background-color: var(--color-white);
}
@media (min-width: 992px) {
  .partner-selection .partner-filter-options .partner-filter ul button {
    width: 5em;
    height: 5em;
  }
}
.partner-selection .partner-filter-options .partner-filter ul button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-selection .partner-filter-options .partner-filter ul button:hover {
  box-shadow: 0 0 0 0.25rem rgba(0, 157, 223, 0.25);
}
@media (max-width: 992px) {
  .partner-selection.smaller .place-selection .location-list {
    max-height: 15em;
  }
}
.partner-selection .btn-open {
  border: none !important;
}
.partner-selection .btn-open img {
  transform: rotate(90deg);
  width: 2em;
}
.partner-selection .place-selection {
  display: grid;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .partner-selection .place-selection {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .partner-selection .place-selection {
    height: 30em;
  }
}
.partner-selection .place-selection .location-list {
  position: relative;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--color-grey1) var(--color-grey2);
  padding: 1em;
  max-height: 25em;
}
@media (min-width: 992px) {
  .partner-selection .place-selection .location-list {
    max-height: unset;
  }
}
.partner-selection .place-selection .location-list .location {
  padding: 0.3em 0;
  border-bottom: 1px solid var(--color-grey3);
}
@media (min-width: 992px) {
  .partner-selection .place-selection .location-list .location {
    padding: 1em 0;
  }
}
.partner-selection .place-selection .location-list .location .choose-location {
  width: 100%;
  margin-block: 0.5em;
}
@media (min-width: 576px) {
  .partner-selection .place-selection .location-list .location .choose-location {
    width: auto;
    margin-block: 0;
  }
}
.partner-selection .place-selection .location-list .location .location-details .location-title {
  font-weight: bold;
}
.partner-selection .place-selection .location-list .location .location-details .online-payment,
.partner-selection .place-selection .location-list .location .location-details .on-site-payment {
  position: relative;
  padding-left: 2em;
}
.partner-selection .place-selection .location-list .location .location-details .online-payment::before,
.partner-selection .place-selection .location-list .location .location-details .on-site-payment::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1em;
  background: url("/files/Webshop/theme/img/dev/card-payment.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.partner-selection .place-selection .location-list .location .image_container {
  min-width: 1em;
  width: 1em;
  padding-top: 2px;
}
.partner-selection .place-selection .location-list .location .image_container img {
  width: 100%;
  height: auto;
}
.partner-selection .place-selection #map {
  width: 100%;
}
@media (max-width: 992px) {
  .partner-selection .place-selection #map {
    aspect-ratio: 16/9;
  }
}

/*
	Loading Animation 2 
*/
.loading-overlay {
  display: none;
  z-index: 99999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.7);
  border-top-color: var(--color-primary);
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*
	Loading Animation 2 end
*/
/*
	Disable Overlay
*/
.partner-selection {
  position: relative;
}

.text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  background: var(--color-white);
  padding: 3em;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  width: 90vw;
}
@media (min-width: 767px) {
  .text-box {
    width: 80%;
  }
}

.disabled_overlay {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 99;
}

.disabled_overlay::before {
  content: "";
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(229, 229, 229, 0.8);
  top: 0;
  z-index: 1000;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  z-index: 99;
}

/*
	Disable Overlay End
*/
#countryModal .modal-body select.country_selection_popup,
#countryModal .modal-body .select2 {
  width: 100% !important;
}

.tab_system .tab-content {
  padding-right: 1em !important;
}

.home.tuev-sued-funnel.iframe .model_selection_range_risk h1,
.home.tuev-sued-funnel.iframe .model_selection_range_risk .row .col-12 .ce_text p {
  color: var(--color-primary) !important;
}

.car-selector-module .align-items-center {
  justify-content: center;
}

.timify-booking .ui-widget {
  font-family: var(--font-body);
}
.timify-booking .timify_wrapper .ui-datepicker {
  width: 100%;
  padding: 0;
  border: 1px solid var(--color-primary);
}
.timify-booking .timify_wrapper .ui-datepicker .ui-corner-all {
  border-radius: 2px;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-header {
  background: none;
  border: 0;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  background-position: -96px 0px;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  background-position: -33px 0px;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-header .ui-state-hover {
  border: 0;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-header .ui-state-hover.ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-header .ui-state-hover.ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-calendar {
  margin: 0;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-calendar th {
  width: 14.2857142857%;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-calendar td {
  height: 40px;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-calendar td a {
  width: 100%;
  height: 100%;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: 0;
}
.timify-booking .timify_wrapper .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.partner-wrapper {
  margin-bottom: 2em;
}
@media (min-width: 767px) {
  .partner-wrapper {
    margin-bottom: 2.5em;
  }
}

.fahrzeugabdeckung.btn {
  margin-bottom: 1em;
  hyphens: auto;
}

.main_partner {
  display: flex;
  gap: 0.7em;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .main_partner {
    gap: 1.5em;
  }
}
@media (min-width: 1200px) {
  .main_partner {
    gap: 1.8em;
  }
}
.main_partner .ce_text {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .main_partner .ce_text {
    flex: 0 1 250px;
  }
}
.main_partner .ce_text p {
  margin: 0;
}
.main_partner .ce_image {
  flex-shrink: 0;
}
.main_partner .image_container {
  width: 50px;
  height: 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .main_partner .image_container {
    width: 100px;
    height: 60px;
  }
}
.main_partner .image_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_partner .arboe_logo {
  margin-top: -2px;
}
@media (min-width: 767px) {
  .main_partner .arboe_logo {
    margin-top: -4px;
  }
}
.main_partner .oeamtc_logo img,
.main_partner .tuvsud_logo img {
  filter: grayscale(1) contrast(0.3);
}
.main_partner .oeamtc_logo img:hover,
.main_partner .tuvsud_logo img:hover {
  filter: grayscale(0) contrast(1);
  transition: 0.2s ease-in-out all;
}

.partnerlogo_white img {
  filter: brightness(0) contrast(0) !important;
}
.partnerlogo_white:hover img {
  filter: brightness(0) contrast(1) !important;
}

.main_partner.border_box {
  gap: 0.5rem;
}
@media (min-width: 767px) {
  .main_partner.border_box {
    margin-bottom: 2em;
    gap: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .main_partner.border_box {
    gap: 0.8rem;
  }
}
.main_partner.border_box > * {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 3px 9px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 992px) {
  .main_partner.border_box > * {
    border-radius: 10px;
    padding: 5px 20px;
  }
}
.main_partner.border_box .image_container {
  width: 40px;
  height: 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .main_partner.border_box .image_container {
    width: 50px;
    height: 40px;
  }
}

.modal-dialog .modal-content {
  border: 0;
  border-radius: 2px;
}

#voucherModal .modal-header {
  border-bottom: 0;
  padding: 3em;
}
#voucherModal p {
  margin: 0;
}

.summercheck #container {
  padding-top: 0;
}
@media (min-width: 992px) {
  .summercheck #container {
    padding-top: 5em;
  }
}
.summercheck .summercheck-hero {
  position: relative;
}
.summercheck .summercheck-hero .hero-image img {
  max-height: 80vh;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
}
.summercheck .summercheck-hero .summercheck-logo {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
}
.summercheck .summercheck-hero .summercheck-logo .image_container img {
  width: 200px;
}
@media (min-width: 767px) {
  .summercheck .summercheck-hero .summercheck-logo .image_container img {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .summercheck .summercheck-hero .summercheck-logo .image_container img {
    width: 500px;
  }
}
.summercheck .summercheck-description ul {
  padding: 0;
}
@media (min-width: 767px) {
  .summercheck .summercheck-description ul {
    padding-left: 2em;
  }
}
.summercheck .summercheck-description ul li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
.summercheck .summercheck-description ul li::before {
  content: "";
  background: url("/files/Aviloo/assets/img/svg/bullet.svg") center center/contain no-repeat;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
}
.summercheck .summercheck-description ul li ul {
  margin-top: 5px;
}
.summercheck .summercheck-description ul li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("/files/Aviloo/assets/img/svg/check-blue.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.summerpromo-b2b {
  position: relative;
}
.summerpromo-b2b .hero-image img {
  max-height: 80vh;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
}
.summerpromo-b2b .promo-badge {
  position: absolute;
}
@media (max-width: 767px) {
  .summerpromo-b2b .promo-badge {
    max-width: 120px;
    right: 2em;
    bottom: initial;
    top: 1em;
  }
}
@media (min-width: 768px) {
  .summerpromo-b2b .promo-badge {
    max-width: 250px;
    right: 4.5em;
    bottom: 2em;
  }
}
@media (min-width: 992px) {
  .summerpromo-b2b .promo-badge {
    max-width: 300px;
  }
}

.promo-text-headline {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .promo-text-headline {
    max-width: 90%;
  }
}
.promo-text-headline .promo-text-design {
  position: absolute;
  bottom: 11em;
}
.promo-text-headline .promo-text-design p {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff; /* Basisfarbe: Weiß */
  font-weight: bold;
  font-size: 5rem; /* Nach Bedarf anpassen */
  letter-spacing: 0.1em;
  line-height: 1.1em;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 8px rgba(0, 200, 255, 0.5), 0 0 15px rgba(0, 200, 255, 0.3); /* noch weicherer blauer Schimmer */
}
@media (max-width: 767px) {
  .promo-text-headline .promo-text-design {
    bottom: 0;
    left: 1em;
  }
  .promo-text-headline .promo-text-design p {
    font-size: 2rem;
  }
}

.summercheck-description ul {
  display: flex;
  flex-wrap: wrap; /* Mehrere Zeilen, falls nötig */
  justify-content: center; /* Zentriert die Items */
  gap: 1.5rem; /* Abstand zwischen den Boxen */
  list-style: none; /* Keine normalen Bullet-Points */
  padding: 0; /* Kein extra Abstand */
  margin: 2rem 0; /* Abstand oben/unten */
}
.summercheck-description ul li {
  background: #ffffff; /* Heller Hintergrund */
  border: 2px solid #e9932d; /* Orange Rahmenfarbe passend zum Titel */
  border-radius: 8px; /* Sanfte Ecken */
  padding: 1rem 1.5rem;
  flex: 1 1 200px; /* Responsive: Boxen schrumpfen/erweitern */
  max-width: 300px; /* Optional: max. Breite pro Box */
  text-align: center; /* Text mittig */
  font-weight: bold;
  color: #333;
}
.summercheck-description .summercheck-p-text {
  margin: 2rem 0;
  border: 2px solid #e9932d; /* Orange Rahmenfarbe passend zum Titel */
  border-radius: 8px; /* Sanfte Ecken */
  padding: 1rem 1.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.fahrzeugabdeckung h4 {
  font-size: 24px !important;
}
.fahrzeugabdeckung .products-wrapper {
  justify-content: space-between;
}
.fahrzeugabdeckung .products-wrapper .product label .product-description .description-content {
  padding-left: 0px;
}
.fahrzeugabdeckung .products-wrapper .product label {
  padding-inline: 15px;
}
.fahrzeugabdeckung .products-wrapper .product label button.product-details-trigger {
  right: 15px;
}
.fahrzeugabdeckung .products-wrapper .product label .product-details .description-wrapper {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

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