@import url("https://fonts.verwaltungsportal.de/import/?family=Inter:300,400,600,700");

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

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

a {
    color: #000000;
}

main a {
    color: #000000;
    text-decoration: underline;
}

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

b, strong {
    font-weight: 600;
}

#overflow {
    overflow: hidden;
}

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

#topbar {
    padding: 5px 0;
    border-bottom: #010101 1px solid;
}

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

    #topbar {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    #logo img {
        max-width: 300px;
    }
}

/* ------------------------------------------------- select ------------------------------------------------ */

#select {
    position: fixed;
    z-index: 101;
    left: 0;
    display: flex;
    pointer-events: none;
}

#select input {
    display: none;
}

#selectList label {
    background: #f9ec67;
    display: block;
    position: relative;
    z-index: 1;
    order: 2;
    max-height: 61px;
    padding: 5px;
    cursor: pointer;
    pointer-events: all;
}

#selectList label img {
    max-width: unset;
}

@media (max-width: 767px) {
    #selectList label img {
        max-height: 42px;
        padding-left: 10px;
    }

    #selectList label {
        max-height: 50px;
    }
}

#selectList {
    position: relative;
    top: 0;
    left: -83%;
    pointer-events: none;
    width: 100%;
    display: flex;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

@media (max-width: 991px) {
    #selectList {
        top: -65px;
    }
}

@media (max-width: 767px) {
    #selectList {
        top: -63px;
    }
}

#selcetItems {
    display: block;
    text-align: left;
    background: #ffffff;
    padding: 15px;
    border: #010101 1px solid;
    pointer-events: all;
}

#selcetItems span {
    color: #010101;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}

#select input:checked~#selectList {
    left: 0;
}

#select:focus-within~#selectList {
    left: 0;
    pointer-events: all;
}

#keyboardOpenNav:focus-within #myNavbar>ul {
    display: block !important;
    z-index: -1;
}

#select input:focus-within~#selectList,
#select input:checked~#selectList {
    left: 0;
}

#select:focus-within #selectList {
    left: 0;
    pointer-events: all;
}


/* styler */

#style {
    width: 100%;
    max-width: 200px;
}

#style button {
    border: none;
    font-size: 1rem;
    background: transparent;
    padding: 10px 0 10px 35px;
    position: relative;
}

#style button:focus,
#style button:focus-within {
    border: 2px solid #0070ff;
}

#style button::before {
    content: '';
    display: block;
    height: 27px;
    width: 27px;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    background: url('../img/a-icon.png') center no-repeat;
    background-size: contain;
}

#style button:nth-child(1)::before {
    background: url('../img/lupe-minus-icon.png');
    background-repeat: no-repeat;
}

#style button:nth-child(3)::before {
    background: url('../img/lupe-plus-icon.png');
    background-repeat: no-repeat;
}


/* contrast */

#contrast_style {
    max-width: 250px;
}

#contrast_style button {
    background: transparent;
    border: none;
    font-size: 1rem;
    padding: 10px 0 10px 35px;
    position: relative;
}

#contrast_style button::before {
    content: '';
    display: block;
    height: 27px;
    width: 27px;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    background: url('../img/lightbulb-icon.png') center no-repeat;
    background-size: contain;
}

#contrast_style button:nth-child(1)::before {
    background: url('../img/contrast-icon.png');
    background-repeat: no-repeat;
}

#contrast_style button:nth-child(2)::before {
    background: url('../img/grayscale-icon.png');
    background-repeat: no-repeat;
}

/* --------------------------------------- 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: #f9ec67;
        padding: 3px;
    }

    #burgerButton:before, #burgerButton:after, #burgerButtonInner {
        background-color: #010101;
        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: #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: #f9ec67;
        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 */

@media (min-width: 992px) {
    .sticky-wrapper {
        z-index: 100 !important;
    }

    .is-sticky .horizontally {
        background: #ffffff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    }

    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: start !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: 18px;
    }

    nav.horizontally .navbar-nav>li, nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    /* 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: 10px;
        left: 0;
        right: 0;
        top: -10px;
    }

    /* 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 */
}


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

