<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("normalize.css");

/** Start Fonts */
    @font-face {
        font-family: 'Barlow';
        font-weight: 400;
        font-style: normal;
        src: url('../fonts/Barlow-Regular.ttf');
    }
    @font-face {
        font-family: 'Barlow';
        font-weight: 700;
        font-style: normal;
        src: url('../fonts/Barlow-Bold.ttf');
    }
/** Ende Fonts */

span.dynamisch {
    visibility: hidden;
}

html {
    overflow-x: hidden;
    scroll-padding-top: 100px;
}

body {
    /* Hier die globalen Variablen definieren */
    --primary: #e00040;
    --secondary: rgb(26, 58, 96);
    --secondary-light: rgb(70, 96, 141);
    --secondary-gradient: linear-gradient(90deg, rgba(26, 58, 96, 1) 0%, rgba(70, 96, 141, 1) 100%);
    --white: #fff;
    --light: #f4f4f4;
    --dark: #343434;
    --black: #000;
    --muted: #cdcccc;
    --anchor-hover-color: #e00040;
    --body-color: #46608D;
    --body-bg: rgb(255, 255, 255);
    --body-bg: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(237, 243, 245, 1) 100%);
    --font-family: 'Barlow', sans-serif;
    --shadow: 2px 3px 4px rgb(26 58 96 / 20%);
    --shadow-hover: 2px 3px 4px rgb(26 58 96 / 50%);
    --radius: 6px;
    --transition-speed: .5s;
    --easing-type: ease-in-out;

    font-family: var(--font-family);
    color: var(--body-color);
    font-size: 18px;
    line-height: 1.6;
    background: var(--body-bg);
    padding-top: 100px;

    overflow-x: hidden;
}

@import url("bs-override.css");

/* =============================================
   Resets
============================================= */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

html:not(.wiki):not(.aktuelles):not(.beitrag):not(.suche) main a {
    text-decoration: underline;
}

#content .fixed-contact a,
#outro .article-list a {
    text-decoration: none;
}



a:hover {
    color: var(--anchor-hover-color);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 400;
}

.fw-bold h1, .fw-bold .h1,
.fw-bold h2, .fw-bold .h2,
.fw-bold h3, .fw-bold .h3,
.fw-bold h4, .fw-bold .h4,
.fw-bold h5, .fw-bold .h5,
.fw-bold h6, .fw-bold .h6 {
    font-weight: 700;
}

/* =============================================
   Global Styles
============================================= */

.grecaptcha-badge {
    display: none !important;
}

/* =============================================
   Main Styles
============================================= */

/** Start Bereich "header" */

    #header_navigation {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        background: var(--body-bg);
    }

/** Ende Bereich "header" */

/** Start Bereich "slider" */

    #slider-head .slider-wrapper {
        position: relative;
    }

    #slider-head .slick-initialized .slick-slide {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex !important;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        align-items: center !important;
        justify-content: center !important;
    }

    #slider-head .slick-initialized .slick-slide img,
    #slider-head .slick-initialized .slick-slide .slider-text {
        flex-shrink: 0;
        flex: 0 0 auto;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

    #slider-head .slick-initialized .slick-slide img {
        width: clamp(240px, 30vw, 400px);
        max-height: 400px;
    }

    #slider-head .slick-initialized .slick-slide .slider-text {
        width: 50%;
    }

    #slider-head .slider-text h3 {
        margin-bottom: 2rem;
        font-weight: 700;
    }

    #slider-head .slider-text-list {
        list-style: none;
        padding-left: 0;
    }

    #slider-head .slider-text-list li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
    }

    #slider-head .slider-text-list li:before {
        content: 'âœ“';
        color: var(--secondary);
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider-img-arrow .slider-direction .direction-prev,
    .slider-img-arrow .slider-direction .direction-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        cursor: pointer;
    }

    .slider-img-arrow .slider-direction .direction-prev {
        left: 5vw;
        transform: translateY(-50%) rotate(180deg);
    }

    .slider-img-arrow .slider-direction .direction-next {
        right: 5vw;
    }

    #slider-jobs .slider-slide img {
        width: 100%;
    }

    #no-image-slider .slider-wrapper img {
        display: none;
    }

    #no-image-slider.slider-img-arrow .slider-direction .direction-prev {
        left: -5vw;
        transform: translateY(-50%);
    }

    #no-image-slider.slider-img-arrow .slider-direction .direction-next {
        right: -5vw;
        transform: translateY(-50%) rotate(180deg);
    }

    #no-image-slider .slider-text {
        font-size: 80%;
    }

    #no-image-slider .slider-text h3 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .slider-wrapper[data-id="49"] .slick-track {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .slider-wrapper[data-id="49"] .slick-track img {
        max-width: 100%;
        max-height: 50px;
        filter: grayscale(1);
        opacity: .6;
        transition: filter var(--transition-speed) var(--easing-type), opacity var(--transition-speed) var(--easing-type);
    }

    .slider-wrapper[data-id="49"] .slick-track img:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    .slider-custom-height .slick-slider .slick-slide {
        height: clamp(15vh, 100vw, 50vh) !important;
        background-position: 38% center !important;
    }

