<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bxcarussell .image_type_background .teaserimage{
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_description {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000', GradientType=0);
    color: #fff;
    padding: 1em;
}

.slider_description.noscript{
    position: relative;
    width: 100%;
    display: none;
}

.slider_description h3,
.slider_description h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider_teasertext {
    overflow-y: hidden;
    text-overflow: ellipsis;
    height: 50%;
}

.bx-wrapper {
	margin: 0 auto 0;
}
ul.bxslider {
	max-width: none;
}
.bx-wrapper{
	height: 100%;
}</pre></body></html>