/* 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;
    min-height: 100vh;
}

#outer-wrapper {
    min-height: 100vh;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

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

::selection {
    background: #e5352c;
    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: 1024px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: 1024px) {
    body {
        /* 15px */
        font-size: 0.9375rem;
        line-height: 1.3;
    }
    h1, .h1 {
        /* 30px */
        font-size: 1.875rem;
    }
    h2, .h2 {
        /* 25px */
        font-size: 1.5625rem;
    }
    h3, .h3 {
        /* 18px */
        font-size: 1.125rem;
    }
    h4, .h4 {
        /* 16px */
        font-size: 1rem;
    }
    h5, .h5 {
        /* 16px */
        font-size: 1rem;
    }
    h6, .h6 {
        /* 14px */
        font-size: 0.875rem;
    }
}

/* 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;
}

.form-control.form-upload {
	min-height:54px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler {
    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: 1024px) {
    .sx-navigation__subnavi-indicator {
        display: none;
        padding-right: 1rem !important;
    }
}

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

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

@media (min-width: 1024px) {
    .sx-navigation__sub-navigation {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #f0eeec;
        top: 100%;
        left: -135px;
        /*min-width: 110%;*/
        min-width: 400px;
        -webkit-box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
                box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
        padding: 35px 15px;
    }
    .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: 1024px) {
    .sx-navigation--standard {
        width: auto;
		min-width:88%;
    }
}

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

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

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

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

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

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

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

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

/* slide navigation */
.header__container {
    position: relative;
}

.header__container:after {
    content: '';
    /*width: 50%;*/
	width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
}

@media (min-width: 1024px) {
    .header__container:after {
        background-color: #e5352c;
    }
}

.header__container-content {
    position: relative;
    z-index: 25;
    max-width: 100%;
}

@media (min-width: 1024px) and (max-width: 1249.98px) {
    .header__container-content {
        max-width: 980px;
    }
}

@media (min-width: 1024px) {
    .header__container-content {
        max-width: 1344px;
    }
}

.header__container .header__navigation-container {
    background-color: #e5352c;
    padding-top: 10px;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
    .header__container .header__navigation-container {
        background: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.header__container .header__logo .img-fluid {
    height: 75px;
    padding: 10px 0;
}

@media (min-width: 1024px) {
    .header__container .header__logo .img-fluid {
        height: auto;
        padding: 0;
    }
}

.sx-navigation--standard .search {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .search {
        position: absolute;
        right: 10px;
        top: 58px;
        padding-top: 0;
        padding-left: 0;
        display: inline;
    }
}

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

.sx-navigation--standard .btn {
    display: inline-block;
    min-height: 0;
    background: none;
    border: none;
    color: #fff;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .btn {
        display: none;
    }
}

.sx-navigation--standard.sx-navigation > .sx-navigation__list {
    background-color: #e5352c;
    padding: 0;
    position: relative;
}

@media (min-width: 1024px) {
    .sx-navigation--standard.sx-navigation > .sx-navigation__list {
        padding: 0 35px 0 15px;
    }
}

@media (min-width: 1250px) {
    .sx-navigation--standard.sx-navigation > .sx-navigation__list {
        padding: 0 80px 0 40px;
    }
}

.sx-navigation--standard.sx-navigation > .sx-navigation__list:before {
    content: none;
    width: 0;
    height: 0;
    border-top: 73px solid #fff;
    border-bottom: 73px solid #e5352c;
    /*border-left: 20px solid #fff;
    border-right: 20px solid #e5352c;*/
	border-left: 15px solid #fff;
    border-right: 15px solid #e5352c;
    position: absolute;
    top: 0;
    /*left: -40px;*/
	left: -30px;
}

@media (min-width: 1024px) {
    .sx-navigation--standard.sx-navigation > .sx-navigation__list:before {
        content: '';
    }
}

.sx-navigation--standard.sx-navigation .sx-navigation__entry-link.nav-link {
    font-family: "CorporateSW01-Extrabold 885809", sans-serif;
    color: #fff;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

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

.sx-navigation--standard.sx-navigation > .sx-navigation__list > .sx-navigation__list-entry > .sx-navigation__entry-container > .sx-navigation__entry-link.nav-link:hover:before {
    content: none;
    /*width: 60%;*/
	width: calc(100% - 50px);
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 50px;
    /*left: 20%;*/
	left: 25px;
}

@media (min-width: 1024px) {
    .sx-navigation--standard.sx-navigation > .sx-navigation__list > .sx-navigation__list-entry > .sx-navigation__entry-container > .sx-navigation__entry-link.nav-link:hover:before {
        content: '';
    }
}

.sx-navigation--standard .sx-navigation__sub-navigation {
    background-color: #e5352c;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .sx-navigation__sub-navigation {
        background-color: #f0eeec;
    }
}

.sx-navigation--standard .sx-navigation__sub-navigation:before {
    content: none;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #f0eeec;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .sx-navigation__sub-navigation:before {
        content: '';
    }
}

