.widget109 {
    height: 581px;
    width: 100%;
    overflow:hidden;
    position: relative;
    max-height: 581px;
    margin-top:20px;
}

@media all and (max-width:1520px) {
    .widget109 {
        height: 35vw;
    }
}
@media all and (max-width:1400px) {
    .widget109 {
        height: 33vw;
    }
}
.widget109-container
{
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 96vw;
    overflow: visible;
}
.widget109-container .row
{
    height:100%;
}
.widget109-container .header-owl
{
    height:100%;
    max-width: 1520px;
    margin: 0 auto;
}
.widget109-container .header-owl .owl-stage-outer
{
    height:100%;
    overflow: visible;
}
.widget109-container .header-owl .owl-stage-outer  .owl-stage
{
    height:100%;
}
.widget109-container .owl-item
{
    height: 100%;
    width: 100%;
}
.widget109-container .owl-item .item
{
    height: 100%;
    width: 100%;
    border-radius: 40px;
    display: flex;
    position: relative;
    max-width: 1920px;
    margin:0 auto;
    overflow:hidden;
}
.widget109-container .content_cont
 {
     height: 100%;
     width: 40%;
     position: absolute;
     top:0;
     z-index: 2;
 }
.widget109-container .content_cont.content_left
{
    left:0;
}
.widget109-container .content_cont.content_right
{
    right:0;
}

.widget109-container .content_graphic,
.widget109-container .video-wrapper
{
    height: 100%;
    width:61%;
    position: absolute;
    top:0;
    z-index: 1;
    overflow:hidden;
    display: flex;
    justify-items: center;
}

.widget109-container .content_graphic img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Deckt den gesamten Container ab, ohne das Seitenverhältnis zu verzerren */
    object-position: center; /* Zentriert das Bild im Container */
}

.widget109-container .content_graphic.content_left,
.widget109-container .video-wrapper.content_left
{
    right:0;
}
.widget109-container .content_graphic.content_right,
.widget109-container .video-wrapper.content_right
{
    left:0;
}



@media all and (max-width:800px) {
    .widget109-container .video-wrapper
    {
        height: 50%;
    }
}

@media all and (max-width:1000px) {

    .widget109
    {
        max-height: 75vw;
        height: 75vw;
    }
    .widget109-container
    {
        max-width: 92vw;
    }

    .widget109-container .content_cont
    {
        width: 100%;
        height: 25vw;
        bottom: 0;
        left:0;
        right:0;
        top: auto;
    }
    .widget109-container .content_graphic
    {
        width: 100%;
        height: 51vw;
        top: 0;
        bottom:auto;
        left:0;
        right:0;
    }
    .widget109-container .video-wrapper
    {
        width: 100%;
        height: 51vw;
        top: 0;
        left:0;
        right:0;
        bottom:auto;
    }
    .widget109-container .owl-item img.logo {
        display:none;
    }
}

@media all and (max-width:800px) {
    .widget109
    {
        max-height: 90vw;
        height: 90vw;
    }
    .widget109-container .content_cont
    {
        height: 40vw;
    }
}

@media all and (max-width:600px) {
    .widget109
    {
        max-height: 110vw;
        height: 110vw;
    }
    .widget109-container .content_cont
    {
        height: 60vw;
    }
}

@media all and (max-width:420px) {
    .widget109
    {
        max-height: 135vw;
        height: 135vw;
    }
    .widget109-container .content_cont
    {
        height: 85vw;
    }
}

@media all and (min-width:1200px) {
    .widget109-container .content_cont
    {
        width: 38%;
    }
    .widget109-container .content_graphic
    {
        width: 63%;
    }
    .widget109-container .video-wrapper
    {
        width: 63%;
    }
}
@media all and (min-width:1400px) {
    .widget109-container .content_cont
    {
        width: 35%;
    }
    .widget109-container .content_graphic
    {
        width: 66%;
    }
    .widget109-container .video-wrapper
    {
        width: 66%;
    }
}
@media all and (min-width:1700px) {
    .widget109-container .content_cont
    {
        width: 33%;
    }
    .widget109-container .content_graphic
    {
        width: 68%;
    }
    .widget109-container .video-wrapper
    {
        width: 68%;
    }
}


