
.m-stage-item table {
	width: 10em; 
}
td.label {
    width: 10em;
}
td.cell {
    width: 15px;
    text-align: center;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 1px;
}
.dot.getriebe{background-color:#a3a62c}
.dot.getriebemotoren{background-color:#98669f}
.dot.motoren{background-color:#83afd6}
.dot.elektronik{background-color:#1ca19c}


.price {
	font-weight: lighter;
	color: lightgray;
}
.price.active {
	font-weight: bold;
	color: rgb(57, 62, 67);
}
.spec{ 
	float:right;
	padding: 0 17px;
}
.datavalue {
	font-size: 1.3em;
	font-weight: initial;
	line-heigth: 1.2em:
}
.label {float:left;font-size: 0.9em;}

.abstand {padding: 0 0 25px 0;}
.values { padding: 0 0 0.3em 0;font-size: 0.9em;}

.m-productstage.static-stage .m-stage-item {
    padding: 0 0 0 13px;
}
.m-productstage.static-stage .m-stage-item:hover {
    padding: 0 0 0 9px;
}
.m-productstage .m-stage-item:hover .spec{ 
	padding: 0 13px;
}


.page .m-productstage .m-stage-item .item-image-link {
	margin-top: 0;
}
.m-productstage .m-stage-item .item-image-link {
    width: 14em;
}
.m-productstage .m-stage-item h2 {
	position: absolute;
}

.page .m-productstage .m-stage-item .item-text {
    min-height: 70px;
}


.m-productstage .m-stage-item.item-getriebe,
.m-productstage .m-stage-item.item-getriebemotoren,
.m-productstage .m-stage-item.item-motoren,
.m-productstage .m-stage-item.item-elektronik {
	border-bottom: 4px solid #fff;
}




.m-productstage .m-stage-item.item-getriebe:hover {
    border-color:#a3a62c;
	border-left: 4px solid #a3a62c;
	border-bottom: 4px solid #a3a62c;
	border-right: 4px solid #a3a62c;
}
.m-productstage .m-stage-item.item-getriebemotoren:hover {
    border-color:#98669f;
	border-left: 4px solid #98669f;
	border-bottom: 4px solid #98669f;
	border-right: 4px solid #98669f;
}
.m-productstage .m-stage-item.item-motoren:hover {
    border-color:#83afd6;
	border-left: 4px solid #83afd6;
	border-bottom: 4px solid #83afd6;
	border-right: 4px solid #83afd6;
}
.m-productstage .m-stage-item.item-elektronik:hover {
    border-color:#1ca19c;
	border-left: 4px solid #1ca19c;
	border-bottom: 4px solid #1ca19c;
	border-right: 4px solid #1ca19c;
}

a > .medium-6.large-3.column:hover {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 25px 3px;
	color: #393e43;
}

a > .medium-6.large-3.column.item-motoren:hover {
	background-image: url("../../images/blau.png");
}

a > .medium-6.large-3.column.item-getriebe:hover {
	background-image: url("../../images/gruen.png");
}

a > .medium-6.large-3.column.item-getriebemotoren:hover {
	background-image: url("../../images/lila.png");
}

a > .medium-6.large-3.column.item-elektronik:hover {
	background-image: url("../../images/tuerkis.png");
}



@media only screen and (max-width:651px){
	a > .medium-6.large-3.column:hover {
		background-position: 0px 3px;
	}
}
