#dbaRechnerContainer{
    position: relative;
    transform:translate(-50%, 0%);
    left: 50%;

    height: fit-content;
    width: 100%;
    max-width: 800px;
}
#landeingabeContainer{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
#dbaLandInput{
    position: relative;
    width: 60%;
    height: 60px;
    border: solid 2px var(--dunkel);
}

.buttonStandard{
    position: relative;
    height: 60px;
    width: calc(40% - 40px);
    right: 0px;
    background-color: var(--dunkel);
    color: var(--hell);
    border: none;
    cursor: pointer;
    font-family: "defaultFont", monospace;
    font-weight: bold;
    font-size: 32px;
    transition: 0.4s;
}
.buttonStandard:hover{
    color:var(--dunkelFix);
    background-color: var(--akzent);
    border: none;
}
.buttonBerechnung{
    position: static;
}
.berechnungContainer{
    display: none;
    position: relative;
    background-color: none;

    width: 100%;
    height: 100%;
}

.nutzerInput{
    height: 60px;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    border: solid 2px var(--dunkelFix);
    background-color: var(--hellFix);
}
.labelStandard{
    font-size: 28px;
}

.ergebnisOutput{
    position: relative;
    height: 60px;
    width: fit-content;
    min-width: 300px;
    background-color: var(--hell);
    color: var(--dunkel);

    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
}
#ergebnisContainerBefreiung{
    display: none;
}
#ergebnisContainerAnrechnung{
    display: none;
}
#befreiungContainer{
    display: none;
}
#nichtMoeglichContainer{
    display: none;
}
#anrechnungContainer{
    display: none;
}

