/*.notloggedin #topmenu {
display: none;
}*/

body, h2, p, button {
  font-family: "Ubuntu", sans-serif;
}


.c-main-container {
position: relative;
}

.c-main-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1540px;
    margin: 0 auto;
}

#contenttop h2.c-title-lg {
    font-size: clamp(40px, 2.7vw, 70px);
    text-align: left;
    position: relative;
}

#contenttop h2.c-title-md {
    font-size: clamp(30px, 2.6vw, 66px);
    text-align: left;
    position: relative;
    margin-top: 0;
}

.c-greentext, #contenttop h2.c-greentext {
color: #29f845;
}


.c-bigger {
    font-size: 1.6em;
}

@media (max-width: 990px) {
.c-bigger {
    font-size: 1.2em;
}
}#overlay1990.c-newlogo {
    background-image: url('/cache/files/f23f10987a754fd3e7afee7eb27cb76ac0aa00f0.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 106/75;
    height: 100px !important;
    width: auto !important;
}


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

.side-nav__header {
    background-image: url('/cache/files/f23f10987a754fd3e7afee7eb27cb76ac0aa00f0.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%;
}
}div.topmenu ul li a {
relative;
}

div.topmenu ul li a::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #29f845;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0%;
    transition: 0.5s;
}

div.topmenu ul li.active a::before {
    width:100%;
}

div.topmenu ul li a:hover::before {
    width: 100%;
}.c-main-inner {
    padding-top: 0px;
}

#contenttop {
    padding-top: 100px;
}

#contenttop h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 800;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 700,
  'GRAD' 200,
  'opsz' 24
}



.c-contact-info-box {
    margin-top: 30px;
}

.c-contaict-info-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

span.material-symbols-outlined {
color: #29f845;
}

.c-iframe {
    margin-top: 10px;
}
.c-iframe iframe {
    width: 100%;
}

.contactform {
    background-color: black;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.contactform h2 {
    color: white !important;
}

div.contactform p label {
color: white;
}

.contactform input, .contactform textarea {
    border: 0px solid #29f845 !important;
    border-bottom: 1px solid #29f845 !important;
    background-color: transparent !important;
    color: white;
}

.contactform input:focus-visible, .contactform textarea:focus-visible {
    border: 2px solid #29f845 !important;
    box-shadow: none;
    outline: none;
}

.contactform p, .contactform p textarea {
    width: 100%;
}

.contactform p input, .contactform p input textarea {
    width: 100%;
    box-sizing: border-box;
}

.col-md-6:nth-child(2) div {
height: 100%;
}

.contactform .submit button {
    padding: 10px 20px;
    color: black;
    background-color: white;
    transition: 0.5s;
}

.contactform .submit button:hover {
    background-color: #29f845;
}

@media (max-width: 991px) {
.contactform {
margin-top: 50px;
}
}