#cst-box {
    position: fixed;
    bottom: 30px;
    right: 10px;
    background-color: #f7f7f7;
   padding: 10px 26px;
	border: 0.5px solid black !important;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px !important;
    font-weight: 600;
    z-index: 1000;
}

#cst-box a {
    color: #0073aa;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cst-box a:hover {
    color: #005177;
    text-decoration: none;
}

#cst-box img {
    max-height: 40px;
    width: auto;
    display: block;
	max-height: 40px;
    width: 40px; /* erzwinge Breite */
    min-width: 20px;
    min-height: 20px;
}

#cst-box:hover {
    background-color: #DEDEDE;
}

/* Mobile-Anpassung */
@media screen and (max-width: 768px) {
    #cst-box {
        bottom: 30px;
		    right: 20px;

        padding: 2px 2px;
        font-size: 16px;
    }
	
	#cst-box svg {
    color: currentColor;
  
}
	
	#cst-box:hover {
    background-color: #DEDEDE;
}
}
