{##########################################}
{#### lichtline GmbH ######################}
{#### it@lichtline.com ####################}
{##########################################}

{##########################################}
{#### CSS Code ############################}
{##########################################}

.image_header_wrapper {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image_header_img {
    position: relative;
    object-fit: cover;
    z-index: 0;
    max-width: 100%;
}

.image_header_text {
    position: relative;
    z-index: 200;
}

.image_header_additional_content {
    position: absolute;
    z-index: 200;
    width: 80px;
    right: 20px;
    bottom: 20px;
}

.image_header_overlay {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    pointer-events: none;
}