
.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;
    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;
}
html{
    align-content: center;
}
.korbefuttatott-kep1 {
        float: left;
        margin-right: 40px;
        margin-top: 5px;
        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; }
    p { margin-left: 1cm; margin-right: 1cm; text-align: justify; font-size: medium; }

    .kepgaleria {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 30px 20px 30px;
        box-sizing: border-box;
        width: 100%;
        clear: both;
    }
    .kepgaleria img {
        box-shadow: 5px 5px 10px rgba(45, 23, 3, 0.836);
        height: auto;
        display: block;
        flex: 1 1 280px;
        max-width: 100%;
        object-fit: cover;
    }
    .video-link {
        display: block;
        margin: 10px 30px 20px 30px;
        color: rgb(33, 35, 185);
        font-size: larger;
    }

    @media screen and (max-width: 768px) {
        .korbefuttatott-kep1 {
            float: none;
            margin: 0 auto;
            width: 100%;
            display:inline-block;
        }
        p {
            margin-left: 0.4cm;
            margin-right: 0.4cm;
            font-size: medium;
        }
        .kepgaleria {
            padding: 0 10px 20px 10px;
            gap: 8px;
        }
        .kepgaleria img {
            flex: 1 1 100%;
                max-width: 100%;
                height: auto;
                margin-top: 15px;
        }
        .video-link {
            margin: 10px 10px 20px 10px;
        }
        h1 {
            width: auto !important;
            font-size: 22px !important;
        }
        figure img {
            width: 80% !important;
            height: auto !important;
            margin-left: 10% !important;}
    }
    .aktiv-menu .lenyilospacer {
    color: #f5dfa0 !important;
    border-bottom: 2px solid rgba(220, 185, 130, 0.9);
}