/* Styling for banner */
.banner {
    position: relative;
    height: 469px;
    background: url('https://shop-rib.com/storage/app/media/RIB%20Shop%202024/Startseite/Banner%20Startseite.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-overlay h1 {
    font-size: 36px;
    margin-bottom: 20px;
}