.modal .modal-dialog.modal-xl {
    max-width: 90vw;
    width: 1548px;
    margin: 0 auto;
    margin-top: 95px;
}
.modal-content{
    background: #D11112;
    border: 0px solid #D11112;
}

.modal-body{
    background-color: transparent;
    padding: 66px 80px 88px 80px;
}

.btn-close{
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 160%;
    line-height: 115%;
    opacity: 1.0 !important;
    color: #fff;
    background: transparent;
    width: 59px;
    height: 59px;
}


#modaltextcol{
    padding-top: 6rem;
}
#bonModal #bonimg{
    width: 395px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#bonModal h2{
    color: #FEEFDE;

}
#bonModal p{
    margin: 0 0 1rem 0;
    color: #FEEFDE;
    font-size:24px;
}
#bonModal p.small{
    font-size:20px;
    line-height: 128%;
}
#bonModal ol{
    padding-left: 4rem;
    color: #FEEFDE;
    margin-bottom: 3rem;
}




#netzimg{
    position: absolute;
    bottom: -74px;
    right: -116px;
    width: 739px;
}



@media (max-width: 640px) {

    #bonModal p{
        margin: 0 0 1rem 0;
        font-size:17px;
        line-height: 125%;
    }
    #bonModal li {
        margin: 0 0 0.2rem 0;
        font-size:17px;
        line-height: 125%;
    }
    .nomobile{
        display: none;
    }
}

