:root { color-scheme: light; }

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
  background:#fff;
  color:#1a1a1a;
  line-height:1.8;
}

.wrapper{
  max-width:740px;
  margin:0 auto;
  padding:80px 24px 120px;
  min-height:100vh;
  box-sizing:border-box;
}

.wrapper.home{
  padding:150px 24px 112px; /* Startseite etwas weiter unten */
}

h1{
  font-size:25px;
  font-weight:600;
  margin:0 0 12px;
  letter-spacing:.1px;
}

.subtitle{
  font-size:19px;
  color:#4a4a4a;
  margin:0;
}

.header{
  margin-bottom:52px;
}

.brand{
  text-align:right;
  font-size:13px;
  font-weight:400;
  color:#777;
  margin-bottom:12px;
  letter-spacing:.2px;
}

.brand a{
  text-decoration:none;
  color:inherit;
}

.brand a:hover{
  text-decoration:underline;
}

.line{
  border-bottom:1px solid #ececec;
}

h2{
  font-size:19px;
  font-weight:600;
  margin:0 0 22px;
}

p{ margin:0 0 14px; }

.section-title{
  font-weight:600;
  margin-top:24px;
}

.notice{
  margin-top:24px;
  font-size:14px;
  color:#5a5a5a;
}

.bottom-nav{
  position:fixed;
  left:0; right:0; bottom:0;
  border-top:1px solid #ececec;
  background:#fff;
}

.bottom-nav .inner{
  max-width:740px;
  margin:0 auto;
  padding:12px 24px;
  font-size:12px;
  color:#777;
  display:flex;
  gap:16px;
  box-sizing:border-box;
}

.bottom-nav a{
  color:#777;
  text-decoration:none;
}

.bottom-nav a:hover{
  text-decoration:underline;
}
