/*
Theme Name: Applied - Child Theme
Theme URI: http://www.3forty.media/applied
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Applied Child theme
Version: 1.0
Text Domain: applied
Template: applied
*/

/* Start Custom CSS */


.footer-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  padding: 15px 10px;
  text-align: center;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}

.footer-copyright a {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
  color: #555;
  text-decoration: none;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

ul.post-meta li.separator {
  display: none !important;
}

.breadcrumbs span,
.breadcrumbs a,
.breadcrumb_last {
  text-transform: none !important;
}

.custom-latest-posts-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
}

.wp-block-latest-posts__list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.wp-block-latest-posts__featured-image {
  flex-shrink: 0;
  width: 80px; /* oder wie du willst */
}

@media (max-width: 600px) {
  .wp-block-latest-posts__list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-latest-posts-text {
    margin-top: 0.5rem;
  }

  .wp-block-latest-posts__featured-image {
    width: 100%;
    max-width: 100%;
  }

}

.custom-latest-posts-text a.wp-block-latest-posts__post-title {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

.custom-latest-posts-text .wp-block-latest-posts__post-date {
  font-size: 0.9rem !important;
  color: #888 !important;
  margin-top: 0.3rem !important;
  line-height: 1.4 !important;
}

.custom-latest-posts-text {
  font-family: inherit;
}

@media (max-width: 600px) {
  .verstecken-mobil {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .entry-meta-read-time.hidden-mobile {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    clip: auto !important;
    overflow: visible !important;
    position: relative !important;
    transform: none !important;
    color: inherit !important;
    font-size: inherit !important;
  }

  .entry-meta-read-time.hidden-mobile span {
    display: inline !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 1rem !important;
    color: inherit !important;
  }
}

#yoast-breadcrumbs span:not(:first-child) a {
  text-transform: none !important;
}

.acf-einleitung {
  margin-top: -2em !important;
  margin-bottom: 2em !important;
}

.acf-abschluss {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.autorenprofil {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 2em 0;
}