
.navbar-brand {
    margin-left: 15px;
    height: 90px;
    width: 180px;
    background: url('../img/HWK_Heilbronn.svg') no-repeat left center;
    background-size: 180px;
} 

@media (max-width:767px) {
    .navbar-brand {
        height: 66px;
    }     
}

.klappbox-body p {
    margin-bottom: 16px;
}

/* Eventuell wieder auskommentieren Abstaende */
.content p+p {
    margin-bottom: 0px !important;
}

#section-0 > div.container > div.new-chapter {
    margin-top: 0px !important;
}

div.slider-text > div {
    margin-left: 15px !important;
}

/*
.note {
    bottom: 10px;
    left: auto;
    right: 30px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    color: #fff;
}
*/

.glyphicon-login {
    font-size: 14px !important;
    top: 2px;
}

.glyphicon-shopping-cart {
    font-size: 18px !important;
    top: 2px;
}

.dropdown-login-label {
    display: inline !important;
}

.dropdown-login-icon {
    display: none !important;
}

.copyright {
    float:left !important;
}

.hide-listgroup-intro .listgroup-intro {
    display: none;
}

/* Wunsch von Frau Lepel: Beitraege ohne naechster/vorheriger */
.single-footer {
    display: none !important;
}