:root{--navy:#0d2b40;--sea:#17677a;--foam:#f1f6f7;--mist:#dce8eb;--buoy:#c2372d;--ink:#14232d;--max:68rem}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:4.5rem}
body{margin:0;font:1.0625rem/1.65 "Avenir Next","Segoe UI",system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--foam)}
a{color:var(--sea)}a:focus-visible,summary:focus-visible{outline:3px solid var(--buoy);outline-offset:3px}
.wrap{max-width:var(--max);margin:0 auto;padding:0 1.25rem}
header.top{position:sticky;top:0;z-index:5;background:var(--navy);color:#fff}
header.top .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1.5rem;padding-block:.7rem}
.brand{display:flex;align-items:center;gap:.6rem;color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem;letter-spacing:.01em}
.brand svg{width:1.6rem;height:1.6rem}
nav ul{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;margin:0;padding:0;list-style:none}
nav a{color:#cfe3e8;text-decoration:none;font-weight:500}nav a:hover{color:#fff;text-decoration:underline}
.hero{background:linear-gradient(180deg,var(--navy) 0%,#123f55 70%,var(--sea) 100%);color:#fff;padding:4.5rem 0 0;position:relative;overflow:hidden}
.hero h1{font-size:clamp(2.2rem,6.5vw,4.2rem);line-height:1.08;margin:0 0 1.2rem;max-width:16ch;font-weight:800;letter-spacing:-.02em}
.hero p{font-size:1.25rem;max-width:36rem;color:#dcecf0;margin:0 0 2rem}
.btns{display:flex;flex-wrap:wrap;gap:.8rem}
.btn{display:inline-block;padding:.85rem 1.4rem;border-radius:.35rem;font-weight:700;text-decoration:none}
.btn.main{background:var(--buoy);color:#fff}.btn.main:hover{background:#a92c23}
.btn.alt{border:2px solid #9fc4cd;color:#fff}.btn.alt:hover{background:rgba(255,255,255,.1)}
.waves{display:block;width:100%;height:5.5rem;margin-top:3rem}
.waves path{animation:drift 14s ease-in-out infinite alternate}
@keyframes drift{to{transform:translateX(-6%)}}
@media (prefers-reduced-motion:reduce){.waves path{animation:none}html{scroll-behavior:auto}}
section{padding:3.5rem 0}
h2{font-size:clamp(1.6rem,4vw,2.3rem);line-height:1.15;margin:0 0 1rem;color:var(--navy)}
.text{max-width:42rem}
.tide{background:var(--mist);border-left:.4rem solid var(--sea);padding:1.25rem 1.5rem;max-width:42rem}
.tide p{margin:0}
ul.leistungen{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.65rem;max-width:42rem}
ul.leistungen li{padding-left:1.7rem;position:relative}
ul.leistungen li::before{content:"⚓";position:absolute;left:0;top:0;font-size:.9rem;color:var(--sea)}
table.preise{border-collapse:collapse;width:100%;max-width:34rem;background:#fff}
table.preise th,table.preise td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--mist)}
table.preise th{background:var(--navy);color:#fff;font-weight:700}
table.preise td:last-child,table.preise th:last-child{text-align:right;white-space:nowrap}
p.fn{max-width:34rem;font-size:.95rem;color:#3d5560;margin-top:1rem}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
figure{margin:0}figure img{display:block;width:100%;height:auto;border-radius:.4rem;background:var(--mist)}
figcaption{font-size:.95rem;color:#3d5560;margin-top:.5rem}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem}
details{border-bottom:1px solid #b9cdd3;max-width:42rem}
summary{cursor:pointer;font-weight:700;padding:1rem 0;color:var(--navy)}
details p{margin:0 0 1rem}
.contact{background:var(--navy);color:#fff}.contact h2{color:#fff}.contact a{color:#fff}
.contact address{font-style:normal;font-size:1.15rem}
.tel{display:inline-block;margin-top:1rem;font-size:1.8rem;font-weight:800;text-decoration:none}
footer{background:#081c2b;color:#a9c2ca;padding:1.5rem 0;font-size:.95rem}
footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.5rem}
footer a{color:#dcecf0}
.legal{padding:3rem 0}.legal h1{color:var(--navy);font-size:2rem;margin-top:0}.legal h2{font-size:1.25rem;margin-top:2rem}.legal .text{max-width:44rem}
