/* Start custom CSS */-mueller-entwurf{
  --anthracite:#1B1F24;
  --steel:#4B5563;
  --light:#F5F7FA;
  --white:#FFFFFF;
  --blue:#2563EB;
  --blue-dark:#1D4ED8;
  --line:#E5E7EB;
  --text:#2F3640;

  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.65;
}

.re-mueller-entwurf *{
  box-sizing:border-box;
}

.re-mueller-entwurf h1,
.re-mueller-entwurf h2,
.re-mueller-entwurf h3,
.re-mueller-entwurf h4{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--anthracite);
  line-height:1.15;
  margin:0 0 18px;
}

.re-mueller-entwurf h1{
  font-size:clamp(2.6rem,5vw,5rem);
  letter-spacing:-0.055em;
}

.re-mueller-entwurf h2{
  font-size:clamp(2rem,3vw,3.2rem);
  letter-spacing:-0.035em;
}

.re-mueller-entwurf h3{
  font-size:1.25rem;
}

.re-mueller-entwurf p{
  margin:0 0 18px;
}

.re-mueller-entwurf a{
  color:inherit;
  text-decoration:none;
}

.re-mueller-entwurf .container{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.re-mueller-entwurf .eyebrow{
  font-size:1rem !important;
  font-weight:800 !important;
  letter-spacing:0.14em !important;
  line-height:1.4 !important;
  color:#60A5FA !important;
  text-transform:uppercase;
  margin-bottom:22px !important;
}

.re-mueller-entwurf header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}

.re-mueller-entwurf .nav{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.re-mueller-entwurf .logo{
  display:flex;
  flex-direction:column;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--anthracite);
}

.re-mueller-entwurf .logo small{
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--steel);
  font-size:.68rem;
}

.re-mueller-entwurf .nav-links{
  display:flex;
  align-items:center;
  gap:24px;
  font-weight:700;
  font-size:.94rem;
  color:var(--anthracite);
}

.re-mueller-entwurf .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px !important;
  border-radius:14px !important;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-size:0.94rem !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  transition:all .2s ease;
  border:1px solid transparent;
  text-decoration:none !important;
  cursor:pointer;
}

.re-mueller-entwurf .btn-primary{
  background:#FFFFFF !important;
  color:#1B1F24 !important;
  border:1px solid rgba(255,255,255,.2) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.14) !important;
}

.re-mueller-entwurf .btn-primary:hover{
  background:#E5E7EB !important;
  color:#111827 !important;
  transform:translateY(-1px);
}

.re-mueller-entwurf .btn-secondary{
  background:rgba(255,255,255,.08) !important;
  color:#FFFFFF !important;
  border:1px solid rgba(255,255,255,.18) !important;
  backdrop-filter:blur(8px);
}

.re-mueller-entwurf .btn-secondary:hover{
  background:rgba(255,255,255,.16) !important;
  color:#FFFFFF !important;
}

.re-mueller-entwurf .hero{
  min-height:760px;
  display:grid;
  align-items:center;
  position:relative;
  color:white;
  background:
    linear-gradient(110deg,rgba(27,31,36,.96) 0%,rgba(27,31,36,.86) 47%,rgba(27,31,36,.35) 100%),
    radial-gradient(circle at 75% 30%,rgba(37,99,235,.38),transparent 30%),
    linear-gradient(135deg,#111827 0%,#374151 100%);
  overflow:hidden;
}

.re-mueller-entwurf .hero::after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.24;
  background-image:
    linear-gradient(45deg,transparent 48%,rgba(255,255,255,.12) 49%,rgba(255,255,255,.12) 51%,transparent 52%),
    linear-gradient(-45deg,transparent 48%,rgba(255,255,255,.08) 49%,rgba(255,255,255,.08) 51%,transparent 52%);
  background-size:46px 46px;
}

.re-mueller-entwurf .hero-content{
  position:relative;
  z-index:2;
  max-width:810px;
  padding:100px 0;
}

.re-mueller-entwurf .hero h1,
.re-mueller-entwurf .hero p{
  color:white;
}

.re-mueller-entwurf .hero-title{
  font-size:clamp(3.4rem,7vw,6rem) !important;
  line-height:1.05 !important;
  font-weight:800 !important;
  letter-spacing:-0.06em !important;
  color:#FFFFFF !important;
  max-width:950px;
}

.re-mueller-entwurf .hero p{
  font-size:1.18rem;
  max-width:690px;
  color:rgba(255,255,255,.84);
}

.re-mueller-entwurf .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.re-mueller-entwurf .hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  margin-top:54px;
  max-width:850px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  overflow:hidden;
  backdrop-filter:blur(10px);
}

.re-mueller-entwurf .fact{

Scroll-Snap

  padding:24px;
  background:rgba(255,255,255,.08);
}

.re-mueller-entwurf .fact strong{
  display:block;
  font-size:1.75rem;
  font-weight:800;
  color:white;
}

.re-mueller-entwurf .fact span{
  color:rgba(255,255,255,.74);
  font-weight:600;
  font-size:.93rem;
}

.re-mueller-entwurf section{
  padding:100px 0;
}

.re-mueller-entwurf .section-intro{
  max-width:780px;
  margin-bottom:46px;
}

.re-mueller-entwurf .section-intro p{
  font-size:1.08rem;
  color:var(--steel);
}

.re-mueller-entwurf .grid-3{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.re-mueller-entwurf .grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:48px;
  align-items:center;
}

.re-mueller-entwurf .card{
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:30px;
  box-shadow:0 18px 48px rgba(15,23,42,.06);
}

.re-mueller-entwurf .card .icon{
  width:50px;
  height:50px;
  border-radius:16px;
  background:rgba(37,99,235,.1);
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:22px;
}

.re-mueller-entwurf .muted{
  color:var(--steel);
}

.re-mueller-entwurf .light-section{
  background:var(--light);
}

.re-mueller-entwurf .visual-panel{
  position:relative;

  overflow:hidden;

  border-radius:38px !important;

  background:
    linear-gradient(
      rgba(15,23,42,.72),
      rgba(15,23,42,.82)
    ),

    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/Musterbleche.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  box-shadow:
    0 32px 90px rgba(15,23,42,.22);
}

.re-mueller-entwurf .visual-panel::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      rgba(255,255,255,.03) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.03) 1px,
      transparent 1px
    );

  background-size:42px 42px;

  opacity:.34;

  pointer-events:none;

  backdrop-filter:blur(1px);
}

.re-mueller-entwurf .visual-panel::after{
  content:"Neutrale Industrie- und Oberflächenvisuals statt fremder Betriebsfotos";
  position:absolute;
  left:34px;
  right:34px;
  bottom:34px;
  color:rgba(255,255,255,.82);
  font-weight:700;
  font-size:1.1rem;
}

.re-mueller-entwurf .process{
  counter-reset:step;
  display:grid;
  gap:18px;
}

.re-mueller-entwurf .step{
  counter-increment:step;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:20px;
  align-items:start;
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
}

.re-mueller-entwurf .step::before{
  content:counter(step,decimal-leading-zero);
  width:58px;
  height:58px;
  border-radius:18px;
  background:var(--anthracite);
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.re-mueller-entwurf .industries{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.re-mueller-entwurf .tag{
  padding:12px 16px;
  background:white;
  border:1px solid var(--line);
  border-radius:999px;
  font-weight:800;
  color:var(--anthracite);
}

.re-mueller-entwurf .cta{
  background:var(--anthracite);
  color:white;
  border-radius:38px;
  padding:58px;
  display:grid;
  grid-template-columns:1.5fr auto;
  gap:30px;
  align-items:center;
  overflow:hidden;
  position:relative;
}

.re-mueller-entwurf .cta h2,
.re-mueller-entwurf .cta p{
  color:white;
}

.re-mueller-entwurf .cta p{
  color:rgba(255,255,255,.75);
  max-width:720px;
}

.re-mueller-entwurf footer{
  background:#111827;
  color:rgba(255,255,255,.75);
  padding:70px 0 34px;
}

.re-mueller-entwurf footer h3,
.re-mueller-entwurf footer strong{
  color:white;
}

.re-mueller-entwurf .footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px;
  margin-bottom:48px;
}

.re-mueller-entwurf .footer-links{
  display:grid;
  gap:10px;
}

.re-mueller-entwurf .footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

@media (max-width:900px){

  .re-mueller-entwurf html,
  .re-mueller-entwurf body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .re-mueller-entwurf .nav-links{
    display:none;
  }

  .re-mueller-entwurf .hero{
    min-height:auto;
  }

  .re-mueller-entwurf .container{
    width:100%;
    max-width:100%;
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
  }

  .re-mueller-entwurf .hero-facts,
  .re-mueller-entwurf .grid-3,
  .re-mueller-entwurf .grid-2,
  .re-mueller-entwurf .footer-grid,
  .re-mueller-entwurf .cta{
    grid-template-columns:1fr;
  }

  .re-mueller-entwurf .card,
  .re-mueller-entwurf .step,
  .re-mueller-entwurf .fact,
  .re-mueller-entwurf .cta,
  .re-mueller-entwurf .visual-panel{
    width:100%;
    max-width:100%;
  }

  .re-mueller-entwurf .step{
    grid-template-columns:56px 1fr;
    padding:20px;
    gap:14px;
  }

  .re-mueller-entwurf .step::before{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:.9rem;
  }

  .re-mueller-entwurf .card{
    padding:24px;
  }

  .re-mueller-entwurf section{
    padding:76px 0;
  }

  .re-mueller-entwurf .cta{
    padding:34px;
  }

  .re-mueller-entwurf .hero-title{
    font-size:clamp(2.4rem,10vw,4rem) !important;
  }
}

@media (max-width:420px){

  .re-mueller-entwurf .container{
    padding-left:16px;
    padding-right:16px;
  }

  .re-mueller-entwurf .step{
    grid-template-columns:1fr;
  }

  .re-mueller-entwurf .step::before{
    margin-bottom:4px;
  }
}

.re-mueller-entwurf .mobile-menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border:none;
  background:transparent;
  cursor:pointer;
  position:relative;
  z-index:1001;
}

.re-mueller-entwurf .mobile-menu-toggle span{
  display:block;
  width:26px;
  height:2px;
  background:#FFFFFF;
  margin:6px auto;
  transition:.3s ease;
}

.re-mueller-entwurf .mobile-menu-toggle.active span:nth-child(1){
  transform:translateY(8px) rotate(45deg);
}

.re-mueller-entwurf .mobile-menu-toggle.active span:nth-child(2){
  opacity:0;
}

.re-mueller-entwurf .mobile-menu-toggle.active span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg);
}

@media (max-width:900px){

  .re-mueller-entwurf .mobile-menu-toggle{
    display:block;
  }

  .re-mueller-entwurf .nav-links{
    position:fixed;
    top:0;
    right:-100%;
    width:320px;
    max-width:90%;
    height:100vh;

    background:#111827;

    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;

    padding:40px;

    gap:24px;

    transition:right .35s ease;

    z-index:1000;
  }

  .re-mueller-entwurf .nav-links.mobile-open{
    right:0;
  }

  .re-mueller-entwurf .nav-links a{
    color:#FFFFFF !important;
    font-size:1.15rem;
    font-weight:700;
  }

}

@media (max-width:900px){
  .re-mueller-entwurf .mobile-menu-toggle{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid rgba(27,31,36,.18);
    border-radius:12px;
    background:#FFFFFF;
    cursor:pointer;
    z-index:1002;
  }

  .re-mueller-entwurf .mobile-menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    background:#1B1F24 !important;
    margin:3px 0;
  }
}

.re-mueller-entwurf .mobile-menu-checkbox{
  display:none !important;
}

@media (max-width:900px){

  .re-mueller-entwurf .mobile-menu-toggle{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid rgba(27,31,36,.18);
    border-radius:12px;
    background:#FFFFFF;
    cursor:pointer;
    z-index:1002;
  }

  .re-mueller-entwurf .mobile-menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    background:#1B1F24 !important;
    margin:3px 0;
    transition:.25s ease;
  }

  .re-mueller-entwurf .nav-links{
    position:fixed !important;
    top:0;
    right:-100%;
    width:320px;
    max-width:90%;
    height:100vh;
    background:#111827;
    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:40px;
    gap:24px;
    transition:right .35s ease;
    z-index:1000;
  }

  .re-mueller-entwurf .mobile-menu-checkbox:checked ~ .nav-links{
    right:0 !important;
  }

  .re-mueller-entwurf .mobile-menu-checkbox:checked + .mobile-menu-toggle span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
  }

  .re-mueller-entwurf .mobile-menu-checkbox:checked + .mobile-menu-toggle span:nth-child(2){
    opacity:0;
  }

  .re-mueller-entwurf .mobile-menu-checkbox:checked + .mobile-menu-toggle span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
  }

  .re-mueller-entwurf .nav-links a{
    color:#FFFFFF !important;
    font-size:1.15rem;
    font-weight:700;
  }
}

@media (max-width:900px){

  .re-mueller-entwurf .nav-links{
    justify-content:flex-start !important;
    padding-top:96px !important;
    padding-bottom:32px !important;
    gap:14px !important;
  }

  .re-mueller-entwurf .nav-links a{
    width:100%;
    font-size:1rem !important;
    line-height:1.2 !important;
    padding:10px 0 !important;
  }

  .re-mueller-entwurf .nav-links .btn,
  .re-mueller-entwurf .nav-links .btn-primary{
    width:auto !important;
    margin-top:8px !important;
    padding:11px 16px !important;
    background:#FFFFFF !important;
    color:#1B1F24 !important;
    border:1px solid rgba(255,255,255,.22) !important;
  }

  .re-mueller-entwurf .nav-links .btn:hover,
  .re-mueller-entwurf .nav-links .btn-primary:hover{
    background:#E5E7EB !important;
    color:#111827 !important;
  }
}

@media (max-width:900px){

  .re-mueller-entwurf .nav-links{
    height:auto !important;

    min-height:0 !important;

    max-height:520px !important;

    top:20px !important;

    right:-100%;

    border-radius:24px 0 0 24px !important;

    padding:84px 32px 32px 32px !important;

    overflow:auto !important;

    box-shadow:-20px 0 60px rgba(0,0,0,.28);
  }

  .re-mueller-entwurf .nav-links.mobile-open,
  .re-mueller-entwurf .mobile-menu-checkbox:checked ~ .nav-links{
    right:0 !important;
  }

}

.re-mueller-entwurf .hero{
  background:
    linear-gradient(115deg,
      rgba(10,14,20,.97) 0%,
      rgba(17,24,39,.92) 42%,
      rgba(17,24,39,.72) 100%
    ),

    radial-gradient(
      circle at 82% 18%,
      rgba(37,99,235,.32),
      transparent 28%
    ),

    radial-gradient(
      circle at 70% 78%,
      rgba(96,165,250,.10),
      transparent 30%
    ),

    linear-gradient(
      135deg,
      #0F172A 0%,
      #1E293B 50%,
      #111827 100%
    ) !important;

  position:relative;
  overflow:hidden;
}

.re-mueller-entwurf .hero::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      rgba(255,255,255,.045) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.045) 1px,
      transparent 1px
    );

  background-size:52px 52px;

  mask-image:linear-gradient(to bottom,
    rgba(0,0,0,.75),
    rgba(0,0,0,.15)
  );

  pointer-events:none;
}

.re-mueller-entwurf .hero::after{
  content:"";

  position:absolute;

  width:540px;
  height:540px;

  right:-120px;
  top:50%;

  transform:translateY(-50%);

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(96,165,250,.16) 0%,
      rgba(37,99,235,.08) 40%,
      transparent 72%
    );

  filter:blur(18px);

  pointer-events:none;
}

.re-mueller-entwurf .hero-content{
  position:relative;
  z-index:2;
}

.re-mueller-entwurf .hero-title{
  max-width:980px !important;

  text-wrap:balance;

  text-shadow:
    0 10px 30px rgba(0,0,0,.34);
}

.re-mueller-entwurf .hero p{
  max-width:760px !important;

  font-size:1.16rem !important;

  line-height:1.7 !important;

  color:rgba(255,255,255,.78) !important;
}

.re-mueller-entwurf .hero-actions{
  margin-top:38px !important;
  gap:16px !important;
}

.re-mueller-entwurf .hero-facts{
  margin-top:62px !important;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.10),
      rgba(255,255,255,.04)
    ) !important;

  border:1px solid rgba(255,255,255,.10) !important;

  backdrop-filter:blur(18px);

  box-shadow:
    0 20px 70px rgba(0,0,0,.22);
}

.re-mueller-entwurf .fact{
  background:transparent !important;
}

.re-mueller-entwurf .fact strong{
  font-size:2rem !important;

  letter-spacing:-0.04em;
}

.re-mueller-entwurf .fact span{
  font-size:.92rem !important;

  color:rgba(255,255,255,.72) !important;
}

