/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Moderat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Moderat-Regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/Moderat-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Moderat-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Moderat-Regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Moderat-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Moderat-Regular.svg#ModeratRegular') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
/* @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-700.eot');
    src: local(''),
        url('../fonts/source-sans-pro-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-700.woff2') format('woff2'),
        url('../fonts/source-sans-pro-700.woff') format('woff'),
        url('../fonts/source-sans-pro-700.ttf') format('truetype'),
        url('../fonts/source-sans-pro-700.svg#SourceSansPro') format('svg');
} */

/* CUSTOM CSS BY NIKLAS PLUTTE */
.badge-secondary {
  background-color: #06102b;
}
/* END CUSTOM CSS BY NIKLAS PLUTTE */

:root {
    --dark-indigo: #06102b;
    --soft-blue: #7d90ce;
    --white: #ffffff;
    --tiffany-blue: #8ad3d8;
    --greenblue: #28bf90;
    --pinkish-orange: #ed6a55;
    --brown-grey: #818181;
    --white-two: #e6e6e6;
    --green-blue: #00c28c;
    --dark-sky-blue: #2b9eea;
    --golden: #f4c243;
    --g-sm: 576px;
    --g-md: 768px;
    --g-lg: 992px;
    --g-xl: 1200px;
}

::selection {
    color: #fff;
    background-color: #2b9eea;
  }

  .u-accordion-bg-primary .u-accordion__header [aria-expanded=true] {
      border-color: #2b9eea  !important;
      background-color: #2b9eea  !important;
  }

.nachoben {
    color: #06102b;
    white-space: nowrap;
    transform: rotateZ(-90deg);
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 18px;
}

body {
    font-size: 18px;
    line-height: 1.45;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.4;
    }
}

.text-success {
    color: #00c28c !important;
}

.text-danger {
    color: #ed6a55 !important;
}

.table .thead-dark th {
    background-color: #06102b;
}

.form-control,
.u-input-group-v2 input:not([type=checkbox]):not([type=radio]), .u-input-group-v2 textarea, .u-input-group-v2 [class*=u-select] {
    border-radius: 0;
    border-color: #818181;
    font-size: 18px;
    line-height: 1.44;
}
@media screen and (max-width: 767px) {
    .form-control,
    .u-input-group-v2 input:not([type=checkbox]):not([type=radio]), .u-input-group-v2 textarea, .u-input-group-v2 [class*=u-select] {
        font-size: 16px;
        line-height: 20px;
    }
}

.form-control.xl {
    padding: 17px 22px !important;
}

