@media (max-width:700px) {




    #menu {
        display: none;
    }

    #mobile-toggle {
        display: block;
    }

    #mobile-toggle {
        width: 50px;
        height: 50px;
        position: absolute;
        background-image: url(bilder/mobile-toggle.png);
        background-repeat: no-repeat;
        background-size: cover;
        right: 0px;
        top: 0px;
        z-index: 9999;
    }




    #mobile-menu {
        position: absolute;
        left: 0px;
    }

    #mobile-menu>ul {
        margin: 0;
        background-color: #005DA8;
        padding: 130px 50px;
        width: 100%;
    }

    #mobile-menu>ul>li {
        padding-top: 20px;
        font-family: rotbold;
    }

    #mobile-menu ul li {
        list-style: none;
        font-size: 40px;
        line-height: 50px;
    }

    #mobile-menu ul li:hover {
        background-color: none;
    }

    #mobile-menu ul a {
        color: white;
    }

    #mobile-menu ul a:hover {
        font-family: rotbold;
        cursor: pointer;
    }






    #mobile-menu .biglist {
        display: none;
    }


    #mobile-menu .smalllist {
        font-family: rot;
    }


    #mobile-menu .smalllist li {
        list-style: none;
    }












    .vidover {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }


    .videobox {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .introvideo {
        width: auto;
        height: 400px;
        margin-left: 0px
    }

    .introstill {
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .introstill img {
        height: 400px;
        width: auto;
    }

    .mainlogo {
        width: 300px;
        height: 80px;
    }



    .bluetitleblock {
        padding: 10px 16px;
        font-size: 26px;
        line-height: 26px;
    }

    .greentitleblock {
        padding: 10px 16px;
        font-size: 26px;
        line-height: 26px;
    }









    .textblock {
        width: auto;
        margin: 20px 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .untertitel {
        font-size: 25px;
        line-height: 25px;
        padding-top: 25px;
        padding-bottom: 10px;
    }


    /* .infolink {
        padding-left: 36px;
    } */

    .textblock li {
        margin-left: -22px;
    }


    .kachelnbox {
        overflow: hidden;
    }

    .kacheln {
        width: calc(50% - 5px);
        height: auto;
        position: relative;

    }

    .kacheln span {
        padding-top: 100%;
        height: auto;
        width: 100%;

    }

    .doppelt {
        width: 100%;
    }
    .doppelt span{
        padding-top: 50%;
    }
    .counter {
        width: auto;
        padding: 25px;
    }

    .dienste {
        max-width: 100%;
        text-align: left;
        margin-left: 0px;
    }

    .dienste a {
        width: 31%;
        padding-top: 30%;
        height: 50px;
        margin: 0px;
    }

    .dienste b {
        font-size: 14px;
        line-height: 14px;
        padding: 6px 0;
    }

    .dienste .icon {
        background-color: white;
        margin: 4px 2px;
        width: 364px;
        height: 50px;
        display: block;
        widows: 100%;
        background-position: 40px 0px;
        border: none;
    }





    .referenzbox {
        width: 100%;
        text-align: center;
    }

    .referenzbox .introstill img {
        height: 300px;
    }

    .ref-big {
        width: auto;
        height: 300px;
    }

    .ref {
        width: 31%;
        height: 100px;
        margin-top: 6px;
        margin-right: 6px;
    }




    .team .titel {
        font-family: rot;
        font-size: 25px;
        padding-left: 25px;
    }

    .team {
        margin-top: 20px;
    }

    .team p {
        font-size: 14px;
        line-height: 18px;
    }

    .team .box {
        width: 160px;
        margin: 5px;
    }

    .team .box video {
        width: 160px;
        height: 160px;
    }
    
    .team .box img {
        width: 160px;
        height: 160px;
    }

    .team .box b {
        display: block;
        font-size: 16px;
        line-height: 20px;
    }




    .mood {
        height: auto;
    }

    .mood .aussage {
        position: absolute;
        left: 0px;
        bottom: 5px;
        padding: 5px 5px 5px 20px;
        font-size: 16px;
        line-height: 18px;
        color: white;
        text-align: left;
        background-color: #005DA8;
    }





    .kontaktbutton-gruen {
        margin: 15px;
    }


    .iframe {
        margin: 50px 0 20px 0;
        width: 100%;
        height: 600px;
    }






    .liste-mit-bild img {
        width: 40%;
        margin: 10px;
    }




    .liste-mit-bild p {
        width: 40%;
        margin: 10px;
        font-size: 13px;
        line-height: 16px;
    }

    .liste-mit-bild .zwischentitel {
        width: 100%;
        margin: 20px auto;
        background-color: #005DA8;
        color: white;
        padding: 3px 20px;
        text-align: left;
    }





    .foot {
        margin-top: 150px;
    }


    .foot .box {
        width: 200px;
        margin: 0 0 30px 0;
    }
    
.foot .klima-charta {
        width: 120px;
        height: 80px;
        position: absolute;
        background-image: url(bilder/klima-charta.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: -135px;
        right: 30px;
    }


}

/* ende mobile */