.sx-navigation--standard .sx-navigation__sub-navigation .sx-navigation__entry-link.nav-link {
    color: #fff;
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px;
	
	font-family: "Corporate A W01 Regular", sans-serif;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .sx-navigation__sub-navigation .sx-navigation__entry-link.nav-link {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 8px 40px;
        font-size: 18px;
        line-height: 26px;
        color: #747476;
    }
}

.sx-navigation--standard .sx-navigation__sub-navigation .sx-navigation__entry-link.nav-link:before {
    content: none;
    position: absolute;
    left: 20px;
    top: 15px;
    border-radius: 0 6px 6px 0;
    width: 6px;
    height: 12px;
    background-color: #747476;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .sx-navigation__sub-navigation .sx-navigation__entry-link.nav-link:before {
        content: '';
    }
}

@media (min-width: 1024px) {
    .sx-navigation--standard .sx-navigation__sub-navigation .sx-navigation__entry-link.nav-link:hover {
        background-color: #e5352c;
        color: #fff;
    }
}

.sx-navigation--standard .sx-navigation__sub-navigation .sx-navigation__entry-link.nav-link:hover:before {
    background-color: #fff;
}

/* footer */
#footer {
    font-family: Corporate S W01 Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: auto !important;
}

#footer a {
    color: #fff;
}

#footer .footer-logo img {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 15px;
    display: block;
}

@media (min-width: 769px) {
    #footer .footer-logo img {
        padding-left: 53px;
        padding-bottom: 0;
        display: inline;
    }
}

#footer .footer-logo img:first-child {
    padding-top: 0;
    padding-left: 0;
	padding-bottom: 35px;
}

@media (min-width: 769px) {
    #footer .footer-logo img:first-child {
        padding-top: 29px;
		padding-bottom:0;
    }
}

#footer nav.footer {
    text-align: left;
}

@media (min-width: 769px) {
    #footer nav.footer {
        text-align: right;
    }
}

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

#footer .footer-bottom {
    padding: 20px 0 30px;
    border-top: 2px solid #999;
}

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

