body {
font-family: "Alegreya Sans", sans-serif;
}

#topmenu {
    max-width: 98vw;
border-radius: 3px 8px 16px 3px / 25px 13px 14px 17px;
}

/*MOBILE MENU*/
#mobile-header {
    box-shadow: none;
}

.side-nav__hide {
    right: 16px;
left: auto;
}

.side-nav__container {
    width: 90%;
border-radius: 0px 10px 20px 0px / 0% 30% 30% 0%;
}

.side-nav__footer {
    box-shadow: none;
}

#mobile-header {
    border-radius: 0px 0px 60px 60px / 0% 0% 20% 20%;
}

#mobile-header .langchooser {
    right: 20px;
}
@media (max-width: 820px) {
   #mobile-header .langchooser {
    top: 10px;
}
}

/*END OF MOBILE MENU*/



/*FOOTER*/

.c-footer-container {
padding-left: 0;
    padding-right: 0;
    overflow: visible;
    position: relative;
}

.c-footer-top-bg {
width: 115%;
height: auto;
margin-top: -27px;
}

.c-footer-bottom-bg {
width: 115%;
height: auto;
bottom: 0px;
left: 0;
position: absolute;
}

.c-footer {
display: flex;
max-width: 1000px;
    margin: 0 auto;
padding: 8vh 20px 8vh 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 6vh;
}
@media (max-width: 820px) {
.c-footer {
padding: 4vh 20px 8vh 20px;
flex-direction: column-reverse;
}
}


.c-footer div{
width: 100%;
}

.c-hours {
background-color: #f9a01b;
border-radius: 0px 15px 23px 30px / 30%;
    display: flex;
    align-items: flex-start;
}

.c-hours img{
max-width: 150px;
height: auto;
margin-top: -5px;
margin-left: -5px;
}

.c-hours div{
padding: 25px;
font-size: 1.2em;
color: #231f20;
font-weight: 900;
}


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




.c-epikoinonia {
    display: flex;
    align-items: flex-end;
gap: 20px;
margin-top: 5vh;
}

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


.c-epikoinonia  img{
max-height: 200px;
width: auto;
}


.c-epikoinonia a{
text-decoration: none;
}

.c-epikoinonia p{
margin-bottom: 10px;
line-height: 1em;
font-weight: 600;
}

.c-social {
    background-color: #63b161;
    color: #fff;
    display: inline-block;
    position: relative;
    left: 50%;
    top: -40px;
    transform: translateX(-50%) rotate(-2deg);
    padding: 8px 14px;
border-radius: 30px 15px 23px 7px / 30%;
}


.c-social p{
    font-weight: 700;
margin-bottom: 0px;
line-height: 1em;
}

.c-social img{
width: 40px;
height: auto;
padding: 5px;
scale: 1;
transition: 0.4s;
}

.c-social img:hover{
scale: 1.1;
}

.c-footer iframe{
border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
width: 100%;
height: 400px;
}

/*END OF FOOTER*/


/*NEWS*/
div.horizontalitemsnews div.itemcontent {
border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
    overflow: hidden;
}

div.items div.list h3 a {
    font-weight: 700;
color: #fff;
}

div.list div.date {
    color: #fff;
margin-bottom: 10px;
margin-top: 10px;
}

div.horizontalitemsnews div.list {
    color: #fff;
}

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

/*END OF NEWS*/


/*PHOTOS*/

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

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


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

.side-nav__header {
    background-color: #231f20;
    background-image: url('/cache/files/d1d26c0e27c4f9167aedf7bfc8e136ac3a80aa15.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin-left: 0vh;
    margin-right: 4vh;
    margin-top: 2vh;
}.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%;
}
}/*TICKETS BUTTON*/

.c-tickets-button {
font-weight: 700;
font-size: 1em;
background-color: #ffbe31;
    color: #fff !important;
    margin-right: 20px;
    padding: 12px 15px;
    padding-left: 15px !important;
    border-radius: 5px 3px 5px 11px / 13px 3px 12px 2px;
}

.c-tickets-button img{
max-height: 24px;
    width: auto;
    margin-top: -5px;
    margin-right: 9px;
}

.c-tickets-button-xs {
background-color: #ffbe31;
    color: #fff !important;
    padding: 3px 10px 5px 10px;
    border-radius: 5px 3px 5px 11px / 13px 3px 12px 2px;
position: absolute;
        right: 2vh;
}

.c-tickets-button-xs img{
max-height: 20px;
    width: auto;
}


/*END OF TICKETS BUTTON*/


.c-black-button {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #231f20;
color: #fff;
border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
font-weight: 700;
}
.c-black-button:hover {
    background-color: #f9a01b;
color: #fff;
}


.c-black-button2 {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #231f20;
color: #fff;
border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
font-weight: 700;
}
.c-black-button2:hover {
    background-color: #63b161;
color: #fff;
}


.c-orange-button {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #f9a01b;
color: #fff;
border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
font-weight: 700;
}
.c-orange-button:hover {
    background-color: #63b161;
color: #fff;
}/*BG COLORS*/


.c-red {
background-color: #bb4452;
}

.c-green{
background-color: #63b161;
}


.c-yellow{
background-color: #ffbe31;
}

.c-purple {
background-color: #a15996;
}

.c-blue{
background-color: #49a9b2;
}

.c-black {
background-color: #231f20;
}

/*END OF BG COLORS*/.c-zoo-row {
display: flex;
gap: 4vh;
    align-items: center;
padding-top: 4vh;
}

@media (max-width: 768px) {
.c-zoo-row {
    flex-direction: column;
}
}

.c-zoo-row img{
min-width: 400px;
height: auto;
border-radius: 30px;
}
@media (max-width: 540px) {
.c-zoo-row img{
min-width: auto;
}
}

.c-row-reverse {
flex-direction: row-reverse;
}

@media (max-width: 768px) {
.c-row-reverse {
    flex-direction: column;
}
}.c-tickets-container {
display: flex;
    gap: 6vh;
    flex-wrap: wrap;
    justify-content: center;
align-items: flex-start;
padding-top: 30px;
padding-bottom: 30px;
}

.c-tickets-container img{
border-radius: 30px;
max-width: 500px;
height: auto;
width: 100%;
}

.c-tickets-row {
display: flex;
gap: 10px;
justify-content: space-between;
}


.c-tickets-row p:nth-child(2){
text-align: right;
min-width: 60px;
}

.c-ticket-box {
background-color: #f4f4f4;
border-radius: 30px 15px 23px 7px / 30%;
padding: 20px;
}

.c-ticket-tag {
    font-size: clamp(1.125rem, 0.679rem + 1.19vw, 1.75rem); /*18-28*/
width: 90%;
    margin-top: -30px;
margin-bottom: 20px;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
border-radius: 3% 11% 3% 17% / 34% 2% 34% 4%;
color: #fff;
    padding: 15px 20px;
position: relative;
z-index: 2;
}


.c-tickets-container .c-tickets-button img {
    border-radius: 0;
    width: auto;
    display: inline-block;
}

.c-tickets-container .c-tickets-button {
    margin-top: 20px;
    display: inline-block;
text-decoration: none;
}