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

body{max-width:100%;}

.nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 640px) {

	/* Navigation Button
	-------------------------------------------------------- */

.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; } 

	.menu {
		width: 100%;
		float: none;
		background-color: #C5C6C6; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.menu li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.menu li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.menu li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.menu > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.menu.open { 
		height: auto; 
		padding-top: 50px;
	}
	.menu.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.menu > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.menu li.parent > a:after {
		content: "¡";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.menu li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.menu li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.menu li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.menu li:hover ul {
		display: block;
		border-top: 0 none;
	}
header
{
	
max-width:100%;

}

.leiste 
{		background-image:url(images/leiste.gif);
		background-size: 100%;
		max-width:100%;
		height:auto;
		font-size: xx-small;
		text-align: center;
}
#content
{	
	
	width:100%;
	text-align: justify;
	font-size: medium;
}
.nav1 {margin:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;}

aside{	
	width:100%;

	
	text-align: center;		
}

.nav1 ul {margin:0; 
    padding:0;
   
    list-style-type:none;
	font-size:large;
}

.nav1 ul li a {text-decoration:none;
    color:#ffffff; 
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color:#4DBD33;
    display:block;
	border-radius:10px;
}

.nav1 ul li a:visited {color:#ffffff;}
 
.nav1 ul li a:hover, ul li .current {color:black;
    background-color:grey;}
	
.LanguageSwitcher
{
	width:100%;
	display:block;	
	

}

main
{
	background-color:transparent;
	width:100%;
}
article {
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	}

footer
{
	background-image: url(images/leiste_footer.gif);
	background-size: 100%;
	max-width:100%;
	font-size:xx-small;
	color: #fff;
	
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

/* unvisited link */
a:link {
    color: white;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color:#4DBD33;
}

/* selected link */
a:active {
    color: blue;
}

#content a:link {
	color:#000000;
	text-decoration: none;
}
#content a:hover{
	color:#4DBD33;
	
}
#content a:active{
	color:blue;
	
}
#content a:visited {
	color: grey;
	
}


img {max-width:100%; height:auto; }
iframe {max-width:100%; height:auto; }


} /* End Mobile Styles */