body {
font-family: "Ubuntu", sans-serif;
overflow-x: hidden;

}

div.topmenu ul li {
    background-color: #ffffffe6;
    border-radius: 15px;
    margin-bottom: 5px;
}


div.topmenu ul {
margin-left: 20vw;
}


div.topmenu ul ul{
margin-left: 0vw;
    border-radius: 15px;
}


/*PAGES TITLE*/

#contenttop h1 {
font-size: clamp(1.75rem, 1.222rem + 1.69vw, 3.25rem); /*28-52*/
position: relative;
    margin: 6vh auto 4vh auto;
    border-bottom: 1px solid;
border-image: linear-gradient(to right, 
    transparent 0px, 
    transparent 88px, 
    #d9ae3e 80px, 
    #d9ae3e calc(100% - 88px), 
    transparent calc(100% - 88px), 
    transparent 100%) 1;
}
@media (max-width: 912px) {
#contenttop h1 {
    margin: 1vh auto 4vh auto;
}
}

@media (max-width: 720px) {
#contenttop h1 {
border-image: linear-gradient(to right, 
    transparent 0px, 
    transparent 62px, 
    #d9ae3e 80px, 
    #d9ae3e calc(100% - 62px), 
    transparent calc(100% - 62px), 
    transparent 100%) 1;
}
}



#contenttop h1:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 40px;
    width: 83px;
    z-index: -1;
background-image: url('/cache/files/d36e8f32b4affadc3b307e62f45d4d1f60679d58.svg');
}

#contenttop h1:after{
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 40px;
    width: 83px;
    z-index: -1;
background-image: url('/cache/files/d36e8f32b4affadc3b307e62f45d4d1f60679d58.svg');
 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


@media (max-width: 720px) {
#contenttop h1:before {
    height: 30px;
    width: 62px;
}

#contenttop h1:after{
    height: 30px;
    width: 62px;
}
}



/*END OF PAGES TITLE*/


/*NEWS*/
div.horizontalitemsnews div.itemcontent {
    border-radius: 15px;
    overflow: hidden;
}

div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/*END OF NEWS*/



/*PRODUCTS - NAOI*/



div.horizontalitems div.linkto {
    padding: 0;
    margin: 7px auto;
    float: none;
    width: fit-content;
    border-radius: 30px;
min-height: 35px;
}

div.items div.linkto a {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 1px;
}

div.horizontalitems div.itemcontent {
    border-radius: 15px;
    overflow: hidden;
}

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



/*END OF PRODUCTS - NAOI */



/* Testimony box - CSS για εισαγωγικό κείμενο σε σελίδες κειμένου */
.testimony-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 2em;
  margin: 15px auto;
}

.testimony-box h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.testimony-box p {
  white-space: pre-wrap;
  text-align: justify;
}

#viewer-container {
   width: 100%;
   height: 70vh;
   min-height: 500px;
   overflow: hidden;
   position: relative;
   border-radius: 15px;
   margin-top: 30px;
}
canvas {
   display: block;
}


/*-----------------*/
#viewer-container {
  width: 100%  
  height: 250px;
  margin: auto;
  border: 1px solid #ccc;
}


/*---------clerics table-------------*/
.clerics-table {
      width: 80%;
      border-collapse: collapse;
      margin: 20px auto;
    }
    .clerics-table th, .clerics-table td {
      border: 1px solid #444;
      padding: 8px;
      text-align: center;
    }
    .clerics-table th {
      background-color: #f0f0f0;
    }.c-newlogo {
    background-image: url('/cache/files/9c324aa497f45b29507ff0ad12349dcb6c594b3a.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
position: relative;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/55f8cc67da70217bb256fec2d91be3ef47030569.svg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50vw;
    transform: translate(-95%, 0%);
    margin-top: 2vw;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/9c324aa497f45b29507ff0ad12349dcb6c594b3a.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin: 3vw;
}

.side-nav__header {
    max-height: 150px;
}.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%;
}
}.c-filters {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
    flex-direction: row;
margin-bottom: 4vh !important;
}

