@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: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    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: 1024px) {
    .nopadding-lg {
        padding: 0 !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1250px) {
    .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: 1024px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1250px) {
    .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: 1024px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

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

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

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

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

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

@media (min-width: 1250px) {
    .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: 1024px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1250px) {
    .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: 1024px) {
    ul.list-lg-inline, ol.list-lg-inline {
        list-style: none;
    }
    ul.list-lg-inline > li, ol.list-lg-inline > li {
        display: inline;
    }
}

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

.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: 1024px) {
    .pointer-events-lg-auto {
        pointer-events: auto !important;
    }
}

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

@media (min-width: 1250px) {
    .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, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 1024px) {
    body {
        /* 18px */
        font-size: 1.125rem;
        line-height: 1.4;
    }
    h1, .h1 {
        /* 40px */
        font-size: 2.5rem;
    }
    h2, .h2 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h3, .h3 {
        /* 30px */
        font-size: 1.875rem;
    }
    h4, .h4 {
        /* 24px */
        font-size: 1.5rem;
    }
    h5, .h5 {
        /* 18px */
        font-size: 1.125rem;
    }
    h6, .h6 {
        /* 18px */
        font-size: 1.125rem;
    }
}

/* 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: 1024px) {
    .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: 2rem;
    height: 1rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.12rem 0;
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .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: #ececec;
        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: 1024px) {
    .sx-navigation--standard {
        width: auto;
    }
}

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

@media (min-width: 1024px) {
    .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: 1024px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.sx-navigation--standard .sx-navigation__subnavi-indicator {
    background-color: transparent;
}

.sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
    content: '+';
}

.sx-navigation--standard .sx-navigation__subnavi-indicator:after {
    content: '-';
}

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

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

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

.breadcrumb-item {
    display: inline-block;
    padding-right: 0 !important;
}

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

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

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

/* maps */
.google-map {
    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 {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.8);
    color: #000;
    display: none;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border: 7px solid #ececec;
    border-right-width: 7px;
    border-left-width: 7px;
    z-index: 500000;
    padding: 1rem 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .privacy-popup {
        border-right-width: 15px;
        border-left-width: 15px;
    }
}

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

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

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

.privacy-popup__more-link {
    color: #000;
}

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

.privacy-popup__agree-button {
    padding: 0.5em 0.7em;
    background-color: #000;
    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(0,0,0,.9);
    text-decoration: none;
}

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

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

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

/* main */
/* loading indicator */
.loading-indicator, .floating-loading-indicator, .iframe-wrapper.loading {
    position: relative;
    min-height: 4rem;
    min-width: 4rem;
}

.loading-indicator:after, .floating-loading-indicator:after, .iframe-wrapper.loading:after {
    content: '';
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='-1.001 -1 40 40' enable-background='new -1.001 -1 40 40' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23D9A959' d='M22.999-0.599v7.763C27.939,8.833,31.5,13.496,31.5,19c0,6.903-5.596,12.5-12.5,12.5S6.5,25.903,6.5,19 c0-5.503,3.56-10.166,8.499-11.835v-7.763c-9.128,1.853-16,9.922-16,19.598c0,11.046,8.955,20,20,20c11.046,0,20-8.954,20-20 C38.999,9.324,32.128,1.255,22.999-0.599z'/%3E %3Cpath opacity='0' fill='%23D9A959' d='M19,6.499c1.4,0,2.742,0.24,3.999,0.665v-7.763C21.706-0.861,20.369-1,18.999-1 s-2.708,0.139-4,0.402v7.763C16.256,6.74,17.598,6.499,19,6.499z'/%3E %3C/g%3E %3C/svg%3E ");
    background-size: contain;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    -webkit-animation: spinner 0.75s linear infinite;
    -o-animation: spinner 0.75s linear infinite;
       animation: spinner 0.75s linear infinite;
    position: absolute;
    left: calc(50% - 2rem);
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.floating-loading-indicator-overlay {
    background-color: #fff;
    opacity: 0.5;
}

.floating-loading-indicator-overlay,
.floating-loading-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.floating-loading-indicator-overlay:before, .floating-loading-indicator-overlay:after,
.floating-loading-indicator:before,
.floating-loading-indicator:after {
    top: calc(50% - 2rem);
}

/* general */
/* headlines */
h1, .h1 {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    h1, .h1 {
        margin-bottom: 28px;
    }
}

h2, .h2 {
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    h2, .h2 {
        margin-bottom: 20px;
    }
}

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

/* lead */
.lead, .lead p {
    line-height: 1.2;
    margin-bottom: 25px;
}

@media (min-width: 1024px) {
    .lead, .lead p {
        font-size: 1.5625rem;
        margin-bottom: 30px;
    }
}

/* helpers */
b, strong {
    font-weight: bold;
}

small, .sx-small-text {
    font-size: 0.875rem;
    font-weight: 300;
}

.sx-button {
    text-decoration: none;
}

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

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

a.no-hover {
    color: inherit;
}

a.no-hover:hover {
    color: inherit;
}

.container-big {
    max-width: 1450px;
}

#outer-wrapper {
    border: 7px solid #ececec;
    overflow-x: hidden;
}

@media (min-width: 1024px) {
    #outer-wrapper {
        border: 15px solid #ececec;
    }
}

