#studentische_medien {
    padding: 20px 20px 10px 20px;
    height: 82%;
}

#studentische_medien .row {
    height: 41%;
    margin: 5px 0px !important;
}

#studentische_medien .row .col {
    margin-left: 4px;
    margin-right: 4px;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
    max-height: 100%;
    text-align: center;
}

#studentische_medien .row .col:hover {
    -webkit-box-shadow: 0px 0px 4px #888;
    box-shadow: 0px 0px 4px #888;
}

#studentische_medien img {
    max-width: 100%;
    max-height: 100%;
}

.impressum {
    color: white !important;
    background-color: #1f2022 !important;
}