@media (max-width: 440px) {
  .integration-wrapper {
		margin-top: 25px;    
  }
}

.djacc-popup .djacc__panel {
  /* z-index: 2; */
  z-index: 999999999999;
}

.djacc-popup .djacc__title {
  font-weight: 500;
}

.djacc-popup.djacc--light .djacc__panel {
  background: #7FC8E8;
  box-shadow: none;
}

.djacc-popup .djacc__close {
  background: #3cb955;
}



#item-17651216905150 {
    position: relative !important;
}

#item-1765121726825 {
    position: absolute !important;
    top: 15% !important;   /* Abstand von oben – anpassen */
    left: 5% !important;   /* Abstand von links – anpassen */

    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 20;
}

#item-1765126003370 {
    position: absolute !important;
    top: 15% !important;
    right: 5% !important;

    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 30;
}



/* Gemeinsamer Stil für beide Wellen */
#item-1765121726825 a::after,
#item-1765121726825 a::before,
#item-1765126003370 a::after,
#item-1765126003370 a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff; /* kräftig blau, transparent */
    z-index: -1;
    opacity: 0;
}

/* Erste Welle */
#item-1765121726825 a::after,
#item-1765126003370 a::after {
    animation: pulse-wave-blue 3s infinite ease-out;
}

/* Zweite Welle – verzögert startet später */
#item-1765121726825 a::before,
#item-1765126003370 a::before {
    animation: pulse-wave-blue 3s infinite ease-out;
    animation-delay: 0.3s; /* Delay = zweite Welle */
}

/* Icon bleibt weiß ohne Puls */
#item-1765121726825 a i,
#item-1765126003370 a i {
    animation: none !important;
    color: #ffffff !important;
}

/* Keyframes für beide Wellen */
@keyframes pulse-wave-blue {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.9;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#item-1765121726826 .ba-overlay-section-close,
#item-1765126003371 .ba-overlay-section-close {
  	display: inline-block;
  	color: #0091cc !important;
    transition: transform 0.3s ease;
}

#item-1765121726826 .ba-overlay-section-close:hover,
#item-1765126003371 .ba-overlay-section-close:hover {
    transform: rotate(180deg);
}

.ba-overlay-section-close {
    font-size: 50px !important;
  	font-weight: bold;
}


