/*
 Theme Name: Twenty Twenty-Five Child
 Template: twentytwentyfive
 Version: 1.0
*/

@import url("../twentytwentyfive/style.css");

header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999999;

}

:root :where(.wp-block-group.is-style-section-5--1){
  background: rgba(0, 0, 0, 0.85) !important;  /* fast opak schwarz */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px); /* für Safari */
}

/*
.wp-block-site-logo::before{
  background:url(http://s581653954.online.de/MOIN/wp-content/uploads/2026/02/splshbg.png);
  background-size:contain;
  background-repeat:no-repeat;
  display:block;
  width:400px;
  height:300px;
  position:absolute;
  top:-100px;
  left:-100px;
  content:"";
  z-index:-1;
}
  */

.wp-block-site-logo{
  position:relative;
  z-index:9;
}

.superblockslider{
  margin-top:0 !important
}

.handyvideoelement video{
  border-radius:70px;
  box-shadow:0 0 20px rgba(0,0,0,0.4);
}

.handyvideoelement img{
  border-radius:70px
}

.titelbildslider{
  margin-bottom:-70px !important;
}

.splashbg{
  position:relative
}

footer.wp-block-template-part{
  margin-top:0 !important;
}

/*
.splashbg:after{
  background:url(http://s581653954.online.de/MOIN/wp-content/uploads/2026/02/splashbg.jpg);
  background-size:contain;
  background-repeat:no-repeat;
  display:block;
  width: 1040px;
  height: 820px;
  position: absolute;
  bottom: -230px;
  left: -350px;
  content: "";
  z-index:-1;
}
  */

strong{
  font-weight:bold !important 
}

/* =========================================================
   LEISTUNGEN-ICONS (WP Columns Block)
   - Keine Welle unten
   - Icons mit Farbverlauf-Kontur
   - Kein Schatten am Bild
   - Cards bleiben clean & modern
   ========================================================= */

/* Farbverlauf für Icon-Kontur */
:root{
  --lw-icon-grad: linear-gradient(135deg,
    #00d2ff 0%,
    #7b2cff 35%,
    #ff2a6d 65%,
    #ffb000 100%
  );
}

/* ===== Container ===== */
.leistungenicons{
  gap: 18px;
}

/* ===== Jede Spalte als Card ===== */
.leistungenicons > .wp-block-column{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 18px 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12); /* dezenter Card-Schatten */
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* Hover Card */
.leistungenicons > .wp-block-column:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 45px rgba(0,0,0,0.18);
  border-color: rgba(0,0,0,0.1);
}

/* ===== Icon / Bild ===== */
.leistungenicons figure.wp-block-image{
  margin: 0 0 12px !important;
}

/* Wrapper-Effekt für Verlaufskontur */
.leistungenicons figure.wp-block-image img{
  width: 72px;
  height: auto;
  display: block;
  margin: 0 auto;

  /* Innenfläche */
  background: #fff;
  border-radius: 18px;

  /* Trick: Gradient-Rahmen per background + padding */
  padding: 6px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--lw-icon-grad) border-box;

  border: 3px solid transparent; /* nötig für Gradient-Border */
  
  /* Kein Schatten am Bild */
  box-shadow: none;

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

/* Hover: leichtes Anheben/Vergrößern */
.leistungenicons > .wp-block-column:hover figure.wp-block-image img{
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.05);
}

/* ===== Headline / Text ===== */
.leistungenicons h3{
  margin: 10px 0 6px !important;
  line-height: 1.1;
}

.leistungenicons p{
  margin: 0 0 12px !important;
  opacity: .9;
  font-size:18px !important
}


.einfrngstxt{
  overflow-y:visible !important;
}


:where(.wp-site-blocks *:focus) {
  outline-width: 0px !important;
}

#tltvdobn{
  position:relative;
}

/* ===== Mobile Feinschliff ===== */
@media (max-width: 700px){
  .leistungenicons figure.wp-block-image img{
    width: 64px;
  }

  header .wp-block-uagb-icon-list{
    display:none !important
  }

  footer .wp-block-spacer{
    max-height:5px !important
  }

  .has-global-padding {
    padding-right:10px !important;
    padding-left:10px !important;
}

body{
  hyphens: auto;
}
}

.sehrbeliebt{
  overflow-y:visible !important;
  position: relative;
  z-index:99;
}
.carklar{
  margin-bottom: 0;
  margin-top: -80px !important;
}