/*  lets go */


.cta-button, .btn.mb-btn.waves-effect.waves-light.btn-nf-333.open_nex_forms_popup{
    all:unset;
    font-family:Helvetica,Arial,sans-serif!important;
    display:inline-block!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    background-color:#303033!important;
    color:#FFF!important;
    font-size:20px!important;
    border-radius:25px!important;
    padding:0 33px!important;
    font-weight:bold!important;
    height:50px!important;
    cursor:pointer!important;
    line-height:50px!important;
    text-align:center!important;
    margin:0!important;
    text-decoration:none!important;
}


@media all and (max-width: 1024px) {
     .abstand-unten {margin-bottom: 30px!important;}
    .mobile-centered {text-align: center;}
    .half-size {max-width: 90%; margin: auto;}
    .cta-button {
        font-size:16px;
        line-height: 26px;
    }
   
}

@media all and (max-width: 648px) {
     .cta-button {
         margin: auto;
         display: block;
     }
     h3 {font-size: 20px;}
}