/* GRIDELEMENTS */
.content-wrap .grid-container-content {
}
	/* ein spaltig */
	.content-wrap .grid-container-content .one-col-container {
		width:1000px;
		margin:0 auto;
	}
	/* ########### */

	/* zwei spaltig */
	.content-wrap .grid-container-content .two-cols-item.two-cols-left {
		float:left;
	}
	.content-wrap .grid-container-content .two-cols-item.two-cols-right {
		float:right;
	}
		/* 50/50 */
		.content-wrap .grid-container-content .two-cols-item-50 {
			width:47%;
		}
		/* 33/66 + 66/33 */
		.content-wrap .grid-container-content .two-cols-item-33.two-cols-left,
		.content-wrap .grid-container-content .two-cols-item-33.two-cols-right {
			width:30%;
		}
		.content-wrap .grid-container-content .two-cols-item-66.two-cols-right,
		.content-wrap .grid-container-content .two-cols-item-66.two-cols-left {
			width:63%;
		}
		/* 25/75 + 75/25 */
		.content-wrap .grid-container-content .two-cols-item-25.two-cols-left,
		.content-wrap .grid-container-content .two-cols-item-25.two-cols-right {
			width:22%;
		}
		.content-wrap .grid-container-content .two-cols-item-75.two-cols-right,
		.content-wrap .grid-container-content .two-cols-item-75.two-cols-left {
			width:72%;
		}
	/* ############ */
	
	/* drei spaltig */
	.content-wrap .grid-container-content .three-cols-item {
		width:30%;
	}
	.content-wrap .grid-container-content .three-cols-item.three-cols-left,
	.content-wrap .grid-container-content .three-cols-item.three-cols-middle {
		float:left;
	}
	.content-wrap .grid-container-content .three-cols-item.three-cols-right {
		float:right;
	}
	.content-wrap .grid-container-content .three-cols-item.three-cols-left {
		margin-right:5%;
	}
	/* ############ */
	
/* ############ */


/* BILDER */

	/* zwei spaltig */
	.content-wrap .grid-container-content .two-imgcols-item.two-imgcols-left {
		float:left;
	}
	.content-wrap .grid-container-content .two-imgcols-item.two-imgcols-right {
		float:right;
	}
		/* 50/50 */
		.content-wrap .grid-container-content .two-imgcols-item-50 {
			width:49.5%;
		}
		/* 33/66 + 66/33 */
		.content-wrap .grid-container-content .two-imgcols-item-33.two-imgcols-left,
		.content-wrap .grid-container-content .two-imgcols-item-33.two-imgcols-right {
			width:33%;
		}
		.content-wrap .grid-container-content .two-imgcols-item-66.two-imgcols-right,
		.content-wrap .grid-container-content .two-imgcols-item-66.two-imgcols-left {
			width:66%;
		}
	/* ############ */
	
	/* drei spaltig */
	.content-wrap .grid-container-content .three-imgcols-item {
		width:33%;
	}
	.content-wrap .grid-container-content .three-imgcols-item.three-imgcols-left,
	.content-wrap .grid-container-content .three-imgcols-item.three-imgcols-middle {
		float:left;
	}
	.content-wrap .grid-container-content .three-imgcols-item.three-imgcols-right {
		float:right;
	}
	.content-wrap .grid-container-content .three-imgcols-item.three-imgcols-left {
		margin-right:0.5%;
	}
	/* ############ */
	
/* ###### */


/* ###################################################################################################### */
/* ###################################################################################################### */
/* ###################################################################################################### */
/* ###################################################################################################### */
/* ###################################################################################################### */
/* responsive Seetings */


/* basic responsive settings for all devices */
@media only screen and (max-width: 1024px) {


/* GRIDELEMENTS */

/* ein spaltig */
.content-wrap .grid-container-content .one-col-container {
	width:900px;
	margin:0 auto;
}
/* ########### */
	
/* ############ */


}


/* tablets portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {


/* GRIDELEMENTS */

/* ein spaltig */
.content-wrap .grid-container-content .one-col-container {
	width:90%;
}
/* ########### */
	
/* ############ */


}


/* smartphones portrait */
@media only screen and (max-width: 767px) {


/* GRIDELEMENTS */

/* ein spaltig */
.content-wrap .grid-container-content .one-col-container {
	width:90%;
}
/* ########### */

/* zwei spaltig */
.content-wrap .grid-container-content .two-cols-item.two-cols-left,
.content-wrap .grid-container-content .two-cols-item.two-cols-right {
	float:none;
}
	/* 50/50 */
	.content-wrap .grid-container-content .two-cols-item-50 {
		width:100%;
	}
	/* 33/66 + 66/33 */
	.content-wrap .grid-container-content .two-cols-item-33.two-cols-left,
	.content-wrap .grid-container-content .two-cols-item-33.two-cols-right {
		width:100%;
	}
	.content-wrap .grid-container-content .two-cols-item-66.two-cols-right,
	.content-wrap .grid-container-content .two-cols-item-66.two-cols-left {
		width:100%;
	}
	/* 25/75 + 75/25 */
	.content-wrap .grid-container-content .two-cols-item-25.two-cols-left,
	.content-wrap .grid-container-content .two-cols-item-25.two-cols-right {
		width:100%;
	}
	.content-wrap .grid-container-content .two-cols-item-75.two-cols-right,
	.content-wrap .grid-container-content .two-cols-item-75.two-cols-left {
		width:100%;
	}
/* ############ */

/* drei spaltig */
.content-wrap .grid-container-content .three-cols-item {
	width:100%;
}
.content-wrap .grid-container-content .three-cols-item.three-cols-left,
.content-wrap .grid-container-content .three-cols-item.three-cols-middle,
.content-wrap .grid-container-content .three-cols-item.three-cols-right {
	float:none;
}
.content-wrap .grid-container-content .three-cols-item.three-cols-left {
	margin-right:0;
}
/* ############ */

/* ############ */


}


/* smartphones landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}