@import url('https://fonts.verwaltungsportal.de/import/?family=Red+Hat+Text:300,300i,400,400i,500,500i,600,600i,700,700i%7CYanone+Kaffeesatz:300,400,500,600,700');
body {
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 400;
    color: #444444;
    background: #ffffff;
    font-size: 1rem; /* 1rem = 16px */
    line-height: 1.5;
}

@media (min-width: 992px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #c44536;
}

a:hover,
a:focus {
    color: #c44536;
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

#menu a:focus {
    outline: 3px solid #c44536;
}

a:focus {
    outline: 3px solid #c44536;
}

#footer a:focus {
    outline: 3px solid #ffffff;
}

#topbar a:focus {
    outline: 3px solid #c44536;
}

#contrast_style button:focus {
    outline: 3px solid #c44536;
}

#style button:focus {
    outline: 3px solid #c44536;
}

#search_input:focus,
#search_submit:focus {
    outline: 3px solid #c44536;
}

.tab a:focus {
    outline: 3px solid #c44536;
}

#frameBox iframe:focus {
    outline: 3px solid #c44536;
}


.contrast_dark_font #contrast_style button {
    background: #000000 !important;
}

body:not(.noListStyle) .template-page ul, body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.units) {
    padding-left: 0;
  }
/* ----------------------------------------------- topbar ----------------------------------------------- */

#topbar {
    background: rgba(37,76,107,1);
    font-size: 0.875rem;
    color: #fff;
}

#topbar a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 992px) {

    #topbar > .row > div:last-child {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    #topbar > .row > div > *:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.8);
        margin-right: 30px;
        padding-right: 25px;
    }

    #topbar {
        background: rgba(37,76,107,0.85);
        font-size: 0.875rem;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 55;
    }
}

/* ------------------------------------------------ styler ---------------------------------------------- */
.bgOptions {
    background-color: #3f6580 !important;
}

@media (min-width: 992px) {
    #style {
        padding-left: 26px;
        background: url('../img/fontsize.png') center left no-repeat;
    }
}


#contrast_style button,
#style button,
#contrast_style1 button {
    padding: 0;
    border: none;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-weight: 400;
    text-align: center;
    background: transparent;
    position: relative;
    line-height: 1;
}

#contrast_style button,
#contrast_style1 button {
    padding: 3px 0 0 0;
}
#style button {
    padding: 0;
}

#contrast_style button+button,
#style button+button,
#contrast_style1 button+button {
    margin-left: -6px;
}

#contrast_style button:hover,
#contrast_style button:focus,
#style button:hover,
#style button:focus,
#contrast_style1 button:hover,
#contrast_style1 button:focus {
    background: #153956;
}

/* ----------------------------------------------- search ----------------------------------------------- */

#search,
#search1 {
    height: 33px;
    display: inline-block;
    position: relative;
}
#search_input,
#search_input1 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 43px;
    height: 33px;
    width: 100%;
}
#search_submit,
#search_submit1 {
    width: 33px;
    background: url('../img/lupe-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
#search_submit:hover, #newsletter_submit:hover,
#search_submit1:hover, #newsletter_submit1:hover {
    background-color: #153956;
}
#search_input::-ms-input-placeholder, 
#search_input1::-ms-input-placeholder {
    color: #fff !important;
}
#search_input::-webkit-input-placeholder,
#search_input1::-webkit-input-placeholder {
    color: #fff !important;
}
#search_input::-moz-placeholder,
#search_input1::-moz-placeholder {
    opacity: 1;
}
#search_input:-moz-placeholder,
#search_input1:-moz-placeholder {
    opacity: 1;
}

/* ----------------------------------------------- logo ----------------------------------------------- */

.logo,
.logoSticky {
    display: inline-block;
}

@media (max-width: 991px) {
    .logo {
        position: relative;
        z-index: 50;
        margin-bottom: -20px;
    }
}

