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

/*Menu Item*/
.drop-menu .menu-item .elementor-item {
    line-height: var(--e-global-typography-5af0b7d-line-height);
}

.drop-menu .elementor-nav-menu .menu-item-has-children {
    overflow: hidden;
}

.menu-desk-popup .dialog-close-button {
    border: 2px solid var(--e-global-color-c6fd659);
    border-radius: 50%;
    padding: 6px;
}

.menu-desk-popup .dialog-close-button:focus-visible {
    outline: none !important;
}

.drop-menu .elementor-nav-menu .has-submenu {
    padding: 0 !important;
    font-family: Satoshi;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
}

.drop-menu .elementor-nav-menu .has-submenu.highlighted {
    margin-bottom: 24px;
}

.drop-menu .sub-menu a {
    border-inline-start: none !important;
}

.drop-menu .sub-menu li {
    margin-bottom: 10px;
}


.admin-bar .header-section {
    top: 32px !important;
}

.service-items {
    flex: 0 0 calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
}

.service-items .elementor-widget-icon {
    opacity: 0;
    transition: 0.8s;
}

.service-items:hover .elementor-widget-icon {
    opacity: 1;
}

.service-items .service-image,
.service-items .elementor-heading-title,
.service-items .service-image img {
    transition: 0.8s;
}

.service-items .service-image {
    overflow: hidden;
}

.service-items:hover .service-image img {
    transform: scale(1.1);
}

.service-items:not(.no-hover):hover .elementor-heading-title {
    color: var(--e-global-color-c6fd659) !important;
}

.compelling-items {
    max-width: calc((100% - 48px) / 3) !important;
    flex: 0 0 calc((100% - 48px) / 3) !important;
}

.counter-divider {
    background: rgba(35, 31, 32, 0.3);
    width: 1px;
    height: 65px;
    margin: 0 44px;
}

.prop-slider .swiper-pagination .swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid var(--e-global-color-c6fd659);
}
.prop-slider .swiper-pagination {
    text-align: right;
    padding-right: 30px;
	bottom: 30px !important;
}
.prop-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--e-global-color-c6fd659) !important;;
}

/*Verkauf*/
.compelling-items.col-2,
.verkauf-ab-item {
    max-width: calc((100% - 12px) / 2) !important;
    flex: 0 0 calc((100% - 12px) / 2) !important;
}

.compelling-items.col-2 .elementor-icon-box-description {
    width: 85%;
}

/*Vermietung*/
.vermarktung-items,
.weitblick-items {
    max-width: calc((100% - 24px) / 3) !important;
    flex: 0 0 calc((100% - 24px) / 3) !important;
}

/*Über uns*/
.team-member {
    flex: 0 0 calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
}

.team-member .member-image {
    overflow: hidden;
}

.team-member .member-image img {
    transition: 0.8s;
}

.team-member:hover .member-image img {
    transform: scale(1.1);
}

.filter-buttons ul li a,
.filter-buttons .e-filter-item {
    background: transparent;
    border-radius: 2px;
    padding: 4px 10px;
    line-height: 1.4em !important;
    transition: 0.5s;
}

.filter-buttons ul li a.active,
.filter-buttons ul li a:hover,
.filter-buttons .e-filter-item:hover {
    background: var(--e-global-color-accent);
}

.filter-buttons ul li a.active span,
.filter-buttons ul li a:hover span {
    color: var(--e-global-color-c6fd659) !important;
}

/*Kontakt Form*/
#kontakt-form .wpforms-container {
    margin: 0;
}

#kontakt-form .wpforms-field {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

#kontakt-form .wpforms-field.half-field {
    flex: 0 0 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
}

#kontakt-form .wpforms-field .wpforms-field-label {
    margin: 0;
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    background: var(--e-global-color-3e4c141);
    padding: 2px 5px;
    transition: 0.5s;
}

#kontakt-form.kontakt .wpforms-field .wpforms-field-label {
    background: var(--e-global-color-74766cd);
}

