/* Sichtbar responsive remediation, 2026-07-13 */

@media only screen and (max-width: 767px) {
  body.single-post .mkdf-title {
    height: auto !important;
    min-height: 60px;
  }

  body.single-post .mkdf-title .mkdf-title-holder {
    position: relative !important;
    height: auto !important;
    min-height: 60px;
    padding: 14px 0 16px;
  }

  body.single-post .mkdf-title .mkdf-container,
  body.single-post .mkdf-title .mkdf-container-inner,
  body.single-post .mkdf-title .mkdf-title-subtitle-holder,
  body.single-post .mkdf-title .mkdf-title-subtitle-holder-inner {
    height: auto !important;
  }

  body.single-post .mkdf-title h1 {
    color: #486584 !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }

  body.single-post .mkdf-title .mkdf-title-image {
    display: none !important;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .mkdf-mobile-header .mkdf-mobile-logo-wrapper,
  .mkdf-mobile-header .mkdf-mobile-logo-wrapper a {
    width: 180px !important;
    height: auto !important;
  }

  .mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
    width: 180px !important;
    height: auto !important;
    max-height: 64px !important;
  }
}

.mkdf-content .mkdf-post-text-inner p,
.mkdf-content .mkdf-post-text-inner li,
.mkdf-content .wpb_text_column p,
.mkdf-content .wpb_text_column li {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .mkdf-footer-top-holder .mkdf-three-columns-inner,
  .mkdf-footer-bottom-holder .mkdf-two-columns-50-50-inner {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 !important;
  }

  .mkdf-footer-top-holder .mkdf-three-columns-inner > .mkdf-column,
  .mkdf-footer-bottom-holder .mkdf-two-columns-50-50-inner > .mkdf-column {
    float: none !important;
    width: 50% !important;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .mkdf-footer-top-holder .mkdf-three-columns-inner > .mkdf-column:nth-child(3) {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  body.single-post .mkdf-latest-posts-widget .mkdf-excerpt {
    display: none !important;
  }

  body.single-post .mkdf-latest-posts-widget .mkdf-blog-list-item,
  body.single-post .mkdf-latest-posts-widget .mkdf-blog-list-item-inner,
  body.single-post .mkdf-latest-posts-widget .mkdf-item-text-holder {
    height: auto !important;
    min-height: 0 !important;
  }
}