@media (min-width: 992px) {
    .logo {
        position: absolute;
        left: 15px;
        top: 0;
        z-index: 50;
        display: block;
    }
    .logoSticky {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        text-align: center;
        top: 0;
        left: 15px;
        right: 15px;
        -webkit-transition: opacity 200ms linear;
        -moz-transition: opacity 200ms linear;
        -ms-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        transition: opacity 200ms linear;
    }
    .is-sticky .logoSticky {
        opacity: 1;
        pointer-events: auto;
    }
    .logoSticky img {
        max-height: 140px;
    }
}

.logo img {
    display: block;
}

@media (max-width: 991px) {
    .logo img {
        max-width: 130px;
        width: 100%;
    }
}

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background: #ffffff;
        border: none !important;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }
    #burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
        background-color: #c44536;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        -webkit-transition: transform 200ms linear, opacity 200ms linear;
        -moz-transition: transform 200ms linear, opacity 200ms linear;
        -ms-transition: transform 200ms linear, opacity 200ms linear;
        -o-transition: transform 200ms linear, opacity 200ms linear;
        transition: transform 200ms linear, opacity 200ms linear;
    }
    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
        opacity: 0;
    }
    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }
    #burgerButtonInner {
        top: 16px;
    }
    #burgerButtonInner2 {
        top: 24px;
    }
    #burgerButton:after {
        top: 32px;
        content: "";
        display: block;
    }
    .navbar-nav {
        margin: 20px 0;
    }
    .navbar-collapse {
        padding-top: 30px;
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }
    .navbar-collapse[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }
    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: width 300ms linear, opacity 300ms linear;
        -moz-transition: width 300ms linear, opacity 300ms linear;
        -ms-transition: width 300ms linear, opacity 300ms linear;
        -o-transition: width 300ms linear, opacity 300ms linear;
        transition: width 300ms linear, opacity 300ms linear;
    }
    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }
    .dropdown-toggle-button-wrapper {
        top: 6px;
        right: 0;
    }
    .dropdown-toggle-button-wrapper2 {
        top: 3px;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }
    .navbar-collapse.collapse.in:after,
    .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu,
    #menu-sticky-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        z-index: 49;
        -webkit-transition: background 300ms linear;
        -moz-transition: background 300ms linear;
        -ms-transition: background 300ms linear;
        -o-transition: background 300ms linear;
        transition: background 300ms linear;
    }
    .is-sticky #menu,
    #menu-sticky-wrapper.is-sticky {
        z-index: 59;
    }
    .is-sticky #menu {
        background: #ffffff;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    }
    
    nav.horizontally .navbar-nav {
        margin: 30px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    nav.horizontally .navbar-default .navbar-nav>li {
        flex-grow: 1;
    }
    .navbar-default .navbar-nav li[class*="toplevel"] > ul {
        display: flex !important;
        min-height: 250px;
        flex-wrap: wrap;
        pointer-events: none;
        position: absolute;
        opacity: 0;
        top: calc(100% + 30px);
        left: -233px;
        right: 15px;
        z-index: 1000;
        padding: 30px 40px 30px 270px;
        -webkit-transition: top 300ms linear, opacity 300ms linear;
        -moz-transition: top 300ms linear, opacity 300ms linear;
        -ms-transition: top 300ms linear, opacity 300ms linear;
        -o-transition: top 300ms linear, opacity 300ms linear;
        transition: top 300ms linear, opacity 300ms linear; 
    }  
    .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
    }
    .nav li[class*="toplevel"].open > .dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        width: 33.33%;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu>li:not(:nth-child(1)):not(:nth-child(3n+4)) {
        border-right: 1px solid rgba(0,0,0,0.12);
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        width: 230px;
        height: 100%;
        background-color: #c44536;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }   
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        display: block !important;
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav li[class*="toplevel"] > ul {
        left: -285px;
        padding-left: 290px;
    } 
    nav.horizontally .navbar-nav>li>.dropdown-menu::before {
        width: 270px;
    } 
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
    color: #444444;
    background: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 12px 0;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

@media (max-width: 991px) {
    nav.horizontally .navbar-nav>li>a.dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 15px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 26px 15px 20px 15px;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        min-height: 101px;
    }
    .navbar-default .navbar-nav>li>a.dropdown-toggle::before {
        content: "";
        opacity: 0;
        pointer-events: none;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -24px;
        bottom: -60px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 24px 20px 24px;
        border-color: transparent transparent #ffffff transparent;
        -webkit-transition: opacity 300ms linear, bottom 300ms linear;
        -moz-transition: opacity 300ms linear, bottom 300ms linear;
        -ms-transition: opacity 300ms linear, bottom 300ms linear;
        -o-transition: opacity 300ms linear, bottom 300ms linear;
        transition: opacity 300ms linear, bottom 300ms linear;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 30px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        display: block;
        min-height: 0px;
    }
}

