<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700|Open+Sans:400,600,700,800&amp;subset=greek');

/******************************************************************************
*                                 overrides
*/

@media (min-width: 576px){
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}

body {
    font-family: 'Josefin Sans', 'Open Sans', sans-serif;
    font-size: 110%;
    color: #1b1b1b;
}
.main-content p,
.main-content ul {
    font-size: 20px;
    line-height: 1.7;
}
@media screen and (min-width: 500px){
    .main-content p,
    .main-content ul {
        font-size: 27px;
    }

}
h2 {
    margin-top: 40px;
}
ul {
    list-style-type: square;
}

.topbar-nav .nav-link {
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
}

.pageable .pg-wrapper {
    padding-right: 0px !important;
    overflow-y: hidden !important;
}

.container-center .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

/******************************************************************************
*                                  general
*/

.bg-blue {
    background-color: #3F51B5;
}
.bg-purple {
    background-color: #673AB7;

}
.bg-fucshia {
    background-color: #9C27B0;
}
.bg-red-light {
    background-color: #E91E63;
}
.bg-orange {
    background-color: #F44336;
}
.bg-green {
    background-color: #4CAF50;
}

.text-shadow-spread {
    text-shadow: 0px 0px 10px #464646
}
.text-shadow-dark {
    text-shadow: 0px 0px 14px #000;
}
.color-black {
    color: #000;
}
.color-yellow {
    color: #fdce2c !important;
}

.box-contents-center {
    display:flex;
    align-items: center;
    justify-content: center;    
}
.img-keep-prop img {
    width: 100%;
    height: auto;
}
.bold-text {
    font-weight: bold;
}

/******************************************************************************
*                                  general
*/

.bg-step-colored {
    background-color: #70c6ad;
}

.bg-step .bold-text a,
.bg-step-colored .bold-text a {
    background: #fdce2c !important;
    padding: 8px 8px 4px 8px;
    color: black;
}

table {
    border-collapse: collapse;
    width: 100%;
}
table, td, th {
    border: 1px solid #d7d7d7;
    text-align: left;
}
td {
    padding: 22px;
    font-size: 21px;
}

/******************************************************************************
*                               bottom seperators
*/

.bottom-seperator:after {
    content: "";
    border: 0;
    display: block;
    margin: 20px auto 50px auto;
}
.bottom-doubleline:after {
    border-top: 6px double #8c8c8c;
    width: 100px;
}
.bottom-dashed:after {
    border-top: 6px dashed #8c8c8c;
    width: 100px;
}
.bottom-arrowup:after {
    width: 24px;
    height: 24px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
}

.bottom-tilted:after {
    width: 100px;
    border-top: 4px solid #777;
    transform: rotate(10deg);
    animation: tilt1 2s infinite;
}

