.page-id-63 .entry .entry-content {
  /*
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  */
}

.sydosten-entries {
  font-size: 14px;
  max-width: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sydosten-entry {
  width: 25%;
  box-sizing: border-box;
  position: relative;
}

.sydosten-entry__images img {
  width: 100%;
}

.sydosten-entry__inner {
  background: #eee;
  padding: 20px;
}

.sydosten-entry h6 {
  margin-bottom: 0;
}

.sydosten-entry h5 {
  margin-top: 10px;
}

.sydosten-entry__badge {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
  background-color: green;
}

.sydosten-entry__badge.status-2 {
  background-color: orange;
}

.sydosten-entry__badge.status-3 {
  background-color: red;
}

.sydosten-entry__badge.status-4 {
  background-color: grey;
}

.ginput_container.ginput_container_select select,
#status_filter {
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 5px 4px !important;
  outline-offset: 0;
  border-radius: 0;
  line-height: 1.8 !important;
  height: 57px !important;
}

.sydosten-entries__pagination {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 0;
  font-size: 0.9em;
}

.sydosten-entries__pagination .page-numbers {
  text-decoration: none;
  margin: 0 2px;
  padding: 8px 16px;
  display: block;
  color: #000;
}

.sydosten-entries__download {
  float: right;
}

.sydosten-entries__download.is-disabled {
  display: none !important;
}
