﻿
/*
Gerüst

Mediaqueries
max-width: 759px > xs
min-width: 760px > sm
min-width: 1020px > md
min-width: 1280px > lg
min-width: 1440px > xl
min-width: 1920px > xxl
*/

.col-10-xs-10 {
	width: 100%;
}
.col-10-xs-9 {
	width: 90%;
}
.col-10-xs-8 {
	width: 80%;
}
.col-10-xs-7 {
	width: 70%;
}
.col-10-xs-6 {
	width: 60%;
}
.col-10-xs-5 {
	width: 50%;
}
.col-10-xs-4 {
	width: 40%;
}
.col-10-xs-3 {
	width: 30%;
}
.col-10-xs-2 {
	width: 20%;
}
.col-10-xs-1 {
	width: 10%;
}
.col-10-xs-pull-10 {
	right: 100%;
}
.col-10-xs-pull-9 {
	right: 90%;
}
.col-10-xs-pull-8 {
	right: 80%;
}
.col-10-xs-pull-7 {
	right: 70%;
}
.col-10-xs-pull-6 {
	right: 60%;
}
.col-10-xs-pull-5 {
	right: 50%;
}
.col-10-xs-pull-4 {
	right: 40%;
}
.col-10-xs-pull-3 {
	right: 30%;
}
.col-10-xs-pull-2 {
	right: 20%;
}
.col-10-xs-pull-1 {
	right: 10%;
}
.col-10-xs-pull-0 {
	right: auto;
}
.col-10-xs-push-10 {
	left: 100%;
}
.col-10-xs-push-9 {
	left: 90%;
}
.col-10-xs-push-8 {
	left: 80%;
}
.col-10-xs-push-7 {
	left: 70%;
}
.col-10-xs-push-6 {
	left: 60%;
}
.col-10-xs-push-5 {
	left: 50%;
}
.col-10-xs-push-4 {
	left: 40%;
}
.col-10-xs-push-3 {
	left: 30%;
}
.col-10-xs-push-2 {
	left: 20%;
}
.col-10-xs-push-1 {
	left: 10%;
}
.col-10-xs-push-0 {
	left: auto;
}
.col-10-xs-offset-10 {
	margin-left: 100%;
}
.col-10-xs-offset-9 {
	margin-left: 90%;
}
.col-10-xs-offset-8 {
	margin-left: 80%;
}
.col-10-xs-offset-7 {
	margin-left: 70%;
}
.col-10-xs-offset-6 {
	margin-left: 60%;
}
.col-10-xs-offset-5 {
	margin-left: 50%;
}
.col-10-xs-offset-4 {
	margin-left: 40%;
}
.col-10-xs-offset-3 {
	margin-left: 30%;
}
.col-10-xs-offset-2 {
	margin-left: 20%;
}
.col-10-xs-offset-1 {
	margin-left: 10%;
}
.col-10-xs-offset-0 {
	margin-left: 0;
}

