.kocka{
    width: 100px;
    height: 100px;
    background-color: rgb(179, 179, 179);
}
h1{
    font-size: 40px;
    font-family: 'Aldhabi', Times, serif;
    font-weight: bold;
    font-style: italic;
    padding: 12px;
    border-style: none;
    margin: 20px auto; /* Középen marad */
    width: 200px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1; /* Alacsony réteg */
}
table{
    margin: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    float: left;
    color:rgb(0, 0, 0);
    width: 100%;
    height: auto;
}
.tablazatdoboz{
    height: auto;
    min-height: 450px;
    width: fit-content;
    border-style: solid;
    border-color: black;
    background-color: rgb(209, 204, 204);
    display: block; /* Table helyett block a jobb kattinthatóságért */
    float: left; /* Balra igazítva */
    margin: 20px;
    position: relative;
    z-index: 10; /* Magasabb réteg, hogy kattintható legyen */
}
.kép{
    background-image: url(Képek/Mg3.jpg);
    width: 2010px; /* Vigyázz, ez nagyon széles! */
    height: 1340px;
    background-repeat: no-repeat;
    background-size: contain;
}
html{
    align-content: center;
}

.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: 600px) {

    h1 {
        font-size: 22px;
        height: auto;
        padding: 10px;
    }

    h2 {
        font-size: 18px;
        margin: 12px auto 6px auto;
    }

    .facebook-sor img {
        height: 70px;
        width: 70px;
    }

    .tablazatdoboz2 {
        padding: 10px 8px;
        max-width: 100%;
    }

    table {
        font-size: 11px;
    }

    table th {
        padding: 2px 3px;
    }

    table img {
        max-height: 40px;
    }

    .kép,
    .kép2 {
        width: 50px;
        height: 42px;
    }
}
.simagomb-link1 .simagomb1 {
    color: #f5dfa0 !important;
    border-bottom: 2px solid rgba(220, 185, 130, 0.9);
}
.simagomb-link1 {
    display: block;
}

.simagomb1 {

    font-family:
        'Cinzel',
        'Times New Roman',
        serif;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: #e8d9c4;

    padding: 11px 10px;
    margin-left: 10px;

    cursor: pointer;

    position: relative;

    white-space: nowrap;

    transition:
        color 0.25s ease,
        background-color 0.25s ease;

    border-radius: 4px;
}
@media screen and (max-width: 1450px) {

    .menufelsosor {

        position: relative;

        justify-content: space-between;

        padding: 10px 16px;

        background:
          rgba(0, 0, 0, 0.39);
    }

    .logo-img {
        height: 72px;
    }

    .hamburger-gomb {

        display: flex;

        flex-direction: column;
        justify-content: space-between;

        width: 28px;
        height: 19px;

        cursor: pointer;

        z-index: 1001;
    }

    .hamburger-gomb span {

        display: block;

        width: 100%;
        height: 2px;

        background-color:
            rgba(235,215,180,0.9);

        border-radius: 2px;

        transition: 0.3s ease;
    }

    .menu-elemek {

        display: none;

        flex-direction: column;

        position: absolute;

        top: 100%;
        left: 0;

        width: 100%;

        background:
            rgba(0, 0, 0, 0.39);

        box-shadow:
            0 12px 30px rgba(20,10,5,0.6);

        border-top:
            1px solid rgba(200,165,110,0.2);

        max-height:
            calc(100vh - 92px);

        overflow-y: auto;
    }

    .lenyilo-blokk,
    .simagomb1,
    .simagomb-link1 {
        width: 100%;
    }

    .lenyilospacer {

        padding: 14px 20px;

        width: 100%;

        box-sizing: border-box;

        justify-content: space-between;

        font-size: 13px;
    }

    .lenyilospacer::before {
        display: none;
    }

    .simagomb {

        padding: 14px 20px;

        text-align: left;

        font-size: 13px;

        border-radius: 0;
    }

    .simagomb::after {
        display: none;
    }

    .lenyilorejtett {

        display: none;

        background-color: rgba(0, 0, 0, 0.39);
    }

    .lenyilorejtett a {

        padding: 12px 32px;

        color:
            rgba(225,205,175,0.85);

        font-family:
            'Lato',
            Arial,
            sans-serif;

        font-size: 14px;

        border-bottom:
            1px solid rgba(200,165,110,0.08);
    }

    .menu-checkbox:checked ~ .menu-elemek {
        display: flex;
    }

    .submenu-checkbox:checked ~ .lenyilorejtett {
        display: block;
    }

    .submenu-checkbox:checked ~ .lenyilospacer {

        color: #fff;

        background-color:
            rgba(200,160,90,0.15);
    }

    .submenu-checkbox:checked ~ .lenyilospacer::after {
        transform: rotate(180deg);
    }

    .menu-checkbox:checked ~ .hamburger-gomb span:nth-child(1) {

        transform:
            translateY(8.5px)
            rotate(45deg);
    }

    .menu-checkbox:checked ~ .hamburger-gomb span:nth-child(2) {
        opacity: 0;
    }

    .menu-checkbox:checked ~ .hamburger-gomb span:nth-child(3) {

        transform:
            translateY(-8.5px)
            rotate(-45deg);
    }
}
