/* 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: #008eab;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #008eab;
    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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    .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: 1080px) {
    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: 1080px) {
    .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: 1080px) {
    .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, .sidebar .sx-navigation__entry-link a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 1080px) {
    body {
        /* 15px */
        font-size: 0.9375rem;
        line-height: 1.3;
    }
    h1, .h1 {
        /* 40px */
        font-size: 2.5rem;
    }
    h2, .h2 {
        /* 30px */
        font-size: 1.875rem;
    }
    h3, .h3, .sidebar .sx-navigation__entry-link {
        /* 20px */
        font-size: 1.25rem;
    }
    h4, .h4 {
        /* 20px */
        font-size: 1.25rem;
    }
    h5, .h5 {
        /* 20px */
        font-size: 1.25rem;
    }
    h6, .h6 {
        /* 20px */
        font-size: 1.25rem;
    }
}

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

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

.header__container {
    position: relative;
}

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

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

.header__mobile-button-container {
    display: block;
    position: absolute;
    top: 0;
    right: -60px;
    background-color: #000;
    padding: 22px 16px;
    z-index: 1110;
}

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

.header__navigation-toggle:hover {
    cursor: pointer;
}

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

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

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

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

.sx-navbar-toggle-icon {
    display: block;
    width: 1.75rem;
    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: #fff;
    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;
}

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

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

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

.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: 769px) {
    .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: 769px) {
    .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 {
    background-color: #008eab;
    background-color: rgba(0,142,171,.8);
    color: #fff;
    display: none;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500000;
    padding: 1rem 0;
    text-align: center;
}

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

.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: #fff;
}

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

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