/* list */
.page-content ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 35px;
}

.page-content ul li {
    position: relative;
    margin-bottom: 10px;
}

.page-content ul li:before {
    content: '-';
    position: absolute;
    left: -12px;
}

.overflow {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden--x {
    overflow-x: hidden;
}

.overflow-hidden--y {
    overflow-y: hidden;
}

.main-content {
    position: unset;
}

hr {
    width: 100%;
    height: 4px;
    border: 0;
    background: #ececec;
    margin-top: 30px;
    margin-bottom: 30px;
}

hr.width-page {
    height: 3px;
    margin-top: 40px;
    margin-bottom: 40px;
}

hr.width-page:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border: 0;
    background: #ececec;
    position: absolute;
    left: 0;
}

@media (min-width: 1024px) {
    hr.width-page {
        height: 6px;
        margin-top: 80px;
        margin-bottom: 115px;
    }
    hr.width-page:after {
        height: 6px;
    }
}

/* default spacing */
section.standard-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media (max-width: 768.98px) {
    section.standard-padding {
        padding: 0;
    }
}

.opening_hours .openings {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .opening_hours .openings {
        font-size: 18px;
    }
}

.opening_hours .openings tr td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

.opening_hours .openings tr td:last-of-type {
    padding-right: 0;
}

.opening_hours .openings .weekday {
    padding-right: 15px;
}

.opening_hours .openings .from-to {
    padding-right: 15px;
}

.img-hover-effect {
    position: relative;
}

.img-hover-effect:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.img-hover-effect:hover:after {
    background-color: rgba(0,0,0,.5);
}

p.zitat:before {
    content: '«';
}

p.zitat:after {
    content: '»';
}

.font-size-16 {
    font-size: 16px;
}

/* iframe */
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

iframe.iframe-resize {
    width: 1px;
    min-width: 100%;
    height: 0;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
}

.img-border {
    border: 1px solid #ececec;
}

/* buttons */
.sx-button.sx-button--small {
    min-height: 35px;
    min-width: 100px;
    padding-top: 0.5rem;
    padding-bottom: 0.438rem;
}

@media (min-width: 1024px) {
    .sx-button.sx-button--small {
        min-height: 45px;
        padding-top: 0.625rem;
        padding-bottom: 0.563rem;
    }
}

.sx-button--primary.sx-button--small {
    padding-top: 0.313rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
    .sx-button--primary.sx-button--small {
        padding-top: 0.438rem;
        padding-bottom: 0.375rem;
    }
}

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

form .form-control,
form .custom-select,
form textarea,
form select.form-control:not([size]):not([multiple]) {
    border: 0;
    height: 45px;
    background-color: #ececec;
    color: #000;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    font-size: 1rem;
    border-radius: 0;
}

