/* Shared hand-drawn SVG geometry, independent of the system font. */
.site-arrow,.luna-arrow,.map-control-icon{display:inline-block;flex:none;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.site-arrow path,.luna-arrow path,.map-control-icon path{vector-effect:non-scaling-stroke}
.action-icon{display:inline-grid;place-items:center;flex:none;width:30px;height:30px;line-height:1;border:1px solid currentColor;border-radius:50%}
.action-icon .site-arrow{display:block;width:16px;height:16px}
.service-section-nav{gap:12px;align-items:stretch}
.service-section-nav a{min-height:56px;gap:20px;padding:12px 14px 12px 20px;border:1px solid #d3dbd8;border-radius:12px;background:#fff;color:var(--tk-ink,#172635);font-size:16px;font-weight:600;line-height:1.4;box-shadow:0 2px 5px #17263504;text-align:start;transition:background .2s,border-color .2s,box-shadow .2s}
.service-section-nav a .action-icon{margin-inline-start:auto;color:#7b8b83;border-color:#d7dfda;background:#f8faf7}
.service-section-nav a:hover{background:#f4f6f2;color:var(--tk-ink,#172635);border-color:#a9b9af;box-shadow:0 4px 12px #17263508}
.service-section-nav a:hover .action-icon{color:#385b48;border-color:#afc2b4;background:#edf3e9}
.service-section-nav a:focus-visible{outline:2px solid var(--tk-accent,#805536);outline-offset:4px}
.region-premium .region-disciplines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.region-premium .region-disciplines a{min-height:52px;justify-content:space-between;gap:8px;padding:10px 12px;font-size:15px;font-weight:600;border-radius:12px;line-height:1.4}
.region-premium .region-disciplines .action-icon{width:26px;height:26px;padding:0;border:1px solid #d9c3a047;border-radius:50%;background:#ffffff06;color:#e0c29c;line-height:1}
.region-premium .region-disciplines .action-icon .site-arrow{width:15px;height:15px}
.footer-bottom a[href="#inhalt"]{display:inline-flex;align-items:center;gap:7px}
.footer-bottom a[href="#inhalt"] .site-arrow{width:16px;height:16px}
html[dir=rtl] .site-arrow-up{transform:none}
@media(max-width:800px){.service-section-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-section-nav a{gap:6px;padding:12px 10px;min-width:0;font-size:14px;overflow-wrap:normal}.service-section-nav .action-icon{width:24px;height:24px}.region-premium .region-disciplines a{padding:10px 8px;gap:5px;font-size:14px!important}.region-premium .region-disciplines .action-icon{width:22px;height:22px}.region-premium .region-disciplines .action-icon .site-arrow{width:14px;height:14px}}
@media(max-width:359px){.service-section-nav{grid-template-columns:1fr}.region-premium .region-disciplines a{padding:10px 6px;font-size:13px!important}}
@media(prefers-reduced-motion:reduce){.service-section-nav a{transition:none}}