@media (max-width: 912px) {
.c-filters {
    padding-top: 20px;
    flex-wrap: wrap;
margin-bottom: 2vh !important;
}
}

.c-filters .filter_opt {
    padding: 0 10px 20px 0px;
    min-width: 200px;
}

.c-filters .amodule {
    // flex-basis: 500px;
}

/* ORDER notloggedin  */

.notloggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.notloggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.notloggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.notloggedin .c-filters .amodule:nth-child(4) {
display: none;
order: 6;
}

.notloggedin .c-filters .amodule:nth-child(5) {
order: 4;
}

.notloggedin .c-filters .amodule:nth-child(6) {
order: 5;
}

/* ============= */

/* ORDER loggedin  */

.loggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.loggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.loggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.loggedin .c-filters .amodule:nth-child(4) {
display: initial;
order: 4;
}

.loggedin .c-filters .amodule:nth-child(5) {
order: 5;
}

.loggedin .c-filters .amodule:nth-child(6) {
order: 6;
}

/* ============= */

.c-filters .chosen-container-active .chosen-single, .c-filters .chosen-container-single .chosen-single, #cCloneLehrberufe .chosen-container-active .chosen-single, #cCloneLehrberufe .chosen-container-single .chosen-single, #cCloneUnternehmen .chosen-container-active .chosen-single, #cCloneUnternehmen .chosen-container-single .chosen-single {
    background: white !important;
    border: 1px solid #bdc6ce !important;
    padding: 10px 0px 10px 10px !important;
    margin-right: 5px;
    height: auto !important;
}

.c-filters .chosen-container, #cCloneLehrberufe .chosen-container, #cCloneUnternehmen .chosen-container {
width: 100% !important;
}

.c-filters .chosen-container-single .chosen-single div b, #cCloneLehrberufe .chosen-container-single .chosen-single div b, #cCloneUnternehmen .chosen-container-single .chosen-single div b {
background-image: url('cache/files/notfound') !important;
    background-position: center !important;
    background-size: contain !important;
transform: rotate(0deg);
}


.c-filters .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneLehrberufe .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneUnternehmen .chosen-container-active.chosen-with-drop .chosen-single div b {
transform: rotate(180deg);
}

.c-filters .chosen-container-single .chosen-single div, #cCloneLehrberufe .chosen-container-single .chosen-single div, #cCloneUnternehmen .chosen-container-single .chosen-single div {
    right: 10px;
}

.c-filters .chosen-container-single .chosen-search, #cCloneLehrberufe .chosen-container-single .chosen-search, #cCloneUnternehmen .chosen-container-single .chosen-search {
    padding: 10px 10px;
}

.c-filters .chosen-container-single .chosen-search input[type="text"], #cCloneLehrberufe .chosen-container-single .chosen-search input[type="text"], #cCloneUnternehmen .chosen-container-single .chosen-search input[type="text"] {
    padding: 10px 20px 10px 10px;
    background-image: url('cache/files/notfound') !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}

.c-filters .chosen-container-single .chosen-single abbr, #cCloneLehrberufe .chosen-container-single .chosen-single abbr, #cCloneUnternehmen .chosen-container-single .chosen-single abbr {
    top: 17px;
    right: 36px;
}

.c-filters ul, #cCloneLehrberufe ul, #cCloneUnternehmen ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.c-filters .chosen-container-single .chosen-single span, #cCloneLehrberufe .chosen-container-single .chosen-single span, #cCloneUnternehmen .chosen-container-single .chosen-single span {
    color: #2a3056;
}

.c-filters .filterlabel, #cCloneLehrberufe .filterlabel, #cCloneUnternehmen .filterlabel {
    font-size: 16px;
    font-weight: 600;
color: #333;
}


.c-filters button, #cCloneLehrberufe button, #cCloneUnternehmen button {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #2a3056;
    border-color: transparent;
    border-radius: 5px;
}

