/* SIZE FOR MOBILE DEVICES & TABLETS (min-width: 481px) and (max-width: 768px) */

/* * {
  border: 1px solid violet;
} */

/* Utility Classes */

/* Navigation */

/* ----- HERO -----*/

/* ------ ABOUT US ----- */

/* ----- ALLES WIRT GUT ----- */
.AllesWirtGut {
  display: grid;
  place-items: end center; /* Aligns the text at the bottom and center horizontally */
  height: 1398px; /* Set the height of the div */
  background-image: url("../images/Mobile/EverydayHooray-860-1398.png");
  background-repeat: no-repeat;
  background-size: cover; /* Ensures the image covers the div */
  background-position: center; /* Centers the image */
  color: white; /* Text color to make it stand out */
  text-align: center; /* Centers text horizontally */
}

/* ----- EVENTS ----- */
.EventContainer {
  max-width: 481px;
}
.EventGrid {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 1fr;
}

/* ----- CONTACT ----- */

/* ----- FOOTER ----- */

/* Navigation */
.navbar .main-menu {
  display: none;
}

.navbar .hamburger-button {
  display: block;
}
