.elementor-61344 .elementor-element.elementor-element-536cee1{--display:flex;--justify-content:flex-end;}.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-61344 .elementor-element.elementor-element-7c579b9{box-shadow:7px 7px 10px 1px rgba(0,0,0,0.5);}.elementor-61344 .elementor-element.elementor-element-7c579b9 img{border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}#elementor-popup-modal-61344 .dialog-widget-content{animation-duration:1.2s;background-color:#368F9B;border-style:none;border-radius:57px 57px 57px 57px;}#elementor-popup-modal-61344{background-color:#010E09CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-61344 .dialog-message{width:1000px;height:100vh;align-items:center;}#elementor-popup-modal-61344 .dialog-close-button{display:flex;font-size:28px;}#elementor-popup-modal-61344 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-61344 .dialog-close-button svg{fill:#FFFFFF;}@media(min-width:768px){.elementor-61344 .elementor-element.elementor-element-536cee1{--content-width:75%;}}/* Start custom CSS */.elementor-popup-modal .dialog-widget-content {
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.sommerfest-popup {
    padding: 0 !important;
    background: transparent !important;
}

.sommerfest-popup img {
    display: block;
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 24px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.38),
        0 8px 25px rgba(0, 0, 0, 0.20);
}

.elementor-popup-modal {
    background: rgba(25, 32, 28, 0.78) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.elementor-popup-modal .dialog-close-button {
    top: -18px !important;
    right: -18px !important;

    width: 48px;
    height: 48px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #365743 !important;

    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .25);

    font-size: 23px !important;

    transition: all .2s ease;
}

.elementor-popup-modal .dialog-close-button:hover {
    background: #365743;
    color: white !important;
    transform: rotate(90deg) scale(1.08);
}

@media (max-width: 767px) {
    .elementor-popup-modal .dialog-widget-content {
        width: calc(100vw - 30px) !important;
    }

    .sommerfest-popup img {
        max-height: 88vh;
        border-radius: 18px;
    }

    .elementor-popup-modal .dialog-close-button {
        top: -12px !important;
        right: -8px !important;
        width: 42px;
        height: 42px;
    }
}/* End custom CSS */