@charset "utf-8";
/* CSS Document */

html, body {
    color: #FFF;
	height: 100%;
	margin: 0px;
	padding-top: 70px;
	padding-bottom: 5em;
	padding-left: 0px;
	padding-right: 0px;
	
	letter-spacing: .1em;
  	/*text-shadow: 
     2px  2px 2px black,
     2px -2px 2px black,
    -2px  2px 2px black,
    -2px -2px 2px black;
	font-family: 'Delius';*/
	font-size: 1.0em;
	/*background: url("../bilder/backstein.jpg") repeat ;*/
	/*display: table;*/
	width: 100vw;
	overflow-x: hidden;
	
}

.navbar {background-color: rgba(12,0,66,0.70); color: #FFF;}

a:link {}
a:hover {text-decoration: underline;}

body {
	
	color: #000;
	
}

div.container { 
	max-width:1200px; 
	width:100vw;
	/*overflow-y: hidden;*/
	
	}

.kleinertext{font-size: 0.5em}

.marquee { 
	width: 100%; 
	margin: 0px; 
	padding: 2px; 
	overflow: hidden; 
	white-space: nowrap; 
	border: solid 0px #CCCCCC; 
	animation: marquee 30s linear infinite;
}

@keyframes marquee {
 0%   { text-indent: 100% }
 100% { text-indent: -100% }
}

.row{
	margin:0;
	padding:0;
}

.footerbackground{
	display: table-row;
	background: #000000; 
	background-size: cover;
	height: 5em;
}
.footer{ color: #FFF;}