@media (max-width:900px){

  .re-mueller-entwurf .hero{
    min-height:auto !important;
  }

  .re-mueller-entwurf .hero::after{
    width:320px;
    height:320px;
    right:-120px;
  }

  .re-mueller-entwurf .hero-title{
    font-size:clamp(2.3rem,11vw,4rem) !important;
  }

  .re-mueller-entwurf .hero-facts{
    margin-top:42px !important;
  }

}

@media (max-width:900px){

  .re-mueller-entwurf .hero-content{
    text-align:center !important;

    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .re-mueller-entwurf .hero-title{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .re-mueller-entwurf .hero p{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .re-mueller-entwurf .hero-actions{
    justify-content:center !important;
  }

  .re-mueller-entwurf .eyebrow{
    text-align:center !important;
  }

  .re-mueller-entwurf .hero-facts{
    width:100%;
  }

}

.re-mueller-entwurf .hero{
  min-height:820px !important;
  background:
    linear-gradient(110deg, #0B1120 0%, #111827 48%, #1E293B 100%) !important;
}

.re-mueller-entwurf .hero::before{
  content:"";
  position:absolute;
  right:7%;
  top:50%;
  width:360px;
  height:520px;
  transform:translateY(-50%) rotate(8deg);
  border-radius:34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.03)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.10) 0px,
      rgba(255,255,255,.10) 2px,
      transparent 2px,
      transparent 16px
    );
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 40px 100px rgba(0,0,0,.38);
  opacity:.9;
}

.re-mueller-entwurf .hero::after{
  content:"";
  position:absolute;
  right:3%;
  top:52%;
  width:460px;
  height:460px;
  transform:translateY(-50%);
  border-radius:50%;
  background:radial-gradient(circle, rgba(37,99,235,.42), transparent 68%);
  filter:blur(20px);
  opacity:.75;
}

.re-mueller-entwurf .hero-content{
  max-width:720px !important;
}

.re-mueller-entwurf .hero-title{
  font-size:clamp(3.8rem, 7.5vw, 6.8rem) !important;
}

.re-mueller-entwurf .hero-facts{
  max-width:760px !important;
}

@media (max-width:900px){
  .re-mueller-entwurf .hero{
    min-height:auto !important;
  }

  .re-mueller-entwurf .hero::before{
    right:-80px;
    top:78%;
    width:220px;
    height:300px;
    opacity:.26;
  }

  .re-mueller-entwurf .hero::after{
    right:-120px;
    top:70%;
    width:300px;
    height:300px;
    opacity:.45;
  }

  .re-mueller-entwurf .hero-content{
    max-width:100% !important;
  }
}

.re-mueller-entwurf .grid-3{
  gap:30px !important;
}

.re-mueller-entwurf .card{
  position:relative;

  overflow:hidden;

  border-radius:30px !important;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.98),
      rgba(248,250,252,.98)
    ) !important;

  border:1px solid rgba(203,213,225,.72) !important;

  box-shadow:
    0 20px 60px rgba(15,23,42,.06),
    0 8px 24px rgba(15,23,42,.04);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.re-mueller-entwurf .card::before{
  content:"";

  position:absolute;

  top:0;
  left:0;
  right:0;

  height:4px;

  background:
    linear-gradient(
      90deg,
      #2563EB,
      #60A5FA
    );

  opacity:.92;
}

.re-mueller-entwurf .card::after{
  content:"";

  position:absolute;

  width:180px;
  height:180px;

  top:-80px;
  right:-80px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(37,99,235,.10),
      transparent 72%
    );

  pointer-events:none;
}

.re-mueller-entwurf .card:hover{
  transform:translateY(-8px);

  border-color:rgba(37,99,235,.28) !important;

  box-shadow:
    0 32px 80px rgba(15,23,42,.10),
    0 12px 32px rgba(37,99,235,.08);
}

.re-mueller-entwurf .card .icon{
  width:62px !important;
  height:62px !important;

  border-radius:20px !important;

  background:
    linear-gradient(
      135deg,
      #2563EB,
      #3B82F6
    ) !important;

  color:#FFFFFF !important;

  font-size:1rem;
  font-weight:800;

  box-shadow:
    0 16px 36px rgba(37,99,235,.24);
}

.re-mueller-entwurf .card h3{
  font-size:1.34rem !important;

  line-height:1.3 !important;

  margin-bottom:14px !important;

  letter-spacing:-0.02em;
}

.re-mueller-entwurf .card p{
  font-size:1rem !important;

  line-height:1.7 !important;

  color:#4B5563 !important;
}

@media (max-width:900px){

  .re-mueller-entwurf .grid-3{
    gap:22px !important;
  }

  .re-mueller-entwurf .card{
    border-radius:24px !important;

    padding:26px !important;
  }

  .re-mueller-entwurf .card h3{
    font-size:1.2rem !important;
  }

}

.re-mueller-entwurf .process{
  gap:22px !important;
}

.re-mueller-entwurf .step{
  position:relative;

  overflow:hidden;

  border-radius:28px !important;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.98),
      rgba(248,250,252,.98)
    ) !important;

  border:1px solid rgba(203,213,225,.7) !important;

  box-shadow:
    0 18px 48px rgba(15,23,42,.05),
    0 8px 22px rgba(15,23,42,.04);

  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease;
}

.re-mueller-entwurf .step::after{
  content:"";

  position:absolute;

  width:180px;
  height:180px;

  top:-90px;
  right:-90px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(37,99,235,.08),
      transparent 72%
    );

  pointer-events:none;
}

.re-mueller-entwurf .step:hover{
  transform:translateY(-6px);

  border-color:rgba(37,99,235,.22) !important;

  box-shadow:
    0 28px 72px rgba(15,23,42,.08),
    0 12px 28px rgba(37,99,235,.06);
}

.re-mueller-entwurf .step::before{
  width:64px !important;
  height:64px !important;

  border-radius:20px !important;

  background:
    linear-gradient(
      135deg,
      #2563EB,
      #3B82F6
    ) !important;

  color:#FFFFFF !important;

  font-size:1rem !important;
  font-weight:800 !important;

  box-shadow:
    0 16px 34px rgba(37,99,235,.24);
}

.re-mueller-entwurf .step h3{
  font-size:1.2rem !important;

  line-height:1.35 !important;

  margin-bottom:10px !important;

  letter-spacing:-0.02em;
}

.re-mueller-entwurf .step p{
  font-size:1rem !important;

  line-height:1.7 !important;

  color:#4B5563 !important;
}

.re-mueller-entwurf .visual-panel{
  position:relative;

  overflow:hidden;

  border-radius:38px !important;

  background:
    linear-gradient(
      135deg,
      #0F172A 0%,
      #1E293B 52%,
      #111827 100%
    ) !important;

  box-shadow:
    0 32px 90px rgba(15,23,42,.22);
}

.re-mueller-entwurf .visual-panel::before{
  content:"";

  position:absolute;

  inset:0;

  background:
    linear-gradient(
      rgba(255,255,255,.05) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.05) 1px,
      transparent 1px
    );

  background-size:42px 42px;

  opacity:.6;
}

.re-mueller-entwurf .visual-panel::after{
  content:"TECHNISCHE OBERFLÄCHEN \A QUALITÄT & PROZESSKONTROLLE";

  white-space:pre-line;

  position:absolute;

  left:42px;
  bottom:42px;

  font-size:1.45rem;
  font-weight:800;
  line-height:1.35;

  letter-spacing:-0.03em;

  color:rgba(255,255,255,.92);
}

@media (max-width:900px){

  .re-mueller-entwurf .step{
    border-radius:24px !important;
  }

  .re-mueller-entwurf .step::before{
    width:52px !important;
    height:52px !important;

    border-radius:16px !important;
  }

  .re-mueller-entwurf .visual-panel{
    min-height:300px !important;
  }

  .re-mueller-entwurf .visual-panel::after{
    left:28px;
    right:28px;
    bottom:28px;

    font-size:1.1rem;
  }

}

.re-mueller-entwurf .cta{
  position:relative;

  overflow:hidden;

  border-radius:42px !important;

  background:
    linear-gradient(
      135deg,
      #0F172A 0%,
      #111827 45%,
      #1E293B 100%
    ) !important;

  border:1px solid rgba(255,255,255,.08);

  box-shadow:
    0 34px 100px rgba(15,23,42,.24);
}

.re-mueller-entwurf .cta::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      rgba(255,255,255,.05) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.05) 1px,
      transparent 1px
    );

  background-size:42px 42px;

  opacity:.45;

  pointer-events:none;
}

.re-mueller-entwurf .cta::after{
  content:"";

  position:absolute;

  width:420px;
  height:420px;

  right:-120px;
  top:50%;

  transform:translateY(-50%);

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(37,99,235,.32),
      transparent 72%
    );

  filter:blur(20px);

  pointer-events:none;
}

.re-mueller-entwurf .cta h2{
  font-size:clamp(2rem,4vw,3.4rem) !important;

  line-height:1.08 !important;

  letter-spacing:-0.04em;

  margin-bottom:20px !important;
}

.re-mueller-entwurf .cta p{
  font-size:1.08rem !important;

  line-height:1.8 !important;

  color:rgba(255,255,255,.74) !important;

  max-width:760px;
}

.re-mueller-entwurf .cta .btn{
  position:relative;
  z-index:2;

  min-width:220px;

  min-height:60px;

  border-radius:18px !important;

  font-size:1rem !important;

  font-weight:800 !important;

  box-shadow:
    0 20px 44px rgba(0,0,0,.22);
}

.re-mueller-entwurf .cta .btn-primary{
  background:#FFFFFF !important;

  color:#111827 !important;
}

.re-mueller-entwurf .cta .btn-primary:hover{
  transform:translateY(-2px);

  background:#E5E7EB !important;
}

@media (max-width:900px){

  .re-mueller-entwurf .cta{
    padding:36px !important;

    border-radius:30px !important;
  }

  .re-mueller-entwurf .cta::after{
    width:260px;
    height:260px;

    right:-120px;
  }

  .re-mueller-entwurf .cta h2{
    text-align:center !important;
  }

  .re-mueller-entwurf .cta p{
    text-align:center !important;
  }

  .re-mueller-entwurf .cta{
    justify-items:center;
  }

}

.re-mueller-entwurf footer{
  position:relative;

  overflow:hidden;

  background:
    linear-gradient(
      135deg,
      #0B1120 0%,
      #111827 48%,
      #1E293B 100%
    ) !important;

  border-top:1px solid rgba(255,255,255,.08);

  padding-top:90px !important;

  padding-bottom:42px !important;
}

.re-mueller-entwurf footer::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      rgba(255,255,255,.04) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.04) 1px,
      transparent 1px
    );

  background-size:48px 48px;

  opacity:.38;

  pointer-events:none;
}

.re-mueller-entwurf footer::after{
  content:"";

  position:absolute;

  width:420px;
  height:420px;

  right:-160px;
  bottom:-180px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(37,99,235,.28),
      transparent 72%
    );

  filter:blur(24px);

  pointer-events:none;
}

.re-mueller-entwurf .footer-grid{
  position:relative;
  z-index:2;

  gap:54px !important;
}

.re-mueller-entwurf footer h3{
  font-size:1.5rem !important;

  letter-spacing:-0.03em;

  margin-bottom:18px !important;
}

.re-mueller-entwurf footer strong{
  display:block;

  margin-bottom:18px;

  font-size:1rem;

  letter-spacing:.04em;

  text-transform:uppercase;

  color:#FFFFFF !important;
}

.re-mueller-entwurf footer p{
  color:rgba(255,255,255,.68) !important;

  line-height:1.8 !important;
}

.re-mueller-entwurf .footer-links{
  gap:14px !important;
}

.re-mueller-entwurf .footer-links a{
  position:relative;

  width:fit-content;

  color:rgba(255,255,255,.74) !important;

  transition:
    color .25s ease,
    transform .25s ease;
}

.re-mueller-entwurf .footer-links a::after{
  content:"";

  position:absolute;

  left:0;
  bottom:-4px;

  width:0;
  height:1px;

  background:#60A5FA;

  transition:width .25s ease;
}

.re-mueller-entwurf .footer-links a:hover{
  color:#FFFFFF !important;

  transform:translateX(3px);
}

.re-mueller-entwurf .footer-links a:hover::after{
  width:100%;
}

.re-mueller-entwurf .footer-bottom{
  position:relative;
  z-index:2;

  margin-top:30px !important;

  border-top:1px solid rgba(255,255,255,.08) !important;

  padding-top:28px !important;

  color:rgba(255,255,255,.52) !important;

  font-size:.92rem;
}

@media (max-width:900px){

  .re-mueller-entwurf footer{
    padding-top:70px !important;
  }

  .re-mueller-entwurf .footer-grid{
    gap:38px !important;
  }

  .re-mueller-entwurf footer h3{
    text-align:center !important;
  }

  .re-mueller-entwurf footer strong{
    text-align:center !important;
  }

  .re-mueller-entwurf footer p{
    text-align:center !important;
  }

  .re-mueller-entwurf .footer-links{
    align-items:center;
  }

  .re-mueller-entwurf .footer-bottom{
    justify-content:center !important;

    text-align:center;
  }

}

.re-mueller-entwurf .card,
.re-mueller-entwurf .step,
.re-mueller-entwurf .fact,
.re-mueller-entwurf .cta,
.re-mueller-entwurf .visual-panel,
.re-mueller-entwurf .tag,
.re-mueller-entwurf .btn{
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease,
    color .32s ease;
}

.re-mueller-entwurf .fact:hover{
  transform:translateY(-4px);

  background:rgba(255,255,255,.12) !important;
}

.re-mueller-entwurf .tag:hover{
  transform:translateY(-3px);

  border-color:rgba(37,99,235,.28) !important;

  box-shadow:
    0 12px 28px rgba(15,23,42,.06);
}

.re-mueller-entwurf .visual-panel:hover{
  transform:translateY(-6px);

  box-shadow:
    0 42px 110px rgba(15,23,42,.24);
}

.re-mueller-entwurf .btn:hover{
  transform:translateY(-2px);
}

.re-mueller-entwurf .hero-title{
  animation:
    reHeroFade 1s ease forwards;
}

.re-mueller-entwurf .hero p{
  animation:
    reHeroFade 1.25s ease forwards;
}

.re-mueller-entwurf .hero-actions{
  animation:
    reHeroFade 1.45s ease forwards;
}

.re-mueller-entwurf .hero-facts{
  animation:
    reHeroFade 1.65s ease forwards;
}

@keyframes reHeroFade{

  from{
    opacity:0;
    transform:translateY(18px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }

}

.re-mueller-entwurf .card::before,
.re-mueller-entwurf .step::after,
.re-mueller-entwurf .visual-panel::after,
.re-mueller-entwurf .cta::after{
  transition:
    transform .5s ease,
    opacity .5s ease;
}

.re-mueller-entwurf .card:hover::after,
.re-mueller-entwurf .step:hover::after{
  transform:scale(1.08);
}

.re-mueller-entwurf .footer-links a{
  transition:
    color .24s ease,
    transform .24s ease;
}

@media (prefers-reduced-motion:reduce){

  .re-mueller-entwurf *{
    animation:none !important;
    transition:none !important;
  }

}

.re-mueller-entwurf{
  margin-top:0 !important;
  padding-top:0 !important;
}

.re-mueller-entwurf header{
  margin-top:0 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container{
  margin-top:0 !important;
  padding-top:0 !important;
}

.re-mueller-entwurf header{
  padding-top:14px !important;
  padding-bottom:14px !important;
}

.re-mueller-entwurf .hero{
  padding-top:120px !important;
}

@media (max-width:900px){

  .re-mueller-entwurf header{
    padding-top:10px !important;
    padding-bottom:10px !important;
  }

  .re-mueller-entwurf .hero{
    padding-top:92px !important;
  }

}

.re-mueller-entwurf .nav{
  min-height:64px !important;
}

.re-mueller-entwurf .hero{
  min-height:auto !important;
}

.re-mueller-entwurf .hero-content{
  padding-top:70px !important;
  padding-bottom:70px !important;
}

@media (max-width:900px){

  .re-mueller-entwurf .nav{
    min-height:58px !important;
  }

  .re-mueller-entwurf .hero-content{
    padding-top:48px !important;
    padding-bottom:54px !important;
  }

}

.re-mueller-entwurf .visual-panel{
 background-image:
  linear-gradient(
    rgba(15,23,42,.18),
    rgba(15,23,42,.28)
  ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/Musterbleche.jpg") !important;

  background-size:contain !important;
  background-color:#0F172A !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.re-mueller-entwurf .visual-panel::before{
  background:
    linear-gradient(
      rgba(255,255,255,.03) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.03) 1px,
      transparent 1px
    ) !important;

  background-size:42px 42px !important;
  opacity:.28 !important;
}

.re-mueller-entwurf .hero{
  position:relative !important;
  overflow:hidden !important;
  background:#0B1120 !important;
}

.re-mueller-entwurf .hero-slideshow{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}

.re-mueller-entwurf .hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  opacity:0;
  animation:reHeroSlideshow 24s infinite;
  transform:scale(1.04);
}

.re-mueller-entwurf .hero-slide-1{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/hero_1.webp");
  animation-delay:0s;
}

.re-mueller-entwurf .hero-slide-2{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/hero_2.webp");
  animation-delay:6s;
}

.re-mueller-entwurf .hero-slide-3{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/hero_3.webp");
  animation-delay:12s;
}

.re-mueller-entwurf .hero-slide-4{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/hero_4.webp");
  animation-delay:18s;
}

.re-mueller-entwurf .hero-slideshow::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(
      90deg,
      rgba(11,17,32,.92) 0%,
      rgba(11,17,32,.78) 36%,
      rgba(11,17,32,.42) 72%,
      rgba(11,17,32,.58) 100%
    );
}

