.article_text {
  padding-top: 20px;
  padding-bottom: 20px; }

._3_bilder_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto; }

._3_bilder_item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 31%;
  margin: 0 0 30px 0;
  background-color: #e4e6ed; }

._3_bilder_item .nTitel {
  color: #650f2d; }

._3_bilder_item #news_ul {
  padding-left: 3%; }

._3_bilder_item #news_ul li {
  list-style-type: none; }

._3_bilder_item img {
  max-width: 100%; }

._3_bilder_item a {
  text-decoration: none;
  color: #650f2d; }

.absatz_hintergrund {
  background-color: #e4e6ed; }

._3_bilder_item .first-child {
  font-weight: bold;
  color: #650f2d;
  background-color: #e4e6ed; }

._3_bilder_item p {
  padding: 0 0 0 5%; }

._3_bilder_item_dummy {
  background-color: #ffffff; }

#news_h1 {
	padding-top: 45px;
}

#news__ueberschrift {
  margin-top: 25px;
  line-height: normal;  }

.nEntrydate {
  color: black; }

.nTxt {
  color: black; }
  
.nText img {
	width: 100%;
}

@media screen and (max-width: 980px) {
  .article_text {
    padding-top: 40px;
    padding-bottom: 0; }
  ._3_bilder_wrapper {
    flex-flow: column nowrap; }
  ._3_bilder_wrapper ._3_bilder_item {
    width: 100%;
    margin-top: 30px; }
  ._3_bilder_wrapper #my_dummy {
    display: none;
    margin-top: 0px; } }