.navbar-default .navbar-nav>li>a::after {
    content: "";
    display: block;
    height: 4px;
    width:0;
    max-width: 100px;
    background: rgb(0,44,164); /* Old browsers */
    background: rgb(0,44,164); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,44,164,1) 0%, rgba(0,44,164,1) 65%, rgba(205,6,0,1) 66%, rgba(205,6,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,44,164,1) 0%,rgba(0,44,164,1) 65%,rgba(205,6,0,1) 66%,rgba(205,6,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,44,164,1) 0%,rgba(0,44,164,1) 65%,rgba(205,6,0,1) 66%,rgba(205,6,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 2px 0 0 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms linear, width 300ms linear;
    -moz-transition: opacity 300ms linear, width 300ms linear;
    -ms-transition: opacity 300ms linear, width 300ms linear;
    -o-transition: opacity 300ms linear, width 300ms linear;
    transition: opacity 300ms linear, width 300ms linear;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a::after {
        margin-left: auto;
        margin-right: auto;
    }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */
.navbar-nav > li:hover > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus,
.navbar-nav > li[class$="_over"] > a,
.navbar-nav > li[class$="_over"] > a:hover,
.navbar-nav > li[class$="_over"] > a:focus {
   color: #c44536;
}

.navbar-nav > li:focus-within > a {
    color: #c44536;
}

.navbar-nav > li:hover > a::after,
.navbar-nav > li > a:hover::after,
.navbar-nav > li > a:focus::after,
.navbar-nav > li.open > a::after,
.navbar-nav > li.open > a:hover::after,
.navbar-nav > li.open > a:focus::after,
.navbar-nav > li[class$="_over"] > a::after,
.navbar-nav > li[class$="_over"] > a:hover::after,
.navbar-nav > li[class$="_over"] > a:focus::after {
    width: 80%;
    opacity: 1;
}

.navbar-nav > li:focus-within > a::after {
    width: 100%;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar-nav > li:hover > a.dropdown-toggle::before,
    .navbar-nav > li > a.dropdown-toggle:hover::before,
    .navbar-nav > li > a.dropdown-toggle:focus::before {
        bottom: -30px;
        opacity: 1;
    }

    .navbar-nav > li:focus-within > a.dropdown-toggle::before {
        bottom: -30px;
        opacity: 1;
    }
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu {
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .navbar-default .dropdown-menu {
        padding: 10px 0;
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 30px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu::after {
        content: "";
        position: absolute;
        display: block;
        height: 40px;
        left: 0;
        right: 0;
        top: -40px;
    }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #444444;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    font-weight: 700;
    font-size: 1.25rem;
    font-family: "Yanone Kaffeesatz", sans-serif;
    padding: 8px 15px;
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu>li>a {
        padding-bottom: 4px;
    }
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    font-weight: 400;
    font-size: 0.875rem;
    padding: 6px 15px 6px 30px;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 20px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    border: 1px solid #444444;
    -webkit-transition: background 300ms linear, border 300ms linear;
    -moz-transition: background 300ms linear, border 300ms linear;
    -ms-transition: background 300ms linear, border 300ms linear;
    -o-transition: background 300ms linear, border 300ms linear;
    transition: background 300ms linear, border 300ms linear;
}

@media(max-width:991px) {
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
        padding-right: 35px;
    }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav > li > .dropdown-menu > li:hover > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus {
    color: #c44536;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
    color: #c44536;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover::after,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus::after {
    background: #c44536;
    border-color: #c44536;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a::after {
    background: #c44536;
    border-color: #c44536;
}

/* ---------------------------------------------- banner ---------------------------------------------- */

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #slider {
        max-height: 400px;
    }
    body.index #slider {
        max-height: 735px;
    }
    #headerpic a.nivo-prevNav {
        left: 65px;
    }
    #headerpic a.nivo-nextNav {
        right: 65px;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    #headerpic .theme-default .nivo-controlNav {
        z-index: 48;
    }
}