.navbar-default .navbar-nav>li>a {
    color: #444444;
    font-weight: 400;
    text-align: left;
    padding: 18px;
    position: relative;
    font-size: 1.375rem;
    line-height: 1.2;
    text-decoration: none;
}

@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>a {
        padding: 17px 25px 18px 25px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

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

/* Lupe inne Suche */

.navbar-default .navbar-nav>li:last-child>a {
    font-size: 0;
    display: block;
    background: url('../img/lupe-icon.png') center no-repeat;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li:last-child {
        margin-right: 0;
        display: flex;
        justify-content: end;
    }

    .navbar-default .navbar-nav>li:last-child>a {
        margin-right: -22vw;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li:last-child>a {
        padding: 28px 0;
        background-position: left 18px center;
    }
}

.navbar-default .navbar-nav>li:last-child>a:focus,
.navbar-default .navbar-nav>li:last-child>a:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

/* -------------------------------------------- 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 {
    background-color: #f9ec67;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    -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,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .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: #444444;
    font-weight: 400;
    text-align: left;
    padding: 15px 25px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

/* ------------------------------------------ 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: transparent;
    text-decoration: underline;
}

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

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

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

    body.index #slider {
        max-height: 600px;
    }

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

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

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

@media (min-width: 992px) {

    .nivo-controlNav,
    .theme-default .nivo-directionNav a {
        z-index: 99 !important;
    }
}

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

.slider-mask {
    display: none;
}

.theme-default .nivo-controlNav {
    z-index: 200;
}

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

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

#content {
    padding-bottom: 15px;
}

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

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

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

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

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

    #content h1, #content .h1, #content .legacy_h1 {
        margin-bottom: 20px;
        font-size: 1.375rem;
    }
}

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

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

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

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

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

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

@media (min-width: 992px) {
    .abovetab .tabHeadline {
        font-size: 1.375rem;
        margin-bottom: 50px;
    }
    .abovetab {
        margin: 30px 0 50px 0;
    }
}

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

#tabs-left .tab+.tab {
    margin-top: 30px;
}

#tabs-left .tabHeadline {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.375rem;
}

.tabs-bg {
    padding: 30px 40px;
    border: 4px solid #f7f5fa;
    background: #ffffff;
    margin-top: 50px;
    font-size: 0.9375rem;
}

@media (max-width: 991px) {
    #tabs-left {
        margin-bottom: 30px;
    }
}

/* ----------------------------------------------- 7ev events ----------------------------------------------- */
.eventArea {
    margin-top: 25px;
    margin-bottom: 40px;
}

#events {
    position: relative;
    max-width: 1170px;
    font-size: 1rem;
}

@media (min-width: 992px) {
    #events::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        height: 100%;
        width: 33%;
        pointer-events: none;
    }
}

#events .tab_link_title a {
    color: #444444;
    font-weight: 700;
}

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

#events {
    background-color: #fff;
    position: relative;
}

#events>.row {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    #eventsInner {
        padding-right: 0;
    }
}

#events h2 {
    color: #000000;
    font-weight: 700;
    font-size: 1.375rem;
}

#events .tab_link_entry {
    padding: 70px 20px 20px 20px;
    position: relative;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    #events .tab_link_entry {
        padding-top: 40px;
    }
}

#events .tab_spacer {
    display: none;
}

@media (min-width: 992px) {
    #events .tab_link {
        width: 66%;
    }
}

#events .tab_link_entry:last-child {
    margin-bottom: 0px;
}

@media (min-width:576px) {
    #events .tab_link_entry {
        padding: 20px 30px 20px 105px;
    }
}

#events .tab_link_entry::before {
    color: #ffffff;
    font-weight: 400;
    background: #f9ec67;
    text-align: center;
    line-height: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 15px 10px 15px;
    font-size: 0;
}

@media (max-width: 991px) {
    #events .tab_link_entry::before {
        padding-top: 0;
    }
}

