/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2026 | 13:22:24 */
/*Startseite*/
/* Hero Container */
.hero {
    position: relative;
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
}

/* Gradient Overlay auf Bild */
.hero .upb_row_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}

/* Hero Text Box */
.hero .hero-text {
    position: relative;
    margin-bottom: 20px !important;
    width: 100% !important;
    max-width: 1250px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
}

.hero .hero-text .vc_column-inner {
    padding: 24px !important;
    max-width: 550px !important;
}

.hero-text {
    text-wrap: balance;
}

.hero-text h1 {
    margin-bottom: 10px !important;
    color: #ffffff !important;
}

.hero-text h3 {
    color: #ffffff !important;
}

.hero-text p,
.hero-text .uvc-sub-heading {
    color: #ffffff !important;
}

.bold strong {
    color: #ffffff !important;
}

.dt-btn, .widget .dt-form .dt-btn, .nsu-submit, .give-btn.give-btn-reveal, .give-submit.give-btn {
    height: 50px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0 !important;
}

@media (max-width: 768px) {
    .hero .hero-text {
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-bottom: 16px !important;
    }
	
    .hero .hero-text .vc_column-inner {
        padding: 20px !important;
        max-width: 100% !important;
    }
}