* { margin:0; padding:0; }

html, body { 
font-family: 'Raleway', sans-serif;
color:#333333;
font-size:16px;
font-weight:500;
background-color: #000;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow-x: hidden;
}

a:link, a:visited {
	color:white;
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	#color:rgb(45, 55, 65);
	color:white;
	text-decoration:underline;
	#background-color:rgba(120, 150, 170, 0.4);
	background-color:rgba(20, 50, 70, 0.3);
}

strong, b {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}


.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }


.first {
	opacity: 1 !important;
	visibility: visible !important;
}

.fullscreen {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	margin:0;
	padding:0;
	width:100% !important;
	height:100% !important;
	opacity: 0;
	visibility: hidden;
	background-position: center top !important;
	background-color: #000 !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover;

	transition: opacity 0.6s ease-in-out, visibility 0s linear 1s;
	-webkit-transition: opacity 0.6s ease-in-out, visibility 0s linear 1s;
	-moz-transition: opacity 0.6s ease-in-out, visibility 0s linear 1s;
	-o-transition: opacity 0.6s ease-in-out, visibility 0s linear 1s;
}

.fullscreen:target {
	opacity: 1 !important;
	visibility: visible;

	transition: opacity 2s ease-in-out, visibility 0s linear;
	-webkit-transition: opacity 2s ease-in-out, visibility 0s linear;
	-moz-transition: opacity 2s ease-in-out, visibility 0s linear;
	-o-transition: opacity 2s ease-in-out, visibility 0s linear;
}

.content {
	display: block;
	width:560px; /* same as #navbar - padding */
	max-height: calc(100% - 250px);
	overflow-y: scroll;
	margin:230px auto 20px auto !important;
	color:white;
	font-size: 14px;
	font-weight: 300;
	text-shadow:1px 1px 2px #000;
}

.content p {
	float:left;
	width:265px; /* 285px */
	color:white !important;
	text-shadow:1px 1px 2px #000;
	text-align: justify;
	margin-bottom:16px;
}

.content p:first-child {
	margin-right:30px;
}

.content p.wrap {
	margin-bottom: 16px !important;
}

.content p.line {
	width: 264px !important;
	padding:0 15px 0 0;
	margin-right: 15px;
	border-right:1px solid white;
}

.content strong {
	display: inline-block;
	margin: 10px 0;
}

.content li {
	list-style-type: disc;
	margin-left: 20px;
}



#start {
	background-image:url('images/bg_01.jpg');
}

#band {
	background-image:url('images/bg_02.jpg');
}

#media {
	background-image:url('images/bg_03.jpg'); 
}

#kontakt {
	background-image:url('images/bg_04.jpg');
}

#datenschutz {
	display: block;
	overflow: visible !important;
	background-image:url('images/bg_05.jpg');
}

#impressum {
	background-image:url('images/bg_05.jpg');
}

.impressum {
	display:none;
}




#logo {
	margin:30px auto 0px auto;
	width:380px !important;
	height:120px !important;
	z-index:5;
}

#logo img {
	width:100%;
	height:100%;
}

a#logo , a#logo:link, a#logo:visited, a#logo:hover, a#logo:active, a#logo:focus {
	color: transparent !important;
	text-decoration:none !important;
	background-color: transparent !important;
	background: none !important;
}

#navbar {
margin:0 auto 20px auto;
width:560px;
height:33px;
background:url('images/navback.png') center repeat-x;
z-index:2;
overflow:visible;

-webkit-transition: top 1.5s ease;
-moz-transition: top 1.5s ease;
-o-transition: top 1.5s ease;
transition: top 1.5s ease;
}


#navbar li.aktiv {
	color:rgb(68, 68, 68);
	text-decoration:none;
	background-color:rgba(150, 150, 150, 0.2);
}

#navbar a {
	display: block;
	width:100px;
	height:27px;
	padding-top:6px;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:300 !important;
}

#navbar a:link, #navbar a:visited {
	color:white;
	text-decoration:none;
}

#navbar li:hover a, #navbar li:active a, #navbar li:focus a {
	color:white;
	text-decoration:none;
	background-color:transparent !important;
}

#navbar li:hover, #navbar li:active, #navbar li:focus {
	background:url('images/navback.png') center repeat;
}


ul.menu {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	width:410px !important;
	text-align:center;
}

#navbar li {
	display:block;
	width:100px;
	height: 33px;
	float:left;
	text-align:center;
}


#footer {
	display: block;
	position: fixed;
	bottom:0;
	width:100%;
	#height:20px;
	#background-color:rgba(30, 30, 30, 0.5);
 	text-align: right;
 	padding:10px 0 10px 0;
 	color:rgba(200, 200, 200, 0.2);
 	font-family: Helvetica, sans-serif;
 	font-size:13px;
 	font-size:300 !important;
 	text-shadow:none !important;
}

#footer span {
	margin:0 10px 0 10px;
}

#footer a {
	margin: 0 5px;
}

#footer a:last-child() {
	margin: 0 15px 0 10px;
}

#footer a:link, #footer a:visited {
	color:rgba(200, 200, 200, 0.2) !important;
	text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color:#999 !important;
	text-decoration:underline;
	background-color:transparent !important;
}