@import url("https://fonts.verwaltungsportal.de/import/?family=Work+Sans:300,400,500,600,700");
@import url("https://fonts.verwaltungsportal.de/import/?family=Roboto:300,400,500,600,700");
@import url("https://fonts.verwaltungsportal.de/import/?family=Cookie:400");

body {
    font-family: "Roboto", sans-serif;
    color: #080808;
    background: #ffffff;
    font-size: 1rem; /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #dd0303;
}

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


b, strong {
    font-weight: 600;
}

.over{
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

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

#tabs2 a:focus {
    outline: 3px solid #3c50b5;
}

#frameBox iframe:focus {
    outline: 3px solid #3c50b5;
}
/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

@media (min-width: 992px) {
    #logo {
        position: absolute;
        top: -65px;
        left: 0px;
        z-index: 12;
        left: -55px;
    }
}

/* ------------------------------------------------ styler ---------------------------------------------- */
#bf {
    border-bottom: 1px solid #d0ceaf;
}
#style {
    padding-left: 26px;
    background: url('../img/fontsize.png') center left no-repeat;
    display: inline-block;
    margin-left: 30px;
}

#contrast_style {
    display: inline-block;
    margin-left: 50px;
}

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

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

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


#style button:hover,
#style button:focus {
    text-decoration: underline;
}

#contrast_style img {
    background: #ffffff;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        border: none !important;
        position: relative;
        z-index: 1002;
        display: block;
        width: 46px;
        height: 40px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #ffffff;
        padding: 3px;
    }
    #burgerButton:before, #burgerButton:after, #burgerButtonInner {
        background-color: #080808;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 2px;
        -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"]:before {
        opacity: 0;
    }
    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }
    #burgerButtonInner {
        top: 10px;
    }
    #burgerButton:before {
        top: 18px;
    }
    #burgerButton:after {
        top: 26px;
    }
    #burgerButton:before, #burgerButton:after {
        content: "";
        display: block;
    }
    .navbar-nav {
        margin: 20px 0;
    }
    .navbar-collapse {
        top: 0;
        background: #fff9cb;
        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.collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .navbar-header {
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        background-color: #ffffff;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
        -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);
    }
    .navbar-collapse.in:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 90px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }
    .navbar-collapse.collapse.in:after {
        width: 40%;
    }
}

/* menu desktop */
.horizontally{
    background-color: #fff9cb;
    -webkit-box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.25); 
    box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.25);
}

@media (max-width: 991px) {
    .horizontally{
        padding: 10px 0;
    }
    
}
@media (min-width: 992px) {

    nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    nav.horizontally .navbar-nav>li {
        flex-grow: 1;
    }
    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }
    nav.horizontally .navbar-nav>li, nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }
}
/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
    color: #080808;
    font-weight: 400;
    text-align: center;
    padding: 10px 35px 15px 35px;
    text-transform: uppercase;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li {
        border-bottom: 1px solid rgba(46, 60, 72, 0.2);
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 18px 0;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
       /* Fade in Hover Start */
    .navbar-default .navbar-nav li[class*="toplevel"] > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"] > ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }
    .navbar-default .open > .dropdown-menu,    
    .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within > ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .nav .open > .dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

/* Pseudo */

    .navbar-default .navbar-nav > li > .dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        height: 20px;
        left: 0;
        right: 0;
        top: -20px;
    }

/* 3rd */

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }

    /* Fade in Hover End */
}

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

.navbar-default .navbar-nav>li>a::before {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    position: absolute;
    left: 40%;
    transform: translate(-35%);
    bottom: 0;
    background-color: #080808;
    transition: all, 250ms;
}

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

.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: #080808;
    background-color: transparent;
}

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

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        padding: 15px;
    }
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 20px;
        left: 50%;
        transform: translate(-50%);
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -18px;
        margin-left: 10px;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #131313;
    font-weight: 300;
    text-align: center;
    padding: 9px 25px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

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

.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 {
    background: #fff9cb;
    color: #080808;
}

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

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

@media (min-width: 992px) {
    #slider {
        max-height: 630px;
    }

    #headerpic a.nivo-prevNav {
        left: 65px;
    }
    #headerpic a.nivo-nextNav {
        right: 65px;
    }
}

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

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

