
.overlay-background-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(60,61,65,0.8);
    top: 0;
    left: 0;
    z-index: 100;
}
.zentriert {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.4);
    z-index: 1000;
}

.overlay-background-container .zentriert .logo {
    position: absolute;
}

.overlay-container {
    width: 100%;
    z-index: 100;
    margin-top: 5px;
}

.button-box .reset-list-style {
    list-style: none;
    padding-left: 0 !important;
}

@media screen and (min-width: 1310px) {
    .zentriert {
        display: flex;
    }
}

@media (max-width: 993px){
    .zentriert{
        width: 80%;
        max-height: 80%;
        overflow-y: scroll;
    }
}
.button-box {
    padding: 20px;
    background: white;
    box-sizing: border-box;
}
.button-box ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.centered-element {
    display: flex;
    justify-content: center;
    align-items: top;
    flex-flow: row wrap;
}
.button-item {
    border-radius: 8px;
    border: 1px solid #DF0314;
    color: white;
    background-color: #DF0314;
    border-color: #DF0314;
    font-size: 18px;
    padding: 10px 16px 10px 16px;
    min-width: 16.75rem;
}
p {
    font-size: 18px;
}
li {
    margin-bottom: 1.5rem;
}

.labeltext {
    font-size: 18px;
    text-align: left;
    border-radius: 8px;
    padding: 0.7rem;
    padding-left: 0;
    font-weight: bold;
}

.link-button {
    background: none;
    border: none;
    color: #1a0dab;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}