/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.entry-title {display:none!important;}
.site-header .site-branding .site-logo img {
	height: 230px;
    width: auto;
    max-width: unset;
}

/* Allgemeines Layout */
.formular-kontakt .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.formular-kontakt .form-col {
    flex: 1;
    min-width: 250px;
}

.formular-kontakt .form-fullwidth {
    flex: 1 1 100%;
}

.formular-kontakt label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}

/* Eingabefelder */
.formular-kontakt input,
.formular-kontakt select,
.formular-kontakt textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    color: #434c50;
    font-family: Roboto, sans-serif;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.formular-kontakt input:focus,
.formular-kontakt textarea:focus {
    border-color: #a00909;
    box-shadow: 0 0 4px rgba(160, 9, 9, 0.3);
    outline: none;
}

/* Checkbox / Datenschutz */
.formular-kontakt .wpcf7-acceptance {
    margin-top: 10px;
}

.formular-kontakt .wpcf7-list-item-label a {
    color: #a00909;
    text-decoration: underline;
}

/* Button Styling */
.formular-kontakt .wpcf7-submit {
    background-color: #a00909;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.formular-kontakt .wpcf7-submit:hover {
    background-color: #7d0606;
}

/* Pflichtfeld-Hinweis */
.formular-kontakt .required-fields-notice {
    font-size: 0.9rem;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .formular-kontakt .form-row {
        flex-direction: column;
    }
}
