@media (max-width: 767px) {

  .sprachwahl a {
    margin: 0;
  }

  .subitem-anfrageblockA, .subitem-anfrageblockB, .subitem-anfrageblockC {
    width: 95% !important;
  }

  .subitem-anfrageblockC {
    margin-left: 1% !important;
  }

  .mod_preistabelle th,
  .mod_preistabelle td {
    font-size: 80%;
    word-wrap: break-word; /* Lange Wörter dürfen umbrechen */
  overflow-wrap: anywhere; /* Modernere Alternative für flexibleren Umbruch */
  }

}


@media (max-width:992px) {

  .nui.grid.stackable.horizontal.spaced.columnx1.ersatzterminblock {
    flex-direction: column !important;
  }

    .page-header h1 {
        font-size: 26px;
        line-height: 34px;
      padding: 50px 20px 0px 20px;
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title { /* bei seite woistwas */
      font-size: 14px;
    }

    .startbox .sppb-addon-title {
        font-size: 28px !important;
    }

    .sppb-addon-title {
        font-size: 28px !important;
      }

      .menu-unten ul {
        margin-bottom: 25px;
      }



}