.form-control[aria-invalid="true"],
.u-input-group-v2 input:not([type=checkbox]):not([type=radio])[aria-invalid="true"], .u-input-group-v2 textarea[aria-invalid="true"], .u-input-group-v2 [class*=u-select][aria-invalid="true"] {
    border-color: #ed6a55;
    background-image: url(assets/img/field-error.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 25px 25px;
}

.form-control[aria-valid="true"],
.u-input-group-v2 input:not([type=checkbox]):not([type=radio])[aria-valid="true"], .u-input-group-v2 textarea[aria-valid="true"], .u-input-group-v2 [class*=u-select][aria-valid="true"] {
    border-color: #00c28c;
    background-image: url(assets/img/field-success.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 25px 25px;
}

@media screen and (max-width: 767px) {
    .form-control[aria-invalid="true"],
    .u-input-group-v2 input:not([type=checkbox]):not([type=radio])[aria-invalid="true"], .u-input-group-v2 textarea[aria-invalid="true"], .u-input-group-v2 [class*=u-select][aria-invalid="true"],
    .form-control[aria-valid="true"],
    .u-input-group-v2 input:not([type=checkbox]):not([type=radio])[aria-valid="true"], .u-input-group-v2 textarea[aria-valid="true"], .u-input-group-v2 [class*=u-select][aria-valid="true"]
    {
        background-size: 20px !important;
    }
}

/* Header */
.u-header__section nav {
    max-width: 1092px;
    margin: 0 auto;
}


.curved-container {
    overflow: hidden;
}

.curved-container:before {
    content: "";
    background-color: #f1f2f2;
    border-radius: 90% 90% 90% 90% / 20% 20% 20% 20%;
    height: 100%;
    width: 110%;
    top: 0;
    left: -5%;
    position: absolute;
}
@media (max-width: 991px) {
    .curved-container:before {
        width: 150%;
        left: -25%;
    }
}
@media (max-width: 767px) {
    .curved-container:before {
        width: 200%;
        left: -50%;
    }
}

.check-list {
    position: relative;
}

.check-list li {
    text-indent: -28px;
    padding-left: 28px;
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
@media (min-width: 768px) {
    .check-list li {
        text-indent: -31px;
        padding-left: 31px;
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .check-list li {
        width: 100%;
    }
}

.check-list li:not(.hero-additional-info)::before {
    content: "\f00c";
    color: #00c28c;
    font-family: "FontAwesome";
    margin-right: 8px;
}

.check-list li.hero-additional-info {
    list-style-type: none;
    margin: 30px 0 30px -40px;
    padding: 0;
}
@media (min-width: 768px) {
    .check-list li.hero-additional-info {
        position: absolute;
        left: calc(100% + 25px);
        width: 100%;
        top: 0;
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .check-list li.hero-additional-info {
        left: calc(100% + 100px);
    }
}
@media (min-width: 1200px) {
    .check-list li.hero-additional-info {
        left: calc(100% + 160px);
    }
}

.check-list li.hero-additional-info .hero-additional-content {
    text-indent: 0;
}

@media (max-width: 767px) {
    .check-list li .check-list--sm-normal {
        font-weight: normal;
    }
}

@media (min-width: 992px) {
    .check-list-item-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
}

.check-list .badge {
    text-indent: 0px;
}


.hero-additional-indent {
    padding-left: 50px;
}
@media screen and (min-width: 1024px) {
    .hero-additional-info {
        position: absolute;
        right: 0;
        bottom: 83px;
    }
}

.icon-sprite {
    background-image: url("../img/icon-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.icon-sprite.install {
    background-position-x: 0px;
}
.icon-sprite.affilliate {
    background-position-x: -40px;
}
.icon-sprite.payment {
    background-position-x: -80px;
    background-position-y: -5px;
}

.text-indent {
    text-indent: -50px;
    padding-left: 50px;
}

.avalex-cert {
    height: 75px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
}

/*----------------------------------
  Promo Block v1
------------------------------------*/
.u-promo-block {
    position: relative;
    /* min-height: 100vh; */
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    overflow: visible !important;
}

@supports (-webkit-touch-callout: none) {

    /* CSS specific to iOS devices */
     .u-promo-block {
     --promo-mh: calc(100vh);
     --safe-area-inset-bottom: max(10vh, env(safe-area-inset-bottom));
     min-height: calc(var(--promo-mh) - var(--safe-area-inset-bottom));
     }
 }

.u-promo-block--mheight-450 {
    min-height: 450px;
}

.u-promo-block--mheight-500 {
    min-height: 500px;
}

.u-promo-block--mheight-600 {
    min-height: 600px;
}

/*----------------------------------
  General
------------------------------------*/

@media (max-width: 1199px) {
    .u-promo-block {
        background-attachment: fixed;
    }
}

.hakenImg {
    color: black;
    position: relative;
    top: -3px;
    width: 40.9167px;
    height: 25.9167px;
}

.hakenImgBlack {
    width: 49.2px !important;
    height: 24.2px !important;
}

.icon-haken {
    color: var(--dark-indigo)!important;
    display: flex;
    align-items: start;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .icon-haken {
        padding-bottom: 10px;
    }
}

.schritt-img {
    width: 133px;
    height: 111px;
}

.schritts p {
    color: var(--dark-indigo) !important;
}

.brands img {
    width: 100%;
    max-width: 180px;
}

@media (max-width: 575px) {
    .brands img {
        transform: scale(0.75);
    }
}

.carousel-indicators li {
    border-radius: 100%;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    opacity: 1;
}

.carousel-indicators li.active {
    background-color: black;
}



.hamburger--slider .hamburger-inner:before {
    /* top: 12px; */
}

.hamburger--slider .hamburger-inner:after {
    /* top: 24px; */
}

.hamburger.hamburger--slider {
    opacity: 1 !important;
}


header.isopen-mobile,
header.isopen-mobile .u-header__section,
header.isopen-mobile .u-header__section > nav,
header.isopen-mobile .u-header__section > nav > div {
    height: 100%;
}
header.isopen-mobile .u-header__section > nav > div {
    flex-direction: column;
    align-items: flex-start !important;
}
header.isopen-mobile .u-header__section > nav #navBar {
    flex: 0 0 100%;
    width: 100%;
}
header.isopen-mobile .u-header__section > nav #navBar > .navbar-nav {
    height: 100%;
    justify-content: center;
}
header.isopen-mobile .u-header__section > nav #navBar > .navbar-nav .nav-btn {
    margin-top: 150px;
}
header.isopen-mobile .u-header__section > nav #navBar > .navbar-nav .nav-btn a {
    width: 100%;
}

/*----------------------------------
  End General
------------------------------------*/

/*----------------------------------
  Navbar
------------------------------------*/

/*.navbar-always-dark, .navbar-bg-onscroll, .isopen-mobile {*/
.navbar-bg-onscroll, .isopen-mobile {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}


.navbar-bg-onscroll .u-header__section, .navbar-always-dark .u-header__section, .isopen2-mobile .u-header__section {
    background-color: white !important;
    padding-top: 0;
}

.navbar-bg-onscroll .cls-3, .navbar-always-dark .cls-3, .isopen-mobile .cls-3 {
    fill: #06102b;
}

.navbar-bg-onscroll .hs-mobile-state, .navbar-always-dark .hs-mobile-state, .isopen-mobile .hs-mobile-state {
    background-color: transparent;
}

.navbar-bg-onscroll .hamburger-inner, .navbar-always-dark .hamburger-inner, .isopen-mobile .hamburger-inner {
    background-color: #06102b;
}

.hamburger-inner {
    background-color: white;
}

#navBar.show .navbar-nav, #navBar.collapsing .navbar-nav {
    height: calc(100vh - 65px);
    justify-content: center;
}

#navBar.show .nav-btn, #navBar.collapsing .nav-btn {
    bottom: 12%;
    position: absolute;
    width: 100%;
}

