/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing:border-box;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	text-align: center;
}
body, input[type="text"], textarea, select, button, a {
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 120%
}
body {
	background: #FFFFFF;
	/*background-image: url(../img/time4.jpg);*/
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
}
.top {
	height: 90px;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: 10px 15px 20px 4px #DFE0E4;
	box-shadow: 10px 15px 20px 4px #DFE0E4;
	text-align: center;

}
.top-center {
	height: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	max-width: 980px;
	
	position:relative;
}

.top-center a img {
	position:absolute;
	top:5px;
}
.mhg-claim {
	position:absolute;
	right:20px;
	top:15px;
	width:245px;}
.legende {
	position:absolute;
	right:300px;
	top:10px;
	width:245px;
	}
.legende span {
	display:block;
	padding:2px 10px;
	}
.ww {
	border-left: 10px solid #FF0000;
	}
.sw {
	margin-top:7px;
	border-left: 10px solid #19711d;
	}
.times {
	font-size: 22px;
	display: inline-block;

	font-weight: 700;
	color: #D1D6DA;
	
}
.skg {
	font-size: 30px;
	font-weight: 900;
	color: #c5c9cc;
	margin-left:8px;
}
.s3000 {
	font-size: 25px;
	font-weight: 700;
	color: #c5c9cc;
}
.org {
	font-size: 22px;
	font-weight: 700;
	color: #c5c9cc;
}
.content {
	text-align: left;
	margin: 110px auto 0 auto;
	max-width: 980px;
	/*background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	-webkit-box-shadow: 10px 15px 20px 4px #DFE0E4;
	box-shadow: 10px 15px 20px 4px #DFE0E4;
	border: 1px solid #cccaca;
	border-radius: 30px;*/
}
.table-headlines {
	position:fixed;
	top:90px;
	width:960px;
	}
.table-headlines.scrolled {
	top:0px;
	border-top:20px solid #FFFFFF;
	}
.table-headlines2 {
	position:fixed;
	top:120px;
	width:960px;
	}
.table-headlines2.scrolled {
	top:48px;
	/*border-top:20px solid #FFFFFF;*/
	}
/*.table-headlines th:nth-child(1),.row_yellow td:nth-child(1),.row_green td:nth-child(1)  { 
	width:150px;
	}
.table-headlines th:nth-child(2),.row_yellow td:nth-child(2),.row_green td:nth-child(2) {
	width:420px;
	}
.table-headlines th:nth-child(3),.row_yellow td:nth-child(3),.row_green td:nth-child(3) {
	width:100px;
	}
.table-headlines th:nth-child(4),.row_yellow td:nth-child(4),.row_green td:nth-child(4) {
	width:100px;
	}
.table-headlines th:nth-child(5),.row_yellow td:nth-child(5),.row_green td:nth-child(5) {
	width:120px;
	}
.table-headlines th:nth-child(6),.row_yellow td:nth-child(6),.row_green td:nth-child(6) {
	width:70px;
	}*/
.content th:first-child {
  border-left: 5px solid #DBDBD9;
}
.content th {
	padding: 7px 10px 7px 10px;
}
.content td {
	padding: 7px 10px 7px 10px;
	vertical-align: top;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.content tr:hover {
	background-color: rgba(180, 255, 180, 0.3);
	
}
.content tr td:first-child+td+td+td {
	white-space:nowrap;
}

.row_yellow td {
	background-color: rgba(150, 150, 150, 0.05);
	border-top:5px solid #FFF;
	padding-bottom:2px;
	}
.row_yellow td:first-child  {
	border-left:5px solid #FF0000;
}
.row_green td {
	background-color: rgba(150, 150, 150, 0.05);
	border-bottom:10px solid #FFF;
	padding-top:2px;
	}
.row_green td:first-child  {
	border-left:5px solid #19711d;
}
.content th {
	padding: 5px 10px;
	/*text-align: center;*/
	background-color: #DBDBD9;
}
input, textarea {
	border: 1px solid #cccccc;
	padding:5px 10px;
	font-size:16px;
}
select {
	border: 1px solid #cccccc;
	padding:2px 10px;
	font-size:16px;
}
.new {
	text-align: left;
	margin: 30px auto 0 auto;
	max-width: 980px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	-webkit-box-shadow: 10px 15px 20px 4px #DFE0E4;
	box-shadow: 10px 15px 20px 4px #DFE0E4;
	border: 1px solid #cccaca;
	border-radius: 30px;
}
.new label {
	width: 200px;
	display: inline-block;
	margin-top: 10px;
}
.new textarea, .new select {
	margin-top: 10px;

	border: 1px solid #cccccc;
}
.new textarea {
	padding:5px 10px;
	width: 500px;
}
.new select {
	padding:5px 10px;
	width: 520px;
}
.new textarea {
	margin-bottom:10px;
}
.save_button {
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccaca;
	border-radius: 10px;
	font-weight: 500;
	background-color: #a5a3a3;
	color: #555;
	cursor: pointer;
}
.add_item {
	display: block;
	/*float:left;*/
	position:absolute;
	left:200px;
	top:5px;
	width: 150px;
	padding: 2px;
	/*font-weight:700;*/
	text-decoration: none;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #cccaca;
	/*border-radius: 10px;*/
	background-color: #DBDBD9;
/*	border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#new_item {
	/*top:40px*/
	}
.left_round {
	border-radius:3px;
	}
.right_round {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	}
/*.content .show-comment {
	width: 450px;
	overflow-x: hiden;
}*/
.show-comment a {
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	min-height: 30px;
}
.show-comment a:hover {
	font-weight:700;
	color: #3a6129;
	/*font-size:18px;*/
}
.del-link {
	text-decoration: none;
	font-size:20px;
	font-weight: 900;
	display: block;
	text-align:center;
	min-height: 30px;
	/*margin: -5px -10px -5px -10px;*/
}
.del-link:hover {

	color: #3a6129;
	font-size:30px;
}
@media only screen and (max-width: 660px) {
.new textarea, #customer, #datum_en, #uhrzeit  {
	width:100%;
}
.content .show-comment, th:first-child+th+th {
	display:none;
	}
th:first-child+th[style] {
	width:auto !important;
}
.content tr td:first-child+td+td+td {
	white-space:normal;
	text-align:center;
}
.content td,.content th {
    padding: 1px 4px 3px;
}
table {
	width:100%;
	}
}
@media only screen and (max-width: 510px) {
.content {
	padding:10px 1px;
}
}
