/* 
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 */

/* Erzwingt Zeilenumbruch für alle Estatik-Checkboxen */
.es-field--checkbox {
    display: block !important;
    width: 100% !important;
    margin-top: 8px !important;
}

/* Abstand vor der ersten Checkbox im Block */
.es-field--checkbox:first-child {
    margin-top: 12px !important;
}



/* Alle Filter-Labels in Estatik untereinander anzeigen */
.es-field__label {
    display: block;
    margin-bottom: 4px; /* kleiner Abstand zum Feld */
}

/* Alle Dropdowns in der Filterbox auf volle Breite */
label .select2-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Auch das Original-Select (falls sichtbar) */
label select.es-field__input {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Estatik Suchmodul (Suchtyp: Haupt) */

/* Hintergrund */
.es-search.es-search--main {
  background-color: #7D1F1F !important;
}

/* Überschrift */
.es-search.es-search--main h3 {
  color: #ffffff !important;
}

/* Button Gold (#D1B86C) */
.es-search.es-search--main .es-btn,
.es-search.es-search--main .es-search__submit,
.es-search.es-search--main button[type="submit"],
.es-search.es-search--main input[type="submit"],
.es-search.es-search--main a.es-btn {
  background-color: #D1B86C !important;
  border-color: #D1B86C !important;
  color: #1a1a1a !important;
}

.es-search.es-search--main .es-btn:hover,
.es-search.es-search--main .es-search__submit:hover,
.es-search.es-search--main button[type="submit"]:hover,
.es-search.es-search--main input[type="submit"]:hover,
.es-search.es-search--main a.es-btn:hover {
  background-color: #c7ad5f !important;
  border-color: #c7ad5f !important;
  color: #111 !important;
}


/*
/*PAGESPEED OPTIMIERUNG
/*abschalten der eingangsanimation auf Mobilgeräten*/
@media (max-width: 767px){
  /* Nur im Hero-Container (62a6a832) keine Animation */
  .elementor-element-62a6a832 .elementor-animated,
  .elementor-element-62a6a832 .animated{
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}*/


@font-face {
  font-display: swap;
}
*/