#navBar.show .nav-item, #navBar.collapsing .nav-item {
    line-height: 1 !important;
}

#navBar.show > ul > li.nav-item.g-mx-8--lg.g-mb-10.g-mb-0--lg.d-flex.align-items-center, #navBar.collapsing > ul > li.nav-item.g-mx-8--lg.g-mb-10.g-mb-0--lg.d-flex.align-items-center {
    padding-bottom: 70px;
}

#navBar.show .nav-item:last-child, #navBar.collapsing .nav-item:last-child {

}

.navbar-collapse {
}

.collapsing {
    /*height: auto!important;*/
    /*opacity: 1;*/
    transition: none !important;
}

.navbar-brand {
    padding: 0 !important;
    font-size: unset !important;
}

button.navbar-toggler {
    top: 0 !important;
}

.hamburger-box {
    width: 30px;
    height: 25px;
}

.navbar-bg-onscroll .svg-hamburger-open-cls-1, .navbar-always-dark .svg-hamburger-open-cls-1 {
    stroke: var(--dark-indigo) !important;
}

.is-active .hamburger-open {
    display: none !important;
}

.is-active .hamburger-close {
    display: block !important;
}

/*----------------------------------
  End Navbar
------------------------------------*/

/*.modal-backdrop {*/
/*    opacity:0 !important;*/
/*}*/