.re-mueller-entwurf .hero-content{
  position:relative !important;
  z-index:3 !important;
}

@keyframes reHeroSlideshow{
  0%{
    opacity:0;
    transform:scale(1.04);
  }

  8%{
    opacity:1;
  }

  25%{
    opacity:1;
    transform:scale(1.08);
  }

  33%{
    opacity:0;
  }

  100%{
    opacity:0;
    transform:scale(1.08);
  }
}

@media (max-width:900px){

  .re-mueller-entwurf .hero-slide{
    background-position:center center;
  }

  .re-mueller-entwurf .hero-slideshow::after{
    background:
      linear-gradient(
        180deg,
        rgba(11,17,32,.86) 0%,
        rgba(11,17,32,.76) 48%,
        rgba(11,17,32,.88) 100%
      );
  }

}

.re-mueller-entwurf .grid-3 .card:nth-child(1){
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.re-mueller-entwurf .grid-3 .card:nth-child(1)::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-42px;
  top:42px;
  border-radius:50%;
  background:
    linear-gradient(
      rgba(255,255,255,.18),
      rgba(255,255,255,.18)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/leistung-01-hover-bg.webp");
  background-size:cover;
  background-position:center;
  opacity:.32;
  z-index:-1;
  filter:saturate(.9) contrast(1.05);
}

.re-mueller-entwurf .grid-3 .card:nth-child(1) h3,
.re-mueller-entwurf .grid-3 .card:nth-child(1) p,
.re-mueller-entwurf .grid-3 .card:nth-child(1) .icon{
  position:relative;
  z-index:2;
}

.re-mueller-entwurf .grid-3 .card:nth-child(1) p{
  max-width:82%;
  color:#374151 !important;
  font-weight:500;
}

@media (max-width:900px){
  .re-mueller-entwurf .grid-3 .card:nth-child(1)::after{
    width:150px;
    height:150px;
    right:-36px;
    top:34px;
    opacity:.24;
  }

  .re-mueller-entwurf .grid-3 .card:nth-child(1) p{
    max-width:100%;
  }
}

.re-mueller-entwurf .grid-3 .card::before{
  display:none !important;
}

.re-mueller-entwurf .grid-3 .card::after{
  display:none !important;
}

.re-mueller-entwurf .service-card::after{
  display:block !important;
}

.re-mueller-entwurf .grid-3 .card.service-card::after{
  content:"" !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;

  position:absolute !important;
  right:28px !important;
  top:50% !important;
  transform:translateY(-50%) !important;

  width:140px !important;
  height:140px !important;
  border-radius:50% !important;

  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;

  border:4px solid rgba(255,255,255,.85) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.22) !important;

  z-index:5 !important;
}

.re-mueller-entwurf .grid-3 .service-01::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/01_beratung-planung_kreis.webp") !important;
}

.re-mueller-entwurf .grid-3 .service-02::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/02_vorbehandlung_kreis.webp") !important;
}

.re-mueller-entwurf .grid-3 .service-03::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/03_pulverbeschichtung_kreis.webp") !important;
}

.re-mueller-entwurf .grid-3 .service-04::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/04_einbrennen_kreis.webp") !important;
}

.re-mueller-entwurf .grid-3 .service-05::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/05_qualitaetskontrolle_kreis.webp") !important;
}

.re-mueller-entwurf .grid-3 .service-06::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/06_verpackung-versand_kreis.webp") !important;
}

.re-mueller-entwurf #leistungen .card h3{
  font-size:1.42rem !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}

.re-mueller-entwurf #leistungen .card p{
  font-size:1.04rem !important;
  line-height:1.65 !important;
  font-weight:500 !important;
}

.re-mueller-entwurf #leistungen .card .icon{
  font-size:1.08rem !important;
  font-weight:800 !important;
}

.re-mueller-entwurf #leistungen .service-card h3{
  font-size:1.5rem !important;
  line-height:1.2 !important;
  font-weight:800 !important;
}

.re-mueller-entwurf #leistungen .service-card p{
  font-size:1.08rem !important;
  line-height:1.68 !important;
  font-weight:550 !important;
}

.re-mueller-entwurf .grid-3 .card.service-card::after{
  width:170px !important;
  height:170px !important;
}

.re-mueller-entwurf .service-card:hover::after{
  width:182px !important;
  height:182px !important;
}

.re-mueller-entwurf .service-card{
  padding-right:250px !important;
}

.re-mueller-entwurf .service-card .card-inner{
  max-width:100% !important;
  width:100% !important;
}

.re-mueller-entwurf .service-card p{
  max-width:100% !important;
}

.re-mueller-entwurf .grid-3 .card.service-card::after{
  right:20px !important;
}

@media (max-width:900px){

  .re-mueller-entwurf .service-card{
    padding-right:24px !important;
  }

}

.re-mueller-entwurf #leistungen .service-card{
  position:relative !important;
  padding-top:34px !important;
}

.re-mueller-entwurf #leistungen .service-card .service-title-image{
  position:absolute !important;

  right:16px !important;
  top:24px !important;

  width:180px !important;

  margin:0 !important;

  text-align:center !important;

  color:#111827 !important;

  font-size:1.08rem !important;
  line-height:1.2 !important;
  font-weight:800 !important;

  z-index:9 !important;
}

.re-mueller-entwurf #leistungen .service-card::after{
  top:128px !important;
}

.re-mueller-entwurf #leistungen .service-card .card-inner{
  padding-top:54px !important;
}

@media (max-width:900px){

  .re-mueller-entwurf #leistungen .service-card{
    padding-top:260px !important;
  }

  .re-mueller-entwurf #leistungen .service-card .service-title-image{
    left:50% !important;
    right:auto !important;

    top:24px !important;

    transform:translateX(-50%) !important;

    width:220px !important;
  }

  .re-mueller-entwurf #leistungen .service-card::after{
    top:118px !important;
  }

  .re-mueller-entwurf #leistungen .service-card .card-inner{
    padding-top:0 !important;
  }

}

.re-mueller-entwurf #leistungen .service-card{
  position:relative !important;
  padding-right:250px !important;
}

.re-mueller-entwurf #leistungen .service-card .card-inner{
  width:100% !important;
  max-width:100% !important;

  padding-top:56px !important;
  padding-right:0 !important;

  display:block !important;
}

.re-mueller-entwurf #leistungen .service-card p{
  width:100% !important;
  max-width:100% !important;

  margin:0 !important;

  text-align:left !important;
}

.re-mueller-entwurf #leistungen .service-card .service-title-image{
  width:180px !important;
}

.re-mueller-entwurf #leistungen .service-card::after{
  right:18px !important;
}

@media (max-width:900px){

  .re-mueller-entwurf #leistungen .service-card{
    padding-right:24px !important;
    padding-top:265px !important;
  }

  .re-mueller-entwurf #leistungen .service-card .card-inner{
    padding-top:0 !important;
  }

}

.re-mueller-entwurf #leistungen .grid-3{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.re-mueller-entwurf #leistungen .card.service-card{
  min-height:260px !important;
  padding:34px 230px 34px 34px !important;
}

.re-mueller-entwurf #leistungen .card.service-card .card-inner{
  width:auto !important;
  max-width:none !important;
  padding-top:52px !important;
}

.re-mueller-entwurf #leistungen .card.service-card p{
  width:auto !important;
  max-width:none !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}

.re-mueller-entwurf #leistungen .card.service-card::after{
  width:170px !important;
  height:170px !important;
  right:28px !important;
  top:130px !important;
}

@media (max-width:900px){
  .re-mueller-entwurf #leistungen .grid-3{
    grid-template-columns:1fr !important;
  }

  .re-mueller-entwurf #leistungen .card.service-card{
    padding:260px 26px 30px 26px !important;
  }

  .re-mueller-entwurf #leistungen .card.service-card .card-inner{
    padding-top:0 !important;
  }
}

.re-mueller-entwurf #leistungen .card.service-card .card-inner{
  padding-top:28px !important;
}

.re-mueller-entwurf #leistungen .card.service-card p{
  font-size:1.14rem !important;
  line-height:1.72 !important;
  font-weight:550 !important;
}

.re-mueller-entwurf #leistungen .card.service-card{
  padding-top:28px !important;
  padding-bottom:28px !important;
}

.re-mueller-entwurf #leistungen .grid-3 .card.service-card h3.service-title-image{
  font-size:2rem !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  letter-spacing:-0.03em !important;
  color:#111827 !important;
}

.re-mueller-entwurf #leistungen .service-title-image{
  position:absolute !important;

  top:28px !important;
  right:24px !important;

  width:190px !important;
  min-height:72px !important;

  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;

  text-align:center !important;

  font-size:1.34rem !important;
  line-height:1.15 !important;
  font-weight:800 !important;

  padding:0 6px !important;

  z-index:10 !important;
}

.re-mueller-entwurf #leistungen .service-01 .service-title-image,
.re-mueller-entwurf #leistungen .service-06 .service-title-image{
  width:220px !important;
  font-size:1.18rem !important;
  line-height:1.1 !important;
  white-space:nowrap !important;
}

.re-mueller-entwurf #leistungen .card.service-card{
  padding-top:28px !important;
  padding-bottom:28px !important;
  min-height:auto !important;
}

.re-mueller-entwurf #leistungen .card.service-card .card-inner{
  padding-top:8px !important;
}

.re-mueller-entwurf #leistungen .card.service-card p{
  font-size:1.22rem !important;
  line-height:1.75 !important;
  font-weight:560 !important;
}

.re-mueller-entwurf #leistungen .service-more{
  max-height:0;
  opacity:0;
  overflow:hidden;
  margin-top:0 !important;

  font-size:1.02rem !important;
  line-height:1.65 !important;
  font-weight:500 !important;
  color:#374151 !important;

  transition:
    max-height .35s ease,
    opacity .35s ease,
    margin-top .35s ease;
}

.re-mueller-entwurf #leistungen .service-card:hover{
  transform:scale(1.035) !important;
  z-index:10 !important;
}

.re-mueller-entwurf #leistungen .service-card:hover .service-more{
  max-height:220px;
  opacity:1;
  margin-top:16px !important;
}

.re-mueller-entwurf #leistungen .section-intro p{
  font-size:1.6rem !important;
  line-height:1.85 !important;
  font-weight:560 !important;
  color:#374151 !important;
  max-width:980px !important;
}

.re-mueller-entwurf #leistungen .grid-3 > article.card.service-card{
  border-radius:36px !important;
  border:2px solid rgba(37,99,235,.22) !important;
  background:
    linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 100%) !important;
  box-shadow:
    0 22px 55px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.re-mueller-entwurf #leistungen .grid-3 > article.card.service-card:hover{
  transform:translateY(-12px) scale(1.03) !important;
  box-shadow:
    0 34px 90px rgba(15,23,42,.16),
    0 18px 40px rgba(37,99,235,.16) !important;
}

.re-mueller-entwurf #leistungen .grid-3 > article.card.service-card .icon{
  background:#111827 !important;
  color:#FFFFFF !important;
  box-shadow:0 18px 34px rgba(17,24,39,.22) !important;
}

/* ===== HEADER AUFWERTUNG ===== */

.re-mueller-entwurf header{
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.96),
      rgba(248,250,252,.94)
    ) !important;

  backdrop-filter:blur(18px) !important;

  border-bottom:1px solid rgba(203,213,225,.75) !important;

  box-shadow:
    0 10px 28px rgba(15,23,42,.05) !important;
}

.re-mueller-entwurf .nav{
  min-height:78px !important;
}

/* Logo */

.re-mueller-entwurf .logo{
  font-size:1.28rem !important;
  font-weight:900 !important;
  letter-spacing:-0.03em !important;
}

.re-mueller-entwurf .logo small{
  margin-top:2px !important;

  font-size:.72rem !important;
  font-weight:700 !important;

  color:#64748B !important;

  letter-spacing:.14em !important;
}

/* Navigation */

.re-mueller-entwurf .nav-links{
  gap:34px !important;
}

.re-mueller-entwurf .nav-links a{
  position:relative !important;

  font-size:1rem !important;
  font-weight:700 !important;

  color:#1E293B !important;

  transition:
    color .25s ease,
    transform .25s ease !important;
}

.re-mueller-entwurf .nav-links a:not(.btn)::after{
  content:"";

  position:absolute;

  left:0;
  bottom:-8px;

  width:0;
  height:2px;

  background:#2563EB;

  transition:width .25s ease;
}

.re-mueller-entwurf .nav-links a:not(.btn):hover{
  color:#2563EB !important;
}

.re-mueller-entwurf .nav-links a:not(.btn):hover::after{
  width:100%;
}

/* Anfrage Starten Button */

.re-mueller-entwurf .nav-links .btn,
.re-mueller-entwurf .nav-links .btn-primary{
  min-width:178px !important;
  height:52px !important;

  padding:0 28px !important;

  border-radius:16px !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  font-size:1rem !important;
  font-weight:800 !important;

  background:
    linear-gradient(
      135deg,
      #2563EB,
      #3B82F6
    ) !important;

  color:#FFFFFF !important;

  border:none !important;

  box-shadow:
    0 14px 30px rgba(37,99,235,.22) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease !important;
}

.re-mueller-entwurf .nav-links .btn:hover,
.re-mueller-entwurf .nav-links .btn-primary:hover{
  transform:translateY(-2px) !important;

  background:
    linear-gradient(
      135deg,
      #1D4ED8,
      #2563EB
    ) !important;

  box-shadow:
    0 18px 38px rgba(37,99,235,.28) !important;
}

/* Mobile */

@media (max-width:900px){

  .re-mueller-entwurf .nav{
    min-height:68px !important;
  }

  .re-mueller-entwurf .nav-links{
    gap:18px !important;
  }

  .re-mueller-entwurf .nav-links .btn,
  .re-mueller-entwurf .nav-links .btn-primary{
    width:100% !important;
    min-width:0 !important;
    height:52px !important;
  }

}

.re-mueller-entwurf footer{
  padding-top:62px !important;
  padding-bottom:28px !important;
}

.re-mueller-entwurf .footer-grid{
  gap:34px !important;
  margin-bottom:34px !important;
}

.re-mueller-entwurf footer h3{
  font-size:1.22rem !important;
  margin-bottom:14px !important;
}

.re-mueller-entwurf footer strong{
  font-size:.88rem !important;
  margin-bottom:14px !important;
  letter-spacing:.08em !important;
}

.re-mueller-entwurf footer p,
.re-mueller-entwurf .footer-links a{
  font-size:.95rem !important;
  line-height:1.65 !important;
}

.re-mueller-entwurf .footer-links{
  gap:8px !important;
}

.re-mueller-entwurf .footer-bottom{
  margin-top:12px !important;
  padding-top:18px !important;
  font-size:.82rem !important;
}

.re-mueller-entwurf footer p{
  word-break:normal !important;
  overflow-wrap:normal !important;
}

.re-mueller-entwurf footer br{
  line-height:1.8 !important;
}

@media (max-width:900px){

  .re-mueller-entwurf footer{
    padding-top:52px !important;
  }

  .re-mueller-entwurf footer p,
  .re-mueller-entwurf .footer-links a{
    font-size:.92rem !important;
  }

}

.re-mueller-entwurf footer p,
.re-mueller-entwurf .footer-links a{
  font-size:1rem !important;
  line-height:1.72 !important;
}

.re-mueller-entwurf footer h3{
  font-size:1.32rem !important;
}

.re-mueller-entwurf footer strong{
  font-size:.94rem !important;
}