@keyframes tilt1 {
    0% {
        transform: rotate(10deg) translate(0, 0);
    }
    20% {
        transform: rotate(-10deg) translate(0, 0) ;
    }
    50% {
        transform: rotate(-10deg) translate(0, 0) ;
    }
    70% {
        transform: rotate(10deg) translate(0, 0);
    }
    100% {
        transform: rotate(10deg) translate(0, 0);
    }
}
.bottom-faded:after {
    border : 0;
    height: 1px;
    width: 80%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/******************************************************************************
*                                  header
*/

.view-header {
    padding: 30px;
    text-align: center;
}
img.logo {
    height: 70px;
}
.body-scrolled img.logo {
    height: 40px;
}
@media only screen and (max-width: 992px) {
    img.logo {
        height: 45px;
    }
    .topbar.topbar-inverse,
    .topbar.topbar-inverse &gt; .container,
    .topbar.topbar-inverse &gt; .container-fluid {
        height: 70px;
    }
}

.topbar-toggler {
    padding: .75rem .75rem;
}
.body-scrolled .topbar.topbar-sticky {
    background-color: rgba(0, 0, 0, 0.98);
}

.topbar.topbar-inverse .topbar-nav &gt; .nav-item &gt; .nav-link,
.topbar.topbar-inverse .topbar-toggler,
.topbar.topbar-inverse .drawer-toggler {
    font-weight: bold;
}
@media screen and (min-width: 992px){
    .body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-nav &gt; .nav-item &gt; .nav-link,
    .body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-toggler,
    .body-scrolled .topbar.topbar-inverse.topbar-sticky .drawer-toggler {
        color: #efefef;
    }
    .nav li a[href="/"] {
        display: none;
    }
}

/******************************************************************************
*                  display logo in middle on small screens
*/

@media only screen and (max-width: 992px) {
    .topbar-left,
    .region-branding {
        flex: 1; /* occupy ALL available space */
        text-align: center;
    }
    .site-branding a {
        display: inline-block;
    }
}

/******************************************************************************
*                             language switcher
*/

.block-language {
  position: absolute;
  right: 16px;
  top: 5px;
  z-index: 100;
}
.body-scrolled .block-language {
  top: 13px;
}
.block-language ul {
  list-style-type: none;
  margin: 0
}
.block-language ul li {
  display: inline;
  margin-left: 10px;
}

.block-language ul li.el a,
.block-language ul li.en a {
  background: url('../img/gb.png') 0 0 no-repeat;
  display: inline-block;
  text-indent: -99999em;
  width: 20px;
  height: 14px;
  overflow: hidden;
  opacity: 0.5;
  background-size: 20px 14px;
}
.block-language ul li.el a {
  background:url('../img/gr.png') 0 0 no-repeat;
}
.block-language ul li a:hover,
.block-language ul li.is-active a {
  opacity: 1;
}


/******************************************************************************
*                                  footer
*/

.region-footer img[src*="logo"] {
    height: 12px;
}

/******************************************************************************
*                               project page
*/

.ht-light {
    background-color: #a5a5a5;
}
.ht-dark {
    background-color: #1e313f;
    background-color: #373738;
}
.ht-small {
    padding: 80px 0 50px;
}
.ht-tiny {
    padding: 0px 0px;
}
.ht-left {
    text-align: left;
}
.ht-center {
    text-align: center;
}
.ht-title-outside {
    min-height: 100px;
}
.ht-maxwidth {
    max-width: 1140px;
    margin: 0 auto;
}
.field--name-field-inline-images .field--item {
    margin: 0 0 20px 0;
}
.field--name-field-inline-images .field--item img {
    margin: 0 auto;
}
.page-node-type-project .region-content .project-content .field--label,
.page-node-type-project .region-content .project-content .field--type-string .field--label,
.page-node-type-project .region-content .project-content .field--type-datetime .field--label,
.page-node-type-project .region-content .project-content .field--type-link .field--label {
    color: #757575;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.field--item a {
    color: #1f1f1f;
}
.field--name-field-tags .field--item:before {
    content: "#";
    margin-right: 3px;
}
.view-projects .proj-item {
    margin-bottom: 20px;
}

.swiper-container {
    height: auto;
}

/******************************************************************************
*                               views styles
*/

.view-flex3row .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.view-flex3row .views-row {
    flex: 1 0 51%;
    margin: 15px;
}
@media only screen and (min-width: 500px) {
    .view-flex3row .views-row {
        flex: 1 0 34%;
    }
}
@media only screen and (min-width: 769px) {
    .view-flex3row .views-row {
        flex: 1 0 26%;
        margin: 5px;
    }
}
.view-flex3row img {
    margin: 0 auto;
}

.toolbar-horizontal .topbar {
    margin-top: 80px;
}

/******************************************************************************
*                           box with background image
*/

.box-with-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding: 20px;
    min-height: 400px;
}

/******************************************************************************
*                          flex-box cirlce with colors
*/
.flex-box {
    width: 110px;
    height: 110px;
    font-size: 19px;
    margin: 5px;
}
@media screen and (min-width: 780px){
    .flex-box {
        width: 170px;
        height: 170px;
        font-size: 25px
    }
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flex-circle {
    border-radius: 50%;
    border-style: solid;
}
.flex-w3 {
    border-width: 3px
}
.flex-w6 {
    border-width: 6px
}
.flex-w9 {
    border-width: 9px
}
.flex-w12 {
    border-width: 12px
}
.flex-red {
    border-color: red;
}
.flex-blue {
    border-color: #3F51B5;
}
.flex-purple {
    border-color: #673AB7;
}
.flex-fucshia {
    border-color: #9C27B0;
}
.flex-red-light {
    border-color: #E91E63;
}
.flex-orange {
    border-color: #F44336;
}
.flex-green {
    border-color: #4CAF50;
}
.flex-yellow {
    border-color: #FFFF33;
}

/******************************************************************************
*                                 webforms
*/

.webform-confirmation__back {
    display: none;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0px;
}
.ui-widget-header {
    border: none;
    background: #F4582D;
    border-radius: 0px !important;
}
</pre></body></html>