/* Füge hier Dein eigenes CSS ein */
.zaehler {
	background-color: #e60000;
  	padding: 2%;
  	text-align: center;
  	color: black;
  	border: 2px solid black;
}

.zaehler a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: block;
  border-top: 1px solid black;
}

.zaehler a:hover {
  color: black;
}

.zaehler p {
 	padding: 0;
  	margin: 0;
}

.zaehler_anzahl {
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 5px !important;
}

body.custom_background {
  background-size: cover;
}

.hinweis {
  background-color: yellow;
  padding: 10px;
  border: 1px solid grey;
}

.hinweis > strong {
  color: black;
}

.required {
  color: red;
  font-weight: bold;
}