/*Designerpage*/

.designerÜberschrift{
	margin-bottom: 6px;
	
	font-weight: bold;
	font-size: 42px;
	font-family: Helvetica Medium;
	letter-spacing: -2px;
}

.designerImageBox{
	height: 75%;
	display: inline-block;
	margin-bottom: 30px;
}

.mobileDesignerBox{
	display: none;
}

.mobileDesignerImg{
	width: 24.999%;
	float: left;
}
.mobileDesignerImg img{
	width: 100%;
	border-top: 3px solid;
	border-left: 3px solid;
	border-color: #999999;
}

.mobileDesignerImg:nth-child(4n+4) img{
	border-right: 3px solid;
	border-color: #999999;
}
.mobileDesignerImg:nth-child(13) img, 
.mobileDesignerImg:nth-child(14) img, 
.mobileDesignerImg:nth-child(15) img, 
.mobileDesignerImg:nth-child(16) img {
	border-bottom: 3px solid;
	border-color: #999999;
}

.designerImageBox a{
	position: relative;
}

.designerImageBox img{
	width: auto;
	height: 25%;
	
	color: black;
	border-top: 3px solid;
	border-left: 3px solid;
	border-color: #999999;
}
.designerImageBox a:nth-child(5n+4) img{
	border-right: 3px solid;
	border-color: #999999;
}
.designerImageBox a:nth-child(16) img, 
.designerImageBox a:nth-child(17) img, 
.designerImageBox a:nth-child(18) img, 
.designerImageBox a:nth-child(19) img {
	border-bottom: 3px solid;
	border-color: #999999;
}

.designerImgBoxUnterschrift{
	display: none;
}

.designerNameList{
	vertical-align: top;
	display: inline-block;
	margin-left: 50px;
}
.designerLink{
	line-height: 1.6;
	font-size: 20px; /* genau so groß wie menu*/
	margin-bottom: -5px
}
.designerLink a{
	color: #666666;
	text-decoration: none;
}

.designerName{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	text-align: center;
	
	color: #32C300;
	background-color: white;
	margin: 3px;
}
.designerName p{
	position: relative;
	top: 40%;
	transform: translateY(-80%);
}
.designerImageBox a:hover .designerName{
	display: inline-block;
}







.testDesignerImageBox{
	width: 50%;
	display: inline-block;
}

.testInline{
	display: inline-block;
	width: 24%;
}

.testBorder{
	border-top: 3px solid;
	border-left: 3px solid;
	border-color: #999;
}

.testDesignerImgBoxImg{
	width: 100%;
}

.testDesignerName{
	position: absolute;
	display: none;
}