/* Generated by Glyphter (http://www.glyphter.com) on  Thu Dec 12 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;
}

[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-close:before {
    content: '\0041';
}

.icon-edit:before {
    content: '\0042';
}

.icon-info:before {
    content: '\0043';
}

.icon-setting:before {
    content: '\0044';
}

.icon-arrow-left:before, .fancybox-item.fancybox-close:before {
    content: '\0046';
}

.icon-arrow-right:before {
    content: '\0047';
}

.icon-arrow-down:before {
    content: '\0048';
}

.icon-arrow-top:before {
    content: '\0049';
}

body {
    color: #fff;
    font-size: 20px;
    line-height: 1.75;
    background-color: #000;
}

.desktop-logo, .styleguide-logo, #styleguide-logo {
    width: 170px;
    height: 170px;
}

@media (max-width: 768.98px) {
    .desktop-logo, .styleguide-logo, #styleguide-logo {
        width: 148px;
        height: 148px;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .sidebar .sx-navigation__entry-link, .h4, .h5, .h6 {
    font-family: proxima-nova-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.22;
    letter-spacing: 0.15em;
}

h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after,
.h1:before,
.h1:after, .h2:before, .h2:after, .h3:before, .sidebar .sx-navigation__entry-link:before, .h3:after, .sidebar .sx-navigation__entry-link:after, .h4:before, .h4:after, .h5:before, .h5:after, .h6:before, .h6:after {
    display: inline-block;
    color: #008eab;
}

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before,
.h1:before, .h2:before, .h3:before, .sidebar .sx-navigation__entry-link:before, .h4:before, .h5:before, .h6:before {
    content: '[';
}

h1:after, h2:after, h3:after, h4:after, h5:after, h6:after,
.h1:after, .h2:after, .h3:after, .sidebar .sx-navigation__entry-link:after, .h4:after, .h5:after, .h6:after {
    content: ']';
}

h1, .h1 {
    margin-bottom: 50px;
}

@media (max-width: 768.98px) {
    h1, .h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

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

@media (max-width: 768.98px) {
    h2, .h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

h3, h4, h5, h6, .h3, .sidebar .sx-navigation__entry-link, .h4, .h5, .h6 {
    margin-bottom: 20px;
}

@media (max-width: 768.98px) {
    h3, h4, h5, h6, .h3, .sidebar .sx-navigation__entry-link, .h4, .h5, .h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

b, strong {
    font-weight: 600;
}

hr {
    border-top: 1px solid #fff;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="date"], select {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    letter-spacing: .15em;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
    font-size: 15px;
    text-transform: uppercase;
    min-height: 50px;
    font-weight: 600;
}

.sx-button {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
}

.sx-button--small {
    font-size: 16px !important;
    min-width: 180px !important;
    padding-top: .3375rem !important;
    padding-bottom: .3375rem !important;
}

.color-primary {
    color: #008eab;
}

.custom-control {
    cursor: pointer;
}

.custom-control .custom-control-label {
    cursor: pointer;
    line-height: 22px;
}

.custom-control .custom-control-label:before, .custom-control .custom-control-label:after {
    border: 1px solid #fff;
}

.custom-control.custom-checkbox {
    margin-bottom: 10px;
}

.custom-control.custom-checkbox .custom-control-label:before, .custom-control.custom-checkbox .custom-control-label:after {
    border-radius: 0;
    background-position: center;
}

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

.custom-control.custom-radio .custom-control-label:after {
    background-size: 0.8rem;
}

.custom-radio p {
    margin: 0;
    padding: 0;
}

.special-font-1 {
    color: #fff;
    line-height: 1.22;
    font-size: 14px;
}

.special-font-2 {
    color: #787877;
    line-height: 1.22;
    font-size: 14px;
}

.special-font-3 {
    color: #fff;
    line-height: 1.22;
    font-size: 12px;
}

.special-font-4 {
    color: #008eab;
    line-height: 1.22;
    font-size: 16px;
    font-weight: 600;
}

.special-font-5 {
    color: #fff;
    line-height: 1.22;
    text-transform: uppercase;
    font-size: 15px;
    font-family: proxima-nova-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.content-container {
    padding-top: 90px;
}

.shadow {
    position: relative;
}

.shadow:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}

.shadow--bt:before {
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0,0%,100%,0)));
    background: -o-linear-gradient(bottom, #000 0%, hsla(0,0%,100%,0) 100%);
    background: linear-gradient(0deg, #000 0%, hsla(0,0%,100%,0) 100%);
    top: auto;
    bottom: 0;
}

.shadow--lr:before {
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(hsla(0,0%,100%,0)));
    background: -o-linear-gradient(left, #000 0%, hsla(0,0%,100%,0) 100%);
    background: linear-gradient(90deg, #000 0%, hsla(0,0%,100%,0) 100%);
}

.shadow--w-30:before {
    width: 33.333%;
}

.shadow--h-30:before {
    height: 33.333%;
}

.shadow--w-50:before {
    width: 50%;
}

.shadow--h-50:before {
    height: 50%;
}

.full-height {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.sx-list-no-style {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
}

.sidebar {
    position: relative;
}

.sidebar-logo {
    width: 68px;
    margin-bottom: 50px;
}

.sidebar .sx-navigation__entry-link {
    color: #fff;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.sidebar .sx-navigation__entry-link:hover {
    color: #008eab;
}

.sidebar .sx-navigation__entry-link--active {
    color: #008eab;
}

.sidebar-footer .address {
    font-size: 16px;
    color: #787877;
}

.sidebar-footer .links {
    color: #787877;
    font-size: 16px;
}

.sidebar-footer .links a {
    display: inline-block;
    width: 100%;
    color: #787877;
    font-size: 16px;
}

.header {
    position: absolute;
    width: 100%;
    min-height: 60px;
    z-index: 1;
    text-align: center;
    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__navigation-container {
    position: absolute;
    max-width: 100%;
    width: 100vw;
    height: 100%;
    padding-top: 30px;
}

.header__container {
    display: block;
    height: 100%;
}

.header__container-content h2 {
    margin-bottom: 0;
}

.nav-container {
    height: 100%;
    overflow-y: scroll;
}

@media (max-width: 1079.98px) {
    .nav-container {
        overflow-y: scroll;
    }
}

.nav-container,
.sidebar-header {
    padding-left: 80px;
}

@media (max-width: 768.98px) {
    .nav-container,
    .sidebar-header {
        padding-left: 16px;
    }
}

#sidebar {
    width: 400px;
    min-width: 243px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1510;
    background-color: #000;
    background-size: 100%;
    background-size: cover;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -400px;
}

@media (max-width: 768.98px) {
    #sidebar {
        width: 243px;
    }
    #sidebar.active {
        margin-left: -243px;
    }
}

.sidebar-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 1200;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}

.sidebar-overlay.active {
    left: auto;
    right: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.home-grid {
    position: relative;
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
}

.home-grid-top, .home-grid-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.home-grid-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    max-height: 70vh;
    max-height: calc(var(--vh, 1vh) * 70);
    height: 100%;
}

.home-grid-top__left {
    width: 50%;
}

.home-grid-top__right {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.home-grid-top__right-top {
    height: 50%;
}

.home-grid-top__right-bottom {
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.home-grid-top__right-bottom__box {
    width: 50%;
}

.home-grid-bottom__box {
    display: inline-block;
}

.home-grid-box {
    color: #fff;
}

.home-grid-box--text-lb {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.home-grid-box--text-lb span {
    left: 15px;
    bottom: 15px;
}

.home-grid-box--text-rb {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.home-grid-box--text-rb span {
    right: 15px;
    bottom: 15px;
}

.home-grid-box--text-cc {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.home-grid-box--text-cc span {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.home-grid-box--text-color-black {
    color: #000 !important;
}

.home-grid-box--text-color-black:hover {
    color: #000 !important;
}

.home-grid-box--text-color-black span:hover {
    color: #000 !important;
}

.home-grid-box--bg-white {
    background-color: #fff;
}

.home-grid-box--bg-black {
    background-color: #000;
}

.home-grid-box--bg-primary {
    background-color: #008eab;
}

.home-grid-box--bg-primary:hover {
    color: #fff !important;
}

.home-grid-box--bg-primary span:before, .home-grid-box--bg-primary span:after {
    color: #fff;
}

.home-grid-box-image-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.home-grid-box-image-link:hover {
    color: #008eab;
    text-decoration: none;
}

.home-grid-box-image-link img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.home-grid-box span, .home-grid-box a {
    z-index: 1;
    margin-bottom: 0;
}

.home-grid-box span:hover, .home-grid-box a:hover {
    color: #fff;
}

.home-grid-box-link {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.home-grid-box-link span {
    position: absolute;
}

.home-grid-box-link:hover {
    opacity: .8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 768.98px) {
    .home-grid {
        position: relative;
        width: 100vw;
        height: auto;
        max-width: 100%;
        max-height: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .home-grid-box {
        color: #fff;
    }
    .home-grid-box--text-lb {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .home-grid-box--text-rb {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .home-grid-box--text-cc {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        text-align: center;
    }
    .home-grid-box--text-color-black {
        color: #000 !important;
    }
    .home-grid-box--text-color span:hover {
        color: #000 !important;
    }
    .home-grid-box--bg-white {
        background-color: #fff;
    }
    .home-grid-box--bg-black {
        background-color: #000;
    }
    .home-grid-box--bg-primary {
        background-color: #008eab;
    }
    .home-grid-box--bg-primary:hover {
        color: #fff !important;
    }
    .home-grid-box--bg-primary span:before, .home-grid-box--bg-primary span:after {
        color: #fff;
    }
    .home-grid-box-image-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
                align-content: flex-start;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        padding: 16px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-size: cover;
    }
    .home-grid-box-image-link:hover {
        color: #008eab;
        text-decoration: none;
    }
    .home-grid-box span, .home-grid-box a {
        z-index: 1;
        margin-bottom: 0;
    }
    .home-grid-box span:hover, .home-grid-box a:hover {
        color: #fff;
    }
    .home-grid-box--full {
        width: 100%;
        height: 82vw;
    }
    .home-grid-box--half {
        width: 50%;
        height: 50vw;
    }
    .home-grid-box--logo {
        width: 100%;
        height: 100vw;
    }
    .home-grid-box-link {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .home-grid-box-link:hover {
        opacity: .8;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
}

.type-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: cover;
}

.type-container .type-content {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.type-container .type-content-text {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

@media (max-width: 768.98px) {
    .type-container .type-content-text h1 {
        font-size: 30px;
    }
}

.type-container .type-content-text-p {
    font-size: 22px;
}

@media (max-width: 768.98px) {
    .type-container .type-content-text-p {
        font-size: 20px;
    }
}

.type-info-container-wrapper {
    position: relative;
    height: 100%;
    background-color: #181818;
}

.type-info-container-box {
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 100%;
    background-color: #181818;
    width: 100%;
}

@media (max-width: 1079.98px) {
    .type-info-container-box {
        height: auto;
    }
}

.type-info-container-box.active {
    z-index: 1000;
    -ms-touch-action: none;
        touch-action: none;
}

@media (max-width: 1079.98px) {
    .type-info-container-box.active {
        -ms-touch-action: auto;
            touch-action: auto;
    }
}

.type-info-container-box-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #008eab;
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    z-index: 1010;
    text-align: center;
    line-height: 34px;
}

.type-info-container-box-close.active {
    display: inline-block;
}

.type-info-container-box-close-button {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 1020;
    line-height: 32px;
}

.type-info-container-box-close-button:hover {
    color: #fff;
}

.type-info-container-box .js-type-box {
    cursor: pointer;
}

.type-info-container__data {
    font-size: 14px;
}

.type-info-container__data-spaceholder {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
}

.type-info-container__data-first, .type-info-container__data-second, .type-info-container__data-last {
    display: inline-block;
    width: 100%;
}

.type-info-container__data-first {
    height: 40px;
    line-height: 40px;
}

@media (max-width: 1079.98px) {
    .type-info-container__data-first {
        font-size: 12px;
        color: #787877;
        line-height: 30px;
        height: auto;
    }
}

.type-info-container__data-second {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    height: 45px;
    line-height: 1.2;
}

@media (max-width: 1079.98px) {
    .type-info-container__data-second {
        font-size: 14px;
        color: #787877;
        height: auto;
    }
}

.type-info-container__data-last {
    font-size: 16px;
    font-weight: bold;
}

.type-info-container__data-list {
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
}

.type-info-container__data-list-item {
    border-top: 1px solid #222;
    line-height: 40px;
}

.type-info-container__data-list-item-text {
    display: inline-block;
    width: 100%;
}

@media (max-width: 1079.98px) {
    .type-info-container__data-list-item-text {
        font-size: 12px;
        color: #787877;
    }
}

.type-info-container__image {
    text-align: center;
    background-color: #181818;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 140px;
}

@media (max-width: 1079.98px) {
    .type-info-container__image {
        max-height: none;
        height: auto;
    }
}

.type-info-container__image h3 {
    margin-bottom: 0;
}

.type-info-container__values {
    text-align: center;
    background-color: #181818;
    line-height: 1.2;
    padding-top: 18px;
    padding-bottom: 1px;
}

@media (max-width: 1079.98px) {
    .type-info-container__values h3 {
        font-size: 20px;
    }
}

.type-info-container__values-value {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #008eab;
    font-weight: bold;
    padding: 0 5px 5px 5px; /* 0 35px 5px 35px */
    height: 45px;
}

