.ekit-stylish-list-content-icon {
	align-items: flex-start !important;
}

.argument-list-final-statement .ekit-stylish-list-content-text {
	text-align: center;
}

.bookitup-module .elementor-icon {
	background-color: #e8eef4;
	padding: 12px;
	border-radius: 8px;
	margin-top: 12px;
}

.bookitup-module .elementor-icon-box-wrapper {
	flex-direction: row !important;
}

.bookitup-flow .ekit-stylish-list-content-badge {
	max-width: 100px;
	min-width: 50px;
	font-weight: 800;
	align-self: center;
}

/* Fix: Mobile-Ausrichtung der ekit-stylish-list Icons */
.ekit-stylish-list .ekit-stylish-list-content {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
}
.ekit-stylish-list .ekit-stylish-list-content-icon {
	align-self: flex-start !important;
	flex-shrink: 0 !important;
	margin-top: 2px !important;
}

.elementor-widget-testimonial-carousel .swiper-slide {
	padding: 0;
}



.bookitup-price-details .elementor-widget-container {
	display: flex;
	align-items: end;
}

    /* Fix: CloudFront cached post-5.css noch mit margin:25px.
       Überschreibe für Startseite-Content alle horizontalen Margins. */
    @media (max-width: 1024px) {
        html .elementor-5 .elementor-element {
            --margin-left: 0px !important;
            --margin-right: 0px !important;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
    }
@media (max-width: 767px) {
    /* Fix: Padding darf nicht über den Viewport hinausgehen */
    .e-con,
    .elementor-element {
        box-sizing: border-box !important;
    }

    /* Fix: Preis-Karten auf Mobile untereinander */
    [data-id="ee56bbb"] .e-con-inner,
    [data-id="1439dbd"] .e-con-inner {
        flex-direction: column !important;
        --flex-direction: column !important;
    }
    [data-id="ee56bbb"] .e-con-inner > .elementor-element,
    [data-id="1439dbd"] .e-con-inner > .elementor-element {
        width: 100% !important;
        max-width: 100% !important;
    }


	.bookitup-price-section {
		padding: 10px;
	}
	
	.bookitup-price-details .elementor-widget-container {
		justify-content: center;
	}	
	
	.elementor-element.reverse-on-mobile {
		flex-direction: column !important;
		--flex-direction: column !important;
	}
	
}

.bookitup-price-details p {
	margin: 0;
}		

@media (max-width: 767px) {


}

/* ── Ersatz für Elementor-Skripte (siehe site.js) ── */

/* Header bleibt oben stehen (vorher Elementor Pro "Sticky") */
.elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 99;
}

/* Desktop-Menü: Untermenüs bei Hover/Fokus (vorher SmartMenus) */
.elementor-nav-menu--main .menu-item-has-children:hover > ul.sub-menu,
.elementor-nav-menu--main .menu-item-has-children:focus-within > ul.sub-menu {
	display: block !important;
	z-index: 100;
}

/* Popup-Vorlagen erst im Dialog anzeigen */
[data-elementor-type="popup"] {
	display: none;
}

.bk-dialog [data-elementor-type="popup"] {
	display: block;
}

.bk-dialog {
	padding: 0;
	border: 0;
	background: transparent;
	max-width: calc(100vw - 32px);
	max-height: calc(100dvh - 32px);
	overflow: visible;
}

.bk-dialog::backdrop {
	background: rgba(0, 0, 0, .8);
}

.bk-dialog__close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--e-global-color-879fbc8, #1D5191);
	color: #fff;
	cursor: pointer;
}

/* Brand-Blau auch bei Hover/Fokus: das Theme färbt Buttons dort sonst pink */
dialog.bk-dialog button.bk-dialog__close,
dialog.bk-dialog button.bk-dialog__close:hover,
dialog.bk-dialog button.bk-dialog__close:focus {
	background: var(--e-global-color-879fbc8, #1D5191);
	color: #fff;
}

dialog.bk-dialog button.bk-dialog__close:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.bk-popup {
	width: 640px;
	background: #fff;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: auto;
}

.bk-lightbox__figure {
	margin: 0;
	text-align: center;
}

.bk-lightbox__figure img {
	display: block;
	max-width: calc(100vw - 32px);
	max-height: calc(100dvh - 96px);
	width: auto;
	height: auto;
	margin: 0 auto;
}

.bk-lightbox__figure figcaption {
	margin-top: 12px;
	color: #fff;
}

/* Footer mobil: "Hilfreiche Links" über die volle Breite wie "Kontakt" (Elementor: 50%, rechtsbündig) */
@media (max-width: 767px) {
	.elementor-839 .elementor-element.elementor-element-5e82dbae.e-con {
		--width: 100%;
	}
}