@media (min-width: 1024px) {
    form .form-control,
    form .custom-select,
    form textarea,
    form select.form-control:not([size]):not([multiple]) {
        font-size: 1.125rem;
        height: 55px;
    }
}

form .form-control:focus,
form .custom-select:focus,
form textarea:focus,
form select.form-control:not([size]):not([multiple]):focus {
    color: #000;
    background-color: #dfdfdf;
    -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: #383838;
    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: #383838;
    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: #383838;
    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: #383838;
    opacity: 1;
}

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

form input.big-input, form select.big-input, form textarea.big-input {
    max-width: 297px;
}

form input.mediup-input, form select.mediup-input, form textarea.mediup-input {
    max-width: 188px;
}

form input.small-input, form select.small-input, form textarea.small-input {
    max-width: 148px;
}

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

@media (min-width: 1024px) {
    form textarea.form-control {
        min-height: 165px;
    }
}

form .resize-none {
    resize: none;
}

form .custom-select {
    padding-right: 2.25rem;
    background-size: 16px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.75' height='10.961' viewBox='0 0 17.75 10.961'%3E%3Cpath d='M2.086 0l6.789 6.775L15.664 0l2.086 2.086-8.875 8.874L0 2.086z'/%3E%3C/svg%3E");
    width: 100%;
    background-repeat: no-repeat;
}

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

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

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

form .custom-control .custom-control-input ~ .custom-control-label:before {
    background-color: transparent;
    border-color: #000;
    border-width: 1px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    width: 25px;
    height: 25px;
    left: 0;
    top: 1px;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    background-color: transparent;
    border-color: #000;
    -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: 0;
    width: 25px;
    height: 25px;
    top: 1px;
    background-color: transparent;
    border-radius: 2px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    background-image: none !important;
    left: 7px;
    width: 11px;
    height: 11px;
    top: 8px;
}

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

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

form label {
    display: block;
    margin-bottom: 0;
    text-align: left;
}

form .sx-validation {
    display: none;
}

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

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

/* header */
.header {
    border: 15px solid #ececec;
    border-bottom-width: 6px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 27px 0 10px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1020;
}

.header .nav-wrapper {
    background-color: #fff;
    padding: 15px 0;
}

@media (max-width: 1023.98px) {
    .header {
        padding: 27px 0;
    }
}

@media (max-width: 575.98px) {
    .header {
        padding: 14px 0;
    }
}

@media (max-width: 768.98px) {
    .header {
        border-top: 7px solid #ececec;
        border-left: 7px solid #ececec;
        border-right: 7px solid #ececec;
    }
}

.header .desktop-logo {
    width: 218px;
    height: 49px;
}

.header .desktop-logo.partner-logo {
    width: auto;
    height: 101px;
}

@media (max-width: 1023.98px) {
    .header .desktop-logo {
        width: 130px;
        height: 32px;
    }
    .header .desktop-logo.partner-logo {
        height: 32px;
    }
}

