.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#555555;--e-global-color-accent:#555555;--e-global-color-597ee0e:#FFFFFF;--e-global-color-c9279bc:#FAFAFA;--e-global-color-3c6946b:#262724;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e7a8879-font-family:"Space Grotesk";--e-global-typography-e7a8879-font-size:18px;--e-global-typography-e7a8879-line-height:33px;--e-global-typography-e7a8879-letter-spacing:-0.025px;--e-global-typography-808cbf7-font-family:"Space Grotesk";--e-global-typography-808cbf7-font-size:16px;--e-global-typography-808cbf7-line-height:33px;--e-global-typography-808cbf7-letter-spacing:-0.025px;--e-global-typography-39bed16-font-family:"Urbanist";--e-global-typography-39bed16-font-size:15px;--e-global-typography-39bed16-font-weight:300;}.elementor-kit-5 e-page-transition{background-color:#FAFAFAEB;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-c9279bc );--lightbox-ui-color:var( --e-global-color-accent );--lightbox-ui-color-hover:var( --e-global-color-3c6946b );--lightbox-text-color:var( --e-global-color-text );--lightbox-navigation-icons-size:25px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-39bed16-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-39bed16-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::-webkit-scrollbar {
    width: 0; 
    background: transparent;  
}

html,body {
    overscroll-behavior: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

img.e-page-transition--preloader {
    filter: brightness(0) saturate(100%) invert(13%);
}


 /* Remove Detach Buttons */
body + div, #detach-button-host{
    display: none !important;
    visibility: hidden !important;
}

/* 1. SEITLICHE PFEILE (SWIPER) */
.elementor-lightbox .elementor-swiper-button {
    background-color: #333333 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: -15px !important;
}

.elementor-lightbox .elementor-swiper-button-next {
    right: -15px !important;
}

/* ICON-LEISTE OBEN RECHTS (HEADER) */
.elementor-slideshow__header {
    position: absolute !important;
    top: 50px !important;
    right: 90px !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    gap: 0px !important;
    height: 40px !important;
    background: none !important;
    padding: 0 !important;
    width: auto !important;
    z-index: 100001 !important;
    opacity: 0 !important;
}

/* CLOSE-BUTTON AUS DER ECKE HOLEN */
/* X Farbe setzen */
a.dialog-close-button.dialog-lightbox-close-button i,
a.dialog-close-button.dialog-lightbox-close-button svg {
    color: #333333 !important;
    fill: #333333 !important;
    font-size: 24px !important;
}
a.dialog-close-button.dialog-lightbox-close-button {
    position: absolute !important; 
    transform: translate(0px, 0px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background-color: transparent !important; /* keine Füllung */
    border: 2px solid #333333 !important;     /* 2px Rand */

    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    z-index: 100002 !important;
}

/* ICON-BUTTONS IN REIHE */
.elementor-slideshow__header i, 
.elementor-slideshow__header a.dialog-close-button.dialog-lightbox-close-button {
    background-color: #333333 !important;
    color: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    opacity: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    order: 0 !important;
}

/* COUNTER-PILLE */
.elementor-slideshow__counter {
    background-color: rgba(51, 51, 51, 0.8) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 0 12px !important;
    border-radius: 20px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    order: 10 !important;
}

/* HOVER-EFFEKT */
.elementor-slideshow__header i:hover, 
.a.dialog-close-button.dialog-lightbox-close-button:hover, 
.elementor-swiper-button:hover {
    background-color: #9C9C9C !important;
    transition: background 0.2s ease !important;
}

/* CLOSE-ICON (X) FIX */
.a.dialog-close-button.dialog-lightbox-close-button .eicon-close {
    fill: #ffffff !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
}

/* SCROLLBAR AUSBLENDEN */
body.dialog-lightbox-open {
    overflow: hidden !important;
    padding-right: 17px; 
}

/* SCHATTEN ENTFERNEN ÜBER CSS VARIABLEN */
.elementor-lightbox {
    --lightbox-image-shadow-color: transparent !important;
    --lightbox-video-shadow-color: transparent !important;
}

/* KEIN SCHATTEN FÜR ALLE CONTAINER DER LIGHTBOX */
.elementor-lightbox .elementor-lightbox-item-content,
.elementor-lightbox .elementor-video-container,
.elementor-lightbox img,
.elementor-lightbox .elementor-lightbox-image-wrapper {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* LIGHTBOX MOBIL DEAKTIVIEREN */
@media (max-width: 1062px) {
    .elementor-element .elementor-image-attachment-lightbox, 
    .elementor-image-gallery .gallery-item a,
    .elementor-widget-image a {
        pointer-events: none !important;
        cursor: default !important;
    }
}

/*.interactive-video {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/


/* Text-Animation on Hover */
/*.interactive-video .elementor-widget-heading, .ds-cta .elementor-cta__title {*/
/*    font-family: var(--e-global-typography-primary-font-family);*/
/*    font-size: 1.2rem;*/
/*    line-height: 1.6em;*/
/*    opacity: 0;*/
/*    transform: translateY(30px);*/
/*    transition: 0.66s cubic-bezier(0.33, 0.02, 0, 0.93) 0.14s;*/
/*}*/

/*.interactive-video:hover .elementor-widget-heading, .ds-cta:hover .elementor-cta__title {*/
/*    opacity: 1;*/
/*    transform: translateY(0px);*/
/*    transition: 0.66s cubic-bezier(0.33, 0.02, 0, 0.93) 0.14s; */
/*}*/

/* ds-cta IMAGE */
/*.ds-cta .elementor-cta__bg-wrapper{*/
/*    transform: scale(1.095) translateX(0%);*/
/*    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93); */
/*}*/
/*.ds-cta:hover .elementor-cta__bg-wrapper{*/
/*    transform: scale(1.095) translateX(4%);*/
/*    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93); */
/*}*//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Urbanist';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://architekt-mischo.de/wp-content/uploads/2025/11/Urbanist-BlackItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */