body {
overflow-x: hidden;
}

:root {
--primary: #41acb1;
--second: #e6901a;
--white: #fcfbf7;
}



div.topmenu ul li {
    border-radius: 30px;
}



/*PAGE TITLES*/
 #contenttop h1, #contenttop h1 a {
font-size: clamp(1.75rem, 1.519rem + 0.926vw, 3rem); /*28-48*/
color: var(--primary);
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px var(--primary);
}


/*NES*/
div.items div.date {
    padding-bottom: 8px;
    font-size: 12px;
    color: var(--second);
}

h1 a.backtocat:before {
    border-right-color: var(--primary);
    top: 0.3em;
}

.notloggedin div.horizontalitemsnews div.itemcontent {

}


div.horizontalitemsnews div.itemcontent:before {
content: "";
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 30px; 
height: 30px;
    background-image: url('/cache/files/5eb279f59a75c774fe7046c51b0ba185d21415e5.svg');
    z-index: 2;
transform: rotate(-45deg);
    transition: 0.4s;
opacity: 0.6;
}

div.horizontalitemsnews div.itemcontent:hover:before {
    background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    right: 5;
transform: rotate(0deg);
opacity: 1;
}



/* SCROLL BAR */

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  background: transparent; 
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary); 
  border-radius: 6px;
  border: 2px solid var(--primary);  
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--second); 
  border: 2px solid var(--second);
}

/* END SCROLL BAR */

.c-newlogo {
    background-image: url('/cache/files/0776035e09a7fbcdeb9c9e230beb499d3352a23b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/0776035e09a7fbcdeb9c9e230beb499d3352a23b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 190px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/0776035e09a7fbcdeb9c9e230beb499d3352a23b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
margin: 3vh 8vh 4vh 4vh;
}



.side-nav__header {
    max-height: 100px;
    height: 30%;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}/* GLWSSES */

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

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

@media (max-width: 768px) {
.langchooser {
    top: 15px;
width: 40px;
}
div.langlist ul {
padding: 4px 8px !important;
border-radius: 8px;
min-height: 45px;
}
}

@media (max-width: 460px) {
    #mobile-header .langchooser {
        right: 5px;
        top: 14px;
    }
}


#mobile-header .langchooser div.langlist ul {
    height: auto !important;
}

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

@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;
}

#topbanner .langchooser ul li.active a, #mobile-header .langchooser ul li.active a {
color: var(--second);
}.c-appointment-position {
position: fixed;
bottom: 3vh;
right: 5vh;
width: 100px;
height: 100px;
z-index: 999;
}

@media (max-width: 920px) {
.c-appointment-position {
bottom: 2.5vh;
right: 2.5vh;
}
}

@media (max-width: 800px) {
.c-appointment-position {
width: 80px;
height: 80px;
}
}


.c-appointment-cyrcle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   animation: spinCircle 20s linear infinite;
}

