/*Abständen*/

.top-150{
	margin-top: 150px;
}
.top-100{
	margin-top: 100px;
}
.top-90{
	margin-top: 90px;
}
.top-85{
	margin-top: 85px;
}
.top-75{
	margin-top: 75px;
}
.top-50{
	margin-top: 50px;
}
.top-45{
	margin-top: 45px;
}
.top-40{
	margin-top: 40px;
}
.top-35{
	margin-top: 35px;
}
.top-30{
	margin-top: 30px;
}
.top-25{
	margin-top:25px;
}
.top-20{
	margin-top:20px;
}
.top-15{
	margin-top:15px;
}
.top-10{
	margin-top:10px;
}

/*Top negativ*/
.top-neg-150{
	margin-top:-150px;
}
.top-neg-100{
	margin-top:-100px;
}
.top-neg-75{
	margin-top:-75px;
}
.top-neg-60{
	margin-top:-60px;
}
.top-neg-50{
	margin-top:-50px;
}
.top-neg-45{
	margin-top:-45px;
}
.top-neg-40{
	margin-top:-40px;
}
.top-neg-35{
	margin-top:-35px;
}
.top-neg-30{
	margin-top:-30px;
}
.top-neg-25{
	margin-top:-25px;
}
.top-neg-10{
	margin-top:-10px;
}

/*Abstände Bottom*/
.bottom-200{
    margin-bottom: 200px;
}
.bottom-150{
    margin-bottom: 150px;
}
.bottom-100{
    margin-bottom: 100px;
}
.bottom-75{
	margin-bottom: 75px;
}
.bottom-50{
	margin-bottom: 50px;
}
.bottom-45{
	margin-bottom: 45px;
}
.bottom-40{
	margin-bottom: 40px;
}
.bottom-35{
	margin-bottom: 35px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-25{
	margin-bottom: 25px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-15{
	margin-bottom: 15px;
}
.bottom-10{
	margin-bottom: 10px;
}

/*Abstände neg Bottom*/
.bottom-neg-150{
    margin-bottom: -150px;
}
.bottom-neg-100{
    margin-bottom: -100px;
}
.bottom-neg-75{
	margin-bottom: -75px;
}
.bottom-neg-50{
	margin-bottom: -50px;
}
.bottom-neg-45{
	margin-bottom: -45px;
}
.bottom-neg-40{
	margin-bottom: -40px;
}
.bottom-neg-35{
	margin-bottom: -35px;
}
.bottom-neg-30{
	margin-bottom: -30px;
}
.bottom-neg-25{
	margin-bottom: -25px;
}
.bottom-neg-20{
	margin-bottom: -20px;
}
.bottom-neg-15{
	margin-bottom: -15px;
}
.bottom-neg-10{
	margin-bottom: -10px;
}

/*Spaltenangleichen*/

.offset-500{
    min-height: 500px;
}