/*Big Laptops from 1441px to 2560px*/
@media only screen and (max-width:2560px){
    #about-us{
        padding: 350px 0 !important;
    }
}
@media only scrren and (min-width:2560){
    .start-content{
        height: calc(70vw * 0.55) ;
    }
}
@media only screen and (min-width:1440px){
    .start-content{
        height: calc(70vw * 0.6) ;
    }
}
/*Big Laptops from 1201px to 1440px*/
@media only screen and (max-width:2560px){
    #about-us{
        padding: 220px 0 !important;
    }
}
@media only screen and (max-width:1280px){
    .start-text{
        font-size: 170%;   
    }   
    .start-text span:nth-of-type(1), .start-text span:nth-of-type(2), .start-text span:nth-of-type(3){
        font-size:85%;
    }
}
@media only screen and (max-width:1140px){
    .project-picture-div{
        height: calc(100vw/3 * 0.7);
    }
}
@media only screen and (max-width:480px){
    .project-picture-div{
        height: 100%;
        height: calc(100vw * 0.6);
    }
    .projektbild{
        height: auto;
        height: 100%;
    }
}
/*Big tablet to 1200px(width smaller than the 1140px row*/
@media only screen and (max-width:1200px){   
    .start-text{
        font-size: 165%;
    }
    .start-text span:nth-of-type(1), .start-text span:nth-of-type(2), .start-text span:nth-of-type(3){
        font-size:85%;
    }
    .project-info{
        height: 40px;
        padding: 20px;
    }
    .project-info p{
        font-size: 60%;
    }  
    .project-info p:first-child{
        margin-bottom:30px; 
    }
    .project-picture-div:hover .project-info{
        height: 80px;
    }
    .adress-box{
        font-size: 80%;
    }
    .quader{
        width:250px;
        height: 200px;
    }
}
/*Small tablet to big tablet from 768 to 1023px*/
@media only screen and (max-width:1023px){
    .start-content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        max-height: 100%;
    }
    .s-c-1{
        width: 100%;
    }
    .text-content{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .s-c-2{
        width: 100%;
        height: calc(100vw * 0.56);
    }
    .start-text{
        margin-top: 15px;
    }
    .scroll-start{
        padding-top: 85px;
    }
    .start-text span{
        text-align: center;
        line-height: 1.5em;
        width: 100%;
        padding: 0;
    }
    .s-c-2:before{
        display: none;
    }
    .project-overview:after{
        height: 0px;
        border: 0px transparent;
    }
    .project-overview{
        border-bottom: 1px solid #e0e0e0;
    }
    .project-info{
        padding: 15px;
        height: 30px;
    }
    .project-picture-div:hover .project-info{
        height: 60px; 
    }
    .project-info p:first-child{
        margin-bottom:20px; 
    }
    .about-us:before{
        height: 0px;
    }
    .about-us:after{
        height: 0px;
    }
    #about-us{
        padding: 50px 0 !important;
    }
    .project-info p{
        font-size: 60%;
    }
 
    .kontakt-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .adress-box{
        width: 100%;
        padding: 5px 0 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }
    .adress-info{
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5px 0px 15px 0;
    }
    .map-box{
        width: 100%;
        height: 400px;
    }
    .l-icon i{
        font-size: 280%;
    }
    .l-t{
        margin-top: 5px;
    }
    .adresse-ueberschrift{
        margin-bottom:5px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .kontaktüberschrift{
        margin-bottom: 5px;
    }
}
/*Small phones to small tablets from 426 to 767px*/
@media only screen and (max-width:767px){   
     .start-text{
        font-size: 145%;
    }
    .project-picture-div:hover .project-info{
        height: 80px;
    }
    .project-info{
        height: 40px;
        padding: 20px;
    }
    .project-info p{
        font-size: 80%;
    }
    .project-info p:first-child{
        margin-bottom: 30px;
    }
    #about-us{
        padding: 30px 0 !important;
    }
    .l-icon i{
        font-size: 350%;
    }
    .about-us-main{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .quader-box{
        margin-bottom: 30px;
    }
    .about-us-text{
        width: 100%;
        margin: 0 auto;
    }
    .map-box{
        height: 300px;
    }
    .quader{
        width: 200px;
        height: 150px;
    }
    .l-box{
        width: 100%!important;
    }
}
/*Small phones from 376px to 480px*/
@media only screen and (max-width:425px){   
    .text-content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .s-c-1{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .scroll-start{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .scroll-start p{
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .scroll-start-icon{
        width: 40px;
        height: 40px;
    }
    .start-text{
        font-size: 160%;
    }
    .l-icon i{
        font-size: 300%;
    }
    #about-us{
        padding: 25px 0 !important;
    }
    .map-box{
        height: calc(100vw * 0.56);
    }
    .quader{
        width: 175px;
        height: 125px;
    }
}
/*Small phones from 321px to 375px*/
@media only screen and (max-width:375px){   
    .scroll-start-icon{
        width: 30px;
        height: 30px;
    }
    .project-info{
        padding: 15px;
        height: 30px;
    }
    .project-picture-div:hover .project-info{
        height: 60px; 
    }
    .project-info p:first-child{
        margin-bottom:20px; 
    }
    .kontakt-box{
        max-height: 500px;
        min-height: 1px;
    }
}
/*Small phones from X-px to 320px*/
@media only screen and (max-width:320px){}