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

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

.active_link {
    color: #c6422d;
    text-decoration: underline;
}

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

    #content article {
        font-size: 16px;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }

.bold {
    font-weight: bold;
}

/*Eigenschaften für das Projekt IT-gestützte Erkennung und Aufbereitung von historischen Messdaten*/
#img_bmwi {
    height: 350px;
    margin-top: 40px;
}

#img_zim {
    height: 150px;
    padding-bottom: 75px;
}

.img_container {
    text-align: center;
}

.WeitereProjekte li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.WeitereProjekte a:hover {
    cursor: pointer;
    /*text-decoration: underline;*/
}

.link-color-content {
    color: #3b7fc7;
}

    .link-color-content:hover {
        color: #002040;
        font-weight: bold;
    }

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

@media(max-width:689px) {
    h1 {
        font-size: 30px;
    }
}

@media(max-width:471px) {
    h1 {
        font-size: 24px;
    }
}

@media(max-width:454px) {
    #img_bmwi {
        height: 250px;
    }

    @media(max-width:401px) {
        h1 {
            font-size: 21px;
        }
    }

    @media(max-width:384px) {
        h1 {
            font-size: 18px;
        }
    }
