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

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

/* helper-classes */
.nopadding {
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
    .mw-sm-25 {
        max-width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .mw-sm-50 {
        max-width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .mw-sm-75 {
        max-width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .mw-sm-100 {
        max-width: 100% !important;
    }
    .mw-sm-auto {
        max-width: auto !important;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .mw-sm-10 {
        max-width: 10% !important;
    }
    .w-sm-33 {
        width: 33% !important;
    }
    .mw-sm-33 {
        max-width: 33% !important;
    }
    .w-sm-66 {
        width: 66% !important;
    }
    .mw-sm-66 {
        max-width: 66% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .mh-sm-25 {
        max-height: 25% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .mh-sm-50 {
        max-height: 50% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .mh-sm-75 {
        max-height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
    .mh-sm-100 {
        max-height: 100% !important;
    }
    .mh-sm-auto {
        max-height: auto !important;
    }
    .h-sm-10 {
        height: 10% !important;
    }
    .mh-sm-10 {
        max-height: 10% !important;
    }
    .h-sm-33 {
        height: 33% !important;
    }
    .mh-sm-33 {
        max-height: 33% !important;
    }
    .h-sm-66 {
        height: 66% !important;
    }
    .mh-sm-66 {
        max-height: 66% !important;
    }
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .w-md-25 {
        width: 25% !important;
    }
    .mw-md-25 {
        max-width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .mw-md-50 {
        max-width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .mw-md-75 {
        max-width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .mw-md-100 {
        max-width: 100% !important;
    }
    .mw-md-auto {
        max-width: auto !important;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .mw-md-10 {
        max-width: 10% !important;
    }
    .w-md-33 {
        width: 33% !important;
    }
    .mw-md-33 {
        max-width: 33% !important;
    }
    .w-md-66 {
        width: 66% !important;
    }
    .mw-md-66 {
        max-width: 66% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .mh-md-25 {
        max-height: 25% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .mh-md-50 {
        max-height: 50% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .mh-md-75 {
        max-height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .mh-md-100 {
        max-height: 100% !important;
    }
    .mh-md-auto {
        max-height: auto !important;
    }
    .h-md-10 {
        height: 10% !important;
    }
    .mh-md-10 {
        max-height: 10% !important;
    }
    .h-md-33 {
        height: 33% !important;
    }
    .mh-md-33 {
        max-height: 33% !important;
    }
    .h-md-66 {
        height: 66% !important;
    }
    .mh-md-66 {
        max-height: 66% !important;
    }
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
    .mw-lg-25 {
        max-width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .mw-lg-50 {
        max-width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .mw-lg-75 {
        max-width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .mw-lg-100 {
        max-width: 100% !important;
    }
    .mw-lg-auto {
        max-width: auto !important;
    }
    .w-lg-10 {
        width: 10% !important;
    }
    .mw-lg-10 {
        max-width: 10% !important;
    }
    .w-lg-33 {
        width: 33% !important;
    }
    .mw-lg-33 {
        max-width: 33% !important;
    }
    .w-lg-66 {
        width: 66% !important;
    }
    .mw-lg-66 {
        max-width: 66% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .mh-lg-25 {
        max-height: 25% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .mh-lg-50 {
        max-height: 50% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .mh-lg-75 {
        max-height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .mh-lg-100 {
        max-height: 100% !important;
    }
    .mh-lg-auto {
        max-height: auto !important;
    }
    .h-lg-10 {
        height: 10% !important;
    }
    .mh-lg-10 {
        max-height: 10% !important;
    }
    .h-lg-33 {
        height: 33% !important;
    }
    .mh-lg-33 {
        max-height: 33% !important;
    }
    .h-lg-66 {
        height: 66% !important;
    }
    .mh-lg-66 {
        max-height: 66% !important;
    }
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-25 {
        width: 25% !important;
    }
    .mw-xl-25 {
        max-width: 25% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .mw-xl-50 {
        max-width: 50% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .mw-xl-75 {
        max-width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .mw-xl-100 {
        max-width: 100% !important;
    }
    .mw-xl-auto {
        max-width: auto !important;
    }
    .w-xl-10 {
        width: 10% !important;
    }
    .mw-xl-10 {
        max-width: 10% !important;
    }
    .w-xl-33 {
        width: 33% !important;
    }
    .mw-xl-33 {
        max-width: 33% !important;
    }
    .w-xl-66 {
        width: 66% !important;
    }
    .mw-xl-66 {
        max-width: 66% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .mh-xl-25 {
        max-height: 25% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .mh-xl-50 {
        max-height: 50% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .mh-xl-75 {
        max-height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .mh-xl-100 {
        max-height: 100% !important;
    }
    .mh-xl-auto {
        max-height: auto !important;
    }
    .h-xl-10 {
        height: 10% !important;
    }
    .mh-xl-10 {
        max-height: 10% !important;
    }
    .h-xl-33 {
        height: 33% !important;
    }
    .mh-xl-33 {
        max-height: 33% !important;
    }
    .h-xl-66 {
        height: 66% !important;
    }
    .mh-xl-66 {
        max-height: 66% !important;
    }
    .h-xl-auto {
        height: auto !important;
    }
}

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

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

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

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

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

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

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

/* fixes */
/** lightbox fix */
.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

/* 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: 992px) {
    body {
        /* 18px */
        font-size: 1.125rem;
        line-height: 1.55;
    }
    h1, .h1 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h2, .h2 {
        /* 30px */
        font-size: 1.875rem;
    }
    h3, .h3 {
        /* 25px */
        font-size: 1.5625rem;
    }
    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: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler {
    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;
}

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

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

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

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

@media (min-width: 992px) {
    .sx-navigation__sub-navigation {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ccc;
        top: 100%;
        min-width: 110%;
        -webkit-box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
                box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry {
        position: relative;
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry > .sx-navigation__sub-navigation {
        top: 0;
        left: 101%;
        left: calc(100% + 1px);
    }
    .sx-navigation__sub-navigation .sx-navigation__subnavi-indicator {
        display: block;
    }
    .sx-navigation__list-entry: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.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* cookie */
.privacy-popup {
    background-color: #1e1e1e;
    background-color: rgba(30,30,30,.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: #1e1e1e;
    -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;
}

/* Header */
.header {
    min-height: 85px;
    background-color: #fff;
    -webkit-box-shadow: 1px -6px 8px #000;
            box-shadow: 1px -6px 8px #000;
    padding: 27px 0 21px;
}

@media (max-width: 991.98px) {
    .header {
        min-height: 60px;
        padding: 10px 0;
    }
}

.header .desktop-logo {
    max-width: 250px;
}

@media (max-width: 991.98px) {
    .header .desktop-logo {
        max-width: 170px;
    }
}

.header .sx-navigation .nav-item .nav-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #4a5257;
    padding: 9px 10px;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .header .sx-navigation .nav-item .nav-link {
        padding: 5px 0px;
    }
}

.header .sx-navigation .nav-item .nav-link.sx-navigation__entry-link--active, .header .sx-navigation .nav-item .nav-link:hover {
    color: #2d2dc9;
}

.header .sx-navigation .nav-item .nav-link.home {
    color: #4a5257;
}

@media (max-width: 991.98px) {
    .header .sx-navigation .nav-item {
        text-align: center;
    }
}

.header .login-btn {
    margin-left: 30px;
}

@media (max-width: 991.98px) {
    .header .login-btn {
        text-align: center;
        margin-left: 0;
    }
}

.header .language-select {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 15px;
}

@media (max-width: 991.98px) {
    .header .language-select {
        margin-left: 0;
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.header .language-select li {
    list-style-type: none;
    position: relative;
}

.header .language-select li a {
    padding: 9px 10px;
    font-weight: 700;
    font-size: 14px;
    color: #4a5257;
    text-decoration: none;
    display: inline-block;
}

.header .language-select li a.active {
    color: #2d2dc9;
}

.header .language-select li:before {
    position: absolute;
    left: -2px;
    top: 8px;
    font-size: 14px;
    content: "|";
    color: #4a5257;
}

.header .language-select li:first-of-type:before {
    display: none;
}

@media (max-width: 991.98px) {
    .header .language-select li:first-of-type a {
        padding-left: 0;
    }
    .header .language-select li:last-of-type a {
        padding-right: 0;
    }
}

/* Sub Navigation */
.sub-navigation {
    margin-bottom: 70px;
}

.sub-navigation .nav .nav-item .nav-link {
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #1e1e1e;
}

@media (max-width: 768.98px) {
    .sub-navigation .nav .nav-item .nav-link {
        padding: 8px 0;
    }
}

.sub-navigation .nav .nav-item .nav-link span {
    padding-bottom: 9px;
    border-bottom: 3px solid #1e1e1e;
}

.sub-navigation .nav .nav-item .nav-link:hover, .sub-navigation .nav .nav-item .nav-link.active {
    color: #2d2dc9;
}

.sub-navigation .nav .nav-item .nav-link:hover span, .sub-navigation .nav .nav-item .nav-link.active span {
    border-bottom-color: #2d2dc9;
}

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

.sub-navigation .nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
}

/* Footer */
.main-footer {
    background: #2d2dc9;
    padding: 70px 0 77px;
    color: #fff;
}

@media (max-width: 768.98px) {
    .main-footer {
        padding: 40px 0 40px;
    }
}

.main-footer .nav {
    margin-bottom: 85px;
}

@media (max-width: 768.98px) {
    .main-footer .nav {
        margin-bottom: 30px;
    }
}

.main-footer .nav li {
    position: relative;
}

.main-footer .nav li a {
    padding: 5px 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.main-footer .nav li a:hover, .main-footer .nav li a.active {
    color: #fff;
    text-decoration: underline;
}

.main-footer .nav li:before {
    content: '|';
    color: #fff;
    left: 0;
    top: 0;
}

.main-footer .nav li:first-of-type:before {
    display: none;
}

@media (max-width: 768.98px) {
    .main-footer .nav li:before {
        display: none;
    }
}

.main-footer .follow-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.main-footer .follow-icons .follow-icon {
    list-style-type: none;
    padding-right: 50px;
}

@media (max-width: 768.98px) {
    .main-footer .follow-icons .follow-icon {
        padding-right: 25px;
    }
}

.main-footer .follow-icons .follow-icon a {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.main-footer .follow-icons .follow-icon a .fa {
    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%);
}

.main-footer .follow-icons .follow-icon:last-of-type {
    padding-right: 0;
}

.seo-footer {
    margin-bottom: 95px;
    color: #707070;
}

.seo-footer-container {
    padding-top: 55px;
}

.seo-footer-container h4 {
    margin-bottom: 15px;
    font-weight: 500;
}

.seo-footer-container .country-list {
    margin-bottom: 85px;
    padding-left: 0;
}

.seo-footer-container .country-list li {
    list-style-type: none;
    margin-right: 13px;
    display: inline-block;
}

.seo-footer-container .country-list li a {
    text-decoration: none;
    color: #1e1e1e;
}

.seo-footer-container .country-list li a:hover {
    text-decoration: underline;
}

.seo-footer h4 {
    color: #a2a2a2;
    font-weight: 700;
}

/* Emo */
.emo {
    position: relative;
}

.emo.home {
    margin-bottom: 65px;
}

.emo .content-container {
    top: 30px;
    left: 0;
    right: 0;
    min-height: 190px;
    background-color: rgba(45,45,201,.6);
    position: absolute;
    padding: 35px 0;
}

@media (max-width: 1249.98px) {
    .emo .content-container {
        min-height: 80px;
    }
}

@media (max-width: 768.98px) {
    .emo .content-container {
        position: relative;
        top: 0;
        background-color: #2d2dc9;
    }
}

.emo .content-button {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
}

.emo .content .title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 1249.98px) {
    .emo .content .title {
        font-size: 35px;
    }
}

@media (max-width: 991.98px) {
    .emo .content .title {
        font-size: 25px;
    }
}

/* Breadcrumb */
.breadcrumb {
    font-size: 13px;
    margin-bottom: 55px;
}

@media (max-width: 991.98px) {
    .breadcrumb {
        margin-bottom: 30px;
    }
}

@media (max-width: 768.98px) {
    .breadcrumb {
        margin-bottom: 20px;
    }
}

.breadcrumb-container.has-subnavi .breadcrumb {
    margin-bottom: 35px;
}

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

.breadcrumb-item a:hover {
    color: #2d2dc9;
}

/* Buttons */
.sx-button {
    text-decoration: none;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.sx-button--small {
    font-size: 14px;
    min-width: 120px;
    min-height: 40px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

form textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    min-height: 190px;
    width: 100%;
}

form .custom-select {
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ebackground%3C/title%3E%3Cpath fill='none' d='M-1-1h582v402H-1z'/%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath stroke-width='2' stroke-miterlimit='10' stroke='%232D2DC9' fill='none' d='M21 8.5l-9 9-9-9'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
}

form .form-control,
form .custom-select,
form textarea,
form select.form-control:not([size]):not([multiple]) {
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #2d2dc9;
    height: 60px;
    background-color: transparent;
    color: #2d2dc9;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
}

form .form-control:focus,
form .custom-select:focus,
form textarea:focus,
form select.form-control:not([size]):not([multiple]):focus {
    border-color: #05f;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    color: #05f;
}

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: #2d2dc9;
    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: #2d2dc9;
    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: #2d2dc9;
    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: #2d2dc9;
    opacity: 1;
}

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

form .custom-select-container {
    position: relative;
}

form .custom-select-container:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='50' viewBox='0 0 50 50' width='50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h50v50H0z'/%3E%3Cpath d='M47.25 15l-2.086-2.086L25 33.078 4.836 12.914 2.75 15 25 37.25z'/%3E%3C/svg%3E");
}

form .custom-select-container .custom-select {
    background-image: none;
}

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

form .custom-control-label {
    padding-left: 45px;
    position: relative;
}

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

form .custom-control-input ~ .custom-control-label:before {
    background-color: transparent;
    border-color: #2d2dc9;
    border-width: 2px;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    width: 35px;
    height: 35px;
    left: 0;
    top: -0.15rem;
}

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

form .custom-control-input:checked ~ .custom-control-label:after {
    left: 5px;
    width: 25px;
    height: 25px;
    top: 3px;
    background-color: #2d2dc9;
    background-image: none !important;
}

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

/* General */
/* Headline */
h1, .h1 {
    text-transform: uppercase;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom: 10px;
    letter-spacing: 0.03em;
}

@media (max-width: 1249.98px) {
    h1, .h1 {
        font-size: 1.875rem;
    }
    h2, .h2 {
        font-size: 1.5625rem;
    }
    h3, .h3 {
        font-size: 1.375rem;
    }
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        font-size: 1.125rem;
    }
}

/* Strong/Bold */
b, strong {
    font-weight: 500;
}

/* Lead */
.lead p,
.lead {
    margin-bottom: 30px;
    font-size: 1.25rem;
    color: #4a5257;
    font-weight: 400;
}

@media (max-width: 1249.98px) {
    .lead p,
    .lead {
        font-size: 1.125rem;
    }
}

/* Spaces, paragraph */
body {
    letter-spacing: 0.01em;
}

@media (max-width: 1249.98px) {
    body {
        font-size: 1rem;
    }
}

.text-color-black,
.text-color-black a {
    color: #1e1e1e !important;
}

.sx-text-color-blue {
    color: #2d2dc9;
}

@media (max-width: 1249.98px) {
    p {
        margin-bottom: 30px;
    }
}

/* News */
.news-container {
    margin-bottom: 15px;
}

.news-container .news {
    background-color: #f3f3fc;
    height: 100%;
}

.news-container .news .date {
    color: #778086;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}

.news-container .news p {
    margin-bottom: 25px;
}

.news-container .news a {
    text-decoration: none;
}

.news-container .news .content {
    padding: 32px 30px 35px;
}

/* home intro */
.intro {
    background-color: #f4f4fc;
    padding: 60px 0 20px;
}

.intro-image img {
    max-width: 225px;
}

.back-link {
    padding-left: 30px;
    position: relative;
}

.back-link:before {
    content: '';
    width: 15px;
    height: 15px;
    left: 0px;
    top: 2px;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%232d2dc9}%3C/style%3E%3C/defs%3E%3Cpath id='Pfad_10' data-name='Pfad 10' class='cls-1' d='M8 0L6.545 1.455l5.506 5.506H0v2.078h12.052l-5.507 5.506L8 16l8-8z' transform='rotate(180 8 8)'/%3E%3C/svg%3E");
}

/* countries */
.more-countries {
    background-color: #f4f4fc;
    padding: 80px 0 85px;
}

.country-list .country {
    position: relative;
}

.country-list .country-content {
    z-index: 20;
    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;
    min-height: 72px;
    background-color: rgba(45,45,201,.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.country-list .country-content h3 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991.98px) {
    .sx-mb-50 {
        margin-bottom: 40px;
    }
    .sx-mb-65 {
        margin-bottom: 45px;
    }
    .sx-mb-75 {
        margin-bottom: 50px;
    }
    .sx-mb-85 {
        margin-bottom: 55px;
    }
    .sx-mb-100 {
        margin-bottom: 75px;
    }
    .sx-mb-120 {
        margin-bottom: 80px;
    }
    .sx-mb-200 {
        margin-bottom: 110px;
    }
}

/* custom select */
.custom-select-box {
    position: relative;
    width: 400px;
}

.custom-select-box .sx-button {
    text-transform: none;
}

@media (max-width: 991.98px) {
    .custom-select-box {
        width: auto;
    }
    .custom-select-box .sx-button {
        padding-right: 50px;
    }
}

.custom-select-box .active-item {
    display: block;
    cursor: pointer;
    position: relative;
}

.custom-select-box .active-item a:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ebackground%3C/title%3E%3Cpath fill='none' d='M-1-1h582v402H-1z'/%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23fff' d='M14.77 23.795L5.185 14.21a2.265 2.265 0 0 1 0-3.195l.8-.801a2.266 2.266 0 0 1 3.194 0l7.315 7.315 7.316-7.315a2.266 2.266 0 0 1 3.194 0l.8.801a2.265 2.265 0 0 1 0 3.195l-9.587 9.585a2.242 2.242 0 0 1-1.723.647 2.247 2.247 0 0 1-1.724-.647z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.custom-select-box > .optionsBox {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    background-color: #2d2dc9;
    left: 0;
    right: 0;
    z-index: 90;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
            box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    padding-left: 0;
}

.custom-select-box > .optionsBox li {
    list-style-type: none;
    padding-left: 0;
}

.custom-select-box > .optionsBox li a {
    line-height: 1.2;
    font-size: 18px;
    display: block;
    padding: 8px 13px;
    color: #fff;
    text-decoration: none;
}

.custom-select-box > .optionsBox li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.custom-select-box > .optionsBox li:last-child {
    margin-bottom: 0;
}

.custom-select-box.open > .optionsBox {
    display: block;
}

.custom-select-box.open .active-item a:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
         -o-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

/* share */
.share {
    text-align: right;
    padding-left: 0;
}

@media (max-width: 575.98px) {
    .share {
        text-align: left;
        padding-top: 20px;
    }
}

.share li {
    list-style-type: none;
}

.share li:before {
    display: none;
}

.share li a {
    padding: 0 15px;
    display: inline-block;
}

@media (max-width: 768.98px) {
    .share li a {
        padding: 0 10px;
    }
}

.share li a .share-icon {
    height: 15px;
}

.share li a:hover i {
    color: #05f;
}

.share li:last-of-type a {
    padding-right: 0;
}

.video-container:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../img/icons/play.svg");
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* image overlay */
.image-container a {
    position: relative;
    display: block;
}

.image-container a:after {
    content: '';
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #2d2dc9;
    opacity: 0.4;
}

.image-container a:hover:after {
    visibility: visible;
}

.sx-responsive-image-container,
a.country {
    position: relative;
}

.sx-responsive-image-container:after,
a.country:after {
    content: '';
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #2d2dc9;
    opacity: 0.4;
    z-index: 10;
}

.sx-responsive-image-container:hover:after,
a.country:hover:after {
    visibility: visible;
}

/* River Detail */
.custom-collapse-header {
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 90px;
    margin-bottom: 50px;
}

.custom-collapse-header span {
    text-decoration: underline;
    color: #2d2dc9;
}

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

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

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

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

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

.custom-collapse-header.closed .custom-collapse-teaser {
    display: block;
    text-align: left;
}

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

.infrastructure-list {
    margin-bottom: 0;
    padding-left: 0;
}

.infrastructure-list li {
    list-style-type: none;
}

.infrastructure-list li img {
    max-width: 37px;
}

.characteristic {
    background-color: #f3f3fc;
    padding: 50px 55px 25px;
}

@media (max-width: 768.98px) {
    .characteristic {
        padding: 35px 20px;
    }
}

.image-border {
    border: 1px solid #707070;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%232d2dc9'/%3E%3C/svg%3E") !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%232d2dc9'/%3E%3C/svg%3E") !important;
}

/* more infos */
.more-information {
    margin-bottom: 40px;
}

.more-information .locked {
    margin-bottom: 80px;
    min-height: 370px;
    padding: 80px 20px 20px;
    background-color: #2d2dc9;
    position: relative;
    color: #fff;
}

.more-information .locked .login-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.more-information .locked .sx-button {
    min-width: 220px;
}

.more-information .locked p {
    font-size: 20px;
}

.more-information .locked:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-bottom: 40px;
    background: #2d2dc9;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

/* Search */
.search-form .form-control {
    text-transform: none;
    padding-right: 50px;
}

.search-form .form-control-container {
    position: relative;
}

.search-form .form-control-container:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 39px;
    height: 39px;
    background-size: 39px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../img/icons/search.svg");
}

/* Login Abo */

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