@font-face {
  font-family: Bebas;
  src: url("/font/BebasNeue-Regular.ttf");
}
body {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100vh;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/background.png?v112313143");
  background-repeat: no-repeat;
  background-size: cover;
}
body::before {
  width: 100%;
  top: 0;
  position: absolute;
  left: 0px;
  height: 50%;
  background: linear-gradient(to bottom, rgb(22, 14, 12), transparent);
}

.discoball__wrapper--fun {
  top: 0 !important;
}

.discoball__wrapper--1 {
  left: auto !important;
  right: 10%;
}

.biertijd__logo {
  max-width: 320px;
  width: 100%;
  display: none;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 2;
  position: relative;
  height: 100%;
  flex-direction: column;
  gap: 50px;
}

.biertijd__patch {
  background-image: url("/images/patch.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 500px;
  min-height: 400px;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.2s;
  position: relative;
  position: absolute;
}
.biertijd__patch::before {
  content: "";
  font-weight: 400;
  font-family: Bebas;
  position: absolute;
  left: -40px;
  top: -40px;
  font-size: 60px;
  color: #fff;
  background-image: url("/images/patchready.png");
  min-width: 249px;
  min-height: 177px;
  transition: 0.2s;
}

.biertijd__personeel {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.2s;
}
.biertijd__personeel--fun {
  opacity: 1;
}

.biertijd__patch--fun::before {
  background-image: url("/images/zuipuh.png") !important;
  min-width: 287px !important;
  min-height: 217px !important;
  left: -60px !important;
  top: -60px !important;
}
.biertijd__patch--fun .patch__title {
  color: #e08a08 !important;
}

.patch__title {
  font-family: "Bebas";
  font-size: 140px;
  color: #262626;
  transition: 0.2s;
}
.patch__title--fun {
  animation: colorchange 600s infinite;
}

@keyframes colorchange {
  100% {
    color: green;
  }
  50% {
    color: blue;
  }
  0% {
    color: red;
  }
}
.biertijd__webvalue {
  max-height: 140px;
  bottom: 40px;
  position: absolute;
}
.biertijd__webvalue--fun {
  position: absolute;
}

.snowflakes--fun > div {
  display: flex;
}

/*# sourceMappingURL=main2.css.map */
