/* AWKG Online Magazine Specific CSS */
.shariff-button {
    list-style: none;
       padding: 0.8rem 0;
}

.progress-container {
    display: none;
}
.is-sticky .progress-container {
  display: block;
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  top: 70px;
}
/* The progress bar (scroll indicator) */
.is-sticky .progress-container .progress-bar {
  height: 4px;
  background: #cc0000;
  width: 0%;
}

/*ISOTOP*/
.isotope:after {
content: '';
display: block;
clear: both;
}
.visible_item{
    display:none;
}
.magazineContainer {
    width: 100%;
}
.mag-sizer {
    width: 32%;	
    margin: 0;
}	
.mag-gutter {
    width: 2%;
}
.mag-item {
    width: 100%;
}
.mag-item-wide {
    width: 100%;
}
.mag-item-half {
    width: 100%;
}
.hidden {
   display: none;
}
.author {
    z-index: 3;
}
.card .reading-time {
    position: absolute;
    top: 2rem;
    right: 2rem;
 }

/*Filter*/
.btn.btn-filter.filterobject i.icon {
    position: absolute;
    left: 1.5rem;
    top: 1.2rem !important;
}
.btn.btn-secondary.filterobject:hover,
.filterobject.is-checked {
    background-color: #cc0000;
    color: #fff;
}
.btn-secondary.filterobject:not(:disabled):not(.disabled):active,
.btn-secondary.filterobject:not(:disabled):not(.disabled).active, 
.btn-secondary.filterobject:not(:disabled):not(.disabled).is-checked, 
.show>.btn-secondary.filterobject.dropdown-toggle {
    background-color: #cc0000;
    color: #fff;
}
.btn.btn-secondary.filterobject:hover i.icon,
.filterobject.is-checked i.icon{
    display: block;
}

.bg-360gradwuerth {
    background-color: #cc0000;
}
.bg-arbeitenbeiwuerth {
    background-color: #f7a707;
}
.bg-engagement {
    background-color: #6f42c1;
}
.bg-produkt,
.bg-products {
    background-color: #0093dd;
}
.bg-wissenundpraxis {
    background-color: #bac405;
}
.magazine-category-bg {
    height: 10rem;
}
.magazine-category-bar {
    height: 0.4rem;
    width: calc(100% - 2.4rem);
    position: absolute;
    margin: 0;
}
/*
.magazine-category-bar.full-width {
    width: 100%;
}
*/
.magazine-category-tile .icon-xxl {
    font-size: 4.8rem;
}
.magazine-category-title {
    font-family: wuerthbold, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: large;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
}

.magazine-image-container {
    position: relative;
    height: 100%;
    width: auto;
    overflow: hidden;
}
.magazine-image-container.full-width {
    min-height: 35.8rem;
}
.magazine-image-container.magazine-small-teaser {
    min-height: 0rem;
}
.magazine-image-container .image-resize {
    position: absolute;
    width: auto;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.magazine-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    font-size: 1.6rem;
    line-height: 1.7rem;
    max-height: 5.1rem;
    -webkit-line-clamp: 3;
    white-space: normal;
}
.magazine-title.full-width {
    font-size: 2rem;
    -webkit-line-clamp: 6;
    line-height: 2.2rem;
    max-height: 13.2rem;
    height: auto;
}
.text-truncate.magazine-intro {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 2.3rem;
    max-height: 6.9rem;
    height: 6.9rem;
    -webkit-line-clamp: 3;
    white-space: normal;
}