/* Smartphones Klein */
@media (max-width: 479px) {
	.col-10-xxs-10 {
		width: 100%;
	}
	.col-10-xxs-9 {
		width: 90%;
	}
	.col-10-xxs-8 {
		width: 80%;
	}
	.col-10-xxs-7 {
		width: 70%;
	}
	.col-10-xxs-6 {
		width: 60%;
	}
	.col-10-xxs-5 {
		width: 50%;
	}
	.col-10-xxs-4 {
		width: 40%;
	}
	.col-10-xxs-3 {
		width: 30%;
	}
	.col-10-xxs-2 {
		width: 20%;
	}
	.col-10-xxs-1 {
		width: 10%;
	}
	.col-10-xxs-pull-10 {
		right: 100%;
	}
	.col-10-xxs-pull-9 {
		right: 90%;
	}
	.col-10-xxs-pull-8 {
		right: 80%;
	}
	.col-10-xxs-pull-7 {
		right: 70%;
	}
	.col-10-xxs-pull-6 {
		right: 60%;
	}
	.col-10-xxs-pull-5 {
		right: 50%;
	}
	.col-10-xxs-pull-4 {
		right: 40%;
	}
	.col-10-xxs-pull-3 {
		right: 30%;
	}
	.col-10-xxs-pull-2 {
		right: 20%;
	}
	.col-10-xxs-pull-1 {
		right: 10%;
	}
	.col-10-xxs-pull-0 {
		right: auto;
	}
	.col-10-xxs-push-10 {
		left: 100%;
	}
	.col-10-xxs-push-9 {
		left: 90%;
	}
	.col-10-xxs-push-8 {
		left: 80%;
	}
	.col-10-xxs-push-7 {
		left: 70%;
	}
	.col-10-xxs-push-6 {
		left: 60%;
	}
	.col-10-xxs-push-5 {
		left: 50%;
	}
	.col-10-xxs-push-4 {
		left: 40%;
	}
	.col-10-xxs-push-3 {
		left: 30%;
	}
	.col-10-xxs-push-2 {
		left: 20%;
	}
	.col-10-xxs-push-1 {
		left: 10%;
	}
	.col-10-xxs-push-0 {
		left: auto;
	}
	.col-10-xxs-offset-10 {
		margin-left: 100%;
	}
	.col-10-xxs-offset-9 {
		margin-left: 90%;
	}
	.col-10-xxs-offset-8 {
		margin-left: 80%;
	}
	.col-10-xxs-offset-7 {
		margin-left: 70%;
	}
	.col-10-xxs-offset-6 {
		margin-left: 60%;
	}
	.col-10-xxs-offset-5 {
		margin-left: 50%;
	}
	.col-10-xxs-offset-4 {
		margin-left: 40%;
	}
	.col-10-xxs-offset-3 {
		margin-left: 30%;
	}
	.col-10-xxs-offset-2 {
		margin-left: 20%;
	}
	.col-10-xxs-offset-1 {
		margin-left: 10%;
	}
	.col-10-xxs-offset-0 {
		margin-left: 0;
	}
}

/* Smartphones Quer */
@media (min-width: 480px) and (max-width: 759px) {
	.col-10-xs-landscape-10 {
		width: 100%;
	}
	.col-10-xs-landscape-9 {
		width: 90%;
	}
	.col-10-xs-landscape-8 {
		width: 80%;
	}
	.col-10-xs-landscape-7 {
		width: 70%;
	}
	.col-10-xs-landscape-6 {
		width: 60%;
	}
	.col-10-xs-landscape-5 {
		width: 50%;
	}
	.col-10-xs-landscape-4 {
		width: 40%;
	}
	.col-10-xs-landscape-3 {
		width: 30%;
	}
	.col-10-xs-landscape-2 {
		width: 20%;
	}
	.col-10-xs-landscape-1 {
		width: 10%;
	}
	.col-10-xs-landscape-pull-10 {
		right: 100%;
	}
	.col-10-xs-landscape-pull-9 {
		right: 90%;
	}
	.col-10-xs-landscape-pull-8 {
		right: 80%;
	}
	.col-10-xs-landscape-pull-7 {
		right: 70%;
	}
	.col-10-xs-landscape-pull-6 {
		right: 60%;
	}
	.col-10-xs-landscape-pull-5 {
		right: 50%;
	}
	.col-10-xs-landscape-pull-4 {
		right: 40%;
	}
	.col-10-xs-landscape-pull-3 {
		right: 30%;
	}
	.col-10-xs-landscape-pull-2 {
		right: 20%;
	}
	.col-10-xs-landscape-pull-1 {
		right: 10%;
	}
	.col-10-xs-landscape-pull-0 {
		right: auto;
	}
	.col-10-xs-landscape-push-10 {
		left: 100%;
	}
	.col-10-xs-landscape-push-9 {
		left: 90%;
	}
	.col-10-xs-landscape-push-8 {
		left: 80%;
	}
	.col-10-xs-landscape-push-7 {
		left: 70%;
	}
	.col-10-xs-landscape-push-6 {
		left: 60%;
	}
	.col-10-xs-landscape-push-5 {
		left: 50%;
	}
	.col-10-xs-landscape-push-4 {
		left: 40%;
	}
	.col-10-xs-landscape-push-3 {
		left: 30%;
	}
	.col-10-xs-landscape-push-2 {
		left: 20%;
	}
	.col-10-xs-landscape-push-1 {
		left: 10%;
	}
	.col-10-xs-landscape-push-0 {
		left: auto;
	}
	.col-10-xs-landscape-offset-10 {
		margin-left: 100%;
	}
	.col-10-xs-landscape-offset-9 {
		margin-left: 90%;
	}
	.col-10-xs-landscape-offset-8 {
		margin-left: 80%;
	}
	.col-10-xs-landscape-offset-7 {
		margin-left: 70%;
	}
	.col-10-xs-landscape-offset-6 {
		margin-left: 60%;
	}
	.col-10-xs-landscape-offset-5 {
		margin-left: 50%;
	}
	.col-10-xs-landscape-offset-4 {
		margin-left: 40%;
	}
	.col-10-xs-landscape-offset-3 {
		margin-left: 30%;
	}
	.col-10-xs-landscape-offset-2 {
		margin-left: 20%;
	}
	.col-10-xs-landscape-offset-1 {
		margin-left: 10%;
	}
	.col-10-xs-landscape-offset-0 {
		margin-left: 0;
	}
}

