.T3602:after { display: block; content: ""; clear: left; }
.T3602 .item {
	position: relative;
	float: left;
	height: 400px;
	display: block;
	
	text-decoration: none;
	color: #FFF;
}

.T3602 .item.item-size1 { width: 400px; }
.T3602 .item.item-size2 { width: 800px; }
.T3602 .item.item-size3 { width: 1200px; }

.T3602 .bildbox { 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.T3602 .item picture, .T3602 .item picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
	width:  100%;
	height:  auto;
	z-index: 4;
}

.T3602 .item picture img { object-fit: cover; }


.T3602 .item.color-tan { background-color: #925B00; }
.T3602 .item.color-puce { background-color: #503708; }

.T3602 .item .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
	z-index: 5;
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#99000000',GradientType=1 );

}

.T3602 .item .inner {
	position: relative;
	z-index: 6;
	display: block;
	padding: 35px 30px 20px 30px;
}

.T3602 .item .inner .headline { display: block; font-size: 29px; margin: 0 0 20px 0; }
.T3602 .item .inner .text { display: block; }


.T3602 .item .inner .linkname {
	position: absolute;
	top: 320px;
	right: 0px;
	z-index: 3;
	display: block;	
	font-size: 16px;
}

.T3602 .item .inner .linkname .name {
	display: inline-block;
	width: 150px;
	text-align: right;
	margin-right: 60px;
}@media all and (min-width: 1024px) and (max-width: 1279px) {
	.T3602 .item {
		height: 326.666px;
	}
	.T3602 .item.item-size1 { width: 326.666px; }
	.T3602 .item.item-size2 { width: calc(326.666px * 2); }
	.T3602 .item.item-size3 {  width: calc(326.666px * 3);}

	.T3602 .item .inner { padding: 19px 10px 18px 15px; }
	.T3602 .item .inner  .headline { font-size: 27px; margin: 0 0 15px 0; }

	.T3602 .item .inner .linkname {
		font-size: 15px;
		top: 270px;
	}
	.T3602 .item .inner .linkname .name { margin-right: 55px; }

}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T3602 .item {
		height: 310px;
		background-size: cover;
	}

	.T3602 .item.item-size1 { width: 33.3333333%; }
	.T3602 .item.item-size2 { width: 66.6666666%; }
	.T3602 .item.item-size3 { width: 99.9999999%; }

	.T3602 .item .inner { padding: 19px 10px 18px 15px; }
	.T3602 .item .inner  .headline { font-size: 25px; margin: 0 0 15px 0; }

	.T3602 .item .inner .linkname {
		font-size: 14px;
		top: 270px;
	}
	.T3602 .item .inner .linkname .name { margin-right: 49px; }


}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T3602 .item {
		height: 50vw;
		background-size: cover;
	}

	.T3602 .item.item-size1 { width: 100%; }
	.T3602 .item.item-size2 { width: 100%; }
	.T3602 .item.item-size3 { width: 100%; }

	.T3602 .item .inner { padding: 20px 15px 12px 15px; }
	.T3602 .item .inner  .headline { font-size: 22px; margin: 0 0 12px 0; }

	.T3602 .item .inner .linkname {
		font-size: 14px;
		top: 40vw;
	}
	.T3602 .item .inner .linkname .name { margin-right: 49px; }
	
}

@media all and (max-width: 567px) {
	.T3602 .item {
		height: 60vw;
		background-size: cover;
	}

	.T3602 .item.bildbox { height: 39vw; }
	.T3602 .item.textbox { height: auto; }
	.T3602 .item.textbox .inner { padding-bottom: 18px; }

	.T3602 .item.item-size1 { width: 100%; }
	.T3602 .item.item-size2 { width: 100%; }
	.T3602 .item.item-size3 { width: 100%; }
	.T3602 .item.item-size4 { width: 100%; }

	.T3602 .item .inner { padding: 15px 12px 10px 12px; }
	.T3602 .item .inner  .headline { font-size: 21px; margin: 0 0 10px 0; }

	.T3602 .item .inner .linkname {
		font-size: 13px;
		top: 45vw;
	}
	.T3602 .item .inner .linkname .name { margin-right: 40px; }

}

