.sf-menu .sub-menu {
  position: absolute;
  top: 100%;
  margin-top: -15px !important; /* <- diese Zeile hinzufügen/anpassen */
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #2c3e5c !important;
  z-index: 999;
  padding: 10px 0;
  list-style: none;
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
  text-align: center;
}

.sf-menu li.menu-item-has-children {
  position: relative;
}

.sf-menu li.menu-item-has-children:hover .sub-menu {
  display: block !important;
}

.sf-menu .sub-menu li {
  display: block;
  width: 100%;
  background-color: transparent !important;
}

.sf-menu .sub-menu a {
  display: block;
  padding: 10px 20px;
  color: #ffffff !important;
  white-space: nowrap;
  text-align: center;
  background-color: transparent !important;
}

.sf-menu .sub-menu a:hover {
  background-color: rgba(255,255,255,0.12) !important;
}
/*Kontaktformular*/
/* Rote Sternchen für Pflichtfelder (inkl. wpforms-required-label) */
.wpforms-required,
.wpforms-required-label {
    color: #ff0000 !important;
    font-weight: bold;
}

/* Hellblauer Button mit Abstand */
.wpforms-submit {
    background-color: #0077b6 !important;
    color: white !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    margin-top: 20px !important;
}

/* Abstand um das Formular */
.wpforms-container {
    padding: 20px !important;
    margin: 20px 0 !important;
}

/* Eingabefelder-Styling */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field textarea {
    width: 100%;
    padding: 12px !important;
    margin: 8px 0 !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-sizing: border-box;
}

/* Hinweis-Box */
.form-hinweis {
    background-color: #e9ecef;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}
/* footer */
.site-footer {
background: var(--vit-navy);
color: #fff;
}
.oceanwp-row clr tablet-2-col mobile-1-col {
background-color: #1f2a44 !important;
color: #fff;
}