.glatz-konfigurator-banner {
    position: relative;
    display: inline-block;
    max-width: 100%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
}

.glatz-konfigurator-banner img {
    width: 100%;
    height: auto;
    object-fit: contain;;
}

.glatz-konfigurator-button {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    padding: 18px 36px;
    background: #e20019;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.glatz-konfigurator-button:hover {
    opacity: 0.9;
}


.konfigurator {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 3px;
    padding: 20px 40px;
    color: #ffffff;
    background: #e20019;
    border: none;
}
.konfigurator:hover { opacity: 0.9; }

.konfigurator-close {
    cursor: pointer;
    border-radius: 2px;
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 10000;
    padding: 10px 14px;
    border: none;
}
.konfigurator-close:hover { opacity: 0.9; }