.widget109-container .content_cont h1 {
    color               : var(--accent_text_color);
    font-family         : var(--home_headline1_font);
    font-size           : var(--home_headline1_size);
    line-height         : var(--home_headline1_size);
    text-align          : left;
    letter-spacing      : 0px;
    padding             : 0px 40px 0px 40px;
    margin              : 0px 0px 15px 0px;
    overflow-wrap       : break-word;
    display             : -webkit-box;
    line-clamp          : 3;
    -webkit-line-clamp  : 3;
    -webkit-box-orient  : vertical;
    overflow            : hidden;
}
@media all and (min-width:1920px) {
    .widget109-container .content_cont h1 {
        font-size: var(--home_headline1_maxsize);
        line-height: calc(var(--home_headline1_maxsize) - 10px);
    }
}

@media all and (max-width:500px) {
    .widget109-container .content_cont h1 {
        margin              : 0px 0px 15px 0px;
        padding             : 0px 35px 0px 35px;
    }
}

.widget109-container .content_cont .content_text {
    color: var(--accent_text_color);
    font-family: var(--home_text_font);
    font-size: var(--home_text_size);
    line-height:  calc(var(--header_text_size) + 5px);
    text-align: left;
    letter-spacing: 0px;
    padding: 0px 40px;
    margin: 30px 0px;
    overflow-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}
@media all and (min-width:1920px) {
    .widget109-container .content_cont .content_text {
        font-size: var(--home_text_maxsize);
        line-height: calc(var(--home_text_maxsize) + 5px);
    }
}

@media all and (max-width:600px) {
    .widget109-container .content_cont .content_text {
        padding: 0px 35px;
    }
}

.widget109-container .content_cont .content_link {
    background-color: transparent;
    color: var(--accent_text_color);
    font-family: var(--button_text_font);
    font-size: var(--button_text_size);
    text-transform: uppercase;
    line-height: 50px;
    max-width: 250px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display:flex;
    justify-content: center;
    text-align: center;
    margin: 15px 40px 15px 40px;
}

.widget109-container .content_cont .content_link:hover {
    background-color: var(--primary_bg_color);
    color: var(--accent_bg_color);
    border: 1px solid var(--accent_bg_color);;
}

@media all and (max-width:1400px) {

    .widget109-container .content_cont h1 {
        font-size           : calc( var(--home_headline1_size) - 10px);
        line-height         : calc( var(--home_headline1_size) - 10px);
    }
    .widget109-container .content_cont .content_text {
        font-size:  calc( var(--home_text_size) - 3px);
        line-height:  calc(var(--home_text_size) + 2px);
        margin: 20px 0px;
    }

}
@media all and (max-width:1150px) {

    .widget109-container .content_cont h1 {
        /*margin-top: 20px;*/
        font-size           : calc( var(--home_headline1_size) - 14px);
        line-height         : calc( var(--home_headline1_size) - 14px);
    }
    .widget109-container .content_cont .content_text {
        font-size:  var(--home_text_size);
        line-height:  calc(var(--home_text_size) + 2px);
        margin: 15px 0px;
    }
}

.widget109-container .owl-item img.logo
{
    max-height: 150px;
    max-width: 230px;
    width: calc(100% - 80px);
    position: absolute;
    bottom: 20px;
    left: 30px;
    display:none;
}

.widget109 .video-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 0;
    overflow: hidden;
}
.widget109 .iframe-wrapper {
    height: 100%;
    position:absolute;
    width: 1000%;
}

/*
@media all and (min-width: 1921px) {
    .widget109 .iframe-wrapper {
        height: 108%;
        position:absolute;
        width: 1000%;
    }
}
@media all and (min-width: 2350px) {
    .widget109 .iframe-wrapper {
        height: 110%;
        position:absolute;
        width: 1000%;
    }
}*/

.widget109 .iframe-embed {
    height: 100%;
    position:absolute;
    width: 100%;
}

.widget109 video {
    object-fit: cover;
    height: 100%;
    object-position: center center;
    width: 100%;
    z-index: 2;
}

.vertical_centered {
    display:block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}