.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;
}.notloggedin #copyinfo {
    background-color: transparent;
    position: fixed;
    bottom: 2px;
width: 100%;
}

.c-top-header {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.c-video-container {
    width: 100%;
    height: 100%;
}

.c-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-video-container video {
    width: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 16/9;
    float: right;
}

.notloggedin #belowsite {
display: none;
}

.c-mask-shape {
aspect-ratio: 25/18;
    -webkit-mask-image: url("data:image/svg+xml,<svg class='c-change-color' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='359.6px' width='500px' viewBox='0 0 500 359.6' x='0px' y='0px' fill='%23A48550' stroke-linecap='square' stroke-miterlimit='10'><path d='M500,177.2c-7,61.2-23.1,122-48.2,182.4c-63.3-5.2-124.8-22.5-184.8-48.9c0,0,0-0.1,0-0.1 c-21.8-69.5-83.3-279.4-107.7-281.9c-48.3,12.8-93.1,36.6-125,73.9c14.4,43.8,37.2,84.8,70.6,122.2c30.9-2.8,57.4-20,80.6-47.9 c-5.1-35.1-21.7-62.4-47.9-83l-49.3,23.3c-2.2,23.1,7.9,44.3,28.3,47.6l27.2-16.1l11.1,19.2L112.9,192c-25.6-26.1-40.6-53.3-47-81.4 l81.6-47.1c35.6,36.2,57.3,77.7,70.6,122.3c-36.6,37.7-77.7,61.8-123.9,71C56.2,208.4,24.7,154,0,93.4C44.4,58,89.4,34,127.6,8.8 c4.4-2.9,8.8-5.8,13-8.8l56.8,0.7c-2.8,9.4,2,15.3,4.1,19.5c27.8,66.7,51.6,142.1,76.1,222.8c16.2-70.7,48.4-158.8,83.6-223.3 c2.8-5.2-2.4-14.5-5.2-18.7l49.5-0.2c-37.7,61-106.8,242-108.8,291.8c43.3,24.9,88.4,40.3,137.3,36.3 c20.7-41.3,33.4-86.4,36.1-136.4c-23.9-19.7-54.8-26.2-91-22.8c-21.1,28.5-28.6,59.6-24.5,92.7l51.4,18.2 c17.8-14.9,25.7-37,13.5-53.7l-30.7-7.8l5.7-21.4l46.7,12.4c-0.2,36.5-8.7,66.4-24,90.9L326,276.9c0.3-50.8,14.1-95.5,36.1-136.5 C414.6,139.4,460.7,151.3,500,177.2z'/></svg>");
    background-size: 100%;
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    width: 24vw;
    width: 40vw;
    height: auto;
    background-repeat-y: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: block;
display: none;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
background-image: url('/cache/files/7cf745588f4362d3925eac7e95316f1119f8a7e2.jpg');
transition: 1s;
    opacity: 0.3;
}