body {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
}

.wrapper > * {
  flex: 1 100%;
}

.topSection {
  height: 600px;
  background: top center no-repeat url("/images/dinnersetting_klubhus.png");
  background-size: cover;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.header {
  font-size: 1.75em;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  padding: 0.5em 0.5em;
  border-bottom: 1px solid rgba(48, 69, 92, 0.2);
  color: white;
}
.smallHeader {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1;
  color: black;
  text-align: center;
}

.menuContainer {
  list-style: none;
  padding: 0;
  margin: 0 5%;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.menuContainer .item {
  font-family: "Ubuntu", sans-serif;
}

.menuContainer .item a {
  text-transform: uppercase;
  font-size: 0.7em;
  color: white;
  padding: 1em 1em;
  display: block;
  text-decoration: none;
}

.menuContainer .item a:hover {
  border-bottom: 1px white solid;
}

.menuContainer .item-1 {
  border: none;
}

.bar {
  display: none;
}

.banner {
  font-size: 20px;
  text-align: center;
  max-width: 700px;
  margin: 200px auto;
  color: white;
}

.middleSection {
  background-color: #f1f1f1;
}

.top {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding-bottom: 20px;
  padding-top: 20px;
}

.top > div {
  background-color: white;
  max-width: 840px;
  text-align: left;
  padding: 10px;
  width: 840px;
}

.top a {
  text-transform: uppercase;
  font-size: 0.7em;
  color: black;
  text-decoration: none;
}

.top span:hover {
  border-bottom: 1px black solid;
}

.topMiddle {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding-bottom: 20px;
}

.topMiddle > div {
  background-color: white;
  max-width: 400px;
  margin: 10px;
  text-align: left;
  padding: 10px;
}

.topMiddle img {
  width: 400px;
}

.description {
  padding: 10px;
}

.bottomMiddle {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding-bottom: 10px;
}

.bottomMiddle > div {
  background-color: white;
  max-width: 400px;
  margin: 10px;
  text-align: center;
  padding: 10px;
}

.bottomMiddle img {
  width: 400px;
}

.bottomSection {
  background-color: white;
}

.bottomSection div {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.bottomSection .kontakt {
  font-weight: bold;
  padding-bottom: 10px;
}

.bottomSection .rules p {
  text-align: left;
}

.bottomSection li {
  text-align: left;
}

.images {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  background-color: white;
  padding: 10px;
}

.images > div {
  background-color: #f1f1f1;
  width: 500px;
  margin: 10px;
  text-align: center;
}

.images img {
  width: 500px;
}

#button {
  display: inline-block;
  background-color: black;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 840px) {
  .top {
    flex-flow: column nowrap;
    max-width: 100%;
  }

  .top > div {
    margin: 0 auto;
    margin-top: 20px;
    width: 95%;
  }
}

/* phone */
@media (max-width: 600px) {
  #nav {
    display: none;
  }
  .bar {
    display: block;
    color: white;
  }
  .menuContainer {
    flex-flow: column nowrap;
  }
  .menuContainer .item {
    border-left: none;
    border-bottom: 1px solid #dce7eb;
  }

  .menuContainer .item a {
    padding: 1.5em 1em;
  }

  .middleSection {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .top {
    flex-flow: column nowrap;
    max-width: 100%;
  }

  .top > div {
    margin: 0 auto;
    margin-top: 20px;
    width: 95%;
  }

  .topMiddle {
    flex-flow: column nowrap;
    max-width: 100%;
  }

  .topMiddle > div {
    margin: 0 auto;
    margin-top: 20px;
  }
  .topMiddle img {
    max-width: 100%;
  }

  .bottomMiddle {
    display: column nowrap;
    max-width: 100%;
  }

  .bottomMiddle img {
    width: 100%;
  }

  .images {
    max-width: 100%;
    background-color: white;
    margin: 0 auto;
  }

  .images img {
    max-width: 100%;
  }

  .bottomSection .rules {
    padding: 20px;
  }

  #button {
    margin: 30px;
  }
}
