@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.2
 Text Domain:  twentytwentyfive-child
*/
/* Hier können Sie Ihre Child-Theme-CSS-Regeln einfügen. */
/* Foruschung Teaser */
.forschung ul.forschung_loop {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.forschung ul.forschung_loop li {
  margin: 0 !important;
}
.forschung ul.forschung_loop li .forschung_item {
  height: 100%;
}
.forschung ul.forschung_loop li .forschung_item .forschung_item-thumbnail img {
  width: 100%;
}

/* 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;
}

/* 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;
}

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