/** Ende Bereich "slider" */

/** Start Bereich "banner" */

    #banner {
        font-size: 16px;
        line-height: 1.2;
        position: relative;
        /* transform: translateX(0); */
        /* max-height: 145px; */
        margin-block: 6rem;
        color: var(--white);
        /* transition: transform calc(var(--transition-speed) * 3) var(--easing-type),
                    max-height var(--transition-speed) var(--easing-type),
                    margin-top var(--transition-speed) var(--easing-type); */
    }

    .slickify .slick-dots {
        display: flex;
        justify-content: center;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .slickify .slick-dots li {
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        cursor: pointer;
        transition: color var(--transition-speed) var(--easing-type);
    }

    .slickify .slick-dots li:before {
        content: 'â€¢';
        position: absolute;
        top: 0;
        left: 0;
        font-size: 70px;
        line-height: 0;
    }

    .slickify .slick-dots li.slick-active {
        color: var(--primary);
    }

    .slickify .slick-dots li button {
        display: none;
    }

    #banner .banner-label h3 {
        display: flex;
        align-items: center;
    }

    #banner .banner-label h3:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url('../../../assets/userfiles/icons/neuigkeiten.svg');
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 15px;
    }

    /* #banner.closed {
        transform: translateX(100%);
        max-height: 0;
        margin-top: 0;
        transition: transform calc(var(--transition-speed) * 3) var(--easing-type),
                    max-height var(--transition-speed) var(--easing-type) calc(var(--transition-speed) * 3),
                    margin-top var(--transition-speed) var(--easing-type) calc(var(--transition-speed) * 3);
    } */

    /* #banner .banner-label {
        background: var(--secondary-gradient);
        color: var(--white);
        position: absolute;
        top: 0;
        right: 100%;
        width: 30px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: var(--radius);
        border-bottom-left-radius: var(--radius);
    } */

    #banner .banner-label &gt; p {
        white-space: nowrap;
        transform: rotate(-90deg);
    }

    /* #banner .banner-label .banner-close {
        position: absolute;
        top: 50%;
        right: calc(100% + 10px);
        transform: translateY(-50%);
        color: var(--secondary);
        font-size: 22px;
        cursor: pointer;
    } */

/** Ende Bereich "banner" */

