@charset "UTF-8";
/*Allgemeines*/
/*Blog & Veranstaltungen*/
/* Navigation */
/*Abstände*/
/*Layout*/
.news_entries .news_entry_inner {
  margin-bottom: 1.5em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.news_entries .news_entry_inner:after {
  content: "";
  display: table;
  clear: both;
}
.news_entries .news_entry_inner .news_pic img {
  max-width: 100%;
}
@media screen and (min-width: 35em) {
  .news_entries .news_entry_inner .news_pic {
    min-height: 1px;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 33.33%;
    float: left;
    display: block;
    display: flex;
    flex-flow: column;
  }
}
.news_entries .news_entry_inner .part_right h3 {
  margin-bottom: 0.1em;
}
.news_entries .news_entry_inner .part_right h3:hover {
  color: #004193;
}
.news_entries .news_entry_inner .part_right .topheading {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (min-width: 30em) {
  .news_entries .news_entry_inner .part_right .topheading {
    margin-top: 0;
  }
}
.news_entries .news_entry_inner .part_right .infos {
  margin-bottom: 0.5em;
}
.news_entries .news_entry_inner .part_right .infos span.location {
  margin-right: 0.1em;
}
@media screen and (min-width: 35em) {
  .news_entries .news_entry_inner .part_right {
    min-height: 1px;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 66.66%;
    float: left;
    display: block;
    display: flex;
    flex-flow: column;
  }
}

/*Einzelansicht*/
.news_entry_single .topheading {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
}
.news_entry_single h1 {
  margin-bottom: 0.1em;
}
.news_entry_single .infos {
  margin-bottom: 1em;
}
.news_entry_single .text {
  margin-top: 1em;
  margin-bottom: 1em;
}
.news_entry_single .pic_wrapper img {
  max-width: 100%;
}

/*# sourceMappingURL=https://www.fritzen.eu/srv/designset/_ts_1585429788000/_repo/current/style/generated/212_modules_news.css.map */
