.menu-button {
  background-color: #3F5FE8; /* Hintergrundfarbe */
  color: white; /* Textfarbe */
  margin: 10px 30px;
  padding: 4px 4px !important;; /* Innenabstand (oben/unten, links/rechts) */ 
  border-radius: 40px; /* Abgerundete Ecken */
  text-decoration: none; /* Entfernt Unterstrich */
}

.menu-button a {
    color: white !important;
    text-decoration: none !important;
}



.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 35px !important;
    box-shadow: none
}