/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ============================================
   Oliver Heindl - BOLD Hero Background
   Mit Lichtpunkten wie Coca-Cola
   ============================================ */

.oliver-heindl-hero-bg {
  position: relative;
  overflow: hidden;
  background: #111111;
}

/* Layer 1: Kräftige Farbflächen */
.oliver-heindl-hero-bg::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: 
    radial-gradient(circle 700px at 10% 20%, rgba(0, 100, 170, 0.95) 0%, transparent 50%),
    radial-gradient(circle 600px at 95% 15%, rgba(190, 0, 110, 0.9) 0%, transparent 50%),
    radial-gradient(circle 650px at 85% 85%, rgba(210, 100, 20, 0.85) 0%, transparent 50%),
    radial-gradient(circle 550px at 15% 85%, rgba(160, 40, 130, 0.9) 0%, transparent 50%),
    radial-gradient(circle 450px at 50% 50%, rgba(190, 140, 30, 0.8) 0%, transparent 45%);
  filter: blur(60px);
  animation: oliver-heindl-bold 18s ease-in-out infinite;
  z-index: 0;
}

/* Layer 2: Weiße Lichtpunkte für Glow-Effekt */
.oliver-heindl-hero-bg::after {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: 
    radial-gradient(circle 300px at 25% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 50%),
    radial-gradient(circle 250px at 75% 25%, rgba(255, 255, 255, 0.35) 0%, transparent 50%),
    radial-gradient(circle 280px at 70% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
    radial-gradient(circle 200px at 30% 75%, rgba(255, 255, 255, 0.35) 0%, transparent 50%),
    radial-gradient(circle 350px at 50% 50%, rgba(255, 255, 255, 0.25) 0%, transparent 45%);
  filter: blur(40px);
  animation: oliver-heindl-glow 18s ease-in-out infinite reverse;
  z-index: 0;
  mix-blend-mode: overlay;
}

@keyframes oliver-heindl-bold {
  0%, 100% { 
    transform: scale(1) translate(0%, 0%);
  }
  25% { 
    transform: scale(1.12) translate(6%, -4%);
  }
  50% { 
    transform: scale(1.06) translate(-4%, 6%);
  }
  75% { 
    transform: scale(1.15) translate(-6%, -3%);
  }
}

@keyframes oliver-heindl-glow {
  0%, 100% { 
    transform: scale(1) translate(0%, 0%);
    opacity: 1;
  }
  33% { 
    transform: scale(1.1) translate(4%, 3%);
    opacity: 0.8;
  }
  66% { 
    transform: scale(1.05) translate(-3%, -4%);
    opacity: 1;
  }
}

.oliver-heindl-hero-bg > * {
  position: relative;
  z-index: 1;
}

/* Überschrift weiß und lesbar */
.oliver-heindl-hero-bg .services-heading {
  color: #ffffff !important;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6), 0 2px 10px rgba(0,0,0,0.4);
}
