:root {
  --wertblick-border: #e5e5e5;
  --wertblick-text: #111;
  --wertblick-muted: #666;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #fff;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--wertblick-border);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
}
.wertblick-logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--wertblick-text);
  font-family: Arial, Helvetica, sans-serif;
}
.logo-name {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.logo-divider {
  font-size: 24px;
  color: #b7b7b7;
  font-weight: 300;
}
.logo-city {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}
.anzeige-bar {
  background: #fff;
  border-bottom: 1px solid var(--wertblick-border);
}
.anzeige-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5px 24px;
  text-align: center;
  font: italic 11px/1.4 Arial, sans-serif;
  color: #777;
}
.page-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 16px 0;
}
.article-title {
  font-size: 48px !important;
  line-height: 1.15;
  margin: 0 0 24px;
  color: #111;
  font-weight: 800;
}
@media (max-width: 767px) {
  .article-title { font-size: 28px !important; }
}
.article-body p {
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  max-width: 820px;
  margin: 0 auto 30px;
}
.article-body h3 {
  color: #c00;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
}
.article-body a {
  color: #d10a10 !important;
  font-weight: 700 !important;
  text-decoration: none;
  cursor: pointer;
}
.article-body a:hover,
.article-body a:focus {
  color: #a70808 !important;
  text-decoration: underline;
}
.article-body picture,
.article-body img.content-img {
  display: block;
  width: 100%;
  max-height: 1000px;
  object-fit: cover;
  margin-bottom: 20px;
}
.article-author {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto 30px;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
}
.article-author__photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 56px;
  border: 2px solid #eee;
}
.article-author__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  line-height: 1.35;
}
.article-author__meta strong { font-size: 17px; }
.article-author__meta span { color: #666; }
.form-intro {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 24px 0 8px;
  color: #111;
}
.form-anchor {
  position: relative;
  top: -20px;
  visibility: hidden;
}
#form_block {
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 24px;
  border: 1px solid #333;
  border-radius: 20px;
  background: #fff;
}
#form_block .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
#form_block .form-group label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #222;
}
#form_block .form-input {
  width: 100%;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
}
#form_block .form-error,
#form_block [data-error-for] {
  color: red;
  font-size: 0.9em;
  min-height: 1.2em;
  margin-top: 4px;
}
#form_block .form-submit {
  width: 100%;
  margin-top: 12px;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  background: #d10a10;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