.type-info-container__values-box {
    background-color: #008eab;
    color: #fff;
    margin: 12px 12px 18px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    text-decoration: none;
    min-height: 80px;
}

.type-info-container__values-box-wrapper {
    text-align: center;
    background-color: #181818;
    line-height: 1.2;
    padding-bottom: 1px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.type-info-container__values-box--white {
    background-color: #fff;
    color: #008eab;
}

.type-info-container__values-box-label, .type-info-container__values-box-price, .type-info-container__values-box-info {
    display: inline-block;
    width: 100%;
}

.type-info-container__values-box-label {
    font-size: 12px;
    margin-bottom: 5px;
}

.type-info-container__values-box-price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.type-info-container__values-box-info {
    font-size: 12px;
}

.type-info-container__values-dots {
    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-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding: 15px 0;
    min-height: 40px;
}

@media (max-width: 1079.98px) {
    .type-info-container__values-dots {
        padding: 0;
    }
}

.type-info-container__values-dots-dot {
    display: inline-block;
    background-color: #008eab;
    border: 1px solid #008eab;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.type-info-container__values-dots-dot--empty {
    background-color: transparent;
}

.type-info-container__values--line {
    border-top: 1px solid #222;
}

.type-info-container__values-list {
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.type-info-container__values-labels {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 40px;
}

@media (max-width: 1079.98px) {
    .type-info-container__values-labels {
        line-height: 1.5;
        padding: 15px 0;
        display: inline-block;
    }
}

.type-info-container__values-labels-icon {
    color: #008eab;
}

.type-info-container__values-labels-icon:before, .type-info-container__values-labels-icon:before {
    position: relative;
}

.type-info-container__values-labels--deactivated {
    color: #787877;
}

.type-info-container .js-type-box {
    width: 100%;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    height: 395px;
}

.type-info-container .js-type-box .js-type-box--inner--flip {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.type-info-container .js-type-box--inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s, -o-transform 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.type-info-container .js-type-box--front, .type-info-container .js-type-box--back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #181818;
}

.type-info-container .js-type-box--back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.type-info-container__type-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 0;
    padding: 0;
    min-width: 300px;
}

.type-info-container__type-list:after {
    content: '';
    clear: both;
}

.type-info-container__type-list-item {
    float: left;
}

.type-info-container__type-list-item-link {
    display: inline-block;
    text-decoration: none;
    padding: 23px;
    background-color: transparent;
}

.type-info-container__type-list-item-link.active {
    color: #fff;
    background-color: #008eab;
}

.type-info-container__type-list-item-link.active .type-info-container__type-list-item-link-text:before, .type-info-container__type-list-item-link.active .type-info-container__type-list-item-link-text:after {
    color: #fff;
}

.type-info-container__type-list-item-link-text {
    color: #fff;
}

.type-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 110;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}

