/* Markenfarben bleiben erhalten; ausreichender Kontrast auf weißen Karten. */
body #page-container .et_pb_module .et_pb_post .post-meta,
body #page-container .et_pb_module .et_pb_post .post-meta a,
body .post-meta, body .post-meta a { color: #625968 !important; }

/* Die sichtbaren Punkte bleiben klein, ihre anklickbare Fläche wird größer. */
body .et-pb-controllers { height: auto; display: flex; justify-content: center; flex-wrap: wrap; gap: 2px; }
body .et-pb-controllers a { width: 26px; height: 26px; margin: 0; border-radius: 0; background: transparent !important; display: inline-flex; align-items: center; justify-content: center; }
body .et-pb-controllers a::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px #53175d; opacity: .65; }
body .et-pb-controllers a.et-pb-active-control::before { opacity: 1; background: #53175d; box-shadow: 0 0 0 2px #fff; }

/* Textlinks sind nicht ausschließlich durch Farbe erkennbar. Navigation,
   Bildlinks und als Schaltfläche gestaltete Links werden nicht verändert. */
body .entry-content p a:not(.et_pb_button):not(:has(img)),
body .entry-content li a:not(.et_pb_button):not(:has(img)),
body .et_pb_post_content p a, body .et_pb_text p a,
body .post-content .more-link { text-decoration: underline; text-underline-offset: .18em; }
body a:focus-visible, body button:focus-visible, body input:focus-visible,
body textarea:focus-visible, body summary:focus-visible { outline: 3px solid #53175d; outline-offset: 3px; box-shadow: 0 0 0 5px #fff; }
body .czuk-consent-button { padding: 12px 18px; color: #fff; background: #53175d; border: 2px solid #53175d; border-radius: 4px; cursor: pointer; font: inherit; }
body #cmplz-document input[type=checkbox] { min-width: 24px; min-height: 24px; }
body #cmplz-document, body .wp-block-search__inside-wrapper { max-width: 100%; box-sizing: border-box; }
body .wp-block-search__input { min-width: 0; }
body #cmplz-document { overflow-wrap: anywhere; }
body #cmplz-document .cookies-per-purpose,
body #cmplz-document .name, body #cmplz-document .retention,
body #cmplz-document .function { min-width: 0; max-width: 100%; box-sizing: border-box; }
body .czuk-service-consent { display: flex; align-items: center; gap: 10px; padding: 12px 0; }
body .czuk-service-consent label { cursor: pointer; }
body .czuk-form-datenschutz a { text-decoration: underline; text-underline-offset: .18em; }
body #page-container .et_pb_post .post-meta a { display: inline-block; min-height: 26px; line-height: 26px; }
body .wp-block-search__button { color: #fff !important; background: #53175d !important; }
body #page-container .et_pb_bg_layout_dark a[href="https://Michael-Gahn.de"] { color: #fff !important; text-decoration: underline; text-underline-offset: .18em; }
body .czuk-slider-pause { position: absolute; top: 12px; right: 12px; z-index: 20; min-height: 32px; padding: 5px 10px; background: #fff; color: #53175d; border: 1px solid #53175d; border-radius: 4px; font: 14px/1.4 sans-serif; cursor: pointer; }
/* Turnstiles kleinste Challenge ist 300 Pixel breit. Auf schmalen Handys
   bekommt das Kontaktformular diesen Platz ohne horizontales Scrollen. */
@media (max-width: 380px) {
    body.page-id-87 .et_pb_row { width: calc(100% - 20px); }
}
