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

/* MENU */

.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.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: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}


/* END MENU */

/*MOBILE HEADER*/


.mobile-header {
box-shadow: none;
}


.notloggedin #mobile-header {
position: fixed;
top: 0;
width: 100%;
}


.c-topheader-social-buttons {
position: absolute;
    right: 10px;
    top: 33px;
}

.c-topheader-social-buttons img{
width: 30px;
height: auto;
margin: 3px;
}

@media (min-width: 820px) {
#mobile-header button {
    margin-left: 5vw;
}
.c-topheader-social-buttons{
right: 5vw;
}
}

/*MOBILE MENU*/

.side-nav ul {
text-align: center;
    max-width: 500px;
    margin: 0 auto;
padding-left: 5px;
padding-right: 5px;
}

.side-nav__container {
    width: 100%;
max-width: 100%;
}

.side-nav__footer {
    box-shadow: none;
padding: 0px;
}

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

@media (max-width: 540px) {
.side-nav button.side-nav__hide {
    font-size: 20px;
}
}

.side-nav ul li {
    line-height: 9vh !important;
border-radius: 30px;
}

.side-nav ul li li{
    line-height: 6vh !important;
border-bottom: 1px solid #e6657059;
border-radius: 0px;
max-width: 90%;
margin: 0 auto;
}


.side-nav ul li a {
    border-radius: 30px;
font-size: clamp(1.375rem, 1.12rem + 1.019vw, 2.75rem);
padding-left: 0px !important;
letter-spacing: 1px;
}

.side-nav__content li:hover {
    background: #fda1a9;
}

.side-nav ul li.haschilds > a::before {
    font-size: 30px;
    color: #4d4d4f;
    padding-top: 3vh;
}

@media (max-width: 540px) {
.side-nav ul li.haschilds > a::before {
    padding-top: 2vh;
}
}

