@import url('https://fonts.verwaltungsportal.de/import/?family=Work+Sans:300,400,500,600,700%7CSource+Serif+Pro:400,600,700');
body {
    font-family: 'Work Sans', sans-serif;
    color: #2d2d2d;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #57791B;
}

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

@media (min-width: 1200px) {
    .row,
    .compact,
    ._op-container .container {
        max-width: 1600px;
        width: 100% !important;
    }
}

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

#topbar {
    border-bottom: 1px solid #cdcdcd;
    height: 100px;
    background: #fff;
}

#logo {
    display: inline-block;
    margin: 10px 0;
}

#logo img {
    display: block;
}

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

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

form[id^="search"] {
    height: 38px;
    background: #eeeeee;
    display: block;
    position: relative;
    border-radius: 10px;
    margin-top: 15px;
    flex-grow: 3;
    line-height: 1;
}

@media (min-width: 768px) {
    form[id^="search"] {
        margin-top: 6px;
    }
}

@media (max-width: 991px) {
    form[id^="search"] {
        margin: 0 15px;
    }
}

@media (min-width: 992px) {
    form[id^="search"] {
        margin-top: 0;
        margin-left: 15px;
    }
}

form [id^="search_input"] {
    color: #6e6e6e;
    font-size: 15px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 38px;
    padding-left: 14px;
    padding-right: 40px;
    height: 38px;
    width: 100%;
    border-radius: 10px;
}

form [id^="search_submit"] {
    width: 48px;
    height: 48px;
    border: none;
    background: url('../img/lupe-icon.png') center no-repeat;
    background-size: 14px 14px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-transition: transform 150ms linear;
    -moz-transition: transform 150ms linear;
    -ms-transition: transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
    font-size: 0;
}

@media (min-width: 992px) {
    form [id^="search_submit"] {
        border-color: #ffffff;
    }
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

[id^="search_input"]::-ms-input-placeholder {
    color: #6e6e6e !important;
}

[id^="search_input"]::-webkit-input-placeholder {
    color: #6e6e6e !important;
}

[id^="search_input"]::-moz-placeholder {
    opacity: 1;
}

.search_input:-moz-placeholder {
    opacity: 1;
}

/* ------------------------------------------------ styler ---------------------------------------------- */

@media (min-width: 992px) {
    #style {
        display: flex;
        height: 38px;
        margin-right: 10px;
        justify-content: space-between;
        flex-grow: 1;
        font-family: 'Source Serif Pro';
    }
    #style button {
        padding: 0;
        border: none;
        color: #191919;
        display: inline-block;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-weight: 300;
        text-align: center;
        background-color: #eeeeee;
        position: relative;
        line-height: 1;
        -webkit-transition: transform 150ms linear;
        -moz-transition: transform 150ms linear;
        -ms-transition: transform 150ms linear;
        -o-transition: transform 150ms linear;
        transition: transform 150ms linear;
    }
    #style button+button {
        margin-left: 8px;
    }
    #style button:hover,
    #style button:focus {
        background: #c8e064;
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    #style span {
        position: absolute;
    }
}

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

nav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        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: #669933;
        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;
    }
    .menue_list_toplevel_22941 {
        margin: 20px 0;
    }
    .navbar-collapse {
        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.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;
        pointer-events: none;
        display: block;
        width: 90px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .dropdown-toggle-button-wrapper {
        top: 8px;
    }
}

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

/* menu desktop */

@media (min-width: 992px) {
    nav {
        position: relative;
    }
    nav::after {
        content: "";
        position: absolute;
        pointer-events: none;
        display: block;
        right: 0;
        bottom: -5px;
        left: 0;
        height: 5px;
        z-index: 1000;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    }
    nav.horizontally .menue_list_toplevel_22941 {
        position: relative;
        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 .menue_list_toplevel_22941>li>ul::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        height: 25px;
    }
    nav.horizontally .menue_list_toplevel_22941>li>ul {
        display: flex !important;
        flex-wrap: wrap;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: -15px;
        right: -15px;
        z-index: 1000;
        padding: 30px 50px 30px 50px;
        opacity: 0;
        -ms-transform-origin: top center;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: opacity 200ms linear;
        -moz-transition: opacity 200ms linear;
        -ms-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        transition: opacity 200ms linear;
    }
    #menu .open>ul, #menu .navbar-default .menue_list_toplevel_22941>li:hover>ul, #menu .navbar-default .menue_list_toplevel_22941>li>ul>li:hover>ul, #menu .navbar-default .menue_list_toplevel_22941>li:focus-within>ul, #menu .navbar-default .menue_list_toplevel_22941>li>ul>li:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1;
    }
    nav.horizontally .menue_list_toplevel_22941>li>ul>li {
        margin-bottom: 30px;
        width: 33.33%;
    }
    nav.horizontally .menue_list_toplevel_22941>li>ul>li>ul {
        display: block !important;
    }
}

