@charset "UTF-8";
/* Custom styling for application goes in this file */
html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
    min-height: 100vh;
}

#outer-wrapper {
    min-height: 100vh;
    -js-display: flex !important;
    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: #ffd32d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ffd32d;
    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: #ff2d2d !important;
}

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

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

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

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

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

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

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

@media (min-width: 1250px) {
    .text-color-xl-yellow {
        color: #ffd32d !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: #868e96 !important;
}

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

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

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

@media (min-width: 1250px) {
    .text-color-xl-gray {
        color: #868e96 !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;
    }
}

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

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

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

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

@media (min-width: 1250px) {
    .text-color-xl-dark-yellow {
        color: #cb980d !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: #ff2d2d !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1250px) {
    .bg-color-xl-gray {
        background-color: #868e96 !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;
    }
}

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

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

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

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

@media (min-width: 1250px) {
    .bg-color-xl-dark-yellow {
        background-color: #cb980d !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-10 {
    width: 10% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
    .mw-sm-10 {
        max-width: 10% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .mw-sm-25 {
        max-width: 25% !important;
    }
    .w-sm-33 {
        width: 33% !important;
    }
    .mw-sm-33 {
        max-width: 33% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .mw-sm-50 {
        max-width: 50% !important;
    }
    .w-sm-66 {
        width: 66% !important;
    }
    .mw-sm-66 {
        max-width: 66% !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;
    }
    .h-sm-10 {
        height: 10% !important;
    }
    .mh-sm-10 {
        max-height: 10% !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .mh-sm-25 {
        max-height: 25% !important;
    }
    .h-sm-33 {
        height: 33% !important;
    }
    .mh-sm-33 {
        max-height: 33% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .mh-sm-50 {
        max-height: 50% !important;
    }
    .h-sm-66 {
        height: 66% !important;
    }
    .mh-sm-66 {
        max-height: 66% !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;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
    .mw-md-10 {
        max-width: 10% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .mw-md-25 {
        max-width: 25% !important;
    }
    .w-md-33 {
        width: 33% !important;
    }
    .mw-md-33 {
        max-width: 33% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .mw-md-50 {
        max-width: 50% !important;
    }
    .w-md-66 {
        width: 66% !important;
    }
    .mw-md-66 {
        max-width: 66% !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;
    }
    .h-md-10 {
        height: 10% !important;
    }
    .mh-md-10 {
        max-height: 10% !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .mh-md-25 {
        max-height: 25% !important;
    }
    .h-md-33 {
        height: 33% !important;
    }
    .mh-md-33 {
        max-height: 33% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .mh-md-50 {
        max-height: 50% !important;
    }
    .h-md-66 {
        height: 66% !important;
    }
    .mh-md-66 {
        max-height: 66% !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;
    }
}

@media (min-width: 1024px) {
    .w-lg-10 {
        width: 10% !important;
    }
    .mw-lg-10 {
        max-width: 10% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .mw-lg-25 {
        max-width: 25% !important;
    }
    .w-lg-33 {
        width: 33% !important;
    }
    .mw-lg-33 {
        max-width: 33% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .mw-lg-50 {
        max-width: 50% !important;
    }
    .w-lg-66 {
        width: 66% !important;
    }
    .mw-lg-66 {
        max-width: 66% !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;
    }
    .h-lg-10 {
        height: 10% !important;
    }
    .mh-lg-10 {
        max-height: 10% !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .mh-lg-25 {
        max-height: 25% !important;
    }
    .h-lg-33 {
        height: 33% !important;
    }
    .mh-lg-33 {
        max-height: 33% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .mh-lg-50 {
        max-height: 50% !important;
    }
    .h-lg-66 {
        height: 66% !important;
    }
    .mh-lg-66 {
        max-height: 66% !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;
    }
}

@media (min-width: 1250px) {
    .w-xl-10 {
        width: 10% !important;
    }
    .mw-xl-10 {
        max-width: 10% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .mw-xl-25 {
        max-width: 25% !important;
    }
    .w-xl-33 {
        width: 33% !important;
    }
    .mw-xl-33 {
        max-width: 33% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .mw-xl-50 {
        max-width: 50% !important;
    }
    .w-xl-66 {
        width: 66% !important;
    }
    .mw-xl-66 {
        max-width: 66% !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;
    }
    .h-xl-10 {
        height: 10% !important;
    }
    .mh-xl-10 {
        max-height: 10% !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .mh-xl-25 {
        max-height: 25% !important;
    }
    .h-xl-33 {
        height: 33% !important;
    }
    .mh-xl-33 {
        max-height: 33% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .mh-xl-50 {
        max-height: 50% !important;
    }
    .h-xl-66 {
        height: 66% !important;
    }
    .mh-xl-66 {
        max-height: 66% !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;
    }
}

.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 {
        /* 18px */
        font-size: 1.125rem;
        line-height: 1.16;
    }
    h1, .h1 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h2, .h2 {
        /* 30px */
        font-size: 1.875rem;
    }
    h3, .h3 {
        /* 25px */
        font-size: 1.5625rem;
    }
    h4, .h4 {
        /* 22px */
        font-size: 1.375rem;
    }
    h5, .h5 {
        /* 18px */
        font-size: 1.125rem;
    }
    h6, .h6 {
        /* 18px */
        font-size: 1.125rem;
    }
}

/* inputs */
.form-control,
.form-control:focus {
    line-height: 1.16;
}

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

/* buttons */
.btn {
    font-size: 1rem;
    font-weight: bold;
}

@media (min-width: 1024px) {
    .btn {
        font-size: 1.125rem;
        font-weight: bold;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.btn.icon-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.btn.icon-button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn.btn-primary {
    border: none;
    font-weight: 700;
    height: 40px;
    min-width: 135px;
    text-decoration: none;
    margin-top: 20px;
}

.btn.btn-primary:hover {
    background: #000;
    color: #ffd32d !important;
    border: none;
}

/* icons */
/* header */
.header {
    font-weight: 700;
    text-transform: uppercase;
}

.header a {
    color: #000;
    -webkit-transition: 100ms ease;
    -o-transition: 100ms ease;
    transition: 100ms ease;
    font-size: 1.188rem;
}

.header a:hover {
    color: #fff;
}

.header a a:nth-child(2) {
    border: 1px solid #ff2d2d;
}

.header .desktop-logo {
    width: 100px;
}

@media (min-width: 1024px) {
    .header .desktop-logo {
        width: 150px;
    }
}

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

.header .home-nav-item a{
	color:  #000 !important;
}

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

.header__container {
    -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.5);
            box-shadow: 0 0px 5px rgba(0,0,0,.5);
}

@media (min-width: 1024px) {
    .header__container {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

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

@media (min-width: 1024px) {
    .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 {
    outline: none;
}

.sx-navigation__sub-navigation .sx-navigation__list--sub-list {
    padding: 20px 16px 20px !important;
}

.sx-navigation__sub-navigation .sx-navigation__list--sub-list .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 0;
}

@media (max-width: 1023px) {
    .sx-navigation__sub-navigation .sx-navigation__list--sub-list .nav-item .nav-link {
        font-size: 16px;
        padding: 5px 0;
    }
}

@media (max-width: 1023px) {
    .sx-navigation__sub-navigation .sx-navigation__list--sub-list {
        padding: 0 16px !important;
    }
    .sx-navigation__list {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1023px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
}

.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 {
    -js-display: flex;
    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-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .sx-navigation__subnavi-indicator::after {
        content: "?";
    }
}

@media (min-width: 1024px) {
    .sx-navigation__sub-navigation {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: auto;
        position: absolute;
        font-weight: 700;
        text-transform: none;
        font-size: 1rem;
        top: 100%;
        min-width: 200%;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    .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:hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
        
    }
}

.sx-navigation__sub-navigation {
    background-color: #ffd32d;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-transform: none;
}

@media (min-width: 1024px) {
    .sx-navigation__sub-navigation {
        -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
                box-shadow: 1px 2px 4px rgba(0,0,0,.5);
    }
}

.sx-navigation__list {
    margin-bottom: -32px;
    padding-bottom: 20px;
}

.sx-navigation__list .sx-navigation__list--sub-list {
    margin-bottom: 0px;
    padding-right: 18px;
    padding-left: 18px;
}

@media (min-width: 1024px) {
    .sx-navigation__list .sx-navigation__list--sub-list {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.header__logo {
    opacity: 1;
}

.header__logo:hover {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    opacity: .7;
}

.subnavi-link {
    padding-left: 0px;
    border: 1px solid #fff;
}

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

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

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

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

.sx-navigation--standard > .nav > .nav-item:first-child > .sx-navigation__entry-container > .nav-link {
    padding-left: 0;
}

.sx-navigation--standard > .nav > .nav-item:last-child > .sx-navigation__entry-container > .nav-link {
    padding-right: 0;
}

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

@media (max-width: 1023px) {
    .sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed::after {
        content: "\f067";
    }
    .sx-navigation--standard .sx-navigation__subnavi-indicator::after {
        content: "\f068";
    }
}

/* footer */
.footer-content-left, .footer-content-right {
    text-align: center;
}

.main-footer .active {
	color: #FFF;
}

@media (min-width: 769px) {
    .footer-content-left, .footer-content-right {
        text-align: left;
    }
}

.footer-content-left a, .footer-content-right a {
    color: #000;
    -webkit-transition: 100ms ease;
    -o-transition: 100ms ease;
    transition: 100ms ease;
}

.footer-content-left a:hover, .footer-content-right a:hover {
    color: #fff;
    text-decoration: none;
}

.email-footer {
    text-decoration: underline;
}

.footer-content-right img {
    height: 80px;
}

.bottom-footer .footer-logo {
	max-height: 100px;
}

b {
    font-weight: 600;
}

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

.form-control {
    border: 1px solid #000;
    height: 45px;
    color: #000 !important;
}

.form-group textarea {
	min-height: 165px;
}

input:focus {
    border: 1px solid;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-color: #868686 !important;
}

label {
    font-weight: 400 !important;
}

.small {
    font-size: 1rem;
}

.news-box-home {
    padding: 0;
}

.service-icon-description {
    font-weight: 700 !important;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}

.service-icon {
    text-align: center;
    margin: 0 auto;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
}

.service-icon:hover {
    opacity: .7;
    cursor: pointer;
}

.service-icon img {
    height: 60px;
    width: auto;
}

.service-box-content h3 {
    display: block;
    margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
	.service-box-content h3 {
		text-align: center;
	}
}

.team-cta h3 {
    display: block;
    margin-bottom: 40px;
}

.team-cta .btn-primary {
    float: right;
}

.team-cta-text {
    margin-top: 30px;
}

.content-emo {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
}

.content-emo .emo-text span:first-of-type {
	z-index: 10;
	margin-bottom: 10px;
}

.emo-text {
    color: #ffd32d;
    margin: 0 auto;
    display: inline-block;
    margin-top: 320px;
    text-align: center;
    font-weight: 800;
    line-height: 1.2;
    font-size: 48px;
}

@media (max-width: 1800px) {
	.emo-text {
		margin-top: 120px;
	}
}

.emo-text-bg {
    padding: 8px 13px;
}

.mobile-emo-text-container {
    background: #000;
    color: #ffd32d;
    font-weight: 800;
    text-align: center;
    font-size: 1.563rem;
    line-height: 1.2;
    padding: 24px 15px;
}

.owl-dots .owl-dot span {
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
}

.news-box-large a {
    color: #000 !important;
}

.news-box-large a:hover {
    color: #000 !important;
    text-decoration: none;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    background-color: rgba(255,211,45,.7);
}

.overlay:hover {
    opacity: 1;
}

.overlay:hover .overlay-text {
    opacity: 1;
}

.overlay .overlay-text {
    position: absolute;
    left: 50%;
    font-style: italic;
    font-size: 1rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #000;
}

.service-icon a {
    text-decoration: none;
    color: #000;
}

.service-teaser-box a:hover {
    text-decoration: none;
}

.reference-teaser-text a:hover {
    text-decoration: none;
}

.backlink {
    text-decoration: underline;
    font-weight: 600;
}

a img {
    opacity: 1;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
	    backface-visibility: hidden;
}

a img:hover {
    opacity: .9;
	backface-visibility: hidden;
}

a .desktop-logo:hover {
    opacity: 1;
}

.header__logo:hover {
    opacity: 1 !important;
}

.active .sx-navigation__entry-link--active {
    color: #fff !important;
}

.sx-navigation__list--sub-list a {
    color: #000 !important;
}

.sx-navigation__list--sub-list a:hover {
    color: #fff !important;
}

.last-li {
    margin-right: 0;
}

/* Aktuell */
.aktuell-list .aktuell-post .content a:hover {
	text-decoration: none;
}

/* kontatk */
.info-container .tel span {
    min-width: 60px;
    display: inline-block;
}

/* Fancybox */
/* Lightbox */
.fancybox-skin {
    background: transparent !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fancybox-close {
    top: 0 !important;
    right: 0 !important;
}

/* sidebar */
.sidebar .mobile-subnavi .active a{
	color: #cb980d !important;
}

@media (max-width: 768px) {
	.mobile-subnavi .nav-link {
		font-size: 16px !important;
	}
}


/* Map */
.map {
	height: 325px;
	max-width: 100%;
}