

#reservation{
    display: none;
}

section{
    padding: 43px 0 137px;
    /* padding: 137px 0; */
}

.headline {
  font: inherit;
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
  margin: 10px 0;
}

/* ############################################# */
table {
  width: 100%;
}
th {
  font-size: 1.2em;
  font-weight: 700;
  background-color: #ddd;
  border: 1px solid #adadad;
}
td {
  border: 1px solid #adadad;
  text-align: center;
  font: inherit;
  font-size: 1.2em;
  padding: 20px 0;
}
td span {
  color: #61b47d;
  font-weight: 700;
}


/* ############################################# */
.sec1 {
  /* padding: 30px; */
}
.event-item {
  width: 100%;
  margin-bottom: 20px;
}

.event-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
}