footer {
  /*Menu Weiterfuehrende Links*/
  /*Menu Footer*/
}
footer .swiper-custom-korte {
  display: block !important;
}
footer .swiper-custom-korte li {
  padding: 0 !important;
  transition: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
footer .swiper-custom-korte li .wp-block-post-featured-image {
  top: 0 !important;
}
footer .swiper-custom-korte li .wp-block-post-featured-image img {
  aspect-ratio: 3/4;
  transform: scale(0.95);
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
footer .swiper-custom-korte li .query-text-container {
  display: none;
}
footer .weiterfuehrende-links ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 601px) {
  footer .weiterfuehrende-links ul {
    flex-direction: column;
    gap: 20px;
  }
}
footer > div > div > .wp-block-group {
  width: 100%;
}
footer > div > div > .wp-block-group ul.menu-footer {
  display: flex;
  gap: 20px;
}
@media (max-width: 601px) {
  footer > div > div > .wp-block-group {
    flex-direction: column-reverse;
  }
}
footer > div li a:hover .wp-block-navigation-item__label {
  text-decoration: underline;
}/*# sourceMappingURL=footer.css.map */