/* cookie */
.privacy-popup {
    background-color: #e5352c;
    background-color: rgba(229,53,44,.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: #e5352c;
    -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;
}

body {
    font-family: "Corporate A W01 Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #747476;
}
@media (min-width: 1024px) {
	body {
		font-size: 18px;
    	line-height: 26px;
	}
}

h1, .h1 {
    font-family: "CorporateSW01-Extrabold 885809", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

h2, .h2 {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

h3, .h3 {
    font-family: "Corporate S W01 Light", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

h4, .h4 {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

h4.border-title {
    padding: 22px 0;
    border-top: 2px solid #e5352c;
    border-bottom: 2px solid #e5352c;
    margin-bottom: 75px;
}

h5, .h5 {
    font-family: "CorporateSW01-Extrabold 885809", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}

h6, .h6 {
    font-family: "CorporateSW01-Extrabold 885809", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #e5352c;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white {
    color: #fff;
}

@media (min-width: 1024px) {
	h1, .h1 {
		font-size: 40px;
		line-height: 1.13;
	}

	h2, .h2 {
		font-size: 28px;
		line-height: 1.21;
	}

	h3, .h3 {
		font-size: 28px;
		line-height: 1.21;
	}

	h4, .h4 {
		font-size: 24px;
		line-height: 1.33;
	}

	h4.border-title {
		padding: 22px 0;
		border-top: 2px solid #e5352c;
		border-bottom: 2px solid #e5352c;
		margin-bottom: 75px;
	}

	h5, .h5 {
		font-size: 18px;
		line-height: 1.44;
		margin-bottom: 20px;
	}

	h6, .h6 {
		font-size: 18px;
		line-height: 1.44;
	}
}

.mb-headline-standard {
    margin-bottom: 120px;
}

.mb-headline-special {
    margin-bottom: 25px;
}

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

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

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

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

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

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

@media (min-width: 1024px) {
	.mb-headline-special {
		margin-bottom: 40px;
	}
}

.btn,
.btn-primary,
.btn-secondary {
    font-family: 'Corporate S W01 Bold';
    font-size: 18px;
    font-weight: 400;
    position: relative;
    min-height: 60px;
    line-height: 24px;
    border-width: 2px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /*max-width: 100%;*/
    max-width: 50%;
    white-space: normal;
    word-wrap: break-word;
    -js-display: flex;
    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;
}
form button.btn,
form button.btn-primary,
form button.btn-secondary {
	width:50%;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn-primary {
    color: #e5352c;
    /*border-color: #e5352c;*/
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    z-index: 5;
    padding-left: 69px;
    padding-right: 24px;
    border: 2px solid #e5352c;
}

.btn-primary:hover {
    color: #f0eeec;
    background-color: transparent;
    border-color: #e5352c;
}

.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -5;
    top: 0;
    right: 100%;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #e5352c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-primary:hover:before {
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-primary:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #e5352c;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M160 115.4L180.7 96 352 256 180.7 416 160 396.7 310.5 256z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30px;
}

.btn-secondary {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    z-index: 5;
    padding-left: 69px;
    padding-right: 24px;
}

.btn-secondary:hover {
    color: #e5352c;
    background-color: transparent;
    border-color: #fff;
}

.btn-secondary:before {
    content: "";
    position: absolute;
    z-index: -5;
    top: 0;
    right: 100%;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-secondary:hover:before {
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-secondary:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e5352c' d='M160 115.4L180.7 96 352 256 180.7 416 160 396.7 310.5 256z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30px;
}

.btn.btn-smaller,
.btn-primary.btn-smaller,
.btn-secondary.btn-smaller {
    display: inline-block;
    font-family: 'Corporate S W01 Regular';
    font-weight: 400;
    min-height: 30px;
    min-width: 150px;
    font-size: 18px;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    padding-left: 54px;
    text-align: left;
    max-width: 100%;
}

.btn.btn-smaller:after, .btn-primary.btn-smaller:after, .btn-secondary.btn-smaller:after {
    left: 0;
}

.contact-me-btn {
    width: 100%;
    max-width: 100%;
    display: block;
}

.btn.btn-normal, .btn-primary.btn-normal, .btn-secondary.btn-normal {
    color: #fff;
    border-color: #e5352c;
    background-color: #e5352c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    z-index: 5;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    min-height: 50px;
    line-height: 32px;
}

.btn.btn-normal:hover, .btn-primary.btn-normal:hover, .btn-secondary.btn-normal:hover {
    border-color: #b72a23;
    background-color: #b72a23;
    color: #fff;
}

.btn.contact-me-btn, .btn-primary.contact-me-btn, .btn-secondary.contact-me-btn {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E1DCCB6BA-BBF7-48AB-A163-1A0E10AB6878%3C/title%3E%3Cpath d='M0 16h24V0H0v16zM3.566 1.914h16.868L12 9.304l-8.435-7.39zm18.442 1.211v10.96H1.992V3.126L12 11.893l10.007-8.768z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.form-check {
    padding-left: 0;
}

.custom-control-indicator {
    position: absolute;
    /*top: 0.25rem;*/
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23000000' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23000000'/%3E%3C/svg%3E");
}

.custom-control.custom-checkbox,
.custom-control.custom-radio {
    font-family: 'Corporate A W01 Regular';
    font-weight: normal;
    font-size: 18px;
    /*padding-bottom: 15px;*/
}

.custom-control.custom-checkbox {
    font-size: 18px;
}

.custom-control.custom-checkbox .custom-control-description {
    line-height: 26px;
    height: 26px;
    padding-left: 15px;
    display: inline-block;
}

.custom-control.custom-checkbox .custom-control-indicator {
    border: 2px solid #747476;
    width: 25px;
    height: 25px;
}

.custom-control.custom-radio .custom-control-indicator {
    border: 2px solid #747476;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: 100%;
}

.custom-control.custom-radio .custom-control-description {
    line-height: 26px;
    height: 26px;
    padding-left: 15px;
    display: inline-block;
}

.form-select {
    margin-bottom: 10px;
}

select {
    font-family: 'Corporate A W01 Regular';
    font-weight: normal;
    /*height: 60px !important;*/
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    min-width: 70px;
    border: 2px solid #747476;
    background-size: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='50' viewBox='0 0 50 50' fill='%23747476' 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");
    background-position: right 17px center;
    background-repeat: no-repeat;
    padding: .375rem 2.25rem .375rem .75rem;
}

select:hover {
    cursor: pointer;
}

select.custom-select {
    background-size: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='50' viewBox='0 0 50 50' fill='%23747476' 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");
    background-position: right 17px center;
}

select.custom-select:focus {
    border-color: #e5352c;
}

select option[disabled="disabled"] {
    color: #747476;
}

select.filter {
    font-family: 'Corporate S W01 Regular';
    border-width: 0;
    height: 34px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='50' viewBox='0 0 50 50' fill='%23fff' 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");
    background-color: #e5352c;
    color: #fff;
    text-align: center;
}

.select-field {
    margin-bottom: 10px;
}

.intro-hr {
    border-top: 2px solid #e5352c;
    max-width: 150px;
}

.space-hr {
    border-top: 2px solid #e5352c;
}

.red {
    color: #e5352c;
}

.page-content ul {
    padding-left: 0;
    margin-bottom: 1rem;
    line-height: 35px;
}

ul.list {
	padding:0;
}
ul.list li {
	line-height:35px;
}
ul.list li,
a.listitem,
.page-content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
a.listitem {
	line-height:35px;
	display:inline-block;
	margin-bottom:0;
}
ul.list li:before,
a.listitem:before,
.page-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 0 6px 6px 0;
    width: 6px;
    height: 12px;
    background-color: #747476;
}

.quotes {
    font-family: "Corporate A W01 Italic", sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-style: italic;
    color: #fff;
}

.meta {
    font-family: "Corporate S W01 Regular";
    font-size: 16px;
    line-height: 24px;
}

.emo-container {
    /*min-height: 250px;*/
	height: auto;
    margin-bottom: 75px;
    position: relative;
}

@media (min-width: 1024px) {
    .emo-container {
        margin-bottom: 175px;
		height: 250px;
    }
}

.emo-container .image {
    width: 100%;
}

@media (min-width: 1024px) {
    .emo-container .image {
        width: 52%;
        height: 100%;
        float: left;
    }
}

.emo-container .red-box {
    width: 100%;
    position: relative;
    background-color: #e5352c;
}

@media (min-width: 1024px) {
    .emo-container .red-box {
        width: 48%;
        height: 100%;
        float: left;
    }
}

.emo-container .red-box:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 125px solid transparent;
    border-bottom: 125px solid #e5352c;
    /*border-left: 40px solid transparent;
    border-right: 40px solid #e5352c;*/
	border-left: 26px solid transparent;
    border-right: 26px solid #e5352c;
    position: absolute;
    top: 0;
    /*left: -80px;*/
	left: -52px;
}

.emo-container .presentedby {
    background-color: #e5352c;
    padding: 15px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .emo-container .presentedby {
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        text-align: left;
    }
}

.emo-container .presentedby img {
    width: 150px;
	/*height:auto;*/
    height: 21px;
}

@media (min-width: 1024px) {
    .emo-container .presentedby img {
        width: 200px;
        height: 28px;
		display:inline-block;
    }
}

@media (max-width: 1249.98px) {
    .emo-container .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .emo-container .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.emo-container .container .quote-box-content {
    width: 100%;
    padding: 25px 30px;
    background-color: #e5352c;
	
	text-align:center;
}

@media (min-width: 1024px) {
    .emo-container .container .quote-box-content {
        width: 35%;
        padding: 100px 0 0 0;
        float: right;
		
		text-align:left;
    }
}

.emo-container .container .quote-box-content .quotes-icon img {
	width:50px;
	height:auto;
	display:inline-block;
	margin-bottom:8px;
}
.emo-container .container .quote-box-content .quotes {
    margin-bottom: 24px;
    position: relative;
    font-family: "Corporate A W01 Italic", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    color: #fff;
}

@media (min-width: 1250px) {
    .emo-container .container .quote-box-content .quotes {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1024px) {
    .emo-container .container .quote-box-content .quotes {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 32px;
    }
}

.emo-container .container .quote-box-content .quotes:before {
    content: '';
    width: 120px;
    height: 90px;
    background-image: url("../img/icon/quotes.svg");
}

@media (min-width: 1024px) {
    .emo-container .container .quote-box-content .quotes:before {
        position: absolute;
        top: 0;
        left: -140px;
    }
}

.emo-container .container .quote-box-content .author h5 {
    color: #fff;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .emo-container .container .quote-box-content .author h5 {
        margin-bottom: 20px;
    }
}

.emo-container .container .quote-box-content .meta {
    color: #fff;
}

.emo-container .login-container {
    position: relative;
    top: auto;
    left: auto;
	z-index:500;
    margin-left: 0;
    width: 100%;
    background-color: #fff;
    /*-webkit-box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
            box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);*/
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.19);
            box-shadow: 0 0 30px 0 rgba(0,0,0,.19);
}

@media (min-width: 1024px) {
    .emo-container .login-container {
        position: absolute;
        top: 200px;
        left: 50%;
        margin-left: -325px;
        width: 650px;
    }
}

.emo-container .login-container .login-info {
    /*height: 100px;*/
    padding: 30px 150px 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	
	cursor:pointer;
}

.emo-container .login-container .login-info h3 {
    color: #e5352c;
	font-size:22px;
	line-height: 30px;
	padding: 3px 0;
    margin: 0;
}


.emo-container .login-container .login-info .user-icon {
	position: absolute;
    top: auto;
	bottom:26px;
    right: 100px;
	display:block;
	width:41px;
	height:48px;
	background-image: url("../img/icon/ic-login.svg");
    background-repeat: no-repeat;
}
.emo-container .login-container .login-info .btn-special {
    position: absolute;
    top: auto;
	bottom: 26px;
    right: 28px;
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("../img/icon/ic-dropdown.svg");
    background-repeat: no-repeat;
	
	min-height:0;
}
.emo-container .login-container.open .login-info .btn-special {
	background-image: url("../img/icon/ic-dropdown-close.svg");
}
.emo-container .login-container.registered .login-info {
	display:none;
}

.emo-container .login-container .login-info.login-welcome {
	display:none;
}
.emo-container .login-container.registered .login-info.login-welcome {
	display:block;
}

.emo-container .login-container.show .login-info .btn-special {
    background-image: url("../img/icon/ic-dropdown-close.svg");
}

.emo-container .login-container .login {
	padding:0 30px 30px;
}
.emo-container .login-container.open .login {
    display: block;
}
.emo-container .login-container .login,
.emo-container .login-container.registered.open .login {
    display: none;
}
.emo-container .login-container .login .foot {
	padding-top:30px;
}

.emo-container .login-container .menu {
	display:none;
	padding: 0 30px 30px;
}
.emo-container .login-container.registered.open .menu {
	display:block;
}
.emo-container .login-container .menu .links {
	padding-bottom:30px;
}

.emo-container.big {
    /*min-height: 500px;*/
	height: auto;
}

.emo-container.big .red-box:before {
    border-top: 250px solid transparent;
    border-bottom: 250px solid #e5352c;
    border-left: 50px solid transparent;
    border-right: 50px solid #e5352c;
    left: -100px;
}

.emo-container.big .login-container {
    top: auto;
}

@media (min-width: 1024px) {
    .emo-container.big .login-container {
        top: 450px;
    }
	.emo-container.big {
		height: 500px;
	}
}
@media (min-width: 769px) {
	.emo-container .login-container .login-info {
		height:100px;
	}
	.emo-container .login-container .login-info h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		
		font-size:28px;
		line-height:34px;
		padding: 3px 0;
	}
	.emo-container .login-container .login-info .user-icon {
		top: 26px;
		bottom: auto;
	}
	.emo-container .login-container .login-info .btn-special {
    	top: 26px;
		bottom: auto;
	}
}

.status {
    font-family: 'CorporateSW01-Extrabold 885809', sans-serif;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    position: relative;
}

.status .bg {
    background-color: #e5352c;
    border-radius: 50%;
    width: 195px;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 25px;
}
.status .bg.open {
	background-color: #29b817;
}

@media (min-width: 1024px) {
    .status .bg {
        width: 195px;
        position: absolute;
        top: -85px;
        right: 0;
        margin-bottom: 0;
    }
}

.status .bg:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.status .bg .text {
    width: 165px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -23px;
}

/* Florian S. 2019-08-06 */
.summernote {
	width: 100%;
	min-height: 200px;
}