html,
body {
  height: 100% !important;
}

body {
  background: rgb(2, 0, 36) !important;
  background: -moz-linear-gradient(96deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 159, 227, 1) 100%) !important;
  background: -webkit-linear-gradient(96deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 159, 227, 1) 100%) !important;
  background: linear-gradient(96deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 159, 227, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#009fe3", GradientType=1) !important;
  color: #ffffff;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;

}

body.index {
  background-image: url('../img/bg.jpg') !important;
  background-attachment: fixed;
  background-size: cover;
}

label {
  color: #fff;
}

a {
  color: #fff;
}

.glas {
  /* background-image: url('../img/bg_blur.jpg') !important;
  background-attachment: fixed;
  background-size: cover; */
  backdrop-filter: blur(10px);
  background-color: rgba(155, 155, 155, 0.3) !important;
  max-width: 500px !important;
}

.glas2 {
  background-color: rgba(255, 255, 255, 0.8) !important;
  height: 265px;
  overflow: hidden;
  padding: 0px !important;
  border: 1px solid #fff !important;
}

.datum {
  background: #fff;
  color: #000;
  padding: 10px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 60px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.check {
  background: #006600;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.check svg {
  font-weight: bold;
}

.eventbild {
  height: 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.eventbild img {
  width: 100%;
  height: auto;
  display: block;
}

.text {
  padding: 10px;
  color: #000;
}

.container {
  background-color: #333333;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

.login {
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.punkte {
  background: #fff;
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
  padding: 10px;
  box-shadow: 0 0 10px #000;
  border-radius: 10px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  /* Negative Margin, um den Raum für den Abstand zwischen den Bildern zu schaffen */
  margin-right: -15px;
  /* Negative Margin, um den Raum für den Abstand zwischen den Bildern zu schaffen */
}

.grid-item {
  width: 33.33%;
  /* Anpassen der Breite je nach gewünschter Anzahl von Spalten */
  padding-left: 15px;
  /* Abstand zwischen den Bildern */
  padding-right: 15px;
  /* Abstand zwischen den Bildern */
  margin-bottom: 30px;
  /* Abstand unterhalb des Bildes */
}

/* ----------------------------------------------
 * Generated by Animista on 2024-2-28 22:38:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
@-webkit-keyframes shake-bottom {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes shake-bottom {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

/* Größere QR-Code-Anzeige */
#qrcode {
  width: 600px;
  /* Breite anpassen */
  height: 600px;
  /* Höhe anpassen */
  margin: auto;
}

.btn-primary {
  background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%);
  margin: 0px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 0px #eee;
  border-radius: 10px;
  /* display: block; */
}

.btn-primary:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


.btn-danger {
  background-image: linear-gradient(to right, #000000 0%, #e74c3c 51%, #000000 100%);
  margin: 0px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 0px #eee;
  border-radius: 10px;
  display: block;
}

.btn-danger:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}