#form_block .form-submit:hover { background: #a70808; }
.iti { width: 100%; }
.comments {
  position: relative;
  margin: 40px 16px;
  font-family: sans-serif;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.comments .comments__header-title {
  display: inline-block;
  margin: 0 0 16px;
  padding: 0 10px;
  background-color: #000;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
.comments .comments__header-title svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
.comment-content { display: flex; flex-direction: column; }
.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
}
.block-avatar { margin-right: 1rem; }
.block-avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.block-info { width: 100%; }
.block-info-comment {
  position: relative;
  font-family: sans-serif;
  line-height: 1.3;
  font-size: 1.1em;
}
.block-info-comment__name {
  font-weight: 700;
  color: #000;
  padding-bottom: 0.5rem;
  font-size: 1.08em;
}
.block-info-comment__name span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}
.block-info-comment__svg,
.block-info-line { display: none; }
.site-footer {
  width: 100%;
  clear: both;
  background: #fff;
  border-top: 1px solid #dfe3e6;
  margin-top: 64px;
  color: #495057;
  font-family: Arial, Helvetica, sans-serif;
}
.site-footer .footer-inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 48px 0 56px;
}
.site-footer .footer-logo {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #202428;
  text-align: center;
  margin: 0 0 24px;
}
.site-footer .footer-logo .footer-divider {
  color: #a8afb5;
  font-weight: 400;
  margin: 0 7px;
}
.site-footer .footer-logo .user-city { font-weight: 700; }
.site-footer .footer-warning {
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 18px 20px;
  border: 1px solid #d8dde2;
  border-radius: 8px;
  background: #f4f6f8;
  color: #343a40;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}
.site-footer .footer-warning strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.site-footer .footer-desc {
  max-width: 820px;
  margin: 0 auto 16px;
  color: #5f666d;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}
.site-footer .footer-company {
  max-width: 820px;
  margin: 26px auto 0;
  padding-top: 24px;
  border-top: 1px solid #e2e5e8;
  color: #5f666d;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}
.site-footer .footer-company-title {
  margin-bottom: 8px;
  color: #343a40;
  font-size: 14px;
  font-weight: 700;
}
.site-footer .footer-nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 30px 0 0;
  padding: 0;
}
.site-footer .footer-nav-links a {
  color: #495057;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
}
.site-footer .footer-nav-links a:hover,
.site-footer .footer-nav-links a:focus {
  color: #111;
  text-decoration: underline;
}
.site-footer .footer-copy {
  margin-top: 20px;
  color: #81878d;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.modal-open {
  display: block;
  opacity: 1;
}
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 28px 24px;
  border-radius: 8px;
  max-width: 640px;
  width: 92%;
  max-height: 85vh;
  overflow-y: auto;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.modal-content h2 {
  margin: 0 36px 16px 0;
  font-size: 22px;
  color: #111;
}
.modal-content h3 {
  margin: 18px 0 8px;
  font-size: 16px;
  color: #222;
}
.modal-content p,
.modal-content li {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 0 0 10px;
}
.modal-content ul {
  margin: 0 0 12px;
  padding-left: 20px;
}
.modal-content a {
  color: #d10a10;
  font-weight: 700;
  text-decoration: none;
}
.modal-content a:hover {
  text-decoration: underline;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 4px 8px;
  z-index: 1;
}
.modal-close:hover {
  color: #111;
}
.modal-content.modal-content--contact {
  max-width: 480px;
}
.modal-contact-box {
  margin-top: 16px;
  padding: 16px;
  background: #f4f6f8;
  border: 1px solid #e2e5e8;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .header-inner { padding: 14px 16px; }
  .logo-name { font-size: 24px; }
  .logo-city { font-size: 14px; }
  .anzeige-bar-inner { padding-left: 16px; padding-right: 16px; }
  .site-footer { margin-top: 42px; }
  .site-footer .footer-inner { width: min(100% - 24px, 960px); padding: 36px 0 42px; }
  .site-footer .footer-warning { padding: 16px; }
  .site-footer .footer-desc,
  .site-footer .footer-company { text-align: left; }
}

.callout {
  border-left: 4px solid #fb923c;
  background: rgba(251,146,60,0.08);
  padding: 16px 20px;
  margin: 0 0 20px;
  border-radius: 0 8px 8px 0;
}
.callout h4 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #111;
}
.activity-card {
  border: 1px solid #e2e5e8;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 30px;
  background: #fff;
}
.activity-card__head {
  background: linear-gradient(90deg, #5d8998, #8eb6c4);
  color: #fff;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 16px;
}
.activity-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  border-top: 1px solid #eee;
  font-size: 15px;
}
.activity-row .pos { color: #15803d; font-weight: 700; }
.activity-row .bal { color: #333; font-weight: 600; }
.badge-ad {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 6px;
  padding: 4px 8px;
}
.pub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
}
.pub-header .pub-brand {
  font-size: 22px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
}
.pub-header .pub-cta {
  background: #1e40af;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
}
.pub-header .pub-cta:hover { background: #1e3a8a; }
.results-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .results-row { grid-template-columns: 1.2fr 0.8fr; align-items: start; }
}
.tl {
  border: 1px solid #e2e5e8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.tl-h {
  padding: 14px 16px;
  font-weight: 800;
  background: #f4f6f8;
  border-bottom: 1px solid #e2e5e8;
}
.tl-h .sim {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-left: 8px;
}
.tl-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid #eee;
}
.tl-row.final { background: #f8fafc; }
.tl-l .d { font-weight: 800; font-size: 13px; color: #1e40af; }
.tl-l .a { font-size: 14px; color: #444; }
.tl-r { text-align: right; }
.tl-r .p { font-size: 13px; color: #15803d; font-weight: 700; }
.tl-r .p.blue { color: #1e40af; }
.tl-r .b { font-size: 14px; color: #222; font-weight: 600; }
.tl-r .b.big { font-size: 16px; }
.vlist { list-style: none; padding: 0; margin: 0 0 30px; }
.vlist li {
  display: flex;
  gap: 12px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.vlist .vic {
  flex: 0 0 28px;
  color: #15803d;
}
.vlist .vtxt { font-size: 16px; line-height: 1.5; color: #222; }
.sec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin: 0 0 30px;
  padding: 14px 16px;
  background: #f4f6f8;
  border-radius: 10px;
  font-size: 14px;
}
.sec-strip .lbl { font-weight: 800; color: #111; }
.qa .q {
  font-weight: 800;
  margin: 18px 0 6px;
  color: #111;
}
.qa .a {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}
blockquote {
  margin: 0 0 28px;
  padding: 16px 20px;
  border-left: 4px solid #1e40af;
  background: #f8fafc;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  font-style: normal;
}
.cta-inline {
  text-align: center;
  margin: 28px 0;
}
.cta-inline a {
  display: inline-block;
  background: #d10a10;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 17px;
}
.cta-inline a:hover { background: #a70808; text-decoration: none !important; }
.cta-inline .sub {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
.standfirst {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 20px;
}
.byline {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 24px;
}
.byline img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.byline .bymeta { font-size: 14px; color: #555; line-height: 1.4; }
.jump {
  font-size: 14px;
  margin: 0 0 24px;
  color: #555;
}
.jump a { margin: 0 4px; }
.jump .s { color: #aaa; margin: 0 4px; }
