.tx-sddmdesigner .designer-item {
	float: left;
	margin-right: 30px;
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.designer-item:nth-child(2n) {
	margin-right: 0;
}
.js .tx-sddmdesigner .designer-item:nth-child(1n+9){
	display: none;
}
.tx-sddmdesigner .active .designer-item:nth-child(1n+9) {
	display: block;
}
/*
.tx-sddmdesigner .designer-item:hover {
	background-color: #ebf2c1
}
*/
.tx-sddmdesigner .designer-item.open {
	width: 100%;
	clear: both;
	margin-right: 0;
}
.tx-sddmdesigner .pfeil-links {
	display: none;
	bottom: 0;
	border-bottom-color: #cfcfcf;
}
.tx-sddmdesigner .open .pfeil-links {display: block;}
.tx-sddmdesigner .designer-item.open .text {
	display: block;
	background-color: #cfcfcf;
	padding: 20px;
	/*margin-top: 30px;*/
	position: relative;
}
.tx-sddmdesigner .open .text hr.bottom {
	position: absolute;
	bottom: 20px;
	margin-bottom: 0;
	border-bottom-color: #878787;
	width: 95%;
}
.tx-sddmdesigner .active .designer-divider .gradient {display: none;}
.tx-sddmdesigner .designer-divider .gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,e6e6e6+100&0+0,1+80,1+100 */
	background: -moz-linear-gradient(top,  rgba(230,230,230,0) 0%, rgba(230,230,230,1) 80%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,0) 0%,rgba(230,230,230,1) 80%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(230,230,230,0) 0%,rgba(230,230,230,1) 80%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6e6e6', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	height: 120px;
	position: absolute;
	top: -150px;
	width: 100%;
}
.tx-sddmdesigner .designer-divider {
	clear: both;
	text-align: center;
	margin-bottom: 60px;
	font-size: 20px;
	font-size: 1.25rem;
	position: relative;
	display: none;
}
.js .tx-sddmdesigner .designer-divider {
	display: block;
	cursor: pointer;
}

.tx-sddmdesigner .expand,
.tx-sddmdesigner .close-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	cursor: pointer;
}
.tx-sddmdesigner .close-icon {bottom: 10px;}
.tx-sddmdesigner .expand:before,
.tx-sddmdesigner .close-icon:before,
.tx-sddmdesigner .designer-divider strong:before{
	font-family: 'icomoon' !important;
	content: "\e901";
	background-color: #B1CB08;
	text-align: center;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 0;
	color: #4f4f4f !important;
	font-size: 12px;
	border: 1px solid #B1CB08;
	transition: background-color 0.5s ease;
	line-height: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .3s;
	-moz-transition: -moz-transform .3s;
	-ms-transition: -ms-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
}
.tx-sddmdesigner .designer-divider hr {
	border-bottom-color: #9a9a9a;
}
.tx-sddmdesigner .designer-divider strong:before{
	float: none;
	content: '\e902';
	display: inline-block;
	font-size: 18px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.tx-sddmdesigner .designer-divider .show-less strong:before{
	float: none;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tx-sddmdesigner .close-icon:before{
	background-color: white;
	border-color: white;
}
.tx-sddmdesigner .open .expand:before,
.tx-sddmdesigner .close-icon:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.tx-sddmdesigner .open .preview  {
	width: calc((100% + 30px) / 2);
	margin: 0 auto;
}

.tx-sddmdesigner .preview {
	background-color: #cfcfcf;
	padding-bottom: 1px;
	position: relative;
}
.tx-sddmdesigner .preview .designer-company {
	margin: 10px 10px 15px 10px;
	font-size: 12px;
	font-size: 0.75rem;
	height: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: none;
}
.tx-sddmdesigner .designer-name {
	margin: 7px 10px;
	font-family: FFMarselisSlabWeb;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	height: 50px;
	overflow: hidden;
	display: none;
}
.tx-sddmdesigner .text .designer-name {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	height: auto;
	font-size: 20px;
	font-size: 1.25rem;
	border-bottom: 1px solid #878787;
	position: relative;
	display: block;
}
.tx-sddmdesigner .designer-item .text {
	display: none;
}
@media (min-width: 450px) {

}
@media (min-width: 720px) {
	.tx-sddmdesigner .preview img {
		border-bottom: 10px solid #b1cb08
	}
	.tx-sddmdesigner .designer-name,
	.tx-sddmdesigner .preview .designer-company{
		display: block;
	}
	.tx-sddmdesigner .open .preview {
		float: left;
		margin-right: 30px;
		margin-left: 25%;
		margin-left: 0;
		margin-right: 30px;
	}
	.tx-sddmdesigner .open .text {
		margin-left: 50%;
		margin-top: 0;
		margin-right: 0;
	}
	.tx-sddmdesigner .text .designer-name {
		margin-right: 20px;
	}
	.tx-sddmdesigner .pfeil-links {
		right: -30px;
		top: calc(50% - 25px);
		border-bottom-color: rgba(0, 0, 0, 0);
		border-top: 25px solid rgba(0, 0, 0, 0);
		border-bottom: 25px solid rgba(0, 0, 0, 0);
		border-right: 25px solid #cfcfcf;
	}
	.tx-sddmdesigner .designer-item,
	.tx-sddmdesigner .open .preview{
		width: calc((100% - 60px) / 3);
	}
	.designer-item:nth-child(2n) {
		margin-right: 30px;
	}
	.designer-item:nth-child(3n) {
		margin-right: 0;
	}
	.tx-sddmdesigner .open .text {
		margin-left: calc((100% + 30px) / 3);
	}
}
@media (min-width: 960px) {
	.tx-sddmdesigner .designer-item,
	.tx-sddmdesigner .open .preview{
		width: calc((100% - 90px) / 4)
	}
	.designer-item:nth-child(2n),
	.designer-item:nth-child(3n) {
		margin-right: 30px;
	}
	.designer-item:nth-child(4n) {
		margin-right: 0;
	}
	.tx-sddmdesigner .open .preview  {
		float: left;
		margin-right: 30px;
	}
	.tx-sddmdesigner .open .text {
		margin-left: calc((100% + 30px) / 4);
	}
}