.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}



body, p, select, option, label, form, input, button, #contenttop h1 {
font-family: 'Manrope', sans-serif;
font-weight: 600;
}

:root {
--color-blue: #00abe8;
--color-lightblue: #edf2f5;
--color-borders: #ced6db;
}


.c-main-inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

#contenttop h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 30px 0;
    border: 0;
  font-family: "Noto Serif Display", serif;
}

#contenttop h1::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    border-radius: 10px;
    background-color: var(--color-blue);
    margin: 0 auto;
    margin-top: 15px;
}

#contenttop h2, #contenttop h3 {
  font-family: "Noto Serif Display", serif;
}


.c-button {
    display: inline-block;
    background-color: var(--color-blue);
    color: white;
    padding: 15px 25px;
    border-radius: 60px;
    font-weight: bold;
    text-decoration: none;
}

.c-button:hover {
    background-color: black;
}

.c-text-lg {
    font-size: 1.5em;
}

#belowsite a {
    text-decoration: none;
}

#belowsite a.c-link-social {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--color-blue);
}

#belowsite a.c-link-social:hover {
    background-color: black;
}

#belowsite a.c-link-social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    box-sizing: border-box;
}

div.items div.linkto a {
    font-weight: 600;
}

div.horizontalitems div.list div.item h3 a {
    color: black;
}

/* ITEMS ICONS */

div.items.c-top-slider .c-dates-boxy::before, div.items.c-home-list .c-dates-boxy::before, div.items .c-dates-boxy::before {
   background-image: url('/cache/files/06a55b21148c8cb75c774ac15d68724e81c94421.svg');
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.c-diarkeia-input {
   background-image: url('/cache/files/46ba2ff767663f5add0b744cca095ab73b1fa455.svg');
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 2px;
    padding-top: 2px;
}

/* END ITEMS ICONS */

.c-link-text {
   color: black;
   text-decoration: none;
}

.c-link-text:hover {
   color: var(--color-blue);
}

div.items div.textbox ul {
   padding-left: 0px;
}

/* RESPONSIVE */

@media (max-width: 990px) {
   #contenttop h1 {
    font-size: 26px;
    padding-bottom: 10px;
   }

#belowsite a.c-link-social {
    width: 40px;
    height: 40px;
}

.c-text-lg {
    font-size: 1.2em;
}

.c-footer-container .col-md-2 img {
    margin-bottom: 15px;
}

#content {
   margin-top: 60px;
}

}


div.compactedit {
    float: none;
}

div.items div.detail div.horizontalitemsgallery div.itemcontent, div.horizontalitemsgallery div.itemcontent {
   background-color: transparent;
}

div.horizontalitemsgallery div.item div.photos {
   background-color: transparent;
}

.notloggedin div.items div.detail div.horizontalitemsgallery div.photos::before {
display: none;
}.c-newlogo {
    background-image: url('/cache/files/fd52164bda912b93ef957f926b321aab37e99c0b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

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

.notloggedin #topmenu {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 61;
}

.notloggedin #topbanner {
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 50%);
}

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

.c-top-social {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: flex-end;
}

.c-top-social a.c-social-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--color-blue);
    margin-top: 5px;
    background-color: var(--color-blue);;
}

.c-top-social a.c-social-icon:hover {
   background-color: black;
    border-color: black;
}

.c-top-social a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    box-sizing: border-box;
}

#topbanner .htmlbox a.c-top-button {
    background-color: var(--color-blue);
    padding: 5px 10px;
    display: inline-block;
    color: white;
    border-radius: 50px;
    font-size: 13px;
}

#topbanner .htmlbox .c-top-call-box {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    text-align: right;
    margin-top: 8px;
    margin-right: 10px;
}

.c-top-social a.c-top-call {
   border: 0;
}

@media (max-width: 1440px) {
   .notloggedin #topmenu {
    width: calc(100% - 360px);
        font-size: 14px;
}
}

@media (max-width: 1024px) {

div.topmenu ul li a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}

.mobile-header {
    min-height: 60px;
}

@media (max-width: 990px) {
   a.mobile-header-startlink {
      height: 90%;
      top: 5%;
   }

.c-top-social.c-call-icon {
    left: auto;
    top: 5px;
    right: 15px;
    transform: none;
    position: absolute;
}

.c-top-social.c-call-icon a {
    width: 40px;
    height: 40px;
}

.notloggedin #mobile-header {
    z-index: 9999;
    position: fixed;
}

}.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%;
}
}/* CONTACT FORM DESIGN */

#contenttop .contactform h2 {
    text-align: left;
    border-bottom: 0;
}

#contenttop .c-contactus-container .contactform h2 {
   display: none;
}

.contactform {
    max-width: 100%;
}

.contactform form p {
    display: block;
}

.contactform form p input, .contactform form p textarea {
width: 100%;
    box-sizing: border-box;
    border: 0px;
    border-bottom: 1px solid;
}

.contactform div.submit{
    text-align: left;
}

.contactform div.submit button {
    background-color: var(--color-blue);
    color: white;
    border: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 50px;
}

.contactform div.submit button:hover {
    background-color: black;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
   border: 0px;
   border-bottom: 1px solid var(--color-borders);
}#contenttop #contact-info h1 {
   text-align: left;
}

#contenttop #contact-info h1::after {
margin: 0;
    margin-top: 15px;
}

#contenttop .contactform h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0px 0 30px;
    border: 0;
  font-family: "Noto Serif Display", serif;
}

#contenttop .contactform h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    border-radius: 10px;
    background-color: var(--color-blue);
margin: 0;
    margin-top: 15px;
}

#moto {
margin-top: 50px;
}

#moto p {
    padding: 30px;
    text-align: center;
    background-color: var(--color-blue);
    border-radius: 30px;
    font-size: 24px;
    color: white;
}

#contact-info {
    padding-bottom: 100px;
}

@media (max-width: 990px) {
#moto {
    margin-top: 20px;
}
#moto p {
    padding: 15px;
    font-size: 18px;
}

#contenttop .contactform h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }
}