@media (min-width: 1200px) {
    #headerpic .theme-default .nivo-controlNav {
        bottom: 30px;
    }
}

.slider-wrapper, #slider {
    height: 100%;
}

.slider-mask {
    display: block;
    background:  url('../img/overlay.png') center bottom / 100% auto no-repeat;
}

/* ------------------------------------------------ content ----------------------------------------------- */

#content {
    text-align: left;
    padding-bottom: 40px;
    padding-top: 30px;
}

@media (max-width: 991px) {
    #contentCol {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (min-width: 992px) {
    #content {
        padding-bottom: 70px;
        padding-top: 70px;
        background: url(../img/loewe-content.png) bottom right no-repeat;
    }
    #contentCol {
        padding-top: 26px;
    }
}

/* ------------------------------------------------ tabs ----------------------------------------------- */

#tabsLeft > * + *,
#tabsRight > * + * {
    margin-top: 60px;
}

@media (max-width: 991px) {
    #tabsLeft,
    #tabsRight {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    #tabsLeft {
        padding-right: 20px;
    }
    #tabsRight {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    #tabsLeft {
        padding-right: 40px;
    }
    #tabsRight {
        padding-left: 40px;
    }
}

.tab {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    position: relative;
    padding: 45px 20px 20px 20px;
    background: #ffffff;
    font-size: 15px;
    color: #444444;
    border-top: 4px solid #254b6a;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

#tab3 {
    border-top: 4px solid #c24435;
    text-align: center;
}

.tab::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

#tab1::before {
    background-image: url('../img/icon1.png');
}

#tab2::before {
    background-image: url('../img/icon2.png');
}

#tab3::before {
    background-image: url('../img/icon3.png');
}

.tab h1,
.tab h2,
.tab h3,
.tab h4,
.tab h5,
.tab h6,
.tab .tabHeadline {
    color: #254c6b;
    font-size: 1.625rem;
    margin: 0 0 16px 0;
    text-align: center;
}

.tab .tab_link_title a {
    color: #2d3133;
    font-weight: 700;
}

.tab .tab_link_mandat a {
    color: #444444; 
}

.tab .tab_link_mehr {
    color: transparent;
    font-size: 0;
}

#tab3 a,
.tab .tab_link_mehr a,
#teaser a {
    text-decoration: none;
    padding: 4px 15px 3px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 0.9375rem;
    background: rgba(0,0,0,0.02);
    color: #cc3835;
    font-weight: 600;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border: 1px solid rgba(0,0,0,0.15);
}

#tab3 a,
#teaser a {
    margin-top: 15px;
}

#tab3 a:hover,
#tab3 a:focus,
.tab .tab_link_mehr a:hover,
.tab .tab_link_mehr a:focus,
#teaser a:hover,
#teaser a:focus {
    background: #cc3835;
    color: #ffffff;
}

.tab .eventclndr-tab {
    margin-bottom: 22px;
}

.tab #clr-events-hide > p:first-child {
    margin-bottom: 15px;
}

.tab .tab_spacer {
    height: 15px;
}

.tab hr {
    height: 4px;
    opacity: 1;
    background: #c24435;
    max-width: 100px;
    width: 100%;
    margin: 28px auto;
    display: block;
}

/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #254c6b;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

h1, .h1, .legacy_h1 {
    font-size: 2.1rem;
}

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 2.5rem;
    }
}

h2, .h2, .legacy_h2 {
    font-size: 1.9rem;
}

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2.1rem;
    }
}

h3, .h3, .legacy_h3 {
    font-size: 1.8rem;
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: 1.7rem;
}

h5, .h5, .legacy_h5 {
    font-size: 1.6rem;
}

