@charset "UTF-8";
/*
 Theme Name:   FGZ Halle
 Description:  Child-Theme basierend auf dem Template "twentytwentyfive".
 Author:       Fischer Development, Stephan Fischer
 Author URI:   https://www.fischer-development.de
 Template:     twentytwentyfive
 Version:      1.0.7
 Text Domain:  twentytwentyfive-child
*/
/* Hier können Sie Ihre Child-Theme-CSS-Regeln einfügen. */
h2 {
  padding-bottom: 40px;
}

h3 {
  font-weight: 600;
}

footer {
  position: relative;
}

/* Navigation */
#top_nav .wp-block-navigation .wp-block-navigation-item a.wp-block-navigation-item__content {
  color: #FFF07E;
}
#top_nav .wp-block-navigation .wp-block-navigation-item.current-menu-item a.wp-block-navigation-item__content {
  color: #FFF;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
  text-decoration: none !important;
}

/* News Teaser */
.news .news_teaser ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .news_teaser ul li {
  width: 100%;
}
.news .news_teaser ul li .news_item {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}
.news .news_teaser ul li .news_item .news_datum {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .news_teaser ul li .news_item .news_datum .datum {
  padding: 20px 38px;
  color: #FFF;
  background-color: rgb(115, 33, 101);
  font-size: 20px;
  text-align: center;
}
.news .news_teaser ul li .news_item .news_datum .datum .month {
  font-size: 12px;
}
.news .news_teaser ul li .news_item .news_text {
  flex: 1 1 80%;
}
.news .news_teaser ul li .news_item .news_text h4.topline {
  color: #000;
}
.news .news_teaser ul li .news_item .news_text .veranstaltungsort p {
  margin: 0 0 10px 0;
}
.news .news_teaser ul li .news_item .news_text .veranstaltungsort p:last-child {
  margin: 0;
}

/* Forschung Teaser */
.forschung ul.forschung_loop {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 40px;
}
.forschung ul.forschung_loop li {
  margin: 0 !important;
  flex: 0 0 calc(33% - 25px);
}
.forschung ul.forschung_loop li .forschung_item {
  height: 100%;
  position: relative;
  padding-bottom: 100px !important;
}
.forschung ul.forschung_loop li .forschung_item .article_link {
  font-size: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.forschung ul.forschung_loop li .forschung_item .article_link:after {
  content: url("/wp-content/themes/fgzhalle/assets/images/arrow_right.svg");
  width: 23px;
  height: 36px;
}
.forschung.forschung_teaser ul.forschung_loop li .forschung_item {
  padding-bottom: 20px !important;
}
.forschung.forschung_teaser ul.forschung_loop li .forschung_item .forschung_item-thumbnail {
  padding: 4px 6px 0;
}
@media screen and (max-width: 767px) {
  .forschung ul.forschung_loop li {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .forschung ul.forschung_loop li {
    flex: 0 0 calc(100% - 10px);
  }
}

/* Hero */
#hero .hero_wrapper > div:nth-child(1) {
  flex: 0 0 30%;
}
#hero .hero_wrapper > div:nth-child(2) {
  flex: 0 0 70%;
  padding-top: 28px;
}
#hero.single_projekt .hero_wrapper > div:nth-child(1) {
  flex: 0 0 40%;
}
#hero.single_projekt .hero_wrapper > div:nth-child(2) {
  flex: 0 0 60%;
}

/*# sourceMappingURL=style.css.map */