.header .navi-button {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.header__navigation-container {
    margin-top: 20px;
}

@media (max-width: 1023.98px) {
    .header__navigation-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.header__navigation-container a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

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

.header .nav-item > div > .nav-link {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1023.98px) {
    .header .nav-item > div > .nav-link {
        width: 100%;
        font-size: 16px;
    }
}

.header .nav-item > div > .nav-link label {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.header .nav-item > div > .nav-link label:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1024px) {
    .header .nav-item:hover > div > .nav-link {
        color: #000;
    }
    .header .nav-item:hover > div > .nav-link label:after {
        background-color: #000;
    }
}

.header .nav-item.active > div > .nav-link {
    color: #000;
    display: block;
}

.header .nav-item.active > div > .nav-link label:after {
    background-color: #000;
}

.header .nav-item.active > div > .nav-link.home label:after {
    background-color: transparent;
}

.header .sx-navigation__subnavi-indicator {
    text-align: right !important;
    min-height: auto !important;
    min-width: 40px !important;
}

.header .sx-navigation__subnavi-indicator:hover {
    background-color: transparent !important;
}

.header .sx-navigation__subnavi-indicator:after {
    color: #000;
}

.header .mobile-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.header .sx-navbar-toggle-icon {
    width: 1.6rem;
}

.header .sx-navbar-toggle-icon:before, .header .sx-navbar-toggle-icon span, .header .sx-navbar-toggle-icon:after {
    height: 3px;
}

.header .top-nav {
    display: none;
    position: absolute;
    top: 0;
    padding: 0 30px;
}

.header .top-nav.top-nav-left {
    left: 0;
}

.header .top-nav.top-nav-right {
    right: 0;
}

@media (min-width: 1024px) {
    .header .top-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.header .top-nav .nav .nav-item > div {
    padding: 0 10px;
}

.header .top-nav .nav .nav-item > div > .nav-link {
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.header .top-nav .nav .nav-item > div > .nav-link label:after {
    display: none;
}

@media (max-width: 575.98px) {
    .header .top-nav {
        padding: 0;
    }
}

.header .top-nav [class*='icon-']:before {
    font-size: 12px;
}

.header.navOpen .header__container-content {
    max-height: 80vh;
    overflow-y: scroll;
    padding-bottom: 50px;
}

.header .sx-main-Navi {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 769px) {
    .header .sx-main-Navi {
        padding-left: 0;
        padding-right: 0;
    }
    .header.navOpen .header__container-content {
        max-height: 100vh;
        overflow-y: visible;
        padding-bottom: 0;
    }
}

.sx-navigation .nav > .nav-item > div {
    padding: 5px 20px;
}

.sx-navigation .nav > .nav-item > div > .nav-link {
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}

.sx-navigation .nav > .nav-item > div > .nav-link label {
    padding: 6px 0;
    white-space: nowrap;
}

@media (max-width: 1023.98px) {
    .sx-navigation .nav > .nav-item > div > .nav-link label {
        white-space: normal;
    }
}

@media (max-width: 1023.98px) {
    .sx-navigation .nav > .nav-item > div > .nav-link {
        font-size: 18px;
    }
}

@media (max-width: 1023.98px) {
    .sx-navigation .nav > .nav-item > div {
        padding: 0;
    }
}

.sx-navigation .nav > .nav-item .sx-navigation__sub-navigation {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    top: calc(100% - 7px);
    padding: 20px;
    min-width: 230px;
}

@media (max-width: 1023.98px) {
    .sx-navigation .nav > .nav-item .sx-navigation__sub-navigation {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0 20px;
    }
}

.sx-navigation .nav > .nav-item .sx-navigation__sub-navigation .nav > .nav-item > div > {
    padding: 0;
}

.sx-navigation .nav > .nav-item .sx-navigation__sub-navigation .nav > .nav-item > div > .nav-link {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.sx-navigation .nav > .nav-item:last-child .sx-navigation__sub-navigation {
    right: 0;
}

.sx-navigation__subnavi-indicator:after {
    font-size: 19px;
    font-weight: bold;
}

/* subteaser */
.sx-navigation-subteaser {
    position: absolute;
    top: 0;
    right: 0;
    border: 6px solid #00a2e6;
    min-height: 100%;
    background-color: #fff;
    width: 330px;
}

.sx-navigation-subteaser-content {
    padding: 30px;
}

.sx-navigation-subteaser-content .sx-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 0 4px 10px 4px;
    padding: 14px 12px 12px;
    -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;
    min-height: 42px;
    height: 42px;
}

.sx-navigation-subteaser-content .sx-button:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sx-navigation-subteaser-content .sx-button:before {
    font-size: 24px;
    padding-right: 8px;
}

.sx-navigation .nav > .nav-item:last-child .sx-navigation__sub-navigation .sx-navigation-subteaser {
    right: auto !important;
    left: 0;
}

/* language */
.language .nav .nav-item {
    display: inline-block;
}

.language .nav .nav-item > div .nav-link {
    font-weight: 300;
    padding: 10px 6px;
}

.language .nav .nav-item > div .nav-link label:after {
    display: none;
}

.language .nav .nav-item.active {
    text-decoration: underline;
}

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

#inner-wrapper {
    margin-top: 225px;
}

@media (max-width: 1023.98px) {
    #inner-wrapper {
        margin-top: 130px;
    }
}

@media (max-width: 575.98px) {
    #inner-wrapper {
        margin-top: 90px;
    }
}

@media (max-width: 1023.98px) {
    .header.navOpen {
        height: 100%;
        border-bottom-width: 15px;
    }
}

@media (max-width: 1023.98px) and (max-width: 768.98px) {
    .header.navOpen {
        border-bottom-width: 6px;
    }
}

@media (max-width: 1023.98px) {
    .header.navOpen .header__navigation-container {
        max-height: 80vh;
        overflow: scroll;
        padding-bottom: 50px;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }
    .header.navOpen .header__navigation-container::-webkit-scrollbar {
        width: 0 !important;
    }
}

/* footer */
.main-footer {
    border-top: 6px solid #ececec;
    padding: 60px 0;
    margin-top: 40px;
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer form .sx-button {
    background-color: #ececec;
}

.main-footer form .sx-button:hover {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.main-footer form .sx-button.sx-button--icon-button {
    position: relative;
}

@media (max-width: 1023.98px) {
    .main-footer form .sx-button.sx-button--icon-button {
        height: 45px;
        width: 45px;
    }
}

.main-footer form .sx-button.sx-button--icon-button:after {
    content: '';
    width: 12px;
    height: 19px;
    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-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.96' height='17.75' viewBox='3.395 -3.395 10.96 17.75'%3E%3Cpath d='M5.48-3.395l8.875 8.875-8.875 8.875-2.085-2.085 6.774-6.79-6.774-6.789L5.48-3.395z'/%3E%3C/svg%3E");
}

.main-footer .mobile-language li.active a {
    text-decoration: none;
}

/* breadcrumb */
.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 2.2rem;
}

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

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-left: 0;
}

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

.breadcrumb .breadcrumb-item a:hover {
    color: inherit;
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item.active {
    text-decoration: underline;
}

/* team */
.teams .team {
    border-top: 4px solid #ececec;
    padding-top: 70px;
    margin-bottom: 5px;
}

.teams .team:first-of-type {
    border-top: none;
    padding-top: 0;
}

.teams .team .team-member {
    margin-bottom: 60px;
}

/* tags */
ul.tags {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tags li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 15px;
}

ul.tags li:before {
    display: none;
}

ul.tags li a {
    color: #000;
    background-color: #ececec;
    padding: 5px 28px;
    text-decoration: none;
    display: block;
}

ul.tags li a:hover {
    text-decoration: underline;
}

/* pagination */
.pagination .pagination-pages .page {
    font-weight: bold;
    margin-right: 18px;
    text-decoration: none;
    color: #000;
}

.pagination .pagination-pages .page:hover {
    text-decoration: underline;
}

.pagination .pagination-pages .page.page-current {
    text-decoration: underline;
    color: #000;
}

/* loader */
.sx-loader-cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 9998;
}

.sx-loader-spinner {
    display: inline-block;
    color: #fff;
    z-index: 9999;
}

/* anchor */
.sx-anchor {
    position: relative;
    clear: both;
}

.sx-anchor .anchor {
    position: absolute;
    top: -185px;
}

@media (max-width: 1023.98px) {
    .sx-anchor .anchor {
        top: -115px;
    }
}

@media (max-width: 575.98px) {
    .sx-anchor .anchor {
        top: -80px;
    }
}

/* slider */
.sx-slider--with-overflow__wrapper {
    overflow: hidden;
}

@media (min-width: 769px) {
    .sx-slider--with-overflow .swiper-container {
        overflow: visible !important;
    }
}

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

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

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

.sx-slider .swiper-button-prev, .sx-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    background-size: 20px !important;
}