.c-filters button:hover, #cCloneLehrberufe button:hover, #cCloneUnternehmen button:hover {
    background-color: #00ccbd;
}


/* FILTERS INSIDE PAGES */

.c-filters-in {
    max-width: 1280px;
background-color: transparent;
    padding-top: 100px;
    padding-bottom: 30px;
    display: block;
}

.c-filters-in form {
    max-width: 500px;
}

a.toggle {
background-image: url('cache/files/notfound');
    padding-left: 35px;
display: inline-block;
}

a.openedexpand {
background-image: url('cache/files/notfound');
    padding-left: 35px;
}

.boxcollapsible {
    padding: 20px;
    border-radius: 20px;
}

/* ==================================== */


/* SCREENS */
@media (max-width: 768px) {
.c-filters {
    margin: auto;
    display: flex;
    background-color: transparent;
    justify-content: center;
    padding-top: 30px;
    flex-wrap: nowrap;
    width: 100%;
    flex-flow: column;
}
.c-filters .amodule {
    flex-basis: 100%;
    margin-bottom: 20px;
}
}.c-contact-information-box {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
}

.c-contact-information-box span.label, .c-technical-data-box span.label {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 800;
}

iframe {
border-radius: 15px;
margin-top: 15px;
}.c-footer-info {
display: flex;
gap: 4vh;
max-width: 1280px;
margin: 0 auto;
justify-content: space-between;
}

