/* Lokale Schriftfamilie – keine externen Font-Aufrufe */
@font-face{font-family:"GroteSans";src:url("../fonts/GroteSans-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"GroteSans";src:url("../fonts/GroteSans-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"GroteSans";src:url("../fonts/GroteSans-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"GroteSans";src:url("../fonts/GroteSans-Light-Italic.woff2") format("woff2");font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:"GroteSans";src:url("../fonts/GroteSans-Regular-Italic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"GroteSans";src:url("../fonts/GroteSans-Bold-Italic.woff2") format("woff2");font-weight:700;font-style:italic;font-display:swap}
@font-face{font-family:"StephenType";src:url("../fonts/StephenType.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}

:root{
  --accent:#663399;
  --accent-hover:#9b45b2;
  --text:#4f4f4f;
  --muted:#777;
  --line:#e8e8e8;
  --paper:#fff;
  --page-bg:#FAFAFA;
  --footer:#333333;
  --footer-text:#f3f3f3;
  --content:990px;
  --footer-content:1450px;
}
*{box-sizing:border-box}
html{box-sizing:border-box;scroll-behavior:smooth;font-size:106.25%}
body{
  margin:0;
  background:var(--page-bg);
  color:var(--text);
  font-family:"GroteSans",Helvetica,Arial,sans-serif;
  font-size:1.1rem;
  font-weight:300;
  line-height:1.75em;
  letter-spacing:2.16px;
}
strong{font-weight:400}
body.menu-open{overflow:hidden}
body.a11y-large{font-size:20px}
body.a11y-contrast{filter:contrast(1.18)}
body.a11y-links a{text-decoration:underline!important}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-hover)}
img{max-width:100%;height:auto}
button,input,select,textarea{font-family:inherit;font-weight:300;letter-spacing:2.16px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;padding:.7rem 1rem;z-index:10000}.skip-link:focus{left:1rem;top:1rem}

/* Kopfbereich – Werte aus der Astra-Ausgabe der WordPress-Seite */
.site-header{background:rgba(250,250,250,.88)}
.tg-hero-banner{
  width:100%;
  min-height:300px;
  height:300px;
  padding-top:50px;
  background-color:rgba(250,250,250,.88);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  background-attachment:scroll;
  overflow:hidden;
}
.tg-hero-logo-wrap{
  width:100%;
  height:250px;
  min-height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
}
.tg-hero-brand{
  display:block!important;
  width:180px!important;
  max-width:180px!important;
  min-width:180px!important;
  height:auto!important;
  margin:0 auto!important;
  padding:0!important;
  line-height:0!important;
  flex:0 0 180px!important;
}
.tg-hero-logo{
  display:block!important;
  width:180px!important;
  max-width:180px!important;
  min-width:180px!important;
  height:auto!important;
  margin:0 auto!important;
  padding:0!important;
  object-fit:contain!important;
}
.primary-bar{min-height:50px;background:rgba(250,250,250,.88)}
.menu-row{max-width:950px;height:50px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end;padding:0 25px}
.menu-toggle{
  width:47px;height:50px;border:0;border-radius:2px;background:var(--accent);padding:0;
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;
}
.menu-toggle span{display:block;width:20px;height:3px;background:#fff;border-radius:1px}
.menu-toggle:hover{background:var(--accent-hover)}

/* Off-Canvas-Navigation */
.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:9000}
.offcanvas-menu{
  position:fixed;top:0;right:0;width:min(620px,42vw);height:100vh;background:#fff;z-index:9001;
  transform:translateX(100%);transition:transform .24s ease;box-shadow:-5px 0 20px rgba(0,0,0,.08);padding:62px 0 40px;
}
.offcanvas-menu.open{transform:translateX(0)}
.offcanvas-close{
  position:absolute;right:10px;top:8px;width:30px;height:30px;border:1px solid #e3dce9;background:#fff;
  color:#9a74b8;font-size:22px;line-height:24px;cursor:pointer;font-weight:200;
}
.offcanvas-nav{display:flex;flex-direction:column;gap:0}
.offcanvas-nav a{display:block;padding:12px 38px;color:#8d62ab;font-size:15px;font-weight:300;letter-spacing:.5px}
.offcanvas-nav a:hover,.offcanvas-nav a.active{color:var(--accent)}

.site-main{min-height:55vh;background:var(--page-bg)}
.content-shell{max-width:var(--content);margin:0 auto;padding-left:15px;padding-right:15px;background:transparent}
.home-intro{padding-top:42px;padding-bottom:0}
p{margin:0 0 1em}
h1,h2,h3,h4,h5,h6{color:var(--text);font-family:"GroteSans",Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:2.16px;line-height:1.75em}
h1{font-size:2.2rem;line-height:1.4em}
h2{font-size:1.9rem;line-height:1.3em}
h3{font-size:1.8rem;line-height:1.3em}
h4{font-size:1.5rem;line-height:1.2em}
h5{font-size:1.3rem;line-height:1.2em}
h6{font-size:1rem;line-height:1.25em}
strong,b{font-weight:400}
.signature-text{font-family:"StephenType",cursive;font-size:3rem;font-weight:400;font-style:normal;color:#4f4f4f;line-height:1.75em;letter-spacing:2.16px}
.signature-text p{margin:0 0 1em}

/* Kontaktbereich entsprechend der WPBakery-Aufteilung 8/4 */
.contact-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:30px;align-items:start;padding-top:25px;padding-bottom:100px}
.contact-card{min-width:0}
.contact-form{display:grid;gap:20px}
.field-label{display:block}
.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{
  width:100%;border:1px solid #d9d9dd;border-radius:0;background:#fff;color:var(--text);
  padding:15px 14px;font:inherit;font-size:1rem;font-weight:300;line-height:1.4;letter-spacing:2.16px;
}
.contact-form input[type=text],.contact-form input[type=email]{height:56px}
.contact-form textarea{min-height:190px;resize:vertical;padding-top:15px}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#5d5d5d;opacity:1}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent)}
.privacy-block{margin-top:-2px}
.check-row{display:flex;gap:.55rem;align-items:flex-start;font-size:.85rem;font-weight:300;line-height:1.75em;margin:0}
.check-row input{margin-top:8px;width:14px;height:14px;flex:0 0 auto}
.privacy-hint{font-size:.85rem;line-height:1.75em;margin-top:-.85em;padding-left:25px;padding-top:1em;padding-bottom:1.125em}
.privacy-hint a{text-decoration:underline}
.button-primary{
  width:100%;border:0;border-radius:0;background:var(--accent);color:#fff;padding:20px;
  font-size:1rem;font-weight:400;line-height:1.2;letter-spacing:2px;cursor:pointer;min-height:60px;
}
.button-primary:hover{background:var(--accent-hover)}
.button-primary:disabled{opacity:.72;cursor:wait}
.hp-field{position:absolute!important;overflow:hidden!important;display:inline!important;height:1px!important;width:1px!important;z-index:-1000!important;padding:0!important}
.hp-field input{visibility:hidden}
.contact-error{background:#fff1f1;border-left:4px solid #b42318;color:#7a271a;padding:.8rem 1rem;margin:0 0 20px;font-size:.85rem;line-height:1.55}

.contact-visuals{text-align:center;padding-top:0}
.portrait{display:block;width:100%;max-width:250px;aspect-ratio:1/1;object-fit:contain;margin:0 auto}
/* Ravensburg-Fahne: originaler WPBakery-Aufbau vc_box_shadow_3d */
.wpb_single_image{margin:0;text-align:center}
.wpb_single_image .vc_figure{display:inline-block;margin:0;max-width:100%;vertical-align:top}
.wpb_single_image .vc_single_image-wrapper{display:inline-block;max-width:100%;vertical-align:top}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d{border-radius:0;box-shadow:none;margin-bottom:15px;display:inline-block;max-width:100%;position:relative;z-index:0}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img{border-radius:0;box-shadow:none}
.wpb_single_image .vc_box_shadow_3d:before,.wpb_single_image .vc_box_shadow_3d:after{border-radius:inherit;bottom:8px;box-shadow:0 15px 10px #0009;content:"";height:30%;left:5px;position:absolute;right:50%;transform:skewY(-6deg);transform-origin:0 0;z-index:-1}
.wpb_single_image .vc_box_shadow_3d:after{left:50%;right:5px;transform:skewY(6deg);transform-origin:100% 0}
.rv_fahne{margin-top:30px}
.flag{display:block;width:140px;height:300px;max-width:none;object-fit:contain;margin:0;border:0;border-radius:0}

/* WPForms-Bestätigung: erscheint erst nach erfolgreichem AJAX-Submit */
.contact-confirmation{padding-top:.15rem}
.contact-confirmation h2{margin:0 0 .55rem;color:#008000;font-size:1.5rem;font-weight:400;line-height:1.35;letter-spacing:2.16px}
.contact-confirmation>p{color:#008000;margin:0 0 1rem}
.confirmation-video{display:block;width:100%;height:auto;margin:1rem 0 0;background:#eef5fb}

/* Blog / Einzelseite */
/* Blogübersicht – direkt aus der Astra-Ausgabe der WordPress-Seite abgeleitet */
.blog-archive{max-width:990px;margin:0 auto;padding:4em 20px;background:transparent}
.blog-list{display:block;margin:0;padding:0}
.blog-card{display:block;width:100%;margin:0 0 2.5em;padding:5.34em 6.67em;background:#fff;border-bottom:1px solid #ddd}
.blog-card:last-child{margin-bottom:0;border-bottom:0}
.blog-card-inner{width:100%;overflow:hidden;overflow-wrap:break-word}
.blog-featured-section{margin:0 0 1.5em}
.blog-thumb{display:block;padding:0;margin:0}
.blog-thumb img{display:block;width:100%;height:auto;max-width:100%;margin:0;padding:0;object-fit:contain}
.blog-entry-title{margin:0 0 .2em;font-family:"GroteSans",Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:2.5em;letter-spacing:2.16px}
.blog-entry-title a{color:#4f4f4f;font:inherit;line-height:inherit}
.blog-entry-title a:hover{color:#4f4f4f}
.blog-excerpt{margin:0;padding:0}
.blog-excerpt p{margin:0;font:inherit}
.blog-read-more{display:block;margin:1.5em 0 .8em;font:inherit}
.blog-read-more a{display:inline-block;color:var(--accent);font:inherit}
.blog-read-more a:hover{color:var(--accent-hover)}
/* Einzelbeitrag – nach der gecachten WordPress/Astra-Ausgabe rekonstruiert */
.content-shell.single-post{
  max-width:990px;
  margin:0 auto;
  padding:5.34em 6.67em;
  background:#fff;
}
.single-post .entry-header{margin:0 0 2em;text-align:left;word-wrap:break-word}
.single-post .entry-header>*:not(:last-child){margin-bottom:10px}
.single-post .post-thumb{position:relative;padding:0;margin:0 0 2em}
.single-post .post-thumb .featured-image{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  max-height:none;
  margin:0;
  object-fit:contain;
}
.single-post .entry-title{
  margin:0 0 10px;
  padding:0;
  font-family:"GroteSans",Helvetica,Arial,sans-serif;
  font-size:30px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:2.16px;
  color:#4f4f4f;
}
.single-post .entry-meta{margin:0;padding:0;line-height:1.45;color:var(--accent)}
.single-post .entry-meta a{color:var(--accent);text-decoration:underline}
.single-post .entry-meta a:hover{color:var(--accent-hover)}
.single-post .entry-content{word-wrap:break-word}
.single-post .entry-content p{margin:0 0 1em}
.single-post .entry-content ul,
.single-post .entry-content ol{margin-top:0;margin-bottom:1.5em}
.single-post .entry-content ul{list-style-type:square;padding-left:20px;margin-left:0!important}
.single-post .entry-content ol{list-style-type:decimal;margin-left:3em;padding-left:0}
.single-post .entry-content ul ul{list-style-type:none;padding-left:0;margin-left:0!important;margin-bottom:0}
.single-post .entry-content ul ul li::before{content:"- "}
.single-post .entry-content li>ol,
.single-post .entry-content li>ul{padding-top:1em;margin-bottom:0;margin-left:0!important}
.single-post .entry-content li{padding-bottom:1em}
.single-post .entry-content p>img.aligncenter,
.single-post .entry-content img.aligncenter{
  display:block;
  max-width:100%;
  height:auto;
  margin-left:auto!important;
  margin-right:auto!important;
}
.single-post .entry-content table{width:100%;border-collapse:collapse;margin:0;font-size:inherit}
.single-post .entry-content th,
.single-post .entry-content td{padding:8px;text-align:left;vertical-align:top;border:0}
.single-post .entry-content thead th{border-bottom:1px solid #ccc}
.single-post .entry-content code{font:1em Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}
.single-post .entry-content em{font-style:italic}
.single-post .spacer,.single-post .wp-block-spacer{max-height:100px}

@media (max-width:1200px){
  .content-shell.single-post{padding:3.34em 2.4em}
}
@media (max-width:921px){
  .content-shell.single-post{padding:1.5em 2.14em}
  .single-post .entry-header{margin-bottom:1em}
}
@media (max-width:544px){
  .content-shell.single-post{padding:1.5em 1em}
  .single-post .entry-title{font-size:30px}
}
/* Impressum / Rechtstexte – gleiche Typografie und Inhaltsbreite wie die übrigen Seiten */
.legal-page{padding-top:42px;padding-bottom:100px}
.legal-page .post-content{font-size:inherit;line-height:inherit;letter-spacing:inherit}
.legal-page .post-content h2,
.legal-page .post-content h3{
  font-size:1.1rem;
  font-weight:400;
  line-height:1.75em;
  letter-spacing:2.16px;
  margin:2.2em 0 .35em;
}
.legal-page .post-content h2:first-child,
.legal-page .post-content h3:first-child{margin-top:0}
.legal-page .post-content ul{margin:0 0 1em 1.25em;padding-left:1.1em}
.legal-page .post-content li{margin:0 0 .25em}

/* Footer – Desktopwerte aus Astra + Astra Addon der WordPress-Seite */
.site-footer{background:#333333;color:#fefbe9;margin-top:0}
.footer-primary{background:#333333;padding:50px 100px}
.footer-grid{
  width:100%;
  max-width:none;
  margin:0;
  padding:0 35px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  align-items:start;
}
.footer-column{color:#fefbe9;font-size:.9rem;line-height:1.75}
.footer-column h2{
  color:#fefbe9;
  font-family:"GroteSans",Helvetica,Arial,sans-serif;
  font-size:1rem;
  font-weight:400;
  line-height:1.75em;
  letter-spacing:1px;
  text-decoration:underline;
  margin:0 0 .72em;
}
.footer-column ul{list-style:none;margin:0;padding:0}
.footer-column li{margin:0 0 .45em;padding:0;font-size:inherit;line-height:1.75em}
.footer-column a{color:#fefbe9;text-decoration:none}
.footer-column a:hover,.footer-column a:focus{color:#f5eec3}
.external-links a{display:inline-flex;align-items:center;gap:.28em}
.external-links .fa-external-link-alt{width:.78em;height:.78em;display:inline-block;flex:0 0 auto;fill:currentColor;vertical-align:-.05em}
.external-links .fa-lemon{width:.84em;height:.84em;display:inline-block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:0}
.external-links .fa-lemon path{fill:currentColor}
.footer-paypal{margin-top:2.25em}
.paypal-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:150px;
  height:30px;
  padding:0;
  background:#0079c1;
  color:#fff!important;
  font-family:Roboto,Arial,sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:30px;
  letter-spacing:1px;
  text-transform:none;
}
.paypal-link:hover,.paypal-link:focus{background:#663399;color:#0079c1!important}
.footer-socials{display:flex;align-items:center;gap:0;margin-top:1.75em}
.footer-socials a{
  width:38px;
  height:38px;
  padding:10px;
  margin-left:7.5px;
  margin-right:7.5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#663399;
  color:#fefbe9;
}
.footer-socials a:first-child{margin-left:0}
.footer-socials a:last-child{margin-right:0}
.footer-socials a:hover,.footer-socials a:focus{background:#9b45b2;color:#f5eec3}
.footer-socials svg{width:18px;height:18px;display:block;fill:currentColor}
.footer-below{background:#333333;min-height:80px;padding:20px 0}
.footer-bottom{
  max-width:950px;
  min-height:80px;
  margin:0 auto;
  padding:0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  color:#fefbe9;
  font-size:12px;
  line-height:1.75em;
  letter-spacing:1px;
  text-align:center;
}

/* Floating buttons */
.floating-button{position:fixed;right:30px;z-index:8200;display:flex;align-items:center;justify-content:center;cursor:pointer}
.scroll-top{bottom:30px;width:52.5px;height:52.5px;border:0;border-radius:2px;background:var(--accent);color:#fefbe9;opacity:0;visibility:hidden;transition:opacity .18s ease,background .18s ease}
.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:var(--accent-hover)}
.scroll-top svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.6}
/* Barrierefrei-Button: exakt nach OneTap design-size1 + design-border1 */
.accessibility-toggle{bottom:100px;width:auto;height:auto;border:2px solid transparent;border-radius:50%;background:none;color:inherit;box-shadow:none;padding:0;overflow:visible}
.accessibility-toggle:hover,.accessibility-toggle:focus{background:none;box-shadow:none;outline:none}
.accessibility-toggle img{
  display:block;
  box-sizing:border-box;
  width:48px;
  height:48px;
  max-width:none;
  padding:8px;
  object-fit:contain;
  background:#663399;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 0 0 4px #663399;
  transition:transform .3s ease;
}
.accessibility-toggle:hover img{transform:scale(1.1)}
.accessibility-panel{position:fixed;right:89px;bottom:88px;z-index:8201;width:220px;padding:14px;background:#fff;border:1px solid #ddd;box-shadow:0 8px 28px rgba(0,0,0,.16);font-size:13px;letter-spacing:.3px}
.accessibility-panel strong{display:block;margin-bottom:8px}.accessibility-panel button{display:block;width:100%;text-align:left;border:0;background:#f7f7f7;color:#4f4f4f;padding:8px 9px;margin:5px 0;cursor:pointer}.accessibility-panel button:hover{background:#eee}.accessibility-panel small{display:block;margin-top:9px;line-height:1.4;color:#777}

/* Leichter Cursor-Ring wie auf der WordPress-Version */
/* WP Custom Cursors – Originalkonfiguration aus der WordPress-Datenbank:
   Shape 1, #663399, 40px, normal blend, Standard-Mauszeiger bleibt sichtbar. */
.wpcc-cursor-replica{position:fixed;inset:0;pointer-events:none;z-index:99999999999;display:none}
.wpcc-cursor-replica.active{display:block}
.wpcc-cursor-replica .cursor-el1,.wpcc-cursor-replica .cursor-el2{position:fixed;pointer-events:none;box-sizing:border-box;will-change:transform,width,height,opacity}
.wpcc-cursor-replica .cursor-el1{width:40px;height:40px;border:1.6px solid #663399;border-radius:100px;left:-20px;top:-20px;transition:all 200ms ease-out}
.wpcc-cursor-replica .cursor-el2{width:8px;height:8px;border-radius:50%;background:#663399;left:-4px;top:-4px;animation:c1-anim-reverse 200ms ease-out}
.wpcc-cursor-replica.link-hover .cursor-el1{width:26.6667px;height:26.6667px;left:-13.3333px;top:-13.3333px;opacity:0}
.wpcc-cursor-replica.link-hover .cursor-el2{animation:c1-anim 200ms ease-out;animation-fill-mode:forwards}
.wpcc-cursor-replica.input-hover{display:none}
@keyframes c1-anim{to{width:40px;height:40px;left:-20px;top:-20px;opacity:.3}}
@keyframes c1-anim-reverse{from{width:40px;height:40px;left:-20px;top:-20px;opacity:.3}to{width:8px;height:8px;left:-4px;top:-4px}}

/* Reading Position Indicator: Werte aus der bisherigen WP-Konfiguration */
.reading-progress{position:fixed;left:0;right:0;bottom:0;height:10px;background:rgba(173,139,178,.05);z-index:99998;pointer-events:none}
.reading-progress-fill{width:0;height:100%;background:#663399;transition:width .05s linear}

@media(max-width:1200px) and (min-width:922px){
  .blog-card{padding:3.34em 2.4em}
}
@media(max-width:921px){
  .blog-archive{max-width:100%;padding:1.5em 20px}
  .blog-card{padding:1.5em 2.14em}
}
@media(max-width:544px){
  .blog-archive{padding:0 .54em}
  .blog-card{padding:1.5em 1em}
}

@media(max-width:921px){
  .tg-hero-banner{min-height:280px;padding-top:0;background-size:cover;background-position:center center}.tg-hero-logo-wrap{min-height:280px}.tg-hero-brand,.tg-hero-logo{width:120px!important;max-width:120px!important;min-width:120px!important;flex-basis:120px!important}.primary-bar{min-height:30px;background:transparent}.menu-row{height:70px;padding:0 20px}.offcanvas-menu{width:min(520px,72vw)}
  .contact-grid{gap:30px}.portrait{max-width:220px}.footer-primary{padding-left:0;padding-right:0}.footer-grid{gap:3rem;padding-left:35px;padding-right:35px}
}
@media(max-width:760px){
  body{font-size:1rem}.tg-hero-banner{min-height:180px;padding-top:0;background-size:cover;background-position:center center}.tg-hero-logo-wrap{min-height:180px}.tg-hero-brand,.tg-hero-logo{width:100px!important;max-width:100px!important;min-width:100px!important;flex-basis:100px!important}.primary-bar{background:rgba(250,250,250,.88)}.menu-row{height:50px;padding:0 10px}.menu-toggle{width:43px;height:45px}
  .offcanvas-menu{width:88vw}.offcanvas-nav a{padding:12px 28px}.content-shell{padding-left:15px;padding-right:15px}.home-intro{padding-top:30px}.contact-grid{grid-template-columns:1fr;gap:2.4rem;padding-bottom:5rem}.contact-visuals{display:flex;align-items:flex-start;justify-content:center;gap:1.5rem}.portrait{width:180px}.rv_fahne{margin-top:0}.flag{width:85px;height:auto;max-height:182px}.signature-text{font-size:2.5rem}
  .footer-primary{padding:50px 0}.footer-grid{grid-template-columns:1fr;gap:2.3rem;padding:0 26px}.footer-below{padding-bottom:70px}.footer-bottom{min-height:80px}.floating-button{right:30px}.accessibility-toggle{bottom:100px}.scroll-top{bottom:30px}.accessibility-panel{right:78px;bottom:82px}.wpcc-cursor-replica{display:none!important}
}
@media(hover:none),(pointer:coarse){.wpcc-cursor-replica{display:none!important}}


/* Mathematische Formeln – lokal, ohne MathJax/CDN.
   Die $$...$$-Ausdrücke aus den alten Beiträgen werden serverseitig
   in natives MathML umgewandelt. */
.math-formula{color:#4f4f4f;font-family:"Cambria Math","STIX Two Math","DejaVu Math TeX Gyre",serif;letter-spacing:normal}
.math-formula--display{display:flex;width:100%;margin:.7em 0 1em;justify-content:center;align-items:center;text-align:center;overflow-x:auto;overflow-y:hidden}
.math-formula--display math{display:inline-block!important;margin:0;font-size:1.14em;line-height:1.4}
.math-formula--inline{display:inline-block;vertical-align:middle;margin:0 .12em}
.math-formula--inline math{font-size:1em}
.math-formula mtext{font-family:"Cambria Math","STIX Two Math","DejaVu Math TeX Gyre",serif}


/* Bildsignatur für externe Fotos – nur lokal auf die Bildnachweise begrenzt.
   Die globalen Text- und Linkfarben der Website bleiben unverändert. */
.single-post .post-featured-figure{
  margin:0 0 2em;
  padding:0;
}
.single-post .post-featured-figure .post-thumb{
  margin:0;
}
.tg-image-credit{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.45rem;
  margin-top:.65rem;
  font-family:"GroteSans",Helvetica,Arial,sans-serif;
  font-size:.72rem;
  font-weight:300;
  line-height:1.4;
  letter-spacing:1px;
  color:var(--muted);
  text-align:right;
}
.tg-image-credit__line{
  width:28px;
  height:1px;
  flex:0 0 28px;
  background:currentColor;
  opacity:.45;
}
.tg-image-credit__label{
  font-size:.66rem;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.72;
}
.tg-image-credit a{
  color:var(--accent);
  text-decoration:none;
  transition:color .2s ease,opacity .2s ease;
}
.tg-image-credit a:hover,
.tg-image-credit a:focus{
  color:var(--accent-hover);
}
.tg-image-credit__author{font-weight:400}
.tg-image-credit__source{opacity:.82}
.tg-image-credit__source:hover,
.tg-image-credit__source:focus{opacity:1}
.tg-image-credit__dot{opacity:.45}
@media(max-width:600px){
  .tg-image-credit{flex-wrap:wrap;font-size:.68rem;gap:.35rem}
  .tg-image-credit__line{width:18px;flex-basis:18px}
}