.re-mueller-entwurf .contact-cta{ display:grid; grid-template-columns:1.3fr .9fr; gap:54px; align-items:stretch; } .re-mueller-entwurf .contact-left{ position:relative; z-index:2; } .re-mueller-entwurf .contact-left h2{ margin-bottom:24px !important; } .re-mueller-entwurf .contact-left p{ max-width:760px; } .re-mueller-entwurf .contact-features{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:38px; } .re-mueller-entwurf .contact-feature{ padding:22px; border-radius:22px; background: linear-gradient( 180deg, rgba(255,255,255,.08), rgba(255,255,255,.04) ); border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(10px); } .re-mueller-entwurf .contact-feature strong{ display:block; margin-bottom:8px; font-size:1rem; color:#FFFFFF; } .re-mueller-entwurf .contact-feature span{ font-size:.92rem; line-height:1.6; color:rgba(255,255,255,.72); } .re-mueller-entwurf .contact-card{ position:relative; z-index:2; display:flex; } .re-mueller-entwurf .contact-card-inner{ width:100%; padding:36px; border-radius:30px; background: linear-gradient( 180deg, rgba(255,255,255,.96), rgba(248,250,252,.96) ); border:1px solid rgba(203,213,225,.7); box-shadow: 0 24px 70px rgba(0,0,0,.18); } .re-mueller-entwurf .contact-card-inner h3{ font-size:1.7rem; line-height:1.2; margin-bottom:30px; color:#111827; letter-spacing:-0.03em; } .re-mueller-entwurf .contact-item{ padding-bottom:22px; margin-bottom:22px; border-bottom:1px solid #E5E7EB; } .re-mueller-entwurf .contact-item:last-of-type{ border-bottom:none; margin-bottom:32px; } .re-mueller-entwurf .contact-item span{ display:block; margin-bottom:8px; font-size:.82rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:#2563EB; } .re-mueller-entwurf .contact-item a, .re-mueller-entwurf .contact-item p{ margin:0; font-size:1.08rem; line-height:1.8; font-weight:600; color:#111827; } .re-mueller-entwurf .contact-item a:hover{ color:#2563EB; } .re-mueller-entwurf .contact-btn{ width:100%; min-height:58px; font-size:1rem !important; font-weight:800 !important; } @media (max-width:900px){ .re-mueller-entwurf .contact-cta{ grid-template-columns:1fr; gap:34px; } .re-mueller-entwurf .contact-features{ grid-template-columns:1fr; gap:14px; } .re-mueller-entwurf .contact-card-inner{ padding:28px; border-radius:24px; } .re-mueller-entwurf .contact-card-inner h3{ font-size:1.45rem; } }

.re-mueller-entwurf .contact-card{ align-items:flex-start !important; } .re-mueller-entwurf .contact-card-inner{ width:100% !important; max-width:100% !important; padding:26px 30px !important; border-radius:28px !important; background: linear-gradient( 180deg, rgba(255,255,255,.88), rgba(248,250,252,.86) ) !important; border:1px solid rgba(255,255,255,.14) !important; box-shadow: 0 14px 36px rgba(15,23,42,.10) !important; } .re-mueller-entwurf .contact-left p{ font-size:1.28rem !important; line-height:1.95 !important; } .re-mueller-entwurf .contact-feature{ padding:26px !important; } .re-mueller-entwurf .contact-feature strong{ font-size:1.22rem !important; margin-bottom:12px !important; } .re-mueller-entwurf .contact-feature span{ font-size:1.08rem !important; line-height:1.8 !important; } .re-mueller-entwurf .contact-card-inner h3{ font-size:1.7rem !important; } .re-mueller-entwurf .contact-item a, .re-mueller-entwurf .contact-item p{ font-size:1.18rem !important; line-height:1.9 !important; }

.re-mueller-entwurf #verfahren .grid-3{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.re-mueller-entwurf #verfahren .card.service-card{
  position:relative !important;
  padding:28px 230px 28px 34px !important;
  min-height:260px !important;
}

.re-mueller-entwurf #verfahren .service-title-image{
  position:absolute !important;
  top:28px !important;
  right:1px !important;
  width:220px !important;
  text-align:center !important;
  color:#111827 !important;
  font-size:1.18rem !important;
  line-height:1.1 !important;
  font-weight:800 !important;
  white-space:nowrap !important;
  z-index:10 !important;
  margin:0 !important;
}

.re-mueller-entwurf #verfahren .card.service-card::after{
  content:"" !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:absolute !important;
  right:24px !important;
  top:128px !important;
  transform:translateY(0) !important;
  width:170px !important;
  height:170px !important;
  border-radius:50% !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border:4px solid rgba(255,255,255,.85) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.22) !important;
  z-index:5 !important;
}

.re-mueller-entwurf #verfahren .service-01::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/01_beratung-planung_kreis.webp") !important;
}

.re-mueller-entwurf #verfahren .service-02::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/02_vorbehandlung_kreis.webp") !important;
}

.re-mueller-entwurf #verfahren .service-03::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/03_pulverbeschichtung_kreis.webp") !important;
}

.re-mueller-entwurf #verfahren .service-04::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/04_einbrennen_kreis.webp") !important;
}

.re-mueller-entwurf #verfahren .service-05::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/05_qualitaetskontrolle_kreis.webp") !important;
}

.re-mueller-entwurf #verfahren .service-06::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/06_verpackung-versand_kreis.webp") !important;
}

.re-mueller-entwurf #verfahren .service-more{
  max-height:0 !important;
  opacity:0 !important;
  overflow:hidden !important;
  margin-top:0 !important;
  transition:
    max-height .35s ease,
    opacity .35s ease,
    margin-top .35s ease;
}

.re-mueller-entwurf #verfahren .service-card:hover .service-more{
  max-height:320px !important;
  opacity:1 !important;
  margin-top:16px !important;
}

@media (max-width:900px){
  .re-mueller-entwurf #verfahren .grid-3{
    grid-template-columns:1fr !important;
  }

  .re-mueller-entwurf #verfahren .card.service-card{
    padding:260px 26px 30px 26px !important;
  }

  .re-mueller-entwurf #verfahren .service-title-image{
    left:50% !important;
    right:auto !important;
    top:24px !important;
    transform:translateX(-50%) !important;
  }

  .re-mueller-entwurf #verfahren .card.service-card::after{
    top:58px !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    width:132px !important;
    height:132px !important;
  }
}

.re-mueller-entwurf #verfahren .card.service-card{
  overflow:visible !important;
}

.re-mueller-entwurf #verfahren .grid-3{
  row-gap:52px !important;
}

.re-mueller-entwurf #verfahren .card.service-card::after{
  top:78px !important;
}


/* =========================
   LEISTUNGSSPEKTRUM NEU
========================= */

.re-mueller-entwurf #leistungen .services-clean{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  margin-top:46px;
}

.re-mueller-entwurf #leistungen .service-clean{
  position:relative;
  background:#ffffff;
  border-radius:28px;
  padding:34px 32px;
  min-height:240px;
  border:1px solid rgba(15,23,42,.06);
  box-shadow:
    0 10px 30px rgba(15,23,42,.06),
    0 2px 8px rgba(15,23,42,.04);
  transition:
    transform .28s ease,
    box-shadow .28s ease;
}

.re-mueller-entwurf #leistungen .service-clean:hover{
  transform:translateY(-6px);
  box-shadow:
    0 20px 50px rgba(15,23,42,.12),
    0 8px 20px rgba(15,23,42,.08);
}

.re-mueller-entwurf #leistungen .service-clean-number{
  width:58px;
  height:58px;
  border-radius:18px;
  margin-bottom:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#2563EB,#3B82F6);
  color:#ffffff;
  font-size:1rem;
  font-weight:900;
  box-shadow:0 14px 30px rgba(37,99,235,.24);
}

.re-mueller-entwurf #leistungen .service-clean h3{
  font-size:1.42rem;
  line-height:1.2;
  font-weight:800;
  color:#111827;
  margin-bottom:16px;
}

.re-mueller-entwurf #leistungen .service-clean p{
  font-size:1.06rem;
  line-height:1.75;
  font-weight:500;
  color:#4b5563;
  margin:0;
}

/* Tablet */

@media (max-width:980px){

  .re-mueller-entwurf #leistungen .services-clean{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

/* Mobile */

@media (max-width:680px){

  .re-mueller-entwurf #leistungen .services-clean{
    grid-template-columns:1fr;
  }

}

.re-mueller-entwurf #leistungen .grid-3.services-clean > article.service-clean{
  border:3px solid #2563EB !important;
  background:#FFFFFF !important;
  box-shadow:
    0 26px 70px rgba(37,99,235,.18) !important;
}

.re-mueller-entwurf #leistungen .grid-3.services-clean > article.service-clean::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:6px !important;
  background:#2563EB !important;
  z-index:20 !important;
}

.re-mueller-entwurf #leistungen .grid-3.services-clean > article.service-clean{
  border:1px solid rgba(203,213,225,.65) !important;
  background:linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 100%) !important;
  box-shadow:
    0 16px 40px rgba(15,23,42,.08),
    0 4px 12px rgba(15,23,42,.04) !important;
}

.re-mueller-entwurf #leistungen .grid-3.services-clean > article.service-clean::before{
  height:4px !important;
  background:linear-gradient(90deg,#2563EB,#60A5FA) !important;
}

.re-mueller-entwurf #leistungen .grid-3.services-clean > article.service-clean:hover{
  transform:translateY(-8px) !important;
  border-color:rgba(37,99,235,.25) !important;
  box-shadow:
    0 26px 60px rgba(15,23,42,.12),
    0 10px 24px rgba(37,99,235,.08) !important;
}

/* Leistungsspektrum größer + kompakter */

.re-mueller-entwurf #leistungen .service-clean{
  padding:34px 36px !important;
  min-height:235px !important;
}

.re-mueller-entwurf #leistungen .service-clean-number{
  width:68px !important;
  height:68px !important;
  border-radius:22px !important;
  margin-bottom:24px !important;
  font-size:1.12rem !important;
}

.re-mueller-entwurf #leistungen .service-clean h3{
  font-size:1.82rem !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  margin-bottom:14px !important;
  letter-spacing:-0.03em !important;
}

.re-mueller-entwurf #leistungen .service-clean p{
  font-size:1.18rem !important;
  line-height:1.58 !important;
  font-weight:500 !important;
  color:#475569 !important;
}

/* Leistungsspektrum: technische Icons statt Nummern */

.re-mueller-entwurf #leistungen .service-clean-number{
  font-size:0 !important;
  position:relative !important;
}

.re-mueller-entwurf #leistungen .service-clean-number::before{
  font-size:2rem !important;
  line-height:1 !important;
  font-weight:900 !important;
}

/* 01 Beratung & Planung */
.re-mueller-entwurf #leistungen .service-clean:nth-child(1) .service-clean-number::before{
  content:"⚙";
}

/* 02 Vorbehandlung */
.re-mueller-entwurf #leistungen .service-clean:nth-child(2) .service-clean-number::before{
  content:"◆";
}

/* 03 Sandstrahlen */
.re-mueller-entwurf #leistungen .service-clean:nth-child(3) .service-clean-number::before{
  content:"✦";
}

/* 04 Pulverbeschichtung */
.re-mueller-entwurf #leistungen .service-clean:nth-child(4) .service-clean-number::before{
  content:"◉";
}

/* 05 Maskieren & Abdecken */
.re-mueller-entwurf #leistungen .service-clean:nth-child(5) .service-clean-number::before{
  content:"▣";
}

/* 06 Qualitätskontrolle & Logistik */
.re-mueller-entwurf #leistungen .service-clean:nth-child(6) .service-clean-number::before{
  content:"✓";
}

/* Hintergrund Leistungsspektrum aufwerten */

.re-mueller-entwurf #leistungen{
  position:relative !important;
  overflow:hidden !important;

  background:
    linear-gradient(
      180deg,
      #F8FAFC 0%,
      #EEF2F7 100%
    ) !important;
}

.re-mueller-entwurf #leistungen::before{
  content:"" !important;

  position:absolute !important;

  width:520px !important;
  height:520px !important;

  top:-220px !important;
  right:-180px !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(37,99,235,.08),
      transparent 72%
    ) !important;

  pointer-events:none !important;
}

.re-mueller-entwurf #leistungen::after{
  content:"" !important;

  position:absolute !important;

  width:420px !important;
  height:420px !important;

  bottom:-180px !important;
  left:-140px !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(15,23,42,.05),
      transparent 72%
    ) !important;

  pointer-events:none !important;
}

/* FINAL FIX: Leistungsspektrum Listen immer sichtbar */

.re-mueller-entwurf #leistungen .services-clean .service-clean{
  height:auto !important;
  min-height:auto !important;
  overflow:visible !important;
}

.re-mueller-entwurf #leistungen .services-clean .service-clean:hover{
  height:auto !important;
  min-height:auto !important;
}

.re-mueller-entwurf #leistungen .services-clean .service-clean .service-list{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  margin-top:18px !important;
  padding:0 !important;
  list-style:none !important;
  transform:none !important;
  position:relative !important;
  z-index:10 !important;
}

.re-mueller-entwurf #leistungen .services-clean .service-clean .service-list li{
  display:list-item !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  color:#1f2937 !important;
  font-size:1.02rem !important;
  line-height:1.45 !important;
  font-weight:700 !important;
  margin-bottom:8px !important;
  padding-left:22px !important;
  position:relative !important;
}

.re-mueller-entwurf #leistungen .services-clean .service-clean .service-list li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:.62em !important;
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:#2563EB !important;
}
/* Unternehmen: Firmenbild als Hintergrund */

.re-mueller-entwurf #unternehmen .visual-panel{
  background-image:
    linear-gradient(
      rgba(15,23,42,.10),
      rgba(15,23,42,.18)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/Firmenbild-optimiert.webp") !important;

  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;

  border-radius:32px !important;

  min-height:520px !important;

  box-shadow:
    0 30px 70px rgba(15,23,42,.14) !important;
}
/* Kontakt-Kachel kompakter & typografisch sauberer */

.re-mueller-entwurf .contact-card{
  align-self:center !important;
}

.re-mueller-entwurf .contact-card-inner{
  padding:34px 34px 30px !important;
}

.re-mueller-entwurf .contact-item{
  margin-bottom:18px !important;
}

.re-mueller-entwurf .contact-item span{
  display:block !important;

  margin-bottom:4px !important;

  font-size:1rem !important;
  font-weight:700 !important;

  color:#0F172A !important;

  letter-spacing:.02em !important;
}

.re-mueller-entwurf .contact-item a,
.re-mueller-entwurf .contact-item p{
  margin:0 !important;

  font-size:1.18rem !important;
  line-height:1.45 !important;
  font-weight:600 !important;

  color:#334155 !important;
}

.re-mueller-entwurf .contact-btn{
  margin-top:22px !important;
}
/* Kontakt-Kachel deutlich kompakter */

.re-mueller-entwurf .contact-card{
  height:auto !important;
}

.re-mueller-entwurf .contact-card-inner{
  padding:26px 28px !important;
}

.re-mueller-entwurf .contact-item{
  margin-bottom:12px !important;
}

.re-mueller-entwurf .contact-btn{
  margin-top:14px !important;
}

.re-mueller-entwurf .contact-card h3{
  margin-bottom:18px !important;
}

/* Verfahren & Qualität: Fließtext wie Leistungsspektrum */

.re-mueller-entwurf #verfahren .section-intro p{
  font-size:1.70rem !important;
  line-height:1.75 !important;
  font-weight:500 !important;
  color:#475569 !important;
  max-width:950px !important;
}

/* Nur Schriftgröße Verfahren & Qualität */

.re-mueller-entwurf #verfahren .service-card p{
  font-size:1.28rem !important;
  line-height:1.55 !important;
  font-weight:600 !important;
}

/* Leistungsspektrum: obere Linie exakt an Kachel angepasst */

.re-mueller-entwurf #leistungen 
.grid-3.services-clean 
> article.service-clean{
  overflow:hidden !important;
}

.re-mueller-entwurf #leistungen 
.grid-3.services-clean 
> article.service-clean::before{

  content:"" !important;

  position:absolute !important;

  top:0 !important;
  left:0 !important;
  right:0 !important;

  height:6px !important;

  border-radius:
    28px 28px 14px 14px !important;

  background:
    linear-gradient(
      90deg,
      #1D4ED8 0%,
      #2563EB 25%,
      #60A5FA 55%,
      #93C5FD 100%
    ) !important;

  box-shadow:
    0 2px 12px rgba(37,99,235,.28) !important;
}
/* Verfahren & Qualität: gleiche blaue Oberkante wie Leistungsspektrum */

.re-mueller-entwurf #verfahren .grid-3 > article.service-card{
  position:relative !important;
  overflow:hidden !important;
}

.re-mueller-entwurf #verfahren .grid-3 > article.service-card .verfahren-topline{
  display:none !important;
}

.re-mueller-entwurf #verfahren .grid-3 > article.service-card::after{
  z-index:5 !important;
}

.re-mueller-entwurf #verfahren .grid-3 > article.service-card{
  background-image:
    linear-gradient(
      90deg,
      #1D4ED8 0%,
      #2563EB 25%,
      #60A5FA 55%,
      #93C5FD 100%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,.98),
      rgba(248,250,252,.98)
    ) !important;

  background-size:
    100% 6px,
    100% 100% !important;

  background-position:
    top left,
    center !important;

  background-repeat:
    no-repeat,
    no-repeat !important;
}

/* =========================
   Standortbereich
========================= */

.re-mueller-entwurf .location-section{
  padding:120px 0 !important;

  background:
    linear-gradient(
      180deg,
      #F8FAFC 0%,
      #EEF2F7 100%
    ) !important;
}

.re-mueller-entwurf .location-grid{
  display:grid !important;
  grid-template-columns:1fr 1.15fr !important;
  gap:56px !important;
  align-items:center !important;
}

.re-mueller-entwurf .location-content h2{
  margin-bottom:24px !important;
}

