                        /* Font Size vom Menü */
.nav-collapse li a {
    font-size: 15px;
}
/* Font Size von kursiven Untertiteln */
.subtitle {
    font-size: 2rem;
}
/* Font Size von Checkliste */
.check-list li.floated {
    font-size: 2rem;
    float: left;
    width: 33.333333%;
}

/* test mit Bannerfarbe */
.block.lage {
    background: #f6f8f8;
}
/* Icons auf der Hauptseite mittig */
.col-md-12 {
    width: 100%;
}
/* Problem mit der zu breiten Seite gelößt */
.row {
    margin-left: 5px;
    margin-right: 5px;
}
/* Killing the Checkbutton auf der Lage-Seite */
.check-list li i {
    color: #ffffff;
}
/* Google Maps deaktiviert */
#map {
display: none;
}                    