.mainrubrik-recherche { [name="tabRech"] { display: none; } #edition form.global-search { display: flex; gap: 1em; fieldset.globalSearchFields { display: flex; gap: 0; flex-wrap: nowrap; border: 1px solid $gris300; border-radius : 10em; padding: 0.5em 0.5em 0.5em 1.5em; div{ padding: 0 0.5em; flex: 2; + div { border-left: 1px solid $gris300; } &:first-of-type { flex: 3; } } input, select { border-color: transparent transparent $gris400 transparent; border-radius: 0; } } .extendedSearch { flex-basis:fit-content ; display: flex; align-items: center; gap: 0.5em; white-space: nowrap; } button { align-self: center; border-radius: 2em; border: none; height:50px ; } label { font-size: 0.9em; color: $gris700; font-weight: 600; } } .global-search-result { width: 100%; margin-bottom: 2em; h3 { margin-bottom: 1em; } } .search-noresult { background: #f8f8f8; padding: 2em; text-align: center; border-radius: 8px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25); i { font-size: 5em; color: $gris500; } p { color: $gris700; font-weight: 600; } } }