.re-mueller-entwurf .location-content p{
  font-size:1.15rem !important;
  line-height:1.8 !important;
  color:#475569 !important;

  max-width:620px !important;

  margin-bottom:38px !important;
}

.re-mueller-entwurf .location-info{
  display:flex !important;
  flex-direction:column !important;
  gap:22px !important;
}

.re-mueller-entwurf .location-item{
  background:#FFFFFF !important;

  padding:24px 28px !important;

  border-radius:24px !important;

  border:1px solid rgba(203,213,225,.6) !important;

  box-shadow:
    0 18px 42px rgba(15,23,42,.06) !important;
}

.re-mueller-entwurf .location-item strong{
  display:block !important;

  font-size:.92rem !important;
  font-weight:800 !important;

  letter-spacing:.08em !important;
  text-transform:uppercase !important;

  color:#2563EB !important;

  margin-bottom:10px !important;
}

.re-mueller-entwurf .location-item span{
  font-size:1.08rem !important;
  line-height:1.7 !important;
  font-weight:600 !important;

  color:#1E293B !important;
}

.re-mueller-entwurf .location-map{
  position:relative !important;

  overflow:hidden !important;

  border-radius:34px !important;

  min-height:560px !important;

  border:1px solid rgba(203,213,225,.55) !important;

  box-shadow:
    0 35px 70px rgba(15,23,42,.10) !important;
}

.re-mueller-entwurf .location-map iframe{
  width:100% !important;
  height:100% !important;

  min-height:560px !important;

  border:none !important;

  filter:
    grayscale(.15)
    contrast(1.05)
    saturate(.92);
}

/* Responsive */

@media (max-width:980px){

  .re-mueller-entwurf .location-grid{
    grid-template-columns:1fr !important;
  }

  .re-mueller-entwurf .location-map{
    min-height:420px !important;
  }

  .re-mueller-entwurf .location-map iframe{
    min-height20px !important;
  }

}

/* Kontakt-Kachel kompakter */

.re-mueller-entwurf .contact-card-inner{
  padding:24px 26px !important;
}

.re-mueller-entwurf .contact-card h3{
  margin-bottom:18px !important;
}

.re-mueller-entwurf .contact-item{
  margin-bottom:12px !important;
}

.re-mueller-entwurf .contact-item span{
  display:block !important;

  margin-bottom:2px !important;

  line-height:1.2 !important;
}

.re-mueller-entwurf .contact-item a,
.re-mueller-entwurf .contact-item p{
  margin:0 !important;

  line-height:1.35 !important;
}

.re-mueller-entwurf .contact-btn{
  margin-top:16px !important;
}

/* Kontakt: Abstand Telefon & E-Mail korrigieren */

.re-mueller-entwurf .contact-item span{
  margin-bottom:0 !important;
}

.re-mueller-entwurf .contact-item a{
  display:block !important;

  margin-top:2px !important;
}

.re-mueller-entwurf .location-map{
  position:relative;
}

.re-mueller-entwurf .map-overlay{
  position:absolute;

  inset:0;

  z-index:2;

  border-radius:28px;
}

.re-mueller-entwurf .contact-item

.re-mueller-entwurf .location-map{
  position:relative;
}

.re-mueller-entwurf .map-overlay{
  position:absolute;

  inset:0;

  z-index:2;

  border-radius:28px;
}

.re-mueller-entwurf .location-map iframe{
  width:100% !important;

  height:300px !important;

  border:0 !important;

  border-radius:28px !important;

  display:block !important;
}

/* =========================
   STANDORTKARTE FINAL KLEIN
   OpenStreetMap kompakt
========================= */

.re-mueller-entwurf .location-section{
  padding:70px 0 !important;
}

.re-mueller-entwurf .location-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:42px !important;
  align-items:center !important;
}

.re-mueller-entwurf .location-map{
  position:relative !important;

  width:100% !important;

  height:240px !important;
  min-height:240px !important;
  max-height:240px !important;

  overflow:hidden !important;

  border-radius:28px !important;

  border:1px solid rgba(203,213,225,.65) !important;

  box-shadow:
    0 18px 42px rgba(15,23,42,.10) !important;
}

.re-mueller-entwurf .location-map iframe{
  display:block !important;

  width:100% !important;

  height:240px !important;
  min-height:240px !important;
  max-height:240px !important;

  border:0 !important;

  border-radius:28px !important;
}

.re-mueller-entwurf .map-overlay{
  position:absolute !important;

  inset:0 !important;

  z-index:5 !important;

  border-radius:28px !important;

  pointer-events:auto !important;
}

/* Tablet */

@media (max-width:980px){

  .re-mueller-entwurf .location-grid{
    grid-template-columns:1fr !important;
  }

  .re-mueller-entwurf .location-map,
  .re-mueller-entwurf .location-map iframe{
    height:240px !important;
    min-height:240px !important;
    max-height:240px !important;
  }

}

/* Mobile */

@media (max-width:680px){

  .re-mueller-entwurf .location-section{
    padding:56px 0 !important;
  }

  .re-mueller-entwurf .location-map,
  .re-mueller-entwurf .location-map iframe{
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
  }

}

/* =================================================
   STANDORTBEREICH FINAL
   Kompakt, ausgewogen, professionelle B2B-Optik
================================================= */

.re-mueller-entwurf .location-section{
  padding:82px 0 86px !important;

  background:
    linear-gradient(
      180deg,
      #F8FAFC 0%,
      #EEF2F7 100%
    ) !important;
}

.re-mueller-entwurf .location-grid{
  display:grid !important;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(360px, .95fr) !important;

  gap:48px !important;

  align-items:center !important;
}

/* Linke Textseite */

.re-mueller-entwurf .location-content{
  max-width:620px !important;
}

.re-mueller-entwurf .location-content h2{
  margin-bottom:20px !important;

  line-height:1.08 !important;
}

.re-mueller-entwurf .location-content p{
  max-width:620px !important;

  margin-bottom:28px !important;

  font-size:1.08rem !important;
  line-height:1.75 !important;
  font-weight:500 !important;

  color:#475569 !important;
}

/* Infokarten */

.re-mueller-entwurf .location-info{
  display:grid !important;

  grid-template-columns:repeat(2,minmax(0,1fr)) !important;

  gap:16px !important;
}

.re-mueller-entwurf .location-item{
  background:#FFFFFF !important;

  padding:20px 22px !important;

  border-radius:22px !important;

  border:1px solid rgba(203,213,225,.7) !important;

  box-shadow:
    0 14px 34px rgba(15,23,42,.06) !important;
}

.re-mueller-entwurf .location-item strong{
  display:block !important;

  margin-bottom:8px !important;

  font-size:.82rem !important;
  font-weight:800 !important;

  letter-spacing:.08em !important;
  text-transform:uppercase !important;

  color:#2563EB !important;
}

.re-mueller-entwurf .location-item span{
  font-size:1rem !important;
  line-height:1.65 !important;
  font-weight:600 !important;

  color:#1E293B !important;
}

/* Rechte Kartenseite */

.re-mueller-entwurf .location-map{
  position:relative !important;

  width:100% !important;

  height:315px !important;
  min-height:315px !important;
  max-height:315px !important;

  overflow:hidden !important;

  border-radius:30px !important;

  border:1px solid rgba(203,213,225,.72) !important;

  background:#E2E8F0 !important;

  box-shadow:
    0 26px 56px rgba(15,23,42,.12) !important;
}

.re-mueller-entwurf .location-map iframe{
  display:block !important;

  width:100% !important;

  height:315px !important;
  min-height:315px !important;
  max-height:315px !important;

  border:0 !important;

  border-radius:30px !important;

  filter:
    grayscale(.10)
    contrast(1.04)
    saturate(.94) !important;
}

/* Unsichtbares Overlay verhindert Mausrad-Zoom */

.re-mueller-entwurf .map-overlay{
  position:absolute !important;

  inset:0 !important;

  z-index:5 !important;

  border-radius:30px !important;

  pointer-events:auto !important;
}

/* Tablet */

@media (max-width:980px){

  .re-mueller-entwurf .location-grid{
    grid-template-columns:1fr !important;

    gap:34px !important;
  }

  .re-mueller-entwurf .location-content{
    max-width:100% !important;
  }

  .re-mueller-entwurf .location-map,
  .re-mueller-entwurf .location-map iframe{
    height:300px !important;
    min-height:300px !important;
    max-height:300px !important;
  }

}

/* Mobile */

@media (max-width:680px){

  .re-mueller-entwurf .location-section{
    padding:64px 0 68px !important;
  }

  .re-mueller-entwurf .location-info{
    grid-template-columns:1fr !important;
  }

  .re-mueller-entwurf .location-map,
  .re-mueller-entwurf .location-map iframe{
    height:240px !important;
    min-height:240px !important;
    max-height:240px !important;
  }

  .re-mueller-entwurf .location-map,
  .re-mueller-entwurf .location-map iframe,
  .re-mueller-entwurf .map-overlay{
    border-radius:24px !important;
  }

}

/* =========================================
   VERFAHREN-KARTEN
   Erweiterung sichtbar machen
========================================= */

/* Karten interaktiv */
.re-mueller-entwurf #verfahren .service-card{
  cursor:pointer !important;
  position:relative !important;
  overflow:hidden !important;
}

/* Mehr-erfahren Hinweis */
.re-mueller-entwurf #verfahren .service-card .card-inner::after{
  content:"Mehr erfahren →";

  display:block;

  margin-top:18px;

  font-size:.92rem;
  font-weight:800;

  letter-spacing:.02em;

  color:#2563EB;

  opacity:.82;

  transition:
    transform .25s ease,
    opacity .25s ease;
}

/* Hover */
.re-mueller-entwurf #verfahren .service-card:hover .card-inner::after{
  transform:translateX(6px);

  opacity:1;
}

/* Karte hebt sich stärker */
.re-mueller-entwurf #verfahren .service-card:hover{
  transform:translateY(-10px) !important;

  box-shadow:
    0 36px 90px rgba(15,23,42,.18),
    0 14px 34px rgba(37,99,235,.12) !important;
}

/* Mehrtext weich einblenden */
.re-mueller-entwurf #verfahren .service-more{
  transition:
    max-height .38s ease,
    opacity .32s ease,
    margin-top .32s ease !important;
}

/* Mobile */
@media (max-width:900px){

  .re-mueller-entwurf #verfahren .service-card .card-inner::after{
    font-size:.86rem;
  }

}

/* =========================================
   VERFAHREN-KARTEN
   Nur aktive Karte erweitern
========================================= */

.re-mueller-entwurf #verfahren .grid-3{
  align-items:start !important;
}

.re-mueller-entwurf #verfahren .service-card{
  height:auto !important;
  align-self:start !important;
}

/* Zusatztext standardmäßig verstecken */
.re-mueller-entwurf #verfahren .service-more{
  max-height:0 !important;
  overflow:hidden !important;
  opacity:0 !important;

  transition:
    max-height .35s ease,
    opacity .35s ease,
    margin-top .35s ease !important;
}

/* Nur aktive Karte erweitern */
.re-mueller-entwurf #verfahren .service-card:hover .service-more{
  max-height:320px !important;
  opacity:1 !important;
  margin-top:16px !important;
}

/* =================================================
   LEISTUNGEN: Bilder wie bei Verfahren & Qualität
   Ganz unten einfügen
================================================= */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean{
  position:relative !important;

  padding-right:230px !important;

  min-height:285px !important;

  overflow:hidden !important;
}

/* gemeinsames Bild-Element rechts in jeder Kachel */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean::after{
  content:"" !important;

  display:block !important;

  position:absolute !important;

  right:28px !important;
  top:50% !important;

  transform:translateY(-50%) !important;

  width:170px !important;
  height:170px !important;

  border-radius:50% !important;

  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;

  border:4px solid rgba(255,255,255,.88) !important;

  box-shadow:
    0 18px 42px rgba(15,23,42,.22) !important;

  z-index:5 !important;
}

/* Text über Bild-Ebene halten */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean h3,
.re-mueller-entwurf #leistungen .services-clean > article.service-clean p,
.re-mueller-entwurf #leistungen .services-clean > article.service-clean ul,
.re-mueller-entwurf #leistungen .services-clean > article.service-clean .service-clean-number{
  position:relative !important;
  z-index:10 !important;
}

/* 01 Beratung */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean:nth-child(1)::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/farbberatung_kachel_b2b.jpg") !important;
}

/* 02 Vorbehandlung */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean:nth-child(2)::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/spritzentfettung.jpg") !important;
}

/* 03 Serienfertigung und Einzelstücke */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean:nth-child(3)::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/serienfertigung_einzelstuecke_kachel.jpg") !important;
}

/* 04 Pulverbeschichtung */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean:nth-child(4)::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtung_kachel_6bilder.jpg") !important;
}

/* 05 Maskieren & Abdecken */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean:nth-child(5)::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/webseite_produktbild.jpg") !important;
}

/* 06 Qualitätskontrolle & Logistik */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean:nth-child(6)::after{
  background-image:url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/schichtdickenkontrolle_kachel.jpg") !important;
}

/* Hover wie bei Verfahren: leicht größer */

.re-mueller-entwurf #leistungen .services-clean > article.service-clean:hover::after{
  width:182px !important;
  height:182px !important;
}

/* Mobile: Bild oben zentriert, Text darunter */

@media (max-width:900px){

  .re-mueller-entwurf #leistungen .services-clean > article.service-clean{
    padding:235px 26px 30px 26px !important;
    min-height:auto !important;
  }

  .re-mueller-entwurf #leistungen .services-clean > article.service-clean::after{
    top:42px !important;
    left:50% !important;
    right:auto !important;

    transform:translateX(-50%) !important;

    width:150px !important;
    height:150px !important;
  }

  .re-mueller-entwurf #leistungen .services-clean > article.service-clean:hover::after{
    width:158px !important;
    height:158px !important;
  }

}

/* =========================================
   Beratungskachel Bild kräftiger
========================================= */

.re-mueller-entwurf #leistungen 
.services-clean 
> article.service-clean:nth-child(1)::after{

  opacity:1 !important;

  filter:
    saturate(1.18)
    contrast(1.12)
    brightness(1.04) !important;

  border:4px solid rgba(255,255,255,.96) !important;

  box-shadow:
    0 22px 48px rgba(15,23,42,.24) !important;
}

/* OpenStreetMap bedienbar,
   aber ohne Mausrad-Zoom */

.re-mueller-entwurf .map-overlay{
  pointer-events:none !important;
}

/* Leaflet Standortkarte sichtbar machen */

.re-mueller-entwurf .leaflet-location-map{
  height:315px !important;
  min-height:315px !important;
  max-height:315px !important;
  overflow:hidden !important;
  border-radius:30px !important;
}

.re-mueller-entwurf .re-leaflet-map{
  width:100% !important;
  height:315px !important;
  min-height:315px !important;
  display:block !important;
  border-radius:30px !important;
  z-index:1 !important;
}

.re-mueller-entwurf .leaflet-container{
  width:100% !important;
  height:315px !important;
  border-radius:30px !important;
}

.re-mueller-entwurf .leaflet-control-layers,
.re-mueller-entwurf .leaflet-control-zoom{
  border:none !important;
  border-radius:14px !important;
  overflow:hidden !important;
  box-shadow:0 12px 28px rgba(15,23,42,.16) !important;
}

.re-mueller-entwurf .leaflet-control-zoom a{
  width:38px !important;
  height:38px !important;
  line-height:38px !important;
}

/* ==========================================
   WEBSITE HINTERGRUND
   Pulverbeschichtungsstruktur dezent
========================================== */

html,
body{
  background:#EEF2F7 !important;
}

.re-mueller-entwurf{
  position:relative !important;
  isolation:isolate !important;
  background:transparent !important;
}

/* Hintergrundbild */
.re-mueller-entwurf::before{
  content:"";
  position:fixed !important;
  inset:0 !important;
  z-index:-2 !important;

  background-image:
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp");

  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;

  opacity:.12 !important;

  pointer-events:none !important;
}

/* Weiche helle Ebene für Lesbarkeit */
.re-mueller-entwurf::after{
  content:"";
  position:fixed !important;
  inset:0 !important;
  z-index:-1 !important;

  background:
    linear-gradient(
      180deg,
      rgba(248,250,252,.90) 0%,
      rgba(255,255,255,.92) 40%,
      rgba(248,250,252,.88) 100%
    );

  pointer-events:none !important;
}

/* ==========================================
   FINALER WEBSITE-HINTERGRUND
   Pulverbeschichtungsstruktur
========================================== */

/* Gesamte Seite */
body{
  background-image:
    linear-gradient(
      rgba(248,250,252,.92),
      rgba(248,250,252,.92)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp") !important;

  background-size:cover !important;
  background-position:center top !important;
  background-repeat:repeat !important;
  background-attachment:fixed !important;
}

/* Elementor überschreibt oft Hintergründe */
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap{
  background-color:transparent !important;
}

/* Hauptwrapper transparent */
.re-mueller-entwurf{
  background:transparent !important;
}

/* Bereiche leicht transparent,
   damit die Struktur sichtbar bleibt */

.re-mueller-entwurf #leistungen,
.re-mueller-entwurf .light-section,
.re-mueller-entwurf .location-section{
  background:
    rgba(248,250,252,.84) !important;

  backdrop-filter:blur(1px);
}

.re-mueller-entwurf #branchen,
.re-mueller-entwurf #kontakt,
.re-mueller-entwurf #unternehmen{
  background:
    rgba(255,255,255,.78) !important;

  backdrop-filter:blur(1px);
}

