Einbauanleitung zu W 108 frühe Ausführung
Einbauanleitung zu W 108 frühe Ausführung
Einbauanleitung Sicherheitsgurte
/* On mouse-over, add a deeper shadow */
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
}
/* Add some padding inside the card container */
.card-container {
padding: 2px 16px;
}
span.step {
background: #cccccc;
border-radius: 0.8em;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
color: #ffffff;
display: inline-block;
font-weight: bold;
line-height: 1.6em;
margin-right: 5px;
text-align: center;
width: 1.6em;
}
.modal-xlg {
width: 1700px !important;
max-width: 92vw;
}
@media (max-width: 767.98px) {
.info-list {
float: left;
margin-left: -20px;
}
span.step {
margin-left: -40px;
}
}