body {
	background: #FFF; /* cts yellow */
	font-family: sans-serif;

	margin: 0px;
}

#page{
width: 95%;
max-width: 1024px;
margin:0 auto;
}

.head .logo {
	padding-left: 0.5em;
	color: yellow;
	font-size: 1.5em;
}

.head a, .head a:visited, .head a:hover, .head a:active {
	  text-decoration: none;
	color: yellow;
}


#header{

}

#header h1, #header h2{
	display: inline-block;
margin: 0em 0.5em;
}

#header .logo, #header .title{
   float: left;
}

.head {
	background-color: black;
    width: 100%;
    height: 2rem;
}

.logo h1{
	font-size: 2rem;
	color: yellow;
	float: left;
}

#header .menu {
/*   font-size: 1em;	*/
	margin-left: 0.5em;
	margin-right: 0.5em;
	float: right;
}

#header .datefilter{
	float: left;
	margin-left: 0.5em;
}


#header .menu .meta{
font-size: 1em;
/*   float: right; 
   font-size: 1em;	
   margin-right: 0.5em;
*/
}

#header .meta button{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


#debug {
	position: absolute;
	background-color: yellow;
	font-size: 12px;
	top: 0px;
	right: 0px;
}

@media all and (max-width: 1024px) {

#header .menu { width: 100%; }

#header .menu button { width: 32%; }


	#header .menu .meta{
/*		font-size: 3em; */
	}







}


#header .menu {
   cursor: pointer;
}

.head { position: relative; }

.head .info{

	text-align: center;

	font-size: 1em;
	color: white;
/*	padding: 0.5em; */
   padding-right: 0.5em;

	margin:0 auto;
	width:250px;

position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);

width: 75%;
}


.head span{
	margin: 0px 12%;

}

.head .logout {
	float: right;
	background-color: yellow;
	padding: 5px;
}

.head .logout a {
	color: black;
}
	

#login {
	width: 100%;
}

#login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#login_form fieldset {
    padding: 3px 10px 10px 10px;
    margin-top: 10px;
}

/* #login_form input, .address input[type="text"] { */
input, select, button {
    width: 100%;
    font-size: 2em;
}

option[value=""][disabled] {color: gray;}

#login_form input[type="submit"] {
    margin-top: 10px;
}


#filter{
	position: relative;
	width: 100%;
	background-color: yellow;
	text-align: center;
padding: 20px 0px;

}

#filter .f{
	display: inline-block;
	width: 25%;
}

#filter #datum{
}

#filter #heute{
   background-color: black;
   color: yellow;
}

/*
#filter #heute{
	position: absolute;
	right: 10px;
	background-color: black;
	color: yellow;
	padding: 0px 15px;
	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/


.filter{
   width: 100%;
   background-color: yellow;
}

.filter .f{
float: left;
	width: 50%;
background-color: yellow;
text-align: center;
height: 30px;
}

.f.date div{
width: 33%;
float: left;
margin: 5px 0;
}

.f.status{
position: relative;
}

/*
.f.status #status{
  position: absolute; 
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/

.f.status div { 
	margin-top: 5px; 
	width: 50%;
	display: inline;
	float: left;
}
/*
.f.status #status{
	float: left;
}
*/
.order {


	position: relative;

/*	padding: 0px 10px 10px 10px; */

/*	border: 1px solid #000000;
*/

	border-top: 1px solid #000;
}

