.container {
  position: relative;
  /* 2 */
  top: 50%;
  /* 3 */
  transform: translate(0, -50%)
}

.bg {
  /* The image used */
  background-image: linear-gradient(#FBCA20, white 160%);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 25%; /*400px;*/
  /*height: 300px; */
}

.address {
  text-align: center;
  /* font-weight: bold; */
}

.opening_hours {}

h2 {
  color: #940000;
  margin-bottom: 5px;
}

h3 {
  margin-bottom: 5px;
}

body,
html {
  height: 100%;
  margin: 0px;
}

body {
  /* hier müsste ich gradient einfügen */
  /*background: #20262E;
  padding: 20px;
  font-family: Helvetica;
  */
  font-family: Arial;
  color: #940000;
  height: 100%;
}
