

.d1 {

    position: absolute;
    margin-top: 100px;
    text-transform: none;
    width: calc(100% - 100px);
    max-width: 1200px;

    
    left: 50%;
    transform: translate(-50%);

    min-height: calc(100% - 115px);
}


.d2 {

    width: 100%;

}

p {

    font-size: 16px;

}

.headline {

   
    margin-top: 45px;
    font-weight: 400;
    font-size: 16px;
  
  

}

.v1 {

    width: 100%;
    
}

.workflow {

    width: 100%;
    height: auto;

}

.padding_bottom {

    height: 130px;
    
}


/******* KLEINERER ABSTAND ZU SEITE BEI GERINGER SEITENBREITE -500PX- *******/

@media (max-width: 500px) {

    .d1 {
       
        width: calc(100% - 60px);
        max-width: 1200px;
        
    }

}