.container {
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (min-width: 1280px) {
    .container {
        /* max-width: 1244px; */
        max-width: 1092px;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.jumb {
    margin-top: 20vh;
}

@media screen and (min-width: 768px) {
    .jumb-mini {
        background-color: rgba(255,255,255,1);
        margin-bottom: -100px;
        z-index: 1;
    }
}
@media screen and (max-width: 767px) {
    .jumb-mini {
        margin-top: 10vh;
    }
}

.jumb-bottom {
    bottom: 0;
    margin-bottom: -100px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .jumb-bottom {
        position: relative;
        margin-bottom: 0;
        width: auto;
        text-align: center;
    }
}

.jumb-mini h1 {
    font-size: 38px;
    line-height: 44px;
}
@media screen and (max-width: 767px) {
    .jumb-mini h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.u-header__section {
    transition-duration: 0.3s;
    padding-top: 15px;
}

@media (min-width: 576px) {
    a.anchor {
        top: -90px;
    }

    .u-btn-primary.u-btn-primary-infopadding {
        padding-right: 4.2142857143rem;
        padding-left: 4.2142857143rem;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .jumb {
        margin-top: 27vh;
    }
    .jumb-mini {
        margin-top: 10vh;
    }
    /* .u-header__section {
        transition-duration: 0.3s;
    } */
}
@media (min-width: 1200px) {

}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    color: var(--dark-indigo);
}

a,
a:focus,
a:hover {
    color: #2b9eea;
}

#navBar .nav-link span {
    position: relative;
}

#navBar .nav-link span:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    transition: 0.3s;
    height: 1px;
    background-color: #fff;
}

.navbar-always-dark #navBar .nav-link span:before,
.navbar-bg-onscroll #navBar .nav-link span:before {
    background-color: var(--dark-indigo);
}

#navBar .nav-link:hover span:before,
#navBar .active .nav-link span:before {
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item:last-of-type .nav-link {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}
.price-boxes .price-box.price-box-right {
    /*border-color: #80c599;*/
}
.price-boxes .price-box .header {
    padding: 57px 20px;
    text-align: center;
    background-color: #8ad3d8;
    color: #ffffff;
}
.price-boxes .price-box.price-box-right .header {
    /*background-color: #28bf90;*/
}
.price-boxes .price-box .header .desc {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}
.price-boxes .price-box .header .type {
    color: #06102b;
    font-size: 40px;
    line-height: 1.125;
}
.price-boxes .price-box .header .price {
    color: #06102b;
font-size: 68px;
line-height: 1.03;
}
.price-boxes .price-box .header .price small {
    font-size: 18px;
    line-height: 3.9;
}
.price-boxes .price-box .header .mwst {
    font-size: 18px;
    letter-spacing: 0.45px;
    margin-top: -10px;
}
.price-boxes .price-box .content {
    padding: 55px 66px;
}
.price-boxes .price-box .content ul {
    margin: 0 0 35px;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 1.44;
}
.price-boxes .price-box .content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-boxes .price-box .content ul li + li {
    margin-top: 30px;
    height: 40px;
}
.price-boxes .price-box .content ul li span + span {
    color: #4c9ee6;
    letter-spacing: 0.45px;
    white-space: nowrap;
}
.price-boxes .price-box .c-btn {
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width: 991px) {
    .price-boxes .price-box .content {
        padding: 40px 28px;
    }
    .price-boxes .price-box .header {
        padding: 35px 15px;
    }
    .price-boxes .price-box .header .desc {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .price-boxes .price-box .header .type {
        font-size: 26px;
    }
    .price-boxes .price-box .header .price {
        font-size: 52px;
    }
    .price-boxes .price-box .header .price small {
        font-size: 14px;
    }
    .price-boxes .price-box .header .mwst {
        font-size: 14px;
    }
    .price-boxes .price-box .content ul {
        font-size: 14px;
    }
    .price-boxes .price-box .content ul img {
        width: 24px;
    }
    .price-boxes .price-box .c-btn {
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 0.35px;
    }
}
.payment-methods span {
    margin-right: 100px;
    font-size: 18px;
}
.payment-methods img + img {
    margin-left: 40px;
}
@media screen and (max-width: 767px) {
    .payment-methods span {
        display: block;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .payment-methods img {
        margin-top: 10px;
        width: 100px;
    }
    .payment-methods img + img {
        margin-left: 10px;
    }
}
.faq-section .card {
    border-width: 1px 0 0;
    border-color: #06102b;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.faq-section .card:last-child {
    border-bottom: 1px solid #06102b;
}
.faq-section .card .common-BodyText {
    font-size: 18px;
    padding: 32px 0;
}
.faq-section .card .common-BodyTitle {
    position: relative;
    padding-right: 80px;
    display: block;
    color: #06102b;
}
.faq-section .card .common-BodyTitle:hover,
.faq-section .card .common-BodyTitle:focus {
    color: inherit;
}
.faq-section .card .common-BodyTitle:after, .services .ServiceCard .ServiceName:after{
    position: absolute;
    right: 20px;
    background-image: url(assets/img/plus.svg);
    width: 21px;
    height: 21px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}
.faq-section .card .common-BodyTitle:not(.collapsed):after, .services .ServiceCard .ServiceName:not(.collapsed):after {
    transform: translateY(-50%) rotate(45deg);
}
.dzsparallaxer:not(.mode-oneelement) {
    background-color: #ffffff;
    height: 650px;
}
@media screen and (max-width: 767px) {
    .dzsparallaxer:not(.mode-oneelement) {
        height: 100vh;
    }
}

.alert {
      border-radius: 0;
      font-size: 18px;
  }
  .alert-danger {
      color: #ffffff;
      background-color: #ed6a55;
      border-color: #ed6a55;
  }
  .alert-danger .close {
      color: #fff;
      opacity: 1;
  }
  .user-dropdown {
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #06102b;
    border-radius: 28px;
    width: 185px;
    background-color: #ffffff;
  }
  .user-dropdown.show {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom: 1px solid #fff;
  }
  .user-toggle-button {
      text-align: left;
      width: 100%;
      display: block;
      height: 52px;
      background-color: transparent;
      padding-right: 24px;
      padding-left: 10px;
      cursor: pointer;
        border: 0;
  }
  .user-toggle-button:focus {
      outline: none;
  }
  .user-toggle-button > span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
  }
  .user-toggle-button > span img {
      margin-right: 6px;
  }
  .u-header [aria-labelledby] {
      opacity: 1;
  }
  .user-dropdown .dropdown-menu {
      left: -1px;
      font-size: 18px;
      text-transform: uppercase;
      right: -1px;
      margin-top: 0;
      min-width: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 28px;
      border-bottom-left-radius: 28px;
      border-color: #06102b;
      border-top: 0;
      padding-left: 13px;
      padding-right: 13px;
      text-align: center;
  }
  .user-dropdown .dropdown-menu a {
      border-top: 1px solid #06102b;
      display: block;
      padding-top: 8px;
      padding-bottom: 8px;
      color: #06102b;
  }
  @media screen and (max-width: 767px) {
    .user-dropdown {
        width: 120px;
        margin-left: auto;
        margin-right: 40px;
        font-size: 14px;
        line-height: 20px;
        padding-right: 11px;
    }
    .user-toggle-button {
        height: 44px;
        padding-left: 8px;
        padding-right: 0;
    }
    .user-toggle-button > span img {
        width: 31px;
        height: 31px;
    }
    .user-dropdown .dropdown-menu {
        font-size: 13px;
        padding: 0;
    }
    .isopen-mobile .user-dropdown {
        margin-top: -47px;
    }
  }

  .info-box {
      position: relative;
      display: flex;
  }
  .info-box.check:before {
      content: '';
      margin-right: 40px;
      display: block;
      width: 54px;
      flex: 0 0 54px;
      height: 49px;
      background-image: url(../../img/custom/icon_check.svg);
      background-repeat: no-repeat;
      position: relative;
      top: 7px;
  }
  /* #found-services {
      border-radius: 9px;
      border: 1px solid #081029;
      padding: 0 41px;
  }
  #found-services .active-service + .active-service {
      border-top: 1px solid #081029;
  } */
  .toggle.btn {
      border-radius: 70px;
  }
  .u-check .toggle-handle {
      border-radius: 50%;
      width: 25px;
      height: 25px;
      top: 50%;
      transform: translate(-50%, -50%);
      background-color: #2b9eea;
      left: -8px;
  }
  .toggle.off .toggle-handle {
    left: 33px;
    background-color: #000000;

  }
  .u-check .toggle.btn {
      border-color: #000;
  }
  .u-check .btn-danger:not(:disabled):not(.disabled).active,
  .u-check .btn.toggle-on,
  .u-check .btn.toggle-on:focus,
  .u-check .btn.toggle-on:hover {
      background-color: #ffffff;
      font-size: 15.4px;
      line-height: 1.8 !important;
      color: #06102b;
      text-transform: uppercase;
  }
  .u-check .btn-danger:not(:disabled):not(.disabled).active {
      padding-left: 40px;
  }
  .u-check .btn.toggle-on {
      padding-right: 40px;
  }

.u-check-fill .toggle.off .toggle-handle, .u-check.u-check-fill .toggle-handle {
    background-color: #ffffff;
}

.u-check.u-check-fill .btn-danger:not(:disabled):not(.disabled).active,
.u-check.u-check-fill .btn.toggle-on,
.u-check.u-check-fill .btn.toggle-on:focus,
.u-check.u-check-fill .btn.toggle-on:hover {
    background-color: #2b9eea;
    color: #ffffff;
}
.u-check.u-check-fill.u-check-dark .btn-danger:not(:disabled):not(.disabled).active
{
    background-color: #000000!important;
}

.u-check.u-check-fill .toggle.btn {
    border: none;
}


  @media screen and (max-width: 767px) {
    .u-check .btn-danger:not(:disabled):not(.disabled).active, .u-check .btn.toggle-on, .u-check .btn.toggle-on:focus, .u-check .btn.toggle-on:hover {
        font-size: 14px;
        line-height: 1.5 !important;
    }
    .u-check .toggle-handle {
        padding: 0;
        height: 18px;
        width: 18px;
        left: -7px;
        top: 13px;
    }
    .u-check .btn.toggle-on {
        padding-right: 27px;
        padding-left: 5px;
    }
    .toggle.off .toggle-handle {
        left: 25px;
    }
    .u-check .btn-danger:not(:disabled):not(.disabled).active {
        padding-left: 27px;
    }
  }

.steps-bar .step {
    flex: 0 0 25%;
    max-width: 25%;
}
.steps-bar .step:after {
    display: block;
    content: '';
    height: 8px;
    width: 100%;
    border-top: 1px solid #06102b;
    border-bottom: 1px solid #06102b;
    margin-top: 12px;
}
.steps-bar .step:first-child:after {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.steps-bar .step:last-child:after {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.steps-bar .step.active:after {
    background-color: #06102b;
}
input[type="radio"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
input[type="radio"] + label {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
input[type="radio"] + label:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #818181;
}
input[type="radio"]:checked + label:before {
    border-color: #06102b;
}
input[type="radio"]:checked + label:after {
    content: '';
    background-color: #06102b;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 50%;
}
.custom-control {
    padding-left: 39px;
    color: #818181;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-control-input + .custom-control-indicator {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #06102b;
    color: #06102b;
    text-align: center;
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
}
.custom-control-input:checked + .custom-control-indicator:before {
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(../../img/custom/icon-checkbox.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.alert {
    padding: 34px;
}
.alert.alert-warning {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #06102b;
}
.payment-switcher .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.payment-switcher .nav-item a {
    display: block;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.payment-switcher .nav-item a img {
    transition: 0.3s;
}
.payment-switcher .nav-item a img + img {
    margin-left: 20px;
}
.payment-switcher .nav-item a.active,
.payment-switcher .nav-item a:hover {
    background-color: #2b9eea;
    color: #ffffff;
    text-decoration: none;
}
.payment-switcher .nav-item a.active img,
.payment-switcher .nav-item a:hover img {
    filter: brightness(0) invert(1);
}
.payment-switcher .nav-item:first-child a {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    border: 1px solid #2b9eea;
}
.payment-switcher .nav-item:last-child a {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border: 1px solid #2b9eea;

}
.form-check-wrap {
    margin-bottom: 6px;
}
.form-check-label {
    position: relative;
}
.form-check-label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.form-check-label span {
    padding-left: 50px;
    line-height: 26px;
    display: block;
}
.form-check-label span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border: 1px solid #818181;
}
.form-check-label span:after {
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(../../img/custom/icon-checkbox.svg);
    position: absolute;
    top: 9px;
    left: 6px;
    opacity: 0;
}
.form-check-label input[type="checkbox"]:checked + span:before {
    border-color: #06102b;
}
.form-check-label input[type="checkbox"]:checked + span:after {
    opacity: 1;
}
.install-instructions-list li {
    line-height: 24px;
}
.install-instructions-list li p {
    margin-bottom: 30px;
}
.install-instructions-list li + li {
    margin-top: 30px;
}
span.euro,
span.question {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    border: 1px solid #2b9eea;
    color: #2b9eea;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    position: relative;
}
span.euro:before {
    content: '€';
    position: absolute;
    height: 32px;
    width: 29px;
    left: -2px;
    top: 0;
}
span.question:before {
    content: '?';
    font-size: 23px;
}
.table-radius {
    border-radius: 5px;
}
.pricing-table {
    margin-bottom: 0;
}
.pricing-table tr td:not(:first-child) {
    color: #23a0ed;
}
.pricing-table th {
    font-weight: 400;
    padding: 17px 21px;
}
.pricing-table td {
    padding: 17px 21px;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .install_teaser [data-tabs-mobile-type="accordion"] {
        display: none;
    }
}

@media screen and (max-width: 784px) {
    .installation [data-tabs-mobile-type="accordion"] {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .c-btn {
        width: 100%;
    }
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .form-check-label span {
        line-height: 1.4;
        padding-left: 30px;
    }
    .form-check-label span:before {
        width: 20px;
        height: 20px;
    }
    .form-check-label span:after {
        width: 13px;
        height: 12px;
        background-size: 100%;
        background-repeat: no-repeat;
        top: 6px;
        left: 4px;
    }
    header .navbar > div {
        height: 80px;
    }
    .navbar-brand {
        padding: 11px 0 !important;
    }
}
footer a {
    color: #06102b;
}
.alert-danger,
.alert-success,
.alert-info {
    padding: 19px 34px;
}
.alert-success {
    background-color: #00c28c;
    border-color: #00c28c;
    color: #ffffff;
}
.alert-info {
    background-color: #2b9eea;
    border-color: #2b9eea;
    color: #ffffff;
}
.alert-success .close,
.alert-info .close,
.alert-danger p,
.alert-danger h4 {
    color: #ffffff;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 61px;
    border-color: #818181;
    outline: 0;
    box-shadow: none;
    padding: 17px 22px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 25px!important;
}
.select2-results__option {
    padding: 17px 22px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #03102d;
}

.intro-image.intro-image-home {
    background-image: url(assets/img/avalex_hero/avalex_hero.jpg);
    height: 800px;
    background-repeat: no-repeat;
    background-position: right 50px;
}
@media screen and (max-width: 767px) {
    .intro-image.intro-image-home {
        background-image: url(assets/img/avalex_hero-mob/avalex_hero-mob.jpg);
        height: 100%;
        background-position: right top;
    }
}
.dzsparallaxer.promo-image-container {
    height: 520px;
}
.promo-image.hand-image {
    background-image: url(assets/img/avalex_home/avalex_home.jpg);
    height: 120%;
}
@media screen and (max-width: 767px) {
    .promo-image.hand-image {
        background-image: url(assets/img/avalex_home-mob/avalex_home-mob.jpg);
        height: 100%;
    }
}
.analysis-mobile .navbar-brand,
.analysis-mobile .close-button {
    display: none;
}
@media screen and (max-width: 991px) {
    .analysis-mobile .navbar-brand,
    .analysis-mobile .close-button {
        display: block;
    }
    .analysis-mobile {
        display: none;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 1234;
    }
    .analysis-mobile .navbar-brand {
        padding-top: 11px;
        padding-bottom: 11px;
        position: absolute;
        top: 17px;
        left: 20px;
        z-index: 1;
    }
    .analysis-mobile form {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .analysis-mobile .close-button .inner {
        display: block;
        padding: 10px 15px;
    }
    .analysis-mobile .close-button .hamburger-inner {
        transform: translate3d(0,10px,0) rotate(45deg);
        top: 2px;
        background-color: #000;
    }
    .analysis-mobile .close-button .hamburger-inner:before {
        transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
        opacity: 0;
    }
    .analysis-mobile .close-button .hamburger-inner:after {
        transform: translate3d(0,-20px,0) rotate(-90deg);
        top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .analysis-mobile {
        position: fixed;
    }
}
@media screen and (max-width: 767px) {
    .g-min-height-100vh {
        min-height: -webkit-fill-available;
    }
}
span.close-icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: block;
}
span.close-icon:before,
span.close-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background-color: #ffffff;
    width: 22px;
    height: 1px;
}
span.close-icon:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
span.close-icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn span.close-icon{
    float: right;
}

.btn span.close-icon:before,
.btn span.close-icon:after {
    width: 14px;
}

span.close-icon.add-icon:before {
    transform: translate(-50%, -50%) rotate(0deg);
}
span.close-icon.add-icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.u-go-to-v1 {
    background-color: #ffffff;
    border: 1px solid #06102b;
    box-shadow: none;
}
/* By Fadi */
@keyframes in-progress-before {
    from {
        transform: translateX(-300px) skewX(-15deg);
        opacity: .5;
    }
    to {
        transform: translateX(900px)  skewX(-15deg);
        opacity: 0.6;
    }
  }
  @keyframes in-progress-after {
    from {
        transform: translateX(-300px) skewX(-15deg);
        opacity: 0;
    }
    to {
        transform: translateX(900px) skewX(-15deg);
        opacity: 1;
    }
  }

.btn.btn-in-progress:before{
    content: '';
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(30px);
    animation: in-progress-before 2s infinite;
  }
  .btn.btn-in-progress:after{
    content: '';
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.2);
    width: 50px;
    height: 100%;
    left: 50px;
    top: 0;
    filter: blur(5px);
    animation: in-progress-after 2s infinite;
  }
    .dov-item{
        line-height: 24px !important;
    }

  .dov-item .dov-in-progress-icon {
      float: right;
      height: 24px;
  }

  @media screen and (max-width: 767px)
{
    .dov-item{
        line-height: 18px !important;
    }
    .dov-item .dov-in-progress-icon {
        position: absolute;
        right: 2rem;
        float: none;
        height: 18px;
    }
}
  .u-accordion .u-accordion__header .item-id, .services .ServiceCard .card-header .item-id {
      visibility: hidden;
      position:absolute;
      left: 0;
      line-height: 0.7em;
      top: 35%;
  }
  .u-accordion .u-accordion__header:hover .item-id, .services .ServiceCard .card-header:hover .item-id {
      visibility: visible;
  }

  .u-input-group-v2 input.sepa-field:not([type=checkbox]):not([type=radio]):valid + label {
    top: 0;
}

.easyforms-back{
    position: absolute;
        bottom: 247px;
        left: 38%;
    animation: 3s fadeIn;
      animation-fill-mode: forwards;

      visibility: hidden;

    }

    @keyframes fadeIn {
      99% {
        visibility: hidden;
      }
      100% {
        visibility: visible;
      }
    }

    .legaltext-preview {
        background-color: #e6e6e6;
        /* -webkit-touch-callout: none; iOS Safari */
        /* -webkit-user-select: none; Safari */
        /* -khtml-user-select: none; Konqueror HTML */
        /* -moz-user-select: none; Old versions of Firefox */
        /* -ms-user-select: none; Internet Explorer/Edge */
        /* user-select: none; Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    }

    .legaltext-wrap pre {
        /* word-break: normal;
        overflow-wrap: break-word; */
        white-space: normal;
    }

    .u-check .toggle.btn {
        height: 39px !important;
        /*width: 90px !important;*/
    }

    @media screen and (max-width: 767px)
{
    .u-check .toggle.btn {
        /*width: 65px !important;*/
        height: 30px !important;
    }
}

.grecaptcha-badge {
    z-index: 9;
}
.custombox-fadein.custombox-content.custombox-open {
    opacity: 1;
}
.text-line-through{
    text-decoration: line-through;
}

.list-group-item.text-line-through:focus, .list-group-item.text-line-through:hover{
    text-decoration: line-through;
}

.table-borderinside td, .table-borderinside th {
    border: 1px solid #dee2e6;
}
.table-borderinside tr:first-child th, .table-borderinside tr:first-child td {
    border-top: 0;
}
.table-borderinside tr :first-child {
    border-left: 0;
}
.table-borderinside tr:last-child th, .table-borderinside tr:last-child td {
    border-bottom: 0;
}
.table-borderinside tr :last-child {
    border-right: 0;
}
.mark, mark {
    background-color: #e6e6e6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: '';
    border: solid #06102b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: -3px;
    right: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 10px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 21px;
    right: 25px;
}
@media screen and (max-width: 767px)
{
    .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
        padding: 7px;
        top: 0;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
        top: 35%;
    }
}

@keyframes ldio {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
  }
  .ldio .ld-spinner {
    position: absolute;
    top: 45% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .ldio .ld-spinner .count{
    font-size: 8rem;
	line-height: 200px;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
    color: white;
    top: 0;
  }

  .ldio .ld-spinner .ldsp {
    animation: ldio 1s linear infinite;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #ffffff;
    transform-origin: 100px 102px;
  }

  .ld-spinner:after{
    content: '';
    font-size: 18px;
    position: absolute;
    width: 250px;
    color: white;
    top: 250px;
    left: -25px;
    text-align: center;
  }

  .loadingio-spinner-eclipse {
    display: inline-block;
    overflow: hidden;
    background: #000000;
    position: fixed;
      z-index: 10000;
      top: 0;
      left: 0;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      opacity: 0.75;
  }
  .ldio {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
  }
  .ldio div { box-sizing: content-box; }

/* Install instructions */
.install-instructions {
	display: flex;
	margin: 0;
	margin-right: -20px;
	margin-left: -20px;
	padding: 0;
	list-style-type: none;

	flex-wrap: wrap;
}
.install-instructions li {
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.install-instructions li a,
.install-toggle {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	padding: 0 10px;
	text-align: center;
	border-radius: 50px;
	background-color: #03102d;
}
.install-instructions li a:hover,
.install-instructions li a.active {
	background-color: #2b9eea;
}
.tab-content > .active.install-toggle {
	display: flex;
	background-color: #2b9eea;
}

.install-instructions li a, .install-toggle {
    color: #ffffff !important;
}

/* End By Fadi */
