* {
    font-family: 'Rubik', sans-serif;
    --groen: #527c6f;
    --geel: #fff381;
    color: var(--groen);
    box-sizing: border-box;
}

a {
    color: var(--geel);
}

.beschrijving {
    width: 50%;
}

.beschrijving_smal {
    width: 50%;
}

.blok_h {
    display: flex;
    padding: 2px;
    flex-direction: row;
    width: 100%;
}

.blok_h_smal {
    display: flex;
    padding: 2px;
    flex-direction: row;
    width: 90%;
}

.blok_v {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

body {
    margin: 0;
}

button {
    border-radius: 5px;
    padding: 5px 10px;
    border: none;
    align-self: center;
    margin-right: 1em;
    background-color: var(--geel);
    color: var(--groen);
    cursor: pointer;
}

button:hover {
    opacity: 0.7;
}

footer {
    width: 100%;
    padding: 1em 2em;
    display: flex;
    color: white !important;
    justify-content: space-around;
    border-top: 2px solid var(--geel);
    background-color: var(--groen);

}

.grafiek_large {
    width: 95%;
    height: 50%;

}

.grafiek_medium {
    display: flex;
    width: 30vw;
    height: auto;

}

.grafiek_small {
    height: 25vh;
    margin-top: 20px;

}

h1 {
    font-size: x-large;
    color: var(--groen);
}

h2 {
    color: var(--groen);
    font-size: large;
    /*     text-decoration: underline; */
}

h3 {
    font-size: medium;
}

header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid var(--geel);
    position: fixed;
    background-color: var(--groen);
    top: 0;
    z-index: 100;
}

.hoofdblok {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7em;
    padding: 40px 2.5%;
}

#inputs,#individuele_opties,#mix_opties  {
    padding-top: 100px;
    margin-top: -100px;
    display: inline-block;
    margin-bottom: 2rem;
  }

.icoon {
    padding: 2px;
    height: 100%;
    width: 10%;
}

input {
    width: 100%;
    margin-right: 10px;
    padding: 3px;
    background-color: lightyellow;
    border: 0;
    text-align: center;
}

.input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

input:disabled {
    background-color: lightgray;
}

#kEUR {
    width: auto;
    margin-right: 0px;
    height: auto;
}

.keuze {
    height: 1em;
}

.kolomData {
    width: 50px;
    /*     border: solid 1px grey; */
    text-align: center;
}

.kolomType {
    width: 250px;

}

.kolomEenheid {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 5em;
}

.kolomkop {
    font-weight: bold;
    text-align: center;
}

.kolomWat {
    padding-left: 20px;
    width: 350px;
}

.logo {
    height: 60px;
    width: auto;
    border-radius: 50%;
    margin: 0.5em 1em;
    justify-self: center;
    align-content: center;
}

.main {
    display: flex;
    flex-direction: column;
    margin-top: 6vh;
}

#mlnEUR {
    width: auto;
    margin-right: 0px;
    height: auto;
}

.navigatie {
    display: flex;
    align-self: center;
    width: 50%;
    justify-content: space-around;
    background-color: var(--groen);
}

.onderlijnen {
    text-decoration: underline;
}

.popup {
    position: absolute;
    background-color: white;
    width: 90%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    padding: 2em;
}

.popupAchtergrond {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
}

.subblok {
    display: flex;
    width: 100%;
}

.tabel_resultaten {
    width: 95%;
    height: 51%;
    background-color: lightblue;
}

.titelblok {
    display: flex;
    justify-content: space-between;
    background-color: var(--groen);

}

.totaal {
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px;
    border-top: 2px dotted lightgray;
    border-bottom: 2px dotted lightgray;
}

.vet {
    font-weight: bold;
}

.waarde {
    min-width: 50px;
    text-align: center;

}

#waarde_totaal_percent,
#waarde_totaal_km {
    color: var(--groen);
}

.paswoord {
    width: 100%;
    text-align: center;
}

#paswoord {
    width: 30%;
}

#rijPeriode {
    font-size: 0.9rem;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

#rijPeriode td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    padding: 4px;
}

.lijnonder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.lijnrechts {
    border-right: 1px solid rgba(0, 0, 0, 0.8);
}