/* Blocksy-Standard-Footer komprimieren (NICHT display:none - wuerde Blocksy JS brechen) */
.ct-footer {
  padding: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
}
.ct-footer .ct-container {
  display: none !important;
}

/* ======================================================
   OLIAL FOOTER
   ====================================================== */
#olial-footer {
  position: relative;
  background-color: #192a3d;
  background-image:
    linear-gradient(rgba(25, 42, 61, 0.65), rgba(25, 42, 61, 0.65)),
    url('https://p-e96d9p.project.space/wp-content/uploads/2026/06/haus-bg-scaled.png');
  background-size: cover;
  background-position: center top;
  color: #c8d6e5;
  font-family: inherit;
}

/* Innerer Grid: 3 Spalten ab 900px, darunter gestapelt */
.of-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .of-inner { grid-template-columns: 1fr 1fr; }
  .of-col-brand { grid-column: span 2; }
}
@media (min-width: 900px) {
  .of-inner { grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
  .of-col-brand { grid-column: auto; }
}

/* Logo */
.of-logo-link { display: inline-block; margin-bottom: 1rem; text-decoration: none; }
.of-logo { max-height: 40px; width: auto; filter: brightness(0) invert(1); display: block; }
.of-logo-text { font-size: 24px; font-weight: 700; color: #d45533; letter-spacing: -0.5px; }

/* Beschreibungstext */
.of-desc {
  font-size: 13.5px;
  line-height: 1.75;
  color: #8fa8c0;
  margin: 0 0 1.25rem;
  max-width: 300px;
}

/* Social Icons */
.of-social {
  display: flex;
  gap: 8px;
  margin-bottom: 1.25rem;
}
.of-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.of-social-link:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* Zahlungsarten */
.of-payments {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
}
.of-pay-badge {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  color: #e0eaf4;
  letter-spacing: 0.03em;
}
.of-pay-visa {
  font-style: italic;
  letter-spacing: 1px;
}

/* Spalten-Titel */
.of-col-title {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #ffffff;
  margin: 0 0 0.9rem;
}

/* Nav-Listen */
.of-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.of-nav li { margin-bottom: 0.55rem; }
.of-nav a {
  font-size: 14px;
  color: #8fa8c0;
  text-decoration: none;
  transition: color 0.15s;
}
.of-nav a:hover { color: #ffffff; }

/* Copyright-Leiste */
.of-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.of-bottom-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.of-copy {
  font-size: 13px;
  color: #5d7a93;
}
.of-legal {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.of-legal a {
  font-size: 13px;
  color: #5d7a93;
  text-decoration: none;
  transition: color 0.15s;
}
.of-legal a:hover { color: #c8d6e5; }

/* Widerrufsbutton in Copyright-Leiste (SS356a BGB) */
.of-legal .of-widerruf-btn {
  background-color: #d45533;
  color: #ffffff !important;
  padding: 3px 10px 4px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background-color 0.2s;
}
.of-legal .of-widerruf-btn:hover {
  background-color: #b84728;
  color: #ffffff !important;
}
