/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2025 | 21:35:52 */
.steckschnallen h2 img {
      width: 70px;
    height: 70px;
    margin-right: 15px;
    vertical-align: middle;
 
  filter: brightness(3) contrast(1.2) saturate(0) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));

}

.steckschnallen h2::before {
    content: "";
    position: absolute;
    bottom: 2px; /* Moves the underline higher */
    left: 50%;
    width: 60%; /* Adjust width */
    height: 2px; /* Adjust thickness */
    background-color: #fff; /* White underline */
    transform: translateX(-50%);
}

.steckschnallen h2 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    margin-top: 20px;
    color: #fff;
   
}

@media (max-width: 768px) {
    .steckschnallen h2  {
      font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
 
    color: #fff;
           
}
	
.steckschnallen h2::before {
    content: "";
    position: absolute;
    bottom: 2px; /* Moves the underline higher */
    left: 50%;
    width: 60%; /* Adjust width */
    height: 2px; /* Adjust thickness */
    background-color: #fff; /* White underline */
    transform: translateX(-50%);
}
}