div.auktionHandlerHolder {
    position: absolute;
    width: 800px;
    border: 4px solid aquamarine;
    background-color: #222222ed;
    height: 800px;
    left: 300px;
    top: 150px;
}

p.auktionHandlerTitle {
    width: 100%;
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
}

p.auktionAktieInfoNameStartValue {
    width: 100%;
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
}

p.auktionAktieInfoCurrentValue {
    width: 100%;
    font-size: 36px;
    text-align: center;
}

div.auktionAktieBidders {
    background-color: #1e091c;
    width: 90%;
    height: 40%;
    margin-left: 5%;
    opacity: 1;
    margin-top: 10px;
    border: 4px solid white;

    display: flex;
    float: left;
    flex-wrap: wrap;
    overflow-y: auto;
}

div.auktionAktieBidders div{ 
    height: min-content;
    font-size: 32px;
    margin: 6px;
    padding: 9px;
    border-radius: 10px;
    border: 0px;
}

button.auktionAktieRaus {
    position: absolute;
    bottom: 40px;
    right: 51%;
    width: 200px;
    height: 100px;
    font-size: 36px;
    background-color: #b03e30;
    border: 0px;
    border-radius: 10px;
}

button.auktionAktieKaufen {
    position: absolute;
    bottom: 40px;
    left: 51%;
    width: 200px;
    height: 100px;
    font-size: 36px;
    background-color: #71c52c;
    border: 0px;
    border-radius: 10px;
    display: none;
}

button.auktionAktieWeiter1000 {
    position: absolute;
    bottom: 160px;
    left: 10%;
    width: 200px;
    height: 100px;
    font-size: 36px;
    background-color: #71c52c;
    border: 0px;
    border-radius: 10px;
    display: block;
}

button.auktionAktieWeiter5000 {
    position: absolute;
    bottom: 160px;
    left: 38%;
    width: 200px;
    height: 100px;
    font-size: 36px;
    background-color: #71c52c;
    border: 0px;
    border-radius: 10px;
    display: block;
}

button.auktionAktieWeiter10000 {
    position: absolute;
    bottom: 160px;
    left: 66%;
    width: 200px;
    height: 100px;
    font-size: 36px;
    background-color: #71c52c;
    border: 0px;
    border-radius: 10px;
    display: block;
}