* {
	margin: 0; 
}

body {
	font-family: Calibri, Arial, Helvetica, 'sans-serif';
	font-size: 1em;
	margin:0;
	padding: 0px;
	background-color: #f0f0f0;
}

#alles{
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll; 
	z-index: -1;
}

h3{
	text-align: center;
	text-decoration: underline;
}

h2, h4, p, ul{
	margin:5px;
}

#header{
	background-color: #6ca3ce;
	color: #ffe66d;
	text-align: center;
	border-width: 0px;
	z-index: 1;
	min-width: 100%;
}

#header h1{
	margin: 0; 
	padding: 0.5em;
}

#nav{
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;	
	overflow-x: hidden; 
	overflow-y: auto;
    transition: 0.5s; 
	z-index: 4;
}

#nav button{
	color: white;
	background-color: black;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	font-size: 1em;
	border-radius: 0px;
	border:none;
	transition-duration: 0.4s;
}

#navSchliessen{
	font-size: 2em;
	text-align: right;
	display: inline;
}

#nav button:hover{
	background-color: #3f3b49!important;
	font-weight: bold;
	padding-left: 20px;
}

#navScroll{
	height: 100%;
}

#article{
	/*position: absolute;
	top:4.5em;
	left:22%;*/
	float: left;
	padding-left: 2%;

	width: 76%;
	/*padding: 0px;*/
	margin: 0px;
	background-color: rgba(0,0,0,0);
	border-style: none;
	text-align: center;

}

.center{
	text-align: center;
	overflow: auto;
}

#rahmen{
	padding: 0px;
	margin: 0px;
	border: 1px solid #aaaaaa;
	position: relative;
	background-color: #f9f9f9;	
	box-shadow: -1px 1px 1px 1px #aaaaaa;	
}

#div1{
	background-color: rgba(0,0,0,0);
	display: inline-block;
	text-align: left;
	padding: 10px;
	border-color: lightgray;
	border-style: none;
	border-width: 1px;
}

#check, #try{
	margin: 5px;	
	background-color: rgba(0,0,0,0);
	background: none;
	color: black;	
	border:none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 12px 20px;
	border-radius: 5px;
	transition-duration: 0.4s;
	border-style: solid;
	border-width: 1px;
	border-color: #397db6;

}

#check:hover, #try:hover{
	background-color: #397db6;
	background:radial-gradient(#4b8cbf,#397db6);
	color: white;	
}

#nav2{
	background-color: #8cb8d9;	
	padding: 0px;
	margin: 0px;
	width: 20%;
	min-height: 100%;	
	border-style: none;
	border-width: 0px;

	float: left;
}

#nav2 button{
	width: 100%;
	height: 2em;
	padding: 0px;
	padding-left: 1em;
	margin:0px;
	text-decoration: none;
	transition-duration: 0.4s;
	background-color: rgba(0,0,0,0);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0);
	text-align: left;
}

#navOeffnen{
	background-color: rgb(108, 163, 206) !important;
}

#nav2 button:hover{
	border-color: white;
	padding-left: 20px;
}

#navOeffnen:hover{
	font-weight: normal;
}

#animationDiv{
	position:relative;
	top: -100px;	
	color:white;   
    background-color:rgba(0,0,0,0);
    font-weight:bold;        
    padding:10px;      
    width:100px;
    text-align:center;
    white-space:nowrap;      
    border-radius: 20px;
    display: inline-block;
    z-index: -1;			
}

code {
	padding: 10px;
	margin: 10px;	
	white-space: pre;
	display: inline-block;
	font-family:"Courier New",Courier,monospace ;
	margin: auto;
	font-size: 1em;
	background-color: #dadada;
	text-align: left;
	border-left-style: solid;
	border-left-color: #4b8cbf;
	border-left-width: 5px;
}

code input{
	font-family:'Courier New',Courier,monospace;
	background-color: #dadada;
}

img{
	max-width: 100%;
}

.code{
	max-width: 100%;
	overflow:auto;
	text-align: center;
}

input {
	font-family:'Courier New',Courier,monospace;
	font-size: 1em;
	border-style:none;
	border-bottom:solid;
	border-bottom-width:2px;
	background-color: rgba(0,0,0,0);
}

#lueckenLaengeDiv{
	visibility: hidden;
	position: absolute;
	height: auto;
	width: auto;
	white-space: nowrap;
	font-size: 1em;
}

li{
	margin: 0px;
	padding: 0px;
}

table{
	border-spacing:0;
}

td, th{
	border-style: solid;
	border-width: 1px;
	padding:5px;
}

.fest{
	height: 1em;}

.multi, .single{
	margin: 5px;
	margin-left: 20px;
}

#sort{
	display: inline-block;
	padding-left: 0px;
}

#sort li{
	text-align: left;
  	margin: 2px;
	padding: 10px;
	padding-right: 25px;  	
	background-color: rgba(255,255,255,0.8);
	background-image: url('pics/drag.png');
	background-repeat:no-repeat;
    background-position:right center; 	
  	list-style-type: none;
  	white-space: pre;
}

.ui-sortable-placeholder {
   border-style: dashed;
   height: 1em;
   width: 200px;
   background: #ccc;
}

.no-scroll {
	overflow: hidden;
	height: 100%;
	/*position: fixed;*/
}

@media only screen and (max-width:500px){
	#nav2{
		position: relative;
		padding: 0px;
		margin: 0px;
		min-width: 100%;	
		height: 50px;
		overflow: auto;
		overflow-y: hidden;
		white-space: nowrap;
		border-style: none;
	}
	#nav2 button{
		color: white;
		display: inline;
		width: 40px;
		height: 40px;
		padding: 0px;
		margin:0px;
		text-align: center;
		text-decoration: none;
		transition-duration: 0.4s;
		background-color: rgba(0,0,0,0);
		border-style: solid;
		border-width: 1px;
		border-color: rgba(0,0,0,0);
	}
	#article{
		position: relative;
		left:5%;
		top:0;
		width: 90%;
		padding: 0px;
		background-color: rgba(0,0,0,0);
		border-style: none;
		text-align: center;
	}
}