/* Kleine Geräte (Tablets, 760px und breiter) */
@media (min-width: 760px) {
	.col-10-sm-10 {
		width: 100%;
	}
	.col-10-sm-9 {
		width: 90%;
	}
	.col-10-sm-8 {
		width: 80%;
	}
	.col-10-sm-7 {
		width: 70%;
	}
	.col-10-sm-6 {
		width: 60%;
	}
	.col-10-sm-5 {
		width: 50%;
	}
	.col-10-sm-4 {
		width: 40%;
	}
	.col-10-sm-3 {
		width: 30%;
	}
	.col-10-sm-2 {
		width: 20%;
	}
	.col-10-sm-1 {
		width: 10%;
	}
	.col-10-sm-pull-10 {
		right: 100%;
	}
	.col-10-sm-pull-9 {
		right: 90%;
	}
	.col-10-sm-pull-8 {
		right: 80%;
	}
	.col-10-sm-pull-7 {
		right: 70%;
	}
	.col-10-sm-pull-6 {
		right: 60%;
	}
	.col-10-sm-pull-5 {
		right: 50%;
	}
	.col-10-sm-pull-4 {
		right: 40%;
	}
	.col-10-sm-pull-3 {
		right: 30%;
	}
	.col-10-sm-pull-2 {
		right: 20%;
	}
	.col-10-sm-pull-1 {
		right: 10%;
	}
	.col-10-sm-pull-0 {
		right: auto;
	}
	.col-10-sm-push-10 {
		left: 100%;
	}
	.col-10-sm-push-9 {
		left: 90%;
	}
	.col-10-sm-push-8 {
		left: 80%;
	}
	.col-10-sm-push-7 {
		left: 70%;
	}
	.col-10-sm-push-6 {
		left: 60%;
	}
	.col-10-sm-push-5 {
		left: 50%;
	}
	.col-10-sm-push-4 {
		left: 40%;
	}
	.col-10-sm-push-3 {
		left: 30%;
	}
	.col-10-sm-push-2 {
		left: 20%;
	}
	.col-10-sm-push-1 {
		left: 10%;
	}
	.col-10-sm-push-0 {
		left: auto;
	}
	.col-10-sm-offset-10 {
		margin-left: 100%;
	}
	.col-10-sm-offset-9 {
		margin-left: 90%;
	}
	.col-10-sm-offset-8 {
		margin-left: 80%;
	}
	.col-10-sm-offset-7 {
		margin-left: 70%;
	}
	.col-10-sm-offset-6 {
		margin-left: 60%;
	}
	.col-10-sm-offset-5 {
		margin-left: 50%;
	}
	.col-10-sm-offset-4 {
		margin-left: 40%;
	}
	.col-10-sm-offset-3 {
		margin-left: 30%;
	}
	.col-10-sm-offset-2 {
		margin-left: 20%;
	}
	.col-10-sm-offset-1 {
		margin-left: 10%;
	}
	.col-10-sm-offset-0 {
		margin-left: 0;
	}
}

