@font-face {
    font-family: Lato-Bold;
    src: url('/content/fonts/Lato-Bold.eot');
    src: url('/content/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Lato-Bold.woff2') format('woff2'), url('/content/fonts/Lato-Bold.woff') format('woff'), url('/content/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lato-Regular;
    src: url('/content/fonts/Lato-Regular.eot');
    src: url('/content/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Lato-Regular.woff2') format('woff2'), url('/content/fonts/Lato-Regular.woff') format('woff'), url('/content/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lato-Medium;
    src: url('/content/fonts/Lato-Medium.eot');
    src: url('/content/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Lato-Medium.woff2') format('woff2'), url('/content/fonts/Lato-Medium.woff') format('woff'), url('/content/fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lato-Light;
    src: url('/content/fonts/Lato-Light.eot');
    src: url('/content/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Lato-Light.woff2') format('woff2'), url('/content/fonts/Lato-Light.woff') format('woff'), url('/content/fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: LatoWeb;
    src: url('/content/fonts/Lato-Regular.eot');
    src: url('/content/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Lato-Regular.woff2') format('woff2'), url('/content/fonts/Lato-Regular.woff') format('woff'), url('/content/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    text-rendering: optimizeLegibility
}

/* Webfont NEW: Geist */

@font-face {
    font-family: Geist-Regular;
    src: url('/content/fonts/Geist-Regular.woff2') format('woff2'),
    url('/content/fonts/Geist-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Geist-Bold;
    src: url('/content/fonts/Geist-Bold.woff2')  format('woff2'),
    url('/content/fonts/Geist-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Geist-Medium;
    src: url('/content/fonts/Geist-Medium.woff2') format('woff2'),
    url('/content/fonts/Geist-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Geist-Light;
    src: url('/content/fonts/Geist-Light.woff2') format('woff2'),
    url('/content/fonts/Geist-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.font-bold {
    font-weight: 700
}

b {
    font-weight: 500
}

strong {
    font-weight: 700
}

body {
    padding-bottom: 20px;
    font-weight: 400;
    font-family: LatoWeb, Arial, Helvetica, sans-serif;
    /*font-family: Geist-Regular; hier FONTS umstellen */
    font-size: 16px
}

.page-content-background {
    background-color: #efeff3
}

.page {
    margin-top: 10px;
    background-color: #efeff3;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding: 50px
}

.page-caption {
    margin-left: -15px;
    font-size: 30px;
    text-transform: uppercase
}

.page-caption-small {
    margin-left: -15px;
    font-size: 18px
}

.h1, .h2, .h3 {
    color: #01718c
}

.group-header {
    font-size: 16px;
    color: #01718c;
    width: 100%;
    border-bottom: solid 2px #01718c;
    text-transform: uppercase
}

.group-header-margin {
    margin-bottom: 20px;
    margin-top: 20px
}

.clickable {
    cursor: pointer
}

.btn-petrol {
    background-color: #5dcbd1
}

.visible-for-region-only {
    display: none
}

.editable-container .visible-for-region-only {
    display: block;
    border: 1px dashed gray
}

.card-view .card {
    min-width: 200px;
    min-height: 160px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.card-view .card img {
    border-bottom: solid 15px #01718c;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto
}

.card-view .card .caption {
    font-size: 20px;
    color: #006681;
    position: absolute;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.card-view .card .caption .small {
    font-size: 12px
}

.card-view .card.editable {
    border: 1px solid gray
}

.card-view .card.edit-hidden img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) opacity(20%)
}

.inverse-color {
    color: #fff;
    background-color: #06394a
}

.inverse-color .h1, .inverse-color .h2, .inverse-color .h3 {
    color: #2fcbd2
}

.inverse-color button {
    color: #06394a;
    background-color: #fff
}

.inverse-color button.active {
    color: #fff;
    background-color: #2fcbd2
}

.inverse-color .group-header {
    font-size: 16px;
    color: #2fcbd2;
    width: 100%;
    border-bottom: solid 2px #2fcbd2;
    text-transform: uppercase
}

.inverse-color .group-header.margin {
    margin-bottom: 20px;
    margin-top: 20px
}

.edit-flag-list .edit-flag-item.disabled label {
    color: grey
}

.edit-flag-list .edit-flag-item.disabled input {
    color: grey
}

.edit-upload .edit-upload-content {
    border: 1px #23969b solid;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.42857143;
    display: inline-block;
    height: 34px;
    padding-right: 10px
}

.edit-upload .edit-upload-content .path-name-container {
    display: inline-block;
    color: gray;
    margin: 6px 0
}

.edit-upload .edit-upload-content .path-name-container .path-name-header {
    color: #23969b;
    display: inline-block;
    font-weight: 700;
    margin-right: 3px
}

.edit-upload .remove-content-path {
    color: #23969b;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    border-right: 1px #23969b solid;
    float: left
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid #01718c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc
}

.checkbox-container.validation-error {
    color: red
}

.checkbox-container.validation-error .checkmark {
    border: 1px solid red
}

.form-group label {
    margin: 0;
    padding-left: 0 !important;
    white-space: nowrap;
    font-weight: 700
}

.teaser-toolbar {
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px
}

.edit-teaser-content .teaser-cell {
    max-width: 450px;
    min-width: 350px
}

.edit-teaser-content .teaser-cell .teaser-container {
    border: 1px solid gray;
    border-bottom: solid 15px #01718c
}

.edit-teaser-content .teaser-cell .teaser-container .content {
    display: inline-block;
    height: 100%
}

.edit-teaser-content textarea {
    border: none
}

.edit-teaser-content input[type=checkbox] {
    width: auto;
    float: left;
    margin-right: 5px
}

.teaser-row {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    display: flex
}

.teaser-row .teaser-cell {
    flex: 1
}

.teaser-row .teaser-cell .bottom {
    position: relative;
    margin-top: 215px
}

.teaser-row .teaser-cell .right {
    float: right;
    margin-left: 2px
}

.teaser-row .teaser-cell .teaser-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto
}

.teaser-row .teaser-cell .clipping {
    color: #01718c
}

.teaser-row .teaser-cell .clipping .header {
    padding-top: 15px;
    padding-bottom: 15px
}

.teaser-row .teaser-cell .teaser-container {
    height: 230px;
    max-height: 230px;
    border-color: #01718c;
    background-color: #fff;
    background-size: cover;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.teaser-row .teaser-cell .teaser-container a {
    display: flex
}

.teaser-row .teaser-cell .teaser-container .header .small {
    font-size: 12px;
    display: block;
    color: #01718c
}

.teaser-row .teaser-cell .teaser-container .content {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    height: 215px
}

.teaser-row .teaser-cell .teaser-container .footer {
    font-size: 20px;
    color: #01718c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    margin-left: auto;
    margin-right: auto
}

.teaser-row .teaser-cell .teaser-container .footer .small {
    font-size: 12px
}

@media (max-width: 767px) {
    .teaser-row {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px
    }

    .teaser-row .teaser-cell {
        margin-top: 5px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .teaser-row {
        flex-direction: column
    }

    .teaser-row .teaser-cell {
        margin-top: 5px
    }
}

@media (min-width: 992px) {
    .teaser-row {
        flex-direction: row
    }

    .teaser-row .teaser-cell {
        width: 33%;
        padding-left: 10px
    }

    .teaser-row .teaser-cell:first-child {
        padding-left: 0
    }
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px 20px 50px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.white-popup .popup-buttons {
    margin-top: 20px
}

.white-popup .popup-buttons a, .white-popup .popup-buttons button {
    margin-left: 5px;
    float: right
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

#team_member_content img.img-responsive {
    height: 250px
}

#debug-footer {
    position: fixed;
    height: 20px;
    display: none;
    background-color: #b1dee9;
    color: #01718c;
    width: 100%
}

#debug-footer > span {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    top: -10px;
    left: 5px;
    vertical-align: middle
}

#debug-footer .links {
    display: inline-block;
    margin-left: 15px
}

#debug-footer ul {
    float: left;
    margin: 0
}

#debug-footer ul li {
    float: left
}

#debug-footer .push-right {
    float: right;
    margin-right: 15px
}

#debug-footer .push-right ul li {
    float: right;
    margin-right: 15px
}

.cursor-pointer {
    cursor: pointer
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.m-1 {
    margin: .5rem !important
}

.mb-1 {
    margin-bottom: .5rem !important
}

.mt-1 {
    margin-top: .5rem !important
}

.my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.mx-1 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.ml-1 {
    margin-left: .5rem !important
}

.mr-1 {
    margin-right: .5rem !important
}

.p-1 {
    padding: .5rem !important
}

.pb-1 {
    padding-bottom: .5rem !important
}

.pt-1 {
    padding-top: .5rem !important
}

.py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.px-1 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.pl-1 {
    padding-left: .5rem !important
}

.pr-1 {
    padding-right: .5rem !important
}

.m-2 {
    margin: 1rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.p-2 {
    padding: 1rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.pl-2 {
    padding-left: 1rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.m-3 {
    margin: 1.5rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.ml-3 {
    margin-left: 1.5rem !important
}

.mr-3 {
    margin-right: 1.5rem !important
}

.p-3 {
    padding: 1.5rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.pl-3 {
    padding-left: 1.5rem !important
}

.pr-3 {
    padding-right: 1.5rem !important
}

.m-4 {
    margin: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.p-4 {
    padding: 2rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.m-5 {
    margin: 2.5rem !important
}

.mb-5 {
    margin-bottom: 2.5rem !important
}

.mt-5 {
    margin-top: 2.5rem !important
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.ml-5 {
    margin-left: 2.5rem !important
}

.mr-5 {
    margin-right: 2.5rem !important
}

.p-5 {
    padding: 2.5rem !important
}

.pb-5 {
    padding-bottom: 2.5rem !important
}

.pt-5 {
    padding-top: 2.5rem !important
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.pl-5 {
    padding-left: 2.5rem !important
}

.pr-5 {
    padding-right: 2.5rem !important
}

.m-6 {
    margin: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.p-6 {
    padding: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.tab-content {
    padding: 10px
}

.tab-content .tab-pane {
    padding: 5px 15px
}

.content ul {
    margin-left: 15px
}

.content ul li {
    list-style: none
}

.silouette-bg {
    background-image: url("/content/images/silouette.svg");
    background-position: -30px -30px;
    background-repeat: no-repeat
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.edit-acl-container {
    width: 100%
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    -ms-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.mainmenu {
    padding-top: 0;
    background-color: #fff;
    position: relative
}

.navbar {
    z-index: 1600
}

a {
    color: #006681
}

a:hover {
    color: #015e77
}

.cockpit-disclaimer {
    width: 100%;
    height: 590px;
    position: relative;
    z-index: 14
}

.filter-container {
    color: #fff;
    margin-top: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px
}

.filter-container .filter-header {
    font-size: 1.2em;
    border-bottom: 1px solid #fff
}

.filter-container .filter-content {
    padding: 10px 0
}

.filter-container .filter-content .caption {
    font-size: .9em
}

.filter-container .group-header {
    font-size: 1em;
    color: #fff;
    border-bottom: none
}

.filter-container .toggle-button-row {
    padding-bottom: 10px
}

.filter-container .toggle-group label.btn {
    padding-top: 5px;
    padding-left: 18px !important;
    font-size: .8em !important;
    line-height: 12px !important
}

.filter-container .toggle-group .toggle-off {
    padding-left: 15px
}

.filter-container.light {
    color: #015e77;
    border-color: #015e77
}

.filter-container.light .filter-header {
    border-color: #015e77
}

.filter-container.light .group-header {
    font-size: 1em;
    color: #015e77;
    border-bottom: none
}

.filter-settings {
    margin-top: 10px
}

.no-filter-result {
    padding: 15px 0;
    color: #fff
}

.no-filter-result .no-filter-result-header {
    font-size: 1.2em;
    font-weight: 500
}

.btn-primary {
    color: #fff;
    background-color: #2fcbd2;
    border-color: #23969b
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.menu-bottom-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-bright {
    color: #fff
}

.text-bright:hover {
    color: #fff
}

.text-bright:visited {
    color: #fff
}

.text-bright:active {
    color: #fff
}

.text-smallcaption {
    color: #01718c;
    font-size: 20px;
    text-transform: uppercase
}

.text-xscaption {
    color: #01718c;
    font-size: 16px;
    text-transform: uppercase
}

.text-caption {
    color: #01718c;
    font-size: 24px;
    text-transform: uppercase
}

.text-large {
    font-size: 18px;
    color: #50718c
}

.text-small {
    font-size: 14px;
    color: #50718c
}

.upper {
    text-transform: uppercase
}

.right {
    text-align: right
}

.contribution {
    padding: 15px;
    margin-top: 30px;
    background-color: #fff
}

.bottom-border {
    border-bottom: solid 15px #01718c
}

.bottom-border-small {
    border-bottom: solid 1px #01718c
}

.top-border-small {
    border-top: solid 1px #01718c
}

.toolbar {
    display: block;
    white-space: nowrap
}

.toolbar .toolbar-item {
    display: inline-block
}

.toolbar .toolbar-item button {
    border: none
}

.toolbar #login_button {
    font-size: 1.4em
}

#filter {
    font-size: 14px
}

.arrow {
    box-sizing: border-box;
    cursor: pointer;
    color: #01718c;
    font-size: 23px;
    text-align: center
}

.arrow_more {
    padding-top: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.slider-col-wrapper {
    margin: 0;
    background-color: #efeff3;
    padding: 0 !important
}

.slider-padding {
    padding-left: 10px
}

.slider {
    padding: 0;
    overflow: hidden
}

.slider-content {
    padding: 15px;
    margin: 10px;
    min-height: 230px;
    overflow: hidden;
    background-color: #fff;
    max-height: 230px;
    text-overflow: ellipsis;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.slider-content .slider-sub-title {
    font-size: .8em
}

.slider-content .slider-text {
    margin: auto
}

.news-content {
    padding: 0 15px 15px 15px;
    overflow: hidden;
    background-color: #fff;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.news-content .news-header {
    font-size: 1.4em;
    font-weight: Lato-Bold;
    padding-bottom: 10px
}

.list-headerrow {
    border-bottom: solid 3px #01718c;
    font-size: 12px;
    color: #50718c
}

.list-datarow-clickable {
    background-color: #b1dee9;
    border-top: solid 7px #fff;
    cursor: pointer
}

.list-datarow {
    background-color: #b1dee9;
    border-top: solid 7px #fff
}

.input-message {
    color: #555;
    width: 100%;
    height: 250px;
    background-color: #efeff3;
    background-image: none;
    border: 0 solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.input-layout {
    padding: 10px
}

.input {
    font-size: 16px;
    color: #555;
    width: 100%;
    background-color: #efeff3;
    border: 1px solid #b1dee9;
    padding-left: 10px
}

label {
    font-size: 16px;
    font-weight: 400
}

.button {
    color: #fff;
    background-color: #006681;
    border-color: #015e77;
    min-width: 160px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    display: block;
    cursor: pointer
}

.button:hover {
    background-color: #015e77
}

.editable-button-link button {
    min-width: 30px
}

.editable-button-link .editable-container .button {
    white-space: nowrap
}

.button-submit {
    min-width: 160px;
    padding-top: 0;
    margin: 0 auto
}

.inner-bottom-border {
    border-bottom: solid 1px #015e77;
    margin-bottom: 15px
}

.inner-bottom-border:last-child {
    border-bottom: none
}

.embedded-contact-list {
    text-align: center;
    margin: 0;
    padding: 0
}

.embedded-contact-list .embedded-contact {
    text-align: center;
    display: inline-block;
    padding: 15px
}

.embedded-contact-list .embedded-contact img {
    height: 120px
}

.embedded-contact-list .embedded-contact .name {
    display: block
}

.embedded-contact-list .embedded-contact .department {
    display: block;
    font-size: 12px
}

.edit-flag-list input[type=checkbox] {
    width: auto;
    float: left;
    margin-right: 5px;
    margin-left: 20px
}

.button-download {
    color: #fff;
    background-color: #006681;
    border-color: #015e77;
    font-size: 14px;
    padding: 1px 10px;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 32px;
    display: block;
    cursor: pointer
}

.button-download:hover {
    color: #ddd;
    text-decoration: none
}

.button-download:visited {
    color: #fff;
    text-decoration: none
}

#login_dialog .modal-dialog {
    width: 330px
}

#login_dialog .modal-header {
    background: #efeff3;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #000
}

.recaptcha {
    margin: 0;
    display: block
}

.field-validation-error {
    color: #b44442
}

.field-validation-valid {
    display: none
}

.input-validation-error {
    border: 1px solid #b44442;
    background-color: #f2dede
}

.error-message {
    color: #b44442
}

.error-messages {
    border: solid 1px #b44442;
    border-radius: 3px;
    background-color: #f2dede;
    color: #b44442;
    padding: 10px
}

.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

.text-xs-justify {
    text-align: justify
}

.page-error-container {
    border: 4px double red;
    padding: 15px
}

.page-error-title {
    font-size: 1.5em;
    font-weight: 500;
    color: #b00
}

.page-error-stacktrace {
    color: #900
}

ul.footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right
}

ul.footer-menu li {
    float: left;
    margin-left: 10px
}

ul.footer-menu li a {
    display: block
}

.disclaimer-button {
    display: block;
    width: 300px;
    margin: 10px
}

.decline-cell {
    display: table-cell;
    float: none;
    vertical-align: bottom;
    height: 124px
}

.cookie-popup {
    position: fixed;
    bottom: 0;
    background-color: #06394a;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 10001
}

.cookie-popup-accepted {
    z-index: -1000;
    display: none;
    max-height: 0
}

.cookie-popup-text {
    overflow: auto;
    font-size: 16px;
    color: #fff
}

.top-padding {
    margin-top: 10px
}

.bottom-padding {
    margin-bottom: 10px
}

div.more-info-links ul {
    margin-top: 5px;
    list-style: none
}

div.more-info-links ul li {
    padding: 2px 10px;
    margin: 0
}

div.more-info-links ul li a {
    text-decoration: underline
}

.language-selector-bar .dropdown {
    display: none
}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-screen .popup-content {
    height: 100%;
    opacity: 1;
    padding: 40px 20px;
    overflow-y: scroll;
    position: relative;
    background-color: #015e77
}

.full-screen button.close {
    opacity: 1;
    font-size: 72px;
    color: #fff;
    margin: 10px;
    top: 0
}

.top-most {
    z-index: 2300 !important
}

.top-most button.close {
    z-index: 2302 !important;
    position: relative;
    right: 10px;
    top: 10px
}

.top-most div {
    z-index: 2302 !important
}

.cockpit-disclaimer {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1049
}

.vertical-center {
    top: 50%;
    position: relative;
    transform: translateY(-50%)
}

.vertical-first-third {
    display: flex;
    flex-direction: column;
    height: 100%
}

.flex-grow {
    flex: 1 1 auto
}

.to-bottom {
    position: absolute;
    bottom: 5%;
    width: 800px;
    right: 10%
}

.dropdown.petrol .dropdown-menu {
    background-color: #015e77;
    text-transform: uppercase
}

.dropdown.petrol .dropdown-menu a {
    text-decoration: none
}

.cockpit-disclaimer, .popup-wrapper {
    font-weight: 300
}

.cockpit-disclaimer a, .popup-wrapper a {
    text-decoration: underline
}

.cockpit-disclaimer h1, .popup-wrapper h1 {
    font-size: 1.8em
}

.cockpit-disclaimer h2, .popup-wrapper h2 {
    font-size: 1.6em
}

.cockpit-disclaimer h3, .popup-wrapper h3 {
    font-size: 1.4em
}

.cockpit-disclaimer h4, .popup-wrapper h4 {
    font-size: 1.2em;
    font-weight: 100
}

.cockpit-disclaimer div.row.bottom, .popup-wrapper div.row.bottom {
    position: absolute;
    bottom: 10px
}

.cockpit-disclaimer .popup-background, .popup-wrapper .popup-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow: hidden;
    position: fixed;
    opacity: .95
}

.cockpit-disclaimer .popup-selector-container, .popup-wrapper .popup-selector-container {
    z-index: 1051;
    width: 100%
}

.cockpit-disclaimer .popup-header, .popup-wrapper .popup-header {
    font-size: 1.8em
}

.cockpit-disclaimer .popup-header .text, .popup-wrapper .popup-header .text {
    line-height: 28px;
    vertical-align: bottom
}

.cockpit-disclaimer .white, .popup-wrapper .white {
    background: rgba(255, 255, 255, .75);
    color: #3f3f3f
}

.cockpit-disclaimer .petrol, .popup-wrapper .petrol {
    color: #fff;
    background: rgba(6, 57, 74, .75)
}

.cockpit-disclaimer .petrol a, .popup-wrapper .petrol a {
    color: #fff
}

.cockpit-disclaimer .logo, .popup-wrapper .logo {
    height: 28px
}

.cockpit-disclaimer .popup-container, .popup-wrapper .popup-container {
    opacity: 1;
    position: relative;
    height: 100%;
    margin: 0 auto;
    background-color: #06394a
}

.cockpit-disclaimer .popup-container .button, .popup-wrapper .popup-container .button {
    background-color: #5dcbd1
}

.cockpit-disclaimer .popup-container button:disabled, .cockpit-disclaimer .popup-container button[disabled], .popup-wrapper .popup-container button:disabled, .popup-wrapper .popup-container button[disabled] {
    color: #666;
    font-style: italic;
    cursor: not-allowed
}

.cockpit-disclaimer .popup-container .btn-link, .popup-wrapper .popup-container .btn-link {
    color: #5dcbd1
}

.cockpit-disclaimer .popup-container #select-country a, .popup-wrapper .popup-container #select-country a {
    text-decoration: none;
    line-height: 20px;
    height: 20px;
    font-family: Lato-Light;
    display: inline-block;
    vertical-align: middle
}

.cockpit-disclaimer .popup-container #select-country a i, .popup-wrapper .popup-container #select-country a i {
    vertical-align: middle;
    font-size: .5em;
    font-weight: 100
}

@media only screen and (max-width: 767px) {
    .popup-wrapper .popup-container {
        padding: 50px 15px !important
    }
}

@media (max-width: 992px) {
    .language-selector-bar ul.disclaimer-language-menu {
        font-size: .8em
    }

    .language-selector-bar ul.disclaimer-language-menu li {
        float: none
    }

    .language-selector-bar ul.disclaimer-language-menu li a {
        display: block;
        margin-bottom: 10px
    }

    .language-selector-bar ul.disclaimer-language-menu li.left a {
        margin-right: 2px
    }

    .language-selector-bar ul.left li a {
        margin-right: 2px
    }

    .cockpit-disclaimer .popup-container {
        padding: 20px
    }

    .cockpit-disclaimer .disclaimer-button {
        width: 97%
    }

    .cockpit-disclaimer .decline-cell {
        display: block;
        height: auto
    }
}

@media (max-width: 1320px) {
    .cockpit-disclaimer .decline-cell {
        display: block;
        height: auto
    }
}

@media (min-width: 1400px) {
    .edit-container {
        width: 1300px
    }
}

@media (min-width: 1700px) {
    .edit-container {
        width: 1500px
    }
}

@media (min-width: 2000px) {
    .edit-container {
        width: 1900px
    }
}

@media (min-width: 2500px) {
    .edit-acl-container {
        width: 2500px
    }
}

@media (max-width: 768px) {
    .page {
        padding: 15px;
        padding-top: 20px
    }

    .page-caption {
        margin-left: 10px
    }

    .page-caption-small {
        margin-left: 10px
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-justify {
        text-align: justify
    }
}

@media (max-width: 768px) {
    .disclaimer-button {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }

    .disclaimer-popup {
        padding: 40px
    }

    .disclaimer-popup-text {
        max-height: 50%
    }
}

@media (max-width: 400px) {
    #news-popup {
        width: 300px
    }
}

@media (max-width: 600px) {
    #news-popup {
        width: 400px
    }
}

#busybox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    z-index: 1600;
    background-color: rgba(200, 200, 200, .9);
    display: none
}

#busybox .busy-text {
    position: relative;
    margin: 10px auto;
    width: 80%;
    font-weight: 500;
    font-size: 1.5em;
    text-align: center
}

#busybox .loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

#busybox .loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

#busybox .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#busybox .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@-webkit-keyframes color {
    0%, 100% {
        stroke: #d62d20
    }
    40% {
        stroke: #0057e7
    }
    66% {
        stroke: #008744
    }
    80%, 90% {
        stroke: #ffa700
    }
}

@keyframes color {
    0%, 100% {
        stroke: #d62d20
    }
    40% {
        stroke: #0057e7
    }
    66% {
        stroke: #008744
    }
    80%, 90% {
        stroke: #ffa700
    }
}

.cke_contents {
    color: #000
}

.cockpit-info {
    text-align: center
}

.cockpit-info-image {
    height: 70px;
    margin-bottom: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cockpit-info-header {
    font-size: 1.8em;
    margin: 20px
}

.cockpit-info-content {
    font-weight: 300;
    font-size: 1.2em
}

.light-fg {
    color: #fff
}

.obfml {
    unicode-bidi: bidi-override;
    cursor: pointer
}

.download-list img {
    height: 90px
}

@media (min-height: 768px) {
    .modal-dialog {
        margin: 120px auto
    }
}

.apexcharts-canvas text {
    fill: white
}

.edit-popup-overlay {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px;
    z-index: 1050
}

.edit-popup-overlay a {
    color: #fff
}

.edit-popup-overlay .container-fluid {
    background: #fff;
    border-radius: 10px
}

.edit-popup-overlay .container-fluid .row .no-row-margin {
    margin-left: -45px;
    padding-left: 0
}

.edit-popup-overlay .container-fluid .header {
    background-color: #015e77;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300
}

.edit-popup-overlay .container-fluid .edit-section {
    margin-top: 10px
}

.edit-popup-overlay .container-fluid.small {
    width: 10%;
    height: 10%;
    min-width: 600px;
    max-width: 900px;
    min-height: 500px;
    max-height: 800px
}

.arts-logo {
    margin: auto;
    padding: 0;
    text-align: center;
    display: block;
    cursor: pointer;
    z-index: 10
}

.menu-row {
    padding-top: 25px;
    position: relative
}

@media (max-width: 600px) {
    .menu-row {
        padding-top: 15px
    }

    .arts-logo img {
        max-height: 48px
    }
}

@media (min-width: 992px) {
    .arts-logo {
        position: absolute;
        left: 50%
    }

    .arts-logo a {
        position: relative;
        left: -50%;
        bottom: 0
    }
}

#important-news .alert-danger {
    background-color: #f44336;
    color: #fff
}

#important-news a {
    font-weight: 400;
    color: #fff !important
}

/*# sourceMappingURL=SiteV5.min.css.map */