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

body, #contenttop p {
font-family: 'Manrope', sans-serif;
}

#contenttop h1, #contenttop p.c-title-xl, #belowsite p.c-title-md {
font-family: 'Marcellus', serif;
display: inline-block;
position: relative;
}

#contenttop .c-title-xl {
font-size: 5.1vw;
    margin-bottom: 0;
    line-height: 1;
}

#contenttop .c-title-lg {
font-size: 1.6vw;
    margin-bottom: 0;
    line-height: 1;
}

p.c-title-md {
font-size: 1.2vw;
margin-bottom: 0;
}

/* COPYRIGHT */

#innercopyinfo {
margin: 0 5vw;
}

/* ============== */

/* TOP HEADER SECTION GLOBAL */
/*
.c-top-inner {
    position: absolute;
    top: calc(70px + 9vw);
    left: 5vw;
    height: calc(100% - 100px - 9vw);
    width: 24vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 11;
}
*/

.c-top-inner {
    position: absolute;
    bottom: 3vw;
    left: 5vw;
    height: auto;
    width: 24vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 11;
}

#contenttop .c-top-inner .c-title-xl {
color: white;
}

#contenttop .c-top-inner .c-title-lg {
    color: #c9ad75;
    display: flex;
    justify-content: space-between;
}

#contenttop .c-top-inner .c-title-lg span:nth-child(1) {
border-bottom: 1px solid #c9ad75;
width: 100%;
}
#contenttop .c-top-inner .c-title-lg span:nth-child(2) {
    white-space: nowrap;
}

#contenttop .c-top-inner p {
    width: 90%;
    color: white;
    white-space: nowrap;
    font-family: man;
    font-family: 'Manrope', sans-serif;
    font-size: 1.1vw;
    margin-top: 20px;
    font-weight: 200;
    margin-top: 0.6vw;
    margin-bottom: 0.6vw;
    line-height: 1.4;
    letter-spacing: 1px;
}

/* TOP IMAGES */

.c-topheader-container {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-topheader-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.c-topheader-inner {
    max-width: 600px;
    margin-left: 5vw;
    position: relative;
    color: white;
    font-size: 18px;
    font-weight: 100;
}

/* TITLES */

#contenttop h1.c-topheader-title {
    font-size: 5.1vw;
    margin-bottom: 0;
    color: white;
}

#contenttop h1.c-title-lg, #contenttop .c-title-lg {
font-family: 'Marcellus', serif;
    font-size: 3vw;
    margin-bottom: 0;
    color: #021702;
}


/* CONTAINERS */

.c-main-container {
padding-top: 5vw;
padding-bottom: 5vw;
}

.c-main-container-inner {
padding-left: 5vw;
padding-right: 5vw;
}





/* BUTTONS */

.c-button {
display: inline-block;
padding: 15px 20px;
text-decoration: none;
}


.c-goldbutton {
background-color: #b0a77c;
color: white;
transition: 0.5s;
}

.c-goldbutton:hover {
background-color: #333333;
color: white;
}


/* END BUTTONS */

.c-bg-image {
    height: auto;
    width: 100%;
    background-size: 101%;
    background-position: center;
    aspect-ratio: 8/9;
}


/* FOOTER */

.c-footer {
padding: 5vw;
}

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

.c-footer .container-fluid .c-row .col-md-4:nth-child(1) {

}div.overlay.c-newlogo {
    background-image: url('/cache/files/13f4c1707dc171dbc14aaaf9220b6b7b4915bc46.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
margin-left: 0px;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !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%;
}
}.notloggedin #topmenu {
display: none;
}

.notloggedin #topmenu, .notloggedin #topbanner {
    position: absolute;
background-color: transparent;
}

.notloggedin #innertopbanner {
    max-width: 100%;
    margin: 0 5vw;
}

/* MENU */

.c-menu-button {
    position: absolute;
    width: 35px;
    height: 15px;
    z-index: 99;
    top: 44px;
    left: calc(2.5vw - 12.5px);
    cursor: pointer;
}

.c-line-top, .c-line-middle, .c-line-bottom {
    height: 1px;
    width: 100%;
    background-color: white;
    position: absolute;
}

.c-line-top {
   top: 0;
}

.c-line-middle {
    top: 50%;
    transform: translateY(-50%);
}

.c-line-bottom {
   bottom: 0;
}

/* SHADOWS */

.c-oliveshadow-menu {
    position: absolute;
    mix-blend-mode: darken;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
pointer-events: none;
}

