.node-event-form .field--name-field-event-type {
  display: none;
}

.view-media-library .checked img {
  border: 2px solid #2363A9;
  padding: 10px;
}

/* ZP-7122: Remove padding & fix placing of image. */
@media (min-width: 900px) {
  .prozesse-page .card__body {
    padding: 0px;
  }
  .prozesse-page .body-text {
    text-align: center;
    margin-top: 8px;
  }
}

/* ZP-7102: Style page of job postings. */
.job-postings-page .region--complementary {
  display: none;
}
@media (min-width: 900px) {
  .job-postings-page .region--content {
    flex: 100%;
    max-width: 100%;
  }
}
.job-postings-page .card__body {
  padding: 8px;
}
.job-postings-page .card__body p {
  margin: 0px;
  line-height: 0px;
}
.job-postings-page iframe {
  border: none;
  height: 2000px;
  margin: 0px;
}

/* ZP-7269: Add news button to group page. */
.c-add-news-button {
  padding: 20px 1.875rem;
}

/* ZP-7358: Hide weights from form fields. */
.tabledrag-toggle-weight {
  display: none;
}

/* ZP-7279: Remove filter from view (its overriden in code). */
#views-exposed-form-group-events-page-group-events .form-item-event-type-id {
  display: none;
}

.tabledrag-handle {
  z-index: 1000;
}
.field--widget-entity-reference-paragraphs .field-multiple-drag {
  width: 40px;
}

/* ZP-7292: Change order of "add new content" menu on navbar. */
#block-socialbsb-accountheaderblock > .navbar-nav > .open.dropdown:first-child ul.dropdown-menu {
  display: grid;
}
#block-socialbsb-accountheaderblock > .navbar-nav > .dropdown:first-child ul.dropdown-menu li:nth-child(1) {
  grid-row: 3;
  display: none; /* ZP-7472: Hide 'Neue Information'. */
}
#block-socialbsb-accountheaderblock > .navbar-nav > .dropdown:first-child ul.dropdown-menu li:nth-child(2) {
  grid-row: 2;
}
#block-socialbsb-accountheaderblock > .navbar-nav > .dropdown:first-child ul.dropdown-menu li:nth-child(2) a {
  font-weight: 700;
}
#block-socialbsb-accountheaderblock > .navbar-nav > .dropdown:first-child ul.dropdown-menu li:nth-child(3) {
  grid-row: 1;
}
#block-socialbsb-accountheaderblock > .navbar-nav > .dropdown:first-child ul.dropdown-menu li:nth-child(3) a {
  font-weight: 700;
}

/* ZP-7388: Hide unwanted group types from group forms. */
input#edit-group-type-secret-group,
label[for=edit-group-type-secret-group],
#edit-group-type-secret-group--description {
  display: none !important;
}
input#edit-group-type-public-group,
label[for=edit-group-type-public-group],
#edit-group-type-public-group--description {
  display: none !important;
}
input#edit-group-type-closed-group,
label[for=edit-group-type-closed-group],
#edit-group-type-closed-group--description {
  display: none !important;
}

/* ZP-7635: Hide weights button from Remote video media. */
#edit-field-video-url-wrapper .js-media-library-widget-toggle-weight {
display: none;
}

/* ZP-7626: Display filter button for search and all member's pages on mobiles. */
@media (max-width: 899px) {
  .path-search .views-exposed-form,
  .path-all-members .views-exposed-form {
    right: 0rem;
    z-index: 100;
  }
  .path-group .views-exposed-form {
    position: fixed !important;
    top: unset !important;
    bottom: 1rem !important;
    z-index: 100;
  }
}

/* ZP-7579: Hide 'Flexible group' label. */
.group--flexible-group .teaser__tag {
  display: none !important;
}
