@font-face {
    font-family: 'TitilliumWeb-Light';
    src: url('fonts/TitilliumWeb-Light.eot');
    src: url('fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumWeb-Light.woff') format('woff'),
         url('fonts/TitilliumWeb-Light.ttf') format('truetype'),
         url('fonts/TitilliumWeb-Light.svg#robotolight') format('svg');
    font-weight: normal !important;
    font-style: normal;
}
a, a:link, a:visited {
	color: #1e6295;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none !important;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
a:hover {
	color: #ae1439;	
}
h1 {
	margin: 15px 0;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: normal;
	color: #1e6295;
	text-transform: uppercase;
}
h2 {
	margin: 30px 0 60px;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	color: #656565;
	text-transform: none;
}
h4 {
	padding: 20px 0 5px;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #808080;	
}
p, li {
	padding-bottom: 10px;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #808080;	
}
li {
	margin-left:20px;
	list-style: disc;
}

html {
	width: 100%;
	height: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 44%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(44%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 44%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 44%,#cccccc 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 44%,#cccccc 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 44%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
iframe {
	margin-bottom: 15px;	

}
#page {
	display: block;
	position: relative;
	width: 888px;
	margin: 100px auto;	
	text-align: center;	
	z-index: 2;
}
#logo {
	display: block;
	position: relative;
	margin: 0 auto 50px;
	padding-right: 50px;	
}
#powered {
	margin-top: 50px;
}
#powered img {
	width: 200px;
	height: auto;
}
#powered p {
	font-size: 18px;
	line-height: 22px;	
}
.datenschutz #page {
	margin: 20px auto;
	text-align: left;	
}
.footerLink {
	font-size: 20px;
	padding: 0 10px;
}

@media all and (max-width: 800px) {
	

h1 {
	font-size: 30px;
	line-height: 35px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
#page {
	width: 100%;
}
#logo {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
#videos {
	position: relative;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 56.25% !important;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
#videos iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
}
	
	
	
	
}
