.elementor-543 .elementor-element.elementor-element-d68d749{--display:flex;--min-height:100px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-543 .elementor-element.elementor-element-5a6910d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-543 .elementor-element.elementor-element-cced241{width:100%;max-width:100%;}.elementor-543 .elementor-element.elementor-element-cced241 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cced241 */body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #f9f9f9;
  /*color: ;*/
}

.creative-contact {
  position: relative;
  padding: 1rem 1rem 6rem 1rem;
  overflow: hidden;
  background-color: #f9f9f9;
}

.contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.contact-bg .glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212,175,55,0.15) 0%, transparent 80%);
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: glow-pulse 6s infinite ease-in-out;
}

@keyframes glow-pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
}

.contact-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  flex-wrap: wrap;
}

.text-column {
  flex: 1 1 45%;
}

.label-tag {
  display: inline-block;
  background: rgba(255, 215, 0, 0.08);
  color: #d4af37;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 215, 0, 0.25);
  animation: popIn 0.6s ease forwards;
  opacity: 0;
  transform: scale(0.95);
}

@keyframes popIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.text-column h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #ffd700, #f1b700, #d99e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(255, 200, 0, 0.25);
}

.text-column p {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 2rem;
}

.info-boxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  padding: 1rem 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.info-box:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.15);
}

.info-box i {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #d4af37;
  min-width: 30px;
  text-align: center;
}

.info-text h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.info-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

.form-column {
  flex: 1 1 50%;
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: 25px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Responsive Anpassung */
@media (max-width: 768px) {
  .contact-flex {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  .text-column,
  .form-column {
    width: 100%;
  }

  .label-tag {
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
  }

  .text-column h1 {
    font-size: 2rem;
    text-align: center;
  }

  .text-column p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .info-boxes {
    width: 100%;
    gap: 1.2rem;
  }

  .info-box {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
  }

  .info-box i {
    font-size: 1.6rem;
    margin-right: 1rem;
  }

  .info-text h4,
  .info-text p {
    text-align: left;
  }

  .contact-form-card {
    margin-top: 2rem;
  }
  
 .info-text {
  margin-top: 1rem;
}

  
}


/* Basistitel: normaler Textfarb-Flow */
.text-column h1{
  background: none;                  /* vorher: linear-gradient(...) */
  -webkit-background-clip: initial;  /* vorher: text */
  -webkit-text-fill-color: initial;  /* vorher: transparent */
  color: #000;                       /* Basis: schwarz */
  text-shadow: none;                 /* Schatten nur für Gold-Teil */
}

/* exakt nur "Wachse mit uns." schwarz halten (explizit) */
.text-column h1 .h1-black{ color:#000; }

/* "Sichtbar. Strategisch." wieder in Gold-Gradient */
.text-column h1 .h1-gold{
  background: linear-gradient(90deg, #ffd700, #f1b700, #d99e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(255, 200, 0, 0.25);
}






/* ===== FULL-BLEED erzwingen für #contact-full ===== */
#contact-full{
  position: relative;
  /* echte Viewportbreite inkl. Notch/Scrollbalken */
  width: 100dvw !important;
  max-width: 100dvw !important;
  /* auf Seitenmitte aushebeln */
  left: 50%;
  right: 50%;
  margin-left: -50dvw !important;
  margin-right: -50dvw !important;
}

/* Fallback wenn 100dvw nicht unterstützt wird */
@supports not (width: 100dvw){
  #contact-full{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
}

/* Elementor-Container in der Section wirklich freigeben */
#contact-full > .elementor-container,
#contact-full > .e-con-inner,
#contact-full .e-con{
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Typische Theme-Wrapper in DER einen Section neutralisieren */
#contact-full .container,
#contact-full .ast-container,
#contact-full .site-container,
#contact-full .content-area{
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Seitliches Scrollen verhindern, falls 100vw Differenz erzeugt */
html, body{ overflow-x: clip; }




/* "Erzähl uns mehr" – Screenshot-Style, eine Nummer kleiner */
.label-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;                 /* kein Umbruch */
  padding:.38rem .80rem !important;   /* kleiner als zuvor */
  border-radius:9999px !important;

  font-weight:700;
  font-size:clamp(.84rem, 1.25vw, .94rem) !important;
  line-height:1;

  color:#333333;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)) !important;
  border:2px solid #D4AF37 !important;

  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 -1px 0 rgba(0,0,0,.03) inset,
    0 6px 16px rgba(212,175,55,.14) !important; /* dezenter Glow */
}

/* optional: noch kompakter auf sehr kleinen Phones */
@media (max-width: 360px){
  .label-tag{ padding:.34rem .72rem; font-size:.86rem; }
}/* End custom CSS */