/* Custom styling for application goes in this file */
/* Title */
.sx-widget-title__link:hover {
    color: #000;
    text-decoration: none;
}

/* Textarea */
/* Content */
/* Horizontal Text Image */
.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col--second {
    background-color: #fafafa;
}

.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col-container--text {
    padding: 60px;
}

.sx-widget-horizontal-text-image__row--rightleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

@media (min-width: 1250px) {
    .sx-widget-horizontal-text-image__row--rightleft {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.sx-widget-horizontal-text-image__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sx-widget-horizontal-text-image__col-container--image {
    margin-bottom: 40px;
}

@media (min-width: 769px) {
    .sx-widget-horizontal-text-image__col-container--image {
        margin-bottom: 0;
    }
}

.sx-widget-horizontal-text-image__col--first {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.sx-widget-horizontal-text-image__link:hover {
    color: #000;
    text-decoration: none;
}

/* Vertical Text Image */
/* Image */
.sx-widget-image__image {
    margin-bottom: 4px;
}

.sx-widget-image__image-lengend {
    font-size: 14px;
}

/* Download Box */
.sx-widget-download-box {
    background-color: #fafafa;
    padding: 35px 45px 60px;
}

.sx-widget-download-box__list {
    list-style: none;
    margin-bottom: 45px;
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
}

.sx-widget-download-box__list-item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.sx-widget-download-box__list-item-link {
    text-decoration: none;
    font-weight: 700;
}

.sx-widget-download-box__list-item-link:hover {
    text-decoration: underline;
}

/* Gallery */
/* Video Embed */
/* Video Html */
.sx-widget-video-html__container video {
    max-width: 100%;
}

/* Call to Action */
.sx-widget-call-to-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 20px 40px;
    background-color: #fa942e;
}

@media (min-width: 1250px) {
    .sx-widget-call-to-action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 45px 55px;
    }
}

.sx-widget-call-to-action__list li {
    padding-left: 38px;
    padding-bottom: 13px;
    position: relative;
    color: #fff;
}

.sx-widget-call-to-action__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.018' height='27.154' viewBox='0 0 27.018 27.154'%3E %3Cg id='Gruppe_566' data-name='Gruppe 566' transform='translate(-122.836 -34.961)'%3E %3Cpath id='Pfad_1' data-name='Pfad 1' d='M201.283,101.183l-6.916-6.916,1.922-1.922,5.032,5.032,12.616-12.112,1.883,1.961Z' transform='translate(-65.976 -46.397)' fill='%23ffffff'/%3E %3Cpath id='Pfad_2' data-name='Pfad 2' d='M147.139,49.9a10.838,10.838,0,1,1-10.726-12.219,11.788,11.788,0,0,1,5.3,1.358L143.745,37a14.834,14.834,0,0,0-7.332-2.037,13.577,13.577,0,0,0,0,27.154A13.447,13.447,0,0,0,149.854,49.9Z' transform='translate(0 0)' fill='%23ffffff'/%3E %3C/g%3E %3C/svg%3E ");
    background-size: 20px;
    width: 20px;
    height: 20px;
}

@media (min-width: 1025px) {
    .sx-widget-call-to-action__list li:before {
        background-size: 27px;
        width: 27px;
        height: 27px;
    }
}

.sx-widget-call-to-action__title {
    font-size: 1.875rem;
}

@media (min-width: 1250px) {
    .sx-widget-call-to-action__title {
        font-size: 3.125rem;
    }
}

.sx-widget-call-to-action__calculator {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px -4px #8f8f8f;
            box-shadow: 0 0 9px -4px #8f8f8f;
    background-color: #fff;
    padding: 25px;
}

@media (min-width: 769px) {
    .sx-widget-call-to-action__calculator {
        padding: 45px;
    }
}

.sx-widget-call-to-action__calculator label {
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.sx-widget-call-to-action__calculator .form-control {
    font-weight: 700;
}

.sx-widget-call-to-action__calculator__inputs {
    margin-bottom: 25px;
}

.sx-widget-call-to-action__calculator__price {
    color: #fa942e;
    display: block;
    margin-bottom: 25px;
}

@media (min-width: 769px) {
    .sx-widget-call-to-action__calculator__price {
        margin-bottom: 0;
    }
}

.sx-widget-call-to-action__calculator__button {
    padding-left: 15px;
    padding-right: 15px;
}

/* Call to Action */
.sx-widget-step-call-to-action {
    padding: 0;
    background-color: #fa942e;
}

@media (min-width: 1025px) {
    .sx-widget-step-call-to-action {
        padding: 50px 55px;
    }
}

@media (min-width: 1025px) {
    .sx-widget-step-call-to-action__image {
        border-radius: 10px;
    }
}

.sx-widget-step-call-to-action__content {
    padding: 25px 20px 35px;
}

@media (min-width: 1025px) {
    .sx-widget-step-call-to-action__content {
        padding: 0;
    }
}

.sx-widget-step-call-to-action__list li {
    padding-left: 55px;
    padding-bottom: 26px;
    position: relative;
    color: #fff;
}

.sx-widget-step-call-to-action__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    border-radius: 19px;
    width: 37px;
    height: 37px;
    background-color: #fff;
}

.sx-widget-step-call-to-action__list li:after {
    content: attr(data-item-counter);
    color: #fa942e;
    position: absolute;
    left: 12px;
    top: 0;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1;
}

.sx-widget-step-call-to-action__title {
    font-size: 1.875rem;
}

@media (min-width: 1250px) {
    .sx-widget-step-call-to-action__title {
        font-size: 3.125rem;
    }
}

/* Map */
/* Divider */
.sx-widget-divider__divider--1 {
    border-bottom: 1px solid #ccc;
}

/* Slider */
.sx-widget-slider__slider-nav-button {
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 17px));
        -ms-transform: translateY(calc(-50% - 17px));
         -o-transform: translateY(calc(-50% - 17px));
            transform: translateY(calc(-50% - 17px));
    z-index: 10;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sx-widget-slider__slider-nav-button-text {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.sx-widget-slider__slider-nav-button--left {
    left: 0;
    width: 36px;
    height: 36px;
}

.sx-widget-slider__slider-nav-button--right {
    right: 0;
}

.sx-widget-slider__slider-pagination-container {
    text-align: center;
    margin-top: 20px;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    background: #ccc;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet-active {
    background: #000;
}

/* Button */
/* Accordion */
.sx-widget-accordion__item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 11px;
    padding-top: 11px;
}

.sx-widget-accordion__item__header {
    background-color: transparent;
    padding: 0;
    border-bottom: 0;
}

.sx-widget-accordion__item__header-title {
    margin-bottom: 0;
}

.sx-widget-accordion__item__header-title-link {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sx-widget-accordion__item__header-title-link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    color: #fa942e;
}

