label[for="twitter"],
input#twitter {
    display: none;
}
/* Handy-Feld ausblenden */
label[for="phone"],
input#phone {
    display: none !important;
}

/* Tel.-Feld ausblenden */
label[for="mobile"],
input#mobile {
    display: none !important;
}
label[for="facebook"],
#title_field_facebook,
input#facebook {
    display: none !important;
}

.EditProfileContainer__profileHeadTitle {
    display: none !important;
}
#emailAddress,
#title_field_emailAddress {
  margin-top: -40px;
}
label[for="countryLocale"],
#title_field_countryLocale,
[aria-labelledby="title_field_countryLocale"],
label[for="timeZone"],
label[for="timeFormat"],
label[for="dateFormat"] {
    display: none !important;
}
/* Zeitzone */
label[for="timeZone"],
#title_field_timeZone,
[aria-labelledby="title_field_timeZone"] {
    display: none !important;
}

/* Zeitformat */
label[for="timeFormat"],
#title_field_timeFormat,
[aria-labelledby="title_field_timeFormat"] {
    display: none !important;
}

/* Datumsformat */
label[for="dateFormat"],
#title_field_dateFormat,
[aria-labelledby="title_field_dateFormat"] {
    display: none !important;
}
/* Datumsformat (Format und Trennzeichen) */
[data-id^="field_dateFormat_"],
.DateFormatDropDown__formatContainer,
.DateFormatDropDown__formatFirstField {
    display: none !important;
}
div[data-id="example_undefined"].FormElement__fieldFormat {
    display: none !important;
}

div[data-id="Twitter_channel_filter_item"] {
  display: none;
}

div[data-id="Facebook_channel_filter_item"] {
  display: none;
}

div[data-id="Chat_channel_filter_item"] {
  display: none;
}

div[data-id="Bürodienstleister_channel_filter_item"] {
  display: none;
}

div[data-id="Sandbox_channel_filter_item"] {
  display: none;
}

div[data-id="Forums_channel_filter_item"] {
  display: none;
}

#headerContainer {
  height:350px; /* oder 100vh, wenn es die ganze Höhe des Viewports sein soll */
}
label[for="departmentId"],
#title_field_departmentId,
#departmentId {
    display: none !important;
}
div[data-id^="departmentId_"] {
    display: none !important;
}
label[for="departmentId"] {
  display: none !important;
}

label[for="departmentId"] ~ div {
  display: none !important;
}
label[for="productId"],
#productId,
#suggestionContainer,
[data-id="popup_search"] {
    display: none;
}



