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

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

h4 {
    font-size: 24px;
}

#content {
    padding-bottom: 160px; /*Höhe der Fußleiste*/
}

#sharepoint_img {
    height: 300px;
    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 a {
        color: #c6422d;
    }

        #thirdBlock a:hover {
            text-decoration: underline;
        }

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

@media(max-width:723px) {
    #sharepoint_img {
        height: 250px;
    }
}

@media(max-width:620px) {
    #sharepoint_img {
        height: 200px;
    }
}

@media(max-width:520px) {
    #sharepoint_img {
        height: 175px;
    }
}

@media(max-width:441px) {
    #sharepoint_img {
        height: 150px;
    }
}

@media(max-width:400px) {
    #sharepoint_img {
        width: 100%;
        height: auto;
    }
}
