#search-button {
  display: none !important;
}




.custom-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff !important;
  padding: 1rem;
  z-index: 9999;
  display: none;
  border-bottom: 1px solid #ccc !important;
}
.custom-search-overlay.active {
  display: block;
}

.custom-search-box {
  max-width: 800px;
  margin: 0 auto;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-field {
  flex: 1;
  padding: 0.6rem 1rem !important;
  font-size: 1.1rem !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: black !important;
  outline: none !important;
}
.search-field:focus,
.search-submit:focus,
.custom-search-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

.search-submit {
  background: none !important;
  border: none !important;
  font-size: 1.2rem !important;
  cursor: pointer !important;
  padding: 0 0.5rem !important;
  color: black !important;
  line-height: 1 !important;
  appearance: none !important;
  box-shadow: none !important;
}
.search-submit:hover,
.search-submit:focus {
  color: #2574a2 !important;
}

.custom-search-close {
  position: absolute;
  top: 16px;
  right: 40px;
  font-size: 32px !important;
  background: none !important;
  border: none !important;
  color: black !important;
  cursor: pointer !important;
  line-height: 1 !important;
  z-index: 10000 !important;
}
.custom-search-close:hover,
.custom-search-close:focus {
  color: #2574a2 !important;
}

/* Absende-Buttons */
button,
input[type="submit"],
input[type="button"] {
  background-color: #2574a2 !important;
  border-color: #2574a2 !important;
  color: #fff !important;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  filter: brightness(1.1);
}

/* Scroll-To-Top-Button */
button.scroll-top,
a.scroll-top {
  background-color: #2574a2 !important;
  color: white !important;
}


.custom-search-toggle,
.custom-search-toggle:hover,
.custom-search-toggle:focus,
.custom-search-toggle:active {
  color: #2574a2 !important;
}
