.elementor-19445 .elementor-element.elementor-element-63338172{--display:flex;}.elementor-19445 .elementor-element.elementor-element-63beec4{--spacer-size:25px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5b1645a *//* ========================================
   ANFRAGELISTE TABELLE STYLING
   ======================================== */

.anfrage-liste {
    margin: 30px 0;
}

.anfrage-liste table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.anfrage-liste thead {
    background: #c41e3a;
    color: white;
}

.anfrage-liste th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.anfrage-liste td {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.anfrage-liste tbody tr:last-child td {
    border-bottom: none;
}

.anfrage-liste tbody tr:hover {
    background: #f8f8f8;
}

.anfrage-liste td strong {
    color: #333;
    display: block;
    margin-bottom: 4px;
}

/* Konfiguration-Spalte */
.anfrage-liste td:nth-child(2) {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre-line;
}

/* Menge-Spalte */
.anfrage-liste td:nth-child(3) {
    text-align: center;
    font-weight: 600;
    color: #c41e3a;
}

/* ========================================
   CONTACT FORM 7 STYLING
   ======================================== */

.wpcf7 {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-top: 30px;
}

.wpcf7 h3 {
    margin-top: 0;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #c41e3a;
}

.wpcf7 label {
    display: block;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    margin-top: 8px;
    transition: border-color 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #c41e3a;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}

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

.wpcf7 input[type="submit"] {
    background: #c41e3a;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
    background: #a01830;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

/* Pflichtfeld-Stern */
.wpcf7 label span.wpcf7-form-control-wrap {
    display: block;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .anfrage-liste table {
        font-size: 13px;
    }
    
    .anfrage-liste th,
    .anfrage-liste td {
        padding: 12px 8px;
    }
    
    .wpcf7 {
        padding: 20px;
    }
}

/* Shortcode-Text ausblenden */
.wpcf7 br {
    display: none;
}

/* Placeholder-Styling */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
    font-style: italic;
}

/* Formular-Fehlermeldungen */
.wpcf7-not-valid-tip {
    color: #c41e3a;
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7-response-output {
    border: 2px solid #c41e3a;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
}

.wpcf7-mail-sent-ok {
    border-color: #46b450;
    background: #f0f9f1;
    color: #46b450;
}/* End custom CSS */