/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/*===================== FORMULARE =====================*/

/* Schnellanfrage */

.schnellanfrage form {
    display: grid;
    grid-template-columns: 80% 20%;
	grid-gap: 20px;
}

.schnellanfrage .gform_footer.top_label {
    margin: 0px !important;
    padding: 0px !important;
}

.schnellanfrage .instruction {
    display: none;
}

.schnellanfrage .gform_footer.top_label {
    position: relative;
}

.schnellanfrage .gform_footer.top_label input {
    position: absolute;
    bottom: 0;
    margin: 0px !important;
}

/*===================== HEADER =====================*/

.elementor.elementor-location-header {
    position: absolute;
    z-index: 500;
    width: 100%;
}


/*===================== FERIENWOHNUNGEN =====================*/


/* Map Listing */
.fewo-liste ul {
    padding: 0;
    columns: 2;
    list-style: none;
    gap: 30px;
}

.fewo-liste ul li a:hover {
    color: var( --e-global-color-text );
}

.gm-style div div.gmnoprint {
    top: auto !important;
    bottom: 50px !important;
}

/* Grid Listing */
.haus-badge {
    transform: rotate(25deg) translate(115px, -25px);
    z-index: 99 !important;
	pointer-events: none;
}

/* Single */
.fewo-sticky-header.elementor-sticky--active {
    background-color: var( --e-global-color-e0f3940 ) !important;
	box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}

.fewo-sticky-header .fewo-info {
    opacity: 1;
	transition: opacity 0.3s;
}

.fewo-sticky-header .fewo-titel {
    opacity: 0;
	transition: opacity 0.3s;
}

.fewo-sticky-header.elementor-sticky--active .fewo-info {
    opacity: 0;
}

.fewo-sticky-header.elementor-sticky--active .fewo-titel {
    opacity: 1;
}



/*========================= FORMULAR =========================*/

h2.gsection_title {
    font-size: 22px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

.gsection {
    border-bottom: solid 2px #B7B7B7 !important;
}

.gfield_description.gfield_consent_description {
    padding: 0px !important;
    border: none !important;
    overflow: hidden !important;
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
	font-weight: 300;
}

.ui-datepicker {
    margin: 0px !important;
    width: auto !important;
}

table.ui-datepicker-calendar  a {
    width: 40px !important;
    height: 40px !important;
}

.ui-datepicker-div {
    width: 288px !important;
    padding-bottom: 10px !important;
}

span.gfield_required {
    font-size: 40px;
    line-height: 1px;
}

h2.gform_submission_error.hide_summary {
    font-size: 22px !important;
}

/* Datepicker FIX */
.gform-body .datepicker {
    border: 1px solid #dbdbdb;
    box-shadow: none;
    border-radius: 4px;
    font-family: inherit;
    width: 100% !important;
    position: relative;
    left: 0;
    opacity: 1;
}
/*========================= Marker =========================*/

.leaflet-marker-icon {
	margin-top:-49px!important;
}