
/*  */
/* 
*/
.page-header .logo {
    width: 20rem !important;
    height: 7rem;
    overflow: hidden;
    margin-top: -2rem;
}

@media (max-width: 1024px){
    .page-header .logo {
        width: 9rem !important;
        height: 6rem !important;
        margin-top: -0.5rem;
    }
}

body.oe-page .stage-small .content-wrap {
    display: none;
}

a[href^=http]:not([href*='.superspin-eic.eu']):not([class*='link']):after {
    content: "\e907";
    display: inline-block;
    margin-left: 5px;
    color: #907ede;
    font-family: "kit-icons";
    font-size: 0.8em;
    font-weight: 300;
}
figure a[href^=http]:not([href*='.superspin-eic.eu']):not([class*='link']):after {
    display:none
}

.page-header.scrolled .logo svg {
    height: 100% !important;
}

header .logo a:after {
    display: none !important;
}

/* page-header .logo a:after {
    display: none !important;
}

.page-header .logo>a {
    cursor: default; pointer-events: none;
} */
/*  */