/* Block: Zitat */
.sb-zitat-quote {
    font-family:var(--f-serif);
    font-style:italic;
    font-size:64px;
    line-height:1.25;
    max-width:1240px;
}
/* Anfuehrungs-/Schlusszeichen */
.sb-zitat-quote::before {
    content:'\00AB\2009';
}
.sb-zitat-quote::after {
    content:'\2009\00BB';
}
@media only screen and (max-width:1200px) {
    .sb-zitat-quote { font-size:52px; }
}
@media only screen and (max-width:1023px) {
    .sb-zitat-quote { font-size:40px; }
}
@media only screen and (max-width:767px) {
    .sb-zitat-quote { font-size:24px; }
}