.type-overlay.active {
    left: auto;
    right: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.story-container .story-detail {
    margin-bottom: 24px;
}

.story-container .story-detail-link {
    position: relative;
    display: inline-block;
}

.story-container .story-detail-link-text {
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin-bottom: 0 !important;
}

.story-detail-container {
    font-size: 22px;
}

.story-detail-container-content {
    padding-top: 370px;
    padding-bottom: 300px;
}

@media (max-width: 1249.98px) {
    .story-detail-container-content {
        padding-top: 270px;
        padding-bottom: 200px;
    }
}

.story-detail-container-image {
    height: 100%;
    width: 100%;
    max-width: 100vw;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    z-index: -1;
    overflow: hidden;
}

.einstellungen-container {
    padding-top: 100px;
}

.einstellungen-container-data-list {
    font-size: 14px;
    display: table;
    margin-bottom: 90px;
}

.einstellungen-container-data-list:after {
    clear: both;
}

.einstellungen-container-data-list dt, .einstellungen-container-data-list dd {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.einstellungen-container-data-list dd {
    font-weight: bold;
}

.fancybox-overlay {
    background-color: #000;
}

.fancybox-item.fancybox-close {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background-image: none;
    color: #fff;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
}

.fancybox-item.fancybox-close: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;
}

.popup {
    width: 100%;
    color: #fff;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
}

.popup-header {
    text-align: center;
    height: 58px;
}

.popup-header-title {
    line-height: 58px;
}

.popup-content {
    position: relative;
    height: calc(100vh - 58px);
    overflow: hidden;
    display: inline-block;
}

.popup-content-image {
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.popup-content-menu {
    position: absolute;
    left: 0;
    top: 100px;
}

.popup-content-menu-list {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.popup-content-menu-list-item-link {
    text-decoration: none;
}

.popup-content-menu-list-item-link-text {
    display: inline-block;
    color: #fff;
    margin-bottom: 40px;
}

.popup-content--lightbox {
    text-align: center;
    width: 100%;
    display: block;
}

.popup-content--lightbox img {
    max-width: 1080px;
}

@media (max-width: 1079.98px) {
    .popup-content--lightbox img {
        max-width: 100%;
    }
}

@media (max-width: 1079.98px) {
    .popup-content--lightbox {
        padding: 18px;
    }
    .popup-content--lightbox .popup-content-image {
        min-height: auto;
    }
}

.img-comp-container {
    position: relative;
    height: 200px;
    /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196f3;
    opacity: 0.7;
    border-radius: 50%;
}

.options-container__label-text {
    display: inline-block;
    width: 100%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 15px;
    margin-top: 360%;
    text-transform: uppercase;
}

@media (max-width: 1079.98px) {
    .options-container__label-text {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
        margin-top: auto;
        margin-bottom: 25px;
    }
}

.options-container__option {
    position: relative;
    display: block;
}

.options-container__option-link {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.options-container__option-link i:before, .options-container__option-link i:before {
    position: relative;
}

.options-container__option-radio-label {
    display: block;
    margin-bottom: 24px;
    background-color: #000;
    opacity: 1;
    cursor: pointer;
}

.options-container__option-radio-label-text {
    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%);
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    z-index: 1;
}

.options-container__option-radio-label-image {
    opacity: .85;
}

.options-container__option-radio-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    border: 0;
}

.options-container__option-radio-input:checked, .options-container__option-radio-input:checked + label, .options-container__option-radio-input:checked ~ .options-container__option-radio-label {
    border: 2px solid #fff;
    background-color: #008eab !important;
}

.options-container__option-radio-input:checked .options-container__option-radio-label-image, .options-container__option-radio-input:checked + label .options-container__option-radio-label-image, .options-container__option-radio-input:checked ~ .options-container__option-radio-label .options-container__option-radio-label-image {
    opacity: .3;
}

.options-container__option-radio-input--show ~ .options-container__option-radio-label {
    opacity: 1 !important;
}

.options-container__option-radio-input:disabled ~ .options-container__option-radio-label {
    opacity: 1;
    background-color: #000;
}

.options-container__option-radio-input:disabled ~ .options-container__option-radio-label .options-container__option-radio-label-image {
    opacity: .35;
}

.options-container__summary {
    position: relative;
}

.options-container__summary h2 {
    font-size: 20px !important;
}

.options-container__summary-box {
    background-color: #444;
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
}

.options-container__summary-edit {
    color: #008eab;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.options-container__summary-position {
    margin-bottom: 15px;
}

.options-container__summary-position-label {
    font-size: 15px;
    text-transform: uppercase;
}

.options-container__summary-position-text {
    font-size: 12px;
    margin-bottom: 15px;
}

.options-container__summary-position-price {
    font-size: 15px;
    text-align: right;
    width: 100%;
    display: inline-block;
}

.options-container__summary-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
}

.options-container__summary-total-text {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.options-container__summary-total-price {
    font-size: 20px;
    text-align: right;
    display: inline-block;
}

.options-container__summary-button-title {
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.options-container__summary-button-title:before, .options-container__summary-button-title:after {
    color: #fff;
}

.options-container__summary-button-text {
    font-size: 16px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 2px;
    height: 9999px;
    left: 50%;
    margin-left: -1px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: hsla(0,0%,100%,.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 10px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -10px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -10px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent;
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: transparent;
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0,0,0,.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -42px;
    border: 2px solid #fff;
    border-radius: 1000px;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 42px;
    -webkit-box-shadow: 0 2px 0 #fff,none;
            box-shadow: 0 2px 0 #fff,none;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 42px;
    -webkit-box-shadow: 0 -2px 0 #fff,none;
            box-shadow: 0 -2px 0 #fff,none;
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 42px;
    -webkit-box-shadow: 2px 0 0 #fff,none;
            box-shadow: 2px 0 0 #fff,none;
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 42px;
    -webkit-box-shadow: -2px 0 0 #fff,none;
            box-shadow: -2px 0 0 #fff,none;
}

.twentytwenty-left-arrow {
    border-right: 10px solid #008eab;
    left: 50%;
    margin-left: -25px;
}

.twentytwenty-right-arrow {
    border-left: 10px solid #008eab;
    right: 50%;
    margin-right: -25px;
}

.twentytwenty-up-arrow {
    border-bottom: 10px solid #008eab;
    top: 50%;
    margin-top: -25px;
}

.twentytwenty-down-arrow {
    border-top: 10px solid #008eab;
    bottom: 50%;
    margin-bottom: -25px;
}

.twentytwenty-wrapper {
    min-height: 100% !important;
}

.twentytwenty-container {
    min-height: calc(100vh - 58px) !important;
}

.twentytwenty-before, .twentytwenty-after {
    min-height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
}

.twentytwenty-handle {
    background-color: #fff;
}

.login-logo {
    margin-bottom: 20px;
}

.login-footer-passwort {
    font-size: 14px;
}

.password-logo {
    margin-bottom: 20px;
}

.price-configuration-container__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-configuration-container__list-item-title {
    display: inline-block;
}

.price-configuration-container__list-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 45px;
}
