/* Pull-Quote (.ak-quote) und Tipp-Box (.ak-tipp)
 * Wird per functions.php nur auf Seiten/Posts geladen, die
 * [ak_quote] oder [ak_tipp] im Content haben. Eingebunden 16.05.2026.
 *
 * Scope unter .entry-content, weil:
 *   - blockquote hat Browser-Defaults (italic, margin-left)
 *   - p im Wrapper soll Margin verlieren
 *   - Spezifität gegen mögliche Theme-Regeln
 */

/* Pull-Quote */
.entry-content .ak-quote{font-family:Playfair,Georgia,"Times New Roman",serif;font-weight:400;font-style:normal;font-size:1.2em;line-height:1.4;color:#222;background:none;border-left:2px solid #222;border-radius:0;padding:6px 0 6px 22px;margin:1.75em 0;quotes:none}
.entry-content .ak-quote::before,.entry-content .ak-quote::after{content:none}
.entry-content .ak-quote p{margin:0;font:inherit;color:inherit;line-height:inherit}

/* Tipp-Box */
.entry-content .ak-tipp{background:#fafafa;border-left:3px solid #222;border-radius:0;padding:14px 20px;margin:1.5em 0}
.entry-content .ak-tipp__label{font-family:Lato,system-ui,-apple-system,Arial,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#666;margin-bottom:6px}
.entry-content .ak-tipp__content{color:#222;line-height:1.55}
.entry-content .ak-tipp__content p{margin:0 0 .5em;line-height:inherit}
.entry-content .ak-tipp__content p:last-child{margin-bottom:0}

/* Breakpoints */
@media only screen and (min-width:1600px){.entry-content .ak-quote{font-size:1.25em}}
@media only screen and (max-width:768px){.entry-content .ak-quote{font-size:1.1em;padding-left:18px;margin:1.5em 0}.entry-content .ak-tipp{padding:12px 16px;margin:1.25em 0}}
