body {
 font-family: "Geologica", sans-serif;
}

#topmenu ul li {
border-radius: 3px;
}


/*FOOTER*/

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

.c-footer-info {
display: flex;
gap: 4vh;
}

.c-footer-title {
font-size: 32px;
margin-bottom: 15px;
line-height: 1.1em;
font-weight: 800;
color: #1e6194;
text-align: right;
}

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


.c-footer-title {
text-align: center;
font-size: 22px;
}
}

@media (max-width: 600px) {
.c-footer-info {
flex-direction: column;
gap: 2vh;
align-items: center;
}
}

/*END OF FOOTER*/


/*NEWS*/

div.items div.date {
    font-size: 0.7em;
    margin-bottom: 20px;
}

/*END OF NEWS*/.c-newlogo {
    background-image: url('/cache/files/d4340f6cd41387b92f64c93a94459001a89f74ae.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/87300b6bbb42a941ca283f5700f98e3b2701d748.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 3vh;
}

.side-nav__header {
    max-height: 167px;
    height: 30%;
}.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%;
}
}.mobile-header {
    box-shadow: none;
}

#mobile-header button {
    background-color: #333;
}

.side-nav__container {
    width: 100%;
max-width: 100%;
position: relative;
z-index: 999;
}


.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__footer {
    box-shadow: none;
}


.side-nav__content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.side-nav ul li {
line-height: 12vh;
}

@media (max-width: 600px) {
.side-nav ul li {
line-height: 8vh;
}
}

.side-nav ul li li{
line-height: auto;
text-align: left;
}


.side-nav ul li a {
    font-weight: 900;
    font-size: 6vw;
    padding-left: 0px;
transition: 1.2s ease-out;
}

.side-nav ul li a:hover{
letter-spacing: 4px;
}



.side-nav button.side-nav__hide {
    font-size: 30px;
}

.side-nav__content li:hover {
    background: transparent !important;
}.c-button1 {
    color: #e95211;
    text-decoration: none;
    transition: all 0.5s ease;
position: relative;
padding: 15px;
font-weight: 800;
margin-bottom: 0px;
font-size: 20px;
}


.c-button1:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 96%;
    border: 2px solid;
    border-right: none;
}

.c-button1:after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 96%;
    border: 2px solid;
    border-left: none;
}

.c-button1:hover {
    background-color: #e95211;
color: #000;
}

.c-button1:hover:before {
border: 0px;
}

.c-button1:hover:after{
border: 0px;
}







.c-button2 {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
position: relative;
padding: 15px;
font-size: 0.8em;
}


.c-button2:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    border: 1px solid;
    border-right: none;
}

.c-button2:after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border: 1px solid;
    border-left: none;
}

.c-button2:hover {
    background-color: #fff;
color: #333;
}

.c-button2:hover:before {
border: 0px;
}

.c-button2:hover:after{
border: 0px;
}.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-zoom-in {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-zoom-in.show {
    opacity: 1;
    transform: scale(1);
}.notloggedin .pagetitle {
display: none;
}



div.horizontalitemsgallery{
margin-top: 8vh;
}

div.horizontalitemsgallery div.item {
    width: 33% !important;
}


.c-title-1 {
font-size: 22px;
    line-height: 1em;
    margin-bottom: 20px;
    color: #e95211;
    font-weight: 600;
    text-align: center;
    position: relative;
    max-width: max-content;
    padding: 3px 20px;
}

.c-title-1:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 6px;
    height: 92%;
    border: 4px solid #e95211;
    border-right: none;
}


.c-title-1:after{
   content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 6px;
    height: 92%;
    border: 4px solid #e95211;
    border-left: none;
}


.c-title-1 p{
margin-bottom: 0px;
}