    @media (min-width:768px) {
        #home {
            min-height: 630px;
        }
    }
    
    @media (max-width:1199px) {
        #service .img-responsive {
            width: 80%;
            padding-top: 150px;
        }
    }
    
    @media (max-width:1199px) {
        #service .img-responsive {
            padding-top: 50px;
        }
        #umwelt #right-container {
            margin-top: 53px;
        }
    }
    
    @media (max-width:991px) {
        #umwelt .img-responsive {
            padding-top: 0px;
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media (max-width:888px) {
        #home .iconwrapper {}
        .headline h1 {
            font-size: 60px;
            line-height: 58px;
        }
    }
    
    @media (max-width:803px) {
        #home .iconwrapper {}
        .headline h1 {
            font-size: 54px;
            line-height: 50px;
        }
    }
    
    @media (max-width:767px) {
        #home .iconwrapper {
            margin-top: 80px;
        }
        #home .iconwrapper img {
            width: 150px;
        }
        #umwelt {
            background: none;
            background-color: #47b455;
        }
        #service {
            background: none;
            background-color: #3a8ec5;
        }
        #home {
            min-height: 480px;
        }
        nav {
            height: 60px;
            transition: all 0.5s;
        }
        nav #fixedbrand {
            height: 60px;
            transition: all 0.5s;
            padding-left: 0px;
        }
        nav #menu {
            padding-top: 6px;
            margin-top: 0px;
            background: white;
            transition: all 0.5s;
        }
        #home .iconwrapper {
            position: absolute;
            right: 0px;
            top: 0px;
            transition: all 0.5s;
        }
        .headline h1 {
            font-size: 50px;
            line-height: 50px;
        }
        #kontakt .adressblock {
            text-align: center;
            padding-bottom: 30px;
        }
        #navbar-ex-collapse {
            margin-top: 10px!important;
        }
        #kontakt table {
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media (max-width:565px) {
        #home .iconwrapper img {
            width: 69px;
        }
        .headline h1 {
            font-size: 50px;
            line-height: 50px;
        }
        #home .headline {
            width: 100%;
        }
        #service .img-responsive {
            /*  width: 100%;*/
        }
    }
    
    @media (max-width:423px) {
        #home .iconwrapper ul {
            padding-left: 35px;
        }
        .headline h1 {
            font-size: 47px;
            line-height: 40px;
        }
        #home .iconwrapper {
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media (max-height:687px) {}