body {
    padding-bottom: 0px;
}

.banner {
    margin-top: -20px;
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 10px;
    width: 100%;
    background-image: url('../images/Bibliothek.jpg');
    background-size: cover;
}

.beschreibung {
    background: rgba(0, 0, 0, 0.66);
    color: #ffffff;
    text-shadow: 0 0 6px black;
    text-align: justify;
    height: 100%;
    border-radius: 8px;
}

.beschreibung h1 {
    font-size: 41px;
    margin-top: 0px;
}

.beschreibung h2 {
    margin-top: 0px;
    font-size: 28px;
    color: #8ebae5;
}

.beschreibung p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 0;
}

.anmeldung {
    background: rgba(255, 255, 255, 0.85);
    height: 100%;
    border-radius: 8px;
}

.anmeldung .alert {
    margin-bottom: 15px;
}

.anmeldung h2 {
    font-size: 26px;
}

.anmeldung .rwthLogo {
    width: 100%;
    height: auto;
}

#learn-more-link {
    color: #ffffff;
    text-shadow: 0 0 6px black;
}

#learn-more-link h6 {
    margin-top: 60px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}

.feature {
    margin-bottom: 15px;
    text-align: center;
}

.wordCloudContainer {
    color: #ffffff;
    text-shadow: 0 0 6px black;
    background: #202c54;
    padding-bottom: 30px;
    padding-top: 40px;
}

.wordCloudContainer .wordCloud {
    margin-top: 30px;
    background: #202c54;
}

footer {
    width: 100%;
    min-height: 50px;
    background-color: #eeeeee;
}

.userIP {
    font-family: "Lucida Console", Monaco, monospace;
}
