body {
font-family: "Caudex", serif;
overflow-x: hidden;
}


/*TOP MENU*/

#topmenu {
max-width: 40vw;
margin-left: 2vw;
}

.notloggedin #topmenu {
position: relative;
    z-index: 999;
}

/*underline*/
div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #c7a040;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 80%; 
  left: 10px; 
}


div.topmenu ul ul {
   border-radius: 3px;
width: 700px;
padding: 20px;
box-shadow: 0px 0px 20px #ffffff5c;
min-height: 400px;
}

div.topmenu ul li:nth-child(2) ul {
   background-image: url('/cache/files/0f0102c79f7a66cd0a52250df5e534fc05647389.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}
div.topmenu ul li:nth-child(3) ul {
   background-image: url('/cache/files/a36ef9a9000cd1d87c41bce18436a337b818007e.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}

div.topmenu ul li:nth-child(4) ul {
   background-image: url('/cache/files/d2ce47c383cd7c25f98c9764283674179ac31634.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}

.c-top-right-menu {
display: flex;
    gap: 40px;
    margin-right: 2vw;
    float: right;
font-weight: 700;
height: 37px;
}

.c-top-right-menu a {
position: relative;
font-size: 14px;
}

.c-top-right-menu a:hover {
  color: #c7a040 !important;
}

.c-top-right-menu a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #c7a040;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.c-top-right-menu a:hover:after { 
  width: 100%; 
  left: 0px; 
}


/*FOOTER*/


.c-footer {
display: flex;
gap: 5vh;
max-width: 90vw;
margin: 8vh auto;
justify-content: space-between;
align-items: center;
}

@media (max-width: 912px) {
.c-footer {
flex-direction: column;
    align-items: center;
    text-align: center;
}

}

.c-footer-menu-and-form {
width: 50%;
}

@media (max-width: 912px) {
.c-footer-menu-and-form {
width: 100%;
}
}


.c-footer-info img{
margin-bottom: 6vh;
}

.c-footer-menu {
display: flex;
    gap: 4vh;
    justify-content: space-between;
}

@media (max-width: 530px) {
.c-footer-menu {
    flex-direction: column;
}
}


.c-footer-menu div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
@media (max-width: 530px) {
.c-footer-menu div {
    text-align: center;
    align-items: center;
}
}

.c-footer-menu a{
font-size: 13px;
text-decoration: none;
}

.c-footer-menu a:hover{
  color: #c7a040 !important;
}

.c-footer-policy-text {
font-size: 0.7em;
    padding-top: 10px;
    font-style: italic;
}


/*NEWS*/

div.horizontalitemsnews div.itemcontent {
    border-radius: 4px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 4px;
}



/*PHOTO GALLERY*/
div.horizontalitemsgallery div.item div.photos img {
    border-radius: 4px;
}

div.items div.list h3, div.items h3 {
    font-size: 16px;
    text-align: center;
}.c-newlogo {
    background-image: url('/cache/files/a85c847e6ed44d13cf60c15e00762c6b1e41dee3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/e26c3d0021d77de614d2fd248c3af5736560c9bd.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 300px;
    transform: translate(0%, 0%);
    left: 2vw;
}
@media (max-width: 500px) {
a.mobile-header-startlink {
width: 250px;
}
}


.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/e26c3d0021d77de614d2fd248c3af5736560c9bd.svg') !important;
    color: #333;
background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin-left: 2vh;
    margin-right: 10vh;
    margin-bottom: 5vh;
}.c-newsletter {
padding-top: 6vh;
padding-bottom: 10px;
width: 100%;
margin: auto;
}

.c-newsletter form {
position: relative;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    font-size: 1.4em;
font-family: "Caudex", serif;
letter-spacing: 1px;
}

.c-newsletter form input {
padding: 10px;
    border: 1px solid #ffffff8c;
    border-radius: 4px;
    text-align: left;
    width: calc(100% - 150px);
    box-sizing: content-box;
    background-color: transparent;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #ffffff8c;
font-size: 12px;
}

.c-newsletter form .submit {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 540px) {
.c-newsletter form input {
    width: 90%;
}

.c-newsletter form .submit {
    position: relative;
    bottom: auto;
    right: auto;
margin-top: 20px;
}
}


.c-newsletter form .submit button {
font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    color: white;
    background-color: #c7a040;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 4px;
    min-width: 120px;
font-family: "Caudex", serif;
border: 1px solid #c7a040;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: transparent;
border: 1px solid #c7a040;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 100%;
}
}/*effe and moves*/

.c-fade-in {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in.show {
    opacity: 1;
    transform: translateX(0);
}

.c-fade-in-down {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}.c-button-1 {
display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: transparent;
border: 1px solid #c7a040;
    border-radius: 4px;
    font-weight: 700;
color: #22222280;
}


.c-button-1:hover {
    background-color: #c7a040;
color: #fff;
}

.c-button-1:hover a {
color: #fff;
}


.c-buttons-flex {
display: flex;
gap: 15px;
}


.c-button-2 {
color: #000;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: #c7a040;
border: 1px solid #c7a040;
    border-radius: 4px;
    font-weight: 700;
color: #fff;
}



.c-button-2:hover {
    background-color: #222;
color: #fff;
}

.c-button-1 a:hover {
color: #fff;
}

.c-buttons-flex-2 {
display: flex;
    gap: 4vh;
    justify-content: center;
    margin-top: 4vh;
margin-bottom: 6vh;
text-align: center;
}

@media (max-width: 912px) {
.c-buttons-flex-2 {
    flex-direction: column;
    align-items: center;
}
}

.c-button-3 {
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: transparent;
border: 1px solid #c7a040;
    border-radius: 4px;
color: #000;
}


.c-button-3:hover {
    background-color: #c7a040;
color: #fff;
}

.c-button-3:hover a {
color: #fff;
}#contenttop h1 {
font-weight: 700;
margin-bottom: 30px;
line-height: 1.2em;
font-size: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem); /*22-40*/
    background-image: url('/cache/files/fb827fe24ad0628c24beba7e7ccdfede5b59040b.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 300px;
    padding-bottom: 24px;
}

.c-black-title-1 {
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1.5rem, 0.429rem + 2.857vw, 3rem); /*24-48*/
}

.c-gold-title-1 {
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1.5rem, 0.429rem + 2.857vw, 3rem); /*24-48*/
color: #c7a040;
}

.c-black-title-2 {
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1.25rem, 0.357rem + 2.381vw, 2.5rem); /*20-40*/
}

.c-gold-title-2 {
margin-bottom: 5px;
line-height: 1.2em;
font-size: clamp(1rem, 0.643rem + 0.952vw, 1.5rem); /*16-24*/
color: #c7a040;
}

.c-black-title-3 {
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.2em;
font-size: clamp(1.25rem, 0.982rem + 0.714vw, 1.625rem); /*20-26*/
}.c-timeline-container {
margin-top: 50px;
    background-color: #f7f4f1;
    padding: 4vh;
}
@media (max-width: 912px) {
.c-timeline-container {
margin-top: 0px;
}
}



.c-timeline-container h1 {
font-weight: 700;
margin-bottom: 30px;
line-height: 1.2em;
font-size: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem); /*22-40*/
position: relative;
text-align: center;
    padding-bottom: 10px;
}

