@font-face {
	font-family: Abel;
	src: url('Abel.ttf');
}



body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 16px;
	background-color: black;
	background-image:url(../img/background/background.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

#impressum_desktop{
	display:block;
}


#logo{
	float:left;
	width:170px;
}

#headerbg_display{
	display: block;
}

/* IFRAME-FACEBOOK*/

.elastic-frame {

position: relative;

padding-bottom: 55%;

padding-top: 15px;

height: 900px;

overflow: hidden;

}

.elastic-frame iframe {

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

}
/* IFRAME-FACEBOOK ende*/


/* NAVIGATION*/
#nav_complete{
	float:right;
	max-width: 720px;
	width:auto;
}


#navigation {
	display: block;
	font-family: 'Abel', sans-serif;
	font-size:24px;
	color:#ffffff; 
	text-transform:none; 
	font-weight:regular;
	margin-right:40px;
	margin-top:10px;
	text-align:left;
}

#navigation a:link, #navigation a:visited, #navigation a:active{
	text-decoration:none;
	color:#ffffff;
	margin-right:15px;
}

#navigation a:hover, #navigation a:focus{
	color:#ffffff;
	margin-right:15px;
	text-decoration:underline;
}

#navigation #current{
	color:#ffffff;
	margin-right:15px;
	border-bottom-color:#ffdd00;
	border-bottom-style:solid;
	border-bottom-width:medium;
}






/*Navigation Mobil */
#navigation_mobil{
	display: none;
}

.sidenav {
	font-family: 'Abel', sans-serif;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffdd00;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: grey;
}

.sidenav .closebtn {
	padding: 8px 8px 8px 180px;
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 36px;
    margin-left: 5px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Navigation vorbei*/
#impressum{
	display: none;
}
#logo-link{ 
	background-image:url(../img/navibg.png);
	margin-right: 10px;
	margin-left: 10px;
	height: 50px;
	}


#contentbg {
	background-color: rgba(0, 0, 0, 0.4);
	background-size: auto;
	
	
}

#inhalt {
	font-family: 'Abel', sans-serif;
	padding-right:50px;
	font-size:16px;
	color:#cccccc;
	text-align:left;
	padding-left:400px;
}



#bild2 {
	display: none;
}








@media screen and (device-width:960px){
	body {
		background-color: black;
		background-image: none;
		}
		
	#impressum{
		display: block;
		font-family: 'Abel', sans-serif;
		font-size:24px;
		color:#ffffff; 
		font-weight:regular;
		right:5px;
		position:absolute;
		padding-top:7px;
		
	}
	#impressum a:link, #impressum a:visited, #impressum a:active{
		text-decoration:none;
		color:#ffffff;
		margin-right:15px;
	}

	#impressum a:hover, #impressum a:focus{
		color:#ffffff;
		margin-right:15px;
		text-decoration:underline;
	}
	#impressum_desktop{
	display: none;
	}
	#headerbg_display{
	display: none;
	}
	#navigation {
	display: none;
	}
	#navigation_mobil{
	display: block;
	text-align:right;
	}

  #contentbg {background-image:none;}
	#inhalt {
		font-family: 'Abel', sans-serif;
		padding-right:50px;
		font-size:16px;
		color:#cccccc;
		text-align:left;
		padding-left:20px;
		height:auto;
	}
	
	#bild-facebook{
		display:none;
	}
	
	#bild-facebook img{
		display:none;
	}
	#bild2-facebook{
		display: block;
		width:303px;
	}
}
@media screen and (device-width:960px){
	body {
		background-color: black;
		background-image: none;
		}
	#impressum{
		display: block;
		font-family: 'Abel', sans-serif;
		font-size:24px;
		color:#ffffff; 
		font-weight:regular;
		right:5px;
		position:absolute;
		padding-top: 7px;
	}
	#impressum a:link, #impressum a:visited, #impressum a:active{
		text-decoration:none;
		color:#ffffff;
		margin-right:15px;
	}

	#impressum a:hover, #impressum a:focus{
		color:#ffffff;
		margin-right:15px;
		text-decoration:underline;
	}
	#impressum_desktop{
	display: none;
	}
	#headerbg_display{
	display: none;
	}
	#navigation_mobil{
	text-align:right;
	display: block;
	}
	#navigation {
	display: none;
	}

  #contentbg {background-image:none;}
  #bild-facebook{
		display:none;
	}
	
	#bild-facebook img{
		display:none;
	}
	#bild2-facebook{
		display: block;
		width:303px;
	}
	
	
	
}

}
@media screen and (device-width:600px){
	body {
		background-color: black;
		background-image: none;
		}
	#impressum{
		display: block;
		font-family: 'Abel', sans-serif;
		font-size:24px;
		color:#ffffff; 
		font-weight:regular;
		right:5px;
		position:absolute;
		padding-top: 7px;
	}
	#impressum a:link, #impressum a:visited, #impressum a:active{
		text-decoration:none;
		color:#ffffff;
		margin-right:15px;
	}

	#impressum a:hover, #impressum a:focus{
		color:#ffffff;
		margin-right:15px;
		text-decoration:underline;
	}
	#impressum_desktop{
	display: none;
	}
	#headerbg_display{
	display: none;
	}
	#navigation_mobil{
	text-align:right;
	display: block;
	}
	#navigation {
	display: none;
	}

  #contentbg {background-image:none;}
  #inhalt {
	font-family: 'Abel', sans-serif;
	padding-right:5px;
	font-size:16px;
	color:#cccccc;
	text-align:left;
	padding-left:20px;
	height:auto;
}


