body {
overflow-x: hidden;
}


:root {
--light-blue: #00b5e2;
--yellow: #ffa200;
--blue: #31729f;
--red: #d40000;
}

/* Firefox */
html {
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: var(--light-blue) #fff; /* thumb track */
}

/* Chrome / Edge / Safari */
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: var(--light-blue);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}



/*h1*/
#contenttop h1 {
    font-size: 60px;
    font-size: clamp(2rem, 1.617rem + 1.02vw, 3.25rem) !important; /*32-52*/
    margin: 0px 0px 2vw;
    padding: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
}

#contenttop h1::before {
content: '';
    display: block;
    width: 50% ;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    bottom: 5px;
    left: 3px;
    background-color: var(--light-blue);
    z-index: -1;
 transform: scaleX(0);
    transform-origin: left;
    animation: underlineFill 0.9s cubic-bezier(.77,0,.18,1) forwards;
}

@keyframes underlineFill {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

/*END OF H1*/


.c-main-container {
    padding: 8vw 20px 4vw 20px;
    max-width: 90vw;
    margin: 0 auto;
}

@media (max-width: 912px) {
.c-main-container {
    padding: 10vh 20px 10vh 20px;
}
}





/*NEWS */

div.items div.date {
    font-size: 12px;
    margin-bottom: 8px;
margin-top: 8px;
}

div.items div.textbox {
line-height: 1.6em;
}


div.horizontalitemsnews div.textboxy {
   padding: 15px;
}



 div.horizontalitemsnews div.itemcontent {
    box-shadow: 0px 0px 20px #3333332b;
border-radius: 30px;
}

.notloggedin  div.horizontalitemsnews div.itemcontent {
overflow: hidden;
}

div.items div.photos img {
    border-radius: 30px;
}

/*END OF NEWS*/


/*EMFANISH SXETIKON ARXEION*/
div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 10px;

    border-radius: 15px;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}

/*END OF EMFANISH SXETIKON ARXEION*/.c-newlogo {
    background-image: url('/cache/files/3a5577067639fb07f0c69d10553252f08d258aea.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}

html[lang="en"] .c-newlogo {
    background-image: url('/cache/files/23f36f014cb6260e9bdb9ec2cf2e4f4d22ff8dca.svg');
}

a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 180px;
    transform: translate(-52%, -3%);
}

html[lang="en"] a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
}


.side-nav__header {
    background-color: transparent;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 5vh;
    margin-right: 5vh;
}

html[lang="en"] 
.side-nav__header {
    background-image: url('cache/files/notfound') !important;
}/* FOOTER */

#copyinfo {
    font-weight: 500;
}

.c-footer {
background-color: #f5f5f5;
padding: 5vw 3vw 3vw 3vw;
    border-radius: 100px 100px 0px 0px;
    box-shadow: 0px 0px 12px #a3a3a3b0;
}

@media (max-width: 700px) {
.c-footer {
    border-radius: 20px 20px 0px 0px;
}
}


.c-footer-container {
max-width: 90vw;
margin: 0 auto;
position: relative;
}

.c-footer-top {
display: flex;
    gap: 4vw;
    align-items: flex-start;
    justify-content: space-between;
}


@media (max-width: 700px) {
.c-footer-top {
    align-items: center;
flex-direction: column;
    text-align: center;
}
}



.c-footer-contact {
margin-top: 30px;
}

.c-footer-contact img{
margin-right: 10px;
height: 30px;
width: auto;
}


.c-footer-contact p{
font-weight: 500;
margin-bottom: 8px;
}



.c-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    text-align: right;
}

@media (max-width: 700px) {
.c-footer-right {
    align-items: center;
}
}

.c-footer-medtech img{
max-width: 240px;
height: auto;
}

.c-footer-medtech p{
margin-bottom: 4px;
}


.c-footer-menu {
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
margin-top: 4vw;
flex-wrap: wrap;
}

.c-footer-menu p{
line-height: 1em;
margin-bottom: 0px;
}

.c-footer-menu a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: transparent;
    overflow: hidden;
    color: var(--blue);
    text-decoration: none;
    position: relative;
font-weight: 900;
    transition: 2s;
}

.c-footer-menu a:hover {
    background-color: var(--light-blue);
    border-radius: 100px 100px 100px 0px;
color: #fff !important;
}


.c-footer-social {
display: flex;
gap: 10px;
margin-top: 30px;
}a.c-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: var(--blue);
    overflow: hidden;
    color: white;
    text-decoration: none;
    position: relative;
font-weight: 900;
    transition: 2s;
text-align: left;
}

