/*Raiffeisen-Grün: #007F32*/
/*Hellgrün: #AFE111*/
/*Petroleum-Blau: #154B55*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

a, .link-footer { color: #007f32; text-decoration: none; }
a:link, .link-footer { color:#007f32; }
a:visited, .link-footer { color:#007f32; }
a:hover, .link-footer { color:#007f32; }
a:active, .link-footer { color:#007f32; }

body {
    font-family: inter, serif;
}

@font-face {
    font-family: 'inter';
    src: url('../fonts/Inter_18pt-Regular.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('../fonts/Inter_18pt-Light.ttf')format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('../fonts/Inter_18pt-Thin.ttf')format('truetype');
    font-weight: 100;
    font-style: normal;
}

.pagination .active .page-link {
    background-color: #007F32 !IMPORTANT;
    border-color: #007F32 !IMPORTANT;
}

table.dataTable tbody tr.selected>* {
    box-shadow: inset 0 0 0 9999px #DFE3E3 !important;
    color: black !important;
}

table.dataTable tbody tr.rowEdited>* {
    box-shadow: inset 0 0 0 9999px #DFE3E3 !important;
    color: black !important;
}

table.dataTable tbody tr.rowInvited>* {
    box-shadow: inset 0 0 0 9999px #FFF1BF;
    color: black !important;
}

table.dataTable tbody tr.rowSolution>* {
    box-shadow: inset 0 0 0 9999px #cfe7d8;
    color: black !important;
}

ul#progressbar {
    display: flex;
}

ul#progressbar li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 70px;
}

ul li .header-label {
    font-size: 14px;
    color: black;
    margin: 0 50px;
}

ul li .footer-label {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #809191;
}

ul li .step-circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #DDE0D0;
    margin: 16px 0 10px;
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
}

.step-circle::after {
    content: "";
    position: absolute;
    width: 265px;
    height: 5px;
    background-color: #DDE0D0;
    right: 30px;
}

.first {
    z-index: 999;
}

.first::after {
    width: 0;
    height: 0;
}

ul li .active {
    background-color: #AFE111;
}

li .active::after {
    background-color: #AFE111;
}