.slider-mask {
    display: none;
}

@media (min-width: 992px) {
    .slider-mask {
        display: block;
        background: url(../img/mask.png) bottom center no-repeat;
    }
}


.nivo-controlNav{
    top: 20px !important;
	bottom: unset !important;
}

@media (max-width: 991px) {
    .nivo-controlNav{
        top: 10px !important;
	bottom: unset !important;
    }
}

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

main {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    main {
        padding-bottom: 0px;
        padding-top: 25px;
    }
}


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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #3c50b5;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Work Sans", sans-serif;
}

h1 em, h1 i,
h2 em, h2 i,
h3 em, h3 i {
    color: #6577d0;
    display: inline-block;
    font-style: normal;
    font-size: 68%;
}

h3, h4, h5, h6{
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

#content h1::after,
#content .legacy_h1::after,
main .h1::after {
    content: "";
    display: block;
    height: 8px;
    width: 20px;
    background-color: #3c50b5;
    margin: 10px 0 12px 0;
}

@media (min-width: 768px) {
    #content h1::after,
    #content .legacy_h1::after ,
    main .h1::after {
        margin: 15px 0 22px 0;
    }
}

#content h1[style*="center"]::after,
#content .legacy_h1[style*="center"]::after {
    margin-left: auto;
    margin-right: auto;
}

#content h1[style*="right"]::after,
#content .legacy_h1[style*="right"]::after {
    margin-left: auto;
    margin-right: 0;
}

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

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

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

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

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


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

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

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

#newslinks, #newsmandate {
    border: 1px solid #3c50b5;
}

/* ----------------------------------------------- kalender  -------------------------------------------- */
.kalender .tab{
    -webkit-box-shadow: 0px 3px 7px -4px rgba(0,0,0,0.30); 
    box-shadow: 0px 3px 7px -4px rgba(0,0,0,0.30);
    padding: 20px;
    padding-bottom: 30px;
}

.kalender .tab_link_entry{
    margin-bottom: 20px;
}
.kalender .tabHeadline{
  color: #000000;
  font-size: 1.375rem;  
}

.kalender #clr-events-hide > p:nth-child(1){
    display: none !important;
}

.kalender .tab_link_title a{
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}


.kalender .tab_link_mandat a,
.kalender .tab_link_date{
    font-size: 1rem;
    font-weight: 300;
    color: #000000;
}


.kalender .tab_link_mehr{
    font-size: 0px;
    text-align: center !important;
}

.kalender .tab_link_mehr a{
    display: inline-block;
    background-color: #3c50b5;
    padding: 4px 15px;
    color: #fff;
    font-size: 1rem;
    transition: all, 250ms;
    margin-top: 20px;
}


.kalender .tab_link_mehr a:hover,
.kalender .tab_link_mehr a:active{
    opacity: 0.95;
}

.button{
    margin-bottom: 60px;
    margin-top: 80px;
}

.button a{
    display: inline-block;
    background-color: #015ca8;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
    padding-bottom: 8px;
}

.button a::after{
    content: '\00BB';
    display: inline-block;
    margin-left: 3px;
}

.button a:hover,
.button a:active{
    opacity: 0.95;
    text-decoration: none;
}
/* ----------------------------------------------- parallax  -------------------------------------------- */

#parallax{
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0;
    margin: 30px 0;
    color: #fff;
}

#parallax{
    font-size: 1.25rem;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

#parallax a{
    color: #fff;
}

#parallax .tabHeadline{
    font-family: "Cookie", cursive;
    font-size: 2.8125rem;
    font-weight: 400;
    color: #fff;
}


/* ----------------------------------------------- news  -------------------------------------------- */
#news{
    background: linear-gradient(to top, rgba(255,249,203,1) 50%,rgba(255,255,255,1) 50%);
}


#news .tabHeadline {
    color: #ffffff;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    #news .tabHeadline{
        margin: 0 0 25px 0;
    }
}

@media (min-width: 1200px) {
    #news .tabHeadline{
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }
}

#news .tabHeadline::after{
    display: none;
}

#news .tab_link_entry{
    font-size: 1rem;
    position: relative;
    width: 100%;
}

#news .tab_link_title a {
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 8px;
}

@media (min-width: 576px) {
    #news .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


#news {
    padding-top: 30px;
    color: #080808;
}

