@charset "UTF-8";
/* Custom styling for application goes in this file */
* {
    -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: #2e7572;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2e7572;
    color: #fff;
    text-shadow: 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: 992px) {
    .nopadding-lg {
        padding: 0 !important;
    }
}

@media (min-width: 1440px) {
    .nopadding-xl {
        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: 992px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-red {
        color: #dc3545 !important;
    }
}

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

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

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

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

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

@media (min-width: 1440px) {
    .text-color-xl-orange {
        color: #fd7e14 !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: 992px) {
    .text-color-lg-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-white {
        color: #fff !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .text-color-lg-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1440px) {
    .text-color-xl-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: 992px) {
    .bg-color-lg-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-red {
        background-color: #dc3545 !important;
    }
}

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

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

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

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

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

@media (min-width: 1440px) {
    .bg-color-xl-orange {
        background-color: #fd7e14 !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: 992px) {
    .bg-color-lg-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .bg-color-lg-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1440px) {
    .bg-color-xl-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: 992px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1440px) {
    .responsive-grid .new-row-xl {
        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: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .mw-lg-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1440px) {
    .mw-xl-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: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .mw-lg-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1440px) {
    .mw-xl-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: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .mw-lg-75 {
        max-width: 75% !important;
    }
}

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

.w-100 {
    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: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .mw-lg-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1440px) {
    .mw-xl-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: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .w-lg-10 {
        width: 10% !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .mw-lg-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1440px) {
    .mw-xl-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: 992px) {
    .w-lg-33 {
        width: 33% !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .mw-lg-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1440px) {
    .mw-xl-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: 992px) {
    .w-lg-66 {
        width: 66% !important;
    }
}

@media (min-width: 1440px) {
    .w-xl-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: 992px) {
    .mw-lg-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1440px) {
    .mw-xl-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: 992px) {
    .mw-lg-none {
        max-width: none !important;
    }
}

@media (min-width: 1440px) {
    .mw-xl-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: 992px) {
    .h-lg-25 {
        height: 25% !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .mh-lg-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    .h-lg-50 {
        height: 50% !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .mh-lg-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    .h-lg-75 {
        height: 75% !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .mh-lg-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .h-lg-10 {
        height: 10% !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .mh-lg-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    .h-lg-33 {
        height: 33% !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .mh-lg-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    .h-lg-66 {
        height: 66% !important;
    }
}

@media (min-width: 1440px) {
    .h-xl-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: 992px) {
    .mh-lg-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    .mh-lg-none {
        max-height: none !important;
    }
}

@media (min-width: 1440px) {
    .mh-xl-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: 992px) {
    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: 1440px) {
    ul.list-xl-inline, ol.list-xl-inline {
        list-style: none;
    }
    ul.list-xl-inline > li, ol.list-xl-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: 992px) {
    .pointer-events-lg-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1440px) {
    .pointer-events-xl-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: 992px) {
    .pointer-events-lg-none {
        pointer-events: none !important;
    }
}

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

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

/* typo */
h1 a, .h1 a, .accordion__item__header .accordion--link h2 a, h2 a, .h2 a, .accordion__item__header .accordion--link.collapsed h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 992px) {
    body {
        /* 22px */
        font-size: 1.375rem;
        line-height: 1.38;
    }
    h1, .h1, .accordion__item__header .accordion--link h2 {
        /* 40px */
        font-size: 2.5rem;
    }
    h2, .h2, .accordion__item__header .accordion--link.collapsed h2 {
        /* 34px */
        font-size: 2.125rem;
    }
    h3, .h3 {
        /* 26px */
        font-size: 1.625rem;
    }
    h4, .h4 {
        /* 26px */
        font-size: 1.625rem;
    }
    h5, .h5 {
        /* 26px */
        font-size: 1.625rem;
    }
    h6, .h6 {
        /* 26px */
        font-size: 1.625rem;
    }
}

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

.form-control.no-border,
.form-control:focus.no-border {
    border-color: #fff !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;
}

/* buttons */
/* icons */
/* 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: 15px;
        padding-left: 15px;
    }
}

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

@media (min-width: 992px) {
    .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: 2.2rem;
    height: 1.2rem;
    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.125rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.125rem;
    background-color: #2e7572;
    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.0625rem;
}

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

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

: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.5375rem;
}

: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.5375rem;
}

/* 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: 992px) {
    .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: 992px) {
    .sx-navigation__subnavi-indicator:after {
        content: "\f104";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
}

@media (min-width: 992px) {
    .sx-navigation__sub-navigation {
        display: block;
        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: #ccc;
        top: 100%;
        min-width: 110%;
        -webkit-box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
                box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
    .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: 992px) {
    .sx-navigation--standard {
        width: auto;
    }
}

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

@media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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 */
/* footer */
/* maps */
.sx-slider {
    position: relative;
}

/* maps */
.google-map {
    height: 500px;
}

/* 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 {
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    z-index: 500000;
    padding: 1rem 0;
    text-align: center;
}

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

.privacy-popup__wrapper {
    padding: 0 1rem;
    position: relative;
}

.privacy-popup__more-link {
    color: #2e7572;
}

.privacy-popup__more-link:hover {
    color: #2e7572;
    text-decoration: underline;
}

.privacy-popup__agree-button {
    padding: 0.5em 0.7em;
    background-color: #2e7572;
    color: #fff;
    -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: 1rem;
}

.privacy-popup__agree-button:hover {
    background-color: rgba(46,117,114,.9);
    text-decoration: none;
}

/* glypther */
/* Generated by Glyphter (http://www.glyphter.com) on  Fri Oct 04 2019*/
@font-face {
    font-family: 'Glyphter';
    src: url("../fonts/Glyphter.eot");
    src: url("../fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("../fonts/Glyphter.woff") format("woff"), url("../fonts/Glyphter.ttf") format("truetype"), url("../fonts/Glyphter.svg#Glyphter") format("svg");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

[class*='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;
}

.icon-Vereinigungsmenge-1:before, .sx-icon--search:before {
    content: '\0041';
}

.icon-Gruppe-584:before, .sx-icon--arrow-right:before, .accordion__item__header .accordion--link:before {
    content: '\0042';
}

.icon-Gruppe-585:before, .sx-icon--arrow-down:before {
    content: '\0043';
}

.icon-Ausschluss-1:before, .sx-icon--facebook:before {
    content: '\0044';
}

.icon-Ausschluss-2:before, .sx-icon--linkin:before {
    content: '\0045';
}

.icon-Ausschluss-3:before, .sx-icon--xing:before {
    content: '\0046';
}

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

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

[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;
}

/* general */
body {
    letter-spacing: 0.02em;
    margin-top: 140px;
}

@media (max-width: 1439.98px) {
    body {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    body {
        font-size: 16px;
        margin-top: 82px;
    }
}

@media (max-width: 768.98px) {
    body {
        font-size: 14px;
        margin-top: 60px;
    }
}

body.home {
    margin-top: 0;
}

/* strong, bold */
b, strong {
    font-family: "LL Circular Pro Bold Web", "AdobeBlank2";
    font-weight: normal;
}

/* Headline */
h1, .h1, .accordion__item__header .accordion--link h2 {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    h1, .h1, .accordion__item__header .accordion--link h2 {
        font-size: 30px;
    }
}

@media (max-width: 768.98px) {
    h1, .h1, .accordion__item__header .accordion--link h2 {
        font-size: 25px;
    }
}

h2, .h2, .accordion__item__header .accordion--link.collapsed h2 {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    h2, .h2, .accordion__item__header .accordion--link.collapsed h2 {
        font-size: 26px;
    }
}

@media (max-width: 768.98px) {
    h2, .h2, .accordion__item__header .accordion--link.collapsed h2 {
        font-size: 22px;
    }
}

h3, .h3 {
    margin-bottom: 10px;
}

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

@media (max-width: 991.98px) {
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        font-size: 20px;
    }
}

@media (max-width: 768.98px) {
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        font-size: 18px;
    }
}

.inner-wrapper .main-content ul {
    list-style-type: none;
    padding-left: 20px;
}

.inner-wrapper .main-content ul > li {
    position: relative;
    margin-bottom: 5px;
}

.inner-wrapper .main-content ul > li:before {
    position: absolute;
    content: "–";
    left: -21px;
}

.inner-wrapper .main-content ul.data-list {
    padding-left: 0;
}

.inner-wrapper .main-content ul.data-list li:before {
    display: none;
}

/* spacing */
.sx-mb-130 {
    margin-bottom: 60px;
}

.sx-mb-100 {
    margin-bottom: 55px;
}

.sx-mb-70 {
    margin-bottom: 40px;
}

.sx-mb-45 {
    margin-bottom: 35px;
}

.sx-mb-25 {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .sx-mb-130 {
        margin-bottom: 130px;
    }
    .sx-mb-100 {
        margin-bottom: 100px;
    }
    .sx-mb-70 {
        margin-bottom: 70px;
    }
    .sx-mb-45 {
        margin-bottom: 45px;
    }
    .sx-mb-25 {
        margin-bottom: 25px;
    }
}

/* boxes */
.boxes__container {
    margin-bottom: 50px;
}

@media (min-width: 769px) {
    .boxes__container {
        margin-bottom: 0;
    }
}

.boxes__item {
    border-top: 1px solid #008f85;
    padding-top: 15px;
}

@media (min-width: 769px) {
    .boxes__item {
        margin-bottom: 50px;
    }
}

.boxes__item--collapse {
    border-top: none;
    padding-top: 0;
}

.boxes__item--collapse .boxes__item__content {
    background-color: #008f85;
}

.boxes__item h3 {
    margin-bottom: 14px;
    min-height: auto;
}

@media (min-width: 769px) {
    .boxes__item h3 {
        min-height: 64px;
    }
}

@media (min-width: 1440px) {
    .boxes__item h3 {
        min-height: auto;
    }
}

.boxes__item__content {
    font-size: 15px;
    letter-spacing: 0.44px;
    padding: 25px 30px;
    margin-bottom: 0;
    color: #fff;
}

@media (min-width: 1440px) {
    .boxes__item__content {
        font-size: 22px;
    }
}

@media (min-width: 1440px) {
    .boxes__item__content__overlay {
        font-size: 22px;
    }
}

.boxes__item__content__body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.boxes__item__content__container {
    position: relative;
    min-height: 250px;
    text-decoration: none;
    overflow: hidden;
}

.boxes__item__content__container .background-image {
    min-height: 250px;
    padding-top: 85%;
}

.boxes__item__content__container:hover .boxes__item__content__overlay,
.boxes__item__content__container:hover .boxes__item__content__body {
    opacity: 1;
}

.boxes__item__content--more-boxes {
    color: #008f85;
    font-size: 1.3125rem;
    padding: 25px 0 10px;
}

.boxes__item__content--more-boxes p {
    margin-bottom: 15px;
}

/* disturber */
.disturber {
    background-color: #08f2af;
    padding-top: 45px;
    padding-bottom: 50px;
}

.disturber .sx-button {
    margin-top: 30px;
}

.disturber h1, .disturber h2, .disturber h3, .disturber h4, .disturber h5, .disturber h6 {
    margin-bottom: 0;
}

.disturber--light {
    background-color: #d6f2e1;
}

/* link section */
.section-link {
    font-size: 15px;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* slider */
.sx-slider__wrapper--3-items {
    background-color: #707070;
}

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

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

.sx-slider .slider-button {
    width: 60px;
    min-width: 0;
    height: 60px;
    background-color: #008f85;
    border: none;
    border-radius: 0;
    color: #fff;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sx-slider .slider-button:before {
    content: '';
    width: 33px;
    height: 39px;
    background-repeat: no-repeat;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.sx-slider .slider-button--left:before {
    content: '\0042';
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
         -o-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
}

.sx-slider .slider-button--right:before {
    content: '\0042';
}

.sx-slider:hover .slider-button {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.slider-pagination.swiper-pagination-bullets {
    margin-top: 7px;
}

.slider-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    opacity: 0.5;
    background-color: #008f85;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
         -o-transform: scale(1) !important;
            transform: scale(1) !important;
    margin: 0 2px;
    border-radius: 0;
}

.slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.partners__logo-container {
    padding: 30px 10px;
    border-top: 1px solid #008f85;
    border-bottom: 1px solid #008f85;
    text-align: center;
}

@media (min-width: 769px) {
    .partners__logo-container {
        padding: 50px 10px;
    }
}

.partners__logo-container img {
    max-width: 230px;
}

@media (min-width: 769px) {
    .partners__logo-container img {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .partners__logo-container img {
        max-width: 230px;
    }
}

/* google-map */
.google-map {
    height: 400px;
}

@media (min-width: 1440px) {
    .google-map {
        height: 600px;
    }
}

.data-list {
    margin-bottom: 35px;
    padding-left: 0;
}

.data-list__item {
    list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px solid #008f85;
}

.data-list__item a {
    text-decoration: none;
}

.data-list__item:first-of-type {
    border-top: 1px solid #008f85;
}

.contact-person {
    border-bottom: 1px solid #008f85;
    padding-bottom: 27px;
}

@media (min-width: 769px) {
    .contact-person {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .noDisturber {
        padding: 129px 0 135px;
    }
}

.fullscreen {
    min-height: 100vh;
}

.next-section {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    display: none;
}

.next-section a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .next-section {
        display: block;
    }
}

@media (min-width: 1920px) {
    .next-section {
        display: none;
    }
}

.diagonal-fade-overlay {
    background-color: #008f85;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 30px;
    opacity: 1;
}

@media (min-width: 992px) {
    .diagonal-fade-overlay {
        padding: 25px 30px;
    }
}

.icon-content-list {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .icon-content-list {
        margin-bottom: 0;
    }
}

.icon-content-list__item {
    border-top: 1px solid #008f85;
    padding-top: 15px;
    padding-bottom: 125px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    height: calc(100% - 40px);
}

.icon-content-list__item__icon {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 125px;
    height: auto;
}

.icon-content-list__item__content {
    color: #fff;
    padding: 25px 30px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .icon-content-list__item__content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0;
    }
}

.icon-content-list__item__content p {
    margin-bottom: 0;
    line-height: 1.3;
}

.icon-content-list__item:hover .icon-content-list__item__content {
    opacity: 1;
}

.icon-content-list__item--collapse {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.icon-content-list__item--collapse .icon-content-list__item__icon {
    position: relative;
    margin-bottom: 25px;
}

.icon-content-list__item--collapse .icon-content-list__item__content {
    color: #008f85;
    padding: 0;
}

.no-event {
    pointer-events: none;
}

.plyr__video-wrapper {
    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;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.plyr audio, .plyr iframe, .plyr video {
    height: auto;
}

.plyr--video.plyr--hide-controls .plyr__controls {
    display: none;
}

/* breadcrumb */
.breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 16px;
    display: none;
}

@media (min-width: 992px) {
    .breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a.active {
    text-decoration: underline;
}

.breadcrumb-item {
    padding-right: 0.875rem;
}

.breadcrumb-item:before {
    padding-right: 0.875rem !important;
}

.breadcrumb-container {
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    right: 0;
    z-index: -10;
    opacity: 0;
    -webkit-transition: opacity 0.3s,z-index 0.4s;
    -o-transition: opacity 0.3s,z-index 0.4s;
    transition: opacity 0.3s,z-index 0.4s;
}

.breadcrumb-container.show {
    opacity: 1;
    z-index: 1000;
    -webkit-transition: opacity 0.3s,z-index 0s;
    -o-transition: opacity 0.3s,z-index 0s;
    transition: opacity 0.3s,z-index 0s;
}

/* cta */
.cta-box {
    background-color: #008f85;
    color: #fff;
}

.cta-box__image {
    padding-top: 55%;
}

@media (min-width: 769px) {
    .cta-box__image {
        padding: 0;
    }
}

.cta-box__content {
    padding: 30px 15px;
}

.cta-box__content .section-link {
    font-size: 12px;
    color: #fff;
}

@media (min-width: 769px) {
    .cta-box__content .section-link {
        font-size: 18px;
    }
}

.cta-box__content h2, .cta-box__content h3,
.cta-box__content .h2, .cta-box__content .h3 {
    color: #fff;
}

@media (min-width: 769px) {
    .cta-box__content {
        padding: 50px 65px;
    }
}

/* buttons */
.sx-button {
    text-decoration: none;
    letter-spacing: 0.0em;
    border: 2px solid #008f85;
    border-radius: 12px;
    font-size: 1.25rem;
}

.sx-button.sx-button--small {
    min-height: 40px;
    padding-top: 0.0rem;
    padding-bottom: 0.15rem;
}

@media (max-width: 991.98px) {
    .sx-button.sx-button--small {
        padding-top: 0.3723rem;
        padding-bottom: 0.3723rem;
    }
}

/* form */
form .form-group {
    margin-bottom: 17px;
}

form textarea {
    padding-top: 19px;
    padding-bottom: 5px;
    min-height: 150px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    form textarea {
        min-height: 388px;
    }
}

form .custom-select {
    width: 100%;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 129 129' enable-background='new 0 0 129 129' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E %3Cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23008F85'/%3E %3C/g%3E%3C/g%3E %3C/svg%3E ");
    background-size: 25px;
}

form .form-control,
form .custom-select,
form textarea,
form select.form-control:not([size]):not([multiple]) {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    border: 1px solid #008f85;
    height: 55px;
    background-color: transparent;
    color: #00ac8c;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
}

form .form-control:focus,
form .custom-select:focus,
form textarea:focus,
form select.form-control:not([size]):not([multiple]):focus {
    background: #b3f9be;
    border-color: transparent;
    border-bottom-color: #008f85;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
}

form .form-control::-webkit-input-placeholder,
form .custom-select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select.form-control:not([size]):not([multiple])::-webkit-input-placeholder {
    color: #00ac8c;
    opacity: 1;
}

form .form-control::-moz-placeholder,
form .custom-select::-moz-placeholder,
form textarea::-moz-placeholder,
form select.form-control:not([size]):not([multiple])::-moz-placeholder {
    color: #00ac8c;
    opacity: 1;
}

form .form-control:-ms-input-placeholder,
form .custom-select:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select.form-control:not([size]):not([multiple]):-ms-input-placeholder {
    color: #00ac8c;
    opacity: 1;
}

form .form-control::-ms-input-placeholder,
form .custom-select::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select.form-control:not([size]):not([multiple])::-ms-input-placeholder {
    color: #00ac8c;
    opacity: 1;
}

form .form-control::placeholder,
form .custom-select::placeholder,
form textarea::placeholder,
form select.form-control:not([size]):not([multiple])::placeholder {
    color: #00ac8c;
    opacity: 1;
}

form .form-control,
form .custom-select {
    min-height: 64px;
}

form select {
    font-family: "LL Circular Pro Book Web","AdobeBlank2";
}

form .custom-control {
    padding-left: 0;
}

form .custom-control .custom-control-label {
    padding-left: 45px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.25rem;
}

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

form .custom-control .custom-control-input ~ .custom-control-label:before {
    background-color: transparent;
    border-color: #008f85;
    border-width: 1px;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    width: 30px;
    height: 30px;
    left: 0;
    top: -0.12rem;
}

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

form .custom-control .custom-control-input:checked ~ .custom-control-label:after {
    left: 5px;
    width: 20px;
    height: 20px;
    top: 3px;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E %3Cg%3E %3Cpath d='M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23008F85'/%3E %3C/g%3E %3C/g%3E%3C/g%3E %3C/svg%3E ");
    background-size: 20px;
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #008f85;
    background-image: none !important;
}

form .custom-control.custom-radio .custom-control-label:after {
    border-radius: 50%;
    top: 0.16rem;
}

form .sx-button--secondary {
    border-color: #008f85;
}

form .sx-button--secondary:hover {
    border-color: #008f85;
}

/* header */
.header--fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1024;
}

.header__container {
    min-height: 140px;
    background-color: #fff;
    padding: 31px 70px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1439.98px) {
    .header__container {
        padding: 11px 15px;
        min-height: 100px;
    }
}

@media (max-width: 991.98px) {
    .header__container {
        min-height: 60px;
        padding: 14px 15px;
    }
}

.header .nav-item .nav-link {
    padding: 10px 15px;
    text-decoration: none;
    color: #2e7572;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
}

@media screen and (max-width: 1500px) {
    .header .nav-item .nav-link {
        padding: 10px 12px;
    }
}

@media (max-width: 1439.98px) {
    .header .nav-item .nav-link {
        padding: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1090px) {
    .header .nav-item .nav-link {
        padding: 10px 8px;
    }
}

.header .nav-item .nav-link:hover, .header .nav-item .nav-link.sx-navigation__entry-link--active {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #08f2af;
}

.header .sx-navigation__entry-link--active {
    color: #08f2af;
}

@media screen and (max-width: 1070px) {
    .header .sx-navigation {
        display: none !important;
    }
}

.header .sx-icon--search {
    font-size: 17px;
    padding-top: 4px;
    color: #2e7572;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 769px) {
    .header .sx-icon--search {
        font-size: 20px;
        padding-top: 3px;
    }
}

.header .sx-icon--search:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.header__fx--zoom {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header__fx--zoom:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 769px) {
    .header__fx--zoom:hover {
        -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
             -o-transform: scale(1.25);
                transform: scale(1.25);
    }
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 32px;
}

@media (min-width: 769px) {
    .header__logo {
        height: 55px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        height: 78px;
    }
}

@media (min-width: 769px) {
    .header__logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header__logo .desktop-logo {
        opacity: 1;
        max-width: 141px;
        max-height: 56px;
    }
}

@media (min-width: 769px) and (min-width: 769px) {
    .header__logo .desktop-logo.active-sidebar {
        opacity: 0;
    }
}

.header.shrink .header__container {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 992px) {
    .header.shrink .header__container {
        min-height: 90px;
        padding: 20px 15px;
    }
}

@media (min-width: 1440px) {
    .header.shrink .header__container {
        padding: 20px 70px;
    }
}

.header.shrink .header__container .header__logo {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 992px) {
    .header.shrink .header__container .header__logo {
        height: 50px;
    }
}

.header--sidebar {
    z-index: -10;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 991.98px) {
    .header--sidebar .header__container {
        min-height: 82px;
    }
}

@media (min-width: 769px) {
    .header--sidebar.active {
        visibility: visible;
        z-index: 1210;
    }
}

.header--sidebar .header__container {
    background: transparent;
}

.header--sidebar .header__logo {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: all;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.header--sidebar .header__logo.active {
    right: calc(50% - 141px);
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 1440px) {
    .header--sidebar .header__logo.active {
        right: calc(50% - 216px);
    }
}

.header--sidebar .header__logo .desktop-logo {
    position: absolute;
    bottom: 0;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* @include media-breakpoint-up(lg) {
                    max-height: 78px;
                }*/
}

.header--sidebar .header__logo .desktop-logo--sidebar {
    opacity: 0;
}

@media (min-width: 769px) {
    .header--sidebar .header__logo .desktop-logo {
        max-height: 56px;
    }
}

@media (min-width: 769px) {
    .header--sidebar.shrink .desktop-logo {
        max-height: 56px;
    }
}

.header--sidebar.active-sidebar .desktop-logo {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header--sidebar.active-sidebar .desktop-logo--sidebar {
    opacity: 1;
}

/* sidebar */
#sidebar {
    overflow-y: scroll;
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1200;
    background-color: #008f85;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: -50%;
    font-size: 2.5rem;
    letter-spacing: 0.8px;
}

@media (max-width: 1439.98px) {
    #sidebar {
        font-size: 1.875rem;
    }
}

@media (max-width: 991.98px) {
    #sidebar {
        font-size: 1.25rem;
    }
}

#sidebar .mobile-navigation__item {
    display: block;
}

@media screen and (min-width: 1071px) {
    #sidebar .mobile-navigation__item {
        display: none !important;
    }
}

#sidebar .sidbar__lang-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 30px;
    font-size: 16px;
}

@media (min-width: 992px) {
    #sidebar .sidbar__lang-container {
        font-size: 1.25rem;
    }
}

#sidebar .sidbar__lang-container li a {
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar .sidbar__lang-container li a.active, #sidebar .sidbar__lang-container li a:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #08f2af;
}

#sidebar .sidbar__lang-container li:last-of-type a {
    padding-right: 0;
}

#sidebar .sidebar__header-spaceholder {
    height: 195px;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #008f85;
}

@media (max-width: 1439.98px) {
    #sidebar .sidebar__header-spaceholder {
        height: 115px;
    }
}

@media (max-width: 991.98px) {
    #sidebar .sidebar__header-spaceholder {
        height: 90px;
    }
}

#sidebar .sidebar__header-spaceholder .header__navigation-toggle {
    position: absolute;
    right: 15px;
    top: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1440px) {
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle {
        right: 70px;
    }
}

#sidebar .sidebar__header-spaceholder .header__navigation-toggle:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 769px) {
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle:hover {
        -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
             -o-transform: scale(1.25);
                transform: scale(1.25);
    }
}

@media (max-width: 1439.98px) {
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle {
        top: 40px;
    }
}

@media (max-width: 991.98px) {
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle {
        top: 30px;
    }
}

@media (max-width: 768.98px) {
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle {
        top: 22px;
    }
}

#sidebar .sidebar__header-spaceholder .header__navigation-toggle .sx-navbar-toggle-icon {
    width: 2.7rem;
}

#sidebar .sidebar__header-spaceholder .header__navigation-toggle .sx-navbar-toggle-icon:before,
#sidebar .sidebar__header-spaceholder .header__navigation-toggle .sx-navbar-toggle-icon > span, #sidebar .sidebar__header-spaceholder .header__navigation-toggle .sx-navbar-toggle-icon:after {
    background-color: #fff;
}

@media (max-width: 768.98px) {
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle .sx-navbar-toggle-icon {
        width: 23px;
        height: 12px;
    }
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle .sx-navbar-toggle-icon:before {
        top: 6px;
    }
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle .sx-navbar-toggle-icon:after {
        top: 7px;
    }
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle.collapsed .sx-navbar-toggle-icon {
        width: 23px;
        height: 18px;
    }
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle.collapsed .sx-navbar-toggle-icon > span {
        top: 6px;
    }
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:before {
        top: -1px;
    }
    #sidebar .sidebar__header-spaceholder .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:after {
        top: 13px;
    }
}

#sidebar .sidebar__content {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 769px) {
    #sidebar .sidebar__content {
        padding: 0 15px 0 70px;
    }
}