@media(min-width:1200px) {
    nav.horizontally .menue_list_toplevel_22941>li>ul>li {
        width: 20%;
        border-right: 1px solid #e6e6e6;
    }
    nav.horizontally .menue_list_toplevel_22941>li>ul>li:nth-child(5n+6) {
        border-right: none;
    }
    nav.horizontally .menue_list_toplevel_22941>li>ul>li:last-child {
        border-right: 1px solid transparent;
    }
}

.menue_group_22941_start, .menue_group_22941_end {
    display: none;
}

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

.navbar-default .menue_list_toplevel_22941>li>a {
    color: #646464;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    position: relative;
    font-size: 1.125rem;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default .menue_list_toplevel_22941>li+li {
        margin-top: 10px;
    }
    .navbar-default .menue_list_toplevel_22941>li>a {
        text-align: left;
    }
    nav.horizontally .navbar-nav>li>a.dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-default .menue_list_toplevel_22941>li {
        position: static !important;
    }
    .navbar-default .menue_list_toplevel_22941>li>a {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 1rem;
    }
}

@media (min-width: 1300px) {
    .navbar-default .menue_list_toplevel_22941>li>a {
        font-size: 1.125rem;
    }
}

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

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

.menue_list_toplevel_22941>li:focus-within>a, .menue_list_toplevel_22941>li:focus>a, .menue_list_toplevel_22941>li:hover>a, .menue_list_toplevel_22941>li>a:hover, .menue_list_toplevel_22941>li>a:focus, .menue_list_toplevel_22941>li.open>a, .menue_list_toplevel_22941>li.open>a:hover, .menue_list_toplevel_22941>li.open>a:focus, .menue_list_toplevel_22941>li[class$="_over"]>a, .menue_list_toplevel_22941>li[class$="_over"]>a:hover, .menue_list_toplevel_22941>li[class$="_over"]>a:focus {
    color: #3F5813;
    background: #c8e064;
}

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

.navbar-default .menue_list_toplevel_22941>li>ul {
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(234, 215, 50, 1);
    -moz-box-shadow: 0px 10px 0px 0px rgba(234, 215, 50, 1);
    box-shadow: 0px 10px 0px 0px rgba(234, 215, 50, 1);
}

@media (min-width: 992px) {
    .navbar-default .menue_list_toplevel_22941>li>ul {
        margin-top: 20px;
    }
    nav.horizontally .dropdown-menu {
        min-width: auto;
    }
}

@media (max-width: 991px) {
    .navbar-default .menue_list_toplevel_22941>li>ul {
        padding: 15px;
    }
    .navbar-default .menue_list_toplevel_22941>li>ul>li>ul {
        margin-bottom: 8px;
    }
}

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

.navbar-default .menue_list_toplevel_22941>li>ul>li {
    line-height: 20px;
    text-align: center;
}

.navbar-default .menue_list_toplevel_22941>li>ul>li>ul>li {
    line-height: 15px;
    text-align: center;
}

.navbar-default .menue_list_toplevel_22941>li>ul>li>a {
    color: #444444;
    font-weight: 600;
    padding: 0 0 10px 0;
    display: inline-block;
    position: relative;
    font-size: 1.125rem;
    text-decoration: none;
}