#news .tab {
    background-image:  url('../img/icon-zeitung.png');
}

#news .tab,
#news .tab_link,
#news .tab_link > div {
    height: 100%;
    min-height: 100%;
}

#news .tab_link_entry {
    background: transparent;
    border-radius: 3px;
    padding: 160px 30px 30px 30px;
}

@media (min-width: 576px) and (max-width: 767px) {
    #news .tab_link_entry {
        width: calc(50% - 15px);
    }

    #news .tab_link_entry:nth-child(2n+1) {
        margin-right: 15px;
    }

    #news .tab_link_entry:nth-child(2n+2) {
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    #news .tab_link_entry {
        width: calc(33.33% - 20px);
    }

    #news .tab_link_entry + .tab_link_entry {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    #news .tab_link_entry+.tab_link_entry {
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    #news .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #news .tab_link {
        margin-top: 30px;
    }
}

#news .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#news .tab_link_title a::before {
    content: "";
    background: url("../img/platzhalter.png") center / cover no-repeat;
}

#news .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#news .tab_date {
    font-size: 0.75rem;
    font-weight: 400;
    position: absolute;
    left: -1px;
    top: 105px;
    z-index: 1;
    display: inline-block;
    padding: 6px 20px;
    background: #015ca8;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#news .tab_link_title a {
    color: #080808;
}

.tab_link_entries + div,
.tab_link_entries .tab_spacer,
.tab_link_entry > div:nth-last-child(2) {
    display: none;
}


#news .tabHeadline{
    font-family: "Cookie", cursive;
    color: #080808;
    font-weight: 400;
    font-size: 2.625rem;
}

#news .tab{
    color: #080808;
    font-size: 1.125rem;
    margin-bottom: 30px;
}

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

#search {
    height: 42px;
    background: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 25px;
}
#search_input {
    color: #181818;
    font-size: 15px;
    font-style: 300;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 42px;
    padding-left: 25px;
    padding-right: 43px;
    height: 42px;
    width: 100%;
}

.contrast_light_font #search_input {
    color: #000 !important;
  }

#search_submit {
    width: 42px;
    background: #fff url('../img/lupe.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 42px;
    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 {
    background-color: #fff;
}
#search_input::-ms-input-placeholder {
    color: #181818 !important;
}
#search_input::-webkit-input-placeholder {
    color: #181818 !important;
}
#search_input::-moz-placeholder {
    opacity: 1;
}
#search_input:-moz-placeholder {
    opacity: 1;
}

/* ----------------------------------------------- galerie ----------------------------------------------- */
#galerie .row, #galerie .col-xs-12{
    padding: 0px;
    margin: 0px;
}

#galerie{
    margin-bottom: -3px;
}

#galerie img{
    display: block;
    height: 100%;
    max-width: inherit;
    width: 100%;
}
/* ----------------------------------------------- footer ----------------------------------------------- */

footer {
    background-color: #fff9cb;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #080808;
    font-weight: 300;
    font-size: 0.9375rem;
    text-transform: uppercase;

    background-position: bottom left;
    background-repeat: no-repeat;
}



@media (min-width: 992px) {
    footer > .row:nth-child(1){
        padding-top: 95px;
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer > .row:nth-child(1) > div{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    
}

footer a{
    color: #080808;
}

footer .tabHeadline{
    font-weight: 700;
    font-size: 1.25rem;
    color: #080808;
    text-transform: uppercase;
    margin-bottom: 2px;
}

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

#innerfooter li {
    display: block;
}

#innerfooter a {
    color: #080808;
    text-decoration: none;
    display: block;
    font-weight: 300;
}

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

.textend{
    color: #080808;
    font-size: 0.875rem;
    text-transform: none;
    font-weight: 300;
}

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


footer > .row > div:nth-child(3){
    flex-wrap: wrap;
}


@media (min-width: 1600px) {
    footer > .row > div:nth-child(3){
        left: -50px;
    }
}
#vernetzt {
    text-align: center;
    font-size: 0.8125rem;
    color: #080808;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 300;
    text-transform: none;
}

b {
    color: #080808;
    font-weight: 400;
}

#vernetzt span {
    color: #080808;
}

#vernetzt span span {
    display: block;
}
