#footer .menu-item a[aria-current=page] {
    color: var(--marien-color-2);
    text-decoration: underline;
}
#section-socials {
    background: var(--marien-color-1);
}
#section-socials .section-wrapper {
    padding: 38px 1rem;
    font-size: 22px;
    font-weight: 300 !important;
}
#section-socials header .header-title {
    margin-bottom: 2rem;
    color: #000;
}
#section-socials a svg{
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
#section-socials a:hover svg{
    transform: scale(1.1);
}
#section-footer {
    background: var(--marien-footer-bg-1) url(../img/pattern-1.png) repeat-y right top;
}
#section-footer .section-wrapper {
    padding: 38px 1rem 2rem;
    font-size: 16px;
    font-weight: 300 !important;
}
#section-footer,
#section-footer a {
    color: #000;
    text-decoration: none;
}
#section-footer a:hover{
    text-decoration: underline;
}
#footer-menu-2 li.menu-item > a{
    border:1px solid #000;
    border-radius: 8px;
    color:#000 !important;
}
#footer-bottom {
    padding: 1rem 0 6rem;
    background: var(--marien-footer-bg-2);
}
#footer-bottom .nav-link {
    font-weight: 300;
}
#footer-bottom .menu {
    gap: 10px;
}
#footer-bottom .menu > li {
    position: relative;
}
#footer-bottom .menu > li a {
    padding: 0;
}
#sidehelp-wrapper {
    position: fixed;
    top: 50vh;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
    transition: right .5s cubic-bezier(.215, .61, .355, 1);
    transform: translateY(-50%);
}
body:not(.menu-open) #sidehelp-wrapper {
    right: -20%;
    pointer-events: auto;
    animation: slideInViewportFromRight .5s cubic-bezier(.215, .61, .355, 1) .5s forwards;
}
body.menu-open #sidehelp-wrapper {
    animation: slideOutsideViewportFromRight .5s cubic-bezier(.215, .61, .355, 1) .5s forwards;
}
#sidehelp-wrapper .sidehelp-item.accessibility {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    margin-bottom: 1rem;
    cursor: pointer;
}
#sidehelp-wrapper .sidehelp-item.accessibility .ico {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    float: right;
}
#sidehelp-wrapper .sidehelp-item.accessibility svg {
    max-height: 30px;
}
#sidehelp {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#sidehelp .sidehelp-item {
    display: flex;
    flex-direction: column;
    min-width: 36px;
    height: 50px;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s ease, transform 1s ease 1s, border 0s;
    transform: translateX(0);
}
#sidehelp .sidehelp-item > div {
    position: relative;
    height: 100%;
    padding: 13px 4px 15px;
    background: rgba(var(--bs-heading-color-rgb), 1);
}
#sidehelp > .sidehelp-item:nth-child(2) > div {
    background: #B8A865;
    background: rgba(var(--bs-heading-color-rgb), .9);
}
#sidehelp > .sidehelp-item:nth-child(3) > div {
    background: #C0B176;
    background: rgba(var(--bs-heading-color-rgb), .8);
}
#sidehelp > .sidehelp-item:nth-child(4) > div {
    background: #C8BB87;
    background: rgba(var(--bs-heading-color-rgb), .7);
}
#sidehelp .sidehelp-item .ico {
    position: relative;
    display: flex;
    justify-content: center;
    width: 27px;
    height: auto;
    float: right;
}
#sidehelp-wrapper .sidehelp-item svg {
    max-width: 100%;
    height: auto;
    max-height: 25px;
}
#sidehelp-wrapper .sidehelp-item a,
#sidehelp-wrapper .sidehelp-item p {
    opacity: 0;
    display: block;
    width: 0;
    padding: 5px 0 5px;
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap;
    transition: all 0.3s ease;
}
#sidehelp-wrapper .sidehelp-item p a{
    display:inline-block;
    text-decoration: underline;
    /*font-size:85%;*/
    margin-top: 5px;
}
#sidehelp .sidehelp-item:hover {
    min-width: 300px;
    height: 95px;
}
#sidehelp .sidehelp-item-bigger:hover{
    height: 125px;
}
#sidehelp .sidehelp-item:hover a,
#sidehelp .sidehelp-item:hover p {
    opacity: 1;
    padding-right: 20px;
}
#sidehelp .sidehelp-item:hover p {
    width: auto;
    padding-right: 50px;
}
#ea11y-root .ea11y-widget-button {
    display: none !important;
}
@media (min-width: 992px) {
    #section-footer .section-wrapper {
        padding: 38px 3rem 2rem;
        font-size: 19px;
    }
    #footer-bottom {
        padding: 1rem 0;
        background: var(--marien-footer-bg-2);
    }
    #footer-bottom .menu {
        gap: 60px;
    }
    #footer-bottom .menu > li:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -30px;
        display: block;
        width: 1px;
        height: 100%;
        overflow: hidden;
        background: #000;
    }
    #sidehelp-wrapper .sidehelp-item.accessibility {
        width: 62px;
    }
    #sidehelp-wrapper .sidehelp-item.accessibility .ico {
        width: 40px;
    }
    #sidehelp-wrapper .sidehelp-item.accessibility svg {
        max-height: 100%;
    }
    #sidehelp .sidehelp-item {
        min-width: 62px;
        height: 61px;
    }
    #sidehelp .sidehelp-item > div {
        padding: 13px 15px 15px 15px;
    }
    #sidehelp-wrapper .sidehelp-item a,
    #sidehelp-wrapper .sidehelp-item p {
        font-size: 18px;
    }
    #sidehelp .sidehelp-item .ico {
        width: 32px;
        height: 100%;
    }
    #sidehelp-wrapper .sidehelp-item svg {
        max-height: 100%;
    }
}
@media (max-width: 767px) {
    #socials-list-wrapper svg {
        width: auto;
        height: 30px;
    }
    #footer-bottom .menu > li a {
        font-size: 16px;
    }
    #sidehelp-wrapper{
        display:none !important;
    }
}
@keyframes slideInViewportFromRight{
    from {
        right: -20%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}
@keyframes slideOutsideViewportFromRight {
    from {
        right: 0;
        opacity: 1;
    }
    to {
        right: -20%;
        opacity: 1;
    }
}