@media (max-width: 768px) {

  .fejléc {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-inline: 5vw;
    padding-block: 16px;
    gap: 12px;
  }

  .logo {
    max-width: 160px;
  }

  .kapcsolatok {
    width: auto;
    text-align: center;
  }

  .elérhetőségeink {
    margin-top: 0;
    font-size: 1.1em;
  }

  .kapcs-pikt {
    display: none;
  }

  .sáv {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    margin-inline: 0;
    gap: 4px;
    padding-block: 6px;
  }

  .oldal {
    width: auto;
    min-width: 80px;
    font-size: 0.8em;
    padding: 4px 8px;
    margin-block: 4px;
  }

  .indicator {
    width: 100%;
  }

  .dropdown_content {
    position: static;
    display: block;
    border: none;
    background: #f9f9f9;
    min-width: unset;
    width: 100%;
  }

  .dropdown_content a {
    padding: 6px 10px;
    font-size: 0.8em;
    text-align: center;
  }


  .banner {
    width: 100vw;
    height: auto;
    display: block;
  }

  .tartalom {
    margin-inline: 5vw;
  }

  h1 {
    font-size: 1.3em;
  }

  .stats_box {
    flex-direction: column;
    align-items: center;
    margin-inline: 0;
    gap: 20px;
  }

  .stats {
    width: 170px;
    height: 170px;
  }


  .kapcs1 {
    flex-direction: column;
    height: auto;
    margin-block: 16px;
  }

  .kapcs1-szöv {
    width: 100%;
    height: auto;
  }

  .kapcs2 {
    flex-direction: column;
    height: auto;
    margin-top: 16px;
    align-items: center;
  }

  .kapcs2-szöv {
    width: 100%;
    margin-inline: 0;
    font-size: 1em;
  }

  .térkép {
    width: 90vw;
    height: auto;
    margin-inline: auto;
    margin-right: 0;
    display: block;
  }

  .fordulj {
    font-size: 2.5em;
    margin-block: 20px;
  }

  .jel-tároló {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-inline: 5vw;
  }

  .jel-tartalom {
    width: 90%;
  }

  .kép {
    float: none;
    display: block;
    width: 90vw;
    height: auto;
    margin: 20px auto;
  }

  .tartalom {
    padding: 20px 4vw;
  }

  .tartalom table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .tartalom tr {
    height: auto;
  }

  .résztvevők {
    padding-left: 20px;
  }

}
