.elementor-kit-8{--e-global-color-primary:#86AEBF;--e-global-color-secondary:#2B647A;--e-global-color-text:#07304A;--e-global-color-accent:#29ABE3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:55px;padding-inline-start:55px;}.site-header .site-branding .site-logo img{width:275px;max-width:275px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer{padding-inline-end:55px;padding-inline-start:55px;}.site-footer .site-branding .site-logo img{width:275px;max-width:275px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header{padding-inline-end:21px;padding-inline-start:21px;}}/* Start custom CSS *//* Hintergrundfarbe für das gesamte Suchformular */
.search_jobs {
    background-color: #f4f4f4; /* Heller Hintergrund */
    padding: 20px;
    border-radius: 10px;
}

/* Label für jedes Eingabefeld in einer anderen Farbe */
.search_jobs label {
    color: #2C3E50; /* Dunkles Blau/Grau für bessere Lesbarkeit */
    font-weight: bold;
    font-size: 14px;
}

/* Eingabefelder (Textfelder und Dropdown) */
.search_jobs input[type="text"],
.search_jobs select,
.search_jobs input[type="submit"] {
    background-color: #ffffff; /* Weiß für Eingabefelder */
    border: 1px solid #ddd; /* Leicht graue Umrandung */
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

/* Farbänderung beim Hover über den Eingabefeldern */
.search_jobs input[type="text"]:focus,
.search_jobs select:focus {
    border-color: #3498db; /* Blaue Umrandung, wenn das Feld fokussiert ist */
    outline: none;
}

/* Anpassung des Submit-Buttons */
.search_jobs .search_submit input[type="submit"] {
    background-color: #3498db; /* Blaue Hintergrundfarbe */
    color: #ffffff; /* Weißer Text */
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

/* Hover-Effekt für den Submit-Button */
.search_jobs .search_submit input[type="submit"]:hover {
    background-color: #2980b9; /* Dunkleres Blau, wenn der Button gehovt wird */
}

/* Anpassung des Checkbox-Labels */
.search_jobs .search_remote_position label {
    color: #2C3E50; /* Dunkles Blau/Grau für das Label */
}

/* Optional: Für den Clear-Bereich */
.search_jobs div[style="clear: both"] {
    clear: both;
}

/* Für das Dropdown-Menü */
.search_jobs .select2-container--default .select2-selection--single {
    background-color: #ffffff; /* Hintergrundfarbe für das Dropdown */
    border: 1px solid #ddd; /* Leicht graue Umrandung */
    padding: 20px;
    font-size: 14px;
}

/* Für die Platzhalter im Dropdown-Menü */
.search_jobs .select2-selection__placeholder {
    color: #888; /* Grau für Platzhalter-Text */
}/* End custom CSS */