/* Online Magazine Specific CSS */
.shariff-button {
    list-style: none;
    padding: 0.8rem 0;
}
.progress-container {
    display: none;
}
.circle-outer {
	max-width: 70px;
}
.modal-body .circle-outer  {
	max-width: 78px;
}
.modal-body .circle-outer  {
	border: none !important;
}
.modal-body .circle-outer img {
	max-width: 100%;
}
.is-sticky .progress-container {
	display: block;
	width: 100%;
	height: .4rem;
	background: transparent;
	position: absolute;
	top: 8.4rem;
}
/* The progress bar (scroll indicator) */
.is-sticky .progress-container .progress-bar {
	height: .4rem;
	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;
   color:#000;
}
.btn.btn-secondary.filterobject:not(:disabled):not(.disabled):focus,
.btn.btn-secondary.filterobject:not(:disabled):not(.disabled):hover {
   border-color: #cc0000 !important;
}
.btn.btn-filter.filterobject:not(:disabled):not(.disabled):focus i.icon,
.btn.btn-filter.filterobject:not(:disabled):not(.disabled):hover i.icon {
   color: #fafafa !important;
}
.btn.btn-filter.filterobject:not(:disabled):not(.disabled):active i.icon {
   color: #fff !important;
}
/*
.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-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: 3rem;
   overflow: hidden;
   min-width: 4rem;
   text-align: center;
}
.circle-outer img{
   border-radius: 100%;
   max-width: 3.5rem;
}

.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;
   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;
}
#socialShareButtons ul {
    float: left;
}
#socialShareButtons ul li {
   border: none;
}
#socialShareButtons ul li a span:first-of-type {
   font-size: 3rem;
   color: #605d5c;
}
.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;
}

#socialShareButtonsMobile .col-1,#socialShareButtonsMobile .col-2,#socialShareButtonsMobile .col-3,#socialShareButtonsMobile .col-4,
#socialShareButtonsMobile .col-5,#socialShareButtonsMobile .col-6,#socialShareButtonsMobile .col-7,#socialShareButtonsMobile .col-8,
#socialShareButtonsMobile .col-9,#socialShareButtonsMobile .col-10,#socialShareButtonsMobile .col-11,#socialShareButtonsMobile .col-12{
   max-width:none
}
#socialShareButtonsMobile ul{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:0;float:right}
#socialShareButtonsMobile ul li{width:100%;position:relative;display:block;border:1px solid rgba(0,0,0,.125);border-width:0 0 1px;color:#605d5c;text-align:inherit;cursor:pointer}
#socialShareButtonsMobile ul li:first-of-type{border-top-width:0}
#socialShareButtonsMobile ul li:last-of-type{border-bottom-width:0}
#socialShareButtonsMobile ul li:hover,#socialShareButtons ul li:focus{z-index:1;color:#605d5c;text-decoration:none;background-color:#ececec}
#socialShareButtonsMobile ul li a{padding:1.2rem 2rem;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#605d5c;text-decoration:none;text-align:center}
/*#socialShareButtonsMobile ul li a .share_text{display:none}*/
#socialShareButtonsMobile ul li a span.fa{font-family:Wuerthicons;speak:none;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.3rem;text-transform:none;line-height:1;color:#605d5c;-webkit-font-smoothing:antialiased}
#socialShareButtonsMobile ul li a span.fa.fa-facebook:before{content:"\eaee"}
#socialShareButtonsMobile ul li a span.fa.fa-pinterest-p:before{content:"\eaf9"}
#socialShareButtonsMobile ul li a span.fa.fa-twitter:before{content:"\eaff"}
#socialShareButtonsMobile ul li a span.fa.fa-weibo:before{content:"\ec36"}
#socialShareButtonsMobile ul li a span.fa.fa-envelope:before{content:"\e81a"}
#socialShareButtonsMobile ul li a span.fa.fa-linkedin:before{content:"\eaf3"}
#socialShareButtonsMobile ul li a span.fa.fa-xing:before{content:"\ebd6"}
#socialShareButtonsMobile ul li a span.fa.fa-whatsapp:before{content:"\ea23"}
#socialShareButtonsMobile ul li a span:first-of-type{font-size:2rem;margin-right:.8rem}



/*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;
}
#socialShareButtons ul li a {
	padding: 0 !important;  
}
#socialShareButtons li {
	margin-right: 0 !important;  
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
#socialShareButtons ul li a span:first-of-type {
	margin-right: 0 !important;  
}
#socialShareButtonsMobile ul li a {
	padding-left: 0.2rem;
}
/*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 (max-width: 768px) {
	.sticky-display	{
        display: none !important;
    }
 }
@media (min-width: 768px) {
    .magazine-category-title {
        text-align: center;
    }
    .magazine-image-container {
        min-height: 30rem;
    }
   .social-display {
        display: none !important;
    }
    .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;
    }
     .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;
    }
}