/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2024 | 16:01:08 */
#sticky {
position:fixed;
right:0px;
top:50%;
transform:translateY(-50%);
z-index:100000000;
pointer-events:none;
width: max-content;		
}
.sticky-inner {
background:#ffc000;
margin-top:15px;
color:#fff;
padding: 16px 21px;
transform:translate(336px);/*anpassen*/
transition:transform 0.4s;
pointer-events:auto;
border-radius: 9px 0px 0 9px;

}
.sticky-inner a {
color:#fff;
font-size:18px;
}
.sticky-inner:first-child {
margin-top:0;
}
.sticky-inner::before {
display: inline-block;
font-style: normal;
font-variant: normal;
margin-right: 23px;
font-size:18px;
font-family: "Font Awesome 5 Free";/*Wenn du Font Awesome 5 nutzt nehme das: font-family: "Font Awesome 5 Free";*/
font-weight: 900;
}
#s-date::before {
content: "\f271";
}
#s-mail::before {
content: "\f0e0";
}
#s-tel::before {
content: "\f095";
}
#s-date:hover {
transform:translate(133px); /*anpassen*/
}
#s-tel:hover {
transform:translate(129px); /*anpassen*/
}
#s-mail:hover {
transform:translate(0px); /*anpassen*/
}
@media only screen and (max-width: 640px) {
	#sticky {
	top:unset !important;
	bottom:0 !important;	
	}
}