/* stylesheet for demo and examples */

.cookie{ color:#fff; padding:10px; position:absolute; top: 0px; left:0px; z-index:9999999999; background-image: url(hintergrund-transparent-grun.png); font-size:12px; width:100%; text-align:center;}

.content{
	overflow: auto;
	position: absolute;
	max-width: 97%;
	height: 340px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	padding: 30px;
	background-image: url(hintergrund-transparent-gelb.png);
	left: 22px;
	top: 30%;
	color: #fff;
	border-radius: 18px;
	font-size: 17px;
	line-height: 23px;
	padding-top: 10px!important;
}

.content.hidden{ display: none; }

.content.light{
	background-color: #ddd;
	color: #333;
}



@media only screen and (min-width: 1229px){
	.showcase .horizontal-images.content{ width: 1060px; }
}

@media only screen and (min-width: 1629px){
	.showcase .horizontal-images.content{ width: 700px; }
}