/* Karten weiterhin sauber lesbar */

.re-mueller-entwurf .card,
.re-mueller-entwurf .service-clean,
.re-mueller-entwurf .contact-card-inner,
.re-mueller-entwurf .location-item{
  background:
    rgba(255,255,255,.94) !important;
}

/* =================================================
   SICHTBARER HINTERGRUND
   Pulverbeschichtungsstruktur direkt auf Sektionen
================================================= */

/* Standard-helle Inhaltsbereiche mit Struktur */

.re-mueller-entwurf #leistungen,
.re-mueller-entwurf #verfahren,
.re-mueller-entwurf #branchen,
.re-mueller-entwurf #unternehmen,
.re-mueller-entwurf .location-section{
  background-image:
    linear-gradient(
      rgba(248,250,252,.76),
      rgba(248,250,252,.76)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp") !important;

  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
}

/* Kontaktbereich bewusst etwas dunkler lassen */

.re-mueller-entwurf #kontakt{
  background:transparent !important;
}

/* Karten bleiben lesbar und heben sich ab */

.re-mueller-entwurf .card,
.re-mueller-entwurf .service-clean,
.re-mueller-entwurf .location-item,
.re-mueller-entwurf .contact-card-inner{
  background:
    rgba(255,255,255,.94) !important;

  backdrop-filter:blur(2px) !important;
}

/* Falls Elementor weiße Wrapper darüberlegt */

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container,
.re-mueller-entwurf{
  background:transparent !important;
}

/* ==========================================
   LEISTUNGEN
   Symbole oben links entfernen
========================================== */

.re-mueller-entwurf 
#leistungen 
.service-clean-number{
  display:none !important;
}

/* Abstand oben korrigieren */
.re-mueller-entwurf 
#leistungen 
.service-clean{
  padding-top:28px !important;
}

/* =========================================================
   R.E. Müller – Pulverstruktur global im Entwurfsbereich
   Sicherer Ansatz: Hintergrund liegt auf .re-mueller-entwurf
   Hero wird optisch ausgespart
   ========================================================= */

.re-mueller-entwurf {
  position: relative;
  isolation: isolate;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.86),
      rgba(255, 255, 255, 0.86)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp");

  background-size: cover;
  background-position: center top;
  background-repeat: repeat-y;
}

/* Hero optisch sauber halten, ohne Breite oder Layout zu verändern */
.re-mueller-entwurf > *:first-child {
  background: #ffffff;
}

/* =========================================================
   R.E. Müller – Kontaktbereich für Pulverstruktur freigeben
   Wenn Kontakt eigene weiße Flächen über dem Hintergrund hat
   ========================================================= */

/* Kontakt-Abschnitt selbst transparent machen */
.re-mueller-entwurf #kontakt,
.re-mueller-entwurf .kontakt,
.re-mueller-entwurf [id*="kontakt"],
.re-mueller-entwurf [class*="kontakt"] {
  background: transparent !important;
}

/* Innere Elementor-Container im Kontakt transparent machen */
.re-mueller-entwurf #kontakt .elementor-container,
.re-mueller-entwurf #kontakt .elementor-column,
.re-mueller-entwurf #kontakt .elementor-widget-wrap,
.re-mueller-entwurf #kontakt .elementor-widget-container,
.re-mueller-entwurf [id*="kontakt"] .elementor-container,
.re-mueller-entwurf [id*="kontakt"] .elementor-column,
.re-mueller-entwurf [id*="kontakt"] .elementor-widget-wrap,
.re-mueller-entwurf [id*="kontakt"] .elementor-widget-container {
  background: transparent !important;
}

/* Nur echte Kontaktkarten dürfen weiß bleiben */
.re-mueller-entwurf #kontakt .contact-card,
.re-mueller-entwurf #kontakt .kontakt-card,
.re-mueller-entwurf [id*="kontakt"] .contact-card,
.re-mueller-entwurf [id*="kontakt"] .kontakt-card {
  background: #ffffff !important;
}

/* =========================================================
   R.E. Müller – Pulverstruktur im Kontaktabschnitt
   Ziel: gesamte Fläche zwischen Unternehmen & Standort
   ========================================================= */

.re-mueller-entwurf #kontakt {
  position: relative;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.78),
      rgba(255,255,255,0.78)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp") !important;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Kontaktkachel bewusst unverändert lassen */
.re-mueller-entwurf #kontakt .contact-card {
  background: #ffffff;
}

/* =========================================================
   R.E. Müller – Kontaktbereich an übrige Pulverstruktur angleichen
   Nur Feinanpassung, nichts ersetzen
   ========================================================= */

.re-mueller-entwurf #kontakt {
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-y !important;
  background-blend-mode: normal !important;
}

/* =========================================================
   TEST – Kontaktbereich exakt wie Unternehmen übernehmen
   ========================================================= */

.re-mueller-entwurf #kontakt {
  background: inherit !important;
}

/* =========================================================
   R.E. Müller – gleiche Pulverstruktur-Skalierung
   Nur Kontakt + Standort angleichen
   ========================================================= */

.re-mueller-entwurf #kontakt,
.re-mueller-entwurf #standort {
  background-size: 1600px auto !important;
  background-position: center top !important;
  background-repeat: repeat !important;
}

/* =========================================================
   R.E. Müller – Pulverstruktur im Kontakt-HINTERGRUND sichtbar machen
   Nur Hintergrundfläche, keine Kacheländerung
   ========================================================= */

.re-mueller-entwurf #kontakt {
  background-color: transparent !important;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.82),
      rgba(255,255,255,0.82)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp") !important;

  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-y !important;
}

/* =========================================================
   R.E. Müller – Pulverstruktur überall gleich & etwas dunkler
   Nur Hintergrund-Anpassung
   ========================================================= */

.re-mueller-entwurf #leistungen,
.re-mueller-entwurf #verfahren,
.re-mueller-entwurf #branchen,
.re-mueller-entwurf #unternehmen,
.re-mueller-entwurf #kontakt,
.re-mueller-entwurf #standort {
  background-image:
    linear-gradient(
      rgba(255,255,255,0.76),
      rgba(255,255,255,0.76)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp") !important;

  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-y !important;
}

/* =========================================================
   R.E. Müller – Pulverstruktur überall identisch
   Einheitlich + deutlich dunkler
   ========================================================= */

.re-mueller-entwurf #leistungen,
.re-mueller-entwurf #verfahren,
.re-mueller-entwurf #branchen,
.re-mueller-entwurf #unternehmen,
.re-mueller-entwurf #kontakt,
.re-mueller-entwurf #standort {
  background-image:
    linear-gradient(
      rgba(255,255,255,0.62),
      rgba(255,255,255,0.62)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp") !important;

  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-y !important;
}

/* =========================================================
   R.E. Müller – Pulverstruktur über komplette Bildschirmbreite
   Sicher: verändert NICHT Hero oder Contentbreite
   ========================================================= */

.re-mueller-entwurf #leistungen,
.re-mueller-entwurf #verfahren,
.re-mueller-entwurf #branchen,
.re-mueller-entwurf #unternehmen,
.re-mueller-entwurf #kontakt,
.re-mueller-entwurf #standort {
  position: relative;
  z-index: 1;
}

/* Full-Width-Hintergrund nur optisch */
.re-mueller-entwurf #leistungen::before,
.re-mueller-entwurf #verfahren::before,
.re-mueller-entwurf #branchen::before,
.re-mueller-entwurf #unternehmen::before,
.re-mueller-entwurf #kontakt::before,
.re-mueller-entwurf #standort::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;

  left: 50%;
  width: 100vw;
  transform: translateX(-50%);

  z-index: -1;
  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.62),
      rgba(255,255,255,0.62)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp");

  background-size: cover;
  background-position: center top;
  background-repeat: repeat-y;
}

/* =========================================================
   R.E. Müller – Hintergrund-Reset
   Nur Hero + Leistungen behalten Hintergrund
   ========================================================= */

/* Verfahren */
.re-mueller-entwurf #verfahren {
  background: transparent !important;
  background-image: none !important;
}

/* Branchen */
.re-mueller-entwurf #branchen {
  background: transparent !important;
  background-image: none !important;
}

/* Unternehmen */
.re-mueller-entwurf #unternehmen {
  background: transparent !important;
  background-image: none !important;
}

/* Kontakt */
.re-mueller-entwurf #kontakt {
  background: transparent !important;
  background-image: none !important;
}

/* Standort */
.re-mueller-entwurf #standort {
  background: transparent !important;
  background-image: none !important;
}

/* Sicherheit: keine Pseudo-Hintergründe */
.re-mueller-entwurf #verfahren::before,
.re-mueller-entwurf #branchen::before,
.re-mueller-entwurf #unternehmen::before,
.re-mueller-entwurf #kontakt::before,
.re-mueller-entwurf #standort::before {
  display: none !important;
  content: none !important;
}

/* =========================================================
   R.E. Müller – Leistungen-Hintergrund auf gesamte Seite erweitern
   Alle Bereiche scrollen über denselben Hintergrund
   ========================================================= */

/* Leistungen bleibt Referenz-Hintergrund */
.re-mueller-entwurf #leistungen {
  position: relative;
  z-index: 1;
}

/* Gemeinsamer Hintergrund ab Leistungen bis Standort */
.re-mueller-entwurf #leistungen::after {
  content: "";
  position: absolute;

  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100vw;

  /* sehr groß, damit alle Bereiche darunter abgedeckt werden */
  height: 700vh;

  z-index: -1;
  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.62),
      rgba(255,255,255,0.62)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp");

  background-size: cover;
  background-position: center top;
  background-repeat: repeat-y;
}

/* Alle Folge-Bereiche transparent,
   damit der Leistungen-Hintergrund sichtbar bleibt */
.re-mueller-entwurf #verfahren,
.re-mueller-entwurf #branchen,
.re-mueller-entwurf #unternehmen,
.re-mueller-entwurf #kontakt,
.re-mueller-entwurf #standort {
  background: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 1;
}

/* =========================================================
   R.E. Müller – Alle Bereiche transparent
   Nur Hero + Leistungen behalten Hintergrund
   ========================================================= */

/* Verfahren */
.re-mueller-entwurf #verfahren {
  background: transparent !important;
  background-image: none !important;
}

/* Branchen */
.re-mueller-entwurf #branchen {
  background: transparent !important;
  background-image: none !important;
}

/* Unternehmen */
.re-mueller-entwurf #unternehmen {
  background: transparent !important;
  background-image: none !important;
}

/* Kontakt */
.re-mueller-entwurf #kontakt {
  background: transparent !important;
  background-image: none !important;
}

/* Standort */
.re-mueller-entwurf #standort {
  background: transparent !important;
  background-image: none !important;
}

/* Sicherheit: eventuell vorhandene Pseudo-Hintergründe entfernen */
.re-mueller-entwurf #verfahren::before,
.re-mueller-entwurf #branchen::before,
.re-mueller-entwurf #unternehmen::before,
.re-mueller-entwurf #kontakt::before,
.re-mueller-entwurf #standort::before {
  content: none !important;
  display: none !important;
}

/* =========================================================
   R.E. Müller – Feststehender Pulverstruktur-Hintergrund
   Verhalten wie Bereich Leistungen
   ========================================================= */

/* Verfahren */
.re-mueller-entwurf #verfahren,

/* Branchen */
.re-mueller-entwurf #branchen,

/* Unternehmen */
.re-mueller-entwurf #unternehmen,

/* Kontakt */
.re-mueller-entwurf #kontakt,

/* Standort */
.re-mueller-entwurf #standort {

  background-image:
    linear-gradient(
      rgba(255,255,255,0.62),
      rgba(255,255,255,0.62)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp") !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  /* DAS ist der entscheidende Effekt */
  background-attachment: fixed !important;
}

/* =========================================================
   R.E. Müller – Full Width Hintergrund OHNE Layoutbruch
   Nur Abschnittsfläche verbreitern
   ========================================================= */

.re-mueller-entwurf #leistungen,
.re-mueller-entwurf #verfahren,
.re-mueller-entwurf #branchen,
.re-mueller-entwurf #unternehmen,
.re-mueller-entwurf #kontakt,
.re-mueller-entwurf #standort {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* Inhalt bleibt normal zentriert */
.re-mueller-entwurf #leistungen > .container,
.re-mueller-entwurf #verfahren > .container,
.re-mueller-entwurf #branchen > .container,
.re-mueller-entwurf #unternehmen > .container,
.re-mueller-entwurf #kontakt > .container,
.re-mueller-entwurf #standort > .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* =========================================================
   R.E. Müller – globaler Pulverstruktur-Hintergrund
   Ein echter Hintergrund-Layer für ALLE Bereiche
   ========================================================= */

.re-mueller-entwurf {
  position: relative;
  background: transparent !important;
}

.re-mueller-entwurf .rem-global-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.62),
      rgba(255,255,255,0.62)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/pulverbeschichtungsstruktur_hintergrund.webp");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Gesamter Inhalt liegt über dem Hintergrund */
.re-mueller-entwurf > header,
.re-mueller-entwurf > main,
.re-mueller-entwurf > footer {
  position: relative;
  z-index: 1;
}

/* Hauptbereiche lassen den globalen Hintergrund durch */
.re-mueller-entwurf header,
.re-mueller-entwurf main,
.re-mueller-entwurf footer,
.re-mueller-entwurf section {
  background-color: transparent !important;
}

/* =========================================================
   R.E. Müller – Inhalte exakt an Hero-Bild ausrichten
   Hero/Footer bleiben unverändert
   ========================================================= */

.re-mueller-entwurf {
  --hero-align-width: 1460px;
}

/* Nur Inhaltsbereiche */
.re-mueller-entwurf #leistungen > .container,
.re-mueller-entwurf #verfahren > .container,
.re-mueller-entwurf #branchen > .container,
.re-mueller-entwurf #unternehmen > .container,
.re-mueller-entwurf #kontakt > .container,
.re-mueller-entwurf #standort > .container {
  max-width: var(--hero-align-width) !important;
  width: 100% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 0 !important;
  padding-right: 0 !important;

  box-sizing: border-box;
}

/* =========================================================
   R.E. Müller – BLAUE Überschriften vergrößern
   Schwarze Überschriften bleiben unverändert
   ========================================================= */

.re-mueller-entwurf .section-title,
.re-mueller-entwurf .blue-title,
.re-mueller-entwurf .eyebrow,
.re-mueller-entwurf h3 {
  font-size: clamp(2rem, 2.8vw, 2.8rem) !important;
  line-height: 1.15 !important;
}

/* =========================================================
   R.E. Müller – Kacheltexte EXTREM groß
   Leistungen + Verfahren & Qualität
   Ca. doppelte Größe
   ========================================================= */

/* ==========================
   Leistungen
   ========================== */

.re-mueller-entwurf #leistungen .service-clean h3,
.re-mueller-entwurf #leistungen .card h3 {
  font-size: 2.8rem !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

.re-mueller-entwurf #leistungen .service-clean p,
.re-mueller-entwurf #leistungen .card p {
  font-size: 1.9rem !important;
  line-height: 1.7 !important;
}

/* ==========================
   Verfahren & Qualität
   ========================== */

.re-mueller-entwurf #verfahren .card h3,
.re-mueller-entwurf #verfahren .fact h3 {
  font-size: 2.8rem !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

.re-mueller-entwurf #verfahren .card p,
.re-mueller-entwurf #verfahren .fact p {
  font-size: 1.9rem !important;
  line-height: 1.7 !important;
}

/* =========================================================
   R.E. Müller – Leistungskachel-Listen deutlich größer
   Exakt für: #leistungen .services-clean .service-clean .service-list li
   ========================================================= */

.re-mueller-entwurf main#top section#leistungen .container .grid-3.services-clean article.card.service-clean ul.service-list,
.re-mueller-entwurf main#top section#leistungen .container .grid-3.services-clean article.card.service-clean ul.service-list li {
  font-size: 2rem !important;
  line-height: 1.6 !important;
}

.re-mueller-entwurf main#top section#leistungen .container .grid-3.services-clean article.card.service-clean ul.service-list li {
  margin-bottom: 0.45em !important;
}

.re-mueller-entwurf main#top section#leistungen .container .grid-3.services-clean article.card.service-clean ul.service-list li::marker {
  font-size: 2rem !important;
}

/* =========================================================
   R.E. Müller – Verfahren & Qualität wie Leistungen
   Symbole entfernen + Überschriften links ausrichten
   ========================================================= */

/* Kleine Symbole entfernen */
.re-mueller-entwurf #verfahren .card-icon,
.re-mueller-entwurf #verfahren .fact-icon,
.re-mueller-entwurf #verfahren svg,
.re-mueller-entwurf #verfahren .icon {
  display: none !important;
}

