/* Colors */
.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffcccc !important;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
.notdienst {
  background-color: white;
  border-radius: 5px;
  padding: 4px 2px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.notdienst:hover {
  background-color: #e3e3e3;
}
