/* SIZE FOR TABLETS and max 1200px (min-width: 769px) and (max-width: 1200px) */

/* * {
  border: 1px solid blue;
} */
/* body {
  background: var(--dark-color);
} */

/* 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-1200.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 ----- */
.EventGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* ----- CONTACT ----- */

/* ----- FOOTER ----- */
