@import url("/css/modules/DynamicContent/dynamiccontent.css");

#produkte{
	background: #eef2f3;
	padding-bottom: 40px;
}

#produkte article{
	margin-bottom: 20px;
	border-bottom: 1px solid #dfe5e8;
}

#produkte article .title{
	background: #b6c6c9;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: 600;
	padding: 20px;
	text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#produkte article .products .entry{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-left: 1px solid #dfe5e8;
	border-right: 1px solid #dfe5e8;
	padding: 20px;
	color: #28a5bc;
}
#produkte article .products .entry .bild{
	height: 50px;
	float: left;
	width: 50px;
}
#produkte article .products .entry .bild .bild-inner{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 50px;
	width: 50px;
	position: relative;
}
#produkte article .products .entry .bild .bild-inner a{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 5000;
}

#produkte article .products .entry .bild .bild-inner:after{
	display: block;
	position: absolute;
	font-size: 30px;
	content: "+";
	line-height: 50px;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: 700;
	background: rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	z-index: 5;
}
#produkte article .products .entry .bild:hover .bild-inner:after{
	opacity: 1;
}
#produkte article .products .entry .bild .bild-inner a img{
	display: none;
}
#produkte article .products .entry .text{
	width: calc(100% - 50px);
	height: 50px;
	float: left;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#produkte article .products .entry .text span{
	display: block;
	position: relative;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#produkte article .products .entry:nth-child(2n){
	background: #f0f3f2;
}
#produkte article .products .entry:nth-child(2n+1){
	background: #FFF;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 959px) {
	#produkte article .products .entry .text{
		font-size: 14px;
	}
}



/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 767px
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
}



/**************************************************************************************************
 * Smartphone Landscape
 * 
 * 480px - 767px
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}



/**************************************************************************************************
 * Smartphone Portrait
 * 
 *  - 479px
 *************************************************************************************************/
@media only screen and (max-width: 479px) {
}
