body {
	background: black;
	background-image: url('../images/bg2.jpg');
	background-position-y: bottom;
	background-attachment:fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.splash {
	background: white;
	margin-top: 5px;
}
.row {
	background: white;
}

.top-bar {
	background: none;
	-webkit-transition: background 500ms linear;
     -moz-transition: background 500ms linear;
     -o-transition: background 500ms linear;
     -ms-transition: background 500ms linear;
     transition: background 500ms linear;
}
.myblack {
	background-color: rgba(0,0,0,0.7);
     -webkit-transition: background-color 500ms linear;
     -moz-transition: background-color 500ms linear;
     -o-transition: background-color 500ms linear;
     -ms-transition: background-color 500ms linear;
     transition: background-color 500ms linear;
}
.top-bar-section li a:not(.button) {
	background: none;
}
.top-bar-section li a:not(.button):hover {
	background: none;
	color: silver;
}
.top-bar-section ul {
	background: none;
}
#startBild {



}
/*
.top-bar .name h1 a {
	color: black;
}
*/