.c-oliveshadow-menu video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    filter: blur(10px);
    position: relative;
    right: -7%;
}

/* END SHADOWS */

/* MENU CONTAINER - DEACTIVE - DEFAULT SETTINGS */

.c-menu-quickinfo {
    position: absolute;
    bottom: 4vw;
    right: 2vw;
    text-align: right;
}

.loggedin .c-menu-container.inactiveMenu {
    position: relative;
}

.notloggedin .c-menu-container.inactiveMenu  {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    z-index: 98;
    left: -100%;
    transition: 2s;
}

.c-menu-container .c-leftbox, .c-menu-container .c-rightbox {
    width: 50%;
    overflow: hidden;
}

.c-menu-container .c-leftbox {
background-color: white;
position: relative;
}

.c-menu-container .c-leftbox:before {
    content: '';
    background-image: url('/cache/files/9130172839447d4f21b6fc12dd79f8d8685ef8c6.svg');
    background-image: url('/cache/files/7f3780a8299a06e8ae989fd8388db16259ae54af.jpg');
    position: absolute;
    width: 50%;
    left: -10%;
    bottom: 20px;
    aspect-ratio: 209/150;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.c-menu-container.inactiveMenu::after {
    content: '';
    background-color: black;
    opacity: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0vw;
transition: 1s;
transition-delay: 0,5s;
}

.c-menu-container.activeMenu::after {
    opacity: 0.6;
}

.c-menu-container.inactiveMenu .c-rightbox .c-menu-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}

.c-menubox {
    position: relative;
    margin-top: 6vw;
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
}

.c-menubox a {
    text-decoration: none;
    font-family: 'Marcellus', serif;
    font-size: 2vw;
    display: inline-block;
}

.c-menubox a:before {
    content: '';
    display: inline-block;
    width: 5vw;
    border-bottom: 1px solid #353535;
transition: 0.5s;
}

.c-menubox a:hover {
color: #b0a77c;
}

.c-menubox a:hover:before {
    width: 7vw;
    border-bottom: 1px solid #b0a77c;
}

/* LOGO WHEN MENU ACTIVE */

.c-activemenulogo {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    margin-left: 5vw;
}

.c-activemenulogo img {
   width: 230px;
   height: auto;
}

/* ================ */

/* MENU CONTAINER - ACTIVE SETTINGS */

.activeOverflow {
overflow: hidden;
}

.notloggedin .c-menu-container.inactiveMenu.activeMenu {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    z-index: 998;
    left: 0%;
    opacity: 1;
}

/* CLOSE BUTTON */

.c-menu-button-close {
    position: absolute;
    top: 40px;
    left: calc(2.5vw - 12.5px);
    color: #353535;
    z-index: 1;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.c-menu-button-close .c-x-text {
    width: 30px;
    height: 30px;
    position: relative;
}

.c-menu-button-close .c-x-text .c-line-top, .c-menu-button-close .c-x-text .c-line-bottom {
    height: 1px;
    width: 100%;
    background-color: #353535;
    position: absolute;
}

.c-menu-button-close .c-x-text .c-line-top {
    top: 11px;
    left: 0px;
    transform: rotate(45deg);
}

.c-menu-button-close .c-x-text .c-line-bottom {
    top: 11px;
    left: 0px;
    transform: rotate(-45deg);
    bottom: auto;
}

.c-menu-container.inactiveMenu.activeMenu .c-rightbox .c-menu-bg {
    opacity: 1;
    transition: 1s;
    transition-delay: 1.5s;
}


/* ACTIVE MENU */

.c-menu-page.c-page-product.cActive a {
color: #b0a77c;
}

.c-menu-page.c-page-product.cActive a:before {
    width: 7vw;
    border-bottom: 1px solid #b0a77c;
}

.c-menu-page.c-page-product.cActive a:before {
    width: 7vw;
}#topbanner .c-newlang.langchooser div.langlist ul li a {
    color: white;
}

#topbanner .c-newlang.langchooser div.langlist ul li.active a {
text-decoration: underline;
}

.c-newlang div.langlist span.langtext {
    width: 21px;
    display: flex;
    overflow: hidden;
    text-transform: uppercase;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1px;
}/* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid #2b2a29;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: center;
}
}

.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
padding: 15px 20px;
    width: auto;
    min-width: 150px;
    color: white;
    margin: auto;
margin-top: 10px;
    background-color: #b0a77c;
    border: 0px solid #b0a77c;
    transition: 0.3s;
text-transform: uppercase;
}

.contactform button:hover {
color: white;
background-color: #333333;
}

@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}