@media only screen and (max-width: 1520px) {
    .nav {
        float: none;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .wrapper-innen {
        width: 95%;
    }

    .law {
        flex-wrap: wrap;
    }

}

@media only screen and (max-width: 1060px) {

    /* --- FULL WIDTH CONTENT --- */

    .zeile .vier {
        width: 100% !important;
    }

    .zeile .drei {
        width: 100% !important;
    }

    .zeile .acht.lArger {
        width: 100%;
    }

    .zeile.inF0 {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .spalte.inF0,
    .spalten.inF0 {
        /*  width: auto !important; */
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .spalte.inF0:last-child,
    .spalten.inF0:last-child {
        float: none;
    }

    [class*="spalte inF0"] + [class*="spalte inF0"]:last-child {
        float: none;
    }

    .spalte.inF0:before,
    .spalten.inF0:before,
    .spalte.inF0:after,
    .spalten.inF0:after {
        content: "";
        display: table;
    }

    .spalte.inF0:after,
    .spalten.inF0:after {
        clear: both;
    }

    .cta {
        float: left !important;
        margin-top: 4% !important;
    }

    /* --- END FULL WIDTH CONTENT --- */

    .box {
        border-right: transparent;
    }

    .tief {
        margin-bottom: 4% !important;
    }

    .zeile-innen {
        max-width: 85%;
    }

}

@media only screen and (max-width: 900px) {

    img#logo {
        width: 280px;
        margin-top: 0;
    }

    .toggleMenu {
        margin-bottom: 30px;
    }

    .toggleMenu i {
        top: 0px;
    }

    top: 10px;
}


@media only screen and (max-width: 800px) {

    .flex {
        display: inline;
    }

    .b0rD {
        border-right: 1px solid #fff;
    }

    .b0rD1 {
        border-left: 1px solid #fff;
    }

    .b0rD2 {
        border-bottom: 1px solid #fff;
    }

    .b0rD3 {
        border-top: 1px solid #fff;
    }

    .wrapper-innen {
        width: 96% !important;
        margin: 0 auto;
    }

    .weiss {
        padding: 0;
    }

    .background-image {
        padding: 0 !important;
    }

    .gruen-op {
        padding: 20px;
    }

    .gruen-mittel .berater,
    .teaser {
        width: 80%;
        margin: 0 auto;
    }

    .berater .teaser-weiss,
    .teaser-single {
        margin-bottom: 20px;
    }

    .teaser-single {
        min-height: 90px !important;
    }

    .teaser-single h2 {
        margin-top: 25px;
    }

    .cta {
        width: 75% !important;
        margin-left: 10%;
    }

    ul.nav {
        float: none;
        margin-bottom: 10px;
        margin-top: 2% !important;
    }

    .nav a.no-link {
        cursor: default;
    }

    li.hide-dt {
        display: none;
    }

    .nivo-caption {
        display: none !important;
    }

    .team {
        width: 90%;
        margin: 0 auto;
    }

    .team li {
        width: 49%;
        margin-right: 2%;
    }

    .team li:nth-child(5n+5) {
        margin-right: 2%;
    }

    .team li:nth-child(even) {
        margin-right: 0;
    }

    .tief {
        margin-bottom: 8% !important;
    }

    .btnWrapper-team {

        width: 25%;
    }

    .iframe-container iframe {

        width: 90%;
        height: 90%;
    }

    .iframe-container {

        margin-bottom: -7%;
    }

    #infocenter img {
        width: 100% !important;
    }


}


@media only screen and (max-width: 670px) {

    img#logo {
        width: 230px;
    }

    .toggleMenu i {
        font-size: 1.4em;
        left: -5%;
    }

    h1 {
        font-size: 1.5em !important;
    }

    h2 {
        font-size: 1.3em !important;
    }



}

@media only screen and (max-width: 460px) {
    img#logo {
        width: 210px;
        margin-top: 7px;
    }

}

@media only screen and (max-width: 420px) {
    .cta {
        -webkit-transform: none;
        transform: none;
        width: 100% !important;
        margin: 50px auto 0;
    }

    .cta * {
        -webkit-transform: none;
        transform: none;
    }
}



@media only screen and (min-width: 1024px) {
    h2.stripes {
        display: table;
        border-collapse: collapse;
        white-space: nowrap;
    }

    h2.stripes::before,
    h2.stripes::after {
        content: "";
        display: table-cell;
        width: 50%;
        /*background-image: linear-gradient(to right, #547EFF 50%, #547EFF 50%);*/
        background-image: linear-gradient(to right, #0F66AF 100%, #0F66AF 100%);
        background-position: 0 55%;
        background-repeat: repeat-x;
        background-size: 6px 7px;
    }

    h2.stripes::before {
        border-right: 1em solid transparent;
    }

    h2.stripes::after {
        border-left: 1em solid transparent;
    }


}
