/*in override CSS to remove scroll bars, sub scripts, superscripts and word break starts*/
div.container {
  overflow: visible;
}
.text .cmp-text ul, 
.text .cmp-text ol {
  word-wrap: break-word;
  word-break: break-word;
}
 
/*sub, sup {
    font-size: 50% !important;
    line-height: 0px !important;
}*/
/*in override CSS to remove scroll bars , sub scripts, superscripts and word break starts*/
/*--------------------------------
Teaser title color issue 
---------------------------------*/
/*div#teaser__title_Mulberry h1.cmp-teaser__title p{
    color: #850047;
}*/
/*TA  bolest and KOPB teaser title and description color issue*/
/*div#teaser__title_Mulberry-1 h1.cmp-teaser__title p{
    color: #830051;
}
div#teaser__title_Mulberry-1 .cmp-teaser__description p {
    color: #3C4242;
}*/


/*Breadcrumb Nav item page non-clickable - TA  page*/
a.cmp-breadcrumb__item-link[href*='/home/terapevtska-podrocja/srcno-zilne-in-presnovne-bolezni.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - TA CVRM  page*/
a.cmp-breadcrumb__item-link[href*='/home/terapevtska-podrocja/bolezni-dihal-in-imunologija.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - TA Onco  page*/
a.cmp-breadcrumb__item-link[href*='/home/terapevtska-podrocja/onkologija.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}


/*Breadcrumb Nav item page non-clickable - RI  page*/
a.cmp-breadcrumb__item-link[href*='/home/terapevtska-podrocja/redke-bolezni.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - Product Bevespi  page*/
a.cmp-breadcrumb__item-link[href*='/home/produkty/bevespi.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - TA  page*/
a.cmp-breadcrumb__item-link[href*='/home/terapevtska-podrocja.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}



/*Breadcrumb Nav item page non-clickable - Tezspire  page*/
a.cmp-breadcrumb__item-link[href*='/home/zdravil/tezspire.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - Lokelma  page*/
a.cmp-breadcrumb__item-link[href*='/home/zdravil/lokelma.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - Fasenra  page*/
a.cmp-breadcrumb__item-link[href*='/home/zdravil/fasenra.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - Forxiga srcno  page*/
a.cmp-breadcrumb__item-link[href*='/home/zdravil/forxiga-indikacije/forxiga-srcno-popuscanje.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - Forxiga KLB page*/
a.cmp-breadcrumb__item-link[href*='/home/zdravil/forxiga-indikacije/forxiga-KLB.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}

/*Breadcrumb Nav item page non-clickable - Forxiga SB2 page*/
a.cmp-breadcrumb__item-link[href*='/home/zdravil/forxiga-indikacije/forxiga-SB2.html'] {
    pointer-events: none;
    color: darkgray;
    cursor: default;
}
#mob-only-text, #mob-only-text p {
    display: none;
}
#desk-only-text, #desk-only-text p {
    display: block;
}


div#zgodnje_text_block p {
    word-break: normal;
}

.searchbox.searchbox-enabled .cmp-searchbox__clear-icon { display: block;}
span.cmp-searchbox__clear-icon {display: none;}

ol li a {
    text-decoration: none;
}
p.fontsmall {
    font-size: 11px !important;
}

div#ledvice_container {
    display: none;
}


.teaser--home-hero .cmp-teaser__image-mobile {
    max-height: unset;
}
a[href^="tel"] {
  text-decoration: none; /* removes underline */
  color: inherit;        /* optional: makes it use the parent text color */
}

#az_ping_button, #az_ping_seperator{
    /*display: none;*/
}
@media screen and (min-width: 768px){
    /*#astma_hero-banner-title-36 img.cmp-image__image.cmp-image--desktop {
        min-height: 40vh;
        object-fit: cover;
        object-position: right center;
    }
    
    #onko_hero-banner-title-36 img.cmp-image__image.cmp-image--desktop {
        min-height: 40vh;
        object-fit: cover;
        object-position: right center;
    }
    .teaser--home-hero .cmp-teaser__image-desktop img.cmp-image__image.cmp-image--desktop{
        min-height: 40vh;
        object-fit: cover;
        object-position: right center;
    }*/
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
    #hero-banner-title-36 h1.cmp-teaser__title p {
        font-size: 36px;
        line-height: normal;
    }
    #onko_hero-banner-title-36 img.cmp-image__image.cmp-image--desktop {
        min-height: 45vh;
        object-fit: cover;
        object-position: right center;
    }
}
@media screen and (min-width: 1080px) and (max-width: 1200px) {
    #hero-banner-title-36 h1.cmp-teaser__title p {
        font-size: 46px;
        line-height: normal;
    }
    #onko_hero-banner-title-36 img.cmp-image__image.cmp-image--desktop {
        min-height: 40vh;
        object-fit: cover;
        object-position: right center;
    }
}

@media screen and (max-width: 767px) {
    #mob-only-text, #mob-only-text p {
        display: block;
        text-align: center !important;
    }
    #desk-only-text, #desk-only-text p {
        display: none;
    }
    div#zgodnje_text_block p {
        word-break: break-all;
    }
    .teaser--home-hero .cmp-teaser__image-desktop, .teaser--home-hero .cmp-teaser__image-mobile{
        max-height: unset !important;
    }
    
}

@media screen and (max-width: 479px) {
    .searchbox.searchbox-enabled {
        right: -44%;
        transition: width 0.5s;
    }
    
    #klb_hero-banner-title-36 .cmp-teaser__image-mobile img.cmp-image__image{
        min-height: 45vh;
    }
    
}
@media screen and (min-width: 480px) and (max-width: 639px) {
    .searchbox.searchbox-enabled {
        right:-44%;
        transition: width 0.5s
    }
}

/* To adjust the hero banner title content starts*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
    #hero-banner-title-36 h1.cmp-teaser__title p,
    #klb_hero-banner-title-36 h1.cmp-teaser__title p,
    #onko_hero-banner-title-36 h1.cmp-teaser__title p,
    #astma_hero-banner-title-36 h1.cmp-teaser__title p{
        font-size: 26px;
        line-height: normal;
    }
    #astma_hero-banner-title-36 img.cmp-image__image.cmp-image--desktop {
        min-height: 20vh;
        object-fit: fill;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1200px) {
    #hero-banner-title-36 h1.cmp-teaser__title p,
    #klb_hero-banner-title-36 h1.cmp-teaser__title p,
    #onko_hero-banner-title-36 h1.cmp-teaser__title p,
    #astma_hero-banner-title-36 h1.cmp-teaser__title p{
        font-size: 36px;
        line-height: normal;
    }
    
}
/* To adjust the hero banner title content ends*/

/*serach-box-hiding*/
div#search-box-hide .searchbox {
    display: none;
}



