.newsShortBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.newsShortBox > div {
  width: calc(33.3% - (2 * 2rem / 3));
  background: #fff;
  box-shadow: var(--box-shadow);
}

@media screen and (max-width:1000px) {
  .newsShortBox > div {
    width: calc(50% - (2rem / 2));
  }
}

@media screen and (max-width:700px) {
  .newsShortBox > div {
    width: 100%;
  }
}

.newsShortBox div.thumb {
  display: flex;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.newsShortBox div.thumb a {
  line-height: 0;
}

.newsShortBox div.txt {
  margin: 1.5rem;
}

.newsShortBox img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.newsShortBox h2 {
  border-bottom: 1px solid var(--maincolor);
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem;
}

.newsShortBox h2 a {
  text-decoration: none;
  color: var(--lethe-blau);
}

.newsShortBox p {
  padding: 0;
  margin: 0;
  hyphens: auto;
}

.newsShortBox p.newsdatum {
  margin-top: 1.5rem;
  font-size: 1rem;
}

/* -------------------------------- */

.newsLargeBox .datum {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: var(--middlegray);
}

.gewerbeschauLargeBox .datum {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.newsLargeBox p {
  margin-bottom: 1rem;
}

.newsLargeBox figure {
  float: right;
  margin: 0 0 1em 1em;
  text-align: center;
  width: 450px;
}

.gewerbeschauLargeBox figure {
  width: 250px;
}

@media screen and (max-width:850px) {
  .newsLargeBox figure {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }
}

@media screen and (max-width:500px) {
  .newsLargeBox figure {
    width: 100%;
  }
}

.newsLargeBox figure a {
  line-height: 0!important;
  display: block;
}

.newsLargeBox figure img {
  border: 1px solid var(--gs-gelb);
  width: 100%;
}

.newsLargeBox figcaption {
  font-size: .9rem;
  text-align: center;
  text-align: left;
  background: var(--gs-gelb);
  color: #fff;
  padding: 0.25rem 0.5rem;
}

.newsgalerie {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  gap: 1rem;
}

.newsgalerie > div a {
  line-height: 0!important;
  display: block;
}

.newsgalerie > div img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 1px solid var(--maincolor);
}

.button {
  background-color: var(--newsbutton-bg1);
  color: var(--newsbutton-txt1);
  transition: all 0.2s ease-in;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  margin: 1rem 0;
  cursor: pointer;
}

.button:hover {
  background-color: var(--newsbutton-bg2);
  color: var(--newsbutton-txt2);
  text-decoration: none;
}

/*------------------------------- */

.pagination {
  background: var(--maincolor);
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.pagination a {
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background: var(--maincolor2);
  color: white;
}

/*------------------------------- */

.newsShortBoxStart {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 2rem;
}

.newsShortBoxStart > div {
  border-top: 1px solid var(--gs-gelb);
  padding: 1rem 0 0;
}

.newsShortBoxStart > div h2 {
  margin:0;
}

.newsShortBoxStart > div p {
  margin:0!important;
}
