html,body {
  font-family: Verdana,sans-serif;
}

td {
    padding: 3px;
}

a {
    color: #000000;
}

.headline {
    height: 46px;
    width: 100%;
    background-color: #D0D0D0;
}

.headlineelement {
    height: 32px;
    float: left;
    padding-left: 8px;
    padding-right: 12px;
    padding-top: 12px;
}

.headlineelementbutton {
    height: 38px;
    float: left;
    padding-left: 8px;
    padding-right: 12px;
    padding-top: 6px;
}

.headlineelementright {
    height: 32px;
    float: right;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 12px;
}

.headlineelementrightbutton {
    height: 38px;
    float: right;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
}

.headlineend {
    clear: both;
}

.putzbesen {
    height: 40px;
    padding: 2px;
}

.artelement {
    margin: 2px;
    padding: 3px;
    width: 20em;
    float: left;
}

.buttonbox {
    justify-content: center;
    padding: 5px;
    background-color: #f2e75e;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 7px;
}

.buttonbox a {
    color: #000000;
    text-decoration: none;
}

.buttonbox a:hover {
    color: #505050;
    text-decoration: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  /* width: 40%; Could be more or less, depending on screen size */
  width: 380px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.busdaten {
  font-weight: bold;
}