.bul-assistant__wrapper {
    background-image: url("/fileadmin/old_typo3conf_file_storage/inv_ul_sitepackage/Resources/Public/Images/icons/bul-assistant-bg.svg");
    background-repeat: no-repeat;
    background-size: 14rem 9.5rem;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    height: 8.5rem;
    width: 21rem;
    z-index: 10;
}

.bul-assistant__wrapper .alert-close {
    position: absolute;
    left: 2rem;
    bottom: 1.8rem;
    height: 2.5rem;
    width: 2.5rem;
    background-image: url("/fileadmin/old_typo3conf_file_storage/inv_ul_sitepackage/Resources/Public/Images/icons/close.svg");
    background-size: 1.5rem;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.bul-assistant__wrapper--active {
    display: block;
}

.bul-assistant-text {
    color: white;
    position: absolute;
    right: 6.3rem;
    bottom: 1.5rem;
    left: 5.3rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
}