/* Mittlere Geräte (Desktop-PCs, 980px und breiter) */
@media (min-width: 1020px) {
	.col-10-md-10 {
		width: 100%;
	}
	.col-10-md-9 {
		width: 90%;
	}
	.col-10-md-8 {
		width: 80%;
	}
	.col-10-md-7 {
		width: 70%;
	}
	.col-10-md-6 {
		width: 60%;
	}
	.col-10-md-5 {
		width: 50%;
	}
	.col-10-md-4 {
		width: 40%;
	}
	.col-10-md-3 {
		width: 30%;
	}
	.col-10-md-2 {
		width: 20%;
	}
	.col-10-md-1 {

		width: 10%;
	}
	.col-10-md-pull-10 {
		right: 100%;
	}
	.col-10-md-pull-9 {
		right: 90%;
	}
	.col-10-md-pull-8 {
		right: 80%;
	}
	.col-10-md-pull-7 {
		right: 70%;
	}
	.col-10-md-pull-6 {
		right: 60%;
	}
	.col-10-md-pull-5 {
		right: 50%;
	}
	.col-10-md-pull-4 {
		right: 40%;
	}
	.col-10-md-pull-3 {
		right: 30%;
	}
	.col-10-md-pull-2 {
		right: 20%;
	}
	.col-10-md-pull-1 {
		right: 10%;
	}
	.col-10-md-pull-0 {
		right: auto;
	}
	.col-10-md-push-10 {
		left: 100%;
	}
	.col-10-md-push-9 {
		left: 90%;
	}
	.col-10-md-push-8 {
		left: 80%;
	}
	.col-10-md-push-7 {
		left: 70%;
	}
	.col-10-md-push-6 {
		left: 60%;
	}
	.col-10-md-push-5 {
		left: 50%;
	}
	.col-10-md-push-4 {
		left: 40%;
	}
	.col-10-md-push-3 {
		left: 30%;
	}
	.col-10-md-push-2 {
		left: 20%;
	}
	.col-10-md-push-1 {
		left: 10%;
	}
	.col-10-md-push-0 {
		left: auto;
	}
	.col-10-md-offset-10 {
		margin-left: 100%;
	}
	.col-10-md-offset-9 {
		margin-left: 90%;
	}
	.col-10-md-offset-8 {
		margin-left: 80%;
	}
	.col-10-md-offset-7 {
		margin-left: 70%;
	}
	.col-10-md-offset-6 {
		margin-left: 60%;
	}
	.col-10-md-offset-5 {
		margin-left: 50%;
	}
	.col-10-md-offset-4 {
		margin-left: 40%;
	}
	.col-10-md-offset-3 {
		margin-left: 30%;
	}
	.col-10-md-offset-2 {
		margin-left: 20%;
	}
	.col-10-md-offset-1 {
		margin-left: 10%;
	}
	.col-10-md-offset-0 {
		margin-left: 0;
	}
}
/* Grosse Geräte (Desktop-PCs, 1280px und breiter) */
@media (min-width: 1280px) {
	.col-10-lg-10 {
		width: 100%;
	}
	.col-10-lg-9 {
		width: 90%;
	}
	.col-10-lg-8 {
		width: 80%;
	}
	.col-10-lg-7 {
		width: 70%;
	}
	.col-10-lg-6 {
		width: 60%;
	}
	.col-10-lg-5 {
		width: 50%;
	}
	.col-10-lg-4 {
		width: 40%;
	}
	.col-10-lg-3 {
		width: 30%;
	}
	.col-10-lg-2 {
		width: 20%;
	}
	.col-10-lg-1 {
		width: 10%;
	}
	.col-10-lg-pull-10 {
		right: 100%;
	}
	.col-10-lg-pull-9 {
		right: 90%;
	}
	.col-10-lg-pull-8 {
		right: 80%;
	}
	.col-10-lg-pull-7 {
		right: 70%;
	}
	.col-10-lg-pull-6 {
		right: 60%;
	}
	.col-10-lg-pull-5 {
		right: 50%;
	}
	.col-10-lg-pull-4 {
		right: 40%;
	}
	.col-10-lg-pull-3 {
		right: 30%;
	}
	.col-10-lg-pull-2 {
		right: 20%;
	}
	.col-10-lg-pull-1 {
		right: 10%;
	}
	.col-10-lg-pull-0 {
		right: auto;
	}
	.col-10-lg-push-10 {
		left: 100%;
	}
	.col-10-lg-push-9 {
		left: 90%;
	}
	.col-10-lg-push-8 {
		left: 80%;
	}
	.col-10-lg-push-7 {
		left: 70%;
	}
	.col-10-lg-push-6 {
		left: 60%;
	}
	.col-10-lg-push-5 {
		left: 50%;
	}
	.col-10-lg-push-4 {
		left: 40%;
	}
	.col-10-lg-push-3 {
		left: 30%;
	}
	.col-10-lg-push-2 {
		left: 20%;
	}
	.col-10-lg-push-1 {
		left: 10%;
	}
	.col-10-lg-push-0 {
		left: auto;
	}
	.col-10-lg-offset-10 {
		margin-left: 100%;
	}
	.col-10-lg-offset-9 {
		margin-left: 90%;
	}
	.col-10-lg-offset-8 {
		margin-left: 80%;
	}
	.col-10-lg-offset-7 {
		margin-left: 70%;
	}
	.col-10-lg-offset-6 {
		margin-left: 60%;
	}
	.col-10-lg-offset-5 {
		margin-left: 50%;
	}
	.col-10-lg-offset-4 {
		margin-left: 40%;
	}
	.col-10-lg-offset-3 {
		margin-left: 30%;
	}
	.col-10-lg-offset-2 {
		margin-left: 20%;
	}
	.col-10-lg-offset-1 {
		margin-left: 10%;
	}
	.col-10-lg-offset-0 {
		margin-left: 0;
	}
}
/* Grosse Geräte (Desktop-PCs, 1440px und breiter) */
@media (min-width: 1440px) {
	.col-10-xl-10 {
		width: 100%;
	}
	.col-10-xl-9 {
		width: 90%;
	}
	.col-10-xl-8 {
		width: 80%;
	}
	.col-10-xl-7 {
		width: 70%;
	}
	.col-10-xl-6 {
		width: 60%;
	}
	.col-10-xl-5 {
		width: 50%;
	}
	.col-10-xl-4 {
		width: 40%;
	}
	.col-10-xl-3 {
		width: 30%;
	}
	.col-10-xl-2 {
		width: 20%;
	}
	.col-10-xl-1 {
		width: 10%;
	}
	.col-10-xl-pull-10 {
		right: 100%;
	}
	.col-10-xl-pull-9 {
		right: 90%;
	}
	.col-10-xl-pull-8 {
		right: 80%;
	}
	.col-10-xl-pull-7 {
		right: 70%;
	}
	.col-10-xl-pull-6 {
		right: 60%;
	}
	.col-10-xl-pull-5 {
		right: 50%;
	}
	.col-10-xl-pull-4 {
		right: 40%;
	}
	.col-10-xl-pull-3 {
		right: 30%;
	}
	.col-10-xl-pull-2 {
		right: 20%;
	}
	.col-10-xl-pull-1 {
		right: 10%;
	}
	.col-10-xl-pull-0 {
		right: auto;
	}
	.col-10-xl-push-10 {
		left: 100%;
	}
	.col-10-xl-push-9 {
		left: 90%;
	}
	.col-10-xl-push-8 {
		left: 80%;
	}
	.col-10-xl-push-7 {
		left: 70%;
	}
	.col-10-xl-push-6 {
		left: 60%;
	}
	.col-10-xl-push-5 {
		left: 50%;
	}
	.col-10-xl-push-4 {
		left: 40%;
	}
	.col-10-xl-push-3 {
		left: 30%;
	}
	.col-10-xl-push-2 {
		left: 20%;
	}
	.col-10-xl-push-1 {
		left: 10%;
	}
	.col-10-xl-push-0 {
		left: auto;
	}
	.col-10-xl-offset-10 {
		margin-left: 100%;
	}
	.col-10-xl-offset-9 {
		margin-left: 90%;
	}
	.col-10-xl-offset-8 {
		margin-left: 80%;
	}
	.col-10-xl-offset-7 {
		margin-left: 70%;
	}
	.col-10-xl-offset-6 {
		margin-left: 60%;
	}
	.col-10-xl-offset-5 {
		margin-left: 50%;
	}
	.col-10-xl-offset-4 {
		margin-left: 40%;
	}
	.col-10-xl-offset-3 {
		margin-left: 30%;
	}
	.col-10-xl-offset-2 {
		margin-left: 20%;
	}
	.col-10-xl-offset-1 {
		margin-left: 10%;
	}
	.col-10-xl-offset-0 {
		margin-left: 0;
	}
}
/* Grosse Geräte (Desktop-PCs, 1920px und breiter) */
@media (min-width: 1920px) {
	.col-10-xxl-10 {
		width: 100%;
	}
	.col-10-xxl-9 {
		width: 90%;
	}
	.col-10-xxl-8 {
		width: 80%;
	}
	.col-10-xxl-7 {
		width: 70%;
	}
	.col-10-xxl-6 {
		width: 60%;
	}
	.col-10-xxl-5 {
		width: 50%;
	}
	.col-10-xxl-4 {
		width: 40%;
	}
	.col-10-xxl-3 {
		width: 30%;
	}
	.col-10-xxl-2 {
		width: 20%;
	}
	.col-10-xxl-1 {
		width: 10%;
	}
	.col-10-xxl-pull-10 {
		right: 100%;
	}
	.col-10-xxl-pull-9 {
		right: 90%;
	}
	.col-10-xxl-pull-8 {
		right: 80%;
	}
	.col-10-xxl-pull-7 {
		right: 70%;
	}
	.col-10-xxl-pull-6 {
		right: 60%;
	}
	.col-10-xxl-pull-5 {
		right: 50%;
	}
	.col-10-xxl-pull-4 {
		right: 40%;
	}
	.col-10-xxl-pull-3 {
		right: 30%;
	}
	.col-10-xxl-pull-2 {
		right: 20%;
	}
	.col-10-xxl-pull-1 {
		right: 10%;
	}
	.col-10-xxl-pull-0 {
		right: auto;
	}
	.col-10-xxl-push-10 {
		left: 100%;
	}
	.col-10-xxl-push-9 {
		left: 90%;
	}
	.col-10-xxl-push-8 {
		left: 80%;
	}
	.col-10-xxl-push-7 {
		left: 70%;
	}
	.col-10-xxl-push-6 {
		left: 60%;
	}
	.col-10-xxl-push-5 {
		left: 50%;
	}
	.col-10-xxl-push-4 {
		left: 40%;
	}
	.col-10-xxl-push-3 {
		left: 30%;
	}
	.col-10-xxl-push-2 {
		left: 20%;
	}
	.col-10-xxl-push-1 {
		left: 10%;
	}
	.col-10-xxl-push-0 {
		left: auto;
	}
	.col-10-xxl-offset-10 {
		margin-left: 100%;
	}
	.col-10-xxl-offset-9 {
		margin-left: 90%;
	}
	.col-10-xxl-offset-8 {
		margin-left: 80%;
	}
	.col-10-xxl-offset-7 {
		margin-left: 70%;
	}
	.col-10-xxl-offset-6 {
		margin-left: 60%;
	}
	.col-10-xxl-offset-5 {
		margin-left: 50%;
	}
	.col-10-xxl-offset-4 {
		margin-left: 40%;
	}
	.col-10-xxl-offset-3 {
		margin-left: 30%;
	}
	.col-10-xxl-offset-2 {
		margin-left: 20%;
	}
	.col-10-xxl-offset-1 {
		margin-left: 10%;
	}
	.col-10-xxl-offset-0 {
		margin-left: 0;
	}
}