@media (min-width:576px) {
    #events .tab_link_entry::before {
        right: auto;
        bottom: calc(50% - 35px);
        top: calc(50% - 35px);
        width: 70px;
        max-height: 70px;
        padding: 0;
        border-radius: 50%;
    }
}

.eventArea .tabHeadline,
.eventArea h1,
.eventArea h2,
.eventArea h3,
.eventArea h4,
.eventArea h5,
.eventArea h6 {
    color: #000000;
}

@media (min-width: 992px) {

    .eventArea .tabHeadline,
    .eventArea h1,
    .eventArea h2,
    .eventArea h3,
    .eventArea h4,
    .eventArea h5,
    .eventArea h6 {
        font-size: 1.375rem;
    }
}

/* ----------------------------------------- events button ---------------------------------------- */

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

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

@media (min-width: 992px) {
    #events .tab_link_mehr {
        position: absolute;
        right: calc(33% - 53px);
        top: 30%;
    }
}

#events .tab_link_mehr a {
    background: #f9ec67;
    font-weight: 600;
    color: #000000;
    padding: 20px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-style: italic;
    text-align: center;
}

@media (min-width: 992px) {
    #events .tab_link_mehr a {
        border-radius: 50%;
        height: 124px;
        width: 124px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

#events .tab_link_mehr a::before {
    content: "Alle Veranstaltungen";
    font-size: 1rem;
    word-break: break-word;
    hyphens: auto;
}

#events .tab_link_mehr a:hover,
#events .tab_link_mehr a:focus {
    background: #000000;
    color: #f9ec67;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

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

footer {
    background-color: #282828;
    color: #fff;
    padding: 20px 0 30px 0;
}

@media (max-width: 767px) {
    footer .row>.col-xs-12.hidden-xs~.col-xs-12::before, footer .row>.col-xs-12.hidden-sm~.col-xs-12::before {
        display: none;
    }
}

.footerTab {
    padding: 0px 20px;
    color: #282828;
    font-size: 1rem;
}

#innerfooter ul {
    padding: 0;
}

@media (min-width: 992px) {
    #innerfooter ul {
        justify-content: end;
        display: flex;
        padding-right: 20px;
        align-items: flex-end;
    }
}

#innerfooter li {
    display: block;
}

@media (min-width: 500px) {
    #innerfooter li {
        display: inline-block;
    }

    #innerfooter li+li {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    #innerfooter {
        padding: 15px 0 10px 0;
    }
}

#innerfooter a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    position: relative;
}

#innerfooter a::before {
    content: '';
    display: block;
    background: #f9ec67;
    height: 1px;
    width: 0;
    bottom: -3px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s 0s linear;
    -moz-transition: width 0.3s 0s linear;
    -o-transition: width 0.3s 0s linear;
    transition: width 0.3s 0s linear;
}

@media (max-width: 767px) {
    #innerfooter a::before {
        bottom: 0;
    }
}

#innerfooter a:hover,
#innerfooter a:focus {
    text-decoration: none;
    color: #f9ec67;
}

#innerfooter a:hover::before,
#innerfooter a:focus::before {
    width: 100%;
}

@media (min-width: 992px) {
    #innerfooter li+li {
        margin: 0 0 0 25px;
    }
}

#innerfooter li:last-child a {
    font-size: 0;
    background: url('../img/instagram-logo.png') center no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}

#innerfooter li:last-child a::before {
    display: none;
}

@media (max-width: 991px) {
    footer>.row>div:last-child {
        padding-top: 10px;
    }
}

@media (min-width: 500px) and (max-width:991px) {
    #innerfooter>.footer_list li:last-child a {
        position: absolute;
        bottom: 14px;
    }
}

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

#vernetzt {
    text-align: left;
    font-size: 1rem;
    color: #fff;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 300;
}

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

#vernetzt>span {
    margin-top: 10px;
}

a#vernetzt:focus,
a#vernetzt:hover {
    text-decoration: none;
}

#vernetzt span {
    color: #fff;
    line-height: 1;
}

#vernetzt span span {
    display: block;
}

#vernetzt b {
    font-weight: 400;
    color: #f9ec67;
}

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