/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 12:26:10 */
#sticky-wrap i {
position:absolute;
left:22px;
top:50%;
transform:translateY(-50%);
color: #f52837; /* Iconfarbe*/
font-size:23px;	
}
#sticky-wrap {
position:fixed;
top:50%;
transform:translateY(-50%);
display:flex;
right:0;
flex-direction:column;
align-items:flex-end;
pointer-events:none;
z-index:1000;
}
.sticky {
position:relative;
width:max-content;
background:#bac9d5; /* Hintergrundfarbe*/
margin-top:30px;
padding: 15px 20px 15px 69px;
transform: translateX(calc(100% - 66px));
transition:transform .4s;
pointer-events:auto;
border:1px solid #fff;	
}
.sticky:first-child {
margin-top:0;
}
#sticky-wrap .sticky a {
color:#000; /* Textfarbe*/
text-decoration:none;
font-family:inherit;
font-size:1.1em;
}
#sticky-wrap .sticky:hover {
transform:translateX(0);
}

@media (max-width:768px){
#sticky-wrap {
top:auto;
transform: none;
bottom:30px;
display:none;	
}
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
#sticky-wrap {
display: none !important;
}
}
.sticky:nth-child(4)  i{
    font-size: 25px !important;	
}