@media (min-width: 992px) {
    #sidebar .sidebar__content {
        padding: 0 15px 0 70px;
    }
}

@media (min-width: 1440px) {
    #sidebar .sidebar__content {
        padding: 0 70px 0 145px;
    }
}

#sidebar .sidebar__navigation-wrapper {
    /*
        @include media-breakpoint-up(lg) {
            height: calc(100% - 115px);
        }
        @include media-breakpoint-up(xl) {
            height: calc(100% - 195px);
        }*/
}

@media (min-width: 769px) {
    #sidebar .sidebar__navigation-wrapper {
        /*display: flex;*/
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        /*height: calc(100% - 90px);*/
    }
}

#sidebar .sx-navigation__list {
    padding-left: 0;
    padding-bottom: 50px;
    margin-bottom: 0;
}

#sidebar .sx-navigation__list .nav-item {
    border-bottom: 1px solid #fff;
    display: block;
}

#sidebar .sx-navigation__list .nav-item:first-of-type {
    border-top: 1px solid #fff;
}

#sidebar .sx-navigation__list .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 768.98px) {
    #sidebar .sx-navigation__list .nav-item .nav-link {
        padding: 8px 0;
    }
}

#sidebar .sx-navigation__list .nav-item .nav-link:hover, #sidebar .sx-navigation__list .nav-item .nav-link.active {
    color: #08f2af;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar.shrink-sidebar .sidebar__header-spaceholder .header__navigation-toggle {
    top: 35px;
}

