/* color */
.color-green {
    background-color: #36C9BB;
}

/* title */
.tab_icon {
    margin-bottom: 3px;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

/* associated_product */
.icon_badges {
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    padding: 0 8px;
    border-radius: 25px;
}

.bg_bluestripe {
    background-color: #E3F0FD;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fff), color-stop(.75, #fff), color-stop(.75, transparent), to(transparent));
    background-size: 7px 7px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.bg_paleblue {
    background-color: #E3F0FD;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

.besidetag {
    display: inline;
}

.buttonstyle {
    background-color: #E3F0FD;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.bgc-material {
    background-color: #E3F0FD;
}

.borderbottomnone {
    text-decoration: none;
}

.bgc-tagthemabutton {
    background-color: #3C80D9;

}

.linkarea_expansion {
    text-decoration: none;
    display: block;

}

.VideoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 5%;
    height: 0;
}

.VideoWrapper iframe {
    position: absolute;
    left: 0;
    width: 54%;
    height: 48%;
    margin-left: 23%;
    margin-right: 23%;
    padding-bottom: 0%;
}

.r30px {
    border-radius: 30px 30px 30px 30px;
}

.text_decoration_none {
    text-decoration: none;
}

.reciperecommendtitle {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #000000;
    text-decoration: none;
}

.imageradius {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.sfsiplus_norm_row {
    overflow: hidden;
}

#heading {
    background-image: url(<?php echo $bgImage ?>);
    background-position: right;
    background-repeat: no-repeat;
}

h3 {
    color: #555;
}

.round_over {
    border-radius: 20px 20px 0px 0px;
}

.round_under {
    border-radius: 0px 0px 20px 20px;
}

.textshort {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.recipeimage {
    border-radius: 15px 15px 15px 15px;
}


.lSPager {
    margin-top: 30px !important;
    width: 100% !important;
    display: flex;
    justify-content: center;

}

.lSPager > li {
    margin: 0 15px !important;
}

/*
img.rounded.mx-auto.d-block.mb-3.mt-3 {
    height: 100%;
    max-height: 180px;
}
img.rounded.mx-auto.d-block.mb-3 {
    max-height: 180px;
    height: 100%;
}
*/

.round_box {
    border-radius: 20px 20px 20px 20px;
}


.youtube-waku{
    padding: 20px 25% 30px; border-radius: 0 0  30px 30px;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.print-view {
    display: none;
}

@media only screen and (max-width: 768px){

    .youtube-waku{
        padding: 10px 5% 20px; border-radius: 0 0  30px 30px;
    }
}
