nav.tabs {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99999;
    background-color: rgba(211,211,211,0.7);
    border: 1px solid #000000;
}
nav.tabs ul.tabs {
    margin-bottom: 0;
}
nav.tabs ul.tabs li {
    display: table-cell;
    margin-right: 0;
}
nav.tabs ul.tabs li.is-active a {
    color: #1779ba;
}
nav.tabs ul.tabs li a:hover {
    background-color: #eee;
    color: #1779ba;
}
nav.tabs ul.tabs li a::after {
    display: none
}
.toolbar a {
    font-size: 13px
}
body.toolbar-fixed header {
    top: 39px;
}
body.toolbar-fixed.toolbar-tray-open header {
    top: 78px;
}
form.user-login-form {
    max-width: 400px;
    margin: 100px auto;
}
.view-veranstaltungsverteiler .form-actions {
    margin: 0 !important;
}
.text iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
.text iframe.chat {
    aspect-ratio: auto;
    height: 400px;
}
@media (max-width: 640px) {
    .text iframe.chat {
        height: 350px;
    }
}
.newsletter-abo__selection-warning {
    padding: 1.5rem;
    color: red;
}
.newsletter-abo__options-headline {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
}
.view-mitarbeiter .filter__form, 
.view-pressemitteilungen .filter__form,
.view-foerderangebote.view-display-id-block_2 .filter__form {
    display: block !important;
}
.share__list.hide-this {
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.content__block--text--intro {
    margin-bottom: 4rem !important;
}