
.text-card-head {
    font-size: 23px;
    font-family: "OpenSans-Bold";    
}

.text-card {
    font-size: 24px;
    font-family: "OpenSans-SemiBold";    
}
.text-multi {
    font-size: 18px;
    font-family: "OpenSans-SemiBold";    
}
.multi-header {
    margin: auto;
    padding-bottom: 2px;
}

.slider_card_text{
    
    font-size: 15px;
    font-family: "OpenSans-SemiBold"; 
    text-decoration: underline;
}

.text-kunden-header {
    font-family: 'Posterama';
    color: #3C64AD;
    font-size: 39px;
}


@media screen and (max-width: 850px) {
    
    .text-kunden-header {
        font-size: 32px;
    }
}