
.kocka{
    width: 100px;
    height: 100px;
    background-color: rgb(172, 172, 172);
}
h1{
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    padding: 14px;
    border-style: none; 
    margin: 0 auto;
    width: 400px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}
table{
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:rgb(0, 0, 0);
    width: 720px;
    height: auto;
    border-style: none;
    border-color: black;
    background-color: rgb(132, 161, 158);
    box-shadow: 5px 5px 10px rgba(45, 23, 3, 0.836);
    
}
th{
box-shadow: 1px 1px 5px rgb(74, 96, 94);
}
.tablazatdoboz{
    border-style: none;
    border-color: black;
    background-color: rgb(132, 161, 158);
    box-shadow: 5px 5px 10px rgba(45, 23, 3, 0.836);
}
.tablazatdoboz2{
    height: fit-content;
    width: fit-content;
    border-style: none;
    border-color: black;
    background-color: rgb(132, 161, 158);
    display:table;
    margin-top: 20px;
    box-shadow: 5px 5px 10px rgba(45, 23, 3, 0.836);

}
html{
    align-content: center;
    height: 100%;
}
.vazlat-kontener {
  position: relative; /* Ez a viszonyítási pont */
  border: 1px solid #ccc;
  overflow: hidden;   /* Hogy a kilógó nagy betűk ne rontsák el az oldalt */
}

.vazlat-hatter {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%); /* Középre teszi */
  font-size: 24px;
  font-weight: bold;
  color: rgba(64, 137, 128, 0.3); /* Nagyon halvány szürke (0.1 az átlátszóság) */
  z-index: 1;             /* Alulra kerül */
  pointer-events: none;   /* Átlátszó az egérnek: kijelölhető marad alatta a szöveg */
  white-space: nowrap;
  user-select: none; 
  height: fit-content;     /* Nem lehet véletlenül kijelölni a háttérszöveget */
}

.vazlat-tartalom {
  position: relative;
  z-index: 2;             /* Felülre kerül */
}
@media screen and (max-width: 1000px) {

    h1 {
        font-size: 22px;
        width: fit-content;
        padding: 10px;
    }

    h2 {
        font-size: 18px;
        margin: 12px auto 6px auto;
    }

    .facebook-sor img {
        height: 70px;
        width: 70px;
    }

    .tablazatdoboz {
        height: 715px;
    border-style: none;
    border-color: black;
    background-color: rgb(132, 161, 158);
    display:table;
    box-shadow: 5px 5px 10px rgba(45, 23, 3, 0.836);

    }
    .tablazatdoboz2 {
        padding: 10px 8px;
        width: 100%;
    }

    table {
        font-size: 11px;
        max-width: 100%;
    }

    table th {
        padding: 2px 3px;
    }

    table img {
    width: 100%;       /* Kitölti a rendelkezésre álló helyet, ha a kijelző kicsi */
    max-width: 100px;  /* De nem lesz nagyobb 350px-nél */
    height: auto;      /* Biztosítja a tökéletes méretarányt */
}
    img {
        width: 100%;       /* Kitölti a rendelkezésre álló helyet, ha a kijelző kicsi */
    max-width: 350px;  /* De nem lesz nagyobb 350px-nél */
    height: auto;     /* Biztosítja a tökéletes méretarányt */
    }
}
.aktiv-menu .lenyilospacer {
    color: #f5dfa0 !important;
    border-bottom: 2px solid rgba(220, 185, 130, 0.9);
}