.navbar-default .menue_list_toplevel_22941>li>ul>li>a::after {
    content: "";
    display: block;
    height: 3px;
    background-color: #57791B;
    -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;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar-default .menue_list_toplevel_22941>li>ul>li>ul>li>a {
    color: #4d4d4d;
    font-weight: normal;
    padding: 6px 10px 6px 10px;
    font-size: 1rem;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default .menue_list_toplevel_22941>li>ul>li,
    .navbar-default .menue_list_toplevel_22941>li>ul>li>a,
    .navbar-default .menue_list_toplevel_22941>li>ul>li>ul>li>a,
    .navbar-default .menue_list_toplevel_22941>li>ul>li>ul>li {
        text-align: left;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
        padding-right: 35px;
    }
    .navbar-default .menue_list_toplevel_22941>li>ul>li>a::after {
        margin: 0;
        width: 50px;
    }
}

.navbar-default .menue_list_toplevel_22941>li>ul>li>ul>li>a::before {
    content: "\203A";
    margin-right: 4px;
    opacity: 0;
}

.navbar-default .menue_list_toplevel_22941>li>ul>li>ul>li:first-child, .navbar-default .menue_list_toplevel_22941>li>ul>li>ul>li:last-child {
    display: none;
}

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

.menue_list_toplevel_22941>li>ul>li:focus-within>a, .menue_list_toplevel_22941>li>ul>li>a:hover, .menue_list_toplevel_22941>li>ul>li>a:focus, .menue_list_toplevel_22941>li>ul>li.open>a, .menue_list_toplevel_22941>li>ul>li.open>a:hover, .menue_list_toplevel_22941>li>ul>li.open>a:focus, .menue_list_toplevel_22941>li>ul>li[class$="_over"]>a, .menue_list_toplevel_22941>li>ul>li[class$="_over"]>a:hover, .menue_list_toplevel_22941>li>ul>li[class$="_over"]>a:focus {
    background: transparent;
    color: #57791B;
}

.menue_list_toplevel_22941>li>ul>li>a:hover::after, .menue_list_toplevel_22941>li>ul>li>a:focus::after, .menue_list_toplevel_22941>li>ul>li.open>a::after, .menue_list_toplevel_22941>li>ul>li.open>a:hover::after, .menue_list_toplevel_22941>li>ul>li.open>a:focus::after, .menue_list_toplevel_22941>li>ul>li[class$="_over"]>a::after, .menue_list_toplevel_22941>li>ul>li[class$="_over"]>a:hover::after, .menue_list_toplevel_22941>li>ul>li[class$="_over"]>a:focus::after {
    background-color: #57791B;
}

.menue_list_toplevel_22941>li>ul>li>ul>li>a:hover, .menue_list_toplevel_22941>li>ul>li>ul>li>a:focus, .menue_list_toplevel_22941>li>ul>li>ul>li.open>a, .menue_list_toplevel_22941>li>ul>li>ul>li.open>a:hover, .menue_list_toplevel_22941>li>ul>li>ul>li.open>a:focus, .menue_list_toplevel_22941>li>ul>li>ul>li[class$="_over"]>a, .menue_list_toplevel_22941>li>ul>li>ul>li[class$="_over"]>a:hover, .menue_list_toplevel_22941>li>ul>li>ul>li[class$="_over"]>a:focus {
    background: transparent;
    color: #57791B;
}

.menue_list_toplevel_22941>li>ul>li>ul>li>a:hover::before, .menue_list_toplevel_22941>li>ul>li>ul>li>a:focus::before, .menue_list_toplevel_22941>li>ul>li>ul>li.open>a::before, .menue_list_toplevel_22941>li>ul>li>ul>li.open>a:hover::before, .menue_list_toplevel_22941>li>ul>li>ul>li.open>a:focus::before, .menue_list_toplevel_22941>li>ul>li>ul>li[class$="_over"]>a::before, .menue_list_toplevel_22941>li>ul>li>ul>li[class$="_over"]>a:hover::before, .menue_list_toplevel_22941>li>ul>li>ul>li[class$="_over"]>a:focus::before {
    opacity: 1;
}

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

#slider, #headerpic {
    overflow: hidden;
    max-height: 300px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

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

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

#slider+.nivo-controlNav {
    bottom: 22px;
}

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

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

.tab {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f7f7f3;
    position: relative;
    -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);
    margin-bottom: 20px;
    border-radius: 35px;
}

#veranstaltungen .tabHeadline {
    font-size: 1.5rem;
    padding: 18px 0px;
    margin: 0;
    color: #2b6204;
    font-weight: normal;
    text-align: center;
    background: #c8e064;
    font-family: 'Source Serif Pro', serif;
    border-radius: 30px 30px 0px 0px;
}

#wetter .tabHeadline {
    font-size: 1.5rem;
    margin: 0;
    padding: 18px 0px;
    color: #656565;
    font-weight: normal;
    background: #ead732;
    text-align: center;
    font-family: 'Source Serif Pro', serif;
    border-radius: 30px 30px 0px 0px;
}

#wetter .tabContent {
    padding: 15px;
    color: #121212;
}

#wetter iframe {
    border: 1px solid;
    border-radius: 11px;
    border-color: #e5e8e8;
    height: 310px;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
}

#veranstaltungen .tabContent {
    position: relative;
    z-index: 2;
}

#veranstaltungen {
    background: #c8e064;
    position: relative;
}