@media (max-width: 912px) {
.c-footer-info {
justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
}


.c-footer-white-container {
background-color: #fff;
padding: 10vh 20px;
}


.c-footer-lavaro-name {
display: flex;
    gap: 20px;
}

@media (max-width: 540px) {
.c-footer-lavaro-name {
flex-direction: column;
    align-items: center;
}
}



.c-footer-extra-info {
display: flex;
gap: 4vh;
max-width: 1280px;
margin: 5vh auto;
justify-content: space-between;
padding: 20px;
}

@media (max-width: 912px) {
.c-footer-extra-info {
justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
}


.c-footer-title {
color: #d9ae3e;
font-weight: 900;
font-size: 1.8em;
line-height: 1em;
margin-bottom: 10px;
max-width: 300px;
}


.c-footer-extra-info a{
text-decoration: none;
}

.c-footer-infobox {
}

.c-footer-infobox img{
max-height: 200px;
width: auto;
border-radius: 15px;
}

.c-footer-infobox p{
margin-bottom: 5px;
}


.c-eshop-text {
    font-size: 13px;
    max-width: 200px;
    padding: 10px 0px;
}

.c-cookie-pref {
text-align: center;
font-size: 12px;
}


.c-footer-social {
display: flex;
gap: 10px;
flex-direction: column;
}

@media (max-width: 912px) {
.c-footer-social {
flex-direction: row;
}
}
.c-shop-button {
display: inline-block;
background-color: #d9ae3e;
    color: #fff !important;
    padding: 10px 15px;
border-radius: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.c-shop-button:hover {
background-color: #333;
}


.c-buttons-container {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
@media (max-width: 912px) {
.c-buttons-container {
    justify-content: center;
}
}




.c-button-1 {
display: inline-block;
background-color: transparent;
    color: #333;
    padding: 10px 15px;
border-radius: 15px;
    font-weight: 500;
        font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
border: 1px solid #333;
}

.c-button-1:hover {
background-color: #333;
color: #fff;
}



.c-button-2 {
display: inline-block;
background-color: #d9ae3e;
    color: #fff;
    padding: 10px 15px;
border-radius: 15px;
    font-weight: 500;
        font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
border: 1px solid #d9ae3e;
}

.c-button-2:hover {
background-color: #333;
color: #fff;
}



.c-small-button {
display: inline-block;
background-color: #f1f1f1;
    color: #333;
    padding: 5px 10px;
border-radius: 5px;
    font-weight: 500;
        font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.c-small-button:hover {
background-color: #333;
color: #fff;
}




.c-mobile-button {
display: inline-block;
background-color: #d9ae3e;
    color: #fff !important;
    padding: 10px 10px;
border-radius: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.c-mobile-button:hover {
background-color: #333;
}.mobile-header {
    height: 100px;
    box-shadow: none;
flex-direction: row-reverse !important;
}

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

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

.side-nav button.side-nav__hide {
    font-size: 30px;
}


.c-mobile-menu-footer {
display: flex;
gap: 10px;
justify-content: space-between;
align-items: center;
}


.c-mobile-menu-social {
display: flex;
gap: 0px;
}.accordion h3 {
  font-weight: 700;
  padding: 15px 20px;
  border: 1px solid #3333335c;
  background-color: transparent;
  border-radius: 15px;
  margin-bottom: 15px;
  color: #333 !important;
  letter-spacing: 2px;
  position: relative;
    transition: all 0.4s ease;
}

.accordion h3:hover {
  border: 1px solid #d9ae3e;
  background-color: #d9ae3e;
  color: #fff !important;
}

.accordion h3:before {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.4em;
  transition: all 0.6s ease;
}

.accordion.active h3:before {
  content: "-";
}

.accordion div {
background-color: #fff;
    border-radius: 15px;
    padding: 20px;
margin-bottom: 20px;
}

.accordion h2 {
text-align: left !important;
font-size: 22px !important;
font-weight: 500 !important;
}


.accordion ul {
    padding-left: 10px !important;
}

.accordion ul li{
    margin-bottom: 10px !important;
}div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 20px;
    border: 1px solid #3333335c;
    border-radius: 15px;
}


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


.filegallery h1 {
font-size: 30px !important;
max-width: 400px;
border-image: linear-gradient(to right, 
    transparent 0px, 
    transparent 62px, 
    #d9ae3e 80px, 
    #d9ae3e calc(100% - 62px), 
    transparent calc(100% - 62px), 
    transparent 100%) 1 !important;
margin-top: 8vh !important;
}

.filegallery  h1:before {
    height: 30px !important;
    width: 62px !important;
}

.filegallery  h1:after{
    height: 30px !important;
    width: 62px !important;
}



.aboveitems h1 {
font-size: 30px !important;
max-width: 400px;
border-image: linear-gradient(to right, 
    transparent 0px, 
    transparent 62px, 
    #d9ae3e 80px, 
    #d9ae3e calc(100% - 62px), 
    transparent calc(100% - 62px), 
    transparent 100%) 1 !important;
margin-top: 8vh !important;
}

.aboveitems  h1:before {
    height: 30px !important;
    width: 62px !important;
}

.aboveitems  h1:after{
    height: 30px !important;
    width: 62px !important;
}
.c-sunedrio-1 {
color: #d9ae3e;
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    padding-top: 2vh;
}

.c-sunedrio-subtitle {
    text-align: center;
letter-spacing: 2px;
}.c-mitropolitis-container {
display: flex;
gap: 4vh;
    align-items: flex-start;
}

.c-mitropolitis-container img{
border-radius: 15px;
    max-width: 500px;
    height: auto;
    position: sticky;
    top: 20px;

}

@media (max-width: 912px) {
.c-mitropolitis-container {
align-items: center;
    flex-direction: column;
}
.c-mitropolitis-container img{
    max-width: 90vw;
}
}


.c-viografiko-text {
background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}



.c-gold-title {
color: #d9ae3e;
font-size: clamp(1.75rem, 1.222rem + 1.69vw, 3.25rem); /*28-52*/
line-height: 1.1em;
font-weight: 900;
margin-bottom: 5px;
}

.c-mitropolitis-title {
margin-bottom: 0px;
    line-height: 1.1em;
    font-weight: 900;
    font-size: 28px;
}

.c-mitropolitis-subtitle {
margin-bottom: 5px;
    font-size: 22px;
    font-weight: 900;
}