/*
Theme Name: w4bc
Author:
Author URI:
Version: 1
Description: Base theme for Wordpress
License:
License URI:
Theme URI:
*/
.slider .swiper-slide .img-holder {
    height: 208px;
    background: #4e2868;
}

/* .content-inner .shop-teaser__info {
    width: 100%;
} */

.content-inner .shop-teaser__info .video-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.content-inner .shop-teaser__info .video-wrap::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.content-inner .shop-teaser__info .video-wrap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.content-inner .shop-teaser__info iframe {
    width: 100%;
}

.content-inner .shop-teaser__info .wp-caption {
    max-width: 100%;
}
.content-inner .shop-teaser__info {
    float: none;
    width: 100%;
}
.content-inner .shop-teaser__info .aligncenter {
    text-align: center;
}
.content-inner .shop-teaser__info .alignleft {
    text-align: left;
}
.content-inner .shop-teaser__info .alignright {
    text-align: right;
}
.content-inner .shop-teaser__info img.alignleft, .content-inner .shop-teaser__info .wp-caption.alignleft {
    float: left;
    margin-right: 15px;
}
.content-inner .shop-teaser__info img.alignright, .content-inner .shop-teaser__info .wp-caption.alignright {
    float: right;
    margin-left: 15px;
}
.content-inner .shop-teaser__info .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.content-inner .shop-teaser__info ul, .content-inner .shop-teaser__info ol {
    list-style-position: inside;
}

.shop-teaser__image.shop-teaser__image--desktop + .shop-teaser__info {
    width: calc(100% - 270px);
}

.blog .content-inner .shop-teaser .container:not(:first-child) {
    margin-bottom: 30px;
}

@media(max-width: 575px) {
    .content-inner .shop-teaser__info iframe {
        width: 100%;
        height: auto;
    }

    .navigation-single .next, .navigation-single .prev {
        width: 100%;
        padding: 0;
    }

    .navigation-single .next {
        margin-bottom: 20px;
    }

    .navigation-single .next a, .navigation-single .prev a {
        width: 100%;
    }
    .shop-teaser__image.shop-teaser__image--desktop + .shop-teaser__info {
        width: 100%;
    }
    /* .shop-teaser .container + .container .shop-teaser__info {
        margin-bottom: 30px;
    } */
    .content-inner .shop-teaser__info img.alignleft, .content-inner .shop-teaser__info .wp-caption.alignleft {
        float: none;
        margin-right: 0;
    }
    .content-inner .shop-teaser__info img.alignright, .content-inner .shop-teaser__info .wp-caption.alignright {
        float: none;
        margin-left: 0;
    }
}

.progress__line-active {
    max-width: 100%;
}