@charset "UTF-8";

        html, body {
            height: 100%; margin: 0; font-family: arial, verdana, helvetica, sans-serif;
            font-size: 17px; color: #666; background-color: #fff; /*overflow: hidden;*/
        }
        .fulldiv {
            width: 1100px; max-width: 100%; margin: 0 auto; display: flex;
            flex-direction: column; height: 100vh;
        }
        .menudiv {
            flex-shrink: 0; width: 100%; background-color: #EEE;
            border-bottom: 1px dotted darkgray; z-index: 100; display: flex; flex-direction: column;
        }
        .menu-bar { display: flex; align-items: center; padding: 5px 10px; }
        .menu-logo { flex-shrink: 0; margin-right: 20px; }
        nav.menu-links { display: flex; gap: 15px; }
        nav.menu-links a { font-size: 14px; text-decoration:none; padding: 5px; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc; }
        nav.menu-links a:hover { background-color: #ffdd64; text-decoration:none; color:black}
        #menutimeline { width: 100%; height: 50px; background-color: #f8f8f8; border-top: 1px solid #ddd; }
        #content-area { flex-grow: 1; overflow-y: auto; padding: 0px; box-sizing: border-box; }
        .is-visible { background-color: #e7f3ff; border-left: 4px solid #007bff; padding-left: 10px; }
        
        /* --- IDŐVONAL EGYEDI STÍLUSAI --- */
        #menutimeline .vis-panel.vis-center, #menutimeline .vis-panel.vis-top { height: 20px !important; }
        #menutimeline .vis-time-axis.vis-foreground { height: 30px !important; }
        #menutimeline .vis-time-axis .vis-text { font-size: 10px; }
        #menutimeline .vis-timeline .vis-bottom .vis-ltr{ height: 20px !important; }
        .vis-timeline .vis-item.vis-box.date-event {
            background-color: #e74c3c; border-color: #c0392b; color: white;
            font-size: 11px; font-weight: bold; text-align: center; padding: 0; border-radius: 4px;
            line-height: 15px; height: 15px !important; width: 50px !important; border-width: 1px;
            box-shadow: none;
        }
        
#maindiv{ width: 1100px; max-width: 100%; margin: 0 auto; /*display: flex; flex-direction: column; height: 100vh; */}

        .vis-timeline .vis-custom-time.red-scroller {
            background-color: rgb(255, 255, 255,0);
            /*border-color: #c0392b;*/
            width: 70px; /* Fix szélesség, hogy a dátum elférjen */
            height: 20px;
            line-height: 20px;
            margin-top: -10px; /* Függőleges középre igazítás */
            z-index: 10;
            text-align: center;
            color: white;
            font-size: 11px;
            font-weight: bold;
            border-radius: 0px;
            box-shadow: 0 1px 3px rgba(0,0,0,0);
        }

        .youtube-placeholder {
            position: relative;
            cursor: pointer;
            max-width: 560px; /* Standard YouTube embed szélesség */
            margin-bottom: 1em;
        }
        .youtube-placeholder img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .youtube-placeholder .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 68px;
            height: 48px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="%23f00"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>') center center no-repeat;
            transition: transform 0.1s ease-in-out;
        }
        .youtube-placeholder:hover .play-button {
            transform: translate(-50%, -50%) scale(1.1);
        }


        .content-link { padding: 8px 12px; border: 0px solid #ccc; background-color: #f8f9fa; color: #555; border-radius: 3px; cursor: pointer; transition: all 0.2s; }
        .content-link.active { background-color: #868686; color: white; border-color: #868686; }


        /* --- TÉRKÉP KONTÉNER ÉS IFRAME STÍLUSOK --- */
        #map-container {
            width: 100%;
            height: 100%;
            /* A 16 / 9 egy gyakori képarány, de tetszés szerint módosíthatod (pl. 4 / 3) 
            aspect-ratio: 5 / 3; */
            position: relative; /* Szükséges az iframe abszolút pozicionálásához */
            margin:auto;
            
        }

        #map-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        #eco-container {
            width: 100%;
            height: 100%;
            position: relative; /* Szükséges az iframe abszolút pozicionálásához */
            margin:auto;
        }

        #eco-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;    
        }

        #norm-container {
            width: 100%;
            height: 100%;
            position: relative; /* Szükséges az iframe abszolút pozicionálásához */
            margin:auto;
        }

        #norm-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;    
        }

        #art-container {
            width: 100%;
            height: 100%;
            position: relative; /* Szükséges az iframe abszolút pozicionálásához */
            margin:auto;
        }

        #art-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;    
        }

        #archontology-container {
            width: 100%;
            height: 100%;
            position: relative; /* Szükséges az iframe abszolút pozicionálásához */
            margin:auto;
        }

        #archontology-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;    
        }


/* --- db-related styles --- */


.p{line-height: 160%;}


h1 { font-family: serif; font-weight: normal; font-size: 180%; border-bottom-style: solid; border-bottom-width: 1px; margin-top: 50px; 
    margin-bottom: 50px; padding-bottom: 0.1ex; color: #005e74;  font-variant: small-caps;}

h2 { font-size: 160%; padding-bottom: 0.5ex; color: #000; border-bottom-style: solid; border-bottom-width: 0px; margin-top: 40px; margin-bottom: 20px; margin-left: 0px;}

h3 { font-size: 130%; padding-bottom: 0.5ex; color: #000000; margin-left: 0px; margin-top: 30px; margin-bottom: 15px;}

h4 { font-size: 120%; padding-bottom: 0.5ex; color: #000000; margin-left: 0px;margin-top: 20px; margin-bottom: 10px;}

h5 { font-size: 110%; padding-bottom: 0.5ex; color: #000000; margin-left: 0px;margin-top: 10px; margin-bottom: 10px;}

table{
    margin-left: auto;
    margin-right: auto;
}

th { background-color: #696969; color: #eeeeee; border-top: solid 0px; font-size: 16px;}

td { background-color: #fff; color: #000;  border-top: solid 1px #ccc; font-size: 14px; margin-top:0px; padding-top:5px;}

.img-responsive_atto_image_button_left{
    float: left;
    margin-right: 10px;
}
p.quot{
    margin-left:50px;
    margin-right:50px;
    padding:10px;
    font-family: sans-serif;
    font-size:15px;
    line-height: 130%;
    border-left :1px dotted grey;
    border-right:1px dotted grey;
    padding-left:10px;
    padding-right:10px;
    background-color: #f0f0f0;
    color:black;
    line-height: 140%;
}

p.figurelabel
{
    font-size: 13px;
    /*font-style: italic;*/
    text-align: center;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
}

div.kiskate
{
    margin:20px 50px 20px 50px;
    background-color:#fac769;
    padding: 10px;
    font-size: 15px;
    color:#000;
}

h5.kiskatecim
{
    font-size: 18px;
    margin-top:10px;
    text-align: left;
}