.sx-widget-accordion__item__content-body {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.sx-widget-accordion__item__content-body-text p:last-of-type {
    margin-bottom: 10px;
}

/* Spacer */
/* icon box */
.sx-widget-icon-box__item {
    -webkit-box-shadow: 0 0 9px 2px #ededed;
            box-shadow: 0 0 9px 2px #ededed;
    height: calc(100% - 65px);
}

.sx-widget-icon-box__item__content {
    padding: 25px 30px 50px;
}

@media (min-width: 1025px) {
    .sx-widget-icon-box__item--width .sx-widget-icon-box__item__content {
        padding: 25px 70px 50px;
    }
}

@media (min-width: 1250px) {
    .sx-widget-icon-box__item--width .sx-widget-icon-box__item__content {
        padding: 25px 130px 50px;
    }
}

.sx-widget-icon-box__item__image {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.sx-widget-icon-box .swiper-container {
    -webkit-box-shadow: 0 0 9px 2px #ededed;
            box-shadow: 0 0 9px 2px #ededed;
}

.sx-widget-icon-box .swiper-container .sx-widget-icon-box__item {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0 !important;
}

/* icon box */
.sx-widget-done-list__text ul > li {
    padding-left: 25px;
}

.sx-widget-done-list__text ul > li:before {
    content: '\0048';
    color: #fa942e;
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    top: 3px;
}

/* orange box */
.sx-widget-orange-box__item {
    padding: 50px 33px 60px;
    margin-bottom: 25px;
    background-color: #fa942e;
    height: calc(100% - 25px);
}

.sx-widget-orange-box__item__image__wrapper {
    margin-bottom: 20px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
}

::-moz-selection {
    background: #fa942e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fa942e;
    color: #fff;
    text-shadow: none;
}

nav a {
    text-decoration: none;
}

/* helper-classes */
/** @deprecated -> use .p-0 **/
.nopadding {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .nopadding-sm {
        padding: 0 !important;
    }
}

@media (min-width: 769px) {
    .nopadding-md {
        padding: 0 !important;
    }
}

@media (min-width: 1025px) {
    .nopadding-lg {
        padding: 0 !important;
    }
}

@media (min-width: 1250px) {
    .nopadding-xl {
        padding: 0 !important;
    }
}

@media (min-width: 1450px) {
    .nopadding-xxl {
        padding: 0 !important;
    }
}

/** custom color classes */
.text-color-blue {
    color: #007bff !important;
}

@media (min-width: 576px) {
    .text-color-sm-blue {
        color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-blue {
        color: #007bff !important;
    }
}

.text-color-indigo {
    color: #6610f2 !important;
}

@media (min-width: 576px) {
    .text-color-sm-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-indigo {
        color: #6610f2 !important;
    }
}

.text-color-purple {
    color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .text-color-sm-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-purple {
        color: #6f42c1 !important;
    }
}

.text-color-pink {
    color: #e83e8c !important;
}

@media (min-width: 576px) {
    .text-color-sm-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-pink {
        color: #e83e8c !important;
    }
}

.text-color-red {
    color: #dc3545 !important;
}

@media (min-width: 576px) {
    .text-color-sm-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-red {
        color: #dc3545 !important;
    }
}

.text-color-orange {
    color: #fa942e !important;
}

@media (min-width: 576px) {
    .text-color-sm-orange {
        color: #fa942e !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-orange {
        color: #fa942e !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-orange {
        color: #fa942e !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-orange {
        color: #fa942e !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-orange {
        color: #fa942e !important;
    }
}

.text-color-yellow {
    color: #ffc107 !important;
}

@media (min-width: 576px) {
    .text-color-sm-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-yellow {
        color: #ffc107 !important;
    }
}

.text-color-green {
    color: #28a745 !important;
}

@media (min-width: 576px) {
    .text-color-sm-green {
        color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-green {
        color: #28a745 !important;
    }
}

.text-color-teal {
    color: #20c997 !important;
}

@media (min-width: 576px) {
    .text-color-sm-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-teal {
        color: #20c997 !important;
    }
}

.text-color-cyan {
    color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .text-color-sm-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-cyan {
        color: #17a2b8 !important;
    }
}

.text-color-white {
    color: #fff !important;
}

@media (min-width: 576px) {
    .text-color-sm-white {
        color: #fff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-white {
        color: #fff !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-white {
        color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-white {
        color: #fff !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-white {
        color: #fff !important;
    }
}

.text-color-gray {
    color: #6c757d !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-gray {
        color: #6c757d !important;
    }
}

.text-color-gray-dark {
    color: #343a40 !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1450px) {
    .text-color-xxl-gray-dark {
        color: #343a40 !important;
    }
}

.bg-color-blue {
    background-color: #007bff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-blue {
        background-color: #007bff !important;
    }
}

.bg-color-indigo {
    background-color: #6610f2 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-indigo {
        background-color: #6610f2 !important;
    }
}

.bg-color-purple {
    background-color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-purple {
        background-color: #6f42c1 !important;
    }
}

.bg-color-pink {
    background-color: #e83e8c !important;
}

@media (min-width: 576px) {
    .bg-color-sm-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-pink {
        background-color: #e83e8c !important;
    }
}

.bg-color-red {
    background-color: #dc3545 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-red {
        background-color: #dc3545 !important;
    }
}

.bg-color-orange {
    background-color: #fa942e !important;
}

@media (min-width: 576px) {
    .bg-color-sm-orange {
        background-color: #fa942e !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-orange {
        background-color: #fa942e !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-orange {
        background-color: #fa942e !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-orange {
        background-color: #fa942e !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-orange {
        background-color: #fa942e !important;
    }
}

.bg-color-yellow {
    background-color: #ffc107 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-yellow {
        background-color: #ffc107 !important;
    }
}

.bg-color-green {
    background-color: #28a745 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-green {
        background-color: #28a745 !important;
    }
}

.bg-color-teal {
    background-color: #20c997 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-teal {
        background-color: #20c997 !important;
    }
}

.bg-color-cyan {
    background-color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-cyan {
        background-color: #17a2b8 !important;
    }
}

.bg-color-white {
    background-color: #fff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-white {
        background-color: #fff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-white {
        background-color: #fff !important;
    }
}

.bg-color-gray {
    background-color: #6c757d !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-gray {
        background-color: #6c757d !important;
    }
}

.bg-color-gray-dark {
    background-color: #343a40 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1450px) {
    .bg-color-xxl-gray-dark {
        background-color: #343a40 !important;
    }
}

.responsive-grid .new-row {
    clear: left;
}

@media (min-width: 576px) {
    .responsive-grid .new-row-sm {
        clear: left;
    }
}

@media (min-width: 769px) {
    .responsive-grid .new-row-md {
        clear: left;
    }
}

@media (min-width: 1025px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1250px) {
    .responsive-grid .new-row-xl {
        clear: left;
    }
}

@media (min-width: 1450px) {
    .responsive-grid .new-row-xxl {
        clear: left;
    }
}

.w-25 {
    width: 25% !important;
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
}

