* {
	margin: 0;
	padding: 0;
}


html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font: 75% Arial, sans-serif;
	line-height: 1em;
	color: #595959;
	background: #f7f7f7;
	text-align:center;
	}



.wrap {
	border:0px solid red;
	width:750px;
	margin:auto;
}


#header {
     background:#fff;
     height:70px;
     text-align:left;
}

#header .logo {
	float:left;
	margin-top:10px;
}



#content {
	text-align:left;
	background: rgb(222,222,222);
	background: -moz-linear-gradient(top,  rgba(222,222,222,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom,  rgba(222,222,222,1) 0%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f7f7f7',GradientType=0 );
	min-height:300px;
	padding-top:50px;
}


#content h1 {text-align:center;font-weight:normal; margin-bottom:.8em; font-size:3.5em;line-height: 1em;}
#content hr {background:#d2d2d7; height:2px; border:0;border-bottom:1px solid #fff; margin-bottom:.8em;}
#content .temperatur {float:left; background:transparent url('images/icon-temperatur.png') no-repeat;padding-left:25px;height:20px;line-height: 1.2em;font-size:1.2em;}
#content .date {float:right; background:transparent url('images/icon-datum.png') no-repeat;padding-left:25px;height:20px;line-height: 1.2em;font-size:1.2em;}

#content section.formular {margin-bottom:30px;}
#content section.formular:nth-of-type(1) {margin-top:20px;}



#content input.wert {width:100%; background-color:transparent; border:0; border-bottom:1px solid #d0d0d0; font-size:3.5em; padding:0 0 .1em .2em;color: #595959;font-family:arial, sans-serif;}
#content input.wert.error1 {color:#df6c6c;}
#content button.button {
	width:40px;
	height:40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:0;
	background-color:#9b9b9b;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

#content h1.wert {width:100%; background-color:transparent; border:0; border-bottom:1px solid #d0d0d0; font-size:3.5em; padding:0 0 .1em .2em;color: #595959;font-family:arial, sans-serif; text-align: left;margin-bottom: 0;}

#content button.power {background: #9b9b9b url('images/icon-power.png?1') center center no-repeat;}
#content button.error {background: #9b9b9b url('images/icon-error.png?1') center center no-repeat;}
#content button.anforderung {background: #9b9b9b url('images/icon-automatik.png?1') center center no-repeat;}
#content button.anforderung.aktiv1 {background-color: #638fbd}
#content button.settings {background: #9b9b9b url('images/icon-anforderung.png?1') center center no-repeat;}
#content button.save {background: #9b9b9b url('images/icon-save.png?1') center center no-repeat;}

#content button.button:hover {background-color:#bababa;cursor:pointer;}
#content button.button.status1 {background-color:#9cdf6c;}
#content button.button.error1 {background-color:#df6c6c;}
#content button.button.silent1 {background-color: #ee9b24 ;}


#content  .container-error button.button.silent0,
#content  .container-error button.button.silent1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	height:auto;
	width: auto;
	background-color:#df6c6c;
	color:#fff;
	padding:5px 10px;
	float:right;
	margin-top: -7px;
	margin-right: 5px;
	cursor: pointer;
}


#content  .container-error button.button.silent0 {
	background-color:#ec9d9d;
	margin-right: 0px;
}

#content .container-error button.button.silent1, #content .container-error span.reset0 {display:none;}

#content .container-error div.reset1:hover{background-color:#cb4848;}

#content .container-error button.button.silent0:hover {background-color:#e48080;}


.clear {clear:both; height:0;}
.text-right {text-align:right;}
.column {float:left;}
.column.colum-right {float:right;}
.column-30 {width:30%;}
.column-70 {width:70%;}
.column.column-70.distance {width:68%; margin-right:2%;}

