.teaser h1  {
    
    font-size: 2.8rem;
    
    
}


.teaser h2  {
    
    font-size: 2rem;
    
    
}


@media(max-width:475px){
    
/*
    .teaser {
    zerhaut Masthead nach orientation change
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        
    }
*/
    
    .teaser h1  {
    
    font-size: calc(1vw*9.8)!important;
    
    
    }
    
    
    
    .teaser h2 {
       font-size: calc(1vw*7)!important;

    }
    
    .teaser .decorative{
        font-size: 40px!important;
    }
    
    
}