#Tarifrechner2022{
    height: 600px;
    width: 400px;
}

#Tarifrechner2023{
    height: 600px;
    width: 400px;
}

.tarifrechnerContainer{

    height: 570px;
    width: 400px;

    position: absolute;
    bottom: 0px;

    overflow: auto;
}
#TarifContainer{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 280px;


    font-family: sans-serif;

    border-bottom: #9a9a9a inset 2px;
    padding-bottom: 50px;

    font-size: large;
    overflow: auto;
}
.tarifTitel{
    font-size: x-large;
    font-weight: bolder;
}

.tarifTabelle{
    margin: 0 auto;
}

#Einkommen2022{
    height: 30px;
    width: 140px;

    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translate(-50%, -0%);

    background: white;
    border: #9a9a9a 2px inset;
    border-radius: 0px;


    font-family: sans-serif;
    font-size: large;
    font-weight: bold;
    color: black;

}
#Einkommen2023{
    height: 30px;
    width: 140px;

    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translate(-50%, -0%);

    background: white;
    border: #9a9a9a 2px inset;
    border-radius: 0px;


    font-family: sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: black;

}
#BerechnungButtonTarif{
    background-color: #c3c3c3;
    color: black;
    padding: 10px 15px;
    border: 2px outset #9a9a9a;
    cursor: pointer;

    font-family: sans-serif;
    font-size: x-large;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translate(-50%,-0%);

}
#BerechnungButtonTarif:hover{
    color:white;
    background-color: #9a9a9a;
    border: 2px inset #9a9a9a;
}
#BerechnungButtonTarif2023{
    background-color: #c3c3c3;
    color: black;
    padding: 10px 15px;
    border: 2px outset #9a9a9a;
    cursor: pointer;

    font-family: sans-serif;
    font-size: x-large;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translate(-50%,-0%);

}
#BerechnungButtonTarif2023:hover{
    color:white;
    background-color: #9a9a9a;
    border: 2px inset #9a9a9a;
}

.Steuerlast{

    height: fit-content;
    width: fit-content;

    text-align: left;

    font-family: sans-serif;
    font-size: xx-large;
    font-weight: bold;

    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,-0%);
}

#SteuerlastBetrag2022{
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%,-0%);
}
#SteuerlastBetrag2023{
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%,-0%);
}