/* Kachel-Inhalt links ausrichten */
.re-mueller-entwurf #verfahren .card,
.re-mueller-entwurf #verfahren .fact {
  text-align: left !important;
  align-items: flex-start !important;
}

/* Überschriften wie in Leistungen */
.re-mueller-entwurf #verfahren .card h3,
.re-mueller-entwurf #verfahren .fact h3 {
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;

  font-size: 2.8rem !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

/* =========================================================
   R.E. Müller – Verfahren-Überschriften wirklich links
   Ziel: h3.service-title-image
   ========================================================= */

.re-mueller-entwurf #verfahren .service-card {
  text-align: left !important;
}

.re-mueller-entwurf #verfahren .service-title-image {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;

  display: block !important;
  width: 100% !important;

  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;

  font-size: 2.8rem !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

/* =========================================================
   R.E. Müller – Verfahren-Überschrift wieder nach oben
   ========================================================= */

.re-mueller-entwurf #verfahren .service-title-image {
  position: absolute !important;
  top: 28px !important;
  left: 28px !important;
  right: auto !important;
  bottom: auto !important;

  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}

/* =========================================================
   R.E. Müller – Fließtext in Verfahren weiter nach unten
   Verhindert Überlagerung mit Überschrift
   ========================================================= */

.re-mueller-entwurf #verfahren .service-card p,
.re-mueller-entwurf #verfahren .card p,
.re-mueller-entwurf #verfahren .fact p {
  margin-top: 40px !important;
}

/* =========================================================
   R.E. Müller – Fließtext Unternehmen etwas kräftiger
   ========================================================= */

.re-mueller-entwurf #unternehmen p {
  font-weight: 350 !important;
}

/* =========================================================
   R.E. Müller – Fließtexte wie Unternehmen
   Gleiche Schriftart, Größe und Stärke
   ========================================================= */

/* Leistungen */
.re-mueller-entwurf #leistungen .section-intro p,

/* Verfahren & Qualität */
.re-mueller-entwurf #verfahren .section-intro p,

/* Branchen */
.re-mueller-entwurf #branchen > .container > p,
.re-mueller-entwurf #branchen .muted,

/* Kontakt */
.re-mueller-entwurf #kontakt .contact-left > p,

/* Standort Berlin */
.re-mueller-entwurf #standort .location-content > p {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 350 !important;
  line-height: inherit !important;
}

/* =========================================================
   R.E. Müller – GESAMTE Footer-Schrift doppelt so groß
   Erzwingt alle Texte im Footer
   ========================================================= */

.re-mueller-entwurf footer,
.re-mueller-entwurf footer *,
.re-mueller-entwurf footer a,
.re-mueller-entwurf footer p,
.re-mueller-entwurf footer span,
.re-mueller-entwurf footer strong,
.re-mueller-entwurf footer h3 {
  font-size: 2rem !important;
  line-height: 1.6 !important;
}

/* =========================================================
   R.E. Müller – Header-Schrift doppelt so groß
   ========================================================= */

.re-mueller-entwurf header,
.re-mueller-entwurf header a,
.re-mueller-entwurf header nav,
.re-mueller-entwurf header .nav-links a,
.re-mueller-entwurf header .menu-item {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}

/* =========================================================
   R.E. Müller – Firmenlogo im Header
   Ersetzt Textlogo
   ========================================================= */

.re-mueller-entwurf .header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.re-mueller-entwurf .header-logo img {
  height: 80px !important;
  width: auto !important;
  display: block;
  object-fit: contain;
}

/* Etwas Abstand zur Navigation */
.re-mueller-entwurf header .container {
  gap: 32px;
}

/* =========================================================
   R.E. Müller – Logo maximal nach links im Header
   ========================================================= */

.re-mueller-entwurf header .container {
  padding-left: 1px !important;
}

/* Logo ganz nach links drücken */
.re-mueller-entwurf .header-logo {
  margin-left: -100px !important;
}

/* =========================================================
   R.E. Müller – Hero-Fließtext wie andere Bereiche
   ========================================================= */

.re-mueller-entwurf .hero p,
.re-mueller-entwurf .hero-text,
.re-mueller-entwurf .hero-content p {
  font-family: inherit !important;
  font-size: 2rem !important;
  font-weight: 350 !important;
  line-height: 1.75 !important;
}

/* =========================================================
   R.E. Müller – Bild Unternehmen mehr Platz geben
   ========================================================= */

.re-mueller-entwurf #unternehmen .grid-2 {
  grid-template-columns: 1.15fr 0.85fr !important;
  gap: px !important;
}

/* Bild etwas größer darstellen */
.re-mueller-entwurf #unternehmen img {
  width: 100% !important;
  max-width: none !important;
  display: block;
}

/* =========================================================
   R.E. Müller – Hero-Inhalt weiter nach links
   Bild bleibt unverändert
   ========================================================= */

.re-mueller-entwurf .hero-content {
  margin-left: 130px !important;
}

/* =========================================================
   R.E. Müller – Unternehmen-Kachel mit Mehr erfahren
   ========================================================= */

.re-mueller-entwurf #unternehmen .company-card {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 42px 42px 88px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  min-height: 100%;
  box-sizing: border-box;
}

.re-mueller-entwurf #unternehmen .company-card h2 {
  margin-top: 12px;
}

.re-mueller-entwurf #unternehmen .company-card p {
  font-weight: 500;
}

.re-mueller-entwurf #unternehmen .company-more-toggle {
  display: none;
}

.re-mueller-entwurf #unternehmen .company-more-text {
  display: none;
  margin-top: 24px;
}

.re-mueller-entwurf #unternehmen .company-more-toggle:checked ~ .company-more-text {
  display: block;
}

.re-mueller-entwurf #unternehmen .company-more-button {
  position: absolute;
  left: 42px;
  bottom: 34px;
  cursor: pointer;
  font-weight: 700;
  color: var(--primary, #1f5eff);
}

.re-mueller-entwurf #unternehmen .company-more-toggle:checked ~ .company-more-button::after {
  content: " weniger";
}

.re-mueller-entwurf #unternehmen .company-more-toggle:not(:checked) ~ .company-more-button::after {
  content: "";
}

/* =========================================================
   R.E. Müller – Unternehmen Overlay statt langer Textleiste
   ========================================================= */

.re-mueller-entwurf #unternehmen .company-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 24px 70px rgba(15,23,42,0.14);
  box-sizing: border-box;
}

.re-mueller-entwurf #unternehmen .company-more-button {
  margin-top: 28px;
  border: 0;
  background: transparent;
  color: #1f5eff;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.re-mueller-entwurf #unternehmen .company-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(15,23,42,0.62);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.re-mueller-entwurf #unternehmen .company-overlay.is-open {
  display: flex;
}

.re-mueller-entwurf #unternehmen .company-overlay-inner {
  position: relative;
  width: min(920px, 92vw);
  max-height: 82vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 32px;
  padding: 56px;
  box-shadow: 0 40px 110px rgba(0,0,0,0.28);
}

.re-mueller-entwurf #unternehmen .company-close {
  position: absolute;
  top: 24px;
  right: 30px;
  border: 0;
  background: transparent;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

/* =========================================================
   R.E. Müller – Verfahren-Kacheln nur per Klick erweitern
   Hover-Erweiterung deaktivieren
   ========================================================= */

/* Automatische Hover-Erweiterung abschalten */
.re-mueller-entwurf #verfahren .service-card:hover,
.re-mueller-entwurf #verfahren .service-card:hover .card-inner,
.re-mueller-entwurf #verfahren .service-card:hover .service-more {
  transform: none !important;
}

/* Zusatztext standardmäßig ausblenden */
.re-mueller-entwurf #verfahren .service-card .service-more {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  margin-top: 0 !important;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin-top 0.25s ease;
}

/* Nur geklickte Kachel erweitert sich */
.re-mueller-entwurf #verfahren .service-card.is-open .service-more {
  max-height: 600px !important;
  opacity: 1 !important;
  margin-top: 24px !important;
}

/* Geöffnete Kachel bekommt etwas mehr Platz */
.re-mueller-entwurf #verfahren .service-card.is-open {
  min-height: 520px !important;
}

/* Button eindeutig klickbar machen */
.re-mueller-entwurf #verfahren .service-card .more-button,
.re-mueller-entwurf #verfahren .service-card .mehr-erfahren,
.re-mueller-entwurf #verfahren .service-card button,
.re-mueller-entwurf #verfahren .service-card a {
  cursor: pointer;
}

/* =========================================================
   R.E. Müller – Verfahren nur per Klick öffnen
   Ohne Bildposition zu verändern
   ========================================================= */

/* Hover-Erweiterung deaktivieren */
.re-mueller-entwurf #verfahren .service-card:hover .service-more {
  max-height: 0 !important;
  opacity: 0 !important;
  margin-top: 0 !important;
}

/* Zusatztext standardmäßig geschlossen */
.re-mueller-entwurf #verfahren .service-card .service-more {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  margin-top: 0 !important;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin-top 0.25s ease;
}

/* Nur geklickte Kachel öffnet Zusatztext */
.re-mueller-entwurf #verfahren .service-card.is-open .service-more {
  max-height: 700px !important;
  opacity: 1 !important;
  margin-top: 24px !important;
}

/* Kein Layout-/Bild-Eingriff */
.re-mueller-entwurf #verfahren .service-card {
  cursor: pointer;
}

/* =========================================================
   R.E. Müller – Leistungskachel-Text volle Breite
   ========================================================= */

.re-mueller-entwurf #leistungen .service-clean p,
.re-mueller-entwurf #leistungen .card p {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}

/* Kachel-Inhalt volle Breite nutzen */
.re-mueller-entwurf #leistungen .service-clean,
.re-mueller-entwurf #leistungen .card {
  align-items: stretch !important;
}

/* Textblock nicht künstlich begrenzen */
.re-mueller-entwurf #leistungen .service-clean .content,
.re-mueller-entwurf #leistungen .card .content {
  width: 100% !important;
  max-width: none !important;
}

/* =========================================================
   R.E. Müller – Bild Wareneingang ersetzen
   Greift auf Kachel UND mögliche Hintergrundebene
   ========================================================= */

.re-mueller-entwurf #verfahren .service-card.verfahren-wareneingang,
.re-mueller-entwurf #verfahren .service-card.verfahren-wareneingang::before,
.re-mueller-entwurf #verfahren .service-card.verfahren-wareneingang::after {
  background-image:
    linear-gradient(
      rgba(0,0,0,.28),
      rgba(0,0,0,.28)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/wareneingang_kachelbilder.jpg") !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* =========================================================
   R.E. Müller – Bild Maskieren & Vorhängen ersetzen
   ========================================================= */

.re-mueller-entwurf
#verfahren
.service-card.verfahren-maskieren,
.re-mueller-entwurf
#verfahren
.service-card.verfahren-maskieren::before,
.re-mueller-entwurf
#verfahren
.service-card.verfahren-maskieren::after {

  background-image:
    linear-gradient(
      rgba(0,0,0,.28),
      rgba(0,0,0,.28)
    ),
    url("https://www.xn--mller-pulverbeschichtung-vsc.de/wp-content/uploads/2026/05/maskieren_kachel_optimiert.webp") !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* =========================================================
   R.E. Müller – Schrift rechte Kontakt-Kachel vergrößern
   ========================================================= */

/* Überschrift der Kachel */
.re-mueller-entwurf #kontakt .contact-card h3 {
  font-size: 2rem !important;
}

/* Kategorien (Telefon, E-Mail usw.) */
.re-mueller-entwurf #kontakt .contact-item span {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
}

/* Inhalte */
.re-mueller-entwurf #kontakt .contact-item p,
.re-mueller-entwurf #kontakt .contact-item a {
  font-size: 1.35rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

/* Button etwas größer passend dazu */
.re-mueller-entwurf #kontakt .contact-btn {
  font-size: 1.2rem !important;
}

/* =========================================================
   R.E. Müller – Hero-Kacheln Untertexte deutlich größer
   ========================================================= */

