.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1190 .elementor-element.elementor-element-19ffc34{text-align:center;}.elementor-1190 .elementor-element.elementor-element-19ffc34 .elementor-heading-title{color:#A80C06;}.elementor-1190 .elementor-element.elementor-element-03d4658{text-align:center;}.elementor-1190 .elementor-element.elementor-element-03d4658 .elementor-heading-title{color:#A80C06;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1190 .elementor-element.elementor-element-d1d14d6{text-align:center;}.elementor-1190 .elementor-element.elementor-element-d1d14d6 .elementor-heading-title{color:#A80C06;}.elementor-1190 .elementor-element.elementor-element-994f6c0{text-align:center;}.elementor-1190 .elementor-element.elementor-element-994f6c0 .elementor-heading-title{color:#A80C06;}.elementor-bc-flex-widget .elementor-1190 .elementor-element.elementor-element-79243d0.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-1190 .elementor-element.elementor-element-79243d0.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-1190 .elementor-element.elementor-element-95bb4a7{text-align:center;}.elementor-1190 .elementor-element.elementor-element-95bb4a7 .elementor-heading-title{color:#A80C06;}:root{--page-title-display:none;}/* Start custom CSS *//* Body und HTML im Kiosk-Modus */
html.kiosk-active,
body.kiosk-active {
    background: white !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100vh !important;
}

/* Verstecke alles außer Wrapper */
body.kiosk-active > *:not(.kiosk-wrapper) {
    display: none !important;
}

/* Wrapper für Zentrierung */
.kiosk-wrapper {
    width: 100% !important;
    height: 100vh !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Grid Container */
.kiosk-grid-container {
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Mitarbeiter-Karten */
.kiosk-grid-container .kiosk-team {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 5px !important;
    background: #f9f9f9 !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
    box-sizing: border-box !important;
}

/* Bilder - LEICHT ABGERUNDET */
.kiosk-grid-container .kiosk-team img {
    width: 170px !important;
    height: 170px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    margin: 0 0 5px 0 !important;
}

/* Namen */
.kiosk-grid-container .kiosk-team h2,
.kiosk-grid-container .kiosk-team h3 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #8B0000 !important;
    margin: 3px 0 !important;
    line-height: 1.1 !important;
}

/* Kontaktinformationen */
.kiosk-grid-container .kiosk-team p {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin: 1px 0 !important;
    color: #333 !important;
}/* End custom CSS */