em {
  color:#333333
}

.uk-subnav>*>:first-child {
  display:flex;
  align-items:center;
  column-gap:.25em;
  text-decoration: underline;
  font-size:17px;
  transition:.1s ease-in-out;
  transition-property:color,background-color
 
}

.uk-subnav-pill>.uk-active>a {
  background-color:#cfb16c;
  border-radius: 6px;
}

.sppb-btn-success {
  color:#fff;
  background-color:#333333;
  border-color:#000000
}

}


/* Menu im Footer unterschrichen */
.uk-nav > li > a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    text-decoration: underline;
}


.uk-navbar-container {
    position: relative;
    z-index: 1000;
    overflow: visible;
}


/* ===============================
   FIXED WHATSAPP ICON – RECHTS
   =============================== */

.fixed-whatsapp {
    position: fixed;
    right: 10px;
    top: 20%;
    transform: translateY(-50%);

    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #25D366;
    color: #ffffff;

    border-radius: 50%;
    font-size: 30px;

    text-decoration: none;
    z-index: 9999;

    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Hover */
.fixed-whatsapp:hover {
    background-color: #1ebe5d;
    transform: translateY(-50%) scale(1.05);
}


/* Abstand Botton */
#sp-bottom {
  padding:30px 10px !important;
}

/* unterer Schatten im Menubalken - funktioniert nicht */

.uk-navbar-sticky .uk-sticky.uk-active .uk-navbar-container {
    box-shadow: 0 1px 2px rgba(0,0,0,0.28) !important;
}
