/* Module-Products */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.mod-products {
	margin-top:100px;
	padding-bottom:60px;
}

.mod-products a.back {
	position:absolute;
	display:block;
	top:-30px;
	margin:0px;
	padding-left:16px;
	background-image:url(../../../../docs/de/1912/sprite-links-icons.png?v=1.0);
	background-position:left top;
}

.mod-products .hersteller {
	margin-bottom:-60px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:50px;
	padding-left:20px;
	background-color:#F2F2F2;
}

.mod-products .hersteller a {
	font-family:'HelveticaNeueETW01-55Rg', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	line-height:1.2em;
	text-align:left;
	position:relative;
	display:block;
	float:none;
	height:auto;
	margin-top:0px;
	margin-bottom:2px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:28px;
}

.mod-products .productlist {
	margin-right:-20px;
}

.mod-products .productlist li {
	float:left;
	width:33.333%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:20px;
	padding-right:20px;
}

.mod-products .productlist a {
	margin:0px;
	padding:20px;
	background-color:#FFFFFF;
	-o-transition:background 0.2s ease-in 0s;
	-webkit-transition:background 0.2s ease-in 0s;
	transition:background 0.2s ease-in 0s;
}

.mod-products .productlist a:hover h2 {
	color:#FFFFFF;
}

.mod-products .productlist a img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.mod-products .productlist li.isFirst {
	margin-left:0px;
}

.mod-products .productlist td {
	vertical-align:bottom;
	width:33%;
	border-top-width:0;
	border-right-width:20px;
	border-bottom-width:20px;
	border-left-width:0;
	border-color:#F2F2F2;
	border-style:solid;
	background-color:#FFFFFF;
	-o-transition:background 0.2s ease-in 0s;
	-webkit-transition:background 0.2s ease-in 0s;
	transition:background 0.2s ease-in 0s;
	cursor:pointer;
}

.mod-products .productlist td:hover a {
	color:#FFFFFF;
	background-color:#282E82;
}

.mod-products .productlist td.isLast {
	border-right-width:0px;
}

.mod-products a {
	margin-top:2px;
	margin-bottom:2px;
}

.mod-products h1 span {
	color:#000000;
	font-size:22px;
	line-height:1.1em;
	text-align:left;
}

.mod-products header {
	padding-bottom:20px;
	background-color:#FFFFFF;
}

.mod-products header h1 {
	margin-top:20px;
}

.mod-products div .multicolumn {
	vertical-align:top;
}

.mod-products div .multicolumn > div {
	vertical-align:top;
	display:table-cell;
}

.mod-products div .multicolumn > div img {
	width:100%;
	height:auto;
}

.mod-products div .multicolumn .not-separated {
	width:50px;
}

.mod-products div .logorahmen {
	border-width:20px;
	border-color:#F2F2F2;
	border-style:solid;
	padding:-20px;
	background-color:#FFFFFF;
}

.mod-products .main-col {
	padding:20px;
	padding-bottom:50px;
}

.mod-products .main-col .width-66-percent {
	padding-right:40px;
}

.mod-products .delimiter {
	display:block;
	height:1px;
	margin-top:30px;
	background-color:#DBDCE2;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.mod-products .productlist a:hover {
	color:#FFFFFF;
	background-color:#282E82;
}

.mod-products .productlist td:hover {
	background-color:#282E82;
}

/* Module-Products @media Mobile */
@media only screen  and (max-width : 700px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.mod-products .hersteller {
	padding-right:0px;
	padding-left:0px;
}

.mod-products .productlist li {
	width:100%;
}

.mod-products ul {
	margin-bottom:30px;
}

.mod-products .main-col {
	padding-right:0px;
	padding-left:0px;
}
}