#bild2 {
	display: block;
	width:303px;
	
	
	
}

}

@media screen and (max-width:960px) {
	#impressum{
		display: block;
		font-family: 'Abel', sans-serif;
		font-size:24px;
		color:#ffffff; 
		font-weight:regular;
		right:5px;
		position:absolute;
		padding-top: 7px;
	}
	body {
		background-color: black;
		background-image: none;
		}
	#impressum a:link, #impressum a:visited, #impressum a:active{
		text-decoration:none;
		color:#ffffff;
		margin-right:15px;
	}

	#impressum a:hover, #impressum a:focus{
		color:#ffffff;
		margin-right:15px;
		text-decoration:underline;
	}
	#impressum_desktop{
	display: none;
	}
	#headerbg_display{
	display: none;
	}
	#navigation_mobil{
	text-align:right;
	display: block;
	}
	#navigation {
	display: none;
	}
 
  #contentbg {background-image:none;}
  #bild-facebook{
		display:none;
	}
	
	#bild-facebook img{
		display:none;
	}
	#bild2-facebook{
		display: block;
		width:303px;
	}

}

@media screen and (max-width:960px) {
	body {
		background-color: black;
		background-image: none;
		}
	#impressum{
		display: block;
		font-family: 'Abel', sans-serif;
		font-size:24px;
		color:#ffffff; 
		font-weight:regular;
		right:5px;
		position:absolute;
		padding-top: 7px;
	}
	#impressum a:link, #impressum a:visited, #impressum a:active{
		text-decoration:none;
		color:#ffffff;
		margin-right:15px;
	}

	#impressum a:hover, #impressum a:focus{
		color:#ffffff;
		margin-right:15px;
		text-decoration:underline;
	}
	#impressum_desktop{
	display: none;
	}
	#headerbg_display{
	display: none;
	}
	#navigation_mobil{
	text-align:right;
	display: block;
	}

  #contentbg {background-image:none;}
	#bild-facebook{
		display:none;
	}
	
	#bild-facebook img{
		display:none;
	}
	#bild2-facebook{
		display: block;
		width:303px;
	}
  
}
@media screen and (max-width:600px){
	body {
		background-color: black;
		background-image: none;
		}
	#impressum{
		display: block;
		font-family: 'Abel', sans-serif;
		font-size:24px;
		color:#ffffff; 
		font-weight:regular;
		right:5px;
		position:absolute;
		padding-top: 7px;
	}
	#impressum a:link, #impressum a:visited, #impressum a:active{
		text-decoration:none;
		color:#ffffff;
		margin-right:15px;
	}

	#impressum a:hover, #impressum a:focus{
		color:#ffffff;
		margin-right:15px;
		text-decoration:underline;
	}
	#impressum_desktop{
	display: none;
	}

	#headerbg_display{
	display: none;
	}
	#navigation_mobil{
	text-align:right;
	display: block;
	}
	#navigation {
	display: none;
	}

	#bild{
		display:none;
	}
	#contentbg {background-image:none;}

	#bild img{
		display:none;
	}

	#inhalt {
	font-family: 'Abel', sans-serif;
	padding-right:10px;
	font-size:16px;
	color:#cccccc;
	text-align:left;
	padding-left:20px;
}


#bild2 {
	
	display: block;
	width:303px;
	
	
}
	}
	

	
	
	
	
	
	
	







#bild {
    max-width: 60%;
    width: auto;
}



#headerbg {
	background-image:url(../img/headerbg.png);
	background-repeat:no-repeat;
	background-size: 65% auto;
	max-height: 50px;
	height: auto;

	
	
}

#navigationbg {
	background-image:url(../img/navibg.png);
	background-repeat:no-repeat;
	background-size: auto;
	max-width: 100%;
}




#inhalt h1 {
	font-size:24px;
	font-weight:regular;
	color:#ffdd00;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-color:#ffdd00;
	border-bottom-width:medium;
}

#inhalt h2 {
	font-size:18px;
	font-weight:regular;
	color:#ffffff;
	text-align:left;
	border-bottom-style:dotted;
	border-bottom-color:#ffffff;
	border-bottom-width:medium;
}

#inhalt a:link, #inhalt a:visited, #inhalt a:active{
	text-decoration:underline;
	color:#ffffff;
}

#inhalt a:hover, #inhalt a:focus{
	color:#ffdd00;
	text-decoration:underline;
}

#bild-facebook{
	max-width:305px; 
	width: auto;
	float:left;
	margin-left:-347px; 
	margin-top:23px;
	border:0px;
	font-family: 'Abel', sans-serif;
	font-size:14px;
	color:#ffdd00;
	text-align:left;
}


#bild-facebook img{
	max-width:303px;
	width: auto;
	float:left; 
	margin-left:0px; 
	border:0px;
	padding-bottom:5px;
}



#bild{ 
	width: 310px;
	float:left;
	margin-left:-347px; 
	margin-top:23px;
	border:0px;
	font-family: 'Abel', sans-serif;
	font-size:14px;
	color:#ffdd00;
	text-align:left;
}
#bild2unterschrift{
	font-family: 'Abel', sans-serif;
	font-size:14px;
	color:#ffdd00;
	text-align:left; 
}

#bild img{
	width:310px;
	float:left; 
	margin-left:0px; 
	border:0px;
	padding-bottom:5px;
}

#highlight {
    color:#ffdd00;
}

#footerbg {
	background-image:url(../img/footerbg.png);
	background-repeat:no-repeat;
	background-size: auto;
	text-align:right;
	height: auto;
}

#footer {
	float:left;
}

#footer img{
	border:0px;
	float:left;
	margin-left:10px;
}

#footertext {
	display:block;
	font-family: 'Abel', sans-serif;
	font-size:24px;
	color:#ffffff; 
	font-weight:regular;
	padding-top:7px;
	padding-left:5px;
}

#footertext a:link, #footertext a:visited, #footertext a:active{
	text-decoration:none;
	color:#ffffff;
	margin-right:15px;
}

#footertext a:hover, #footertext a:focus{
	color:#ffffff;
	margin-right:15px;
	text-decoration:underline;
}

#footertext #current{
	color:#ffffff;
	margin-right:10px;
	border-bottom-color:#ffdd00;
	border-bottom-style:solid;
	border-bottom-width:medium;
}