@media all {
	.bigteaser a .textcontainer,
	.bigteaser .textcontainer  {
		width: 40%;
		min-height: 40px;
		padding: 3rem;
		background-color: rgba(255,255,255,.8);
		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;
	}


	.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{ 
		visibility:hidden;
		width:0px!important;
		height:0px!important;
		margin:0px!important;
		padding:0px!important;
		display:none;
	}

	.filters {
		background-color: #dedede;
	}

	.tags .filters {
		background-color: transparent;
	}

	.filters .filter {
		position: relative;
		max-height: 4rem;
		height: 4rem;
		line-height: 4rem;
		background-color: #ebebeb;
		cursor: pointer;
		width: 22%;
		margin-right: 4%;
		padding-left: 1%;
		box-sizing: border-box;
	}

	.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: 0;
	}

	.icon-interface-tick {
		display: none;
		position: absolute;
		right: 1rem;
		top: 1.2rem;
	}

	.filters .filter:hover,
	.filters .filter.selected {
		background-color: #fff;
	}

	.filter.selected .icon-interface-tick {
		display: block;
	}

	/* 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;
	}



}
@media screen and (max-width: 992px) {
	.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: 576px) {
	.bigteaser a .textcontainer.leftTop,
	.bigteaser a .textcontainer.leftBottom,
	.bigteaser a .textcontainer.rightTop,
	.bigteaser a .textcontainer.rightBottom {
		position: relative !important;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
		background-color: #ececec;
		width: 100%;
		border-top: 1px solid #cc0000;
	}


	.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%;
	}
}