﻿
@font-face {
    font-family: 'Neutra2DispGr-Titling';
    src: url(/OtherFonts/Neutra2DispGr-Titling.otf) format('opentype');
}

@font-face {
    font-family: 'Neutra2TextGreek-Book';
    src: url('../OtherFonts/Neutra2TextGreek-Book.otf') format('opentype');
}
@font-face {
    font-family: 'PFTransport-Regular';
    src: url('../OtherFonts/PFTransport-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Neutra2TextGreek-Light';
    src: url('../OtherFonts/Neutra2TextGreek-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Neutra2TextGreek-Bold';
    src: url('../OtherFonts/Neutra2TextGreek-Bold.otf') format('opentype');
}


/* General setup */
.tm-font-TextGreek-Book {
    font-family: 'Neutra2TextGreek-Book';
}

.tm-font-DispGr-Titling {
    font-family: 'Neutra2DispGr-Titling';
}
.tm-font-PFT {
    font-family: 'PFTransport-Regular';
}
.tm-font-TextGreek-Light {
    font-family: 'Neutra2TextGreek-Light';
}
.tm-font-TextGreek-Bold{
    font-family: 'Neutra2TextGreek-Bold';
}


html body {
   /* font-size: 12px;*/
    margin: 0;
    font-family: 'Neutra2TextGreek-Book';
    width: 100%;
    line-height: 1;
}
.ul-a {
    list-style: square inside url("/Images/bullet.jpg");
}

.img {
    width:100%;
    height:auto;
}

.img-center-div {
    text-align: center;
    margin-top:1%;
    margin-bottom:1%;
}
.center-div {
    text-align: center;
}
.img-l {
    display: block;
    width: 50%;
    height: 50%;
    object-fit:fill;
}

.tm-bullet {
    display: inline;
    font-size: medium;
    font-weight: bold;
    margin: auto;
}
    .tm-bullet a {
        color: black;
    }

.tm-bullet-norm {
    display: inline;
    font-size: medium;
    margin: auto;
}

    .tm-bullet-norm a {
        color: black;
    }
.copyrighta {
    font-size:1em;
    text-align:center;
    position:relative;
}

.topnav {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-size: 1.8em;
    text-align: center;
}

    .topnav a {
        float: left;
        color: black;
        text-align: center;
        padding: 1.166em 1.333em;
        text-decoration: none;
    }

        .topnav a:hover {
            color: black;
            text-decoration: underline;
        }

        .topnav a.active {
            color: black;
        }
.video-box {
    width: 15em; /*200px;*/
    height: 22.5em; /*300px;*/
    margin: 2.253em; /*30px;*/
    padding: 0px;
    /* border: 5px solid brown;*/
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-text {
    height:2.166em;
    text-align:center;
    color:black;
    font-size:2em;
    font-weight:bold;
}
.video-text1 {
    height: 2.5em;
    text-align: center;
    color: black;
    font-size: 1.16em;
}
.video-img {
    height: 15em; /*200px;*/
    width: 15em; /*200px;*/
}
.video-column {
    float:left;
}
/* Left and right column */
    .video-column.side {
        width: 2.253em; /*30px;*/
    }

/* Middle column */
    .video-column.middle {
        width: 15em; /*200px;*/
    }

.video-row:after {
    content: "";
    display: table;
    clear: both;
}


.Psucho-box {
    /*    width: 200px; */
    height: 325px;
    margin: 30px;
    padding: 30px;
    background-color: #E2DAD3;
    /*    border: 5px solid brown;*/
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Psucho-column {
    float: left;
}
    /* Left and right column */
    .Psucho-column.side {
        width: 46%;
    }

    /* Middle column */
    .Psucho-column.middle {
        width: 1%;
    }

.Psucho-row:after {
    content: "";
    display: table;
    clear: both;
}
.phycho1 {
    text-align: justify;
    position: relative;
    font-size: 1.91em;
}
.Psucho-text {
   /* width: 200px;*/
    text-align:left;
    color: black;
    font-size: 1.8em;
    font-weight:bold;
}
.Psucho-text0 {
    /* width: 200px;*/
    text-align: left;
    color: black;
    font-size: 1.8em;
    font-weight:bold;
    line-height:1.2;
}

.Psucho-text1 {
    text-align: left;
    color: black;
    font-size: 1.16em;
}
.Psucho-text2 {
    text-align:justify;
    color: black;
    font-size: 1.2em;
}
.Psucho-text3 {
    text-align: end;
    font-size: 1.91em;
}

.keimena-box {
    width: 250px;
    height: 250px;
    margin: 10px;
    padding: 10px;
    background-color: rgba(165,42,42,0.7);
    margin: 0;
    color: white;
    vertical-align: middle;
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */

}

.keimena-text{
    text-align:justify;
}

/* Style the modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,1); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation */
.modal-content, .close {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
/* Navigation Buttons */
.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

.outer {
    position: relative;
    margin: auto;
    width: 70px;
    margin-top: 20px;
    margin-bottom:20px;
    cursor: pointer;
}

.inner {
    width: inherit;
    text-align: center;
}

.label-cl {
    font-size: 1.5em;
    line-height: 4em;
    text-transform: uppercase;
    color: white;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.inner:before, .inner:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #FFC107;
    left: 0;
    transition: all .3s ease-in;
}

.inner:before {
    top: 50%;
    transform: rotate(45deg);
}

.inner:after {
    bottom: 50%;
    transform: rotate(-45deg);
}

.outer:hover label {
    opacity: 1;
}

.outer:hover .inner:before,
.outer:hover .inner:after {
    transform: rotate(0);
}

.outer:hover .inner:before {
    top: 0;
}

.outer:hover .inner:after {
    bottom: 0;
}

.outer1 {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 70px;
    /*    margin-top: -240px;
    margin-left: 20px;*/
    cursor: pointer;
}

.inner1 {
    width: inherit;
    text-align: center;
}

.label-pr {
    font-size: 1.5em;
    line-height: 4em;
    text-transform: uppercase;
    color: white;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.inner1:before, .inner1:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #FFC107;
    left: 0;
    transition: all .3s ease-in;
}

.inner1:before {
    top: 20%;
    left:0%;
    transform: rotate(-22deg);
}

.inner1:after {
    bottom: 40%;
    left:0%;
    transform: rotate(25deg);
}

.outer1:hover label {
    opacity: 1;
}

.outer1:hover .inner1:before,
.outer1:hover .inner1:after {
    transform: rotate(0);
}

.outer1:hover .inner1:before {
    top: 0;
}

.outer1:hover .inner1:after {
    bottom: 0;
}



/*.gallery-box {
    width: 160px;
    height: 160px;
    margin: 5px;
    padding: 0px;*/
    /*    border: 5px solid brown;*/
    /*vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.gallery-thumbnail {
    /*border: 1px solid #ddd;*/ /* Gray border */
    /*border-radius: 4px;*/ /* Rounded border */
    /*padding: 5px;*/ /* Some padding */
    /*width: 150px;*/ /* Set a small width */
    /*max-width:100%;*/
    width: 25vw;
    /*height:16.75vw;*/
    /* height:160px;*/
    object-fit:fill;
}

    .gallery-thumbnail:hover {
        box-shadow: 0 0 2px 1px rgba(255, 0, 0, 1); /* Add a hover effect */
    }

/*.gallery-column {
    float: left;
}*/
    /* Left and right column */
    /*.gallery-column.side {
        width: 1%;
    }*/

    /* Middle column */
    /*.gallery-column.middle {
        width: 15%;
    }*/

.gallery-row:after {
    content: "";
    display: table;
    clear: both;
}
.gallery-container {
    width: 100vw;
/*    height: 83.75vw;*/
    display: grid;
    grid-template-columns: 25vw 25vw 25vw 25vw;
    grid-template-rows: 16.15vw 16.15vw 16.15vw 16.15vw 16.15vw;
    column-gap: 0.5vw;
    row-gap: 1vw;
}
.itema1 {
    grid-column: 1;
    grid-row: 1;
}
.itema2 {
    grid-column: 2;
    grid-row: 1;
}
.itema3 {
    grid-column: 3;
    grid-row: 1;
}
.itema4 {
    grid-column: 4;
    grid-row: 1;
}
.itemb1 {
    /* grid-row-start grid-column-start grid-row-end grid-column-end */
    grid-area: 2 / 1 / 3 / 1;

}

.itemb2 {
    grid-column: 2;
    grid-row: 2;
}

.itemb3 {
    grid-column: 3;
    grid-row: 2;
}

.itemb4 {
    grid-column: 4;
    grid-row: 2;
}
.itemc1 {
    grid-column: 1;
    grid-row: 3;
}

.itemc2 {
    grid-column: 2;
    grid-row: 3;
}

.itemc3 {
    grid-column: 3;
    grid-row: 3;
}

.itemc4 {
    /* grid-row-start grid-column-start grid-row-end grid-column-end */
    grid-area: 3 / 4 / 4 / 4;
}
.itemd1 {
    grid-column: 1;
    grid-row: 4;
}

.itemd2 {
    grid-column: 2;
    grid-row: 4;
}

.itemd3 {
    grid-column: 3;
    grid-row: 4;
}

.itemd4 {
    grid-column: 4;
    grid-row: 4;
}
.iteme1 {
    grid-column: 1;
    grid-row: 5;
}

.iteme2 {
    grid-column: 2;
    grid-row: 5;
}

.iteme3 {
    grid-column: 3;
    grid-row: 5;
}

.iteme4 {
    grid-column: 4;
    grid-row: 5;
}

.outer2 {
    position: fixed;
    top:20px;
    right:20px;
/*    margin: auto;*/
    width: 70px;
/*    margin-top: 20px;
    margin-bottom: 20px;*/
    cursor: pointer;
}

.inner2 {
    width: inherit;
    text-align: center;
}

.label-nx {
    font-size: 1.5em;
    line-height: 4em;
    text-transform: uppercase;
    color: white;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.inner2:before, .inner2:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #FFC107;
    left: 0;
    transition: all .3s ease-in;
}

.inner2:before {
    top: 25%;
    left:0%;
    transform: rotate(25deg);
}

.inner2:after {
    bottom: 30%;
    left:0%;
    transform: rotate(-25deg);
}

.outer2:hover label {
    opacity: 1;
}

.outer2:hover .inner2:before,
.outer2:hover .inner2:after {
    transform: rotate(0);
}

.outer2:hover .inner2:before {
    top: 0;
}

.outer2:hover .inner2:after {
    bottom: 0;
}

.container {
    position: relative;
    text-align: center;
    color: white;
}

.container-large {
    position: relative;
    text-align: center;
    color: black;
    font-size: x-large;
    font-weight: bolder;
}

.container-error {
    position: relative;
    text-align: center;
    color: brown;
    font-size:x-large;
    font-weight:bolder;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.desc-a28 {
    text-align: center;
    position: relative;
    font-size: 1.6em;
}
.desc-a34 {
    text-align: center;
    position: relative;
    font-size:2.833em;  
}
.desc-a39 {
    text-align: center;
    position: relative;
    font-size:3.25em;  
}
.desc-a49 {
    text-align: center;
    position: relative;
    font-size: 4.083em;
}

.desc-b {
    text-align: center;
    position: relative;
    font-size: 3.25em; /*39px;*/
    color: brown;
    font-weight:bold;
}
.desc-b1 {
    text-align: center;
    position: relative;
    font-size: 2.33em;
    color: brown;
    font-weight: bold;
}
.desc {
    text-align: center;
    position: relative;
    /*margin: 1em 0 0 0;*/
    padding: 0.5em;
    /*background: #dcd8cd;*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
    color: #af0911;
    font-size:xx-large;
}
.desc-alter {
    text-align: center;
    position: relative;
    /*margin: 1em 0 0 0;*/
    padding: 0.5em;
    background: #c8c2b2;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
    color: black;
    font-size: x-large;
}
    .desc-alter a {
        color: black;
    }
.desc-alter-1 {
    text-align: center;
    position: relative;
    /*margin: 1em 0 0 0;*/
    padding: 0.5em;
    background: #c8c2b2;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
    color: black;
    font-size: large;
}
.desc-alter-m {
    text-align: center;
    position:center;
    /*margin: 1em 0 0 0;*/
    padding: 0.5em;
    background: #c8c2b2;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
    color: black;
    font-size: medium;
    height:70px;
}
.select_time {
    text-align: center;
    position: center;
    padding: 0.5em;
    background: #c8c2b2;
    color: black;
    font-size: medium;
    height: 60px;
}

.timeline-lvl1 {
    /*text-align: center;
    position: relative;*/
    /*margin: 1em 0 0 0;*/
    padding: 0.5em;
    background: #dcd8cd;
    color: #af0911;
    font-size: large;
}
.timeline-datea {
    color: #af0911;
    font-weight:bold;
    font-size:medium;
    margin-bottom:10px;
}
.timeline-date {
    /*margin-bottom: 5px;
    padding: 2px 5px;
    position: relative;
    display: inline-block;*/
    /*border-radius: 20px;
    border: 1px solid #17191B;*/
    color: #af0911;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
    font-size: 14px;
    font-weight: bold;
}
.videoc {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.rowd {
    display: flex;
}
/* Create three equal columns that float next to each other */
.columnd {
    float: left;
}
.leftd {
    width: 45%;
    margin-right: -1.5em;
}
.centerd {
    width: 10%;
}

.rightd {
    width: 49%;
    margin-left: 1.5em;
}
/* Clear floats after the columns */
.rowd:after {
    content: "";
    display: table;
    clear: both;
}
.columna {
    float: left;
    width: 25%;
}
.twocolumns {
    padding: 10px;
    width: 80%;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 8em;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}


.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide {
    width: 650px;
    max-width: 100%;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06), 0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .submit-btn:hover {
        transform: translateY(1px);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10), 0 1px 1px 0 rgba(0,0,0,0.09);
    }

input[type=checkbox] + label {
    color: #ccc;
    font-style: italic;
}

input[type=checkbox]:checked + label {
    color: #f00;
    font-style: normal;
}
.xronologio1 {
    width: 80%;
    margin-left: 10%;
    margin-right: auto;
    font-family: tm-font-DispGr-Titling;
    font-size: 1.2em
}
.pdfa {
    margin-left:25%;
    margin-right:25%;
}




@media (max-width: 768px) {
    /* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */

    html body {
       /* font-size: 8px;*/
    }
    .table1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table1 tbody {
        display: flex;
        flex-direction: row;
    }

    .table1 tr {
        display: flex;
        flex-direction: column;
    }
    .desc-b {
        text-align: center;
        position: relative;
        font-size: 1.7em; /*39px;*/
        color: brown;
        font-weight: bold;
    }

    .desc-b1 {
        text-align: center;
        position: relative;
        font-size: 1.11em;
        color: brown;
        font-weight: bold;
    }
    .desc-a28 {
        text-align: center;
        position: relative;
        font-size: 1.4em;
    }

    .desc-a34 {
        text-align: center;
        position: relative;
        font-size:1.41em;
    }

    .desc-a39 {
        text-align: center;
        position: relative;
        font-size: 1.75em;
    }
    .xronologio1 {
        width: 80%;
        margin-left: 10%;
        margin-right: auto;
        font-family: tm-font-DispGr-Titling;
        font-size: 0.6em
    }

    .desc-a49 {
        text-align: center;
        position: relative;
        font-size: 2.04em;
    }
    .topnav {
        top: 160px;
        width: 100%;
        display:grid;
    }
    .topnav a {
        font-size: 1rem;
        padding: 1rem 1rem;
    }
    .copyrighta {
        font-size: 0.5em;
    }

    .video-box {
        width: 7em;
        height: 11em;
        margin: 1.25em;
        padding: 0px;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-text {
        height: 1em;
        text-align: center;
        color: black;
        font-size: 1em;
        font-weight: bold;
    }

    .video-text1 {
        height: 1.2em;
        text-align: center;
        color: black;
        font-size: 0.6em;
    }

    .video-img {
        height: 7em;
        width: 7em;
    }
    .video-column.side {
        width: 1.25em; 
    }

    /* Middle column */
    .video-column.middle {
        width: 7em; 
    }
    .pdfa {
        margin-left: 0%;
        margin-right: 0%;
    }

    .Psuchoa {
        width: 80%; margin-left: 10%; margin-right: auto; margin-top: 1%; font-family: tm-font-TextGreek-Book; font-size: 0.6em;
    }
    .Psucho-box {
        /*    width: 200px; */
        height: 22em;
        margin: 1.1em;
        padding: 1.1em;
        background-color: #E2DAD3;
        /*    border: 5px solid brown;*/
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Psucho-column {
        float: left;
    }
        /* Left and right column */
        .Psucho-column.side {
            width: 90%;
        }

        /* Middle column */
        .Psucho-column.middle {
            width: 10%;
        }

    .phycho1 {
        text-align: justify;
        position: relative;
        font-size: 1.5em;
    }

    .Psucho-text {
        /* width: 200px;*/
        text-align: left;
        color: black;
        font-size: 1.5em;
        font-weight: bold;
    }

    .Psucho-text0 {
        /* width: 200px;*/
        text-align: left;
        color: black;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1;
    }

    .Psucho-text1 {
        text-align: left;
        color: black;
        font-size: 1em;
    }

    .Psucho-text2 {
        text-align: justify;
        color: black;
        font-size: 1.2em;
    }

    .Psucho-text3 {
        text-align: end;
        font-size: 0.9em;
    }
    .twocolumns {
        padding: 10px;
        width: 80%;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0.5em;
    }

}

