﻿.moduletable_strecken article {
    width: 100%;
    box-sizing: border-box;
    line-height: 2em;
    border-bottom: solid 1px #666666;
    margin-bottom: 40px;
    box-shadow: white 0px 0px 8px;
    padding: 20px;

}

.noasphalt {
    transform: rotate(-15deg);
    float: right;
    margin: 15px 20px 0 auto;
    z-index: -1;
    max-width: 40%;
}



@media screen and (min-width:640px){

	.moduletable_strecken article {
	    width: 47%;
		border: none;
		margin: none;
	}
}