/* Custom styling for application goes in this file */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
}

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

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

/* helper-classes */
/** @deprecated -> use .p-0 **/
.nopadding {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .nopadding-sm {
        padding: 0 !important;
    }
}

@media (min-width: 769px) {
    .nopadding-md {
        padding: 0 !important;
    }
}

@media (min-width: 1025px) {
    .nopadding-lg {
        padding: 0 !important;
    }
}

@media (min-width: 1250px) {
    .nopadding-xl {
        padding: 0 !important;
    }
}

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

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

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

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

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

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

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
}

@media (min-width: 769px) {
    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-25 {
        width: 25% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-25 {
        max-width: 25% !important;
    }
}

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

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media (min-width: 769px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-50 {
        width: 50% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-50 {
        max-width: 50% !important;
    }
}

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

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media (min-width: 769px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-75 {
        max-width: 75% !important;
    }
}

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

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-100 {
        width: 100% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-100 {
        max-width: 100% !important;
    }
}

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

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 769px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-auto {
        width: auto !important;
    }
}

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

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-10 {
        width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-10 {
        width: 10% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-10 {
        max-width: 10% !important;
    }
}

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

@media (min-width: 576px) {
    .w-sm-33 {
        width: 33% !important;
    }
}

@media (min-width: 769px) {
    .w-md-33 {
        width: 33% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-33 {
        width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-33 {
        width: 33% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-33 {
        max-width: 33% !important;
    }
}

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

@media (min-width: 576px) {
    .w-sm-66 {
        width: 66% !important;
    }
}

@media (min-width: 769px) {
    .w-md-66 {
        width: 66% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-66 {
        width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-66 {
        width: 66% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-66 {
        max-width: 66% !important;
    }
}

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

@media (min-width: 576px) {
    .mw-sm-none {
        max-width: none !important;
    }
}

@media (min-width: 769px) {
    .mw-md-none {
        max-width: none !important;
    }
}

@media (min-width: 1025px) {
    .mw-lg-none {
        max-width: none !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-none {
        max-width: none !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-25 {
        height: 25% !important;
    }
}

@media (min-width: 769px) {
    .h-md-25 {
        height: 25% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-25 {
        height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-25 {
        height: 25% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-25 {
        max-height: 25% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-50 {
        height: 50% !important;
    }
}

@media (min-width: 769px) {
    .h-md-50 {
        height: 50% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-50 {
        height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-50 {
        height: 50% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-50 {
        max-height: 50% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-75 {
        height: 75% !important;
    }
}

@media (min-width: 769px) {
    .h-md-75 {
        height: 75% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-75 {
        height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-75 {
        height: 75% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-75 {
        max-height: 75% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }
}

@media (min-width: 769px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-100 {
        height: 100% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-100 {
        max-height: 100% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-auto {
        height: auto !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-10 {
        height: 10% !important;
    }
}

@media (min-width: 769px) {
    .h-md-10 {
        height: 10% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-10 {
        height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-10 {
        height: 10% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-10 {
        max-height: 10% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-33 {
        height: 33% !important;
    }
}

@media (min-width: 769px) {
    .h-md-33 {
        height: 33% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-33 {
        height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-33 {
        height: 33% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-33 {
        max-height: 33% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-66 {
        height: 66% !important;
    }
}

@media (min-width: 769px) {
    .h-md-66 {
        height: 66% !important;
    }
}

@media (min-width: 1025px) {
    .h-lg-66 {
        height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-66 {
        height: 66% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-66 {
        max-height: 66% !important;
    }
}

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

@media (min-width: 576px) {
    .mh-sm-none {
        max-height: none !important;
    }
}

@media (min-width: 769px) {
    .mh-md-none {
        max-height: none !important;
    }
}

@media (min-width: 1025px) {
    .mh-lg-none {
        max-height: none !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-none {
        max-height: none !important;
    }
}

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

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

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

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

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

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

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

.pointer-events-auto {
    pointer-events: auto !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1025px) {
    .pointer-events-lg-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-auto {
        pointer-events: auto !important;
    }
}

.pointer-events-none {
    pointer-events: none !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-none {
        pointer-events: none !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1025px) {
    .pointer-events-lg-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-none {
        pointer-events: none !important;
    }
}

.span-parent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 1025px) {
    body {
        /* 18px */
        font-size: 1.125rem;
        line-height: 1.55;
    }
    h1, .h1 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h2, .h2 {
        /* 28px */
        font-size: 1.75rem;
    }
    h3, .h3 {
        /* 24px */
        font-size: 1.5rem;
    }
    h4, .h4 {
        /* 22px */
        font-size: 1.375rem;
    }
    h5, .h5 {
        /* 22px */
        font-size: 1.375rem;
    }
    h6, .h6 {
        /* 22px */
        font-size: 1.375rem;
    }
}

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

.form-control.no-border,
.form-control:focus.no-border {
    border-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sx-navbar-toggle-icon {
    display: block;
    width: 2rem;
    height: 1rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.12rem 0;
}

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

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

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

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

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.44rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
    opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.44rem;
}

/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*@include media-breakpoint-up($mobile-navbar-breakpoint) {
            //display: block;
        }*/
}

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

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

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

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

@media (min-width: 1025px) {
    .sx-navigation__sub-navigation {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ccc;
        top: 100%;
        min-width: 1%;
        background-color: #f8f8f8;
        padding: 30px 25px 30px 30px;
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry {
        position: relative;
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry > .sx-navigation__sub-navigation {
        top: 0;
        left: 101%;
        left: calc(100% + 1px);
    }
    .sx-navigation__sub-navigation .sx-navigation__subnavi-indicator {
        display: block;
    }
    .sx-navigation__list-entry > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: none;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
}

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

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

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

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

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

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

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

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

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

/* upload */
.sx-simple-upload__file-input {
    display: none;
}

.sx-simple-upload__remove-button {
    display: none;
    cursor: pointer;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.sx-simple-upload__remove-button:hover, .sx-simple-upload__remove-button:not([href]):not([tabindex]):hover {
    color: #a21;
}

.sx-simple-upload__file-label {
    display: none;
}

.sx-simple-upload__browse-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__remove-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__file-label {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__browse-button, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:active, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:focus, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:hover {
    display: none;
}

/* cookie */
.privacy-popup {
    background-color: #000;
    background-color: rgba(0,0,0,.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: 1.18125rem;
    }
}

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

@media screen and (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    .slider-primary-font {
        font-size: 35px !important;
    }
}

a {
    color: #00a68a;
}

a:hover {
    text-decoration: underline;
    color: #00a68a;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

h3 a:hover {
    text-decoration: none;
    color: #000;
}

h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
    color: #00a68a;
    font-size: 22px !important;
}

p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.55;
    font-size: 18px;
}

b, strong {
    font-weight: 500;
}

.slider-primary-font-content h2 {
    margin-bottom: 0;
    text-shadow: 0px 0px 6px #6e7c6e;
}

.page-content ul {
    list-style-type: none;
    padding: 0;
    font-weight: 300;
    margin-bottom: 35px;
}

.page-content ul li {
    padding-left: 10px;
}

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

/*Seitenleiste Sidenavi*/
.side-link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.side-link:hover, .side-link.active {
    text-decoration: none;
    color: #00a68a;
    font-size: 14px;
}

.side-link-kontakt {
    margin-left: 25px;
    float: right;
}

.sidebar__container ul, .aktuell-mehr-ul ul {
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar__container ul li, .aktuell-mehr-ul ul li {
    list-style-type: none;
    padding-left: 0;
}

.sidebar__container ul li:before, .aktuell-mehr-ul ul li:before {
    content: '';
}

.bc-nav {
    background-color: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0px 3px 3px #0000000F;
            box-shadow: 0px 3px 3px #0000000F;
}

.emo-pic {
    position: relative;
}

.sx-button:hover {
    background-color: #07ceac;
}

.sx-button {
    letter-spacing: 0.01em;
}

.sx-button--icon-button {
    padding: 0 !important;
}

.header-nav {
    margin-top: 20px;
}

.header-nav a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    height: 55px;
    font-size: 18px;
    border-color: #000;
    color: #000;
}

.form-group .form-control:focus {
    border-color: #00a68a;
}

.form-group .col-form-label {
    margin-bottom: 0;
    letter-spacing: 0.01em;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '-4 -4 8 8' %3e%3ccircle r= '3' fill= '%23009792' /%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #00a68a;
    background-color: #fff;
}

.custom-control-label:before {
    width: 30px;
    height: 30px;
}

.custom-control-label:after {
    width: 30px;
    height: 30px;
    background: no-repeat 50% / 95% 95%;
}

.custom-control {
    margin-right: 15px;
}

.style-primary-font {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.01em;
    position: absolute;
    top: 10%;
    right: 0;
    text-align: right;
}

@media (max-width: 1024.98px) {
    .style-primary-font {
        background: #00a68a;
        text-align: left;
        padding: 20px;
    }
}

.style-primary-font p {
    margin: 0;
}

.style-primary-font-content {
    font-size: 18px;
}

.container-primary-font {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1024.98px) {
    .container-primary-font {
        position: relative;
    }
}

.slider-primary-font-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.01em;
}

.breadcrumb {
    font-size: 14px;
    padding: 0;
    margin-bottom: 75px;
}

.breadcrumb a {
    color: #6c757d;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: none;
    width: 22px;
    height: 22px;
    background: #00a68a;
    top: 8px;
    left: -20px;
}

@media screen and (max-width: 1024px) {
    .custom-control-label {
        line-height: 2.4 !important;
    }
    .container-primary-font {
        max-width: 100%;
        padding: 0;
    }
    .style-primary-font {
        font-size: 35px;
    }
}

.custom-control-label {
    line-height: 2;
    padding-left: 20px;
    margin-right: 10px;
}

.custom-control-label:before {
    border-color: #00a68a;
}

.custom-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 20l10 10 10-10z'/%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3C/svg%3E");
    background-size: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-aktuell-background-color {
    background-color: #f5f5f5;
    padding: 75px 0 0px;
}

.home-date-content {
    color: #00a68a;
    font-weight: 500;
}

.main-footer {
    background-color: #00a68a;
    padding: 40px 0;
    color: #fff;
    margin-bottom: 15px;
}

.main-footer a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}

.main-footer a.active, .main-footer a:hover {
    text-decoration: none;
}

.main-footer dl dt {
    width: 100%;
    font-weight: 300;
    float: none;
}

@media screen and (min-width: 480px) {
    .main-footer dl dt {
        width: 30%;
        float: left;
    }
}

.main-footer dl dd {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    font-weight: 300;
}

@media screen and (min-width: 480px) {
    .main-footer dl dd {
        width: 70%;
        float: left;
        margin: 0;
    }
}

.footer-title {
    font-weight: 500;
}

.footer-navigation ul {
    list-style-type: none;
    padding-left: 0;
}

@media (min-width: 769px) {
    .footer-navigation li {
        float: left;
        margin-right: 40px;
    }
}

.sx-navigation__sub-navigation a {
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
}

@media screen and (min-width: 1251px) {
    .sx-navigation__sub-navigation {
        left: -15px;
    }
}

@media screen and (max-width: 1250px) {
    .sx-navigation__sub-navigation {
        left: -30px;
    }
}

@media screen and (max-width: 1025px) {
    .sx-navigation__sub-navigation {
        left: 0px;
    }
}

@media (max-width: 1250px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 14px;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 0px;
        padding-right: 0;
        margin-top: 10px;
    }
}

.sub-navi-li {
    margin-top: 10px;
}

@media (min-width: 1251px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 32px;
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .breadcrumb {
        margin-bottom: 35px;
    }
}

.dienstleistung-side-links {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.dienstleistung-side-links:hover, .dienstleistung-side-links.active {
    color: #00a68a;
    text-decoration: none;
}

.dienstleistung-content {
    font-size: 20px;
    font-weight: 400;
}

.dienstleistung-hr {
    background-color: #00a68a;
    width: 70px;
    float: left;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-content dl dt {
    width: 100%;
    font-weight: 400;
    float: none;
}

@media screen and (min-width: 480px) {
    .page-content dl dt {
        width: 30%;
        float: left;
    }
}

.page-content dl dd {
    width: 100%;
    float: none;
    margin: 0 0 10px;
}

@media screen and (min-width: 480px) {
    .page-content dl dd {
        width: 70%;
        float: left;
        margin: 0;
    }
}

.page-content li {
    position: relative;
}

.ueber-uns-ul {
    list-style-type: none;
    margin-bottom: 0;
}

.ueber-uns-il:before {
    content: '- ';
    position: absolute;
    left: -10px;
}

.ueber-uns-content {
    font-weight: 300;
}

.untertitel-wenisch-team {
    font-weight: 500;
    margin-bottom: 0;
}

.ueber-uns-content-link {
    font-weight: 500;
}

.ueber-uns-content-link-padding {
    padding-top: 25px;
}

.aktuell-date {
    color: #00a68a;
    margin-bottom: 0;
    font-weight: 500;
}

.aktuell-title-link:hover {
    text-decoration: none;
    color: #000;
}

.aktuell-mehr-content {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.kontakt-input {
    margin-bottom: 0;
    line-height: 3;
}

.kontakt-input-text {
    margin-bottom: 0;
    line-height: 2.3;
}

.kontakt-textarea {
    border: 1px solid #000;
    min-height: 100px;
}

.pdf-icon {
    margin-right: 25px;
    color: red;
    font-size: 23px;
    position: absolute;
    left: 0;
}

.download-box {
    position: relative;
    padding-left: 25px;
}

.home-content {
    margin-bottom: 10px;
}

.icons-fa {
    float: right;
    color: #00a68a;
    margin-right: 35px;
    list-style-type: none;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .style-primary-font {
        position: static;
    }
    .sx-navigation__sub-navigation a {
        white-space: normal;
    }
}

.side-link {
    line-height: 17px;
    margin-top: 7px;
}

@media screen and (max-width: 576px) {
    .bc-nav {
        padding: 5px 0;
    }
}

.nav-link {
    padding: 0 1rem;
}

.sx-navigation__sub-navigation a {
    padding: 0.4rem;
}

.highlight {
    color: #00a68a;
    font-weight: 500;
    margin: 0;
}

.footer-img {
    width: 70px;
    margin-right: 10px;
}

.footer-img-text {
    margin-top: 20px;
}

.footer-content {
    margin: auto;
}

.fancybox-skin {
    border-radius: 0;
    padding: 4px !important;
}

.fancybox-close {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E %3C/g%3E %3Cg%3E %3Ctitle stroke='%23ffffff' fill='%23ffffff'%3ELayer 1%3C/title%3E %3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='4' id='path2985' d='m2,14l12,-12'/%3E %3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='4' id='path2985-1' d='m2,2l12,12'/%3E %3C/g%3E %3C/svg%3E");
    top: -15px;
    right: -15px;
    background-size: 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

@media (min-width: 769px) {
    .fancybox-close {
        top: -30px;
        right: -30px;
    }
}

.fancybox-close:hover {
    text-decoration: none;
    color: #fff;
}

.aktuell-mehr-ul ul {
    float: right;
    padding-left: 0;
}

.sx-navigation__sub-navigation {
    margin-left: 15px;
}

.after-footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.after-footer li {
    float: none;
    display: inline;
}

.after-footer-content {
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.after-footer-li {
    vertical-align: bottom;
}

.aktuell-mehr-uebersicht {
    float: left;
    margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
    .aktuell-mehr-uebersicht {
        float: none;
    }
    .aktuell-mehr-ul {
        float: left;
    }
}

@media screen and (max-width: 1024px) {
    sub-nav-ul {
        margin-bottom: 10px;
    }
}

.sub-navi-ul ul {
    list-style-type: none;
    padding-left: 0;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.sub-navi-ul a {
    color: #000;
}

.sub-navi-ul a:hover {
    color: #00a68a;
    text-decoration: none;
}

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

.sx-navigation__list:last-child {
    padding-right: 0;
}

.sx-navigation__sub-navigation a {
    padding-left: 0 !important;
}

@media screen and (max-width: 1250px) {
    .header-nav a {
        font-size: 18px;
    }
    .desktop-logo {
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .desktop-logo {
        width: 100px;
    }
    .header-nav {
        margin-top: 0px;
    }
    .bc-nav {
        padding: 0px 0;
    }
}

@media screen and (max-width: 1024px) {
    .sub-navi-ul ul {
        font-size: 18px;
    }
    .sx-navigation {
        margin-top: 10px !important;
    }
}

.sx-navigation__entry-link.active, .sx-navigation__entry-link:hover {
    color: #00a68a !important;
}

.overview-container p {
    margin-bottom: 10px;
}

.sx-navigation .home a {
    color: #000 !important;
}

.dienstleistung-ul ul {
    margin-bottom: 35px;
}

.lead,
.lead p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #010101;
}

.breadcrumb .breadcrumb-item.active a {
    color: #00a68a !important;
}

article .content p,
.news-list article p {
    margin-bottom: 10px;
}

.download__list {
    padding-left: 0;
}

.download__list li {
    position: relative;
    padding-left: 25px !important;
    list-style-type: none;
    margin-bottom: 10px;
}

.privacy-popup .privacy-popup__more-link {
    text-decoration: underline;
}

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


.messages.error {
	color: #ff0000;
}