@media only screen and (max-width: 1650px) {
    nav li a{
        font-size: 100%;
    }
    
    .row{
        max-width: 90%;
    }
    
    .bildEffekt img{
        height: 230px;
    }
    
    .bildEffektBigImage img{
        height: 620px;
    }
}


@media only screen and (max-width: 1500px) {
     .bildEffekt img{
        height: 200px;
    }  
    
    .bildEffektBigImage img{
        height: 550px;
    }
}


@media only screen and (max-width: 1350px) {
    nav li a{
        font-size: 95%;
    }
    
    .bildEffekt img{
        height: 180px;
    }
    
    .bildEffektBigImage img{
        height: 500px;
    }
}


@media only screen and (max-width: 1300px) {
        font-size: 95%;
    } 
    nav li a{
        font-size: 80%;
    }
    .bildEffekt img{
        height: 170px;
    }
    
    .bildEffektBigImage img{
        height: 380px;
    }
}


/* ----- BIG TABLET ----- */
@media only screen and (max-width: 1199px) {
    nav li a{
        font-size: 85%;
    }
    
    .bildEffekt img{
        height: 290px;
    }
    
}


@media only screen and (max-width: 1110px) {
    nav li a{
        font-size: 77%;
    }
    
    .bildEffekt img{
        height: 280px;
    }
    
    .bildEffektBigImage img{
        height: 390px;
    }
}


@media only screen and (max-width: 1045px) {
    nav li a{
        font-size: 70%;
    }   
}


/* ----- SMALL TABLET ----- */
@media only screen and (max-width: 991px) {
    .bildEffekt img{
        height: 270px;
    }
    
    .bildEffektBigImage img{
        height: 500px;
    }
    nav li a{
        font-size: 90%;
    }
}


@media only screen and (max-width: 850px) {
    .bildEffekt img{
        height: 220px;
    }
    
    .bildEffektBigImage img{
        height: 400px;
    }
}


/* ----- HANDY ----- */
@media only screen and (max-width: 767px) {
     body{
         font-size: 80%;
          margin-left: 0px; 
      }
    nav li a{
        font-size: 110%;
    }
    .bildEffekt img{
        height: 180px;
    }
    
}


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

    .bildEffekt img{
        height: 170px;
    }
}


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

    .bildEffekt img{
        height: 160px;
    }
    
    
}


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

    .bildEffekt img{
        height: 140px;
    }
    
    
}


@media only screen and (max-width: 575px) {
    
    .responsiveMarginRow{
        margin-bottom: 15px;
    }
    
    .bildEffekt img{
        height: 300px;
    }
    
    .bildEffektBigImage img{
        height: 450px;
    }
}




/* ----- SMALL HANDY ----- */
@media only screen and (max-width: 480px) {
    body{
        font-size: 70%;
    }
    .btnResp{
        font-size: 125%;
    }
    .cendered-middle-box h2{
        font-size: 170%;
    }
    
    .bildEffekt img{
        height: 220px;
    }
    
    .bildEffektBigImage img{
        height: 450px;
    }
}


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

    .bildEffekt img{
        height: 170px;
    }
    
    .bildEffektBigImage img{
        height: 320px;
    }
}

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

    .bildEffekt img{
        height: 140px;
    }
    
    .bildEffektBigImage img{
        height: 280px;
    }
}

@media only screen and (max-width: 250px) {
    .bildEffekt img{
        height: 100px;
    }
    
    .bildEffektBigImage img{
        height: 170px;
    }
}