/* =========================================================
   Services: Mehr erfahren Inhalt sichtbar machen
   Konfliktfreie Akkordeon-Darstellung
   ========================================================= */

.service-pro-card{
  height:auto!important;
  max-height:none!important;
}

.service-extra{
  display:grid!important;
  grid-template-rows:0fr!important;
  opacity:0!important;
  overflow:hidden!important;
  margin-top:0!important;
  transition:grid-template-rows .28s ease, opacity .28s ease, margin-top .28s ease!important;
}

.service-extra > div{
  min-height:0!important;
  overflow:hidden!important;
}

.service-pro-card.is-open .service-extra{
  display:grid!important;
  grid-template-rows:1fr!important;
  opacity:1!important;
  margin-top:10px!important;
}

.service-pro-card.is-open .service-extra > div{
  overflow:visible!important;
}

.service-pro-card.is-open{
  min-height:auto!important;
}

.service-more{
  margin-top:auto!important;
}

.service-pro-card.is-open .service-more{
  margin-top:12px!important;
}

.service-pro-card.is-open .srv-arrow{
  transform:rotate(90deg)!important;
}


/* Header brand color like footer */
.brand{
 color:#ffffff !important;
}
.brand .accent,
.brand-highlight,
.brand span:last-child{
 background:linear-gradient(135deg,#00e5ff,#2dd4ff) !important;
 -webkit-background-clip:text !important;
 -webkit-text-fill-color:transparent !important;
 color:transparent !important;
 font-weight:800 !important;
}
