/* biblio – Einheitliche Formatierungen – Version:   1.0 */
.theme-background {
    color: #212121;
    background-color: #FEDE58 
}

.text-theme-color {
    color: #A81903
}

.theme-leftbar {
    border-left: 8px solid #A81903 !important;
    padding-left: 12px
}

.theme-header {
    background-position: center;
    background-size: cover;
    background-image: url("theme-header.jpg");
    min-height: 100%;
}

.theme-button {
    border: none;
    display: inline-block;
    width: 30px;
    padding: 2px 4px;
    margin-right: 8px; 
    vertical-align: middle; 
    overflow: hidden;
    text-decoration: none;
    font-family: "Lato", Helvetica, sans-serif; 
    color: white;
    background-color: #2D2D2B;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap
}