#kontakt-form .wpforms-field:not(.wpforms-field-file-upload) .wpforms-field-label {
    position: absolute;
    top: 6px;
    left: 10px;
}

#kontakt-form .wpforms-field input,
#kontakt-form .wpforms-field textarea {
    color: rgba(35, 31, 32, 1);
}

#kontakt-form .wpforms-field input:focus,
#kontakt-form .wpforms-field textarea:focus {
    box-shadow: none;
    border-color: rgba(35, 31, 32, 1);
}

#kontakt-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 12px;
    flex-direction: row;
    justify-content: space-between;
}

#kontakt-form .wpforms-field.focused .wpforms-field-label {
    font-size: 90%;
    top: -13px;
    left: 10px;
    color: rgba(35, 31, 32, 1);
}

#kontakt-form .wpforms-field.focused input,
#kontakt-form .wpforms-field.focused textarea {
    border-color: rgba(35, 31, 32, 1);
}

#kontakt-form .wpforms-submit-container {
    margin-top: 32px;
}

#kontakt-form .wpforms-submit {
    height: unset;
    padding: 12px 24px;
    border-radius: 2px;
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.adv-footer {
    display: none;
}

@media all and (max-width: 1025px) and (min-width: 771px) {
    .unabhangig {
        width: 18%;
    }

    .transak {
        width: 22%;
    }

    .vermietete {
        width: 20%;
    }

    .jahre {
        width: 12%;
    }

    .counter-divider {
        margin: 0 30px;
    }

    .footer-section .footer-top {
        width: 34%;
    }

    .footer-section .footer-menu {
        width: 62%;
    }

    .footer-menu .footer-menu-one,
    .footer-menu .footer-menu-two {
        width: 30%;
    }

    .adv-footer {
        display: flex !important;
    }

    .innovation-section .innovation-title {
        width: 35% !important;
    }

    .innovation-section .innovation-content {
        width: 58% !important;
    }

    .referenzen-section .referenzen-title {
        width: 42%;
    }

    .referenzen-section .referenzen-slider {
        width: 56%;
    }

    .footer-kontakt-section .footer-kontakt-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-kontakt-section .footer-kontakt-form {
        width: 55%;
    }

    .service-section .service-content {
        width: 52%;
    }

    .service-section .service-kont-info {
        width: 46%;
    }
}

@media all and (max-width: 770px) {

    .unabhangig,
    .transak,
    .vermietete,
    .jahre {
        width: calc((100% - 90px) / 2);
    }

    .adv-footer {
        display: flex !important;
    }

    .service-items,
    .filter-item,
    .team-member {
        flex: 0 0 calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
    }

    .compelling-items {
        max-width: calc((100% - 24px) / 2) !important;
        flex: 0 0 calc((100% - 24px) / 2) !important;
    }

    .uber-uns-section .uber-uns-content,
    .kontakt-info-section .kontakt-info-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .uber-uns-section .e-con-full.uber-uns-image,
    .kontakt-info-section .kontakt-info-address {
        width: 100%;
    }

    .counter-divider.d-hide {
        display: none;
    }
}

@media all and (max-width: 440px) {

    .service-items,
    .compelling-items,
    #kontakt-form .wpforms-field.half-field,
    .filter-item,
    .team-member,
    .verkauf-ab-item,
    .compelling-items.col-2,
    .vermarktung-items,
    .weitblick-items,
    .unabhangig,
    .transak,
    .vermietete,
    .jahre {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #kontakt-form .wpforms-field {
        overflow-x: visible;
    }

    #kontakt-form .wpforms-field-container {
        gap: 16px 12px;
    }

    .compelling-items.col-2 .elementor-icon-box-description {
        width: 100%;
    }

    .counter-divider {
        background: rgba(35, 31, 32, 0.3);
        width: 100%;
        height: 1px;
        margin: 0;
    }
	.prop-slider .swiper-pagination {
		padding-right: 15px;
		bottom: 15px !important;
	}
}