/** Start Bereich "content" */

    .fixed-contact {
        --box-width: 350px;
        position: fixed;
        top: 145px;
        right: calc(var(--box-width) * -1);
        width: var(--box-width);
        z-index: 98;
        transition: right var(--transition-speed) var(--easing-type);
    }

    .fixed-contact:hover {
        right: calc(var(--box-width) * -1 + 30px);
    }

    .fixed-contact.open {
        right: 0;
    }

    .fixed-contact .contact-box-outer {
        width: auto;
        height: 100%;
        background: var(--secondary-gradient);
        padding: 2rem 1rem;
        text-align: center;
        border-top-left-radius: var(--radius);
        border-bottom-left-radius: var(--radius);
        position: absolute;
        top: 0;
        right: 100%;
    }

    .fixed-contact .contact-box-outer img {
        width: 15px;
        display: block;
    }

    .fixed-contact table,
    .fixed-contact td,
    .fixed-contact th {
        border: none;
        padding: 0;
    }

    .fixed-hint {
        position: fixed;
        top: 150px;
        right: 0;
        z-index: 97;
        margin-top: 1rem;
        background: var(--secondary-gradient);
        width: 47px;
        color: var(--white);
        height: 110px;
        border-top-left-radius: var(--radius);
        border-bottom-left-radius: var(--radius);
        font-size: 14px;
        opacity: 0;
        transition: opacity var(--transition-speed) var(--easing-type);
        cursor: pointer;
    }

    .fixed-hint.show {
        opacity: 1;
    }

    .fixed-hint .fixed-hint-outer {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .fixed-hint .fixed-hint-outer .fixed-hint-outer-text {
        transform: rotate(-90deg);
        white-space: nowrap;
    }

    #content .background-image {
        position: absolute;
        top: -40px;
        left: -90px;
        width: 220px;
        z-index: -1;
    }

    #content .background-image.background-image--duria {
        left: -20px;
        top: -30px;
        width: 300px;
    }

    #content .background-image.background-image--questionmark {
        top: -70px;
        width: 100px;
        left: -40px;
    }

    #content .background-image.background-image--stethoscope {
        top: -40px;
        width: 150px;
        left: -70px;
    }

    #slider-ueber-uns .slick-track {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    #slider-ueber-uns .slick-slide img {
        margin: 0 auto;
        max-width: 70%;
    }

    #map {
        aspect-ratio: 21/9;
    }

    #map .leaflet-left {
        right: 10px;
        left: unset;
        z-index: 97;
    }

    .map-contact-box {
        position: absolute;
        top: 0;
        left: calc(var(--bs-gutter-x) * .5);
        background: var(--secondary-gradient);
        padding: 1rem 5rem 1rem 2rem;
        color: var(--white);
    }

    .map-contact-box a:hover {
        color: var(--primary);
    }

    .location-arrow:before {
        content: '';
        background: url(../../../assets/userfiles/icons/pfeil.svg) no-repeat center;
        display: inline-block;
        width: 15px;
        height: 15px;
        transform: rotate(180deg);
        transition: background calc(var(--transition-speed) / 3) var(--easing-type);
    }

    .location-list .item:hover .location-arrow:before {
        background: url(../../../assets/userfiles/icons/pfeil_rot.svg) no-repeat center;
    }

    .category a {
        color: var(--white);
        background: var(--secondary);
        border: 1px solid var(--secondary);
        transition: all calc(var(--transition-speed) / 3) var(--easing-type);
    }

    .category a:hover {
        color: var(--primary);
        background: transparent;
    }

    .category-arrow:before {
        content: '';
        background: url(../../../assets/userfiles/icons/pfeil_weiss.svg) no-repeat center;
        display: inline-block;
        width: 15px;
        height: 15px;
        transform: rotate(180deg);
        transition: background calc(var(--transition-speed) / 3) var(--easing-type);
    }

    .category a:hover .category-arrow:before {
        background: url(../../../assets/userfiles/icons/pfeil_rot.svg) no-repeat center;
    }

    .category.active a {
        color: var(--primary);
        background: transparent;
    }

    .category.active a .category-arrow:before {
        background: url(../../../assets/userfiles/icons/pfeil_rot.svg) no-repeat center;
    }

    .news-arrow:before {
        content: '';
        background: url(../../../assets/userfiles/icons/pfeil.svg) no-repeat center;
        display: inline-block;
        width: 15px;
        height: 15px;
        transform: rotate(180deg);
        transition: background calc(var(--transition-speed) / 3) var(--easing-type);
    }

    .article-list .item:hover .news-arrow:before {
        background: url(../../../assets/userfiles/icons/pfeil_rot.svg) no-repeat center;
    }

    .absolute-on-bottom {
        position: absolute;
        bottom: -48px;
        width: 50vw;
        z-index: -1;
    }

    .absolute-on-bottom img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

/** Ende Bereich "content" */

