.elementor-2182 .elementor-element.elementor-element-b41f463{--display:flex;}/* Start custom CSS for page-settings *//* ===== SecuGround Audit CSS für Contact Form 7 ===== */

/* Basis Styling */
body {
    font-family: "Lato", sans-serif;
    color: #777777;
    line-height: 1.625;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #69696e;
    font-weight: 700;
}

/* Audit Header */
.audit-header {
    text-align: center;
    background: #ffffff;
    padding: 40px 20px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.audit-header h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #69696e;
}

.audit-subtitle {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #777777;
}

.audit-badge {
    background: #1e3a8a;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 0.9rem;
    display: inline-block;
    font-weight: 600;
}

/* Audit Card Container */
.audit-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
    padding: 40px;
}

/* Contact Form 7 Basis */
.wpcf7 {
    background: transparent;
}

.wpcf7-form {
    background: transparent;
}

/* Sektion Headers */
.section-header {
    background: #1e3a8a;
    color: #ffffff;
    padding: 20px;
    margin: 40px 0 25px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-number {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.4rem;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 700;
}

/* Fragen Groups */
.question-group {
    margin-bottom: 40px;
}

.question {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #69696e;
}

.question-note {
    font-size: 0.9rem;
    color: #777777;
    margin-bottom: 15px;
    font-style: italic;
}

/* CF7 Checkbox und Radio Container */
.wpcf7 .checkbox-options,
.wpcf7 .radio-options {
    display: grid;
    gap: 1px;
    background: #e9ecef;
    margin-bottom: 20px;
}

.wpcf7 .checkbox-option,
.wpcf7 .radio-option {
    background: #ffffff;
    border: none;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
}

.wpcf7 .checkbox-option:hover,
.wpcf7 .radio-option:hover {
    background: #f8f9fa;
}

/* CF7 Input Styling */
.wpcf7 .checkbox-option label,
.wpcf7 .radio-option label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    width: 100%;
    margin: 0;
    color: #777777;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 2px 0 0 0;
    flex-shrink: 0;
    accent-color: #1e3a8a;
}

/* Option Content */
.wpcf7 .option-content {
    flex: 1;
}

.wpcf7 .option-title {
    font-weight: 700;
    margin-bottom: 5px;
    color: #69696e;
}

.wpcf7 .option-description {
    font-size: 0.9rem;
    opacity: 0.8;
    color: #777777;
}

/* Info Box */
.info-box {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 20px;
    margin: 25px 0;
    color: #856404;
}

.info-box .info-icon {
    font-size: 1.2rem;
    margin-right: 10px;
}

/* Formular Layout */
.wpcf7 .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.wpcf7 .form-group {
    flex: 1;
    margin-bottom: 20px;
}

.wpcf7 .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #69696e;
}

/* Formular Felder */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e9ecef;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    background: #ffffff;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #1e3a8a;
}

.wpcf7 textarea {
    resize: vertical;
    min-height: 80px;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #1e3a8a;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
    margin-top: 20px;
}

.wpcf7 input[type="submit"]:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

/* Privacy Checkbox */
.privacy-group {
    margin-bottom: 25px;
}

.privacy-group label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
}

.privacy-group input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-top: 2px;
}

.privacy-group a {
    color: #1e3a8a;
    text-decoration: underline;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-top: 2px;
}

/* CF7 Success/Error Messages */
.wpcf7-mail-sent-ok {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
}

.wpcf7-validation-errors {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.9rem;
}

/* Hidden Score Field */
.score-field {
    display: none;
}

/* Ergebnis Anzeige (für erweiterte Version) */
.results {
    display: none;
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: #e8f4f8;
    border-left: 4px solid #1e3a8a;
}

.results.show {
    display: block;
}

.score-display {
    margin: 40px auto;
    max-width: 400px;
}

.score-circle {
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    border-radius: 50%;
}

.score-text {
    font-size: 0.8rem;
    font-weight: 400;
}

/* CF7 Span Wrapper Styles */
.wpcf7 span.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7 span.wpcf7-form-control-wrap input,
.wpcf7 span.wpcf7-form-control-wrap textarea,
.wpcf7 span.wpcf7-form-control-wrap select {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 782px) {
    .audit-header h1 {
        font-size: 2rem;
    }
    
    .audit-card {
        padding: 20px;
    }

    .section-header {
        padding: 15px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .wpcf7 .form-row {
        flex-direction: column;
        gap: 0;
    }

    .wpcf7 .checkbox-option,
    .wpcf7 .radio-option {
        padding: 15px;
    }

    .wpcf7 .checkbox-option label,
    .wpcf7 .radio-option label {
        flex-direction: column;
        gap: 10px;
    }

    .wpcf7 input[type="checkbox"],
    .wpcf7 input[type="radio"] {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .audit-header {
        padding: 20px 10px;
    }
    
    .audit-card {
        padding: 15px;
    }
    
    .section-header {
        margin: 20px 0 15px 0;
        padding: 10px;
    }
    
    .question-group {
        margin-bottom: 30px;
    }
}/* End custom CSS */