h6, .h6, .legacy_h6 {
    font-size: 1.5rem;
}

#newslinks, #newsmandate {
    border: 1px solid #2d3133;
}

/* ----------------------------------------------- teaser ----------------------------------------------- */

#teaser {
    margin-top: 5px;
    padding: 40px 0;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

#teaser::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px; 
    width: 100%;
    background:  url('../img/overlay-footer.png') no-repeat;
}

@media (min-width: 992px) {
    #teaser {
        min-height: 300px;
    }
    #teaser > .row > div {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    #teaser > .row > div {
        padding-left: 40px;
    }
}

#teaser .tab {
    margin-bottom: -95px;
    padding-top: 30px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    border-top: 4px solid #c24435;
}

#teaser .tab::before {
    display: none;
}

#teaser img {
    margin: -30px -20px 25px -20px;
    display: block;
    width: calc(100% + 40px) !important;
    min-width: calc(100% + 40px) !important;
}

#teaser a {
    margin-top: 15px;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

footer {
    color: #ffffff;
    font-size: 0.9375rem;
}

footer a,
footer a:hover {
    color: #ffffff;   
}

.footerTab a {
    text-decoration: underline;
}

#footer {
    background: url(../img/loewe-footer.png) bottom left no-repeat, #254c6b;
    padding-top: 90px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    #footer > .row > * + * {
       margin-top: 30px;
    }
}

@media (min-width: 576px) {
    #footer > .row > * + *:nth-child(2) {
       margin-top: 0;
    }
}

@media (min-width: 992px) {
    #footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footerHeadline {
    color: #ffffff;
    font-size: 1.375rem;
    margin: 0;
}

#innerfooter ul {
    padding: 0;
    line-height: 1.7;
}

@media (min-width: 992px) {
    #innerfooter ul {
        margin-bottom: -10px;
    }
}

#innerfooter a {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.25rem;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

#innerfooter li::before {
    content: "\0007C";
    color: #ffffff;
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}

footer iframe,
#footer .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
}

.socialTab {
    padding-left: 10px;
    line-height: 1;
}

.socialTab p {
    display: inline-block;
    padding: 0 5px;
}

.socialTab img {
    margin-top: 2px;
    max-height: 25px;
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
    text-align: right;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 768px) {
    #vernetzt {
        margin: 0;
    }
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: 10px;
}

/* --------------------------------------------- footer2 -------------------------------------------- */

#footer2 {
    padding: 15px 0;
    background: #c44536;
    font-size: 1.125rem;
}

#counter {
    position: relative;
    text-decoration: none;
    padding: 4px 15px 3px 15px;
    display: inline-block;
    border-radius: 2px;
    color: #ffffff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border: 1px solid rgba(255,255,255,0.15);
}

#counter-l, #counter-r {
    display: inline-block;
}

#scrollTopBtn {
    position: relative;
    text-decoration: none;
    padding: 4px 15px 3px 15px;
    display: inline-block;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border: 1px solid rgba(255,255,255,0.15);
}

#scrollTopBtn:hover,
#scrollTopBtn:focus {
    background: rgba(0,0,0,0.2);
}

#scrollTopBtn::after {
    content: "\00BB";
    position: relative;
    bottom: 1px;
    display: inline-block;
    margin-left: 4px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 576px) {
    #scrollTopBtn::after {
        margin-left: 15px;
    }
}

/* --------------------------------------------- contrast -------------------------------------------- */

.contrast_light_font form[id^="search"],
.contrast_light_font form #search_input1,
.contrast_dark_font #footer2 {
    background-color: #000000 !important;
}

.contrast_dark_font form[id^="search"],
.contrast_dark_font form #search_input1,
.contrast_dark_font #scrollTopBtn {
    background-color: #ffffff !important;
}

.contrast_light_font form [id^="search_submit"],
.contrast_dark_font form [id^="search_submit"] {
    background: #000000 url('../img/lupe-icon.png') center no-repeat !important;
}

.contrast_light_font #content,
.contrast_dark_font #content,
.contrast_light_font #teaser > .row, 
.contrast_light_font #teaser > .row > * {
    background: none !important;
}