a{color: white;}

a:VISITED{color: #C0C0C0;}

a {
  color: #9c1006;      /* Rot der Stumpfwaldbahn */
  text-decoration: underline; /* Damit es sofort als Link erkennbar ist */
}

a:visited {
  color: #660000;      /* etwas dunkleres Rot für besuchte Links */
}

a:hover {
  color: #ff0000;      /* leuchtendes Rot beim Überfahren */
  text-decoration: none;
}

a:active {
  color: #cc0000;
}

body{
	color: #000000;
	background: #ffffff;
	font-size: clamp(0.9rem, 1vw, 5rem);
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	background: #f9f9f9;
	background-color: #f9f9f9;
	
}

.day{
	border: 2px solid #9c1006;
	background: #ffeebb;
	
}

fieldset{
	border: 3px outset #9c1006;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px; 
}

input, select, textarea{
	font-size: 14px;
	color: black;
	background: #ffeebb;
	padding: 3px 15px;
	
}


button{
  font-weight: regular;
  color: #000000 !important;
  font-size: clamp(0.2rem, 1vw, 3rem);
  padding: 3px 16px;
  max-width: 150px;
  border-radius: 0px;
  border: 2px solid #9c1006;
  background: #ffffff;
  background: linear-gradient(to top, #ffffff, #e4e4e4);
}

button:hover{
  color: #000000 !important;
  background: #E8E8E8;
  background: linear-gradient(to top, #ffeebb, #e4e4e4);
}

#Customer_city{
	max-width: 162px;
}


#orderSum{
	border-top: 2px solid white;
}