@import url('https://fonts.verwaltungsportal.de/import/?family=Open+Sans:400,400i,600,600i%7CMerriweather:400,400i');

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

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

@media (min-width: 1200px) {
    body {
        background: url('../img/hundepfoten-links.png') left bottom no-repeat,
            url('../img/hundpfoten-rechts.png') right bottom no-repeat;
    }
}

a {
    color: #856c6b;
}

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

#content a, b, strong {
    font-weight: 600;
}

.donate {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

/* ----------------------------------------------- 3tp topbar ----------------------------------------------- */

#topbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #735c5b;
    font-size: 0.875rem;
    color: #ffffff;
}

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

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

#style button {
    padding: 0;
    border: none;
    color: #444444;
    display: inline-block;
    width: 29px;
    height: 29px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    position: relative;
    line-height: 1;
}

#style button {
    padding: 0;
}

#style button+button {
    margin-left: 3px;
}

#style button:hover,
#style button:focus {
    color: #ffffff;
    background: #856c6b;
}

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

form[id^="search"] {
    height: 35px;
    background: #ffffff;
    display: block;
    position: relative;
}

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

@media (max-width: 767px) {
    form[id^="search"] {
        max-width: 220px;
    }
}

@media (min-width: 992px) {
    form[id^="search"] {
        margin-left: 30px;
        max-width: 270px;
        width: 100%;
    }
}

form [id^="search_input"] {
    color: #58453a;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 35px;
    padding-left: 14px;
    padding-right: 54px;
    height: 35px;
    width: 100%;
}

form [id^="search_submit"] {
    width: 40px;
    background: url('../img/lupe-icon.png') center no-repeat;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 0;
    font-size: 0;
    border-left: 1px solid #735c5b;
    -webkit-transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
    -moz-transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
    -ms-transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
    -o-transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
    transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    top: 0;
    bottom: 0;
}

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

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

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

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

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

@media (max-width: 991px) {
    #logo {
        margin: 10px 0;
    }

    #logo img {
        max-width: 210px;
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #logo img {
        max-width: 350px;
        width: 100%;
    }
}

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

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

@media (min-width: 768px) {
    #bannerOverlay {
        position: absolute;
        left: 30px;
        top: 50%;
        z-index: 61;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    #bannerOverlay {
        padding-bottom: 40px;
    }

    #slider {
        max-height: 560px;
    }

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

    #headerpic .nivo-controlNav {
        bottom: 90px;
    }
}

@media (min-width: 1200px) {
    #bannerOverlay {
        left: 120px;
    }

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

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

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

.slider-mask {
    display: none;
}

