
nav.oh-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(8,8,13,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #1a1a2e;padding:.6rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:-apple-system,BlinkMacSystemFont,'Inter','Segoe UI',sans-serif}
.oh-nav .nav-logo{display:inline-flex;align-items:center;gap:8px;font-size:1.06rem;font-weight:700;letter-spacing:-.4px;color:#e2e8f0;text-decoration:none;white-space:nowrap}
.oh-nav .nav-logo img{height:26px;width:auto}
.oh-nav .nav-logo .oh-wm span{color:#2d9491}
.oh-nav .nav-links{display:flex;align-items:center;gap:1.35rem}
.oh-nav .nav-links a{color:#94a3b8;text-decoration:none;font-size:.86rem;font-weight:500;transition:color .15s;white-space:nowrap}
.oh-nav .nav-links a:hover{color:#e2e8f0}
.oh-dd{position:relative}
.oh-dd-t{display:inline-flex;align-items:center;gap:5px;background:transparent;border:0;color:#94a3b8;font:500 .86rem/1 -apple-system,BlinkMacSystemFont,'Inter','Segoe UI',sans-serif;cursor:pointer;padding:0;white-space:nowrap;transition:color .15s}
.oh-dd-t:hover,.oh-dd:hover .oh-dd-t{color:#e2e8f0}
.oh-cv{width:11px;height:11px;transition:transform .2s}
.oh-dd:hover .oh-cv,.oh-dd.oh-ddopen .oh-cv{transform:rotate(180deg)}
.oh-dd-menu{position:absolute;top:calc(100% + 13px);left:50%;transform:translateX(-50%);min-width:182px;background:#0c0c14;border:1px solid #1a1a2e;border-radius:11px;padding:.4rem;display:flex;flex-direction:column;gap:1px;box-shadow:0 14px 34px rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .15s}
.oh-dd:hover .oh-dd-menu,.oh-dd.oh-ddopen .oh-dd-menu{opacity:1;visibility:visible}
.oh-dd-menu::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
.oh-dd-menu a{display:block;padding:.52rem .72rem;border-radius:7px;font-size:.85rem;color:#cbd5e1!important;transition:background .12s,color .12s}
.oh-dd-menu a:hover{background:rgba(45,148,145,.16);color:#fff!important}
.oh-nav .nav-cta{background:#2d9491;color:#fff!important;padding:.46rem 1rem;border-radius:7px;font-weight:600;font-size:.84rem}
.oh-nav .nav-cta:hover{opacity:.88}
.oh-lang{display:inline-flex;border:1px solid #25364a;border-radius:7px;overflow:hidden}
.oh-lang button{background:transparent;border:0;color:#64748b;font:600 .73rem/1 -apple-system,sans-serif;padding:.33rem .5rem;cursor:pointer;letter-spacing:.5px}
.oh-lang button[aria-pressed="true"]{background:#2d9491;color:#fff}
.oh-burger{display:none;background:transparent;border:0;cursor:pointer;flex-direction:column;gap:5px;padding:6px;margin-left:auto}
.oh-burger span{width:22px;height:2px;background:#e2e8f0;border-radius:2px;display:block}
html:not(.oh-switcher-on) .oh-lang{display:none}
html[data-lang="en"] [data-l="de"]{display:none}
html[data-lang="de"] [data-l="en"]{display:none}
footer.oh-foot{background:#0b0b12;border-top:1px solid #1a1a2e;padding:3rem 1.5rem 1.5rem;color:#94a3b8;font-family:-apple-system,BlinkMacSystemFont,'Inter','Segoe UI',sans-serif;text-align:left}
.oh-foot .oh-foot-top{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}
.oh-foot .oh-foot-logo{display:inline-flex;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;color:#e2e8f0}
.oh-foot .oh-foot-logo img{height:24px;width:auto;opacity:.92}
.oh-foot .oh-foot-logo .oh-wm span{color:#2d9491}
.oh-foot .oh-foot-tag{font-size:.83rem;line-height:1.6;color:#64748b;margin:.7rem 0 1rem;max-width:280px}
.oh-foot .oh-foot-status{display:inline-flex;align-items:center;gap:7px;font-size:.75rem;color:#94a3b8;text-decoration:none;border:1px solid #1a1a2e;border-radius:20px;padding:.3rem .8rem}
.oh-foot .oh-foot-status .dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e}
.oh-foot .oh-foot-col h4{color:#e2e8f0;font-size:.72rem;text-transform:uppercase;letter-spacing:1px;margin:0 0 .9rem;font-weight:700}
.oh-foot .oh-foot-col a{display:block;color:#94a3b8;text-decoration:none;font-size:.85rem;margin-bottom:.55rem;transition:color .15s}
.oh-foot .oh-foot-col a:hover{color:#2d9491}
.oh-foot .oh-foot-bottom{max-width:1080px;margin:2rem auto 0;padding-top:1.3rem;border-top:1px solid #14141f;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#64748b}
.oh-foot .oh-foot-legal a{color:#64748b;text-decoration:none;margin-left:1.1rem}
.oh-foot .oh-foot-legal a:hover{color:#94a3b8}
.oh-foot .oh-foot-mail{color:#94a3b8;text-decoration:none;font-size:.82rem}
.oh-foot .oh-foot-mail:hover{color:#2d9491}
@media(max-width:820px){
.oh-burger{display:flex}
.oh-nav .nav-links{position:fixed;top:50px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#0c0c14;border-bottom:1px solid #1a1a2e;padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .25s ease}
.oh-nav.oh-open .nav-links{max-height:85vh;padding:.4rem 1.5rem 1rem}
.oh-nav .nav-links a{padding:.7rem 0;border-bottom:1px solid #14141f;font-size:.95rem}
.oh-nav .oh-dd{width:100%}
.oh-nav .oh-dd-t{width:100%;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid #14141f;color:#e2e8f0;font-size:.95rem}
.oh-nav .oh-dd-menu{position:static;transform:none;display:flex;opacity:1;visibility:visible;box-shadow:none;border:0;background:transparent;padding:.15rem 0 .5rem .9rem;min-width:0}
.oh-nav .oh-dd-menu a{border-bottom:0;padding:.55rem 0;font-size:.9rem}
.oh-nav .nav-cta{margin-top:.7rem;text-align:center}
.oh-lang{margin-top:.7rem;width:max-content}
.oh-foot .oh-foot-top{grid-template-columns:1fr 1fr;gap:1.6rem}
.oh-foot .oh-foot-bottom{flex-direction:column;align-items:flex-start}
.oh-foot .oh-foot-legal a{margin:0 1.1rem 0 0}
}

.oh-nav .nav-logo .oh-wm{color:#e2e8f0!important}
.oh-nav .nav-logo .oh-wm span{color:#2d9491!important}
.oh-foot .oh-foot-logo .oh-wm{color:#e2e8f0!important}
.oh-foot .oh-foot-logo .oh-wm span{color:#2d9491!important}
body{overflow-wrap:break-word;word-break:normal}
html[data-lang="de"]{-webkit-hyphens:auto;hyphens:auto}
html[data-lang="de"] .oh-nav .nav-links{gap:1.1rem}
.oh-foot .oh-foot-col h4 a{color:inherit;text-decoration:none}
.oh-foot .oh-foot-col h4 a:hover{color:#2d9491}
.oh-foot .oh-foot-bottom>div:first-child{margin-right:auto}
