body {
    font-family: 'Roboto', sans-serif;
}

p {
    line-height: 25px;
}

li {
    line-height: 22px;
}

.sidebar p {
    line-height: 22px;
}

a {
    color: #005697;
}

h1 {
    line-height: 1.2em;
}

.container {
    max-width: 900px;
}

.navbar {
    margin-bottom: 0px;
}

.banner {
    height: 300px;
}

.light {
    font-weight: 300;
}

.banner1 {
    background: url(../img/IMG_0543.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner2 {
    background: url(../img/IMG_0562.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner3 {
    background: url(../img/IMG_0472.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner4 {
    background: url(../img/SDIM0935_HG.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner5 {
    background: url(../img/IMG_1326.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sidebar {
    color: grey;
    margin: 0px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}

hr {
    border-color: black;
}

.btn-default:hover {
    background-color: #555;
    color: #9fe6df;
}

.iconStartseite {
    font-size: 50px;
    color: grey;
    margin-bottom: -15px;
    margin-top: 6px;
}

.buttonStartseite {
    margin-bottom: 0px;
}

.thumbnailTitel {
    margin-top: 17px;
}

#leadZusatz {
line-height: 30px;
}


.thumbnail {
    max-width: 300px;
    margin-top: 10px;
}

.logoSidebar {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.mute {
    margin-top: -15px;
    font-style: italic;
}

@media(max-width:767px) {
    .containerNavigation {
        padding-left: 0px;
        padding-right: 0px;
        min-width: 100%;
    }
    .banner {
        height: 200px;
    }
    .container .col-sm-8 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sidebar {
        background-color: #eee;
        margin: 0px;
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 12px;
        margin-right: -15px;
    }
    .container {
        padding-left: 0px;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

@media(min-width:768px) {
    .container {
        background-image: url("../img/containerBackgroundSm.jpg");
        background-repeat: repeat-y;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(min-width:992px) {
    .container {
        background-image: url("../img/containerBackgroundLg.jpg");
        background-repeat: repeat-y;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(min-width:1200px) {}