@keyframes spinCircle {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.c-appointment-icon {
    position: absolute;
    top: 50%;
    left: 50%;
width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
}.c-button-1 {
display: inline-block;
padding: 12px 70px 12px 18px;
border: 1px solid var(--primary);
text-decoration: none;
margin-top: 7px;
    transition: 0.4s;
border-radius: 30px;
font-weight: 800;
position: relative;
}

.c-button-1:hover  {
background-color: var(--second);
border: 1px solid var(--second);
color: #fff;
position: relative;
}



.c-button-1:before {
content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 26px; 
height: 26px;
    background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    z-index: 2;
transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
background-size: contain;
background-repeat: no-repeat;
}

.c-button-1:hover:before {
    background-image: url('/cache/files/dc540f03384ee0be76ff32135c2c87736a96b3a4.svg');
    right: 15px;
transform: translateY(-50%) rotate(0deg);
}









.c-button-2 {
display: inline-block;
padding: 12px 70px 12px 18px;
background-color: var(--second);
text-decoration: none;
margin-top: 7px;
    transition: 0.4s;
border-radius: 30px;
font-weight: 800;
position: relative;
color: #fff;
}

.c-button-2:hover  {
background-color: var(--primary);
color: #fff;
position: relative;
}



.c-button-2:before {
content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 26px; 
height: 26px;
    background-image: url('/cache/files/dc540f03384ee0be76ff32135c2c87736a96b3a4.svg');
    z-index: 2;
transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
background-size: contain;
background-repeat: no-repeat;
}

.c-button-2:hover:before {
    right: 15px;
transform: translateY(-50%) rotate(0deg);
}.c-footer {
position: relative;
min-height: 90vh;
}

.c-footer:before {
content: "";
    position: absolute;
    top: 0;
    right: 0;
   width: 100vw; 
    min-height: 90vh;
height: 90vh;
    background-image: url('/cache/files/2543272b479cc50cdd23bbe2b31fdd4ea0a37bfb.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
background-repeat: no-repeat;
    z-index: -2;
}

.c-footer-data {
    display: flex;
    gap: 4vw;
    justify-content: space-between;
    font-size: 14px;
    padding: 40px 7vw 60px 7vw;
    position: absolute;
    bottom: 0;
    background-color: var(--white);
    width: 100%;
}


.c-footer-info {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
}

.c-footer-contact-line {
display: flex;
gap: 10px;
}

.c-footer-contact-line p{
margin-bottom: 0px;
font-weight: 600;
}

.c-footer-contact-line img {
height: 30px;
width: auto;
}


.c-footer-orario {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
font-weight: 600;
position: relative;
}


.c-footer-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary);
margin-bottom: 10px;
    margin-top: 30px;
}

.c-footer-logo {
display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    align-items: center;
margin-top: -90px;
}

.c-footer-social-line {
display: flex;
gap: 10px;
justify-content: center;
}

.c-footer-social-line img{
width: 45px;
height: auto;
}

.c-title-align {
text-align: right;
}

