@font-face {
    font-family: amethyst;
    src: url('/templates/vco1/css/amethyst.ttf');
}

/*-----------------------------------------------------------------------------------------------*/
/* Sorgt dafuer, das Bilder im Beitrag zentriert und 'img-fluid' sind                            */
/*-----------------------------------------------------------------------------------------------*/
article img {
    display:           block; 
    margin:            auto;
    max-width:         98%;
    height:            auto;
    _background-color: #4c5e70;
    _background-color: CadetBlue;
    border-radius:     5px;
    box-shadow:        2px 2px 10px rgba(100,100,100,0.1);
}
/* --- Bildunterschriften unter einem Code-Block --- */
article pre + p em {
    display:            block;
    font-size:          0.8em !important;
    color:              Gray;
    margin-left:        10px;
    margin-top:         -15px;
}
/* --- Bildunterschriften unter dem Foto ohne Leerzeile mit Stern-Bildunterstrift-Stern markiert --- */
article img + em {
    display:            block;
    font-size:          0.7em !important;
    color:              Gray;
    margin-left:        15px;
}

h1 {
    font-family: amethyst !important;
}

h2 {
    font-family: amethyst !important;
}

article h1 {
    margin-bottom: 1em;
    font-family: amethyst !important;
}

article h2 {
    margin-bottom: 1em;
    font-family: amethyst !important;
}

.alert-primary {
    background-color: #004052 !important;
    color: #eeeeee;
    border: 1px solid #004052 !important;
}

.bg-primary {
    background-color: #004052 !important;
}

.bg-secondary {
    background-color: #002b36 !important;
}

.bg-dark {
    background-color: #00212b !important;
}

.bg-light {
    background-color: #0d3743 !important;
}

.bg-success {
    background-color: MediumSeaGreen !important;
}

.btn-success {
    background-color: #668891 !important;
    border: 1px solid #668891 !important;
}

a {
    text-decoration: none; 
    color: #519aba;
}

blockquote {
    border-left: 3px solid #004052; 
    padding: 1em; font-weight: lighter;
}