.elementor-2270 .elementor-element.elementor-element-6473fee{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8e70028 *//* =====================================================
   KONTAKT PAGE - ER Fenster & Türen Montage
===================================================== */

.er-contact-page {
  --dark: #111111;
  --soft: #f7f5f0;
  --border: #e7e2d8;
  --text: #333333;
  --gold: #b8aa94;
  font-family: inherit;
  color: var(--dark);
  overflow: hidden;
}

.er-contact-page * {
  box-sizing: border-box;
}

.er-contact-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO */

.er-contact-hero {
  background:
    linear-gradient(135deg, rgba(17,17,17,0.9), rgba(17,17,17,0.64)),
    url("https://xn--erfenstertren-5ob.de/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-08-at-09.04.58-1.jpeg");
  background-size: cover;
  background-position: center;
  padding: 105px 0;
  color: #ffffff;
}

.er-contact-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.er-contact-label {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.er-contact-label.dark {
  color: #8d7f69;
}

.er-contact-hero h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  margin: 0 0 22px;
  font-weight: 850;
}

.er-contact-hero p {
  max-width: 720px;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 32px;
}

.er-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.er-contact-buttons.center {
  justify-content: center;
}

.er-contact-btn {
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 850;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.er-contact-btn:hover {
  transform: translateY(-2px);
}

.er-contact-btn.dark {
  background: #ffffff;
  color: #111111 !important;
}

.er-contact-btn.light {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.65);
}

/* HERO CARD */

.er-contact-hero-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(10px);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.32);
}

.er-contact-hero-card h3 {
  color: #ffffff;
  font-size: 28px;
  margin: 0 0 22px;
  font-weight: 850;
}

.er-contact-info-row {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.er-contact-info-row:last-child {
  border-bottom: none;
}

.er-contact-info-row span {
  display: block;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  margin-bottom: 5px;
}

.er-contact-info-row a,
.er-contact-info-row p {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 750;
  margin: 0;
  text-decoration: none !important;
}

/* SECTIONS */

.er-contact-section,
.er-contact-form-section {
  padding: 86px 0;
}

.er-contact-section {
  background: #ffffff;
}

.er-contact-form-section {
  background: var(--soft);
}

.er-contact-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.er-contact-heading h2,
.er-contact-form-text h2,
.er-contact-area-box h2,
.er-contact-final h2 {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 850;
  color: #111111;
}

.er-contact-heading p,
.er-contact-form-text p,
.er-contact-final p {
  font-size: 16.5px;
  line-height: 1.72;
  color: #444444;
  margin: 0;
}

/* CONTACT OPTIONS */

.er-contact-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.er-contact-option {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  text-decoration: none !important;
  color: #111111 !important;
  transition: 0.25s ease;
}

.er-contact-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.1);
}

.er-contact-option span {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  margin-bottom: 20px;
}

.er-contact-option h3 {
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: 850;
}

.er-contact-option p {
  color: #444444;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.er-contact-option strong {
  color: #8d7f69;
  font-size: 14px;
}

/* FORM */

.er-contact-form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.er-contact-small-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.er-contact-small-list div {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 15px 17px;
  font-weight: 800;
  color: #111111;
}

.er-contact-form {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.er-form-group {
  margin-bottom: 18px;
}

.er-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #111111;
}

.er-form-group input,
.er-form-group textarea {
  width: 100%;
  border: 1px solid #ddd6cb;
  background: #f9f8f5;
  border-radius: 16px;
  padding: 15px 16px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  color: #111111;
}

.er-form-group input:focus,
.er-form-group textarea:focus {
  border-color: #b8aa94;
  background: #ffffff;
}

.er-contact-form button {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

/* AREA / HOURS */

.er-contact-area-section {
  background: #111111;
  color: #ffffff;
  padding: 82px 0;
}

.er-contact-area-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.er-contact-area-box h2 {
  color: #ffffff;
}

.er-contact-hours {
  display: grid;
  gap: 14px;
}

.er-contact-hours div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 18px;
}

.er-contact-hours strong {
  display: block;
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 15px;
}

.er-contact-hours span {
  color: rgba(255,255,255,0.76);
  font-size: 15px;
}

/* FINAL */

.er-contact-final {
  background: #ffffff;
  padding: 82px 0;
  text-align: center;
}

.er-contact-final p {
  max-width: 720px;
  margin: 0 auto 28px;
}

.er-contact-final .er-contact-btn.dark {
  background: #111111;
  color: #ffffff !important;
}

.er-contact-final .er-contact-btn.light {
  color: #111111 !important;
  border-color: #111111;
}

/* TABLET */

@media (max-width: 1024px) {
  .er-contact-hero-grid,
  .er-contact-form-grid,
  .er-contact-area-box {
    grid-template-columns: 1fr;
  }

  .er-contact-options-grid {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .er-contact-container {
    width: 91% !important;
  }

  .er-contact-hero {
    padding: 58px 0 46px !important;
  }

  .er-contact-hero-grid {
    gap: 26px !important;
  }

  .er-contact-hero h1 {
    font-size: 35px !important;
    line-height: 1.08 !important;
    margin-bottom: 15px !important;
  }

  .er-contact-hero p {
    font-size: 15px !important;
    line-height: 1.62 !important;
    margin-bottom: 22px !important;
  }

  .er-contact-label {
    font-size: 11px !important;
    letter-spacing: 1.1px !important;
    margin-bottom: 9px !important;
  }

  .er-contact-buttons {
    flex-direction: column !important;
  }

  .er-contact-btn {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 13.5px !important;
  }

  .er-contact-hero-card {
    border-radius: 22px !important;
    padding: 24px !important;
  }

  .er-contact-hero-card h3 {
    font-size: 23px !important;
  }

  .er-contact-section,
  .er-contact-form-section,
  .er-contact-area-section,
  .er-contact-final {
    padding: 54px 0 !important;
  }

  .er-contact-heading {
    text-align: left !important;
    margin-bottom: 25px !important;
  }

  .er-contact-heading h2,
  .er-contact-form-text h2,
  .er-contact-area-box h2,
  .er-contact-final h2 {
    font-size: 27px !important;
    line-height: 1.15 !important;
  }

  .er-contact-heading p,
  .er-contact-form-text p,
  .er-contact-final p {
    font-size: 14.8px !important;
    line-height: 1.62 !important;
  }

  .er-contact-options-grid {
    gap: 13px !important;
  }

  .er-contact-option {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .er-contact-option h3 {
    font-size: 20px !important;
  }

  .er-contact-option p {
    font-size: 14px !important;
  }

  .er-contact-form-grid {
    gap: 24px !important;
  }

  .er-contact-form {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  .er-contact-small-list div {
    padding: 13px !important;
    font-size: 13.5px !important;
  }

  .er-contact-info-row a,
  .er-contact-info-row p {
    font-size: 14px !important;
    word-break: break-word;
  }
}/* End custom CSS */