.first-div {
    margin-top: 2em;
    margin-bottom: 2em;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 62px;
    max-width: available;
}

.sortable {
    cursor: ns-resize;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    background-color: #669900;
}

hr.thick {
    height: 4px;
    background-color: black;
}

.vertikal-line {
    background-color: black;
    height: 98%;
    width: 2px;
}

.text-underline {
    text-decoration-line: underline;
}

option {
    white-space: normal;
}

.card-header {
    background: rgba(0, 0, 0, .05);
!important
}

.ueberschrift {
    font-weight: 300;
    line-height: 1.1;
}

.breakwords {
    word-break: normal;
}