
.kocka{
    width: 100px;
    height: 100px;
    background-color: rgb(179, 179, 179);
}
h1{
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    padding: 12px;
    border-style: none; 
    margin: 0 auto;
    width: 200px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}
table{
    margin: 0 auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    float: left;
    color:rgb(0, 0, 0);
    width: auto;
    height: auto;
    
}
.tablazatdoboz{
    height: 450px;
    width: fit-content;
    border-style: solid;
    border-color: black;
    background-color: rgb(209, 204, 204);
    display:table;
}
.kép{
    background-image: url(kepek/R_I_2.jpg);
    width: 700px;
    height: 880px;
    background-repeat: no-repeat;
}
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 */
}
.aktiv-menu .lenyilospacer {
    color: #f5dfa0 !important;
    border-bottom: 2px solid rgba(220, 185, 130, 0.9);
}
.korbefuttatott-kep1 {
    float: left; margin-right: 40px; margin-top: 65px; margin-bottom: 15px; width: 320px; text-align: left;}
    .korbefuttatott-kep1 img { width: 100%; height: auto;}
    .korbefuttatott-kep1 figcaption {font-style: italic; font-size: 0.9em;margin-top: 10px;}

    .korbefuttatott-kep2 {
    float: right; margin-right: 40px; margin-top: 5px; margin-bottom: 15px; width: 620px; text-align: left;}
    .korbefuttatott-kep2 img { width: 100%; height: auto;}
    .korbefuttatott-kep2 figcaption {font-style: italic; font-size: 0.9em;margin-top: 10px;}

    p{margin-left: 1cm; margin-right: 1cm;} 

    
    @media screen and (max-width: 768px) {
        .korbefuttatott-kep1 {
            float: none;
            width: 90%;
            margin: 20px auto 20px auto;
            display: block;
        }
         .korbefuttatott-kep2 {
            float: none;
            width: 90%;
            margin: 20px auto 20px auto;
            display: block;
        }
        p {
            margin-left: 0.4cm;
            margin-right: 0.4cm;
            font-size: medium;
        }
        .kepgaleria {
            padding: 0 10px 20px 10px;
            gap: 8px;
        }
        .kepgaleria img.normal {
            flex: 1 1 calc(50% - 8px);
        }
        .forras-sor {
            margin-right: 10px;
        }
        h1 {
            width: auto !important;
            font-size: 22px !important;
        }
    }
    @media screen and (max-width: 480px) {
        .kepgaleria img.normal {
            flex: 1 1 100%;
        }
    }

    