/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2024 | 09:26:15 */
 #sticky {
 position:fixed;
 right:0px;
 top:50%;
 transform:translateY(-50%);
 z-index:1000;
 pointer-events:none;
 width: 319px;
 }
 .sticky-inner {
 background:#000;
 margin-top:30px;
 color:#fff;
 padding: 6px 21px;
 transform:translate(415px); /*anpassen*/
 transition:transform 0.4s;
 pointer-events:auto;
 border:2px solid #fff;
 width: fit-content;
 position: absolute;
 right:39px;
 z-index: -1;
 }
 #s-mail {
 _transform: translate(-315px);
 top:-56px;
width:326px;
 }
 #s-tel {
 margin-top:20px;  
width: 229px;
 }
#s-link {
    top: 63px;
    width: 190px;	
}
 .sticky-inner a {
 color:#fff !important;
 font-size:18px;
 }
 .sticky-inner:first-child {
 margin-top:0;
 }
 #cm-1 {
 position:absolute;
 top:-38px;
 }
 #cm-2 {
 position:absolute;
 margin-top:38px;
 }
#cm-3  {
top: 115px;
    position: relative;	
}
 .circle {
 width: 70px;
 height: 70px; 
 background: #000;
 border-radius: 50%;
 position: absolute;
 left: 0px;
 top: 50%;
 pointer-events: auto;
 border: 2px solid #fff;
 transform: translateY(-50%);
cursor:pointer;	 
 }

 #sticky-w {
 position:fixed;
 top:50%;
 right:87px;
 transform: translateY(-50%);
 z-index:100000;
 }
 .get-back {
 transform:translateX(0px) !important;
 }


 #c-2 ,#c-3,#c-4 {
 background-repeat:no-repeat;
 background-position:center center;
 background-size:25px;
 }

 #c-2 {
 background-image:url('https://www.aida-communications.de/wp-content/uploads/2024/11/mail-w.png');

 }
 #c-3 {
 background-image:url('https://www.aida-communications.de/wp-content/uploads/2024/11/smartphone-w.png');

 }
#c-4 {
	background-image:url('https://www.aida-communications.de/wp-content/uploads/2024/11/link-w.png');
}
 .circle:hover {
 background-color:#fff;
 }
 #c-2:hover {
 background-image:url('https://www.aida-communications.de/wp-content/uploads/2024/11/mail-b.png');

 }
 #c-3:hover {
 background-image:url('https://www.aida-communications.de/wp-content/uploads/2024/11/smartphone-b.png');

 }
 #c-4:hover {
 background-image:url('https://www.aida-communications.de/wp-content/uploads/2024/11/link-b.png');

 }
 .zoom {

 transform:scale(1.2) translateY(-50%);
 }
@media only screen and (max-width: 768px){ 
	#sticky { 
	bottom: 188px !important;
    top: unset !important;
	}
	#sticky-w {
		bottom: 188px !important;
    top: unset !important;
	}
	.circle { 
	width:56px;
	height:56px;	
	}
	#sticky-w { 
	right:68px;
	}
	#s-mail { 
	top:-58px;
	}
	#s-tel {
    margin-top: 18px;
}
	#s-link {
    top: 64px;
	}
}