<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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*/
}

#ssas_img {
    height: 350px;
    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:650px) {
    #ssas_img {
        height: 300px;
    }
}

@media(max-width:500px) {
    #ssas_img {
        height: 250px;
    }
}

@media(max-width:435px) {
    #ssas_img {
        height: 200px;
    }
}

@media(max-width:384px) {
    #ssas_img {
        height: 150px;
    }
}
</pre></body></html>