span.subtitle {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    color: #36393d;
    margin: 0 0 25px;
    display: block;
}

.row.row2 {
    justify-content: space-between;
}

@media (max-width:1199px) {
    img {
        max-width: 100%;
    }
}

@media (min-width:768px) {
    section.home_sec_10 [class*=col-] {
        padding: 0;
    }
    section.home_sec_10 .col-4 {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}

@media (max-width:767px) {
    section.home_sec_10 [class*=col-] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    section {
        padding: 50px 0;
    }
}

.poster_video {
    position: relative;
    cursor: pointer;
}

.poster_video img.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.poster_video:after {
    border-radius: 0;
}

.poster_video:hover:after {
    opacity: .54;
}

.poster_video:after {
    content: "";
    background: rgb(0, 0, 0, .4);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
}

.poster_video img.video_img {
    width: 100%;
    display: block;
}

.poster_video:hover:after {
    opacity: .54;
}

@media (max-width:767px) {
    body p:not(.subtitle):not(.angebot_btn) {
        font-size: 16px;
        line-height: 26px;
    }
}

.single-item .thumbnail-wrap img {
    object-fit: cover;
}

img {
    max-width: 100%;
}

@media all {
    @media screen and (max-width: 767px) {}
    h2.color-blue {
        font-weight: 800;
    }
    .color-blue {
        color: #2569a8;
    }
    @media screen and (max-width:767px) {
        .text p {
            margin-bottom: 30px!important;
        }
    }
    .text p {
        margin-bottom: 30px;
    }
    @media screen and (max-width:767px) {
        .text p {
            margin-bottom: 30px!important;
        }
    }
    @media (min-width:768px) {
        [class*=col-] {
            padding: 0 15px;
        }
    }
    span.subtitle {
        margin-bottom: 0;
    }
    .poster_video {
        position: relative;
        cursor: pointer;
    }
    .poster_video:after {
        content: "";
        background: rgb(0, 0, 0, .4);
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        border-radius: 10px;
    }
    .poster_video img.video_img {
        width: 100%;
    }
    .poster_video img.play_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        cursor: pointer;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .fw-bold {
        font-weight: 700;
    }
    section.home_sec_10 {
        padding: 110px 0 110px 0;
    }
    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }
    .text p {
        margin-bottom: 30px;
    }
    .single-item {
        margin-right: 10px;
        height: 100%;
    }
    .single-item p {
        color: #5c6166;
    }
    .single-item .thumbnail-wrap img {
        width: 100%;
    }
    .item-body {
        padding: 20px;
    }
    .item-body .star-check-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .item-body p:nth-child(3) {
        min-height: 120px;
    }
    .fw-bold {
        font-weight: 700;
    }
    .single-item .thumbnail-wrap {
        cursor: pointer;
    }
    video.video-toshow {
        width: 100%;
        display: none;
    }
    @media screen and (max-width:1200px) {
        section.home_sec_10 {
            padding: 40px 0 40px 0;
        }
    }
    @media screen and (max-width:767px) {
        .text p {
            margin-bottom: 30px!important;
        }
    }
    @media (min-width:768px) {
        .home_sec_10 .col-4 {
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
            max-width: 33.3%;
        }
    }
    @media (max-width:767px) {
        section.home_sec_10 .row.row2 {
            flex-wrap: nowrap;
            overflow-y: hidden;
        }
        section.home_sec_10 .row.row2 [class*=col-] {
            width: 85%;
            flex: 0 0 85%;
            max-width: 85%;
            padding-left: 15px;
            padding-right: 0;
        }
        section.home_sec_10 .row.row2 [class*=col-]:last-child {
            padding-right: 15px;
        }
    }
    .single-item .poster_video:after {
        border-radius: 0;
    }
    .single-item .thumbnail-wrap img {
        display: block;
    }
    .single-item .poster_video img.play_icon {
        width: auto!important;
    }
}