.c-footer-arrow {
position: absolute;
    bottom: 36px;
    right: 144px;
    height: 80px;
animation: footerArrowFloat 6s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes footerArrowFloat {
    0% {
        transform: rotate(-7deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(-7deg);
    }

    75% {
        transform: rotate(7deg);
    }

    100% {
        transform: rotate(-7deg);
    }
}


.c-footer-line {
    position: absolute;
    top: -14px;
    left: -60px;
}


@media (max-width: 800px) {
  .c-footer-data {
    flex-direction: column;
position: relative;
margin-top: 50vh;
  }

  .c-footer-logo {
    order: 1;
  }

  .c-footer-info {
    order: 2;
align-items: center;
  }

  .c-footer-orario {
    order: 3;
align-items: center;
  }

.c-footer-arrow {
right: auto;
    left: 100px;
}

.c-title-align {
text-align: center;
}

}



@media (max-width: 500px) {
.c-footer-arrow {
right: auto;
    left: -45px;
}
}.notloggedin .c-epistrofi {
position: fixed;
top: 150px;
left: 0;
z-index: 15;
}

@media (max-width: 920px) {
.notloggedin .c-epistrofi {
position: absolute;
top: 40px;
}
}

.c-epistrofi a{
background-color: var(--primary);
text-decoration: none;
color: var(--white);
border-radius: 0px 30px 30px 0px;
padding: 12px 14px 12px 55px;
position: relative;
font-weight: 900;
font-size: 14px;
}

.c-epistrofi a:before {
content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 26px; 
height: 26px;
    background-image: url('/cache/files/dc540f03384ee0be76ff32135c2c87736a96b3a4.svg');
    z-index: 2;
transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
background-size: contain;
background-repeat: no-repeat;
}

.c-epistrofi a:hover:before {
    left: 10px;
transform: translateY(-50%) rotate(180deg);

}



.c-giatros-page-intro h1{
margin-bottom: 7px !important;
margin-top: 30px !important;
}

.c-giatros-page-intro p{
text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
}

.c-giatros-intro-img {
height: 80vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    width: 100%;
}

.c-giatros-viografiko {
max-width: 1280px;
margin: 6vh auto;
padding: 20px;
text-align: justify;
}

.c-giatros-upiresies {
margin: 6vh auto;
padding: 20px;
    display: flex;
    gap: 4vw;
    flex-wrap: wrap;
    justify-content: center;
}

.c-giatros-viografiko ul{
list-style-position: outside !important;
}

.c-giatros-upiresies h3 {
    color: var(--second);
    font-size: clamp(1.5rem, 1.431rem + 0.278vw, 1.875rem); /*24-30*/
    border-bottom: 2px dashed #cde2e3;
    padding-bottom: 10px;
}

.c-giatros-upiresies div {
max-width: 600px;
    background-color: var(--white);
    padding: 3vw 3vw 3vw 4vw;
}

@media (max-width: 920px) {
.c-giatros-upiresies div {
    padding: 30px;
}
}

.c-giatros-upiresies p {
margin-bottom: 0px;
margin-top: 25px;
}

.c-giatros-upiresies h2 {
    font-size: 18px !important;
    border-bottom: 2px dashed #cde2e3;
    padding-bottom: 10px;
text-align: left !important;
}


.c-giatros-upiresies div ul{
padding-left: 5px !important;
list-style-position: outside !important;
line-height: 1.6em;
}

.c-giatros-upiresies div ul li::marker{
    color: var(--second) !important;
}


.c-giatros-meres-ores {
background-color: var(--primary);
color: var(--white);
padding: 2vw 5vw;
font-size: 20px;
font-weight: 900;
display: flex;
    justify-content: center;
    align-items: center;
gap: 3vw;
}

@media (max-width: 620px) {
.c-giatros-meres-ores {
flex-direction: column;
text-align: center;
font-size: 14px;
padding: 30px 20px;
}
}

.c-giatros-meres-ores img{
border-radius: 50%;
width: 150px;
height: auto;
filter: brightness(1.3) grayscale(1);
}

.c-giatros-meres-ores p{
margin-bottom: 0px;
max-width: 500px;
}.mobile-header {
    box-shadow: none;
    min-height: 70px;
}


.side-nav__footer {
    box-shadow: none;
padding: 2vh !important;
}

.side-nav__footer .c-footer-social-line {
justify-content: flex-start;
}


.side-nav__hide {
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
left: auto;
right: 16px;
}


.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    height: 96%;
top: 2%;
    left: 3%;
border-radius: 20px;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}


.side-nav ul {
    display: flex;
    flex-direction: column;
    width: 80vw;
    gap: 10px;
    margin: 0 auto;
}

.side-nav ul li {
    border-bottom: 2px dashed #cde2e3;
position: relative;
}

.side-nav ul li:before {
content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px; 
height: 30px;
    background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    z-index: 0;
transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
}

.side-nav ul li.active:before {
    background-image: url('/cache/files/40611af32cfa384aba51770aab79d886492f5d37.svg');
transform: translateY(-50%) rotate(-0deg);

}
/*SCROLL BUTTON*/
.scrolltopbutton {
    display: block;
    position: fixed;
    bottom: 4vh;
    left: 3vh;
    cursor: pointer;
    z-index: 300;
    transform: rotate(270deg);
scale: 1;
}

.scrolltopbutton:hover {
 scale: 1.1;
}
/*END OF SCROLL BUTTON*/.items {
position: relative;
}

.items:before {
content: "";
    position: absolute;
    top: 70%;
    left: -10vw;
    width: 30vw;
height: 30vw;
    background-image: url('/cache/files/737a482ca5a1e56d6b128f607bc6c4c6895f939d.svg');
    z-index: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
filter: grayscale(1);
    opacity: 0.1;
}