.card.bg-g-lightest .multiline-ellipsis::before {
    background: linear-gradient(90deg, transparent 20%, #ececec 80%);
} 
.card.bg-g-lightest .multiline-ellipsis::after {
    background: #ececec;
}

.line-height-xl {
    line-height: 1.8;
}
.circle-outer {
    width: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-width: 4rem;
}
.quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3rem;
}
.magazine-blockquote-footer {
    color: #000;
}
.magazine-blockquote-footer::before {
    content: '';
}
.quote-detail {
    font-style: normal;
}
.magazine-table {
    display: inline-table;
}
.magazine-table thead {
    background-color: #dedede;
}
.magazine-table tbody {
    background-color: #fff;
}
.magazine-table tbody td {
    border-bottom: 0.2rem solid #dedede;
}
.magazine-social-media-banner {
    min-height: 10rem;
}
.magazine-social-media-banner .social-link-item:hover a i.text-white {
    color: #cc0000 !important;
}
.sticky-sharing-list {
    position: absolute;
    padding: 1.2rem;
    width: 100%;
    max-width: 1200px;
    margin: -1.2rem auto 0;
    top: 32rem;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s 0s;
}
.sticky-sharing-list.sticky.is-sticky {
    z-index: auto;
    top: 9.4rem;
    transform: translate3d(-46px, 0, 0);
    transition: transform 0.3s 0s;
}
.sticky-sharing-list li {
    list-style: none;
    padding: 0.8rem 0;
}
.sticky-sharing-list a.icon {
    color: #605d5c;
}
.sticky-sharing-list a.icon:hover {
    color: #c00;
}
.sticky-sharing-list a.icon i {
    font-size: 3rem;
}
.mobile-sharing-list {
    padding: 0;
}
.mobile-sharing-list li {
    display: inline-block;
    list-style: none;
    padding: 0.8rem;
}
.mobile-sharing-list a.icon {
    color: #605d5c;
}
.mobile-sharing-list a.icon:hover {
    color: #c00;
}
.mobile-sharing-list a.icon i {
    font-size: 3rem;
}
/*Teaser Slick Slider*/
.teaser-slider.slick .slick-next, 
.teaser-slider.slick .slick-prev {
    background-color: rgba(0, 0, 0, .3);
    padding: 1rem 0.3rem 1rem 1rem;
}
.teaser-slider.slick .slick-prev {
    margin-left: 1.1rem;
}
.teaser-slider.slick .slick-next {
    margin-right: 1.1rem;
} 
.teaser-slider.slick .slick-next:before, 
.teaser-slider.slick .slick-prev:before {
    color: #fff;
}
.teaser-slider.slick .slick-next:hover,  
.teaser-slider.slick .slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent;
}
.teaser-slider.slick .slick-next:hover::before,  
.teaser-slider.slick .slick-prev:hover::before {
    color: #000;
}

.blocksearch .search-icon {
    right: 2rem;
    top: 1rem;
}
/*END Teaser Slick Slider*/
@media (min-width: 576px) and (max-width: 991px) {
    .magazine-image-container.magazine-small-teaser img.h-100 {
        height: 115% !important;
    }
}
@media (min-width: 576px) {
    .magazine-category-bar.full-width {
        width: 100%;
        left: -1.2rem;
    }
    .magazine-image-container.full-width {
        min-height: 26.8rem;
    }
}
@media (min-width: 768px) {
    .magazine-category-title {
        text-align: center;
    }
    .magazine-image-container {
        min-height: 30rem;
    }
    /*
    .magazine-image-container.full-width {
        min-height: 30rem;
    }
    */
    .magazine-title {
        font-size: 1.8rem;
        line-height: 1.9rem;
        max-height: 5.7rem;
        height: 5.7rem;
    }
    .magazine-title.full-width {
        font-size: 3rem;
        line-height: 3.3rem;
        max-height: 9.9rem;
    }
    .mag-item {
        width: 32%;
    }
    .mag-item-wide {
        width: 100%;
    }
    .mag-item-half {
        width: 49%;
    }
}
@media (min-width: 992px) {
    .magazine-social-media-banner {
        height: 10rem;
    }
    /*
    .sticky-sharing-list {
       top: 42rem;
    }
    */
    .magazine-image-container {
        min-height: 24rem;
    }
    .magazine-image-container.full-width {
        min-height: 25rem;
    }
    .magazine-title {
        font-size: 2rem;
        line-height: 2.2rem;
        max-height: 6.6rem;
        height: 6.6rem;
    }
    .quote-icon {
        font-size: 5rem;
    }
}
@media (min-width: 1200px) {
    .magazine-image-container {
        min-height: 25rem;
    }
}