body {
font-family: "Ubuntu", sans-serif;
/*font-family: "Comfortaa", sans-serif;*/
overflow-x: hidden;
}


/*TOP MENU*/

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

div.topmenu ul li a {
    padding-top: 20px !important;
}

/*END OF TOP MENU*/



/*FOOTER*/

.c-footer-info {
display: flex;
    gap: 20px;
    padding: 5vh 20px 0px 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.c-footer-col {
display: flex;
    gap: 15px;
    align-items: center;
}

.c-footer-col p{
font-weight: 900;
margin-bottom: 0px;
}

.c-footer-icon {
height: 40px;
    width: 40px;
    background-color: #0c727e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.c-footer-info span {
    padding-left: 4px;
}

/*END OF FOOTER*/



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

/*end of NEWS*/.c-newlogo {
    background-image: url('/cache/files/02cf1b7589404b73e4d57c477ab82c9fa19f0d56.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.mobile-header {
    height: auto;
    min-height: 100px;
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/02cf1b7589404b73e4d57c477ab82c9fa19f0d56.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.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-button-1 {
display: inline-block;
background-color: #0c727e;
    color: #fff;
    padding: 12px 22px;
border-radius: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
}

.c-button-1:hover {
background-color: #fcdc6e;
color: #0c727e;
}.bubble {
      position: absolute;
      width: 10px;
      height: 10px;
      background: rgba(173, 216, 230, 0.7);
      border-radius: 50%;
      pointer-events: none;
      animation: float 1s ease-out forwards;
    }

    @keyframes float {
      0% {
        transform: translateY(0) scale(1);
        opacity: 1;
      }
      100% {
        transform: translateY(-50px) scale(1.5);
        opacity: 0;
      }
    }.mobile-header {
    box-shadow: none;
}

.side-nav__header {
    max-height: 140px;
}

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


.side-nav button.side-nav__hide {
    font-size: 24px;
    font-weight: 900;
}

.side-nav__container {
    width: 90%;
    height: 99%;
    box-shadow: 4px 4px #0c727e;
    border-radius: 0px 20vw 20vw 20vw;
}

.side-nav__content {
margin: 3vw 5vw;
text-align: center;
}


.c-mobile-footer {
display: flex;
gap: 10px;
justify-content: center;
}

.c-mobile-footer span {
    padding-left: 4px;
}.c-contact-container {

}

.c-contact-container iframe{
border-radius: 30px;
}

.c-contact-container p{
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    max-width: 600px;
    margin: 5vh auto;
}






.contactform form{
    padding-bottom: 15px;
}

div.contactform form p {
    width: 600px;
}

@media (max-width: 620px) {
div.contactform form p {
    width: 92%;
}
}


.contactform p.required input, .contactform p.notrequired input, .contactform p.required textarea {
border-radius: 30px;
width: 100%;
}


.contactform button {
display: inline-block;
background-color: #0c727e;
border: 1px solid #0c727e;
    color: #fff;
    padding: 15px 25px;
border-radius: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.contactform button:hover {
background-color: #fcdc6e;
border: 1px solid #fcdc6e;
    color: #0c727e;
}