/* 
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
*/
@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        transform: translateY(0);
    }
}
#master-header.sticky-header {
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#master-header.sticky-header .header-topbar {
    display: none;
}

#master-header.sticky-header .main-header-wrap {
    --margin-block-start: 0 !important;
}

.main-banner-wrap {
    --header-height: 208px;
    padding-top: var(--header-height);
}

.main-banner-wrap > div {
    min-height: calc(100vh - var(--header-height));
}

.dd-search--svg-icon .dd-search__icon svg {
    width: 1.5rem;
    height: auto;
}
.dd-search--svg-icon .elementor-search-form .dialog-close-button {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0.625rem;
    background: #588BAE;
    right: 0;
}

.title-blue span {
    color: #588BAE;
}

.title-green span {
    color: #9DC183;
}

.span-bold span {
    font-weight: 700;
}

.span-text-dark span {
    color: #404041;
}

.mt-auto {
    margin-top: auto;
}

.blog-meta-image a {
    display: block;
    width: 100%;
}

.btn-round-icon .elementor-button-content-wrapper {
    align-items: center;
}
.btn-round-icon .elementor-button-icon {
    line-height: 0;
}
.btn-round-icon .elementor-button-icon svg {
    width: 2.5rem;
}

.btn-icon-w-32 .elementor-button-content-wrapper {
    align-items: center;
}
.btn-icon-w-32 .elementor-button-icon {
    line-height: 0;
}
.btn-icon-w-32 .elementor-button-icon svg {
    width: 2rem;
}

.insulation-btn-link .elementor-button-content-wrapper {
    align-items: center;
}
.insulation-btn-link .elementor-button-icon svg {
    width: auto;
}

.before-border-line .elementor-widget-container::before {
    content: "" !important;
    display: inline-block;
    width: 4rem;
    height: 0.125rem;
    border-radius: 0.1875rem;
    background: #588BAE;
    vertical-align: 0.4em;
    margin-right: 0.75rem;
}

.elementor-element.main-banner-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 65% !important;
}

.main-banner-image.elementor-widget-image-carousel .swiper,
.main-banner-image.elementor-widget-image-carousel .swiper .swiper-slide-inner {
	height: 100%;
}
.main-banner-image.elementor-widget-image-carousel .swiper .swiper-slide-inner  {
	border-radius: 200px 0 0 0;
    overflow: hidden;
}
.main-banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

p:last-child {
    margin-bottom: 0;
}

.img-outline-border {
    margin: 0.5rem 0 0 0.5rem;
}
.img-outline-border > .elementor-widget-container {
    outline: 2px solid #9DC183;
    outline-offset: 8px;
}

.umwelt-banner-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 48%;
}
.umwelt-banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.icon-with-editer {
    position: relative;
    padding-left: 40px;
}
.icon-with-editer::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 2.00024C6.49 2.00024 2 6.49024 2 12.0002C2 17.5102 6.49 22.0002 12 22.0002C17.51 22.0002 22 17.5102 22 12.0002C22 6.49024 17.51 2.00024 12 2.00024ZM16.78 9.70024L11.11 15.3702C10.97 15.5102 10.78 15.5902 10.58 15.5902C10.38 15.5902 10.19 15.5102 10.05 15.3702L7.22 12.5402C6.93 12.2502 6.93 11.7702 7.22 11.4802C7.51 11.1902 7.99 11.1902 8.28 11.4802L10.58 13.7802L15.72 8.64024C16.01 8.35024 16.49 8.35024 16.78 8.64024C17.07 8.93024 17.07 9.40024 16.78 9.70024Z" fill="%239DC183"/></svg>');
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
}

.img-drop-shadow {
    position: relative;
}
.img-drop-shadow::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    left: -5%;
    bottom: -5%;
    z-index: 0;
    border-radius: 407px;
    background: rgba(118, 181, 16, 0.3);
    filter: blur(125px);
}
.img-drop-shadow > .elementor-widget-container {
    position: relative;
    z-index: 1;
}