.re-mueller-entwurf .hero-facts .fact span {
  font-size: 1.35rem !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

/* =========================================================
   R.E. Müller – Hero Buttons größer
   ========================================================= */

.re-mueller-entwurf .hero-actions .btn {
  font-size: 1.35rem !important;
  padding: 22px 42px !important;
  min-height: 72px !important;
  border-radius: 18px !important;
}

/* =========================================================
   R.E. Müller – Hero-Inhalt weiter nach oben
   Hero kompakter machen
   ========================================================= */

.re-mueller-entwurf .hero {
  min-height: 78vh !important;
}

.re-mueller-entwurf .hero-content {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  transform: translateY(-80px) !important;
}

/* =========================================================
   R.E. Müller – Hero-Kacheln 4-spaltig inkl. ISO
   ========================================================= */

.re-mueller-entwurf .hero-facts {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

/* Alle Kacheln gleich hoch */
.re-mueller-entwurf .hero-facts .fact {
  min-height: 100% !important;
}

/* ISO-Kachel */
.re-mueller-entwurf .fact-iso {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.re-mueller-entwurf .fact-iso .iso-logo {
  margin-bottom: 14px;
}

.re-mueller-entwurf .fact-iso img {
  width: 90px !important;
  height: auto !important;
  display: block;
}

/* =========================================================
   R.E. Müller – Hero-Kacheln kompakter
   ========================================================= */

.re-mueller-entwurf .hero-facts .fact {
  min-height: 180px !important;
  padding: 22px 20px !important;
}

/* Überschrift etwas kompakter */
.re-mueller-entwurf .hero-facts .fact strong {
  font-size: 1.35rem !important;
}

/* Untertext leicht kompakter */
.re-mueller-entwurf .hero-facts .fact span {
  font-size: 1.1rem !important;
  line-height: 1.35 !important;
}

Verstanden — wir behalten die 5. Kachel.

Statt sie zu entfernen machen wir:

✅ 5 Kacheln bleiben
✅ breiter wirken
✅ weiter nach unten Richtung Bildrand
✅ weniger langgezogen
✅ ruhiger / hochwertiger

Wir lösen das, indem wir:

die gesamte Kachelreihe weiter nach unten schieben
die Kacheln breiter machen
die Höhe kompakter halten

Bitte diesen Block ganz unten einfügen und den bisherigen Hero-Kachel-CSS überschreiben:

/* =========================================================
   R.E. Müller – Hero 5 Kacheln optimieren
   Breiter + weiter unten
   ========================================================= */

/* Kachelreihe weiter nach unten */
.re-mueller-entwurf .hero-facts {
  display: grid !important;

  grid-template-columns:
    repeat(5, minmax(210px, 1fr)) !important;

  gap: 18px !important;

  margin-top: 80pxpx !important;

  align-items: stretch !important;
}

/* Kacheln kompakter */
.re-mueller-entwurf .hero-facts .fact {
  min-height: 165px !important;

  padding: 22px 22px !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* Überschriften */
.re-mueller-entwurf .hero-facts .fact strong {
  font-size: 1.45rem !important;
}

/* Untertexte */
.re-mueller-entwurf .hero-facts .fact span {
  font-size: 1.08rem !important;
  line-height: 1.35 !important;
}

/* DEKRA-Kachel */
.re-mueller-entwurf .fact-dekra {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.re-mueller-entwurf .fact-dekra img {
  width: 120px !important;
  max-width: 85% !important;
  height: auto !important;
}

/* =========================================================
   R.E. Müller – Hero-Kachel Schrift deutlich größer
   ========================================================= */

/* Überschrift */
.re-mueller-entwurf .hero-facts .fact strong {
  font-size: 1.9rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}

/* Untertext */
.re-mueller-entwurf .hero-facts .fact span {
  font-size: 1.35rem !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

/* =========================================================
   R.E. Müller – Hero 5 Kacheln korrekt nebeneinander
   ========================================================= */

.re-mueller-entwurf .hero-facts {

  display: grid !important;

  /* exakt 5 gleich breite Spalten */
  grid-template-columns: repeat(5, 1fr) !important;

  gap: 16px !important;

  /* weiter nach unten */
  margin-top: 90px !important;

  width: 100% !important;

  align-items: stretch !important;
}

/* Kacheln größer und breiter wirken lassen */
.re-mueller-entwurf .hero-facts .fact {

  min-height: 185px !important;

  padding: 28px 24px !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* Überschrift größer */
.re-mueller-entwurf .hero-facts .fact strong {

  font-size: 1.85rem !important;

  line-height: 1.1 !important;
}

/* Untertext größer */
.re-mueller-entwurf .hero-facts .fact span {

  font-size: 1.22rem !important;

  line-height: 1.35 !important
  
}

/* =========================================================
   R.E. Müller – Hero 5 Kacheln gleich breit
   ISO/DEKRA-Kachel sichtbar
   ========================================================= */

.re-mueller-entwurf .hero-facts {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 90px !important;
  align-items: stretch !important;
}

.re-mueller-entwurf .hero-facts .fact {
  width: auto !important;
  min-width: 0 !important;
  min-height: 190px !important;
  padding: 26px 22px !important;
  box-sizing: border-box !important;
}

.re-mueller-entwurf .hero-facts .fact strong {
  font-size: 1.7rem !important;
  line-height: 1.15 !important;
}

.re-mueller-entwurf .hero-facts .fact span {
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
}

/* 5. Kachel mit DEKRA-Logo */
.re-mueller-entwurf .hero-facts .fact-dekra {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.re-mueller-entwurf .hero-facts .fact-dekra img {
  width: 130px !important;
  max-width: 90% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* =========================================================
   R.E. Müller – Kontakt-Kacheln wie Hero-Kacheln
   ========================================================= */

/* Überschriften */
.re-mueller-entwurf #kontakt .contact-feature strong {
  font-size: 1.7rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  font-family: inherit !important;
}

/* Fließtexte */
.re-mueller-entwurf #kontakt .contact-feature span {
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  font-family: inherit !important;
}

/* =========================================================
   R.E. Müller – Standortkarte volle Bereichshöhe
   ========================================================= */

/* Beide Spalten gleich hoch */
.re-mueller-entwurf .location-grid {
  align-items: stretch !important;
}

/* Kartencontainer volle Höhe */
.re-mueller-entwurf .location-map {
  height: auto !important;
  min-height: 100% !important;

  display: flex !important;
}

/* Leaflet-Karte füllt gesamten Bereich */
.re-mueller-entwurf .re-leaflet-map {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;

  border-radius: inherit !important;
}

/* Rechte Karte auf gleiche Höhe zwingen */
.re-mueller-entwurf .leaflet-location-map {
  height: auto !important;
  min-height: 100% !important;
}

/* =========================================================
   R.E. Müller – Standort-Kacheln wie Hero-Kacheln
   ========================================================= */

/* Überschriften */
.re-mueller-entwurf
#standort
.location-item strong {

  font-size: 1.7rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  font-family: inherit !important;
}

/* Fließtexte */
.re-mueller-entwurf
#standort
.location-item span {

  font-size: 1.15rem !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  font-family: inherit !important;
}

/* =========================================================
   R.E. Müller – Standort Anfahrt-Kachel + Overlay
   ========================================================= */

.re-mueller-entwurf #standort .location-info {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.re-mueller-entwurf #standort .location-route-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.re-mueller-entwurf #standort .route-help-button {
  margin-top: 18px;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  background: #1f5eff;
  color: #ffffff;
  font-weight: 700;

  font-size: 16px;

  cursor: pointer;
  text-align: left;
}

.re-mueller-entwurf .route-help-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15,23,42,0.72);
  backdrop-filter: blur(8px);
}

.re-mueller-entwurf .route-help-overlay.is-open {
  display: flex;
}

.re-mueller-entwurf .route-help-inner {
  position: relative;
  width: min(1400px, 96vw);
  max-height: 92vh;
}

.re-mueller-entwurf .route-help-inner img {
  width: 100%;
  max-height: 92vh;
  object-fit: contain;
  display: block;
  border-radius: 24px;
}

.re-mueller-entwurf .route-help-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

/* =========================================================
   R.E. Müller – Footer wieder sichtbar machen
   Sicherheits-Reset
   ========================================================= */

.re-mueller-entwurf footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 20 !important;
  min-height: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.re-mueller-entwurf footer .container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 21 !important;
}

/* =========================================================
   Nach oben Button – nur Desktop
   ========================================================= */

.rem-back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 99999;

  width: 58px;
  height: 58px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #1f5eff;
  color: #ffffff !important;
  text-decoration: none;

  font-size: 28px;
  font-weight: 700;
  line-height: 1;

  box-shadow: 0 16px 40px rgba(15,23,42,.25);
  transition: all .25s ease;
}

.rem-back-to-top:hover {
  transform: translateY(-4px);
  background: #1848c7;
}

/* Mobil ausblenden */

@media (max-width: 1024px) {
  .rem-back-to-top {
    display: none !important;
  }
}

/* Smooth Scroll */

html {
  scroll-behavior: smooth;
}/* =========================================================
   Nach oben Button – nur Desktop
   ========================================================= */

.rem-back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 99999;

  width: 58px;
  height: 58px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #1f5eff;
  color: #ffffff !important;
  text-decoration: none;

  font-size: 28px;
  font-weight: 700;
  line-height: 1;

  box-shadow: 0 16px 40px rgba(15,23,42,.25);
  transition: all .25s ease;
}

.rem-back-to-top:hover {
  transform: translateY(-4px);
  background: #1848c7;
}

/* Mobil ausblenden */

@media (max-width: 1024px) {
  .rem-back-to-top {
    display: none !important;
  }
}

/* Smooth Scroll */

html {
  scroll-behavior: smooth;
}

/* =========================================================
   R.E. Müller – OpenStreetMap / Leaflet sichtbar machen
   ========================================================= */

.re-mueller-entwurf .location-map {
  min-height: 520px !important;
  height: 520px !important;
  position: relative !important;
  overflow: hidden !important;
}

.re-mueller-entwurf .leaflet-location-map {
  min-height: 520px !important;
  height: 520px !important;
}

.re-mueller-entwurf #re-map,
.re-mueller-entwurf .re-leaflet-map {
  width: 100% !important;
  height: 520px !important;
  min-height: 520px !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
}

/* =========================================================
   OpenStreetMap volle Kartengröße
   ========================================================= */

.re-mueller-entwurf .location-map {
  position: relative !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;

  overflow: hidden !important;
  border-radius: 30px !important;
}

.re-mueller-entwurf .re-osm-iframe {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;

  border: 0 !important;
  display: block !important;
}

/* =========================================================
   Standortbereich – Karte volle Höhe erzwingen
   ========================================================= */

.re-mueller-entwurf .location-grid {
  align-items: stretch !important;
}

.re-mueller-entwurf .location-map,
.re-mueller-entwurf .leaflet-location-map {
  height: 620px !important;
  min-height: 620px !important;
}

.re-mueller-entwurf .re-osm-iframe {
  width: 100% !important;
  height: 620px !important;
  min-height: 620px !important;
}

/* =========================================================
   R.E. Müller – OSM Karte volle Kachelgröße
   ========================================================= */

.re-mueller-entwurf .location-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: stretch !important;
}

.re-mueller-entwurf .osm-map-wrap {
  width: 100% !important;
  height: 620px !important;
  min-height: 620px !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  display: block !important;
  position: relative !important;

  overflow: hidden !important;
  border-radius: 30px !important;
}

.re-mueller-entwurf .osm-map-wrap iframe,
.re-mueller-entwurf .osm-map-wrap .re-osm-iframe {
  width: 100% !important;
  height: 620px !important;
  min-height: 620px !important;

  display: block !important;
  border: 0 !important;
}

/* =========================================================
   Google Maps Button
   ========================================================= */

.re-mueller-entwurf .google-maps-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  margin-top:14px;
  padding:14px 20px;

  background:#1f5eff;
  color:#ffffff !important;

  border-radius:14px;
  text-decoration:none !important;

  font-size:15px;
  font-weight:700;
  line-height:1.2;

  transition:all .25s ease;
}

.re-mueller-entwurf .google-maps-button:hover{
  background:#1848c7;
  transform:translateY(-2px);
}

/* =========================================================
   Anfahrt-Kachel verbreitern + Buttons nebeneinander
   ========================================================= */

.re-mueller-entwurf .location-route-item {
  min-width: 300px !important;
}

.re-mueller-entwurf .location-route-item .location-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  margin-top: 14px;
}

.re-mueller-entwurf .route-help-button,
.re-mueller-entwurf .google-maps-button {
  white-space: nowrap;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .re-mueller-entwurf .location-route-item {
    min-width: auto !important;
  }

  .re-mueller-entwurf .location-route-item .location-buttons {
    flex-direction: column;
  }
}/* =========================================================
   R.E. Müller – Technische Hinweise Seite
   ========================================================= */

.re-mueller-entwurf.technical-page {
  position: relative;
  overflow-x: hidden;
}

.re-mueller-entwurf .technical-hero {
  padding: 120px 0 80px;
}

.re-mueller-entwurf .technical-hero h1 {
  max-width: 980px;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 1.02;
  margin: 18px 0 28px;
}

.re-mueller-entwurf .technical-hero p {
  max-width: 860px;
  font-size: 1.35rem;
  line-height: 1.75;
  font-weight: 500;
}

.re-mueller-entwurf .technical-nav-section {
  padding: 24px 0 64px;
}

.re-mueller-entwurf .technical-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.re-mueller-entwurf .technical-nav a {
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 12px 34px rgba(15,23,42,0.08);
}

.re-mueller-entwurf .technical-content {
  padding: 40px 0 80px;
}

.re-mueller-entwurf .technical-item {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 96px;
}

.re-mueller-entwurf .technical-item.reverse .technical-image {
  order: 2;
}

.re-mueller-entwurf .technical-item.reverse .technical-text {
  order: 1;
}

.re-mueller-entwurf .technical-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(15,23,42,0.16);
  background: #e5e7eb;
}

.re-mueller-entwurf .technical-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.re-mueller-entwurf .technical-text h2,
.re-mueller-entwurf .technical-text h3,
.re-mueller-entwurf .technical-text p,
.re-mueller-entwurf .technical-subline,
.re-mueller-entwurf .technical-number {
  color: #0f172a !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.re-mueller-entwurf .technical-text h2 {
  color: #111827 !important;
}

.re-mueller-entwurf .technical-text h3 {
  color: #1f2937 !important;
}

.re-mueller-entwurf .technical-number {
  color: #2563eb !important;
}
}

.re-mueller-entwurf .technical-number {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 800;
  color: #1f5eff;
}

.re-mueller-entwurf .technical-text h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.08;
  margin: 0 0 14px;
}

.re-mueller-entwurf .technical-subline {
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 600;
  color: #334155;
  margin-bottom: 28px;
}

.re-mueller-entwurf .technical-text h3 {
  font-size: 1.25rem;
  margin: 28px 0 8px;
}

.re-mueller-entwurf .technical-text p {
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 500;
}

.re-mueller-entwurf .technical-cta {
  padding: 80px 0 120px;
}

.re-mueller-entwurf .technical-cta .container {
  background: #ffffff;
  border-radius: 34px;
  padding: 56px;
  box-shadow: 0 28px 90px rgba(15,23,42,0.15);
}

.re-mueller-entwurf .technical-cta h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 22px;
}

.re-mueller-entwurf .technical-cta p {
  max-width: 760px;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 34px;
}

@media (max-width: 900px) {
  .re-mueller-entwurf .technical-item,
  .re-mueller-entwurf .technical-item.reverse {
    grid-template-columns: 1fr;
  }

  .re-mueller-entwurf .technical-item.reverse .technical-image,
  .re-mueller-entwurf .technical-item.reverse .technical-text {
    order: initial;
  }

  .re-mueller-entwurf .technical-image img {
    min-height: 280px;
  }

  .re-mueller-entwurf .technical-text {
    padding: 32px;
  }
}

/* =========================================================
   Nach oben Button
   ========================================================= */

.rem-back-to-top {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 99999 !important;

  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #1f5eff !important;
  color: #ffffff !important;
  text-decoration: none !important;

  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  box-shadow: 0 16px 40px rgba(15,23,42,.25) !important;
  transition: all .25s ease !important;
}

.rem-back-to-top:hover {
  transform: translateY(-4px);
  background: #1848c7 !important;
}

html {
  scroll-behavior: smooth;
}

/* =========================================================
   Technische Hinweise – Header/Footer wie Hauptseite
   ========================================================= */

.re-mueller-entwurf.technical-page header {
  margin-top: 0 !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.re-mueller-entwurf.technical-page .nav {
  min-height: 78px !important;
}

.re-mueller-entwurf.technical-page .header-logo img {
  display: block !important;
  max-height: 58px !important;
  width: auto !important;
}

.re-mueller-entwurf.technical-page .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 34px !important;
}

.re-mueller-entwurf.technical-page footer {
  margin-top: 0 !important;
}

/* =========================================================
   Technische Hinweise – Inhalt wieder sichtbar machen
   ========================================================= */

.re-mueller-entwurf.technical-page .technical-hero,
.re-mueller-entwurf.technical-page .technical-nav-section,
.re-mueller-entwurf.technical-page .technical-content,
.re-mueller-entwurf.technical-page .technical-cta {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
}

.re-mueller-entwurf.technical-page .technical-item {
  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 56px !important;
  align-items: center !important;
  margin-bottom: 96px !important;
}

.re-mueller-entwurf.technical-page .technical-image,
.re-mueller-entwurf.technical-page .technical-text {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.re-mueller-entwurf.technical-page .technical-image img {
  width: 100% !important;
  min-height: 420px !important;
  object-fit: cover !important;
  display: block !important;
}

.re-mueller-entwurf.technical-page .technical-text {
  background: #ffffff !important;
  color: #0f172a !important;
  border-radius: 30px !important;
  padding: 46px !important;
  box-shadow: 0 24px 70px rgba(15,23,42,0.12) !important;
}

.re-mueller-entwurf.technical-page .technical-text h2,
.re-mueller-entwurf.technical-page .technical-text h3,
.re-mueller-entwurf.technical-page .technical-text p,
.re-mueller-entwurf.technical-page .technical-subline,
.re-mueller-entwurf.technical-page .technical-number {
  color: #0f172a !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 900px) {
  .re-mueller-entwurf.technical-page .technical-item {
    grid-template-columns: 1fr !important;
  }

  .re-mueller-entwurf.technical-page .technical-image img {
    min-height: 280px !important;
  }

  .re-mueller-entwurf.technical-page .technical-text {
    padding: 32px !important;
  }
}

/* =========================================================
   Technische Hinweise – Kachelbreite wie Header
   ========================================================= */

.re-mueller-entwurf.technical-page .technical-section .container,
.re-mueller-entwurf.technical-page .technical-content .container {
  width: min(89vw, 1400px) !important;
  max-width: min(89vw, 1400px) !important;
  margin: 0 auto !important;
}

/* Kacheln breiter */

.re-mueller-entwurf.technical-page .technical-item {
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 56px !important;
}

/* =========================================================
   Technische Hinweise – alle Kacheln gleiche Referenzgröße
   Referenz: Abschnitt Beschichtungsgerechte Konstruktion
   ========================================================= */

.re-mueller-entwurf.technical-page {
  --tech-image-width: 550px;
  --tech-card-height: 520px;
}

/* Jede Zeile bekommt feste Bildbreite + feste Textbreite */

.re-mueller-entwurf.technical-page .technical-item,
.re-mueller-entwurf.technical-page .technical-item.reverse {
  display: grid !important;
  grid-template-columns: var(--tech-image-width) 1fr !important;
  gap: 56px !important;
  align-items: stretch !important;
}

/* Reverse bleibt optisch erhalten */

.re-mueller-entwurf.technical-page .technical-item.reverse .technical-image {
  order: 2 !important;
}

.re-mueller-entwurf.technical-page .technical-item.reverse .technical-text {
  order: 1 !important;
}

/* Alle Bildkacheln gleiche Breite und Höhe */

.re-mueller-entwurf.technical-page .technical-image {
  width: var(--tech-image-width) !important;
  min-width: var(--tech-image-width) !important;
  max-width: var(--tech-image-width) !important;

  height: var(--tech-card-height) !important;
  min-height: var(--tech-card-height) !important;
  max-height: var(--tech-card-height) !important;

  overflow: hidden !important;
  border-radius: 30px !important;
}

/* Bilder füllen die feste Bildkachel */

.re-mueller-entwurf.technical-page .technical-image img {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  display: block !important;
}

/* Alle Textkacheln gleiche Höhe */

.re-mueller-entwurf.technical-page .technical-text {
  height: var(--tech-card-height) !important;
  min-height: var(--tech-card-height) !important;
  max-height: var(--tech-card-height) !important;

  overflow: auto !important;
}

/* Mobil wieder normal stapeln */

@media (max-width: 900px) {
  .re-mueller-entwurf.technical-page {
    --tech-image-width: 100%;
    --tech-card-height: auto;
  }

  .re-mueller-entwurf.technical-page .technical-item,
  .re-mueller-entwurf.technical-page .technical-item.reverse {
    grid-template-columns: 1fr !important;
  }

  .re-mueller-entwurf.technical-page .technical-image,
  .re-mueller-entwurf.technical-page .technical-text {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  .re-mueller-entwurf.technical-page .technical-image img {
    height: 280px !important;
  }
}

/* Reverse-Zeilen: Text links breit, Bild rechts 550px */

.re-mueller-entwurf.technical-page .technical-item.reverse {
  grid-template-columns: minmax(760px, 1fr) 550px !important;
}

/* =========================================================
   Technische Hinweise – Fließtext deutlich größer
   ========================================================= */

.re-mueller-entwurf.technical-page .technical-text p {
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
}

/* Bulletpoints / Listen */

.re-mueller-entwurf.technical-page .technical-text li {
  font-size: 1.18rem !important;
  line-height: 1.8 !important;
}/* End custom CSS */