/*back link*/
div.back {float:left; background:transparent url('images/icon-home.png') no-repeat;padding-left:28px;height:25px;line-height: 1.2em;font-size:1.2em;padding-top:0px;}
div.back a {color:#595959;}
div.back a:hover {color:#595959; text-decoration: none;}

/* --------- Tabelle allgemein ----------- */


table.table-1  {width:100%; margin:40px 0;}
table.table-1  thead {font-weight:bold; font-size:1.2em;background-color:#9b9b9b; color:#fff;}
table.table-1  tbody tr:nth-child(odd) {background-color:#eee;}
table.table-1  tbody tr:nth-child(even) {background-color:#fff;}

table, th, td {
	border-collapse: collapse;
}


table {
	border: 1px solid #d1d1d1;
}

table tr {
	border: 1px solid #d1d1d1;
	vertical-align:top;
}

table tbody tr td {
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

table tbody tr:hover td {
	background-color:#f0fae9;
}


th, td {
	padding: 15px;
}

.cpulist {
	margin-bottom: 15px;
}

.badge {

	background: #7395bb;
	border-radius: 10px;
	padding:5px 10px 5px 25px;
	margin-right:10px;

	color:#ffffff;
	text-decoration: none;

    background-image: url('images/icon-power.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 8px center;
}

.badge:hover {
	background-color: #86abd3;
}




/* --------- Zeitsteuerung ----------- */


table.table-1.zeit  thead {font-weight:bold; font-size:1.2em;background-color:#eee; color: #595959;}
table.table-1.zeit  tbody tr:nth-child(odd) {background-color:#fff;}
table.table-1.zeit  tbody tr:nth-child(even) {background-color:#fff;}
table.table-1.zeit  tr td:nth-child(3) {width: 175px;}


table.zeit .anzahl  {
	background:#9b9b9b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	padding:5px 10px;
	font-size:1.5em;
	cursor:pointer;
	border:0;
	height:35px;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

table.zeit .anzahl.active1  {
	background:#9cdf6c;
}


table.zeit .tag  {
	background:#9b9b9b;
	color:#fff;
	padding:5px 5px;
	font-size:1.5em;
	float:left;
	border:0;
	border-right:1px solid #d1d1d1;
	cursor:pointer;
	height:35px;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}



table.zeit .tag.first,
table.zeit .tag:nth-of-type(1) {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

table.zeit .tag.last,
table.zeit .tag:nth-of-type(7) {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-right:0;
}


table.zeit .tag.aktiv1  {
	background:#9cdf6c;
}


table.zeit .modus  {
	background:#9b9b9b;
	color:#fff;
	padding:5px 8px;
	font-size:1.5em;
	float:left;
	border-right:1px solid #d1d1d1;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	height:35px;
}

table.zeit .modus .icon {
	background: transparent url('images/icon-anforderung.png') center center no-repeat;
	background-size:80%;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


table.zeit .modus:hover,
table.zeit .anzahl:hover,
table.zeit .tag:hover {
	background:#595959;
}

table.zeit input.zeit  {
	border:1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:65px;
	color:#595959;
	padding:10px;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

table.zeit input.zeit:hover,
table.zeit input.zeit:focus  {
	border:1px solid #c1c1c1;
	background-color:#f3f3f3;
}


table.zeit button.save {
	width:100%;
	border:0;
	background:#595959;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	cursor:pointer;
	color:#fff;
	font-size:1.4em;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}


table.zeit button.save:hover {
	background:#9cdf6c;
}


table.zeit .time_pick {
	float:left;
	margin-right: 0px;
}


table.zeit .time_pick input.from.zeit {
	margin-right: 5px;
}



.container-error {
	border:1px solid #e29292;
	background: #f9cfcf url(images/icon-error-box.png) no-repeat 15px center;
	padding:20px 20px 20px 50px;
	color:#df6c6c;
	margin-top: 10px;
	margin-bottom: -30px;
	display:none;
}

.container-error.show1 {
	display:block;
}

.container-error.silent1 {
	border:1px solid #eba848;
	background: #f9e1c5 url(images/icon-error-box-2.png) no-repeat 15px center;
	color:#ee9b24;
}


#content .container-error.silent1 div.reset1 {
	background: #ee9b24;
}


#content .container-error.silent1 div.reset1:hover {
	background: #f1b054;
}

.container-error .single0, .container-error .main0 {
	display:none;
}

.container-error .single1, .container-error .main1 {
	display:block;
}

#footer {
	padding: 20px 0;
}


#footer .logo  {
	text-align:right;
}

#footer .logo img {
	opacity:0.5;
	width:150px;
}







@media only screen and (max-width:800px) {

	#header {}
	.wrap {width:90%;}

}

@media only screen and (max-width:700px) {

	table.zeit .tag {
		float:none;
		display:block;
		width:100%;
		border-right:none;
		border-bottom:1px solid #d1d1d1;
	}

	table.zeit .tag.first,
	table.zeit .tag:nth-of-type(1) {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	table.zeit .tag.last,
	table.zeit .tag:nth-of-type(7) {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}

	table.zeit input.zeit:nth-of-type(2) {
		margin-top:5px;
	}


}

@media only screen and (max-width:650px) {

	#header {}
	#content  section.formular .column-70 {display:block;width:100%;}
	#content  section.formular .column-70.distance {margin-right:0;}
	#content  section.formular .column-30.text-right {display:block;width:100%;text-align:left; margin-top:10px;}
	#content input.wert {padding-left:0px;}
	#content section.formular {margin-bottom:50px;}
}


