﻿section {
    margin-bottom: 1rem;
}

@media (min-width: 0px) and (max-width: 575px) {
    .container, .container-sm {
        max-width: calc(100vw - 10%);
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

body {
}

.h2, h2,
.h4, h4,
.h6, h6 {
    color: #DA1F3D;
}

.h2, h2 {
    font-size: 2.5rem;
}

.h4, h4 {
    font-size: 1.75rem
}

.h6, h6 {
    font-size: 1.25rem;
}

@media (max-width: 1024px) {
    .h1, h1, .h2, h2 {
        font-size: 2rem;
    }

    .h3, h3, .h4, h4 {
        font-size: 1.5rem
    }

    .h5, h5, .h6, h6 {
        font-size: 1rem;
    }
}

main a {
    color: #6c757d;
}

    main a:hover {
        color: #343a40;
    }

    main a:hover,
    .footer-dark a:hover {
        border-bottom: 1px solid #DA1F3D;
        text-decoration: none;
    }

.img-responsive {
    max-width: 100%;
    height: auto;
}

.form-control {
    background-clip: unset;
}

    .form-control:focus {
        border-color: #DA1F3D;
        box-shadow: none;
    }

.img-logo {
    height: 1.5rem;
}

html {
    background-color: #34393f;
}

@media (min-width: 991px) {
    .navbar-brand .img-logo {
        height: 2rem;
    }
}

.btn, .form-control {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-uniserve {
    color: #fff;
    background-color: #DA1F3D;
    border-color: #DA1F3D;
}

.text-light {
    font-weight: 100;
}

.btn-uniserve:hover {
    color: #fff;
    background-color: #D54D00;
    border-color: #AF460B;
}

.btn-uniserve:focus, .btn-uniserve.focus {
    color: #fff;
    background-color: #D54D00;
    border-color: #AF460B;
    box-shadow: 0 0 0 0.2rem rgba(175, 70, 11, 0.5);
}

.btn-uniserve.disabled, .btn-uniserve:disabled {
    color: #fff;
    background-color: #DA1F3D;
    border-color: #DA1F3D;
}

.btn-uniserve:not(:disabled):not(.disabled):active, .btn-uniserve:not(:disabled):not(.disabled).active,
.show > .btn-uniserve.dropdown-toggle {
    color: #fff;
    background-color: #AF460B;
    border-color: #005cbf;
}

    .btn-uniserve:not(:disabled):not(.disabled):active:focus, .btn-uniserve:not(:disabled):not(.disabled).active:focus,
    .show > .btn-uniserve.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(175, 70, 11, 0.5);
    }

.btn-outline-uniserve {
    color: #DA1F3D;
    border-color: #DA1F3D;
}

    .btn-outline-uniserve:hover {
        color: #fff;
        background-color: #DA1F3D;
        border-color: #DA1F3D;
    }

    .btn-outline-uniserve:focus, .btn-outline-uniserve.focus {
        box-shadow: 0 0 0 0.2rem rgba(175, 70, 11, 0.5);
    }

    .btn-outline-uniserve.disabled, .btn-outline-uniserve:disabled {
        color: #DA1F3D;
        background-color: transparent;
    }

    .btn-outline-uniserve:not(:disabled):not(.disabled):active, .btn-outline-uniserve:not(:disabled):not(.disabled).active,
    .show > .btn-outline-uniserve.dropdown-toggle {
        color: #fff;
        background-color: #DA1F3D;
        border-color: #DA1F3D;
    }

        .btn-outline-uniserve:not(:disabled):not(.disabled):active:focus, .btn-outline-uniserve:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-uniserve.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(175, 70, 11, 0.5);
        }

.badge-uniserve {
    color: #fff;
    background-color: #DA1F3D;
}

a.badge-uniserve:hover, a.badge-uniserve:focus {
    color: #fff;
    background-color: #AF460B;
}

a.badge-uniserve:focus, a.badge-uniserve.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175, 70, 11, 0.5);
}

.bg-uniserve {
    background-color: #DA1F3D !important;
}

.border-uniserve {
    border-color: #DA1F3D !important;
}

.text-uniserve {
    color: #DA1F3D !important;
}

a.text-uniserve:hover, a.text-uniserve:focus {
    color: #D54D00 !important;
}

header .navbar .form-inline .form-control {
    width: auto;
}

header .navbar ul li {
    font-size: 1.4rem;
    font-weight: 100;
}

header .navbar ul.navbar-nav > li {
    padding-right: 1rem;
}


