/* Preistablle */

.preistabelle {
    font-family: Oswald !important;
}

.pt-header-gross {
    font-size: 2.5em;
    line-height: 1em;
}

.pt-preis .pt-header-gross {
    font-size: 2em;
    line-height: 1em;
}

.pt-header-gross p {
    line-height: 1em;
}

.pt-subheader {
    font-size: 1.5em;
}


@media (max-width: 768px) {
    
    .pt-header-gross {
    font-size: 1.1em;
}

.pt-preis .pt-header-gross {
    font-size: 1.1em;
}

.pt-subheader {
    font-size: .8em;
    margin-top: 5px;
}

.pt-subheader p{
    line-height: 1em;
}

}