@media (min-width: 769px) {
    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-25 {
        width: 25% !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-25 {
        width: 25% !important;
    }
}

.mw-25 {
    max-width: 25% !important;
}

@media (min-width: 576px) {
    .mw-sm-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-25 {
        max-width: 25% !important;
    }
}

.w-50 {
    width: 50% !important;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media (min-width: 769px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-50 {
        width: 50% !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-50 {
        width: 50% !important;
    }
}

.mw-50 {
    max-width: 50% !important;
}

@media (min-width: 576px) {
    .mw-sm-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-50 {
        max-width: 50% !important;
    }
}

.w-75 {
    width: 75% !important;
}

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media (min-width: 769px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-75 {
        width: 75% !important;
    }
}

.mw-75 {
    max-width: 75% !important;
}

@media (min-width: 576px) {
    .mw-sm-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-75 {
        max-width: 75% !important;
    }
}

.w-100, .sx-widget-image__image, .sx-widget-gallery__image, .sx-widget-call-to-action__calculator__button, .sx-widget-step-call-to-action__image, .sx-widget-icon-box__item__image {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-100 {
        width: 100% !important;
    }
}

.mw-100 {
    max-width: 100% !important;
}

@media (min-width: 576px) {
    .mw-sm-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-100 {
        max-width: 100% !important;
    }
}

.w-auto {
    width: auto !important;
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 769px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-auto {
        width: auto !important;
    }
}

.w-10 {
    width: 10% !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-10 {
        width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-10 {
        width: 10% !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-10 {
        width: 10% !important;
    }
}

.mw-10 {
    max-width: 10% !important;
}

@media (min-width: 576px) {
    .mw-sm-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-10 {
        max-width: 10% !important;
    }
}

.w-33 {
    width: 33% !important;
}

@media (min-width: 576px) {
    .w-sm-33 {
        width: 33% !important;
    }
}

@media (min-width: 769px) {
    .w-md-33 {
        width: 33% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-33 {
        width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-33 {
        width: 33% !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-33 {
        width: 33% !important;
    }
}

.mw-33 {
    max-width: 33% !important;
}

@media (min-width: 576px) {
    .mw-sm-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-33 {
        max-width: 33% !important;
    }
}

.w-66 {
    width: 66% !important;
}

@media (min-width: 576px) {
    .w-sm-66 {
        width: 66% !important;
    }
}

@media (min-width: 769px) {
    .w-md-66 {
        width: 66% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-66 {
        width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-66 {
        width: 66% !important;
    }
}

@media (min-width: 1450px) {
    .w-xxl-66 {
        width: 66% !important;
    }
}

.mw-66 {
    max-width: 66% !important;
}

@media (min-width: 576px) {
    .mw-sm-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-66 {
        max-width: 66% !important;
    }
}

.mw-none {
    max-width: none !important;
}

@media (min-width: 576px) {
    .mw-sm-none {
        max-width: none !important;
    }
}

@media (min-width: 769px) {
    .mw-md-none {
        max-width: none !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-none {
        max-width: none !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-none {
        max-width: none !important;
    }
}

@media (min-width: 1450px) {
    .mw-xxl-none {
        max-width: none !important;
    }
}

.h-25 {
    height: 25% !important;
}

@media (min-width: 576px) {
    .h-sm-25 {
        height: 25% !important;
    }
}

@media (min-width: 769px) {
    .h-md-25 {
        height: 25% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-25 {
        height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-25 {
        height: 25% !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-25 {
        height: 25% !important;
    }
}

.mh-25 {
    max-height: 25% !important;
}

@media (min-width: 576px) {
    .mh-sm-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-25 {
        max-height: 25% !important;
    }
}

.h-50 {
    height: 50% !important;
}

@media (min-width: 576px) {
    .h-sm-50 {
        height: 50% !important;
    }
}

@media (min-width: 769px) {
    .h-md-50 {
        height: 50% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-50 {
        height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-50 {
        height: 50% !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-50 {
        height: 50% !important;
    }
}

.mh-50 {
    max-height: 50% !important;
}

@media (min-width: 576px) {
    .mh-sm-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-50 {
        max-height: 50% !important;
    }
}

.h-75 {
    height: 75% !important;
}

@media (min-width: 576px) {
    .h-sm-75 {
        height: 75% !important;
    }
}

@media (min-width: 769px) {
    .h-md-75 {
        height: 75% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-75 {
        height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-75 {
        height: 75% !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-75 {
        height: 75% !important;
    }
}

.mh-75 {
    max-height: 75% !important;
}

@media (min-width: 576px) {
    .mh-sm-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-75 {
        max-height: 75% !important;
    }
}

.h-100 {
    height: 100% !important;
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }
}

@media (min-width: 769px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-100 {
        height: 100% !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-100 {
        height: 100% !important;
    }
}

.mh-100 {
    max-height: 100% !important;
}

@media (min-width: 576px) {
    .mh-sm-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-100 {
        max-height: 100% !important;
    }
}

.h-auto {
    height: auto !important;
}

@media (min-width: 576px) {
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-auto {
        height: auto !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-auto {
        height: auto !important;
    }
}

.h-10 {
    height: 10% !important;
}

@media (min-width: 576px) {
    .h-sm-10 {
        height: 10% !important;
    }
}

@media (min-width: 769px) {
    .h-md-10 {
        height: 10% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-10 {
        height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-10 {
        height: 10% !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-10 {
        height: 10% !important;
    }
}

.mh-10 {
    max-height: 10% !important;
}

@media (min-width: 576px) {
    .mh-sm-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-10 {
        max-height: 10% !important;
    }
}

.h-33 {
    height: 33% !important;
}

@media (min-width: 576px) {
    .h-sm-33 {
        height: 33% !important;
    }
}

@media (min-width: 769px) {
    .h-md-33 {
        height: 33% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-33 {
        height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-33 {
        height: 33% !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-33 {
        height: 33% !important;
    }
}

.mh-33 {
    max-height: 33% !important;
}

@media (min-width: 576px) {
    .mh-sm-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-33 {
        max-height: 33% !important;
    }
}

.h-66 {
    height: 66% !important;
}

@media (min-width: 576px) {
    .h-sm-66 {
        height: 66% !important;
    }
}

@media (min-width: 769px) {
    .h-md-66 {
        height: 66% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-66 {
        height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-66 {
        height: 66% !important;
    }
}

@media (min-width: 1450px) {
    .h-xxl-66 {
        height: 66% !important;
    }
}

.mh-66 {
    max-height: 66% !important;
}

@media (min-width: 576px) {
    .mh-sm-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-66 {
        max-height: 66% !important;
    }
}

.mh-none {
    max-height: none !important;
}

@media (min-width: 576px) {
    .mh-sm-none {
        max-height: none !important;
    }
}

@media (min-width: 769px) {
    .mh-md-none {
        max-height: none !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-none {
        max-height: none !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-none {
        max-height: none !important;
    }
}

@media (min-width: 1450px) {
    .mh-xxl-none {
        max-height: none !important;
    }
}

.background-cover {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.list-inline, ol.list-inline {
    list-style: none;
}

ul.list-inline > li, ol.list-inline > li {
    display: inline;
}

@media (min-width: 576px) {
    ul.list-sm-inline, ol.list-sm-inline {
        list-style: none;
    }
    ul.list-sm-inline > li, ol.list-sm-inline > li {
        display: inline;
    }
}

@media (min-width: 769px) {
    ul.list-md-inline, ol.list-md-inline {
        list-style: none;
    }
    ul.list-md-inline > li, ol.list-md-inline > li {
        display: inline;
    }
}

@media (min-width: 1025px) {
    ul.list-lg-inline, ol.list-lg-inline {
        list-style: none;
    }
    ul.list-lg-inline > li, ol.list-lg-inline > li {
        display: inline;
    }
}

@media (min-width: 1250px) {
    ul.list-xl-inline, ol.list-xl-inline {
        list-style: none;
    }
    ul.list-xl-inline > li, ol.list-xl-inline > li {
        display: inline;
    }
}

@media (min-width: 1450px) {
    ul.list-xxl-inline, ol.list-xxl-inline {
        list-style: none;
    }
    ul.list-xxl-inline > li, ol.list-xxl-inline > li {
        display: inline;
    }
}

.pointer-events-auto {
    pointer-events: auto !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1025px) {
    .pointer-events-lg-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1450px) {
    .pointer-events-xxl-auto {
        pointer-events: auto !important;
    }
}

.pointer-events-none {
    pointer-events: none !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-none {
        pointer-events: none !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1025px) {
    .pointer-events-lg-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1450px) {
    .pointer-events-xxl-none {
        pointer-events: none !important;
    }
}

.span-parent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* typo */
h1 a, .h1 a, .sx-widget-call-to-action__title a, .sx-widget-step-call-to-action__title a, .calculator__price a, h2 a, .h2 a, .sx-widget-call-to-action__calculator__price a, .calculator__price--home a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 1025px) {
    body {
        /* 18px */
        font-size: 1.125rem;
        line-height: 1.38;
    }
    h1, .h1, .sx-widget-call-to-action__title, .sx-widget-step-call-to-action__title, .calculator__price {
        /* 50px */
        font-size: 3.125rem;
    }
    h2, .h2, .sx-widget-call-to-action__calculator__price, .calculator__price--home {
        /* 40px */
        font-size: 2.5rem;
    }
    h3, .h3 {
        /* 30px */
        font-size: 1.875rem;
    }
    h4, .h4 {
        /* 25px */
        font-size: 1.5625rem;
    }
    h5, .h5 {
        /* 20px */
        font-size: 1.25rem;
    }
    h6, .h6 {
        /* 18px */
        font-size: 1.125rem;
    }
}

/* glyphter */
/* Generated by Glyphter (http://www.glyphter.com) on  Mon Dec 07 2020*/
@font-face {
    font-family: 'Glyphter';
    src: url("../fonts/glyphter/glyphter.eot");
    src: url("../fonts/glyphter/glyphter.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphter/glyphter.woff") format("woff"), url("../fonts/glyphter/glyphter.ttf") format("truetype"), url("../fonts/glyphter/glyphter.svg#Glyphter") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-arrow-left:before, .sx-icon--arrow-left:before, .sx-widget-slider__slider-nav-button--left .sx-widget-slider__slider-nav-button-text:before {
    content: '\0041';
}

.icon-arrow-right:before, .sx-icon--arrow-right:before, .sx-widget-slider__slider-nav-button--right .sx-widget-slider__slider-nav-button-text:before {
    content: '\0042';
}

.icon-arrow-up:before, .sx-icon--arrow-up:before {
    content: '\0043';
}

.icon-arrow-down:before, .sx-icon--arrow-down:before {
    content: '\0044';
}

.icon-plus:before, .sx-icon--plus:before, .sx-widget-accordion__item__header-title-link.collapsed:before {
    content: '\0045';
}

.icon-minus:before, .sx-icon--minus:before, .sx-widget-accordion__item__header-title-link:before {
    content: '\0046';
}

.icon-close:before, .sx-icon--close:before, .sx-lightbox .fancybox-close:before {
    content: '\0047';
}

.icon-done:before, .sx-widget-done-list__text ul > li:before, .sx-icon--done:before {
    content: '\0048';
}

.icon-arrow-up-2:before, .sx-icon--arrow-up-2:before {
    content: '\0049';
}

.icon-arrow-down-2:before, .sx-icon--arrow-down-2:before {
    content: '\004a';
}

.icon-link-external:before, .sx-icon--link-external:before {
    content: '\004b';
}

.icon-search:before, .sx-icon--search:before {
    content: '\004c';
}

.icon-edit:before, .sx-icon--edit:before {
    content: '\004d';
}

.icon-info:before, .sx-icon--info:before {
    content: '\004e';
}

.icon-play:before, .sx-icon--play:before {
    content: '\004f';
}

.icon-calendar:before, .sx-icon--calendar:before {
    content: '\0050';
}

.icon-logout-2:before, .sx-icon--logout-2:before {
    content: '\0051';
}

.icon-map-marker:before, .sx-icon--map-marker:before {
    content: '\0052';
}

.icon-mail:before, .sx-icon--mail:before {
    content: '\0053';
}

.icon-phone:before, .sx-icon--phone:before {
    content: '\0054';
}

.icon-social-whatsapp:before, .sx-icon--social-whatsapp:before {
    content: '\0055';
}

.icon-download:before, .sx-icon--download:before {
    content: '\0056';
}

.icon-account:before, .sx-icon--account:before {
    content: '\0057';
}

.icon-cart:before, .sx-icon--cart:before {
    content: '\0058';
}

.icon-favorite-1:before, .sx-icon--favorite-1:before {
    content: '\0059';
}

.icon-favorite-2:before, .sx-icon--favorite-2:before {
    content: '\005a';
}

.icon-delivery:before, .sx-icon--delivery:before {
    content: '\0061';
}

.icon-compare:before, .sx-icon--compare:before {
    content: '\0062';
}

.icon-share-youtube:before, .sx-icon--share-youtube:before {
    content: '\0063';
}

.icon-share-instagram:before, .sx-icon--share-instagram:before {
    content: '\0064';
}

.icon-share-xing:before, .sx-icon--share-xing:before {
    content: '\0065';
}

.icon-share-facebook:before, .sx-icon--share-facebook:before {
    content: '\0066';
}

.icon-share-twitter:before, .sx-icon--share-twitter:before {
    content: '\0067';
}

.icon-share-pinterest:before, .sx-icon--share-pinterest:before {
    content: '\0068';
}

.icon-share-mail:before, .sx-icon--share-mail:before {
    content: '\0069';
}

.icon-share-linkedin:before, .sx-icon--share-linkedin:before {
    content: '\006a';
}

.icon-share-whatsapp:before, .sx-icon--share-whatsapp:before {
    content: '\006b';
}

.icon-social-xing:before, .sx-icon--social-xing:before {
    content: '\006c';
}

.icon-social-linkedin:before, .sx-icon--social-linkedin:before {
    content: '\006d';
}

.icon-social-twitter:before, .sx-icon--social-twitter:before {
    content: '\006e';
}

.icon-social-facebook:before, .sx-icon--social-facebook:before {
    content: '\006f';
}

.icon-social-intagram:before {
    content: '\0070';
}

.icon-social-youtube:before, .sx-icon--social-youtube:before {
    content: '\0071';
}

.icon-social-pinterest:before, .sx-icon--social-pinterest:before {
    content: '\0072';
}

.icon-social-rss:before, .sx-icon--social-rss:before {
    content: '\0073';
}

.icon-delete:before, .sx-icon--delete:before {
    content: '\0074';
}

.icon-credit-card:before, .sx-icon--credit-card:before {
    content: '\0075';
}

.icon-filter:before, .sx-icon--filter:before {
    content: '\0076';
}

.icon-settings:before, .sx-icon--settings:before {
    content: '\0077';
}

.icon-view:before, .sx-icon--view:before {
    content: '\0078';
}

.icon-zoom:before, .sx-icon--zoom:before {
    content: '\0079';
}

.icon-login-1:before, .sx-icon--login-1:before {
    content: '\007a';
}

.icon-logout-1:before, .sx-icon--logout-1:before {
    content: '\0030';
}

.icon-file-pdf:before, .sx-icon--file-pdf:before {
    content: '\0031';
}

.icon-file-xls:before, .sx-icon--file-xls:before {
    content: '\0032';
}

.icon-file-doc:before, .sx-icon--file-doc:before {
    content: '\0033';
}

.icon-menu:before, .sx-icon--menu:before {
    content: '\0034';
}

.icon-hide:before, .sx-icon--hide:before {
    content: '\0035';
}

/* icons */
.sx-icon:before, .sx-widget-slider__slider-nav-button-text:before, .sx-widget-accordion__item__header-title-link:before, .sx-lightbox .fancybox-close:before, .sx-icon:after, .sx-widget-slider__slider-nav-button-text:after, .sx-widget-accordion__item__header-title-link:after, .sx-lightbox .fancybox-close:after, [class*='sx-icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sx-icon, .sx-widget-slider__slider-nav-button-text, .sx-widget-accordion__item__header-title-link, .sx-lightbox .fancybox-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

/* inputs */
.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control.no-border,
.form-control:focus.no-border {
    border-color: #f0f0f0 !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator,
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none;
}

label.custom-control.custom-checkbox,
label.custom-control.custom-radio {
    cursor: pointer;
}

select, textarea {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
}

/* header */
.header--sticky {
    min-width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media print {
    .header--sticky {
        position: static !important;
    }
}

@media (max-width: 768.98px) {
    .header__container > .container {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .header__container > .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.header__mobile-button-container {
    display: block;
    float: right;
    margin: 0 0;
}

@media (min-width: 1250px) {
    .header__mobile-button-container {
        display: none;
    }
}

.header__navigation-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.header__navigation-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

@media print {
    .header__navigation-container {
        display: none;
    }
}

/* navbar toggler */
.navbar-toggler {
    position: relative;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    vertical-align: middle;
}

.navbar-toggler:focus {
    outline: none;
}

.sx-navbar-toggle-icon {
    display: block;
    width: 1.25rem;
    height: 0.75rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.12rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.12rem;
    background-color: #000;
    margin: 0;
    -webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    -o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.sx-navbar-toggle-icon:before {
    top: -0.06rem;
}

.sx-navbar-toggle-icon > span {
    top: 0.315rem;
}

.sx-navbar-toggle-icon:after {
    top: 0.69rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.315rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
    opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.315rem;
}

/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*@include media-breakpoint-up($mobile-navbar-breakpoint) {
            //display: block;
        }*/
}

.sx-navigation__subnavi-indicator {
    display: block;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1250px) {
    .sx-navigation__subnavi-indicator {
        padding-right: 1rem !important;
    }
    .sx-navigation__subnavi-indicator, .sx-navigation__subnavi-indicator.sx-button--icon-button {
        display: none;
    }
}

.sx-navigation__subnavi-indicator:after {
    font-size: 16px;
}

@media (min-width: 1250px) {
    .sx-navigation__subnavi-indicator:after {
        content: "\f104";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
}

@media (min-width: 1250px) {
    .sx-navigation__sub-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 30px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
        top: 100%;
        left: -13px;
        min-width: 110%;
        -webkit-box-shadow: 0 0 9px -7px #8f8f8f;
                box-shadow: 0 0 9px -7px #8f8f8f;
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
}

@media (min-width: 1250px) and (min-width: 1250px) {
    .sx-navigation__sub-navigation .sx-navigation__list {
        min-width: 285px;
        padding-right: 30px;
    }
}

@media (min-width: 1250px) {
    .sx-navigation__sub-navigation .sx-navigation__list-entry {
        position: relative;
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry > .sx-navigation__sub-navigation {
        top: 0;
        left: 101%;
        left: calc(100% + 1px);
    }
    .sx-navigation__sub-navigation .sx-navigation__subnavi-indicator {
        display: block;
    }
    .sx-navigation__list-entry > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: none;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
}

/* standard navigation */
.sx-navigation--standard {
    width: 100%;
}

@media (min-width: 1250px) {
    .sx-navigation--standard {
        width: auto;
    }
}

.sx-navigation--standard .nav {
    display: block;
}

@media (min-width: 1250px) {
    .sx-navigation--standard .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sx-navigation--standard .sx-navigation__list-entry {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry .sx-navigation__sub-navigation .sx-navigation__list-entry {
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link {
    display: block;
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link.nav-link {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1250px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.sx-navigation--standard .sx-navigation__subnavi-indicator:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@media (min-width: 1250px) {
    .sx-navigation--standard .sx-navigation__subnavi-indicator:after, .sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
}

/* slide navigation */
/* breadcrumb */
.breadcrumb-container {
    position: relative;
}

.breadcrumb {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb:after {
    position: absolute;
    content: '';
    width: 2.857em;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0,0%,100%,0)), to(#fff));
    background: -o-linear-gradient(left, hsla(0,0%,100%,0) 0%, #fff 100%);
    background: linear-gradient(to right, hsla(0,0%,100%,0) 0%, #fff 100%);
}

/* footer */
/* maps */
.sx-slider {
    position: relative;
}

/* maps */
.google-map {
    min-height: 250px;
    padding-top: 48.4%;
}

/* upload */
.sx-simple-upload__file-input {
    display: none;
}

.sx-simple-upload__remove-button {
    display: none;
    cursor: pointer;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.sx-simple-upload__remove-button:hover, .sx-simple-upload__remove-button:not([href]):not([tabindex]):hover {
    color: #a21;
}

.sx-simple-upload__file-label {
    display: none;
}

.sx-simple-upload__browse-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__remove-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__file-label {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__browse-button, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:active, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:focus, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:hover {
    display: none;
}

/* cookie */
.privacy-popup {
    background-color: #fa942e;
    background-color: rgba(250,148,46,.9);
    color: #fff;
    display: none;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500000;
    padding: 20px;
}

@media (min-width: 769px) {
    .privacy-popup {
        font-size: 1.18125rem;
    }
}

.privacy-popup.show, .privacy-popup--show {
    display: block;
}

.privacy-popup__wrapper {
    padding: 0 1px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.privacy-popup__more-link {
    color: #fff;
    text-decoration: underline;
}

.privacy-popup__more-link:hover {
    color: #fff;
    text-decoration: none;
}

.privacy-popup__agree-button {
    padding: 0.5em 0.7em;
    background-color: #fff;
    color: #fa942e;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-left: 1px;
}

.privacy-popup__agree-button:hover {
    background-color: hsla(0,0%,100%,.9);
    text-decoration: none;
}

/* password show */
.password-show {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.password-show [data-password-show="true"] {
    padding-right: 45px;
}

.password-show [data-password-show="true"] ~ a {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

/* wysiwyg editor style */
.sx-wysiwyg-style a, .sx-widget-textarea a, .sx-widget-content__text a, .sx-widget-horizontal-text-image__text a, .sx-widget-vertical-text-image__item__text a, .sx-widget-accordion__item__content-body-text a, .sx-widget-icon-box__item__content__text a, .sx-widget-done-list__text a {
    text-decoration: none;
}

.sx-wysiwyg-style a:hover, .sx-widget-textarea a:hover, .sx-widget-content__text a:hover, .sx-widget-horizontal-text-image__text a:hover, .sx-widget-vertical-text-image__item__text a:hover, .sx-widget-accordion__item__content-body-text a:hover, .sx-widget-icon-box__item__content__text a:hover, .sx-widget-done-list__text a:hover {
    text-decoration: underline;
}

.sx-wysiwyg-style ul, .sx-widget-textarea ul, .sx-widget-content__text ul, .sx-widget-horizontal-text-image__text ul, .sx-widget-vertical-text-image__item__text ul, .sx-widget-accordion__item__content-body-text ul, .sx-widget-icon-box__item__content__text ul, .sx-widget-done-list__text ul {
    padding-left: 0;
}

.sx-wysiwyg-style ul > li, .sx-widget-textarea ul > li, .sx-widget-content__text ul > li, .sx-widget-horizontal-text-image__text ul > li, .sx-widget-vertical-text-image__item__text ul > li, .sx-widget-accordion__item__content-body-text ul > li, .sx-widget-icon-box__item__content__text ul > li, .sx-widget-done-list__text ul > li {
    list-style: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
}

.sx-wysiwyg-style ul > li:before, .sx-widget-textarea ul > li:before, .sx-widget-content__text ul > li:before, .sx-widget-horizontal-text-image__text ul > li:before, .sx-widget-vertical-text-image__item__text ul > li:before, .sx-widget-accordion__item__content-body-text ul > li:before, .sx-widget-icon-box__item__content__text ul > li:before, .sx-widget-done-list__text ul > li:before {
    content: "-";
    color: #fa942e;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -1px;
}

/* lightbox */
.sx-lightbox .fancybox-skin {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: none;
}

.sx-lightbox .fancybox-close {
    background-image: none;
    top: -36px;
    right: 15px;
}

@media (min-width: 1025px) {
    .sx-lightbox .fancybox-close {
        right: -36px;
    }
}

.sx-lightbox .fancybox-close:hover {
    text-decoration: none;
}

.sx-lightbox .fancybox-close:before {
    color: #000;
    font-size: 36px;
}

.fancybox-overlay {
    background: none;
    background-color: #fff;
}

/* custom styles */
/* general */
/* headline */
.h1, .sx-widget-call-to-action__title, .sx-widget-step-call-to-action__title, .calculator__price, h1 {
    margin-bottom: 35px;
}

.h2, .sx-widget-call-to-action__calculator__price, .calculator__price--home, h2 {
    margin-bottom: 25px;
}

.h3, h3,
.h4, h4 {
    margin-bottom: 20px;
}

.h5, h5,
.h6, h6 {
    margin-bottom: 15px;
}

h2 a, .h2 a, .sx-widget-call-to-action__calculator__price a, .calculator__price--home a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
    color: inherit;
    text-decoration: none;
}

h2 a:hover, .h2 a:hover, .sx-widget-call-to-action__calculator__price a:hover, .calculator__price--home a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
    color: inherit;
    text-decoration: none;
}

/* helper */
.border-radius, .sx-widget-horizontal-text-image__image, .sx-widget-gallery__image, .sx-widget-icon-box__item, .sx-widget-orange-box__item {
    border-radius: 5px;
}

p {
    line-height: 1.6;
}

a.text-decoration-none,
a.text-decoration-none:hover {
    text-decoration: none;
}

@media (min-width: 1025px) {
    .body-wrapper--orange {
        padding: 55px 0 65px;
        position: relative;
        z-index: 20;
        background-color: #fa942e;
    }
}

hr {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    margin-bottom: 45px;
}

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

@media (min-width: 1025px) {
    .content-box {
        -webkit-box-shadow: 0 0 9px -4px #8f8f8f;
                box-shadow: 0 0 9px -4px #8f8f8f;
        padding: 84px 0 75px;
    }
}

.content-box--white {
    background-color: #fff;
}

.lead,
.lead p {
    font-weight: 700;
}

.section--gray {
    background-color: #fafafa;
    padding: 80px 0 40px;
}

@media (min-width: 1250px) {
    .section--gray {
        padding: 100px 0 50px;
    }
}

.info-popup-box {
    position: absolute;
    left: 0;
    top: 18px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    z-index: -20;
    -webkit-box-shadow: 0 0 9px 2px #ededed;
            box-shadow: 0 0 9px 2px #ededed;
}

.info-popup-box:hover {
    z-index: 20;
    pointer-events: auto;
    opacity: 1;
}

.info-popup-toggler:hover ~ .info-popup-box {
    opacity: 1;
    pointer-events: auto;
    z-index: 20;
}

/* modal */
.modal-open .modal-content {
    border: none;
}

.modal-open .modal-header {
    border-bottom: none;
    padding: 25px 25px 0;
}

.modal-open .modal-header .close {
    margin: 0;
    position: absolute;
    right: 9px;
    top: 10px;
    font-size: 18px;
    color: #000;
    opacity: 1;
}

.modal-open .modal-header .close:hover {
    color: #ccc;
}

.modal-open .modal-header__content {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 20px;
    width: 100%;
}

.modal-open .modal-body {
    padding: 10px 25px 32px;
}

@media (max-width: 768.98px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }
    .modal-open .modal-header {
        padding: 20px 25px;
    }
    .modal-open .modal-header .close {
        right: 10px;
        top: 5px;
    }
    .modal-open .modal-content {
        min-height: 100%;
    }
    .modal-open .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0;
        background-color: #fff;
    }
}

.custom-collapse-header span {
    text-decoration: none;
    color: #fa942e;
}

.custom-collapse-header span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.custom-collapse-header .more {
    display: none;
}

.custom-collapse-header .less {
    display: inline-block;
}

.custom-collapse-header.closed {
    margin-bottom: 0;
}

.custom-collapse-header.closed .more {
    display: inline-block;
}

.custom-collapse-header.closed .less {
    display: none;
}

/* sub-navigation */
.sub-navigation {
    font-size: 1.25rem;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.sub-navigation .nav-item {
    position: relative;
}

.sub-navigation .nav-item .nav-link {
    text-decoration: none;
    color: #000;
    padding: 10px 25px;
    font-weight: 700;
}

.sub-navigation .nav-item .nav-link span {
    display: inline-block;
    position: relative;
}

.sub-navigation .nav-item .nav-link span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #fa942e;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sub-navigation .nav-item .nav-link:hover, .sub-navigation .nav-item .nav-link.active {
    color: #fa942e;
    text-decoration: none;
}

.sub-navigation .nav-item .nav-link:hover span:after, .sub-navigation .nav-item .nav-link.active span:after {
    opacity: 1;
}

.sub-navigation .nav-item:first-of-type .nav-link {
    padding-left: 0;
}

.sub-navigation__dropdown__button {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
}

.sub-navigation__dropdown-menu {
    margin-top: 15px;
    padding-top: 12px;
    overflow-y: scroll;
    max-height: 80vh;
}

.sub-navigation__dropdown-menu .nav-item .nav-link {
    padding: 7px 20px;
}

.sub-navigation__dropdown-menu .nav-item:first-of-type .nav-link {
    padding-left: 20px;
}

.sub-navigation--spacer {
    padding-bottom: 45px;
}

.sx-toggler-icon {
    width: 26px;
    height: 17px;
    position: relative;
    display: block;
}

.sx-toggler-icon > span {
    position: absolute;
    left: 0;
    top: 8px;
    height: 2px;
    width: 26px;
    background-color: #000;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.sx-toggler-icon > span:after, .sx-toggler-icon > span:before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sx-toggler-icon > span:after {
    top: -7px;
    width: 26px;
}

.sx-toggler-icon > span:before {
    top: 7px;
    width: 26px;
}

.show .sx-toggler-icon > span {
    background-color: transparent;
}

.show .sx-toggler-icon > span:after, .show .sx-toggler-icon > span:before {
    width: 26px;
}

.show .sx-toggler-icon > span:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -1px;
}

.show .sx-toggler-icon > span:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -1px;
}

/* form */
form {
    /* range input */
}

form label {
    font-size: 0.875rem;
    margin-bottom: 8px;
    display: block;
}

form .form-control,
form .custom-select,
form textarea,
form select.form-control:not([size]):not([multiple]) {
    border-radius: 5px;
}

form textarea.form-control {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 200px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

form .resize-none {
    resize: none;
}

form .custom-control {
    padding-left: 0;
    min-height: 40px;
}

form .custom-control .custom-control-label {
    padding-left: 45px;
    position: relative;
    display: inline-block;
    margin-top: 0;
}

form .custom-control .custom-control-input ~ .custom-control-label:hover {
    cursor: pointer;
}

form .custom-control .custom-control-input ~ .custom-control-label:before {
    background-color: #f0f0f0;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
    border-radius: 5px;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    background-color: #f0f0f0;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:after {
    left: 0;
    width: 30px;
    height: 30px;
    top: -5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FA942E' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fa942e;
    background-image: none !important;
    left: 5px;
    width: 20px;
    height: 20px;
    top: 0;
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #f0f0f0;
}

form .custom-control.custom-radio .custom-control-input ~ .custom-control-label:after, form .custom-control.custom-radio .custom-control-input ~ .custom-control-label:before {
    border-radius: 50%;
}

form .form-check--btn {
    padding-left: 0;
    padding-right: 25px;
}

form .form-check--btn .sx-button, form .form-check--btn .sx-widget-content__button, form .form-check--btn .sx-widget-horizontal-text-image__button, form .form-check--btn .sx-widget-vertical-text-image__item__button, form .form-check--btn .sx-widget-call-to-action__calculator__button, form .form-check--btn .sx-widget-step-call-to-action__button, form .form-check--btn .sx-widget-button__button, form .form-check--btn .sx-widget-accordion__item__content-body-link__button, form .form-check--btn .sx-widget-icon-box__item__content__button {
    min-width: 90px;
}

form .form-check--btn .sx-button:hover, form .form-check--btn .sx-widget-content__button:hover, form .form-check--btn .sx-widget-horizontal-text-image__button:hover, form .form-check--btn .sx-widget-vertical-text-image__item__button:hover, form .form-check--btn .sx-widget-call-to-action__calculator__button:hover, form .form-check--btn .sx-widget-step-call-to-action__button:hover, form .form-check--btn .sx-widget-button__button:hover, form .form-check--btn .sx-widget-accordion__item__content-body-link__button:hover, form .form-check--btn .sx-widget-icon-box__item__content__button:hover {
    cursor: pointer;
}

form .form-check--btn .form-check__input {
    display: none;
}

form .form-check--btn .form-check__input:not(:checked) ~ .sx-button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-content__button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-horizontal-text-image__button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-vertical-text-image__item__button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-call-to-action__calculator__button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-step-call-to-action__button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-button__button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-accordion__item__content-body-link__button, form .form-check--btn .form-check__input:not(:checked) ~ .sx-widget-icon-box__item__content__button {
    background-color: #ccc;
    border-color: #ccc;
}

form input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 100%;
    height: 2px;
    outline: none !important;
    border: none;
    border-radius: 0;
    background-color: #d4d4d4;
    /* Chrome */
    /* Moz */
    /* IE */
}

form input[type="range"]::-moz-focus-outer {
    border: 0;
}

form input[type="range"]:hover {
    outline: none;
}

form input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #fa942e;
    cursor: pointer;
    border-radius: 15px;
    outline: none;
}

form input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #fa942e;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
}

form input[type="range"]::-moz-range-progress {
    background-color: #fa942e;
    height: 100%;
    border-radius: 0;
    border: none;
}

form input[type="range"]::-moz-range-track {
    background-color: #d4d4d4;
    border-radius: 0;
    border: none;
    height: 100%;
}

form input[type="range"]::-ms-fill-lower {
    background-color: #d4d4d4;
    height: 100%;
    border-radius: 0;
    border: none;
}

form input[type="range"]::-ms-fill-upper {
    background-color: #fa942e;
    border-radius: 0;
    border: none;
    height: 100%;
}

form .sx-validation {
    display: none;
}

form .form-invalid-feedback {
    display: none;
    color: #dc3545;
    margin-top: 10px;
}

form.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before,
form .custom-control-input.is-valid:checked ~ .custom-control-label:before {
    background-color: #fff;
}

form.was-validated .custom-control-input:valid ~ .custom-control-label,
form .custom-control-input.is-valid ~ .custom-control-label,
form.was-validated .custom-control-input:invalid ~ .custom-control-label,
form .custom-control-input.is-invalid ~ .custom-control-label {
    color: #000;
}

form .info-box {
    border: 2px solid #dc3545;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #e77681;
    font-size: 1rem;
}

form .info-box p {
    margin-bottom: 15px;
}

form .info-box p:last-of-type {
    margin-bottom: 0;
}

.form-group-fields__wrapper {
    margin-bottom: 25px;
}

@media (min-width: 769px) {
    .form-group-fields .form-group:last-of-type,
    .form-group-fields .form-group:last-of-type label {
        margin-bottom: 0;
    }
}

/* social-media */
ul.social-share-links {
    margin: 0;
    padding: 0;
}

ul.social-share-links li {
    padding: 0 15px;
}

ul.social-share-links li a {
    text-decoration: none;
}

ul.social-share-links li:first-of-type {
    padding-left: 0;
}

ul.social-share-links li:last-of-type {
    padding-right: 0;
}

/* emo */
.emo {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .emo {
        min-height: 400px;
        padding-top: 26.3%;
    }
}

.emo__wrapper--home .emo {
    padding-top: 0;
    min-height: 0;
}

@media (min-width: 1025px) {
    .emo__wrapper--home .emo {
        min-height: 450px;
        padding-top: 31.53%;
    }
}

.emo__wrapper--home .emo__image {
    min-height: 315px;
    padding-top: 31.53%;
}

@media (min-width: 1025px) {
    .emo__wrapper--home .emo__image {
        min-height: 450px;
    }
}

.emo__wrapper {
    margin-bottom: 20px;
}

.emo__overlay-wrapper {
    position: absolute;
    left: 0;
    background-color: #fa942e;
    top: 100%;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.emo__overlay-wrapper:after {
    content: '';
    left: 0;
    top: -90px;
    bottom: 0;
    right: 0;
    border-top: 85px solid transparent;
    border-right: 580px solid #fa942e;
    position: absolute;
}

@media (min-width: 576px) {
    .emo__overlay-wrapper:after {
        top: -90px;
        border-top: 85px solid transparent;
        border-right: 768px solid #fa942e;
    }
}

@media (min-width: 769px) {
    .emo__overlay-wrapper:after {
        top: -90px;
        border-top: 85px solid transparent;
        border-right: 1024px solid #fa942e;
    }
}

@media (min-width: 1025px) {
    .emo__overlay-wrapper {
        left: 0;
        right: 62%;
        top: 0;
    }
    .emo__overlay-wrapper:after {
        top: 0;
        bottom: 0;
        right: -100px;
        -webkit-transform: skew(-11deg);
            -ms-transform: skew(-11deg);
             -o-transform: skew(-11deg);
                transform: skew(-11deg);
        border: none;
        background-color: #fa942e;
    }
}

.emo__content {
    position: relative;
    z-index: 20;
    padding-top: 20px;
}

.emo__content .emo__text__title {
    position: relative;
    z-index: 20;
}

.emo__content .emo__text__title span {
    color: #fff;
}

.emo__content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 162px;
    background-color: #fa942e;
    z-index: 10;
}

@media (min-width: 769px) {
    .emo__content:after {
        bottom: 97px;
    }
}

@media (min-width: 1025px) {
    .emo__content {
        padding-top: 0;
    }
    .emo__content:after {
        display: none;
    }
}

.emo__text {
    left: 0;
    right: 0;
    z-index: 30;
}

.emo__text__title {
    font-size: 2.5rem;
    width: 100%;
}

.emo__text__title span {
    color: #fff;
}

@media (min-width: 1025px) {
    .emo__text {
        position: absolute;
        top: 37%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .emo__text__title {
        width: 45%;
    }
    .emo__text__title {
        font-size: 3.125rem;
    }
}

@media (min-width: 1025px) {
    .emo__text__title {
        width: 35%;
    }
}

@media (min-width: 1025px) {
    .emo__wrapper--home .emo__text {
        top: 42%;
    }
    .emo__wrapper--home .emo__text__title {
        font-size: 3.75rem;
    }
}

.emo__image {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-animation: 2s ease 2s normal forwards 1 fadein;
         -o-animation: 2s ease 2s normal forwards 1 fadein;
            animation: 2s ease 2s normal forwards 1 fadein;
    padding-top: 76%;
    min-height: 315px;
}

@media (min-width: 769px) {
    .emo__image {
        padding-top: 45.7%;
    }
}

@media (min-width: 1025px) {
    .emo__image {
        position: absolute;
        left: 38%;
        right: 0;
        top: 0;
        bottom: 0;
        padding-top: 26.3%;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body.loaded .emo__image {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-animation: unset;
         -o-animation: unset;
            animation: unset;
}

/* header */
.header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px -7px #8f8f8f;
            box-shadow: 0 0 9px -7px #8f8f8f;
}

.header__container {
    min-height: 60px;
    padding: 17px 30px;
}

@media (min-width: 1250px) {
    .header__container {
        padding: 25px 45px 17px;
        min-height: 110px;
    }
}

.header .sx-navigation__list {
    padding-top: 25px;
    padding-bottom: 15px;
}

.header .sx-navigation__list .nav-item .nav-link {
    padding: 8px 0;
    color: #000;
    font-weight: 700;
    display: block;
}

.header .sx-navigation__list .nav-item .nav-link span {
    display: inline-block;
    position: relative;
}

.header .sx-navigation__list .nav-item .nav-link span:after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
     -o-transform: scaleX(0);
        transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #fa942e;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
     -o-transform-origin: bottom right;
        transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.header .sx-navigation__list .nav-item .nav-link:hover, .header .sx-navigation__list .nav-item .nav-link.sx-navigation__entry-link--active {
    color: #fa942e;
}

.header .sx-navigation__list .nav-item .nav-link:hover span:after, .header .sx-navigation__list .nav-item .nav-link.sx-navigation__entry-link--active span:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
     -o-transform-origin: bottom left;
        transform-origin: bottom left;
}

.header .sx-navigation__list .nav-item .sx-navigation__list--sub-list {
    padding-top: 4px;
    padding-bottom: 17px;
}

.header .sx-navigation__list .nav-item .sx-navigation__list--sub-list .nav-item .nav-link {
    font-weight: 400;
    padding: 7px 0;
    font-size: 1rem;
}

.header .sx-navigation__list .nav-item .sx-navigation__list--sub-list .nav-item .nav-link:hover, .header .sx-navigation__list .nav-item .sx-navigation__list--sub-list .nav-item .nav-link.sx-navigation__entry-link--active {
    color: #fa942e;
}

.header .sx-navigation__list .nav-item .sx-navigation__list--sub-list .nav-item .nav-link:hover span:after, .header .sx-navigation__list .nav-item .sx-navigation__list--sub-list .nav-item .nav-link.sx-navigation__entry-link--active span:after {
    display: none;
}

@media (min-width: 1250px) {
    .header .sx-navigation__list {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .sx-navigation__list .sx-navigation__list--sub-list {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .sx-navigation__list .sx-navigation__list--sub-list .nav-item .nav-link {
        font-size: 1.125rem;
    }
    .header .sx-navigation__list .nav-item .nav-link {
        padding: 4px 3px 11px;
    }
}

@media (min-width: 1450px) {
    .header .sx-navigation__list .nav-item .nav-link {
        padding: 4px 13px 11px;
    }
}

.header .sx-navigation__list .sx-button--icon-button:focus {
    color: #000;
}

.header__support {
    font-size: 0.875rem;
}

.header__support .nav-item .nav-link {
    color: #000;
}

.header__support .nav-item .nav-link:hover, .header__support .nav-item .nav-link.active {
    color: #fa942e;
}

.header .nav--support {
    display: block;
    padding-bottom: 5px;
}

.header .nav--support .nav-item .nav-link {
    padding: 10px 0;
}

@media (min-width: 1250px) {
    .header .nav--support {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
    }
    .header .nav--support .nav-item .nav-link {
        padding: 5px 15px;
    }
}

.header .nav--language {
    position: relative;
}

.header .nav--language .nav-item .nav-link {
    padding: 5px 7px;
}

.header .nav--language .nav-item:first-of-type .nav-link {
    padding-left: 0;
}

@media (min-width: 1250px) {
    .header .nav--language {
        padding-left: 10px;
        padding-right: 0;
    }
    .header .nav--language:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 14px;
        left: -1px;
        top: 7px;
        background-color: #000;
    }
    .header .nav--language .nav-item .nav-link {
        padding: 5px 7px;
    }
}

@media (min-width: 1450px) {
    .header .nav--language {
        padding-right: 10px;
    }
}

.header__cta-btn {
    padding-left: 0;
    margin-top: 21px;
}

@media (min-width: 1025px) {
    .header__cta-btn {
        padding-left: 10px;
        margin-top: 6px;
    }
}

@media (min-width: 1450px) {
    .header__cta-btn {
        margin-top: 7px;
        padding-left: 50px;
    }
}

@media (min-width: 1250px) {
    .header .list--reverse .sx-navigation__sub-navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        right: -13px;
        left: auto;
    }
    .header .list--reverse .sx-navigation__sub-navigation .sx-navigation__list {
        padding-right: 0;
        padding-left: 30px;
    }
}

.header .sub-teaser {
    padding: 35px 45px 25px;
    background-color: #f0f0f0;
    border-radius: 5px;
    width: 315px;
    display: none;
}

@media (min-width: 1250px) {
    .header .sub-teaser {
        display: block;
    }
}

.header .sub-teaser__title {
    text-align: center;
}

.header .sub-teaser__list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 25px;
}

.header .sub-teaser__list li {
    padding-left: 20px;
    padding-bottom: 5px;
    position: relative;
    font-size: 0.75rem;
}

.header .sub-teaser__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E %3Cg id='Gruppe_568' data-name='Gruppe 568' transform='translate(-122.836 -34.961)'%3E %3Cpath id='Pfad_1' data-name='Pfad 1' d='M198.207,94.058l-3.839-3.82,1.067-1.062,2.794,2.78,7-6.691,1.045,1.083Z' transform='translate(-68.447 -48.146)' fill='%23fa942e'/%3E %3Cpath id='Pfad_2' data-name='Pfad 2' d='M136.328,43.211a6.015,6.015,0,1,1-5.955-6.75,6.57,6.57,0,0,1,2.94.75l1.131-1.125a8.267,8.267,0,0,0-4.07-1.125,7.5,7.5,0,1,0,0,15,7.451,7.451,0,0,0,7.462-6.75Z' transform='translate(0 0)' fill='%23fa942e'/%3E %3C/g%3E %3C/svg%3E ");
    background-size: 15px;
    width: 15px;
    height: 15px;
}

.header .desktop-logo {
    width: 140px;
}

@media (min-width: 1250px) {
    .header .desktop-logo {
        width: 320px;
        margin-top: -4px;
    }
}

/* footer */
.main-footer--primary {
    background-color: #f2f2f2;
    padding: 55px 0 15px;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .main-footer--primary {
        padding: 40px 0 5px;
    }
}

.main-footer--primary p {
    margin-bottom: 5px;
    line-height: 1.5;
}

.main-footer--primary small {
    font-size: 0.75rem;
}

.main-footer--primary__item {
    margin-bottom: 30px;
}

.main-footer--secondary {
    background-color: #fff;
    padding: 16px 0;
}

@media (min-width: 769px) {
    .main-footer--secondary .nav {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                justify-content: end;
    }
}

.main-footer--secondary .nav .nav-link {
    font-size: 0.75rem;
    padding: 5px 10px;
    color: #000;
}

.main-footer--secondary .nav .nav-link:hover,
.main-footer--secondary .nav .nav-link .active {
    color: #fa942e;
}

.main-footer--secondary .nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
}

.main-footer--secondary .nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
}

/* slider */
.sx-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    background-color: #ccc;
    margin: 0 7px !important;
}

.sx-slider .swiper-pagination-bullet-active {
    background-color: #fa942e;
}

.sx-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.sx-slider .sx-slide {
    display: none;
}

.sx-slider .sx-slide:first-of-type {
    display: block;
}

.sx-slider .swiper-container-initialized .sx-slide {
    display: block;
}

/* mobile cta */
.mobile-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    background-color: #66ba00;
    height: 55px;
    z-index: 20;
    font-size: 2rem;
    -webkit-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    transition: bottom 0.4s;
}

.mobile-cta.show {
    bottom: 0;
}

.mobile-cta a {
    padding: 11px;
    color: #fff;
}

.mobile-cta a:hover {
    color: #ccc;
    text-decoration: none;
}

@media (min-width: 576px) {
    .mobile-cta {
        display: none;
    }
}

/* calculator */
.calculator__price {
    color: #fa942e;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

@media (min-width: 1250px) {
    .calculator__price {
        font-size: 1.875rem;
    }
    .calculator__price--home {
        font-size: 2.5rem;
    }
}

.calculator .form-control {
    font-weight: 700;
}

.calculator__inputs {
    margin-bottom: 25px;
}

.calculator__list--home {
    margin-bottom: 0;
    padding: 13px 30px 20px;
}

.calculator__list--home li {
    padding-left: 38px;
    padding-bottom: 13px;
    position: relative;
    color: #000;
    font-size: 0.875rem;
}

.calculator__list--home li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.018' height='27.154' viewBox='0 0 27.018 27.154'%3E %3Cg id='Gruppe_566' data-name='Gruppe 566' transform='translate(-122.836 -34.961)'%3E %3Cpath id='Pfad_1' data-name='Pfad 1' d='M201.283,101.183l-6.916-6.916,1.922-1.922,5.032,5.032,12.616-12.112,1.883,1.961Z' transform='translate(-65.976 -46.397)' fill='%23ffffff'/%3E %3Cpath id='Pfad_2' data-name='Pfad 2' d='M147.139,49.9a10.838,10.838,0,1,1-10.726-12.219,11.788,11.788,0,0,1,5.3,1.358L143.745,37a14.834,14.834,0,0,0-7.332-2.037,13.577,13.577,0,0,0,0,27.154A13.447,13.447,0,0,0,149.854,49.9Z' transform='translate(0 0)' fill='%23ffffff'/%3E %3C/g%3E %3C/svg%3E ");
    background-size: 20px;
    width: 20px;
    height: 20px;
}

@media (min-width: 1025px) {
    .calculator__list--home {
        padding-bottom: 0;
    }
}

@media (min-width: 1250px) {
    .calculator__list--home {
        padding-right: 45px;
        padding-left: 45px;
    }
}

.calculator__wrapper--home {
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px -7px #8f8f8f;
            box-shadow: 0 0 9px -7px #8f8f8f;
    padding: 33px 30px 28px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

@media (min-width: 1250px) {
    .calculator__wrapper--home__wrapper {
        padding-right: 45px;
        padding-left: 45px;
    }
}

.calculator--home {
    z-index: 20;
    margin-top: 0;
    position: relative;
    border-radius: 11px;
    background-color: #fa942e;
    -webkit-box-shadow: 0 0 9px -7px #8f8f8f;
            box-shadow: 0 0 9px -7px #8f8f8f;
}

@media (min-width: 1025px) {
    .calculator--home {
        margin-top: -163px;
    }
}

/* text-collapse */
.text-collapse-container.hide .text-collapse-container__content {
    position: relative;
}

.text-collapse-container.hide .text-collapse-container__content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6.5em;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF00), color-stop(85%, #FFFFFFD5), to(#fff));
    background: -o-linear-gradient(top, #FFFFFF00 0%, #FFFFFFD5 85%, #fff 100%);
    background: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFFD5 85%, #fff 100%);
    display: block;
    z-index: 20;
    opacity: 1;
}

.text-collapse-container .text-collapse-container__content {
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

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