.musterservice-button {
    display: block;
    width: 100%;  /* Gleiche Breite wie der Warenkorb-Button */
    padding: 10px;
    background-color: #C0CBD5;  /* Farbton anpassen */
    color: white;
    border: none;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.musterservice-button:hover {
    background-color: #8198AB;  /* Hover-Farbe */
}
