/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 5/2025
 * ===========================
 */

.title-block::after {
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.title-block__content,
.title-block .breadcrumbs,
.title-block .breadcrumbs a,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus,
.title-block .sfContentBlock{
  text-shadow:none;
  color:#262626;
}
.title-block .breadcrumbs a {
  font-weight:600;
}
.title-block__content { background:transparent; }
.title-block__content img { 
  max-width:90%;
  margin:0;
  @media screen and (min-width:768px) {
    max-width:700px;
  }
}