.sx-slider .swiper-button-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45NiIgaGVpZ2h0PSIxNy43NSIgdmlld0JveD0iMy4zOTUgLTMuMzk1IDEwLjk2IDE3Ljc1Ij48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNS40OC0zLjM5NWw4Ljg3NSA4Ljg3NS04Ljg3NSA4Ljg3NS0yLjA4NS0yLjA4NSA2Ljc3NS02Ljc5LTYuNzc1LTYuNzg5TDUuNDgtMy4zOTV6Ii8+PC9zdmc+);
    right: -5px;
}

.sx-slider .swiper-button-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45NiIgaGVpZ2h0PSIxNy43NSIgdmlld0JveD0iMy4zOTUgLTMuMzk1IDEwLjk2IDE3Ljc1Ij48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTQuMzU1LTEuMzA5TDcuNTggNS40OGw2Ljc3NSA2Ljc4OS0yLjA4NiAyLjA4NkwzLjM5NSA1LjQ4bDguODc1LTguODc1IDIuMDg1IDIuMDg2eiIvPjwvc3ZnPg==);
    left: -5px;
}

@media (min-width: 1024px) {
    .sx-slider .swiper-button-next {
        right: -10px;
    }
    .sx-slider .swiper-button-prev {
        left: -10px;
    }
}

