/*  lets go */


.cta-button {
    all:unset;
    font-family:Helvetica,Arial,sans-serif;
    display:inline-block;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    background-color:#01964D; 
    color:#FFFFFF;
    font-size:20px;
    border-radius:25px; 
    padding:0 33px;
    font-weight:bold;
    height:50px;
    cursor:pointer;
    line-height:50px;
    text-align:center;
    margin:0;
    text-decoration:none;
}



@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;}
}