:root {
  font-family:Arial,Helvetica,sans-serif;
  color:#333;
  background:#fff;
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  font-size:15px;
  line-height:1.75
}
a {
  color:inherit
}
img {
  max-width:100%;
  height:auto
}
header {
  background:#333;
  color:white
}
.header-inner {
  max-width:1040px;
  min-height:155px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:60px;
  padding:28px 24px
}
.brand {
  text-decoration:none;
  flex:none
}
.brand h1 {
  font-size:27px;
  line-height:1.35;
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  letter-spacing:-.3px
}
nav {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:4px
}
nav a {
  padding:16px 12px;
  text-decoration:none;
  font-weight:bold;
  white-space:nowrap;
  font-size:14px
}
nav a:hover,nav a[aria-current=page] {
  background:#ed8b20;
  color:white
}
a:focus-visible {
  outline:3px solid #ed8b20;
  outline-offset:5px
}
h1,h2,h3 {
  line-height:1.25;
  font-family:Georgia,'Times New Roman',serif;
  color:#171717
}
h1 {
  font-size:38px
}
h2 {
  font-size:34px;
  margin:0 0 24px
}
h3 {
  font-size:24px
}
p {
  margin:0 0 22px
}
li {
  margin-bottom:12px
}
.content {
  max-width:1000px;
  margin:auto;
  padding:75px 30px
}
.hero {
  height:min(820px,80vw);
  min-height:540px;
  position:relative;
  display:grid;
  place-items:center;
  text-align:center;
  overflow:hidden
}
.hero-image {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
.hero>div {
  z-index:1;
  padding:32px
}
.hero h1,.hero h2 {
  color:#fff;
  text-shadow:1px 2px 4px #555
}
.hero h1 {
  font-size:clamp(36px,6.5vw,90px);
  margin:0 0 50px
}
.hero h2 {
  font-size:clamp(26px,3.3vw,44px);
  max-width:640px;
  margin:auto;
  line-height:1.3
}
.intro {
  background:#f5f3ef
}
.two-column {
  display:grid;
  grid-template-columns:1fr 1.8fr;
  gap:75px
}
.two-column aside {
  padding-top:4px
}
.button {
  display:inline-block;
  background:#ed8b20;
  color:white;
  padding:10px 24px;
  text-decoration:none;
  border:1px solid #ed8b20;
  margin:8px 0
}
.button:hover {
  background:#333;
  border-color:#333
}
.method {
  position:relative;
  isolation:isolate;
  overflow:hidden
}
.section-photo {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2
}
.method:after {
  content:'';
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.87);
  z-index:-1
}
.method-copy {
  max-width:850px
}
.top-five {
  text-align:center
}
.providers {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
  margin:45px 0
}
.providers>a {
  display:grid;
  place-items:center;
  width:140px;
  height:110px;
  padding:12px;
  background:#fff
}
.provider-logo {
  max-width:100%;
  max-height:90px;
  object-fit:contain
}
.providers>a:hover {
  outline:2px solid #ed8b20
}
.comparison {
  background:#f1ede7;
  text-align:center
}
.comparison .content>div {
  max-width:850px;
  margin:0 auto
}
.comparison-chart {
  display:block;
  width:100%;
  max-width:940px;
  margin:36px auto 55px
}
.review {
  padding:32px 20px 65px;
  background-image:var(--page-background);
  background-position:center;
  background-size:cover;
  background-attachment:fixed;
  min-height:75vh
}
.review article {
  max-width:680px;
  margin:auto;
  padding:42px 78px 60px;
  background:rgba(255,255,255,.98);
  display:flow-root
}
.review article>div:has(h1) {
  margin:32px 0 65px
}
.review h1 {
  margin:0
}
.review .article-image {
  float:right;
  width:100px;
  max-height:100px;
  object-fit:contain;
  margin:-112px 0 20px 25px
}
.text-link {
  display:inline-block;
  color:#907455;
  margin:0 0 10px
}
.review .text-link:not(:first-child) {
  margin-top:18px
}
.social-link {
  display:inline-block;
  margin:22px 8px 0 0;
  vertical-align:middle
}
.social-icon {
  width:26px;
  height:26px;
  object-fit:contain
}
.article {
  padding:55px 24px 80px;
  background:#faf9f7
}
.article article {
  max-width:960px;
  margin:auto;
  display:flow-root
}
.article h1 {
  font-size:48px
}
.article .article-image {
  display:block;
  max-width:650px;
  max-height:520px;
  object-fit:contain;
  margin:35px auto
}
.article p {
  max-width:900px
}
.article a {
  color:#896e57
}
.article h2 {
  margin-top:40px
}
footer {
  text-align:center;
  padding:35px 20px;
  background:#333;
  color:#fff;
  font-size:14px
}
footer p {
  margin-bottom:8px
}
footer a:hover {
  color:#ed8b20
}
#fazit,#vergleich {
  scroll-margin-top:25px
}
@media(max-width:900px) {
  .header-inner {
    gap:22px;
    flex-direction:column;
    align-items:center;
    padding:22px;
    min-height:auto
  }
  .brand h1 {
    text-align:center;
    font-size:24px
  }
  nav {
    justify-content:center
  }
  nav a {
    padding:8px 10px
  }
  .two-column {
    gap:35px
  }
  .hero {
    min-height:500px
  }
}
@media(max-width:600px) {
  body {
    font-size:16px
  }
  .header-inner {
    gap:16px
  }
  .brand h1 {
    font-size:22px
  }
  nav {
    gap:2px
  }
  nav a {
    font-size:13px;
    padding:7px 9px
  }
  .hero {
    height:490px;
    min-height:0
  }
  .hero>div {
    padding:20px
  }
  .hero h1 {
    font-size:34px;
    margin-bottom:28px
  }
  .hero h2 {
    font-size:27px
  }
  .content {
    padding:45px 22px
  }
  .two-column {
    grid-template-columns:1fr;
    gap:45px
  }
  h2 {
    font-size:29px
  }
  .providers {
    gap:14px
  }
  .providers>a {
    width:120px;
    height:95px
  }
  .review {
    padding:22px 14px 40px;
    background-attachment:scroll
  }
  .review article {
    padding:25px 25px 40px
  }
  .review article>div:has(h1) {
    margin:22px 0 30px
  }
  .review h1 {
    font-size:32px
  }
  .review .article-image {
    float:none;
    display:block;
    margin:0 0 28px;
    width:85px;
    height:85px
  }
  .article {
    padding:35px 22px 55px
  }
  .article h1 {
    font-size:36px
  }
  .article h2 {
    font-size:28px
  }
  .comparison .content {
    padding-left:12px;
    padding-right:12px
  }
  .comparison p {
    padding:0 10px
  }
  .comparison-chart {
    margin:25px auto
  }
  footer {
    font-size:13px;
    overflow-wrap:anywhere
  }
}
@media(prefers-reduced-motion:no-preference) {
  html {
    scroll-behavior:smooth
  }
}
@media print {
  nav,.social-link {
    display:none
  }
  .review,.article {
    background:white;
    padding:0
  }
  .review article,.article article {
    max-width:none;
    padding:20px
  }
  .hero {
    height:350px;
    min-height:0
  }
  a {
    color:#111
  }
  footer {
    background:white;
    color:#111
  }
}
.brand h1 {
  color:#fff
}
.hero h2 {
  font-weight:400
}
@media(max-width:600px) {
  .hero h1 {
    font-size:clamp(22px,6.6vw,34px)
  }
  .hero h2 {
    font-size:25px
  }
  .hero>div {
    max-width:100%;
    min-width:0
  }
}