@media screen and (min-width: 1500px) {
    .sx-slider .swiper-button-next {
        right: -100px;
    }
    .sx-slider .swiper-button-prev {
        left: -100px;
    }
}

/* subnavigation */
.sub-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.sub-navigation .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.sub-navigation .nav .nav-item {
    margin-bottom: 0;
}

.sub-navigation .nav .nav-item:before {
    display: none;
}

.sub-navigation .nav .nav-item .nav-link {
    text-decoration: none;
    padding: 0.5rem 1.875rem 0.5rem 0;
    color: #fff;
}

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

.sub-navigation .nav .nav-item.active .nav-link span:after {
    content: '';
    position: absolute;
    top: calc(100% + 0.125rem);
    left: 0;
    width: 100%;
    height: 0.125rem;
    color: #fff;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .sub-navigation .nav .nav-item .nav-link {
        color: #000;
    }
    .sub-navigation .nav .nav-item:hover .nav-link span:after {
        content: '';
        position: absolute;
        top: calc(100% + 0.125rem);
        left: 0;
        width: 100%;
        height: 0.125rem;
        color: #fff;
        background-color: #000;
    }
    .sub-navigation .nav .nav-item.active .nav-link span:after {
        background-color: #000;
    }
}

@media (max-width: 1023.98px) {
    .sub-navigation .nav {
        display: block;
    }
    .sub-navigation .nav .nav-item {
        margin-bottom: 0;
    }
    .sub-navigation .nav .nav-item .nav-link {
        display: inline-block;
    }
}

.sub-navigation__dropdown {
    display: none;
    height: 100%;
}

.sub-navigation__dropdown .sx-toggler {
    background-color: transparent;
    border: 0;
    display: block;
    width: 1.5rem;
    height: 1rem;
    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.5rem 0;
}

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

.sub-navigation__dropdown .sx-toggler .sx-toggler-icon:before {
    top: -0.06rem;
}

.sub-navigation__dropdown .sx-toggler .sx-toggler-icon > span {
    top: 0.44rem;
}

.sub-navigation__dropdown .sx-toggler .sx-toggler-icon:after {
    top: 0.94rem;
}

.sub-navigation__dropdown.show .sx-toggler .sx-toggler-icon:before,
.sub-navigation__dropdown.show .sx-toggler .sx-toggler-icon > span, .sub-navigation__dropdown.show .sx-toggler .sx-toggler-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;
}

.sub-navigation__dropdown.show .sx-toggler .sx-toggler-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.44rem;
}

.sub-navigation__dropdown.show .sx-toggler .sx-toggler-icon > span {
    opacity: 0;
}

.sub-navigation__dropdown.show .sx-toggler .sx-toggler-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.44rem;
}

.sub-navigation__dropdown.open {
    display: block;
}

.sub-navigation__dropdown-menu {
    top: 0.938rem !important;
    padding: 0.5rem 0.938rem;
    border: none;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    max-height: none;
}