.elementor-widget-search-form.search-result-form .elementor-search-form__container {
    padding: 0.375rem 0.4375rem 0.375rem 4.5rem;
    background-image: url('data:image/svg+xml,<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 21.25C4.85 21.25 0.25 16.65 0.25 11C0.25 5.35 4.85 0.75 10.5 0.75C16.15 0.75 20.75 5.35 20.75 11C20.75 16.65 16.15 21.25 10.5 21.25ZM10.5 2.25C5.67 2.25 1.75 6.18 1.75 11C1.75 15.82 5.67 19.75 10.5 19.75C15.33 19.75 19.25 15.82 19.25 11C19.25 6.18 15.33 2.25 10.5 2.25Z" fill="%23404041"/><path d="M20.9995 22.2499C20.8095 22.2499 20.6195 22.1799 20.4695 22.0299L18.4695 20.0299C18.1795 19.7399 18.1795 19.2599 18.4695 18.9699C18.7595 18.6799 19.2395 18.6799 19.5295 18.9699L21.5295 20.9699C21.8195 21.2599 21.8195 21.7399 21.5295 22.0299C21.3795 22.1799 21.1895 22.2499 20.9995 22.2499Z" fill="%23404041"/></svg>');
    background-size: 1.5rem;
    background-position: 1.5rem 50%;
    background-repeat: no-repeat;
}
.elementor-widget-search-form.search-result-form .elementor-search-form__container .elementor-search-form__submit {
    padding: 0.9375rem 2.5rem;
    border-radius: 3rem;
}

.kontakt-form-wrap .elementor-form-fields-wrapper .elementor-field {
    padding: 16px;
}

.daemmung-accordion .e-n-accordion > .e-n-accordion-item {
    background: #FFFFFF;
    border-radius: 32px;
}

.daemmung-feedback .elementor-testimonial .elementor-testimonial__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.daemmung-feedback .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__cite {
    order: -1;
    margin: 0 0 1rem 0;
}
.daemmung-feedback .elementor-testimonial .elementor-testimonial__footer {
    width: 160px;
}
.daemmung-feedback .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image {
    height: 100%;
    border: 1px solid #9DC183;
    padding: 8px;
    border-radius: 100px;
    overflow: hidden;
}
.daemmung-feedback .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image img {
    border: none !important;
    width: 100%;
    height: 100%;
    border-radius: 100px !important;
}

.geschaeftsstelle-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-top: 0;
}

.geschaeftsstelle-form .elementor-form .elementor-field {
    padding: 16px;
}
.geschaeftsstelle-form .elementor-form .elementor-field-type-submit .elementor-button-icon svg {
    width: 115px;
}
.geschaeftsstelle-form .elementor-form .elementor-field-type-submit .elementor-button-icon svg * {
    fill: #9DC183 !important;
}

.elementor-widget-image.image-shadow img {
    box-shadow: 0 0 0 8px #fff, 0 0 0 10px #588BAE;
}

.img-link-full .elementor-widget-container > a {
    display: block;
}

.h-100 {
    height: 100%;
}

.information-loop-post .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.information-loop-post .elementor-pagination .page-numbers.prev, .information-loop-post .elementor-pagination .page-numbers.next {
    padding: 10px 24px;
    border-radius: 60px;
    background: #588BAE;
    color: #fff !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.34px;
    border: 1px solid transparent;
    transition: all 350ms ease-in-out;
}
.information-loop-post .elementor-pagination .page-numbers.prev:hover, .information-loop-post .elementor-pagination .page-numbers.next:hover {
    border-radius: 60px;
    border-color: #588BAE;
    background: transparent;
    color: #121707 !important;
}

.information-search .elementor-search-form .elementor-search-form__container {
    padding: 8px;
}
.information-search .elementor-search-form .elementor-search-form__container .elementor-search-form__submit {
    border-radius: 50%;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M11.5 2.5C16.75 2.5 21 6.75 21 12C21 17.25 16.75 21.5 11.5 21.5C6.25 21.5 2 17.25 2 12C2 8.3 4.11 5.1 7.2 3.53" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 22.5L20 20.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.information-search .elementor-search-form .elementor-search-form__container .elementor-search-form__submit .e-font-icon-svg-container {
    display: none;
}

