
/*--------------------------------------------------------------
# Info-text section
--------------------------------------------------------------*/

.modern-design #info-text {
	padding-top: 0;
	margin-top: -125px;
}

#info-text .entry-content {
    margin: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    #info-text .entry-content {
        background-size: cover; /* Hintergrundbild bleibt gross für Tablets und Handys */
    }
}
