* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  transition: all ease-in-out 0.4s;
}

body {
  background-color: black;
}

header {
  margin-bottom: -80px;
}
header:not(.active) {
  display: none;
}
header .logo {
  padding: 30px 30px 0;
  width: 100%;
  filter: invert(1);
}

.locationchooser {
  display: none;
}
.locationchooser .side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0.5;
  border-bottom: 2px solid white;
  filter: blur(0.5px);
}
.locationchooser .side:hover {
  opacity: 1;
  filter: blur(0);
}
.locationchooser .side:hover button {
  font-size: 30px;
}
.locationchooser .side:hover img {
  opacity: 0.8;
}
.locationchooser .side:nth-of-type(2) {
  border-bottom: none;
  border-top: 2px solid white;
}
.locationchooser .side img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: absolute;
}
.locationchooser .side button {
  z-index: 2;
  background: none;
  border: 1px solid white;
  padding: 10px;
  font-size: 24px;
  font-weight: 900;
  color: white;
}
.locationchooser .side button:hover {
  cursor: pointer;
  box-shadow: 0 0 10px 5px white;
}
.locationchooser.active {
  display: flex;
  flex-direction: column;
}

main {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  display: none;
}
main.active {
  display: block;
}
main h1, main h2, main h3, main p {
  color: white;
}
main a:hover, main button:hover {
  cursor: pointer;
}
main .holder {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
main .holder:not(.active) {
  display: none;
}
main .holder .underliner {
  background-color: white;
  box-shadow: 0 0 10px 5px white;
  height: 2px;
  width: 100%;
  animation-name: blinking;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
main .holder .text {
  padding: 40px 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .holder .text p {
  font-size: 14px;
  font-weight: 500;
}
main .holder .text p span {
  font-weight: 100;
  font-size: 10px;
}
main .holder .grouper {
  width: 100%;
}
main .holder .grouper h2 {
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  font-weight: 800;
  border-bottom: 2px solid white;
}
main .holder .grouper .pricelist, main .holder .grouper .contact {
  margin-top: 30px;
}
main .holder .grouper .pricelist .offers {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
main .holder .grouper .pricelist .offers a {
  width: 180px;
  height: 40px;
  background-color: black;
  border-radius: 10px;
  border: 2px solid white;
  color: white;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .holder .grouper .pricelist .offers a:hover {
  background-color: white;
  color: black;
}
main .holder .grouper .pricelist .offers a:nth-of-type(2) {
  margin: 10px 0;
}
main .holder .grouper .pricelist .offers a:nth-of-type(3) {
  margin: 0 0 10px;
}
main .holder .grouper .contact .p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
main .holder .grouper .contact .p span {
  font-weight: 100;
  font-size: 14px;
}
main .holder .grouper .contact .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .holder .grouper .contact .list p {
  font-size: 18px;
  font-weight: 500;
}
main .holder .grouper .contact .list p:nth-of-type(1) {
  margin-top: 15px;
}
main .holder .grouper .contact .list p:nth-of-type(2) {
  margin-top: 10px;
}
main .holder .grouper .contact .list p:nth-of-type(3) {
  margin-top: 10px;
}
main .holder .grouper .contact .list p span {
  font-weight: 100;
  font-size: 14px;
}
main .holder .grouper .contact .list a {
  color: white;
}
main .holder .grouper .contact .list a img {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
}
main .holder .grouper .contact .list a:hover {
  font-size: 18px;
}
main .holder .openinghours {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .holder .openinghours h2 {
  text-align: center;
  font-weight: 800;
  border-bottom: 2px solid white;
}
main .holder .openinghours .list {
  margin-top: 20px;
}
main .holder .openinghours .list p:nth-of-type(2) {
  margin: 10px 0;
}
main .holder .address {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .holder .address h2 {
  margin: 30px 0 10px 0;
  font-weight: 800;
  border-bottom: 2px solid white;
}
main .holder .address p {
  margin-top: 10px;
  font-size: 18px;
}
main .holder .address .bbmap, main .holder .address .bsmap {
  position: absolute;
  left: -200%;
  width: 100%;
}
main .holder .address .bbmap.active, main .holder .address .bsmap.active {
  position: relative;
  left: 0;
}
main .holder .address .floor {
  display: none;
}
main .holder .address .floor.active {
  display: block;
  margin-bottom: 50px;
}

@media screen and (min-width: 1199px) {
  header {
    width: 50%;
    margin: 0 auto -120px;
  }
  header .logo {
    width: 100%;
  }
  .locationchooser.active {
    display: flex;
    flex-direction: row;
  }
  .locationchooser .side {
    border-bottom: none;
    border-right: 1px solid white;
    filter: blur(2px);
  }
  .locationchooser .side:hover {
    filter: blur(0px);
  }
  .locationchooser .side:nth-of-type(2) {
    border-left: 1px solid white;
    border-top: none;
  }
  main .holder .text {
    width: 100%;
    height: 100%;
  }
  main .holder .text p {
    font-size: 22px;
  }
  main .holder .text p span {
    font-size: 16px;
  }
  main .holder .grouper {
    width: 100%;
    display: flex;
    margin-top: 40px;
  }
  main .holder .grouper .pricelist, main .holder .grouper .contact {
    margin: 0;
  }
  main .holder .grouper .pricelist {
    width: 100%;
  }
  main .holder .grouper .pricelist .offers {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  main .holder .grouper .pricelist .offers a {
    width: 180px;
    height: 40px;
    background-color: black;
    border-radius: 10px;
    border: 2px solid white;
    color: white;
    transition: all ease-in-out 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .holder .grouper .pricelist .offers a:nth-of-type(2) {
    margin: 15px 0;
  }
  main .holder .grouper .pricelist .offers a:nth-of-type(3) {
    margin: 0 0 15px;
  }
  main .holder .grouper .pricelist .offers a:hover {
    background-color: white;
    color: black;
  }
  main .holder .grouper .contact {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
  }
  main .holder .grouper .contact .p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
  }
  main .holder .grouper .contact .p span {
    font-weight: 100;
    font-size: 14px;
  }
  main .holder .grouper .contact .list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .holder .grouper .contact .list p {
    font-size: 18px;
    font-weight: 500;
  }
  main .holder .grouper .contact .list p:nth-of-type(2) {
    margin-top: 10px;
  }
  main .holder .grouper .contact .list p span {
    font-weight: 100;
    font-size: 14px;
  }
  main .holder .grouper .contact .list a {
    color: white;
  }
  main .holder .grouper .contact .list a img {
    width: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
  }
  main .holder .grouper .contact .list a:hover {
    font-size: 18px;
  }
  main .holder .openinghours h2 {
    font-size: 28px;
  }
  main .holder .openinghours .list p {
    font-size: 16px;
  }
  main .holder .address h2 {
    font-size: 28px;
  }
}
@keyframes blinking {
  0% {
    box-shadow: 0 0 10px 6px white;
  }
  13% {
    box-shadow: 0 0 10px 3px white;
  }
  25% {
    background-color: rgba(255, 255, 255, 0.692);
    box-shadow: 0 0 0px 0px white;
  }
  50% {
    background-color: white;
    box-shadow: 0 0 10px 2px white;
  }
  75% {
    box-shadow: 0 0 10px 4px white;
  }
  100% {
    box-shadow: 0 0 10px 6px white;
  }
}/*# sourceMappingURL=main.css.map */