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

.title-block::after {
  content:"";
  background-color:#001d36;
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  opacity:.5;
  @media screen and (min-width:768px) {
    opacity:1;
    background: linear-gradient(to right, rgba(0,29,54,1) 0%,rgba(0,29,54,0) 100%);
  }  
}
.title-block__content {
  background:none;
}
.breadcrumbs a {
  text-decoration: underline;
  display: inline-block;
  font-weight:600 !important;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: none !important;
}