@media all {
	.bigteaser a .textcontainer,
	.bigteaser .textcontainer  {
		width: 40%;
		min-height: 40px;
		padding: 3rem;
		color: #000;
		border-top: none !important;
	}

	.bigteaser .textcontainer.leftTop {
		position: absolute;
		top: 5rem;
		left: 6rem;
	}
	.bigteaser .textcontainer.leftBottom {
		position: absolute;
		bottom: 5rem;
		left: 6rem;
	}
	.bigteaser .textcontainer.rightTop {
		position: absolute;
		top: 5rem;
		right: 6rem;
	}
	.bigteaser .textcontainer.rightBottom {
		position: absolute;
		bottom: 5rem;
		right: 6rem;
	}
	
	
	
		.magazineContainer .clamp {
		  display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;  
			overflow: hidden;
	}
	
	
			.magazineContainer a {
		  color: #1f5da6;
	}
	
	.magazine-filter-container .filters .filter:hover, .filters .filter.selected {
    background-color: #1f5da6;
	color: #ffffff;
	}
 

	.mag-sizer,
	.mag-item {
		width: 32%;
		margin: 0;
		
	}

	.mag-gutter {
		width: 2%;
	}


	
	.mag-item-wide {
		width: 100%;
		margin 0;
		position: relative;
	}

	.mag-item .textcontainer {
		border-top: 2px solid #cc0000;
	}

	.hidden{ 
		display: none;
		width:0px!important;
		height:0px!important;
		margin:0px!important;
		padding:0px!important;
	}

	.filters {
		background-color: #fff;
	}

	.tags .filters {
		background-color: transparent;
	}

	.filters .filter {
		position: relative;
		max-height: 4rem;
		height: 4rem;
		line-height: 4rem;
		background-color: #f2f2f2;
		cursor: pointer;
		width: auto;
		margin-right: 2%;
		padding-left: 1%;
		padding-right: 1%;
		box-sizing: border-box;
		color: #222c3a;
	}

	.filters #filterThemes .filter {
		line-height: 1;
		padding: 0.4rem .4rem 0.4rem 1rem;
		margin-left: 1.5rem;
		margin-right: 0;
	}

	.tags .filters .filter {
		background-color: transparent;
		width: auto;
		display: inline-block;
		margin-right:1rem;
		padding-left: 0;
		height: 2rem;
		max-height: 2rem;
		line-height: 2rem;
	}

	.tags .filters .filter.heavy {
		color: #605d5c;
		font-size: 1.7rem;
		font-weight: 400;
	}

	.tags .filters .filter.medium {
		color: #605D5C;
		font-size: 1.5rem;
		font-weight: 300;
	}
	.tags .filters .filter.soft {
		color: #959595;
		font-size: 1.3rem;
		font-weight: 200;
	}
	.tags .filters .filter:hover,
	.tags .filters .filter.selected {
		color: #cc0000;
	}

	.filters .filter.last {
		margin-right: 2%;
	}



	/* Detailseite */

	.titleImg {
		position: relative;
	}

	.titlImgText {
		position: absolute;
		width: 40%;
		padding: 2.4rem 3rem 3rem;
	}

	.titleImg .titlImgText.rightTop {
		right: 40px;
		top: 40px;
	}
	.titleImg .titlImgText.rightBottom {
		right: 40px;
		bottom: 40px;
	}
	.titleImg .titlImgText.leftTop {
		left: 40px;
		top: 40px;
	}
	.titleImg .titlImgText.leftBottom {
		left: 40px;
		bottom: 40px;
	}
	.titleImg .titlImgText.transparent {
		background-color: rgba(0,0,0,0.2);
		color: #ffffff;
	}
	.titleImg .titlImgText.white {
		background-color: rgba(255,255,255,0.8);
	}
	.titleImg .titlImgText.red {
		background-color: #cc0000;
		color: #ffffff;
	}
	.titleImg .titlImgText.whitefull {
		background-color: rgba(255,255,255,1);
		color: #000;
	}

	.titleImg .titlImgText h2 {
		font-family: wuerthextra_bold_cond, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		line-height: 1;
		border: none;
    	font-size: 35px;
    	padding-bottom: 9px;
    	margin-bottom: 0;
	}

	.titleImg .titlImgText.transparent h2,
	.titleImg .titlImgText.red h2 {
		color: #fff;
	}

	.circle-outer {
		text-align: center;
	}
			
	.circle-outer img{
		border-radius: 100%;
		max-width: 40px;
	}


	#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}


}
@media screen and (max-width: 992px) {
	
	.titlImgText {
		width: 90%;
	}
	
	.bigteaser a .textcontainer {
		width: 80%;
	}
	
	.mag-sizer,
	.mag-item {
		width: 49%;
		margin: 0;
	}
	.mag-item-wide {
		width: 100%;
		margin 0;
		position: relative;
	}
	
	.filters .filter {
		width: 48%;
		margin-bottom: 10px;
		padding-left: 2%;
	}
	
	.filters .filter.even {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.bigteaser a .textcontainer.leftTop,
	.bigteaser a .textcontainer.leftBottom,
	.bigteaser a .textcontainer.rightTop,
	.bigteaser a .textcontainer.rightBottom {
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
		background-color: #ececec;
		width: 100%;
		border-top: 1px solid #cc0000;
	}

	.titlImgText {
		position: relative;
		width: 100%;
	}

	.titleImg .titlImgText.leftTop {
		top: 0;
		left:0;
		bottom: 0;
		right: 0;
	}

	.titleImg .titlImgText.white,
	.titleImg .titlImgText.red {
		background-color: #f2f2f2;
	}

}

@media screen and (max-width: 576px) {


	.titleImg .titlImgText h2 {
		font-size: 25px;
	}
	


	.mag-sizer,
	.mag-item {
		width: 100%;
		margin: 0;
	}
	.mag-item-wide {
		width: 100%;
		margin 0;
		position: relative;
	}
	
	.mag-gutter {
		width: 0;
	}
	
	.filters .filter {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		padding-left: 2%;
	}
	

}