#title_text {
    height: 90px;
    display: flex;
    align-items: center;
}

#title_text h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#title_background {
    background: url(<?php echo $bgImage; ?>);
    background-size: 100% 90px;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 90px;
    margin: 0 calc(49% - 50vw);
    z-index: -1;
}

/* title */
.tab_title {
    color: #3982D9;
    font-size: 1.5rem;
    font-weight: 600;
}

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

/* associated_product */
.item_box img {
    border-color: #7FB9F6;
    border-radius: 15px;
}

.product_icon_box {
    top: -15px;
}

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

.item_box a {
    flex: 1 1 0px;
    margin: 10px;
    color: #3f3f3f;
    text-decoration: none;
}

.non_click {
    pointer-events: none;
    cursor: default;
}


.besidetag {
    display: inline;
}


.sidescrollstyle_prd {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
}

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

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

.recipebutton_bg {
    background-color: #3C80D9;
}

.seemorebutton_bg {
    background-color: #87BCF9;
}

.term-title{
    position: relative;
}

.term-title .bg_blueline {
    margin: 0 auto;
    background: #D2D4F1;
    background: -moz-linear-gradient(left, #FCD7F0 0%, #D2D4F1 100%);
    background: -webkit-gradient(linear, left center, right center, from(#FCD7F0), to(#D2D4F1));
    background: -webkit-linear-gradient(left, #FCD7F0 0%, #D2D4F1 100%);
    background: -o-linear-gradient(left, #FCD7F0 0%, #D2D4F1 100%);
    background: linear-gradient(to right, #FCD7F0 0%, #D2D4F1 100%);
    border-radius: 10px;
    width:60%;
    height:20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.term-title .term-name{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5rem;
    font-weight: bold;
}

.recipesh1 {
    color: #4287DA;
}

.recipeshh1_f {
    font-weight: 300;
}

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

.card-img-overlay {
    padding: 0;
    top: calc(70% - 0.5rem);
    text-align: center;
}

.trim {
    position: relative;
}

.trim:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #262626 100%);
    border: none;
    /*border-radius: 38% 2% 50% 50% / 0% 0% 25% 25%;*/
}

/*
.rtim_underround {
    border-radius: 38% 2% 50% 50% / 0% 0% 25% 25%;
}
*/

.seemorebutton_cr {
    background-color: transparent;
}

/*
.roundcut {
    border-radius: 0px 0px 100% 100% / 0px 0px 65% 65%;
}
*/

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

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

.circleindicator {
    border-radius: 50%;
    margin: 1px 3px;
    max-width: 3px;
}

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

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

#heading {
    background-image: url('/wp-content/uploads/bt_title_2.png') !important;
}

.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;

}

.carousel-indicators button {
    border-radius: 50%;
    margin: 1px 3px;
    height: 10px !important;
    max-width: 10px;
}

.carousel-indicators button .active {
    background-color: #428bca !important;
}

.recipe-item img {
    border-radius: 15px 15px 0 0;
}

.image_box {
    border-radius: 15px;
    overflow: hidden;
}

.image_box div {
    background-color: black;
    opacity: 0.55;
    color: white;
    width: 100%;
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25rem;
}

.recipe_box {
    border: 1px solid #929292;
    border-radius: 20px;
    overflow: hidden;
}


.titel-image-sp ,.titel-image-pc , .titel-image-tb{
    display: none;
}


@media screen and (min-width: 992px) {
    .titel-image-pc{
        display: inline-block !important;
    }
    .titel-image-sp , .titel-image-tb{
        display: none !important;
    }
 }



 @media screen and (max-width: 991px) {
    .titel-image-tb{
        display: inline-block !important;
    }
    .titel-image-sp , .titel-image-pc{
        display: none !important;
    }
 }




@media screen and (max-width: 767px) {
    .image_box div {
        line-height: 1.5rem;
    }
    .carousel-caption {
        bottom: 2rem !important;
    }
    .titel-image-sp{
        display: inline-block !important;
    }
    .titel-image-pc , .titel-image-tb{
        display: none !important;
    }
}



/*@media screen and (min-width:768px) and ( max-width:1024px) { */
    @media screen and (min-width:767px){
        img#mjpg {
            height: 100% !important;
            width:100%;
        }
    }