/*
Felix Schul 27.8.2015: Ich weiß nicht genau, was der Grund für diesen Eintrag war.
Allerdings erzeiugt dies einen Fehler: Bei Nutzung von container-fluid ist auf der rechten Seite des Screens ein margin zu sehen.
.container-fluid {
    margin: 0;
    padding: 0;
}
*/

html, body {
    width: 100%;
    height: 100%
}

#final-page {
    min-height: 100%;
}

#imprintModal .modal-lg {
    width: 80%;
}

.jescali-footer {
    width: 100%;
    background-color: #eeeeee;
    text-align: center;
    line-height: 60px;
    height: 60px;
}

#imprintModal h4 {
    font-size: 20px;
}

#credits {
    padding-left: 0;
}

#credits > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pageBlocks {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
}

#pageBlocks > li {
    background-color: white;
}

.btn p {
    margin: 0!important;
}