 @charset "utf-8";
* {margin: 0px; padding: 0px;}
.kopf{ background: linear-gradient(to bottom, DodgerBlue, #008DD2 , DodgerBlue); color: white; padding: 20px; font-family: Arial, Helvetica, sans-serif;  font-size:18px;}
.kopf a {color: white;}

.hauptteil{
	color: RoyalBlue; 
	padding: 20px; 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 20 px;
}

a:link {
  color: white; 
  text-decoration:none;
}
a:visited { 
  color: white;
  text-decoration:none;
 
}




table {
  border-collapse: collapse;
 
}
th {
  padding: 6px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  
}

tr:hover {background-color: #E5E4E2;}

tr {
	font-size: 12px;
}



td {
	 font-size: 14px;
	
}
 .tisch {
	background-color: DodgerBlue; 
	color: white;
	
	
 }
 .tischinfo  {
	background-color: #E5E4E2; 
	color: Black;

 }

.tischdetails {
	font-size: 12px;
	color: grey;
	width: 100%;
	font-size: 30px;
	
}

.tischdetails th {
	font-size: 14px;
}

/*
http://geoffmuskett.com/css-styling-for-phone-numbers-on-iphone-and-ipad/
oder im Meta :
<meta name="format-detection" content="telephone=no">

.telefon, .telefon:visited,.telefon:hover,.telefon:focus {
color:RoyalBlue;
}
*/

.checkout a {
	color: DodgerBlue;
}
/*.fehlerhintergrund {background-color: red;}
*/
.fehlerhintergrund	{border-color:red}
.fehlertext {color:red;}

.button {
  background-color: #555555; /* Black */
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block; 
  font-size: 14px;

}



.suche {
	 width: 90%;
}

label { 
	display: inline-block; 
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

input[type="text"], input[type="password"], input[type="tel"]  {
 /* width: 100px;*/
  width: 100%; 
  height: 32px;
/*  border-radius: 30px; */
  background-color: #E6E5E5; 
  display: inline-block;
  content: "text";
  float: left;
  margin-right: 10px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  font-size: 24px;
  color: MediumBlue ;
  /*padding:1em;*/

}

textarea {
  width: 30em;
  width: 100%;
  height: 4em;
  background-color: #E6E5E5;
  display: inline-block;
  content: "text";
  float: left;
  margin-right: 10px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  font-size: 24px;
  color: MediumBlue ;
  font-family: inherit;
  font-size: 24px;
}

input[type="checkbox"]{
  width: 1em; 
  height: 1em;
  display: inline-block;

}

input[type="submit"] {
  width: 12em; 
  height: 3em;
  font-weight: bold;
  background: linear-gradient(to bottom, Lime, Green, Lime);
  color: white;
}
.footer{ background: linear-gradient(to bottom, DodgerBlue, #008DD2 , DodgerBlue) ; color: white; padding: 20px; font-family: Arial, Helvetica, sans-serif; }

/*
@media only screen and (min-width: 320px) {
// Code für schmalere Smartphones, wie z.B. das Iphone

}

@media only screen and (min-width: 480px) {
// Code für breitere Smartphones

}

@media only screen and (min-width: 768px) {
//  Code für Tablets

}

@media only screen and (min-width: 1280px) {
//  Code für die Desktop-Version

}
*/





