/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

.inner img {height: auto;}

/*
 * Paypal Button Abstand nach oben
 */

.ppc-ecs-horizontal-container {margin-top: 16px !important;}

@media (min-width: 1024px) {
  .ppc-standalone-buttons {
    max-width: 47.5% !important;
  }
}


/*.content-cats-small__item {max-height: 100px;} */


              .inner:before {padding-top: 50% important;}

              /* Floating Action Button */
#wa-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  border: none;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}
#wa-fab .wa-fab-label {
  position: absolute;
  left: 70px;
  background: #fff;
  color: #111;
  padding: 6px 10px;
  border-radius: 14px;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  opacity: 0;
  transform: translateX(6px);
  pointer-events: none;
  transition: all .2s ease;
}
#wa-fab:hover .wa-fab-label { opacity: 1; transform: translateX(0); }

/* Chat Window */
#wa-window {
  position: fixed;
  left: 18px;
  bottom: 90px; /* above FAB */
  width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  overflow: hidden;
  z-index: 9999;
}
.wa-window-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 14px 14px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#wa-window-title { font-weight: 700; }
.wa-window-sub { font-size: 12px; color: #777; }
.wa-close {
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.wa-window-body {
  background: #efeae2; /* WhatsApp-like */
  padding: 16px;
  min-height: 140px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width=\'200\' height=\'200\'><text x=\'20\' y=\'100\' fill=\'%23e2dbd3\' font-size=\'20\'>💬</text></svg>');
  background-repeat: repeat;
}
.wa-message {
  background: #fff;
  border-radius: 8px;
  padding: 10px 12px;
  width: 85%;
  box-shadow: 0 2px 4px rgba(0,0,0,.06);
}
.wa-message-title { font-weight: 700; font-size: 13px; margin-bottom: 6px; }
.wa-message-text { font-size: 14px; }
.wa-message-time { text-align: right; font-size: 11px; color: #999; margin-top: 6px; }

/* Start Button */
.wa-start-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  margin: 12px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  transition: filter .2s ease;
}
.wa-start-btn:hover { filter: brightness(0.95); }
.wa-start-icon { display: inline-flex; }


#wa-window[hidden] { display: block; }

/* Mobile tweaks */
@media (max-width: 480px) {
  #wa-window { right: 12px; left: 12px; width: auto; bottom: 130px; }
  #wa-fab { right: 12px; bottom: 65px; }
}

/* Link im WhatsApp-Widget immer weiß */
#wa-widget a,
#wa-widget a:link,
#wa-widget a:visited,
#wa-widget a:hover,
#wa-widget a:active,
#wa-widget .wa-start-btn {
color: #fff !important;
fill: #fff; / für SVG-Icons 
}
            
.index-heading-wrapper {display: none !important}