.c-timeline-container h1:after{
content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 300px;
    height: 100px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
background-image: url('/cache/files/fb827fe24ad0628c24beba7e7ccdfede5b59040b.svg');
}



.c-timeline-slider {
max-width: 85vw;
margin: 0 auto;
padding-top: 6vh;
}

.c-timeline-box {
border-radius: 8px;
margin: 20px;
padding: 10px;
}

.c-timeline-image {
height: 250px;
border-radius: 8px;
}

.c-timeline-title {
font-size: clamp(1.5rem, 1.054rem + 1.19vw, 2.125rem); /*24-34*/
    font-weight: 700;
    color: #c7a040;
         z-index: 1;
         position: relative;
         margin: -15px 0 0px;
}

.c-timeline-title span {
position: relative;
z-index: 10;
display: inline-block;
background-color: #f7f4f1;
    padding-right: 5px;
    line-height: 1.1em;
}

.c-timeline-title:after {
content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 55%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #c7a040;
    z-index: 3;
}



.c-timeline-slider .slider-arrow-right {
    right: -5vw;
}

.c-timeline-slider .slider-arrow-left{
    left: -5vw;
}

@media (max-width: 540px) {

.c-timeline-slider .slider-arrow-right {
    right: -8vw;
}

.c-timeline-slider .slider-arrow-left{
    left: -8vw;
}
}


