/* BAULOESUNGEN */
body#page_4 .csc-textpic-image,
body#page_5 .csc-textpic-image {
	position:relative;
}
	body#page_4 .csc-textpic-caption,
	body#page_5 .csc-textpic-caption {
		position:absolute;
		left:10px;
		bottom:10px;
		z-index:5;
		line-height:1.4em;
		padding:0 5px;
		background:#4E3718;
		color:#FFF;
	}
/* ############ */


/* TOP REFERENZEN */
/*.content-wrap .csc-textpic-imagecolumn figure {
	position:relative;
}
	.content-wrap .csc-textpic-imagecolumn figure figcaption strong {
		position:absolute;
		left:1px;
		right:1px;
		top:164px;
		z-index:5;
		line-height:1.5em;
		padding:0 5px;
		background:#FFF;
		color:#D6492A;
		font-weight:300;
	}*/
.content-wrap .csc-textpic-imagecolumn figure figcaption strong {
	color:#D6492A;
	font-weight:300;
}
/* ############## */


/* BANNER MODUS */

	/* on */
	body ul#supersized li {
		margin-top:-15%;
	}
	body #prevslide,
	body #prevslide:active,
	body #nextslide,
	body #nextslide:active {
		margin-top:-10%;
	}
	/* ## */
	
	/* off */
	body#page_1 ul#supersized li,
	body#page_4 ul#supersized li {
		margin-top:0;
	}
	body#page_1 .slidenav,
	body#page_4 .slidenav {
		bottom:2%;
	}
	body#page_1 .navigation,
	body#page_4 .navigation {
		top:90%;
	}
		body#page_1 .navigation.fixed,
		body#page_4 .navigation.fixed {
			top:0;
		}

	body#page_1 #slidecaption,
	body#page_4 #slidecaption {
		bottom:10%;
	}
	body#page_4 #prevslide, body#page_4 #nextslide,
	body#page_4 #prevslide:active, body#page_4 #nextslide:active {
		margin-top:-25px;
	}
	/* ### */

/* ############ */


/* THIRDMENU */
body#page_10 .thirdmenu-wrap,
body#page_11 .thirdmenu-wrap,
body#page_12 .thirdmenu-wrap,
body#page_13 .thirdmenu-wrap,
body#page_14 .thirdmenu-wrap {
	display:none;
}
/* ######### */


/* ###################################################################################################### */
/* ###################################################################################################### */
/* ###################################################################################################### */
/* ###################################################################################################### */
/* ###################################################################################################### */
/* responsive Seetings */


/* basic responsive settings for all devices */
@media only screen and (max-width: 1024px) {
}


/* tablets portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}


/* smartphones portrait */
@media only screen and (max-width: 767px) {


/* BAULOESUNGEN */
body#page_4 .csc-textpic-caption,
body#page_5 .csc-textpic-caption {
	/*position:absolute;*/
	left:5px;
	bottom:5px;
	z-index:5;
	padding:0 5px;
}
/* ############ */


/* BANNER MODUS */

	/* on */
	body #prevslide,
	body #nextslide {
		margin-top:-20%;
	}
	/* ## */
	
	/* off */
	body#page_1 .navigation,
	body#page_4 .navigation {
		top:0;
	}

	body#page_1 #slidecaption,
	body#page_4 #slidecaption {
		bottom:8%;
	}
	/* ### */

/* ############ */


}


/* smartphones landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}