@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	text-align:center; /* horizontal centering for IE Win quirks */
	padding:0 0 30px 0;
}
.content-container {
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	text-align:center;
}
.distance {
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}
.content {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:500px;
	clear:left;
}
.content .text {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#999999;
	line-height:26px;
	margin-top:50px;
	margin-bottom:60px;
}

.container-photo {
	background-color: #111;
	padding: 10px;
}

.title-photo {
	font-family: Oswald;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	text-size-adjust: 100%;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 10px;"
}

.subtitle-photo {
	font-family: Oswald;
	font-size: 18px;
	font-style: normal;
	font-weight: 200;
	text-size-adjust: 100%;
	text-decoration: none;
	line-height: 26px;
	text-transform: uppercase;
	color: white;
	text-align: right;
	margin-top: 10px;"
}

.footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	background-image:url(../media/index-footer-bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
}
.footer-text {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	line-height:10px;
	font-size:10px;
	color:#666666;
}

.cc_container .cc_btn {
background-color: #e96d2d !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}
.cc_container {
background: #eee !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #999 !important; /* Schriftfarbe des gesamten Bereichs */
}
.cc_container .cc_message {
color: #999 !important;
}
.cc_container a {
color: #211844 !important; /* Textlink-Farbe "Mehr Infos" */
}