@media (max-width: 768.98px) {
    #sidebar.shrink-sidebar .sidebar__header-spaceholder .header__navigation-toggle {
        top: 22px;
    }
}

#sidebar.active {
    margin-right: 0;
}

@media (max-width: 768.98px) {
    #sidebar {
        margin-right: -100vw;
        width: 100vw;
    }
}

.header--intro {
    position: static;
    z-index: 20;
}

@media (max-width: 1439.98px) {
    .header--intro .header__container {
        padding: 14px 15px;
    }
}

@media (min-width: 992px) {
    .header--intro .header__container-content {
        margin-top: 6px;
    }
}

.header--intro .sx-icon--arrow-down {
    font-size: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    text-decoration: none;
    /*animation: jump 0.4s infinite;*/
}

.header--intro .sx-icon--arrow-down:hover {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
}

@media (min-width: 769px) {
    .header--intro .sx-icon--arrow-down {
        position: relative;
    }
}

.header--intro .sx-icon--arrow-down:before {
    margin-top: 15px;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 10%, 0);
                transform: translate3d(0, 10%, 0);
    }
    100% {
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes jump {
    0% {
        transform: translate3d(0, 0, 0);
    }
    40% {
        transform: translate3d(0, 10%, 0);
    }
    100% {
        -o-transform: none;
           transform: none;
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 10%, 0);
                transform: translate3d(0, 10%, 0);
    }
    100% {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.logo-container {
    padding-top: 14px;
    text-align: center;
}

.logo-container img {
    max-height: 32px;
}

@media (max-width: 768.98px) {
    .header__navigation-toggle .sx-navbar-toggle-icon:before {
        top: 6px;
    }
    .header__navigation-toggle .sx-navbar-toggle-icon:after {
        top: 7px;
    }
    .header__navigation-toggle.collapsed .sx-navbar-toggle-icon {
        width: 23px;
        height: 12px;
    }
    .header__navigation-toggle.collapsed .sx-navbar-toggle-icon > span {
        top: 6px;
    }
    .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:before {
        top: -1px;
    }
    .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:after {
        top: 13px;
    }
    .header__navigation-toggle .sx-navbar-toggle-icon:before, .header__navigation-toggle .sx-navbar-toggle-icon > span, .header__navigation-toggle .sx-navbar-toggle-icon:after {
        height: 2px;
    }
}

.js-intro-header {
    -webkit-animation: fadeinheader 1.5s;
         -o-animation: fadeinheader 1.5s;
            animation: fadeinheader 1.5s;
}

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

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

@keyframes fadeinheader {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.home .js-intro-header {
    -webkit-animation: fadein 0.5s;
         -o-animation: fadein 0.5s;
            animation: fadein 0.5s;
}

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

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

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

/* footer */
.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008f85;
    color: #fff;
}

.footer .footer-secondary {
    padding: 120px 15px 125px;
    font-size: 16px;
    line-height: 1.5;
}

.footer .footer-secondary ul {
    padding-left: 0;
    margin-bottom: 30px;
}

.footer .footer-secondary p {
    margin-bottom: 12px;
}

.footer .footer-secondary a {
    padding: 0;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    color: #fff;
}

.footer .footer-secondary a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    visibility: hidden;
}

.footer .footer-secondary a:hover, .footer .footer-secondary a.active {
    text-decoration: none;
    padding-left: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .footer-secondary a:hover:before, .footer .footer-secondary a.active:before {
    display: block;
    -webkit-animation: showElement 0s 0.1s forwards;
         -o-animation: showElement 0s 0.1s forwards;
            animation: showElement 0s 0.1s forwards;
}

@-webkit-keyframes showElement {
    to {
        visibility: visible;
    }
}

@-o-keyframes showElement {
    to {
        visibility: visible;
    }
}

@keyframes showElement {
    to {
        visibility: visible;
    }
}

.footer .main-footer {
    background-color: #2e7572;
    padding: 30px 0;
    min-height: 105px;
    color: #fff;
    font-size: 15px;
}

.footer .main-footer .follow-icon__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 1439.98px) {
    .footer .main-footer .follow-icon__container {
        margin-bottom: 15px;
    }
}

@media (max-width: 991.98px) {
    .footer .main-footer .follow-icon__container {
        margin-bottom: 60px;
    }
}

.footer .main-footer .follow-icon__item {
    list-style-type: none;
}

.footer .main-footer .follow-icon__link {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    margin: 5px 0 5px 10px;
    display: block;
    font-size: 36px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .main-footer .follow-icon__link:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #08f2af;
}

@media (min-width: 769px) {
    .footer .main-footer .follow-icon__link {
        width: 35px;
        height: 35px;
        margin: 5px 0 5px 20px;
    }
}

@media (max-width: 991.98px) {
    .footer .main-footer .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.footer .main-footer .nav .nav-item .nav-link {
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .footer .main-footer .nav .nav-item .nav-link {
        padding: 5px;
    }
}

@media (max-width: 575.98px) {
    .footer .main-footer .nav .nav-item .nav-link {
        padding: 5px 4px;
    }
}

.footer .main-footer .nav .nav-item .nav-link.active, .footer .main-footer .nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #08f2af;
}

.footer-spacer {
    height: 100px;
}

.footer-linkedin{
	font-size: 40px;
}

/* emo */
.emo {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.emo__image-container {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 768.98px) {
    .emo__image-container {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.emo__image-container img {
    -o-object-fit: cover;
       object-fit: cover;
}

@media (max-width: 991.98px) {
    .emo__image-container img {
        height: auto !important;
        width: auto !important;
        max-width: none;
        min-width: 100%;
    }
}

@media (max-width: 768.98px) {
    .emo__image-container img {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .emo__image-container img {
        display: none;
    }
}

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

@media (min-width: 992px) {
    .emo__image-container .emo__image-background {
        height: 480px !important;
    }
}

@media (min-width: 992px) {
    .emo__image-container {
        width: 50%;
    }
}

.emo__image-container.show-video {
    z-index: -10;
}

.emo--video {
    height: auto;
}

@media (min-width: 992px) {
    .emo--video {
        max-height: calc(100vh - 140px) !important;
    }
}

@media (min-width: 769px) {
    .emo--video .emo__content-container {
        max-height: none !important;
    }
}

@media (min-width: 992px) {
    .emo--video .emo__content-container {
        width: 26%;
    }
}

@media (min-width: 992px) {
    .emo--video .emo__image-container {
        width: 74%;
    }
}

.emo--video .emo__image-container img {
    max-height: calc(100vh - 140px);
    height: 60vh !important;
}

@media (min-width: 769px) {
    .emo--video .emo__image-container img {
        height: 50vh !important;
    }
}

@media (min-width: 992px) {
    .emo--video .emo__image-container img {
        height: 100vh !important;
    }
}

.emo--video .emo__image-container .emo__image-background {
    height: 60vh !important;
}

@media (min-width: 769px) {
    .emo--video .emo__image-container .emo__image-background {
        height: 50vh !important;
    }
}

@media (min-width: 992px) {
    .emo--video .emo__image-container .emo__image-background {
        height: 100vh !important;
    }
}

.emo--video__container {
    position: absolute;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s,z-index 1s;
    -o-transition: opacity 0.3s,z-index 1s;
    transition: opacity 0.3s,z-index 1s;
}

.emo--video__container.show {
    -webkit-transition: z-index 0s;
    -o-transition: z-index 0s;
    transition: z-index 0s;
}

.emo--video__container__close {
    position: absolute;
    right: 30px;
    background: #FFFFFF80;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-animation-delay: 2s;
         -o-animation-delay: 2s;
            animation-delay: 2s;
    top: 30px;
    z-index: 20;
}

@media (min-width: 769px) {
    .emo--video__container__close {
        right: 80px;
        top: 55px;
    }
}

.emo--video__container__close:after, .emo--video__container__close:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 12px;
    height: 28px;
    width: 2px;
    background-color: #fff;
    z-index: 30;
}

.emo--video__container__close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.emo--video__container__close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.emo--video__container .emo--video__container__close {
    -webkit-animation: fade-up 0.5s;
         -o-animation: fade-up 0.5s;
            animation: fade-up 0.5s;
}

@-webkit-keyframes fade-up {
    0% {
        top: 30px;
    }
    100% {
        top: -50px;
    }
}

@-o-keyframes fade-up {
    0% {
        top: 30px;
    }
    100% {
        top: -50px;
    }
}

@keyframes fade-up {
    0% {
        top: 30px;
    }
    100% {
        top: -50px;
    }
}

@media (min-width: 769px) {
    @-webkit-keyframes fade-up {
        0% {
            top: 55px;
        }
        100% {
            top: -50px;
        }
    }
    @-o-keyframes fade-up {
        0% {
            top: 55px;
        }
        100% {
            top: -50px;
        }
    }
    @keyframes fade-up {
        0% {
            top: 55px;
        }
        100% {
            top: -50px;
        }
    }
}

.emo--video__container.show {
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.emo--video__container.show .emo--video__container__close {
    -webkit-animation: fade-down 0.5s;
         -o-animation: fade-down 0.5s;
            animation: fade-down 0.5s;
}

@-webkit-keyframes fade-down {
    0% {
        top: -50px;
    }
    100% {
        top: 30px;
    }
}

@-o-keyframes fade-down {
    0% {
        top: -50px;
    }
    100% {
        top: 30px;
    }
}

@keyframes fade-down {
    0% {
        top: -50px;
    }
    100% {
        top: 30px;
    }
}

@media (min-width: 769px) {
    @-webkit-keyframes fade-down {
        0% {
            top: -50px;
        }
        100% {
            top: 55px;
        }
    }
    @-o-keyframes fade-down {
        0% {
            top: -50px;
        }
        100% {
            top: 55px;
        }
    }
    @keyframes fade-down {
        0% {
            top: -50px;
        }
        100% {
            top: 55px;
        }
    }
}

.emo--video .emo__play-icon__container {
    position: relative;
    display: block;
}

.emo--video .emo__play-icon__container:hover {
    cursor: pointer;
}

.emo--video .emo__play-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_483' data-name='Gruppe 483' xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E %3Ccircle id='Ellipse_42' data-name='Ellipse 42' cx='50' cy='50' r='50' fill='%23008f85' opacity='0.5'/%3E %3Cpath id='Pfad_60' data-name='Pfad 60' d='M16.489,0,32.978,28.855H0Z' transform='translate(68.162 33.511) rotate(90)' fill='%23ffffff' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3C/svg%3E ");
    width: 100px;
    height: 100px;
    -webkit-animation: zoom-out 2s;
         -o-animation: zoom-out 2s;
            animation: zoom-out 2s;
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

@-o-keyframes zoom-out {
    0% {
        opacity: 0;
        -o-transform: translate(-50%, -50%) scale(1.5);
           transform: translate(-50%, -50%) scale(1.5);
    }
    50% {
        opacity: 0;
        -o-transform: translate(-50%, -50%) scale(1.5);
           transform: translate(-50%, -50%) scale(1.5);
    }
    100% {
        opacity: 1;
        -o-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
             -o-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
             -o-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

.emo--intro {
    min-height: calc(100vh - 150px);
}

@media (min-width: 769px) {
    .emo--intro {
        min-height: calc(100vh - 105px);
    }
}

@media (min-width: 1440px) {
    .emo--intro {
        min-height: calc(100vh - 140px);
    }
}

.emo--intro .emo__image-container img {
    height: 62vh !important;
}

@media (min-width: 1440px) {
    .emo--intro .emo__image-container img {
        min-height: calc(100vh - 140px);
    }
}

@media (min-width: 769px) {
    .emo--intro .emo__image-container img {
        height: calc(65vh - 100px) !important;
    }
}

@media (min-width: 992px) {
    .emo--intro .emo__image-container img {
        height: calc(100vh - 105px) !important;
    }
}

@media (min-width: 1440px) {
    .emo--intro .emo__image-container img {
        height: calc(100vh - 140px) !important;
    }
}

.emo--intro .emo__image-container .emo__image-background {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .emo--intro .emo__image-container .emo__image-background {
        height: calc(100vh - 105px) !important;
    }
}

@media (min-width: 1440px) {
    .emo--intro .emo__image-container .emo__image-background {
        height: calc(100vh - 140px) !important;
    }
}

.emo--intro video {
    min-height: 0;
    height: calc(100vh - 150px);
}

@media (min-width: 769px) {
    .emo--intro video {
        height: calc(100vh - 105px);
    }
}

@media (min-width: 992px) {
    .emo--intro video {
        height: calc(100vh - 105px);
    }
}

@media (min-width: 1440px) {
    .emo--intro video {
        height: calc(100vh - 140px);
    }
}

.emo .fade {
    -webkit-animation: fade-in-emo-video 1s;
         -o-animation: fade-in-emo-video 1s;
            animation: fade-in-emo-video 1s;
}

.emo__arrow-down {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 45px;
    display: none;
    text-decoration: none;
}

@media (min-width: 769px) {
    .emo__arrow-down {
        bottom: 20px;
        display: block;
    }
}

@media (min-width: 992px) {
    .emo__arrow-down {
        bottom: 40px;
    }
}

.emo__title-big {
    font-size: 1.875rem;
}

@media (min-width: 992px) {
    .emo__title-big {
        font-size: 2.5rem;
    }
}

@media (min-width: 1440px) {
    .emo__title-big {
        font-size: 3.75rem;
    }
}

@media (min-width: 769px) {
    .emo__content-wrapper {
        max-height: 480px;
    }
}

.emo__content-container {
    background-color: transparent;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 20;
}

@media (min-width: 992px) {
    .emo__content-container {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        z-index: 20;
        /*max-height: 600px;*/
    }
}

.emo__content-container.show-video {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 769px) {
    .emo__content-container.show-video {
        margin-right: -27%;
    }
}

.emo__content--logo {
    max-width: 250px;
    max-height: 100px;
}

.emo__content--top, .emo__content--bottom {
    padding: 30px 45px;
}

@media (min-width: 576px) {
    .emo__content--top, .emo__content--bottom {
        padding: 40px 70px;
    }
}

@media (min-width: 992px) {
    .emo__content--top, .emo__content--bottom {
        padding: 40px 40px;
    }
}

@media (min-width: 1440px) {
    .emo__content--top, .emo__content--bottom {
        padding: 60px 80px 10px 50px;
    }
}

.emo__content--top {
    height: 70%;
    background-color: #08f2af;
}

.emo__content--top h1, .emo__content--top .h1, .emo__content--top .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo__content--top h2 {
    margin-bottom: 0;
    font-size: 30px;
}

@media (min-width: 992px) {
    .emo__content--top h1, .emo__content--top .h1, .emo__content--top .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo__content--top h2 {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .emo__content--top h1, .emo__content--top .h1, .emo__content--top .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo__content--top h2 {
        font-size: 40px;
    }
}

.emo__content--top h3 {
    font-size: 20px;
}

@media (min-width: 992px) {
    .emo__content--top h3 {
        font-size: 1.625rem;
    }
}

.emo__content--top__content {
    max-width: 100%;
}

@media screen and (min-width: 1780px) {
    .emo__content--top__content {
        max-width: 80%;
    }
}

.emo__content--top--big {
    padding: 20px;
    padding-left: 100px;
}

@media (min-width: 576px) {
    .emo__content--top--big {
        padding-left: 30px;
    }
}

@media (min-width: 1440px) {
    .emo__content--top--big {
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .emo__content--top--big {
        padding-top: 15%;
    }
}

@media screen and (min-width: 1650px) {
    .emo__content--top--big {
        padding-top: 25%;
    }
}

@media (min-width: 576px) {
    .emo__content--top--big .h1, .emo__content--top--big .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo__content--top--big h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .emo__content--top--big .h1, .emo__content--top--big .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo__content--top--big h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1440px) {
    .emo__content--top--big .h1, .emo__content--top--big .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo__content--top--big h2 {
        font-size: 2.5rem;
    }
}

.emo__content--bottom {
    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;
    background-color: #008f85;
}

@media (min-width: 576px) {
    .emo__content--bottom {
        padding: 3% 70px;
    }
}

@media (min-width: 769px) {
    .emo__content--bottom {
        padding: 8% 40px;
    }
}

@media (min-width: 1440px) {
    .emo__content--bottom {
        padding: 50px 80px 50px 50px;
    }
}

@media (min-width: 992px) {
    .emo__content--bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 30%;
    }
}

.emo__content--bottom--big {
    min-height: 0;
    padding: 20px 45px;
}

@media (min-width: 576px) {
    .emo__content--bottom--big {
        padding: 20px 70px;
    }
}

@media (min-width: 1440px) {
    .emo__content--bottom--big {
        padding: 10% 77px;
    }
}

.emo__content--bottom--big--logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.emo__content--bottom--big img {
    max-width: 150px;
}

@media (min-width: 1440px) {
    .emo__content--bottom--big img {
        max-width: 250px;
    }
}

@media (min-width: 992px) {
    .emo__content--bottom--big {
        min-height: 25%;
    }
}

.emo__content--bottom .h1, .emo__content--bottom .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo__content--bottom h2 {
    color: #fff;
    margin-bottom: 0;
}

.emo-mobile-overlay {
    background-color: #08f2af;
    padding: 17% 5.337% 5.337%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.emo-mobile-overlay .h1, .emo-mobile-overlay .accordion__item__header .accordion--link h2, .accordion__item__header .accordion--link .emo-mobile-overlay h2 {
    font-size: 25px;
}

.emo-mobile-overlay .emo__title-big {
    font-size: 30px;
}

.emo--intro {
    height: auto;
}

@media (min-width: 992px) {
    .emo--intro .emo__image-container {
        width: 74%;
    }
    .emo--intro .emo__content-container {
        width: 26%;
    }
}

@media (min-width: 769px) {
    .emo--intro .emo__content-container {
        max-height: none;
    }
}

@media (max-width: 991.98px) {
    .emo--intro .emo__image-container img {
        height: 70vh;
    }
}

@-webkit-keyframes fade-in-emo-video {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in-emo-video {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-emo-video {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.emo--intro video.fullscreen-video {
    width: 100%;
    height: 100% !important;
    max-width: 1920px;
    overflow: hidden;
}

.emo--intro video.fullscreen-video--company {
    width: 100%;
    height: auto !important;
}

/* search popup */
.search-popup {
    background-color: #008f85;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
    display: none;
}

.search-popup .sx-icon--search {
    color: #fff;
    font-size: 20px;
}

@media (min-width: 769px) {
    .search-popup .sx-icon--search {
        font-size: 40px;
    }
}

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

.search-popup .header__navigation-toggle {
    position: absolute;
    right: 50px;
    top: 60px;
    font-size: 2.5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.search-popup .header__navigation-toggle:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
         -o-transform: scale(1.25);
            transform: scale(1.25);
}

@media (max-width: 991.98px) {
    .search-popup .header__navigation-toggle {
        right: 15px !important;
        top: 22px;
    }
}

.search-popup .header__navigation-toggle .sx-navbar-toggle-icon:before, .search-popup .header__navigation-toggle .sx-navbar-toggle-icon > span, .search-popup .header__navigation-toggle .sx-navbar-toggle-icon:after {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    .search-popup .header__navigation-toggle .sx-navbar-toggle-icon {
        width: 23px;
        height: 12px;
    }
    .search-popup .header__navigation-toggle .sx-navbar-toggle-icon:before {
        top: 6px;
    }
    .search-popup .header__navigation-toggle .sx-navbar-toggle-icon:after {
        top: 7px;
    }
    .search-popup .header__navigation-toggle.collapsed .sx-navbar-toggle-icon {
        width: 23px;
        height: 18px;
    }
    .search-popup .header__navigation-toggle.collapsed .sx-navbar-toggle-icon > span {
        top: 6px;
    }
    .search-popup .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:before {
        top: -2px;
    }
    .search-popup .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:after {
        top: 13px;
    }
}

.search-popup__container {
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 870px;
    width: 100%;
    padding: 15px 40px;
}

@media (min-width: 769px) {
    .search-popup__container {
        top: 58%;
        padding: 15px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

.search-popup__form {
    position: relative;
}

.search-popup__form__input.form-control {
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 1.25rem;
    color: #fff;
    padding-right: 65px;
    padding-left: 0;
    padding-bottom: 1px;
    padding-top: 13px;
}

@media (min-width: 769px) {
    .search-popup__form__input.form-control {
        font-size: 2.5rem;
        padding-bottom: 20px;
        padding-top: inherit;
    }
}

.search-popup__form__input.form-control:focus {
    background-color: transparent;
    border-bottom: 1px solid #b3f9be;
}

.search-popup__form__input.form-control::-webkit-input-placeholder {
    color: #fff;
}

.search-popup__form__input.form-control::-moz-placeholder {
    color: #fff;
}

.search-popup__form__input.form-control:-ms-input-placeholder {
    color: #fff;
}

.search-popup__form__input.form-control::-ms-input-placeholder {
    color: #fff;
}

.search-popup__form__input.form-control::placeholder {
    color: #fff;
}

.search-popup__form__submit {
    padding: 10px 5px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 15px;
}

@media (min-width: 769px) {
    .search-popup__form__submit {
        top: -9px;
    }
}

/* cookie */
/** Cookie Banner **/
.privacy-popup {
    min-height: 140px;
    background-color: #fff;
    color: #2e7572;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 700;
    padding: 40px 0;
    font-size: 15px;
    text-align: left;
    display: none;
}

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

.privacy-popup__agree-button {
    max-width: 80px;
}

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

.privacy-popup.hide {
    -webkit-animation: fade-out 0.5s forwards;
         -o-animation: fade-out 0.5s forwards;
            animation: fade-out 0.5s forwards;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        z-index: 1210;
    }
    100% {
        z-index: -100;
    }
}

@-o-keyframes fade-out {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        z-index: 1210;
    }
    100% {
        z-index: -100;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        z-index: 1210;
    }
    100% {
        z-index: -100;
    }
}

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

/* news */
.news__container {
    background-color: #d4f4e3;
    padding: 45px 0 40px;
}

@media (min-width: 769px) {
    .news__container {
        padding: 45px 0 50px;
    }
}

@media (min-width: 992px) {
    .news__container {
        height: 100%;
    }
}

.news__header {
    margin-bottom: 15px;
}

@media (min-width: 769px) {
    .news__header {
        margin-bottom: 70px;
    }
}

.news__article {
    background-color: #fff;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .news__article {
        height: calc(100% - 75px);
        margin-bottom: 75px;
    }
}

.news__article__content {
    padding: 25px 30px 35px;
}

.news__article__content h3 a {
    text-decoration: none;
}

.news__article__content .divider {
    display: block;
    height: 1px;
    background-color: #008f85;
    margin: 10px 0 32px;
}

.news__article__content p {
    margin-bottom: 0;
}

/* accordion */
.accordion__item {
    border-bottom: 1px solid #008f85;
}

.accordion__item__header .accordion--link {
    position: relative;
    display: block;
    text-decoration: none;
}

@media (min-width: 576px) {
    .accordion__item__header .accordion--link {
        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;
    }
}

.accordion__item__header .accordion--link:before {
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    height: 20px;
    width: 20px;
    right: 10px;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 769px) {
    .accordion__item__header .accordion--link:before {
        right: 25px;
        font-size: 40px;
        height: 42px;
        width: 32px;
    }
}

.accordion__item__header .accordion--link.collapsed:before {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion__item__header .accordion--link .date {
    min-width: 115px;
    margin-right: 30px;
}

@media (min-width: 992px) {
    .accordion__item__header .accordion--link .date {
        margin-right: 40px;
    }
}

.accordion__item__header .accordion--link h2 {
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion__item__header .accordion--link.collapsed h2 {
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion__item__header h3, .accordion__item__header h2 {
    margin-bottom: 0;
}

.accordion__item__header .accordion--link {
    padding: 12px 30px 12px 0;
    cursor: pointer;
}

@media (min-width: 769px) {
    .accordion__item__header .accordion--link {
        padding: 25px 60px 25px 0;
    }
}

.accordion__item:first-of-type .accordion__item__header {
    border-top: 1px solid #008f85;
}

.accordion__item__content {
    padding: 15px 0 25px;
}

.sx-slider .pointer-events-none.span-parent {
    z-index: 500 !important;
}

.normal-cursor {
    cursor: auto !important;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto  !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/*CONFIGURATOR*/
.configuratror__step--03 .fissure-list__item {
  margin-bottom: 35px !important;
}
.configuratror__step--03 .fissure-list__item-input {
  display: none;
}
.configuratror__step--03 .fissure-list__item-label:hover {
  cursor: pointer;
}
.configuratror__step--03 .fissure-list__item-label__image-wrapper {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .configuratror__step--03 .fissure-list__item-label__image-wrapper {
    border-bottom: 2px solid #047672;
    padding-bottom: 5px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.configuratror__step--01 .material-list {
  padding-left: 0 !important;
}
.configuratror__step--01 .material-list__item {
  margin-bottom: 35px !important;
}
.configuratror__step--01 .material-list__item:before {
  display: none;
}
.configuratror__step--01 .material-list__item-input {
  display: none;
}
.configuratror__step--01 .material-list__item-label {
  display: flex;
}
.configuratror__step--01 .material-list__item-label:hover {
  cursor: pointer;
}
.configuratror__step--01 .material-list__item-label__image-wrapper {
  padding-right: 15px;
}
.configuratror__step--01 .material-list__item-label__image-wrapper img {
  max-width: 98px;
}
@media screen and (min-width: 769px) {
  .configuratror__step--01 .material-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .configuratror__step--01 .material-list__item {
    padding: 0 15px;
    flex: 0 0 33.3333%;
    margin-bottom: 50px !important;
  }
  .configuratror__step--01 .material-list__item-label {
    display: block;
  }
  .configuratror__step--01 .material-list__item-label__image-wrapper {
    border-bottom: 2px solid #047672;
    padding-bottom: 40px;
    margin-bottom: 45px;
    text-align: center;
  }
  .configuratror__step--01 .material-list__item-label__image-wrapper img {
    max-width: 183px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .configuratror__step--01 .material-list__item {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 1440px) {
  .configuratror__step--01 .material-list__item {
    flex: 0 0 20%;
  }
}
.configuratror__navigation {
  border-bottom: 1px solid #047672;
  margin-bottom: 35px;
}
.configuratror__navigation-list {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
}
.configuratror__navigation-list__item {
  transition: all 0.5s;
  font-size: 18px;
}
.configuratror__navigation-list__item:before {
  display: none;
}
.configuratror__navigation-list__item a {
  text-decoration: none;
  color: #90A5A4;
  transition: color 0.2s;
}
.configuratror__navigation-list__item-name {
  display: none;
}
.configuratror__navigation-list__item:hover a, .configuratror__navigation-list__item--active a {
  color: #047672;
}
.configuratror__navigation-list__item--active .configuratror__navigation-list__item-name {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .configuratror__navigation {
    margin-bottom: 100px;
  }
  .configuratror__navigation-list__item-name {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .configuratror__navigation-list__item {
    font-size: 26px;
  }
}

.min-height-100 {
  min-height: 100%;
  height: calc(100% - 17px);
}
.min-height-100 textarea {
  min-height: 250px;
  height: calc(100% - 17px);
}
@media screen and (min-width: 992px) {
  .min-height-100 textarea {
    min-height: unset;
  }
}

/*WEBEDITION*/
.service-boxes__item {
	text-align: center;
	margin-bottom: 45px;
	text-decoration: none;
	display: block;
}

.service-boxes__item h3 {
	font-size: 20px;
}

.service-boxes__item .boxes__item__content__container-image {
	margin-bottom: 15px;
}

.service-boxes__item .background-image {
	height: 120px;
	background-size: auto;
}

.service-boxes__item .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.service-boxes__item:hover .hover-image {
	opacity: 1;
}

.sub-accordion__item .accordion__item__header {
    border-top: 0px solid #008f85 !important;
}


/*jobs abacus*/
.abacus-container iframe {
	border:0;
}

/*widget dividing line*/
.dividing-line {
	height: 0;
	border-bottom: 2px solid #047672;
	position: relative;
	animation: borderSlideIn 1s forwards;
	animation-play-state: paused;
}

@keyframes borderSlideIn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.dividing-line.is-visible {
	animation-play-state: running;
}


/**/
.attraction-banner-container {
	padding-top:50px;
}
.attraction-banner {
	padding:20px 20px;
	background-color:#08f2af;
	color:#008f85;
	position: relative;
	
	transition: clip-path 1s ease-out;
	clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
}
.attraction-banner.on {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.attraction-banner__sidebyside__title {
	margin-bottom:16px;
	padding-top:0;
}
@media (min-width: 769px) {
	.attraction-banner {
		padding:20px 30px;
	}
	.attraction-banner__sidebyside {
		display:flex;
	}
	.attraction-banner__sidebyside__title {
		flex:3;
		margin-bottom:0;
		padding-top:2px;
	}
	.attraction-banner__sidebyside__button {
		flex:1;
		text-align:right;
	}
}
@media (min-width: 992px) {
	.attraction-banner {
		padding:30px 50px;
	}
	.attraction-banner__sidebyside__title {
		padding-top:5px;
	}
}

@media (min-width: 992px) {
    form textarea {
        min-height: 307px;
    }
	form.solutions textarea {
		min-height: 226px;
	}
}

/*HEADER*/
.header__logo {
	justify-content: left;
	align-items: left;
}

.header--sidebar .header__logo {
	right: auto;
	left: 141px;
}
.header--sidebar .header__logo.active {
	right: auto; 
	left: calc(50% + 141px);
}
@media (min-width: 1440px) {
    .header--sidebar .header__logo.active {
		right: auto;
		left: calc(50% + 216px);
    }
}

/*FOOTER*/
footer form .form-control {
	background-color:#FFF;
}

.newsletter-registration {
	position:relative;
}
.newsletter-registration button {
	width:48px;
	height:64px;
	background:none;
	border:0;
	
	position:absolute;
	top:0;
	right:0;
	
	color:#00AC8C;
}

.footer .footer-secondary .sx-button--tertiary  {
	color:#FFFFFF;
	border-color: #FFFFFF;
	padding-top: 0.731rem;
    padding-bottom: 0.731rem;
	background-color:transparent;
}
.footer .footer-secondary .sx-button--tertiary::before {
	content:none;
}
.footer .footer-secondary .sx-button--tertiary:hover {
	color: #008f85;
	border-color: #FFFFFF;
	background-color:#FFFFFF;
	padding-left:0;
}

/*NAVIGATION*/
.nav-container {
	padding-bottom:0;
}
@media (min-width: 1440px) {
	.nav-container {
		padding-bottom:100px;
	}
}

/*BLOG*/
.sx-blog__col {
	margin-bottom: 60px;
}
.sx-blog__post-box {
	position: relative;
	height: 100%;
	
	background-color:#EBFAF2;
}
.sx-blog__post-box__container {
	height: 100%;
}
.sx-blog__post-box__image {
	position: relative;
}
.sx-blog__post-box__image-link {
	display: block;
}
@media (min-width: 992px) {
	.sx-blog__post-box__image-link {
		height:355px;
	}
}
.sx-image-zoom {
	overflow: hidden;
}
.sx-blog__post-box__image-link-img {
	width: 100%;
}
@media (min-width: 992px) {
	.sx-blog__post-box__image-link-img {
		object-fit:cover;
	}
}
.sx-blog__post-box__date {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px 10px 15px;
	font-size: 18px;
	
	color:#2E7572;
	background-color: #08F2AF;
	text-decoration:none;
}
.sx-blog__post-box__data {
	padding:20px 15px 0;
}
.sx-blog__post-box__title {
	display: inline-block;
	width: 100%;
	
	padding-bottom:15px;
	border-bottom:1px solid #047672;
	margin-bottom:15px;
}
@media (min-width: 769px) {
	.sx-blog__post-box__title {
		min-height:66px;
	}
}
@media (min-width: 992px) {
	.sx-blog__post-box__title {
		min-height:81px;
	}
}
.sx-blog__post-box__title > a {
	color:#008f85;
	text-decoration:none;
}
.sx-blog__post-box__content {
	display: inline-block;
	width: 100%;
	
	font-size:21px;
	color:#008F85;
}

/*pagination*/
.sx-blog-pagination {
  display: flex;
  justify-content: center;
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.6333rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: #000;
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: 1px;
  --bs-pagination-hover-color: #000;
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: #000;
  --bs-pagination-focus-bg: transparent;
  --bs-pagination-focus-box-shadow: 0;
  --bs-pagination-active-color: #000;
  --bs-pagination-active-bg: transparent;
  --bs-pagination-active-border-color: #004da4;
  --bs-pagination-disabled-color: #ccc;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: transparent;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.inner-wrapper .main-content ul > li.page-item::before {
	content:none;
}
.pagination .page-item.active .page-link {
	border-color: #08F2AF;
	border-width: 1px;
	background-color: transparent;
	color: #008F85;
}
.pagination .page-item .page-link {
	min-width: 49px;
	min-height: 49px;
	font-weight: 300;
	line-height: 1.8;
	text-align: center;
}
.page-item:not(:first-child) .page-link {
	margin-left: calc(1px*-1);
}
.page-link.active, .active > .page-link {
	z-index: 3;
	color: #008F85;
	background-color: transparent;
	border-color: #08F2AF;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #008F85;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item.disabled .page-link {
	border-color:transparent;
}
.page-link:hover {
  z-index: 2;
  color: #008F85;
  text-decoration: none;
  background-color: transparent;
  border-color: #08F2AF;
}


/*Filter*/
.sx-blog-filter {
	display: inline-block;
	width: 100%;
}
.sx-blog-filter__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.sx-blog-filter__list-title {
	width: 100%;
	padding-right: 10px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 400;
}
@media (min-width: 576px) {
	.sx-blog-filter__list-title {
		width: 12%;
	}
}
.sx-blog-filter__list-data {
	width: 100%;
}
@media (min-width: 576px) {
	.sx-blog-filter__list-data {
		width: 88%;
	}
}
.sx-blog-filter__list-data-link {
	margin-right: 30px;
	margin-bottom: 3px;
	font-size: 14px;
	text-decoration: none;
	
	float:left;
	text-decoration:underline;
}
.sx-blog__social-media-share {
	padding-top:100px;
}
.sx-blog__social-media-share .sharebuttons {
	text-align:right;
}
.sx-blog__social-media-share .social-share-links {
	padding-left:0;
}
.inner-wrapper .main-content .sx-blog__social-media-share .social-share-links > li:before {
	content:none;
}


/*Succes Stories*/
.success-story {
	border-top: 1px solid #008f85;
	padding-top: 25px;
	margin-bottom: 50px;
}
.success-story .success-story__subtitle {
	font-size: 18px;
	text-transform:uppercase;
	padding-bottom: 10px;
}
.success-story h3 {
	margin-bottom: 1.5625rem;
}
.success-story h3 > a {
	text-decoration: none;
	font-weight:bold;
}