body {
    font-family: alwyn,Arial,Helvetica,sans-serif;
    padding-bottom: 0.5rem;
    padding-top: 5rem;
}

/* \n durch Zeilenumbrueche ersetzen */
.with-linebreaks {
    white-space: pre-line;
}

.with-wordbreak {
    word-break: break-word !important;
}

/* Placeholder-Farbe bei den Floating Labels */
.form-control:focus::placeholder {
    opacity: 0.3 !important;
    color: black !important;
}

.form-label {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Fonts */
@font-face {
    font-family: 'alwyn';
    src: url("../fonts/Alwyn Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'alwyn';
    src: url("../fonts/Alwyn Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'alwyn';
    src: url("../fonts/Alwyn BoldOblique.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}