/** Start Bereich "content_full" */

    .img-netz {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 0;
    }

    .img-netz img {
        max-height: 100%;
    }

    .netz-text {
        position: relative;
        z-index: 1;
    }

/** Ende Bereich "content_full" */

/** Start Bereich "outro" */

    #outro .teasertext p {
        margin-bottom: 0;
    }

/** Ende Bereich "outro" */

/** Start Bereich "outro_full" */

    .outro-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-size: cover !important;
        background-position: center !important;
        opacity: .5;
    }

    #outro_full .opening-hours-wrapper,
    #outro_full .text-wrapper {
        position: relative;
        z-index: 1;
    }

/** Ende Bereich "outro_full" */

/** Start Bereich "footer" */

    #footer .arrow-list {
        font-size: 15px;
    }

    #footer .slider-wrapper .slider-slide img {
        margin: 0 auto;
    }

    /** Start "Cookie" */
        #cookie_banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            background: var(--secondary-light);
            z-index: 98;
            padding: 1.5rem 3rem;
            margin: 0 auto;
            transform: translateY(100%);
            transition: transform var(--transition-speed) var(--easing-type);
        }

        #cookie_banner.show {
            transform: translateY(0);
        }

        #cookie_banner .cookie_settings {
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        #cookie_banner .cookie_settings:hover {
            color: var(--primary);
        }

        #cookie_banner .cookie_settings::after {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            background-image: url('../../../assets/userfiles/icons/zahnrad_weiss.svg');
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 10px;
        }

    /** Ende "Cookie" */

/** Ende Bereich "footer" */

/** Start Bereich "footer_dark" */

    #footer_dark {
        font-size: 14px;
        color: var(--white);
    }

    #footer_dark p {
        margin-bottom: 0;
    }

/** Ende Bereich "footer_dark" */

