



/* === Startseite Â· Portfolio-Grid: Buttons erzwingen === */
/* Hohe SpezifitÃ¤t: Section + Grid + Card + Link/Button 
.start-portfolio.start-portfolio
  .start-portfolio-grid
  .uk-card
  a[class*="uk-button"],
.start-portfolio.start-portfolio
  .start-portfolio-grid
  .uk-card
  button[class*="uk-button"]{
  display:block !important;
  box-sizing:border-box !important;
  width:250px !important;
  min-height:42px !important;
  padding:10px 20px !important;
  margin:16px auto 0 !important;   /* zentriert 
  text-align:center !important;
  border-radius:999px !important;
  transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .06s ease !important;
}

/* Primary-Stil 
.start-portfolio.start-portfolio
  .start-portfolio-grid
  .uk-card
  a.el-link.uk-button.uk-button-primary{
  background:var(--c-link) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 6px 18px rgba(31,42,56,.25) !important;
}
.start-portfolio.start-portfolio
  .start-portfolio-grid
  .uk-card
  a.el-link.uk-button.uk-button-primary:hover{
  background:var(--c-link-h) !important;
}

/* Falls irgendwo versehentlich 'l-link' statt 'el-link' steht, miterfassen 
.start-portfolio.start-portfolio .start-portfolio-grid .uk-card a.l-link.uk-button{
  display:block !important;
  width:250px !important;
  min-height:42px !important;
  padding:10px 20px !important;
  margin:16px auto 0 !important;
  border-radius:999px !important;
}
  */