.order:nth-child(even) {background: #DDD; }
.order:nth-child(odd) {background: #FFF; } 

.order.storno, .order.storno  div { 
	background-color: red; 
	opacity: 0.7;

}

.order a {
	text-decoration: none;
	
}

.order_cartype{
	position: absolute; 
	top: 5;
	right: 0;
	padding-right: 10px;
	color: #000;
}

.order_meta {

   margin-top: 20px;
	margin-bottom: 20px;
}

.order_meta .phone {
	float: right;

}

.order_meta .info {
    background-color: #5bc0de;
    color: #fff !important;
    padding: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;

}

.order_meta .warning {
/* background-color: #d9534f;  */
	background-color: #f0ad4e;
	 font-weight: bold;
	 text-align: center;
    color: #fff !important;
    padding: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;

}


.order_tot {

/* float: right; */

text-align: center; 

background-color: yellow;

/*
	position: absolute;
	top: 0;
	right: 0;
*/
/*
border: 1px solid black;
margin: 5px;
padding: 5px;
*/

padding: 10px;


}

.order_tot_icon {

	margin-left: 5px;
	padding: 5px;
/*
border-radius: 0px 0px 0px 10px; 
-moz-border-radius: 0px 0px 0px 10px; 
-webkit-border-radius: 0px 0px 0px 10px; 
border: 1px solid #000000;
*/
}


.address {
/* float: left; */
	position: relative;
	padding: 5px;
   margin-bottom: 5px;
   border: 1px solid #000000;
	background: #FFF;
	overflow: hidden;
}

.details .address{

	padding: 0 5px 5px 10px;
}

.atypebox {
	width: 100%;
	font-size: 10px;
/*	text-align: right;	*/
	margin-top: 3px;

}

.address .aInfoBox{
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	padding: 5px;
	color: white;
	background-color: green;
	border: 1px solid green;
	border-radius: 20px;
	text-align: center;
}

.address.type_1 {

	margin-right: 20px;
   border-radius: 0px 10px 10px 0px;
   -moz-border-radius: 0px 10px 10px 0px;
   -webkit-border-radius: 0px 10px 10px 0px;
}

.address.type_2 {

	margin-left: 20px;
   border-radius: 10px 0px 0px 10px;
   -moz-border-radius: 10px 0px 0px 10px;
   -webkit-border-radius: 10px 0px 0px 10px;
}

.address.type_3 {

   margin-left: 10px;
   border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   -webkit-border-radius: 10px 10px 10px 10px;
}

.action {
 float: right;	
/*	position: absolute; */
	top: 0;
	right: 0;
	margin: 5px;
}

.action button {
	padding: 10px;
}

.address.check{
  background-color: #90EE90;
} 

.address.wait{
  background-color: yellow;
}


.address.disabled{
  background-color: #ccc;
  font-style: italic; 
  color: #666;
}


.address input[type=submit] {
	float: right;
	padding:5px 15px; 
	margin-top: 25px;
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}


/* --------------- input hintergrund gelb wenn pflichtfeld nicht ausgefuellt ---------------- */
input:invalid {
    background-color: yellow;
}



/* --------------- radio als button -------------- */

.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
  /*  padding: 10px 20px; */
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label > span {
	padding: 10px 20px;
	display: block;
}

.radio-toolbar label:hover {
  background-color: #dfd;
}


.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}


.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}
.radio-toolbar input[type="radio"]:checked + span {
    background-color: #bfb;
    border-color: #4c4;
}

.extrazeit .radio-toolbar label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	text-align: center;
}


.unterschrift_optional {
	text-align: center; 
	font;width: 50%; 
	font-size: 1em; 
	margin: 4px; 
	border: 1px solid black;
	border-radius: 5px; 
	background: #bbffbb;
}

.route, .directions {
    height: 50px;
}

.maps {
    position: absolute;
    float: right;
    right: 5px;
    top: 5px;
}

.dialog.disabled input, .dialog.disabled select {
	background-image: repeating-linear-gradient(45deg, #fff 0%, #fff 1%, #ddd 1%, #ddd 2%, #fff 2%)
}

.address.type_1 .hl_to, .address.type_2 .hl_from, .address.type_2 .hl_to { color: orange;     font-weight: bold; }


.finished{
	display: none;
}

.deku{
	display: none;
}

#deku {
	background-color: #000;
	color: white;
}
