.dcp-index-img-container { 
    border-radius: 8px;  
    position: relative; /* wichtig für das Overlay */
}

.dcp-index-img-container.bg-start {
    background-image: url(/themes/decoplants_ch/image/decoplants-kunstpflanzen-startseite.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;  
}

@media (max-width: 767px) {
    .dcp-index-img-container.bg-start {
        min-height: 350px; 
    }
}

.dcp-index-img-container.bg-advice {
    background-image: url(/themes/decoplants_ch/image/decoplants.ch-exklusive-beratung-fuer-geschaefte-und-privat.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;  
}

.dcp-center-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
}

.dcp-center-btn .btn {
    border: 2px solid;
}


.dcp-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6); /* halbtransparent, nur Hintergrund */
    padding: 5px 0 0 0;
    border-radius: 0 0 12px 12px;
    text-align: center;
}

.dcp-overlay p {
    color: #fff;  /* Weiß, und nicht transparent */
    margin: 0;
    padding: 0 10px; /* optional etwas Abstand innen */
}


.dcp-overlay h1, .dcp-overlay h2 {
    color: #fff !important;  /* Weiß, und nicht transparent */
    margin-bottom: 0;
    line-height: 0.8;
}

.scrolling-wrapper .subcategory{
    border-radius: 10px;
}

.scrolling-wrapper img{
    border-radius: 8px;
}