.article_wrapper{background: #fff;margin:0px auto;font-size: 1.1em;max-width: 75rem;border: 1px solid lightgray;border-radius: .3em;box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);}
.article_header{padding:1em;}
.news_unterthema{font-size:1.1em;color: #369;}
.news_titel{font-size: 1.75em;}
.news_intro{margin:.5em 0em 1em 0em;color: #000;}
.sharing{text-align: right;}
.sharing>a{font-size: 1.3em;text-decoration: none;color:#69696c;}
.sharing>a:hover{cursor: pointer;}
.sharing>a{margin-right: .5em;}
.fa-whatsapp:hover{color: #25d366;}
.fa-twitter:hover{color: #1da1f2;}
.fa-facebook:hover{color: #3b5998;}
.fa-envelope:hover, .fa-print:hover{color: #000;}
.fa-comments{margin-right: .3em;}
.link_anzbeitraege{text-decoration: underline;color: #69696c;}
.article_body{padding:1em;color: #000;}
.article_body>.kapitel{font-size: 1.3em;font-weight: bold;color: #369;}
.article_body>a{text-decoration: underline;text-decoration-color: #369;color: #369;word-break: keep-all !important;}
.news_formaliaeten{color: #69696c}
.news_bild{height: 370px;margin-bottom: 2em;}
.news_bild.alt{height: auto;margin-bottom: auto;max-width: 450px;padding: 1em;float: left;border-radius:.5em;}
.img_fit{width: 100%;max-height: 100%;object-fit: cover;}
.news_bild.alt>.img_fit{border-radius: .3em;box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);}
.img_beschreibung{color: #69696c;float:left; padding: 0.5em 1em 0em 1em}
.img_beschreibung>a{color: #69696c;}
.img_rechte{float:right;color: #bbb9b7;padding: 1em 1em 0em .5em;font-size: .7em;}
.img_rechte>a{color: #bbb9b7;}
.tags_header{font-weight: bold; padding-bottom:.3em;}
.tag_reihe>a{padding: .2em .5em;margin-right: .5em;color: #369;border: 1px solid lightgray;display: inline-block;border-radius: 1em;}
.anz_beitraege.news{margin-bottom: 1em;}
.subheader{font-size: 1.35em;display: inline-block;padding-bottom: .2em;}
.sub_subheader{font-size: 1.2em;display: inline-block;padding-bottom: .1em;}

/* Mehr News lesen */
.mehr_lesen_container{background:#f0f0f0;border-top: 1px solid lightgray;border-bottom: 1px solid lightgray;padding: 1em 0em 3em 0em;}
.mehr_news_container{display: flex;width: 100%;max-width:900px;margin: 0px auto;font-family: 'Open Sans';}
.mehr_news {flex: 1;margin:0em .5em;background: #fff;border: 1px solid lightgray;border-radius: .25em;box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);}
.img_mehr_news{max-height:12vh; width:100%;object-fit: cover;border-top-right-radius: .2em;border-top-left-radius: .2em;}
.mehr_body{padding: .5em;}
.mehr.news_titel{font-size:1.3em;}
.mehr.news_intro{font-size: .9em;}
.interesse{margin:0em 0em .75em .3em}
.alle_artikel{margin: 0px auto;display: inline-block;background: white;padding: .5em 1em;margin-top: 1em;text-transform: uppercase;font-size: 1.2em; border: 1px solid lightgray;border-radius: .3em;color: #6e7074;box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);}
.alle_artikel:hover{color:#fff; background: #369}

 /* Bis Mobil L */
@media only screen and (max-device-width: 425px) {
   .mehr_news{ /* "Das könnte Sie auch interessieren" Artikel in voller Breite */ 
      flex: 0 0 auto;
      width: 100%;
      margin: 0px auto;
      margin-bottom: 1em;
   }
}

/* Alles bis Tablet-Größe */
@media only screen and (max-device-width: 767px) {
   .article_wrapper{border-radius: 0;border:0;border-top:1px solid lightgray;border-bottom:1px solid lightgray;}
   .news_bild{height: auto;} /* Bild Originalgröße */
   .anz_beitraege.news, .reviews{padding-left: .5em;}
   .mehr_news_container{flex-wrap: wrap;}
   .mehr_news{margin-bottom:.75em;}
}