@charset "UTF-8";
body {
  background-image: url("../images/hatter3.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

footer {
  background-color: white;
  opacity: 0.7;
  text-align: center;
}

.div {
  padding: 30px;
  width: 100%;
  word-break: break-word;
}

#top {
  margin-top: 100px;
}

.row {
  --bs-gutter-x: 0rem !important;
}

.bottomdiv {
  margin-bottom: 100px;
}

p, li {
  font-weight: 600;
  line-height: 20px;
  font-size: large;
  padding-top: 15px;
  color: green;
  word-break: break-word;
}

.opacity-div {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.taborok {
  opacity: 1 !important;
}

h1, h2, h3, h4, h5 {
  color: red !important;
}

a {
  color: green;
  font-size: large;
  word-break: break-word;
}

.a {
  color: red !important;
  font-size: 32px;
  font-weight: 600;
}

.aktualis {
  z-index: 1000 !important;
}

.img-thumbnail {
  border-width: 0px !important;
}

.grid {
  display: grid;
  gap: 10px;
}

/* Mobil alapnézet (1 oszlop) */
#grid-1 .grid,
#grid-2 .grid,
#grid-3 .grid {
  grid-template-columns: 1fr;
}

/* Asztali nézet - 768px felett */
@media (min-width: 768px) {
  #grid-1 .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #grid-2 .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  #grid-3 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=style.css.map */