/* =========================================
   Kfz Sachverständiger Oleik – Globaler Seiten-Fix
   Für alle individuell erstellten Elementor-HTML-Seiten
========================================= */

/* Verhindert seitliches Scrollen */
html,
body {
  overflow-x: hidden;
}

/* Alle erstellten Oleik-Seiten auf volle Browserbreite ziehen */
.oleik-home-page,
.oleik-ug-page,
.axis-page,
.rights-page,
.about-page,
.contact-page,
.damage-page,
.dm-page,
.sdm-page,
.svdm-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}

/* Innenbreite etwas größer und professionell halten */
.oleik-home-container,
.oleik-ug-container,
.axis-container,
.rights-container,
.about-container,
.contact-container,
.damage-container,
.dm-container,
.sdm-container,
.svdm-container {
  width: min(1320px, 94%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Bilder, iframes und Formulare sauber responsive halten */
.oleik-home-page img,
.oleik-ug-page img,
.axis-page img,
.rights-page img,
.about-page img,
.contact-page img,
.damage-page img,
.dm-page img,
.sdm-page img,
.svdm-page img,
.oleik-home-page iframe,
.oleik-ug-page iframe,
.axis-page iframe,
.rights-page iframe,
.about-page iframe,
.contact-page iframe,
.damage-page iframe,
.dm-page iframe,
.sdm-page iframe,
.svdm-page iframe {
  max-width: 100%;
}

/* Elementor HTML-Widgets sollen volle Breite nutzen dürfen */
.elementor-widget-html {
  width: 100%;
}

/* =========================================
   Globaler Footer – professionelles Blau/Navy-Design
========================================= */

.oleik-footer-one {
  --oleik-footer-navy: #0b1728;
  --oleik-footer-panel: #10243d;
  --oleik-footer-blue: #1266b0;
  --oleik-footer-blue-light: #4ea5e8;
  --oleik-footer-text: #f8fafc;
  --oleik-footer-muted: #b8c5d6;
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-top: 4px solid var(--oleik-footer-blue);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), transparent 140px),
    linear-gradient(135deg, #0b1728 0%, #0d2037 58%, #0f3151 100%);
  box-shadow: 0 -18px 45px rgba(15, 23, 42, 0.10);
  color: var(--oleik-footer-text);
  font-family: inherit;
}

.oleik-footer-one::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  top: -360px;
  right: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78,165,232,0.20), rgba(18,102,176,0.04) 55%, transparent 72%);
  pointer-events: none;
}

.oleik-footer-one * {
  box-sizing: border-box;
}

.oleik-footer-wrap {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 24px;
}

.oleik-footer-grid-inner {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1fr 1.3fr;
  gap: clamp(30px, 3.2vw, 52px);
  align-items: start;
}

.oleik-footer-brand,
.oleik-footer-box {
  position: relative;
}

.oleik-footer-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(78,165,232,0.30);
  border-radius: 8px;
  background: rgba(18,102,176,0.12);
  color: #9fd3f7;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.oleik-footer-brand {
  color: var(--oleik-footer-muted);
  font-size: 15px;
  line-height: 1.75;
}

.oleik-footer-brand h3 {
  max-width: 430px;
  margin: 0 0 16px;
  color: var(--oleik-footer-text);
  font-size: clamp(27px, 2.3vw, 35px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.oleik-footer-intro {
  max-width: 430px;
  margin: 0 0 20px;
  color: var(--oleik-footer-muted);
  font-size: 15px;
  line-height: 1.75;
}

.oleik-footer-box h3 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: var(--oleik-footer-text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.oleik-footer-box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--oleik-footer-blue-light);
}

.oleik-footer-one a {
  color: var(--oleik-footer-muted);
  font-weight: 650;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.oleik-footer-one a:hover {
  color: #ffffff;
}

.oleik-footer-one a:focus-visible {
  outline: 3px solid rgba(78,165,232,0.75);
  outline-offset: 3px;
  border-radius: 5px;
}

.oleik-footer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oleik-footer-list li {
  margin: 0;
  padding: 0;
}

.oleik-footer-list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14.5px;
  line-height: 1.45;
}

.oleik-footer-list a::before {
  content: "›";
  color: var(--oleik-footer-blue-light);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.oleik-footer-list a:hover {
  transform: translateX(3px);
}

.oleik-footer-rating {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: rgba(255,255,255,0.065);
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.oleik-footer-stars {
  color: #f6b73c;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: nowrap;
}

.oleik-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.oleik-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.16);
}

.oleik-footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(0,0,0,0.22);
}

.oleik-footer-btn-blue {
  border-color: rgba(255,255,255,0.13);
  background: linear-gradient(135deg, #1266b0, #0f4c81);
  color: #ffffff !important;
}

.oleik-footer-btn-green {
  border-color: rgba(255,255,255,0.13);
  background: linear-gradient(135deg, #28d86f, #1fb45b);
  color: #ffffff !important;
}

.oleik-footer-contact-list {
  display: grid;
  gap: 7px;
}

.oleik-footer-contact-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 7px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.oleik-footer-contact-item:hover {
  border-color: rgba(78,165,232,0.16);
  background: rgba(255,255,255,0.045);
}

.oleik-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(78,165,232,0.24);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(18,102,176,0.25), rgba(255,255,255,0.055));
  font-size: 17px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.oleik-footer-contact-item strong {
  display: block;
  margin-bottom: 1px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.oleik-footer-contact-item span,
.oleik-footer-contact-item a {
  display: inline-block;
  overflow-wrap: anywhere;
  color: var(--oleik-footer-muted);
  font-size: 14px;
  line-height: 1.45;
}

.oleik-footer-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.oleik-footer-mini {
  position: relative;
  min-height: 108px;
  padding: 18px 18px 17px 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 14px;
  background: rgba(255,255,255,0.055);
  color: var(--oleik-footer-muted);
  font-size: 13.5px;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.oleik-footer-mini::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: var(--oleik-footer-blue-light);
}

.oleik-footer-mini strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.oleik-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 22px;
  color: rgba(216,226,239,0.70);
  font-size: 13.5px;
  line-height: 1.5;
}

.oleik-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.oleik-footer-bottom-links a {
  color: rgba(216,226,239,0.78);
  font-size: 13.5px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .oleik-footer-grid-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 42px;
  }

  .oleik-footer-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .oleik-footer-wrap {
    width: min(100% - 28px, 1280px);
    padding: 50px 0 22px;
  }

  .oleik-footer-grid-inner,
  .oleik-footer-strip {
    grid-template-columns: 1fr;
  }

  .oleik-footer-grid-inner {
    gap: 34px;
  }

  .oleik-footer-strip {
    gap: 10px;
    margin-top: 38px;
    padding: 20px 0;
  }

  .oleik-footer-mini {
    min-height: auto;
  }

  .oleik-footer-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oleik-footer-btn {
    width: 100%;
  }

  .oleik-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .oleik-footer-bottom-links {
    gap: 12px 18px;
  }
}


.oleik-fb-page {
  font-family: inherit;
  color: var(--oleik-fb-dark);
  background: var(--oleik-fb-white);
  line-height: 1.6;

  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}

/* Startseite – sechs Kontaktkarten sauber ausrichten */
.oleik-home-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  .oleik-home-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .oleik-home-contact-grid {
    grid-template-columns: 1fr !important;
  }
}
