
/* Container with search form */
.content:has(.fibo-search-wrapper) {
  padding-top: 0;
}
.fibo-search-wrapper {
  padding-bottom: 1rem;
}

/* Suche */
#top input[type="search"].dgwt-wcas-search-input {
  margin-bottom: 0;
  background-color: #ffffff !important;
  border: 1px solid #e3e3e3 !important;
  padding: 23px 15px 23px 40px;
  color: #000000 !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
  opacity: 0 !important;
}
.fibo_search_title {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.dgwt-wcas-search-wrapp {
	margin-bottom: 40px;
}

