html {
    height: 100%;
}

body{
	background-color: #8bb6d8;
	background: radial-gradient(#8bb6d8,#5190c1);
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

input::-ms-clear{
	display: none;
}

.clearboth{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

h1{
	font-size: 22px;
	margin: 0px 0px 20px 0px;
}

h2{
	font-size: 15px;
	margin: 0;
}

a{
	outline: 0;
	color: #000;
	text-decoration: none;
}

a.logout{
	color: #ffffff;
}
a.logout:hover{
	text-decoration: underline;
}

label{
	display: block;
}

header{
	background-color: #53575f;
	height: 60px;
	color: #fff;
	/* padding: 0px 10px; */
	border-bottom: 2px solid #fff;
	margin-bottom: 60px;
}


#nav_kachel{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-left: 5px;
	background-image: url('/images/nav_kachel.png');
}

#nav_kachel:hover{
	cursor: pointer;
}


#login{
    display: inline-block;
	margin: 4px 0px 0px 7px;
	font-size: 0.9em;
	vertical-align: top;
}

#login a{
	color: inherit;
	text-decoration: none;
}

#login a:hover{
	text-decoration: underline;
}


#logo_top img {
	position: absolute;
	top: 21px;
	left: 50px;
	z-index: 100;
}

#logo_top img {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}


nav{
	position: absolute;
	z-index: 99;
	/* background: radial-gradient(#6e7073,#53575f); */
	background-color: #53575f;
	/* border-right: 2px solid #fff; */
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	width: 100vw;
	/* height: 50vh; */
	top: 62px;
	padding: 30px 10px 10px 10px;
	display: none;
}

#flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -20px;
}

#flex a{
	display: block;
	width: 100px;
	background-color: #fff;
	margin: 20px;
	padding: 10px;
	text-align: left;
	color: #000;
	border-radius: 5px;
}

#flex a:hover{
	background-color: #8bb6d8;
	/* color: #fff; */
}

nav h2{
	font-size: 1.4em;
	font-weight: normal;
}


input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.ampel{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display:inline-block;
	font-size: 14px;
}

.ampelSmall{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display:inline-block;
	font-size: 11px;
	margin-left: 1px;
}

.rot{
	background: red;
}

.gelb{
	background: #ffeb00;
}

.gruen{
	background: green;
}

.btn_add{
	font-weight: normal !important;
	font-size:20px !important;
	padding: 0px !important;
	width:25px !important;
}

.btn_add2{
	padding: 0px !important;
}

.btn_add2 .ui-button-text{
	padding: 0 11px !important;
}

.btn_add2 > span > span:nth-of-type(1){
	font-weight: bold;
	font-size: 20px;
}

.btn_add2 > span > span:nth-last-of-type(1){
	position: relative;
	top: -3px;		
}


.btn_export,
.btn_import{
	font-weight: normal !important;
	height:25px !important;
}

input::-ms-clear{
	display: none;
}


@media screen and (max-width: 710px){
	nav ul li{
		border-bottom: 1px solid #424242;
		width: 110px;
		height: 37px;
	}
	
	#content{
		min-width: 90%;
		margin-top: 20px;
	}	
}

@media screen and (max-width: 470px){
	#content{
		margin-top: 50px;
	}
}

@media screen and (max-width: 359px){
	#content{
		margin-top: 175px;
	}	
}


/* jQuery UI - Änderungen */

.ui-widget-overlay{
	background:#000000 url("images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x !important;
	opacity:.6 !important;
	filter:Alpha(Opacity=60) !important;
}

.ui-widget-header{
	background: #8bb6d8;
}