.c-menu-bottom {
    max-width: 340px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

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


.c-menu-bottom a{
color: #555555!important;
text-decoration: none;
font-size: 14px;
}

.c-menu-bottom img{
height: 25px;
width: auto;
margin-right: 5px;
}a.mobile-header-startlink {
    background-image: url('/cache/files/59f79ef3176567ad3054a3c7f67b330c777a7ab2.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

@media (max-width: 430px) {
a.mobile-header-startlink {
width: 200px;
    transform: translate(-62%, -5%);
}
}

.side-nav__header {
    background-color: #fdadb4;
    background-image: url('/cache/files/0d32e21916f28af2da3d4d072ed889c4b9991f78.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
margin-left: 8vh;
    margin-right: 5vh;
    margin-bottom: 4vh;
    margin-top: 1vh;
}

@media (max-width: 540px) {
.side-nav__header {
    margin-bottom: 2vh;
margin-top: 0px;
}
}

.side-nav__header {
    max-height: 100px;
    height: 20%;
}.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-footer-graphic-bg {
background-image: url('/cache/files/a1043461f5ac98ca694cb2b66eaabff6fed72116.svg');
    height: 9vh;
    position: relative;
    z-index: 0;
}

.c-footer-container {
background-color: #f1f1f1;
    border-radius: 20vw 20vw 0 0 / 20vw;
    margin-top: -3vh;
    position: relative;
}

@media (max-width: 912px) {
.c-footer-container {
    border-radius: 20vw 20vw 0 0 / 16vw;
}
}

.c-footer {
max-width: 80vw;
margin: 0 auto;
padding-top: 10vh;
padding-bottom: 2vh;
}

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

.c-footer a:hover{
color: #C83243 !important;
}

.c-footer-contact {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 10vh;
}

@media (max-width: 912px) {
.c-footer-contact {
flex-direction: column;
margin-bottom: 4vh;
}
}

.c-katastima-box {
min-width: 300px;
}

@media (max-width: 820px) {
.c-katastima-box {
text-align: center;
}
}

.c-footer-title {
font-size: 32px;
font-weight: 700;
}


.c-katastima-box p{
font-weight: 800;
}

.c-footer-title span{
position: relative;
    margin-right: 12px;
z-index: 1;
padding-left: 10px;
font-weight: 900;
}

.c-footer-title span:before{
content: "";
    position: absolute;
    top: -6px;
    left: -5px;
    background-color: #ff7e89;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: -1;
}

.c-contact-box {
width: 100%;
text-align: right;
}

@media (max-width: 820px) {
.c-contact-box {
text-align: center;
}
}

.c-contact-box p{
font-weight: 900;
}

.c-contact-box img{
width: 40px;
height: auto;
margin-right: 10px;
}

.c-footer-menu {
display: flex;
gap: 20px;
    justify-content: center;
padding-top: 10px;
}

@media (max-width: 820px) {
.c-footer-menu {
flex-direction: column;
padding-top: 20px;
}
}

.c-footer-menu p{
font-size: 14px;
    margin-bottom: 0px;
    padding-right: 20px;
    border-right: 1px solid;
}

@media (max-width: 820px) {
.c-footer-menu p{
    padding-right: 0px;
    border-right: 0px solid;
text-align: center;
}
}div.horizontalitemsnews div.itemcontent {
    border-radius: 30px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 30px;
}.c-button-1 {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #444041;
color: #fff;
border-radius: 30px;
font-weight: 700;
}
.c-button-1:hover {
    background-color: #f9939c;
color: #444041;
}


.c-button-2 {
display: inline-block;
    text-align: center;
    padding: 5px 10px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #f9939c;
color: #444041;
border-radius: 30px;
font-weight: 700; 
margin-right: 5px;
}
.c-button-2:hover {
    background-color: #444041;
color: #fff;
}/*MAIN TILTE*/

.c-main-tiltle {
font-weight: 900;
    font-size: 32px;
    letter-spacing: 2px;
margin-top: 15px;
}
@media (max-width: 520px) {
.c-main-tiltle {
    font-size: 30px;
    letter-spacing: 0px;
}
}

.c-main-tiltle span{
    position: relative;
    z-index: 1;
    padding: 1px 10px 10px;
}

.c-main-tiltle span:before{
content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ff7e89;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    z-index: -1;
}

.c-margin-title-1 {
margin-left: 25px;
}
@media (max-width: 430px) {
.c-margin-title-1 {
margin-left: 0px;
}
}
/*END OF MAIN TILTE*/



.c-title-1 {
font-weight: 900;
    text-align: center;
    font-size: 1.6em;
    color: #e66570;
}



.c-second-tiltle {
font-weight: 900;
    font-size: clamp(1.25rem, 1.12rem + 0.525vw, 1.75rem); /*20-22*/
    letter-spacing: 2px;
margin-top: 5px;
}


.c-second-tiltle span{
    position: relative;
    z-index: 1;
    padding: 1px 10px 10px;
}

.c-second-tiltle span:before{
content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ff7e89;
    border-radius: 30px;
    width: 100%;
    height: 1.75em;
    z-index: -1;
}.contactform form p {
    width: 90%;
}

.contactform p {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    clear: both;
}

.contactform input, .contactform select, .contactform textarea {
border-radius: 20px;
width: 100%;
}

.contactform button {
  display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: #ff7e89;
    color: #444041;
    border-radius: 30px;
    border: 1px solid #ff7e89;
min-width: 200px;
font-weight: 700;
}

.contactform button:hover {
    background-color: #444041;
    border: 1px solid #444041;
    color: #fff;
}

.contactform form {
    max-width: 660px;
    width: 100%;
}.notloggedin .pagetitle {
display: none;
}

.c-xondriki {
display: flex;
    gap: 4vh;
    align-items: flex-start;
}


.c-xondiki-text {
background-color: #f3f3f3;
    padding: 4vw;
    border-radius: 10vw 0px 10vw 10vw / 8vw;
max-width: 50%;
}


.c-xondiki-text ul {
padding-left: 20px !important;
}

.c-xondiki-form {
    border-radius: 0 10vw 10vw 10vw / 8vw;
    border: 1px solid #dedede;
    padding: 4vw 2vw;
}


@media (max-width: 912px) {

.c-xondriki {
flex-direction: column;
align-items: center;
}


.c-xondiki-text {
max-width: 100%;
}

.c-xondiki-form {
margin-top: 4vh;
}
}