/** Start Suche */

    #searchResultsBox .standard .row + .result-item,
        #searchResultsBox .blog .row + .result-item {
        border-top: none !important;
    }

    .search-icon {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .search-overlay {
        opacity: 0;
        position: fixed;
        inset: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(70, 96, 141, .8);
        color: var(--white);
        transition: opacity var(--transition-speed) var(--easing-type),
                    inset var(--transition-speed) var(--easing-type);
    }

    .search-overlay.open {
        opacity: 1;
        inset: 0;
    }

    .search-overlay--inner {
        width: 75%;
    }

    .search-overlay--close {
        width: 25px;
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer;
    }

/** Ende Suche */

/* =============================================
   Helper Klassen
============================================= */

.no-hyphens,
.no-hyphens * {
    hyphens: none;
}

.lh-1-3 {
    line-height: 1.3;
}

.btn-arrow {
    position: relative;
    padding-right: 30px;
}

.btn-arrow:after {
    content: '';
    background: url(../../../assets/userfiles/icons/pfeil_weiss.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 10px;
    transform: rotate(180deg);
    transition: background calc(var(--transition-speed) / 3) var(--easing-type);
}

.btn-arrow:hover:after {
    background: url(../../../assets/userfiles/icons/pfeil_rot.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-list ul {
    list-style: none;
}

.arrow-list ul li {
    position: relative;
}

.arrow-list ul li:before {
    content: '';
    background: url(../../../assets/userfiles/icons/pfeil.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -15px;
    transform: rotate(180deg);
}

.btn-shadow {
    background: var(--white);
    color: var(--secondary);
    box-shadow: var(--shadow);
}

.btn-shadow:focus,
.btn-shadow:active,
.btn-shadow:active:focus,
.btn-shadow:hover {
    box-shadow: var(--shadow-hover);
}

.divider-hr {
    height: 2px;
    opacity: 1;
    background: var(--secondary-gradient);
}

.btn-search {
    padding: 0;
}

.btn-search:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231a3a60' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: background calc(var(--transition-speed) / 3) var(--easing-type);
}

.navbar-nav .dropdown-menu {
    border: 0;
}

/* .btn-search:hover:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
} */

/*.external-link:after {
    content: '';
    background: url('../../../assets/userfiles/icons/external_link.svg') no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}*/


/* =============================================
   Old Duria Overrides
============================================= */
.tistatus tr {
    border-bottom: 1px solid #ccc !important;
}

/* =============================================
   Media Queries
============================================= */

@media (max-width: 1199px) {

    #header_navigation {
        height: 100%;
        max-height: 90px;
        transition: max-height var(--transition-speed) var(--easing-type);
    }

    .search-icon {
        position: absolute;
        top: 37px;
        right: 93px;
    }

    .navbar-toggler {
        position: absolute;
        top: -44px;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: 0;
    }

    .navigation-wrapper {
        height: 0;
        transition: height var(--transition-speed) var(--easing-type);
    }

    .navigation-wrapper.open {
        height: calc(100vh - 59px);
    }
}

@media (max-width: 900px) {

}

@media (max-width: 767px) {
    /* body {
        padding-top: 148px;
    } */

    #banner .banner-label h3 {
        justify-content: center;
        margin-bottom: 1rem;
    }

    #cookie_banner {
        bottom: 43px;
    }

    .fixed-contact {
        --box-width: 100%;
        left: 0;
        right: 0;
        top: auto;
        bottom: -283px;
        z-index: 99;
        transition: all var(--transition-speed) var(--easing-type);
    }

    .fixed-contact:hover {
        right: 0;
        bottom: -283px;
    }

    .fixed-contact.open {
        right: 0;
        bottom: 0;
    }

    .fixed-contact .contact-box-outer {
        height: auto;
        left: 0;
        right: 0;
        top: -49px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 1rem;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        /* border-top-left-radius: var(--radius);
        border-top-right-radius: var(--radius); */
    }

    .fixed-contact .contact-box-outer &gt; div {
        width: 20%;
    }

    .fixed-contact .contact-box-outer &gt; div img {
        margin: 0 auto;
    }

    #slider-head .slick-initialized .slick-slide {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    #slider-head .slick-initialized .slick-slide .slider-text {
        width: 75%;
    }

    #slider-head .slider-direction {
        position: relative;
        height: 32px;
        text-align: center;
    }

    #slider-head.slider-img-arrow .slider-direction .direction-prev,
    #slider-head.slider-img-arrow .slider-direction .direction-next {
        transform: none;
        position: static;
        margin: 0 1.5rem;
    }

    #slider-head.slider-img-arrow .slider-direction .direction-prev {
        transform: rotate(180deg);
    }

    #banner {
        max-height: 235px;
    }

    #content .background-image {
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }

    #content .background-image.background-image--duria {
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }

    #content .background-image.background-image--questionmark {
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
    }

    #content .background-image.background-image--stethoscope {
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        top: -70px;
    }

    #no-image-slider.slider-img-arrow .slider-direction .direction-prev {
        left: 10px;
    }

    #no-image-slider.slider-img-arrow .slider-direction .direction-next {
        right: 10px;
    }
    
    .map-contact-box {
        position: static;
    }
}

@media (max-width: 575px) {
    /* body {
        padding-top: 202px;
    } */

    .fixed-contact {
        /*top: 260px;*/
    }

    .absolute-on-bottom {
        position: static;
        margin-bottom: -96px;
        width: 100vw;
        padding: 0;
    }
}

/*@media (min-width: 576px) {
    #cookie_banner {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #cookie_banner {
        max-width: 720px;
    }
}*/

@media (min-width: 992px) {
    #cookie_banner {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #cookie_banner {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #cookie_banner {
        max-width: 1320px;
    }
}


/* ====== DURIA ====== */


	.logout_banner {
		position:fixed;
		z-index:100;
		top:0px;
		width: 100%;
		background:#fefefe;
		opacity: .9;
		}
	.logout_banner p {
		margin-bottom: 0rem!important;
		font-size: 15px!important;
		padding-right: 25px;
	}
	
	
	.logout_banner button {
		background:none!important;
		display: inline;
		color: #e22a20;
		border:none;
		padding:0!important;
		font: inherit;
		cursor:pointer;
		transition: ease-out .2s
	}
	
	.logout_banner button:hover {
		color: #274568;
		}

</pre></body></html>