@media (max-width: 1399px) {
    #veranstaltungen {
        overflow: hidden;
    }
}

#veranstaltungen::before {
    content: '';
    position: absolute;
    width: 246px;
    height: 228px;
    background: url(../img/blume-tab.png) no-repeat;
    bottom: 0;
    right: -60px;
    pointer-events: none;
}

#wetter {
    border: 1px solid #dde5ba;
}

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

.tab_link_mehr a {
    color: #2b6204;
    border: 1px solid #2b6204;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    margin: 10px auto;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

.tab_link_mehr a:hover, .tab_link_mehr a:focus {
    background: rgba(255, 255, 255, 0.5);
}

.tab_link_mehr a::after {
    content: 'dazu \203A';
}

.tab_link_title a, .tab_link_mandat a {
    color: #121212;
}

.clr-events-tab-h3 {
    color: #121212;
}

#clr-events-hide {
    padding: 15px;
    text-align: center;
}

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

main {
    text-align: left;
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 150px;
    background: url(../img/footer-before.jpg) center bottom no-repeat #fff;
}

@media (max-width: 991px) {
    #bg-right {
        padding-top: 30px;
    }
}

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

/* ------------------------------------------ h1, #content .legacy_h1, .legacy_h1 - h6, #content .legacy_h6, .legacy_h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, h6, #content .legacy_h6, .legacy_h6, h5, #content .legacy_h5, .legacy_h5, h4, #content .legacy_h4, .legacy_h4, h3, #content .legacy_h3, .legacy_h3, h2, #content .legacy_h2, .legacy_h2, h1, #content .legacy_h1, .legacy_h1 {
    color: #57791B;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Work Sans', sans-serif;
}

h1, #content .legacy_h1, .legacy_h1, .h1 {
    font-size: 1.8rem;
}

@media (min-width: 992px) {
    h1, #content .legacy_h1, .legacy_h1, .h1 {
        font-size: 2.2rem;
    }
}

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

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

@media (min-width: 992px) {
    h2, #content .legacy_h2, .legacy_h2, .h2 {
        font-size: 1.8rem;
    }
}

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

@media (min-width: 992px) {
    h4, #content .legacy_h4, .legacy_h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited {
        font-size: 1.5rem;
    }
}

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

h6, #content .legacy_h6, .legacy_h6, .h6 {
    font-size: 1.3rem;
}

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

#content .h4link a:hover, #content .h4link a:focus {
    text-decoration: underline;
}

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

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #fff;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
}

.tabFooter {
    color: #fff;
    background: transparent;
    padding: 20px 0px;
}

@media (min-width: 992px) {
    .tabFooter {
        color: #fff;
        background: transparent;
        padding: 30px 0px;
    }
    #footer::before {
        content: '';
        position: absolute;
        width: 342px;
        height: 448px;
        background: url(../img/blume-unten.png) no-repeat;
        left: 0;
        bottom: 0;
        pointer-events: none;
    }
}

.tabFooter a {
    color: #ffffff;
    text-decoration: underline;
}

#counter {
    color: #3e5b02;
    background: url(../img/besucher.png) center right 15px no-repeat #bed75e;
    padding: 5px 40px 5px 15px;
    border-radius: 5px;
    font-size: 1rem;
    text-align: left;
}

footer {
    background: linear-gradient(to bottom, #abc848 70%, rgba(255, 255, 255, 0)), url(../img/blumen-hintergrund.jpg) center bottom no-repeat #5C811D;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 26px;
    position: relative;
}

@media (max-width: 767px) {
    #footer .row>.col-xs-12:not(:first-child)::before {
        background: #ffffff;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 20px 0;
        opacity: 0.3;
    }
    #footer .row>.col-xs-12.hidden-xs~.col-xs-12::before, #footer .row>.col-xs-12.hidden-sm~.col-xs-12::before {
        display: none;
    }
}

@media (min-width: 1200px) {
    footer {
        background: url(../img/blumen-hintergrund.jpg) center bottom no-repeat #5C811D;
    }
}

.linie {
    padding: 15px 0px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#innerfooterHeadline {
    margin: 0;
    padding: 0px;
}

#innerfooter a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(45, 45, 45, 0.3);
    font-size: 1rem;
}

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

#innerfooter a::before {
    content: '\A';
    white-space: pre-wrap;
}

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

#vernetzt {
    text-align: left;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 auto 20px auto;
    text-shadow: 0 0 2px rgba(45, 45, 45, 0.3);
}

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

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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