@media (min-width: 1024px) {
    .sub-navigation__dropdown-menu {
        max-height: 50vh;
        width: 13.75rem;
        max-width: 13.75rem;
        overflow-y: auto;
        scrollbar-color: #d3d2d2 #ececec;
        scrollbar-width: thin;
    }
    .sub-navigation__dropdown-menu::-webkit-scrollbar {
        width: 6px;
    }
    .sub-navigation__dropdown-menu::-webkit-scrollbar-track {
        background: #ececec;
    }
    .sub-navigation__dropdown-menu::-webkit-scrollbar-thumb {
        background: #d3d2d2;
    }
    .sub-navigation__dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #b9b9b9;
    }
}

.sub-navigation__dropdown-menu .nav .nav-item {
    margin-bottom: 0;
}

.sub-navigation__dropdown-menu .nav .nav-item .nav-link {
    padding: 0.5rem 0.9375rem;
}

@media (max-width: 1249.98px) {
    .sub-navigation__dropdown {
        display: none;
    }
}

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

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

.google-map-partner {
    width: 100%;
    height: 100%;
}

.google-map-partner {
    height: 318px;
}

@media (max-width: 1023.98px) {
    .google-map-partner {
        height: 350px;
    }
}

/* open-state */
.open-state {
    position: relative;
}

.open-state:after {
    position: absolute;
    top: 0.4em;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 7px;
}

.open-state.open:after {
    background-color: green;
}

.open-state.closed:after {
    background-color: red;
}

/* pdf download */
ul.pdf-donwload {
    padding-left: 40px;
    font-weight: bold;
}

ul.pdf-donwload li {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.pdf-donwload li:before {
    content: '\004f';
    display: inline-block;
    font-family: 'Glyphter', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -40px;
    top: -2px;
    font-size: 28px;
}

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

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

ul.social-share-links li:before {
    display: none;
}

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

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

/* sx popup */
.sx-popup {
    position: fixed;
    z-index: 1000;
    font-size: 14px;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-weight: normal;
    width: 100%;
}

.sx-popup__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
}

.sx-popup__list__item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 0 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 18px 12px 16px;
    line-height: 0.9em;
}

.sx-popup__list__item__link:hover {
    color: #fff;
}

.sx-popup__list__item__link:before {
    font-size: 0.875rem;
    padding-right: 8px;
}

@media (min-width: 769px) {
    .sx-popup {
        left: auto;
        font-weight: 700;
        right: 45px;
        width: auto;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .sx-popup__list__item__link {
        padding: 14px 12px 12px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1.4;
    }
    .sx-popup__list__item__link:before {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .sx-popup {
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        right: 0;
        bottom: auto;
    }
    .sx-popup__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .sx-popup__list__item__link {
        margin: 0 4px 10px 4px;
    }
}

/* info box */
.info-box__wrapper {
    background-color: #ececec;
    min-height: 80px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.info-box__content {
    padding: 15px 20px;
}

@media (min-width: 769px) {
    .info-box__content {
        padding: 25px 35px;
    }
}

.info-box__content .title {
    margin-bottom: 0;
}

.info-box__icon {
    background-color: #00a2e6;
    color: #fff;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    position: relative;
}

@media (min-width: 769px) {
    .info-box__icon {
        width: 80px;
        min-width: 80px;
        min-height: 80px;
    }
}

.info-box__icon .icon-info {
    line-height: 1;
    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%);
    font-size: 1.563rem;
}

/* widgets */
.widget-item {
    margin-bottom: 50px;
}

.widget-item--slider {
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 576px) {
    .widget-item--slider {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .widget-item--slider {
        margin-bottom: 110px;
    }
}

.widget-item--text-image {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .widget-item--text-image {
        margin-bottom: 80px;
    }
}

.widget-item--image-box,
.widget-item--news {
    margin-bottom: 20px;
}

/* team */
.widget-item--team {
    margin-bottom: 0;
}

.widget-item--team .team-member {
    margin-bottom: 60px;
}

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

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

.text-collapse-container .text-collapse-container__content {
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

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