h2 {
    font-size: 36px;
    color: #c6422d;
}

h3 {
    font-size: 30px;
    color: #c6422d;
}

h4 {
    font-size: 24px;
}

#content {
    padding-bottom: 160px;
}

#speed_img {
    height: 250px;
    float: right;
}

#secondBlock {
    background-color: #c8ced7;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

#einleitung article {
    font-size: 22px;
}

#thirdBlock {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

    #thirdBlock article {
        overflow: hidden;
    }

        #thirdBlock article:last-child {
            margin-top: 50px;
        }

/*-------------------MEDIA QUERIES-------------------*/

@media(max-width:630px) {
    #speed_img {
        height: 200px;
    }
}

@media(max-width:529px) {
    #speed_img {
        height: 175px;
    }
}

@media(max-width:426px) {
    #speed_img {
        height: 150px;
    }
}

@media(max-width:389px) {
    #speed_img {
        height: 125px;
    }
}

@media(max-width:351px) {
    #speed_img {
        height: 100px;
    }
}
