/* ===== Blitzumzug24 – CF7 FORCE COLORS ===== */

.wpcf7 form input,
.wpcf7 form textarea {
    background-color: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
}

.wpcf7 form input::placeholder,
.wpcf7 form textarea::placeholder {
    color: rgba(255,255,255,0.65) !important;
}
 #top-wrap > div.page_slider.intro_slider.intro_section > div > div > ul > li.slide-number-1.text-center.l.m.flex-active-slide > div > div > div > div > h4{
  margin-top: 6em;
    color: #ffffff !important;

} 

#top-wrap > div.page_slider.intro_slider.intro_section > div > div > ul > li.slide-number-1.text-center.l.m.flex-active-slide > div > div > div > div > div.slide-description.animated.pullUp
{
  
    color: #ffffff !important;
	font-size: 25px ;
	font-style :bolder !important;

} 

.wpcf7 form input:focus,
.wpcf7 form textarea:focus {
    border-color: #F4A62A !important;
    outline: none !important;
}

.wpcf7 form .wpcf7-submit {
    background-color: #F4A62A !important;
    color: #ffffff !important;
    border: none !important;
    padding: 15px 36px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.wpcf7 form .wpcf7-submit:hover {
    background-color: #E6951F !important;
}
.cf-input {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
}


a[href="#"] {
    cursor: pointer;
}
.topline a {
    cursor: pointer;
}

/* Overlay Hintergrund */
.blitz-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* dunkler */
  backdrop-filter: blur(4px);
}

/* Nur dieses Popup */
#pum-1758 .wpcf7-form label {
    display: block;
    color: #f4a62a !important;   /* Orange */
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 20px;           /* Abstand zwischen Feldern */
}

/* Abstand zwischen Formular-Blöcken */
#pum-1758 .wpcf7-form p {
    margin-bottom: 25px !important;
}

/* Radio Buttons Abstand */
#pum-1758 .wpcf7-list-item {
    display: block;
    margin-bottom: 8px;
}

/* Eingabefelder */
#pum-1758 input,
#pum-1758 textarea,
#pum-1758 select {
    background: #1e2a3d !important;
    border: 1px solid #2f3f5a !important;
    color: #ffffff !important;
    padding: 12px;
    border-radius: 8px;
}

/* Required Stern */
#pum-1758 .wpcf7-not-valid-tip {
    color: #ff4d4d !important;
}
/* ===============================
   BLITZ UMZUG FORM DESIGN
================================= */

.wpcf7 form {
    background: #273171;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.wpcf7 form h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 18px;
    transition: 0.3s;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255,255,255,0.7);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #f4a62a;
    background: rgba(255,255,255,0.2);
    outline: none;
}

.wpcf7 input[type="submit"],
.wpcf7 .cf7mls_next,
.wpcf7 .cf7mls_back {
    background: #f4a62a;
    color: #000;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .cf7mls_next:hover,
.wpcf7 .cf7mls_back:hover {
    background: #ffb84d;
}

.blitz-left h2 {
    color: #ff8507 !important;
}
.blitz-left p {
    color: #ffffff !important;
}
strong {
    color: #eee !important;
}
label {
  
    color:#fff !important;
}
.wpcf7 form h3 {
	color: #ff8507;}

.wpcf7 form .wpcf7-submit {
	background-color:#ff8507 !important;
}
.wpcf7 input[type="submit"], .wpcf7 .cf7mls_next, .wpcf7 .cf7mls_back {
    background: #ff8507;
	color: #fff;}

/* ===============================
   BLITZ CONTACT GRID STYLE
================================= */

.blitz-contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 60px 40px;
}

/* LEFT SIDE */
.blitz-left h2 {
    font-size: 38px;
    color: #e3a23b;
    margin-bottom: 25px;
    line-height: 1.2;
}

.blitz-left ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.blitz-left ul li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.blitz-left ul li::before {
    content: "✔";
    color: #28a745;
    margin-right: 8px;
}

/* WhatsApp Button */
.blitz-whatsapp {
    display: inline-block;
    padding: 14px 28px;
    background: #25D366;
    color: #fff;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s;
}

.blitz-whatsapp:hover {
    background: #1ebe5d;
}

/* RIGHT FORM BOX */
.blitz-form-box {
    background: #2f3a78;
    padding: 40px;
    border-radius: 20px;
}

/* FORM GRID */
.blitz-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.blitz-form-box input,
.blitz-form-box textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    background: transparent;
    color: #fff;
}

.blitz-form-box textarea {
    height: 160px;
}

.blitz-form-box input::placeholder,
.blitz-form-box textarea::placeholder {
    color: rgba(255,255,255,0.7);
}

/* Button */
.blitz-submit input {
    width: 100%;
    background: #f28c28;
    border: none;
    padding: 16px;
    border-radius: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.blitz-submit input:hover {
    background: #ff9f3f;
}

/* Mobile */
@media (max-width: 768px){
    .blitz-contact-section {
        grid-template-columns: 1fr;
    }

    .blitz-row {
        grid-template-columns: 1fr;
    }
}
.blitz-left ul li {
    color: #fff;
}  


.container-1170 .main .container, .container-1170 .title .container, .container-1170 .header .container, .container-1170 .toplogo .container, .container-1170 .page_topline .container
 {    
max-width: 100% !important;
padding-left: 0em !important; padding-right:0em !important;
}
.pb-10 {
  
padding-bottom: 0em !important; padding-top: 0em !important;
} 

}
#main > div
{
padding-left: 0em !important; padding-right:0em !important;
    }