header .navbar .navbar-nav .nav-link {
    color: #DA1F3D;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #EAE6E5;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: "\f0da";
        float: right;
        border: none;
        font-family: 'FontAwesome';
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

.navbar-nav .dropdown-menu {
    border-radius: 0;
}

.navbar-dark .dropdown-menu {
    background-color: rgba(52,57,63, 0.95);
}

    .navbar-dark .dropdown-menu .dropdown-item {
        color: #fafafa;
        font-weight: 100;
        font-size: 1.2rem;
    }

        .navbar-dark .dropdown-menu .dropdown-item:hover {
            color: #34393F;
        }

@media (min-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

.top-footer,
.bottom-footer {
    background-color: #34393f;
}

.central-footer {
    background-color: #25292e;
}

.footer-dark,
.footer-dark a {
    color: #EAE6E5;
    font-weight: 100;
}

    .footer-dark a:hover {
        color: rgba(255,255,255,.75);
    }

.teaser-list .list__list {
    margin: 0;
    padding: 0;
    text-rendering: optimizeSpeed;
}

.teaser-list .list__item {
    list-style: none;
    padding: 0;
}

.teaser-list .list__link {
    display: block;
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}

    .teaser-list .list__link:hover {
        border-bottom: 1px solid #DA1F3D;
    }

.teaser .teaser__content {
    padding: 0.625rem;
    margin-bottom: 0.625rem;
    background-color: rgba(0,0,0,0.08);
}

.teaser-slider .slick-slide {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    min-height: 5rem;
}

.teaser-slider .slick-list {
    margin: 0 -0.625rem 1rem;
}


.teaser-slider {
    margin-left: -15px;
    margin-right: -15px;
}

    .teaser-slider .teaser {
        padding-left: 15px;
        padding-right: 15px;
    }

    .teaser-slider .teaser__content:hover {
        background-color: rgba(0,0,0,0.15);
    }

        .teaser-slider .teaser .teaser__picture {
            margin-bottom: 0;
            margin-top: 0;
        }



header + main > div:first-child.container {
    margin-top: 2rem;
}

.search__item {
    min-height: 200px;
}

@media screen {
    .accordion__item {
        margin-bottom: 0.5rem;
    }

    .accordion__trigger {
        position: relative;
        background-color: #50565E;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 1.2rem;
        font-weight: 200;
        padding: 1rem;
        text-align: left;
        transition: background 0.35s, box-shadow 0.35s;
        width: 100%;
    }
}

@media screen {
    .accordion__content {
        display: none;
        padding: 1rem;
        background-color: #f5f5f5;
    }
}

@media screen {
    .accordion__trigger:hover, .accordion__trigger:focus {
        background-color: #25292e;
        box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.24), 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.12);
    }
}

@media screen {
    .accordion__trigger.is--active::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}


@media screen {
    .accordion__trigger::after {
        box-sizing: inherit;
        content: "\f078";
        position: absolute;
        right: 1rem;
        top: 1.2rem;
        display: inline-block;
        color: #DA1F3D;
        font-family: "Font Awesome 5 Pro";
        font-size: 1.2rem;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: 1;
        speak: none;
        text-align: center;
        text-decoration: none;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
        width: auto;
        z-index: 0;
    }
}

.selection {
    background-color: #DA1F3D;
    margin-left: calc(-50vw + 50%);
    padding: 1.5rem 3rem 1.75rem;
    width: 100vw;
}

@media (max-width: 1024px) {
    .selection {
        padding: 1.5rem 1rem 1.75rem;
    }
}

@media (min-width: 1400px) {
    .selection {
        padding: 4.375rem 5rem;
    }
}

.selection__inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 90rem;
}

@media (max-width: 1400px) {
    .selection__inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
}

.selection__title {
    color: #fff;
    font-size: 1.425rem;
    font-weight: 400;
    white-space: nowrap;
}

@media (min-width: 1400px) {
    .selection__title {
        font-size: 2.625rem;
    }
}

@media (max-width: 1400px) {
    .selection__title {
        padding-bottom: 1rem;
    }
}

.selection__action {
    position: relative;
    height: 3rem;
    width: 100%;
}

@media (min-width: 1400px) {
    .selection__action {
        height: 4.875rem;
        margin-left: 1.25rem;
    }
}

.selection__action ul li {
    display: none;
}

    .selection__action ul li.is--visible {
        display: block;
    }

.selection__action ul.is--active li {
    display: block;
}


.e-form__field-select {
    border: 0.0625rem solid #ecf0f1;
    box-shadow: none;
    outline: none;
    padding: 0 1.875rem;
    padding-right: 3rem;
    transition: box-shadow 0.35s, background 0.35s, border 0.35s;
    width: 100%;
    background-color: #fff;
    color: #6c757d;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    height: 3rem;
    opacity: .99;
    font-size: 1.5rem;
    height: 4.875rem;
}

    .e-form__field-select li {
        background-color: #fff;
        box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
        color: #6c757d;
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: 400;
        height: 4.875rem;
        line-height: 4.875rem;
        padding: 0 1.875rem;
        transition: background .35s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1400px) {
    .selection {
        padding-bottom: 3rem;
    }

    .e-form__field-select {
        border: 0.0625rem solid #ecf0f1;
        box-shadow: none;
        outline: none;
        padding: 0 1.875rem;
        font-weight: 400;
        opacity: .99;
        font-size: 1.2rem;
        height: 3.875rem;
    }

        .e-form__field-select li {
            font-size: 1.2rem;
            height: 3.875rem;
            line-height: 3.875rem;
        }
}

@media (max-width: 1024px) {
    .e-form__field-select {
        font-size: 1rem;
    }

        .e-form__field-select li {
            font-size: 1rem;
        }
}

.e-form__field-select.js-nav-select {
    left: 0;
    position: absolute;
    top: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.e-form__field-select li:hover {
    background-color: #ededed;
}

.e-form__field-select {
}

    .e-form__field-select.js-nav-select {
        left: 0;
        position: absolute;
        top: 0;
        border: 0;
        padding-left: 0;
        padding-right: 0;
        z-index: 1;
    }

.js-nav-select.e-form__field-select::before {
    content: "\f078";
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    color: #6c757d;
    font-size: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner__desc {
    position: relative;
}

.banner__desc_top {
    position: absolute;
    top: -7rem;
    min-width: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
}

    .banner__desc_top span {
        color: #DA1F3D;
        max-width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.banner__desc_bottom {
    position: absolute;
    top: -4rem;
    min-width: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #212529;
    font-size: 1.5rem;
    max-width: 100%;
}

    .banner__desc_bottom span {
        color: #000;
        max-width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640px) {
    .banner__desc_top span {
        font-size: 1rem;
    }

    .banner__desc_bottom span {
        font-size: 1rem;
    }
}

a:hover .banner__desc_bottom {
    background-color: #DA1F3D;
}

    a:hover .banner__desc_bottom span {
        color: #fff;
    }

a:hover .banner__desc_top span {
    color: #212529;
}
