/*.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%;
}#contenttop {
    margin-bottom: 100px;
    margin-top: 100px;
}

.prodmenu.imagemenu {
    padding: 0 20px;
}

.prodmenu ul li a {
background-image: none;
}

.imagemenu ul li {
    float: none;
}

.imagemenu ul li.inactive a {
    font-size: 20px;
    font-weight: normal;
}