.c-timeline-slider-2 {
max-width: 85vw;
margin: 0 auto;
padding-top: 6vh;
}

.c-timeline-slider-2 .slider-arrow-right {
    right: -5vw;
}

.c-timeline-slider-2 .slider-arrow-left{
    left: -5vw;
}

@media (max-width: 540px) {

.c-timeline-slider-2 .slider-arrow-right {
    right: -8vw;
}

.c-timeline-slider-2 .slider-arrow-left{
    left: -8vw;
}
}


.c-timeline-button {
font-size: 0.8em;
    color: #222222 !important;
    font-weight: 700;
}


.c-timeline-explanation {
font-size: 0.8em;
}

.c-text-title {
font-size: 2em;
font-weight: 700;
color: #c7a040;
margin-bottom: 10px;
margin-top; 4vh;
    line-height: 1em;
}

.c-history-text {
text-align: justify;
padding: 4vh;
}
.c-history-text .row{
padding-bottom: 4vh;
padding-top: 4vh;
}

.c-history-big-title {
font-weight: 700;
margin-bottom: 40px;
line-height: 1.2em;
font-size: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem); /*22-40*/
position: relative;
text-align: center;
    padding-bottom: 10px;
}

.c-history-big-title:after{
content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 300px;
    height: 100px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
background-image: url('/cache/files/fb827fe24ad0628c24beba7e7ccdfede5b59040b.svg');
}


.c-text-bg {
padding: 20px;
    background-color: #f7f4f1;
}.c-flex-1 {
display: flex;
gap: 4vh;
margin-top: 6vh;
}


.c-flex-1 div{
width: 50%;
}

.c-flex-1 img{
border-radius: 8px;
}


.c-flex-2 {
display: flex;
flex-direction: row-reverse;
gap: 4vh;
margin-top: 6vh;
}


.c-flex-2 div{
width: 50%;
}

.c-flex-2 img{
border-radius: 8px;
}



@media (max-width: 912px) {
.c-flex-1 {
flex-direction: column;
}

.c-flex-1 div{
width: 100%;
}

.c-flex-2 {
flex-direction: column;
}


.c-flex-2 div{
width: 100%;
}
}.mobile-header {
    box-shadow: none;
    display: flex;
    flex-direction: row-reverse;
}

#mobile-header button {
    color: #c7a040;
    font-size: 30px;
margin-right: 60px;
}

.header__menu-toggle {
    margin-right: 2vw;
}

.side-nav__footer {
    padding: 10px 16px;
    box-shadow: none;
}

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

.side-nav__container {
    width: 100%;
max-width: 100%;
}

.side-nav ul li {
height: auto;
    line-height: 5vh;
    border: 1px solid #c7a04085;
    border-radius: 4px;
    margin: 15px;
}

.side-nav ul li li {
    line-height: 4vh;
border: none;
    border-bottom: 1px solid #c7a04085;
    border-radius: 0px;
}

.side-nav__content li:hover {
    background: #ffffff;
}

.side-nav ul li.inactive:hover > a {
    background-color: #fff;
}

.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}


.side-nav__hide {
left: auto;
    right: 60px;
top: 40px;
    width: 30px;
    height: 30px;
font-weight: 700;
z-index: 100;
}


.side-nav__hide:before {
content: "";
    position: absolute;
top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
    transition: height 2s ease;
border-radius: 4px;
border: 1px solid #c7a040;
z-index: -1;
}


.c-mobile-menu-footer {
display: flex;
gap: 10px;
justify-content: space-between;
    margin-bottom: 10px;
}

.c-mobile-menu-footer a{
text-decoration: none;
    font-weight: 700;
background-color: #c7a040;
    color: #fff;
    padding: 5px 8px;
    font-size: 16px;
border-radius: 4px;
}#topbanner .langchooser {
    padding-top: 12px;
    padding-right: 20px;
}


@media (max-width: 912px) {
div.langlist ul {
    width: 40px;
}
}

#mobile-header .langchooser {
    top: 30px;
}


@media (max-width: 460px) {
    #mobile-header .langchooser {
        top: 30px;
    }
}

.side-nav__footer .langchooser .langlist ul li {
border: 0px !important;
}

.side-nav__footer .langchooser .langlist {
position: absolute;
    top: 30px;
    right: 20px;
}