﻿body {
    font-family: 'Roboto'
}

/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://www.medienzentren.at/wp-content/uploads/fusion-gfonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}*/

a.homelink {
    padding: 0 15px;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-decoration: none;
    color: black;
}

div.card-header span {
    color: #007bff;
    font-weight: 400;
}

.evaluation-section {
    font-weight: 400;
    margin-bottom: 10Px;
}

.evaluation-content {
    font-size: 14px;
    font-weight: 200;
}

.evaluation-content-paragraph {
    white-space: pre-line
}

.evalution-edit-label {
    font-size: 14px;
}

.evaluation-edit-textarea {
    font-size: 13px;
}

.yearHasProductions {
    color: #f1574d;
}

/* BOOTSTRAP */

.card-header {
    background-color: #435564;
    color: white
}

.small {
    font-weight: 300
}