a.c-button::before {
    content: '';
    display: block;
    width: 110%;
    height: 220%;
    position: absolute;
    top: -60%;
    left: -130%;
    background-color: var(--light-blue);
    filter: blur(20px);
    transition: 2s;
}

a.c-button span {
    position: relative;
    z-index: 3;
color: #fff;
}

a.c-button:hover::before {
    left: -5%;
}

a.c-button:hover {
    border-radius: 100px 100px 100px 0px;
}






a.c-button-white {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 100px;
    background-color: transparent;
border: 1px solid #fff;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    position: relative;
font-weight: 900;
    transition: 2s;
}

a.c-button-white:hover {
border: 1px solid transparent;
}

a.c-button-white::before {
    content: '';
    display: block;
    width: 110%;
    height: 220%;
    position: absolute;
    top: -60%;
    left: -130%;
    background-color: var(--light-blue);
    filter: blur(20px);
    transition: 2s;
}

a.c-button-white span {
    position: relative;
    z-index: 3;
    transition: 2s;
}


a.c-button-white:hover::before {
    left: -5%;
}


a.c-button-white:hover {
    border-radius: 100px 100px 100px 0px;
}




a.c-medtech-button {
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    background-color: #660e90;
    overflow: hidden;
    color: white;
    text-decoration: none;
    position: relative;
font-weight: 900;
}

a.c-medtech-button::before {
    content: '';
    display: block;
    width: 210%;
    height: 220%;
    position: absolute;
    top: -60%;
    left: -230%;
    background-color: #0081a5;
    filter: blur(20px);
    transition: 2s;
}

a.c-medtech-button span {
    position: relative;
    z-index: 3;
}

a.c-medtech-button:hover::before {
    left: -20%;
}div.topmenu ul {
margin-right: 30px;
margin-left: 333px;
}

div.topmenu ul li{
    border-radius: 30px 30px 30px 0px;
margin-left: 2px;
margin-right: 2px;
    transition: all 0.3s ease;
}




div.topmenu ul ul{
    border-radius: 0px 30px 30px 30px;
margin-right: 0px;
margin-left: 0px;
padding: 10px 5px;
}
div.topmenu ul ul li{
    border-radius: 30px !important;
margin-left: 7px;
margin-right: 5px;
}

div.topmenu ul li a {
    text-transform: uppercase;
}

div.topmenu ul li li a {
    text-transform: none;
}


/* GLWSSES */

.notloggedin .langchooser {
    position: absolute;
    top: 7px;
    right: 0;
width: 100px;
}

div.langlist ul {
background-color: #fff;
padding: 6px 10px 2px 10px !important;
border-radius: 20px;
}

@media (max-width: 768px) {
div.langlist ul {
border-radius: 14px;
min-height: 55px;
}
}

.langlist ul li {
    font-size: 14px;
}

#abovetopbanner .langchooser ul li a span {
    visibility: hidden;
    width: 0;
    display: inline-block;
}

@media (min-width: 768px) {
    div.langlist span.langtext {
        display: none;
    }
}

.langchooser ul li:nth-child(1) a::before {
   content: 'ΕΛ';
   display: inline-block;
    cursor: pointer;
}

.langchooser ul li:nth-child(2) a::before {
   content: 'EN';
   display: inline-block;
    cursor: pointer;
}

#abovetopbanner .langchooser ul li.active a, #mobile-header .langchooser ul li.active a {
color: var(--light-blue);
}

#abovetopbanner .langchooser, #abovetopbanner .htmlbox {
float: none;
padding: 0px;
}


#topbanner .langchooser {
   display: none;
}

/* END GLWSSES */

#abovetopbanner {
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 12px #a3a3a3b0;
}

.c-abovetopbanner-quicklinks {
    display: flex;
    flex-direction: row;
    padding: 7px;
}

.c-abovetopbanner-box {
display: flex;
    gap: 5px;
    align-items: center;
}

#abovetopbanner a.c-small-button {
    font-size: 14px;
    padding: 4px 10px;
    background-color: white;
    color: var(--light-blue);
    border-radius: 30px;
    margin-right: 5px;
    font-weight: 700;
    transition: all 0.6s ease;
}

#abovetopbanner a.c-small-button:hover {
    background-color: var(--light-blue);
color: #fff;
}

#abovetopbanner a.c-social-icon {
    background-color: white;
    line-height: 0;
    display: inline-block;
    padding: 4px;
    border-radius: 50px;
    transition: all 0.6s ease;
}

#abovetopbanner a.c-social-icon:hover {
    background-color: var(--light-blue);
}

#abovetopbanner a.c-social-icon:hover img{
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(101%) contrast(102%);
}