:root {
  --cassiopeia-color-primary: #000000;
  --cassiopeia-color-link: #00ff00;
  --cassiopeia-color-hover: #0000ff;  /* zugleich Verlaufsfarbe des headers */
}
.container-header {background-image: none}  /* blendet Velauf aus */
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: white;                                 /* #333;  */
	background-color: #000;                           
}
.body .container {
	background-color: #000;                         /* #fff; */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #005e8d;                                       /* #002b41; */
	text-decoration: none;
}
.control-label {
	color: black;
	display: block;
	margin-bottom: 5px;
}
.pull-center {float: none; text-align: center}
#logo a, #logo a:link, #logo a:hover {
color:#DEB25E;
font-family:terminal, monaco; 
}
.brand-logo {
	font-size: 40px;
	font-size: calc(16px + 2.16vw);
	line-height: 48px;
	font-weight: bold;
	font-family: terminal, monaco;
}
.brand {
	color: white;
}
.brand:hover {
	color: white;
	text-decoration: none;
}
.test {color:green}



.titel {font-family: terminal, monaco; font-size: 26pt; margin-top: 2em; margin-bottom: 1em; text-align: center}
.luckymenu {color: white; margin-bottom: 1.5em}
#back-top {display: none}