/* --------------------------------------- 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: #735c5b;
        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 {
        top: 0;
        background: #735c5b;
        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: 7px;
    }
}

@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-wrapper {
        background-color: #735c5b;
    }

    #menu {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
    }

    nav.horizontally .navbar-nav {
        padding: 10px 0;
        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;
    }

    .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;
    }
}

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

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    background: transparent;
    font-weight: 400;
    text-align: left;
    padding: 12px 15px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Merriweather", sans-serif;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li {
        border-bottom: 2px solid #ffffff;
    }

    nav.horizontally .navbar-nav>li>a.dropdown-toggle {
        padding-right: 35px;
    }
}

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

    .navbar-default .navbar-nav>li>a {
        padding: 19px 10px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        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;
    }
}

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

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

#menu .navbar-nav>li:focus-within>a {
    background: #ffffff;
    color: #856c6b;
}

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

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

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

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

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 28px;
        padding-bottom: 28px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 20px;
    }

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -28px;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        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 {
    font-weight: 400;
    text-align: left;
    padding: 9px 25px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #856c6b;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu>li+li:not(:nth-child(2)) {
    border-top: 2px solid #ffffff;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li+li:not(:nth-child(2)) {
    border-top: 2px solid #856c6b;
}

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

.navbar-nav>li>.dropdown-menu>li:focus-within>a {
    background: #ffffff;
    color: #856c6b;
}

.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: #856c6b;
    color: #ffffff;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #856c6b;
    color: #ffffff;
}

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

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

@media (min-width: 992px) {
    #content {
        padding-bottom: 60px;
        padding-top: 50px;
    }

    #content>.row>div:last-child {
        padding-left: 45px;
    }
}

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

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

#tabs .tab {
    color: #ffffff;
    padding: 30px;
    font-size: 1rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#tabs .tab::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
}

#tabs .tab>* {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    #tabs .tab {
        padding: 40px 40px 45px 40px;
    }
}

#tabs a {
    color: #ffffff;
}

#tabs .tab2 a[href*="mailto"] {
    text-decoration: underline;
}

#tabs .tab .tab_link_mehr {
    color: transparent;
    font-size: 0;
    text-align: left !important;
}

#tabs .tab.tab1,
#tabs .tab.tab1::after {
    background-color: #735c5b;
}

#tabs .tab.tab2,
#tabs .tab.tab2::after {
    background-color: #735c5b;
}


#tabs .tabButton,
#tabs .tab.tab1,
#tabs .tab.tab2 {
    margin-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 991px) {
    #tabs .tab.tab2 {
        margin-top: 0;
    }

    #tabs .tab {
        height: 100%;
        min-height: 100%;
    }
}

#tabs h1,
#tabs h2,
#tabs h3,
#tabs h4,
#tabs h5,
#tabs h6 {
    color: #ffffff;
    font-size: 1.625rem;
    margin-bottom: 25px;
}

#tabs h1 em,
#tabs h1 i,
#tabs h1 span,
#tabs h2 em,
#tabs h2 i,
#tabs h2 span,
#tabs h3 em,
#tabs h3 i,
#tabs h3 span,
#tabs h4 em,
#tabs h4 i,
#tabs h4 span,
#tabs h5 em,
#tabs h5 i,
#tabs h5 span,
#tabs h6 em,
#tabs h6 i,
#tabs h6 span {
    color: #ffffff;
    font-size: 60%;
    margin-top: 3px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#tabs .tab_spacer {
    height: 20px;
}

.clr-events-tab-h3 {
    display: none;
}
/* --------------------------------------------- tab buttons --------------------------------------------- */



#tabs .tab .tab_link_mehr a,
#tabs .tab2 a:not([href*="mailto"]) {
    font-size: 0.875rem;
    font-weight: 600;
    background: #ffffff;
    color: #856c6b;
    border-radius: 4px;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}

#tabs .tab .tab_link_mehr a::after {
    content: " erfahren";
}

#tabs .tab .tab_link_mehr a:hover,
#tabs .tab .tab_link_mehr a:focus,
#tabs .tab2 a:not([href*="mailto"]):hover,
#tabs .tab2 a:not([href*="mailto"]):focus {
    background: #856c6b;
    color: #ffffff;
}

#tabs .tabButton a:not(.has-image):not([rel]) {
	background: #735c5b;
	color: #fff;
	font-size: 1.625rem;
	padding: 15px 30px;
	text-decoration: none;
	display: block;
	text-align: center;
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    transition: opacity 200ms linear;
}

#tabs .tabButton a:not(.has-image):not([rel])::after{
    content: '\00BB';
    margin-left: 4px;
}

#tabs .tabButton a:not(.has-image):not([rel]):hover,
#tabs .tabButton a:not(.has-image):not([rel]):focus{
    opacity: 0.9;
}

@media (min-width: 575px) and (max-width: 991px) {
    #tabs > .row > div{
        margin-top: 30px;
    }
}

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

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

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

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

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

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

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.45rem;
}

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

/* -------------------------------------------- @17f -------------------------------------------- */

footer {
    background: #735c5b;
    color: #ffffff;
    font-size: 0.875rem;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

footer {
    margin-top: 220px;
}

footer::before {
    background: url('../img/footer-maske.png') no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 28px;
    top: -28px;
}

footer a {
    color: inherit;
}

#innerfooter ul {
    padding: 0;
}

@media (max-width: 767px) {
    #innerfooter ul {
        margin-top: 20px;
    }
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #ffffff;
}

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

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

@media (min-width: 1200px) {
    #innerfooter li+li {
        margin-left: 35px;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.8125rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
}

#vernetzt b {
    color: #ffffff;
    font-weight: 700;
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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

/* --------------------------------------------- tabs-17f -------------------------------------------- */

.iframetab iframe,
.iframetab .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
    max-height: 280px;
}

.iframetab {
    color: #444444;
    background: #ffffff;
    border-top: 10px solid #735c5b;
    position: relative;
    margin-top: -230px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.iframetab .iframe-wrapper-manual-enabling {
    margin-bottom: -1px;
}