/* ======= RESET ======= */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: #f8f9fa;
  color: #1f1f1f;
}

/* ======= HEADER ======= */
.legal-header {
  background: #ffffff;
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
}

.legal-logo img {
  max-height: 64px;
}

/* ======= PAGE ======= */
.legal-page {
  padding: 70px 0 90px;
}

.legal-title {
  text-align: center;
  margin-bottom: 60px;
}

.legal-title h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.legal-title p {
  color: #6c757d;
  font-size: 15px;
}

/* ======= CONTENT BLOCKS ======= */
.legal-block {
  max-width: 860px;
  margin: 0 auto 42px;
}

.legal-block h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.legal-block p,
.legal-block li {
  font-size: 15px;
  line-height: 1.7;
  color: #2f2f2f;
}

.legal-block ul {
  padding-left: 18px;
}

/* ======= FOOTER ======= */
.legal-footer {
  background: #0d294a;
  color: #ffffff;
  padding: 36px 0;
}

.legal-footer p {
  margin: 6px 0;
  font-size: 14px;
}

.legal-footer a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.legal-footer a:hover {
  text-decoration: underline;
}

/* ======= RESPONSIVE ======= */
@media (max-width: 768px) {
  .legal-title h1 {
    font-size: 28px;
  }

  .legal-block {
    padding: 0 16px;
  }
}

/* FOOTER */
.impressum-footer {
  background: #0d294a;
  color: #ffffff;
  padding: 60px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo {
  height: 42px;
  margin-bottom: 14px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-col i {
  margin-right: 8px;
}

.footer-col a {
  color: #ffffff;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 18px;
  text-align: center;
  font-size: 14px;
  opacity: 0.85;
}

/* ===== Footer Modern (wie Impressum) ===== */
.footer-modern{
  background:#0d294a;
  color:#fff;
  padding:60px 0 20px;
}

.footer-modern a{ color:#fff; text-decoration:none; }
.footer-modern a:hover{ opacity:.9; }

.footer-modern .footer-top{ padding-bottom:24px; }

.footer-modern .footer-logo-img{
  max-height:46px;
  width:auto;
}

.footer-modern .footer-slogan{
  margin-top:14px;
  opacity:.9;
  line-height:1.6;
  max-width:340px;
}

.footer-modern h4{
  font-size:18px;
  font-weight:700;
  margin-bottom:14px;
  color:#fff;
}

.footer-modern ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-modern .footer-links ul li{ margin:10px 0; }

.footer-modern .footer-contact-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:10px 0;
}

.footer-modern .footer-contact-list i{
  font-size:18px;
  line-height:1;
  margin-top:2px;
  opacity:.95;
}

.footer-modern .footer-contact-list span{
  line-height:1.5;
  opacity:.95;
}

.footer-modern .footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:26px;
  padding-top:18px;
}

.footer-modern .footer-bottom-inner{
  display:flex;
  justify-content:center;
  text-align:center;
  opacity:.9;
  font-size:14px;
}

/* Mobile */
@media (max-width: 991px){
  .footer-modern{
    padding:46px 0 18px;
  }
  .footer-modern .footer-slogan{
    margin-left:auto;
    margin-right:auto;
  }
}
