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

.hamburg svg>rect {
    transition: all 0.4s ease;
    transform-origin: left;
}

body.e-off-canvas__no-scroll .hamburg svg>rect:nth-child(2) {
    opacity: 0;
}

body.e-off-canvas__no-scroll .hamburg svg>rect:nth-child(1) {
    transform: rotate(135deg) translateX(-15px);
}

body.e-off-canvas__no-scroll .hamburg svg>rect:nth-child(3) {
    transform: rotate(-135deg) translateX(-15px);
}

.hover-box .hover-box-anime {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ledige-box-wrapper .hover-box {
    height: calc(100% - 42px);
    align-self: center;
    transition: height 0.5s ease, background-color 0.5s ease;
}

.ledige-box-wrapper .hover-box.active {
    height: 100%;
}

.ledige-box-wrapper .hover-box.active .hover-box-anime {
    opacity: 1;
    max-height: var(--box-info-height, 160px);
}

.ledige-box-wrapper.box-color-anime .elementor-heading-title {
    transition: color 0.5s ease;
}



.miles-box .elementor-heading-title {
    transition: color 0.5s ease;
}

.miles-box:hover .elementor-heading-title {
    color: var(--e-global-color-56aa76b) !important;
}

.price-tab .slot-timings .elementor-cta__content {
    display: inline-block;
    text-align: center;
}

.price-tab .slot-timings .elementor-cta__content > span{
    display: inline-block;
    width: auto;
}

.price-tab .slot-timings .elementor-cta__content>.elementor-cta__title {
    margin-right: 5px;
    margin-bottom: 0;
}

.price-tab .pricing-wrapper .elementor-cta__content {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.price-tab .pricing-wrapper .elementor-cta__content>span {
    width: auto;
    margin-bottom: 0;
}



@media (min-width: 1201px) {
    .miles-box .miles-box-anime {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .miles-box:hover .miles-box-anime {
        max-height: var(--miles-info-hieght, 150px);
        opacity: 1;
    }

    .miles-box {
        height: calc(100% - 1.75rem);
        transition: height 0.5s ease, background-color 0.5s ease;
    }

    .miles-box:hover {
        height: 100%;
    }


    .price-tab .e-n-accordion {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }

    .price-tab .e-n-accordion>.e-n-accordion-item {
        background-color: var(--e-global-color-1106818);
        padding: 1.5rem;
        border-radius: 1rem;
        display: grid;
        grid-template-rows: auto 1fr;
        height: 100%;
        /* min-height: 420px; */
    }

    .price-tab .e-n-accordion>.e-n-accordion-item .e-n-accordion-item-title-text {
        color: var(--e-global-color-56aa76b);
    }

    .price-tab .e-n-accordion>.e-n-accordion-item>div:nth-child(2) {
        display: flex !important;
        height: 100%;
    }

    .price-tab .e-n-accordion>.e-n-accordion-item>div:nth-child(2)>div {
        height: 100%;
    }

    .price-tab .e-n-accordion-item-title-icon {
        display: none;
    }

    body:not(.elementor-editor-active) .price-tab .e-n-accordion-item-title {
        pointer-events: none;
        text-align: center;
    }
    .ledige-box-wrapper.box-color-anime .hover-box.active :is(.elementor-heading-title, .elementor-widget-text-editor) {
        color: var(--e-global-color-56aa76b) !important;
    }

}

@media (max-width: 1200px) {
    .miles-box {
        min-height: 445px;
    }

    .miles-box .elementor-heading-title {
        color: var(--e-global-color-56aa76b) !important;
    }

    .price-tab .e-n-accordion>.e-n-accordion-item {
        border-radius: 1rem;
        padding: 1rem;
    }

    .price-tab .e-n-accordion>.e-n-accordion-item:not([open]):after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: var(--e-global-color-1106818);
        width: 100%;
    }

    .price-tab .e-n-accordion>.e-n-accordion-item[open] {
        background-color: var(--e-global-color-1106818);
    }
    .price-tab .slot-timings .elementor-cta__content{
        text-align: left !important;
    }
    .price-tab .e-n-accordion{
        display: grid;
        gap: 1rem;
    }
    .ledige-box-wrapper.box-color-anime .hover-box .hover-box-anime{
        max-height: none;
        opacity: 1;
        overflow: auto;
    }
    .ledige-box-wrapper.box-color-anime .hover-box{
        height: auto;
    }
}

@media (max-width: 810px) {
    .miles-box {
        min-height: 288px;
    }

    .ledige-box-wrapper .hover-box .hover-box-anime {
        max-height: none;
        opacity: 1;
    }
}