.spost-meta.elementor-widget-post-info .elementor-post-info {
    row-gap: 8px;
}

.spost-meta.elementor-widget-post-info .elementor-post-info .elementor-icon-list-item {
    padding: 10px 12px;
    border-radius: 16px;
    border: 0px solid #9DC183;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.svg-lh svg {
    max-width: 100%;
}

.e--ua-safari .w-md-auto svg {
    width: auto !important;
}

#backToTop {
	display: none;
	cursor: pointer;
}

.dialog-widget.mitglieder-popup .dialog-close-button {
    padding: 5px;
    border-radius: 50%;
}

.main-banner-image.elementor-widget-image-carousel .swiper .elementor-swiper-button.elementor-swiper-button-prev,
.main-banner-image.elementor-widget-image-carousel .swiper .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    left: 0;
    top: 100%;
    right: unset;
    transform: translateY(-100%);
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(88, 139, 174, 0.7);
}

.main-banner-image.elementor-widget-image-carousel .swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: 50px;
    border-radius: 0 20px 0 0;
}

@media (max-width: 1366px) {
    .main-banner-wrap {
        --header-height: 179px;
    }
    .main-banner-image.elementor-widget-image-carousel .swiper .swiper-slide-inner  {
        border-radius: 100px 0 0 0;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .blog-lg-h-auto .elementor-loop-container {
        grid-auto-rows: auto !important;
    }
    .insulation-btn-link .elementor-button-icon svg {
        height: 2.5rem;
    }
    .bg-md-none {
        background-image: none !important;
    }

    .w-md-auto svg {
        width: auto !important;
    }

    .main-banner-wrap {
        --header-height: 159px;
    }
    .main-banner-image.elementor-widget-image-carousel .swiper .swiper-slide-inner  {
        border-radius: 50px 0 0 0;
    }
    .home-mobile-slider {
        height: 500px;
    }
    .home-mobile-slider.elementor-widget-image-carousel .swiper .swiper-slide-inner,
    .home-mobile-slider.elementor-widget-image-carousel .swiper {
        height: 100%;
    }

    .home-mobile-slider.elementor-widget-image-carousel .swiper .swiper-slide-inner {
        border-radius: 50px;
        overflow: hidden;
    }

    .home-mobile-slider.elementor-widget-image-carousel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .insulation-btn-link .elementor-button-icon svg {
        height: 1.875rem;
    }
    .btn-icon-w-32 .elementor-button-icon svg {
        width: 1.5rem;
    }
    .main-banner-wrap {
        --header-height: 133px;
    }
    .main-banner-image.elementor-widget-image-carousel .swiper .swiper-slide-inner  {
        border-radius: 30px 0 0 0;
    }
    .home-mobile-slider {
        height: 350px;
    }
    .home-mobile-slider.elementor-widget-image-carousel .swiper .swiper-slide-inner {
        border-radius: 30px;
    }
}
@media (max-width: 576px) {
    .insulation-btn-link .elementor-button-icon svg {
        height: 1.5rem;
    }
    .daemmung-feedback .elementor-testimonial {
        display: flex;
        gap: 16px;
        flex-direction: column-reverse !important;
    }
    .daemmung-feedback .elementor-testimonial .elementor-testimonial__footer {
        width: 200px;
        height: 200px !important;
        padding: 0 !important;
        margin: 0 auto;
    }
    .daemmung-feedback .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image {
        height: 100%;
        border: 1px solid #9DC183;
        padding: 8px;
        border-radius: 200px;
        overflow: hidden;
    }
    .daemmung-feedback .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image img {
        border: none !important;
        width: 100%;
        height: 100%;
        border-radius: 200px !important;
    }
    .home-mobile-slider {
        height: 300px;
    }
}