#header-top-container {
    background-color: #80a0af;
    color: #FFFFFF;
}

#header-infoblock-line1 {
    color: #042c48;
    font-size: 90%;
}

a {
    color: #042c48;
    text-decoration: none;
}

a:hover {
    color: #80a0af;
    text-decoration: underline;
}

#registration-form-container {
    border: 4px solid #80a0af;
}

/* 2-Spalten-Kartenlayout */
@media screen and (max-width: 736px) {
    .course-title {
        color: #042c48;
    }
}

/* Tabellen-Header */
@media screen and (min-width: 737px) {
    .collection-container > .item-container:first-child {
        background-color: #80a0af;
        color: #FFF;
        border-left: 1px solid #80a0af;
        border-right: 1px solid #80a0af;
    }
}

