.video-wrapper {
    background: url('/images/background9.jpg') no-repeat left center;
    background-size: cover;
    background-color: #f7660f;
    padding: 5rem 0;
}

.video-wrapper h1 {
    margin-bottom: 2em;
    padding: 0 1em;
    text-align: center;
    color: #fff;
}

.video-wrapper h3 {
    color: #fff;
}

.video-wrapper p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.form_btn a {
    display: inline-block;
    margin: 2rem auto 0;
    background-color: #1e90ff;
    padding: 0.8em 1.6em;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 1rem;
    text-align: center;"
}

.video {
    width: 100%;
    max-width: 800px;
    height: 500px;
    border: 5px solid white;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.wave {
    height: 60px;
    background: #f7660f;
    overflow: hidden;
}

.invidual_btn a {
    display: inline-block;
    margin: 2rem auto 0;
    background-color: #EE780E;
    padding: 0.8em 1.6em;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.anfrage_btn a {
    display: inline-block;
    margin: 2rem auto 0;
    background-color: #1E90FF;
    padding: 0.8em 1.6em;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.icon-box .benefit_list {
   margin-left: 4em;
}

.icon-box .benefit_list li {
    font-size: 15px;
}

.orange_title {
    color: #EE780E;
}

.blue_title {
    color: #1E90FF;
}


