/* .body{
  text-size-adjust:none;
}         */
.grid_entry .grid_text {
    color: #333;
}
/* .grid_entry.big_block .grid_text{
  color: #fff !important;
} */
/* .home_page_grid:not(.twitbox):nth-child(10n+1) .grid_text, .news_row .home_page_grid:not(.twitbox):nth-child(10n+6) .grid_text {
  color: #fff !important;
} */
/* .morebtn {
  color: #333;
  border: 2px solid #333;
} */
#i-cookies-bar {
    padding: 0 5% 15px;
    z-index: 10000;
}
.ou-cookies-bar {
    display: flex;
    flex-direction: column;
    background: #f8f6ed;
    color: #414042;
    font-family: Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
}
.ou-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ou-cookies-bar h3 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 0.67em;
}
.ou-cookies-bar p {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-right: 2em;
    margin-top: 0;
}
.ou-cookies-bar a {
    font-weight: 700;
    color: #0e56a7;
    text-decoration: underline;
}
.ou-cookies-bar a:hover {
    text-decoration: none;
}
.ou-cookies-bar a.ou-button {
    border-radius: 4px;
    transition: 0.2s ease-out;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    background: #e21481;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 0.6em 0.8em;
    display: inline-block;
    border: 1px solid #e21481;
    display: inline-table;
    width: 1%;
    margin: 0;
}
.ou-cookies-bar a.ou-button:hover {
    text-decoration: underline;
    background: #b51067;
}
@media screen and (max-width: 768px) {
    .ou-row {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .ou-cookies-bar a.ou-button {
        margin-top: 10px;
    }
}
.navmenu_fixed2 {
    position: fixed;
    left: 0;
    top: 20px;
    opacity: 0;
    visibility: none;
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .navmenu_fixed ul li ul {
        display: none !important;
    }
    .navmenu_fixed2 {
        z-index: 1001;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 300px;
        position: fixed;
        left: 0;
        top: 20px;
        height: 36px;
        width: 100%;
        background: #000000;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border: 0;
        margin: 0 auto;
        transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        border: 1px solid #808080;
    }
    .navmenu_fixed2 div {
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        opacity: 1;
        visibility: visible;
    }
    .navmenu_fixed2 div a {
        text-decoration: none;
        color: #ffffff;
    }
    .navmenu_fixed2 div a:hover {
        text-decoration: underline;
    }
    .navmenu_fixed2 div span {
        color: #808080;
        margin: 0 8px;
    }
    .fixed2_visible {
        top: 60px;
        opacity: 1;
        visibility: visible;
        transition: all 400ms;
    }
}
.navmenu_fixed ul li.parent > a {
    position: relative;
    padding-right: 18px;
}
.navmenu_fixed ul li.parent > a::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../images/svg/chevron-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 12px;
    height: 6px;
    right: 0;
}
.navmenu_fixed ul li.parent > a.active::after {
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.fixed2_unvisible {
    top: 20px;
    opacity: 0;
    visibility: none;
    transition: all 400ms;
}
.header_title a {
    text-decoration: none;
    color: #fff;
}
@media screen and (min-width: 1201px) {
    .news_row
        .home_page_grid:not(.twitbox):nth-child(10n + 1):hover
        .grid_thumb::before,
    .news_row
        .home_page_grid:not(.twitbox):nth-child(10n + 6):hover
        .grid_thumb::before,
    .news_row_top
        .home_page_grid:not(.twitbox):nth-child(3n + 2):hover
        .grid_thumb::before {
        background: rgba(0, 0, 0, 0.55);
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
    .news_row
        .home_page_grid:not(.twitbox):nth-child(10n + 1):hover
        .grid_thumb::before,
    .news_row
        .home_page_grid:not(.twitbox):nth-child(10n + 7):hover
        .grid_thumb::before {
        /* .news_row_top .home_page_grid:not(.twitbox):nth-child(3n+2):hover .grid_thumb::before { */
        background: rgba(0, 0, 0, 0.55);
        opacity: 1;
        visibility: visible;
    }
}
a:focus {
    outline: 3px solid orange;
}
a:focus:not(:focus-visible) {
    outline: 0;
}
a:focus-visible {
    outline: 3px solid orange;
}
.grid_meta a:focus-visible {
    color: #004d71;
}
.big_block a:focus-visible {
    text-decoration: underline !important;
}
.big_block .grid_meta a:focus-visible {
    color: #ccc;
}
.grid-project_past .grid_title a:focus-visible {
    color: #003938;
}
.grid-research_edit .grid_title a:focus-visible {
    color: #97004b;
}
.grid-projects_current .grid_title a:focus-visible {
    color: #005755;
}
.grid-research_leader .grid_title a:focus-visible {
    color: #551996;
}
.grid-research_program .grid_title a:focus-visible {
    color: #54002a;
}
.grid-public .grid_title a:focus-visible {
    color: #3a0084;
}
.coockiehidden {
    display: none;
}
.footer h2 {
    font-size: 1rem;
    color: #fff;
}
.footer p {
    color: #fff;
    font-size: 0.875rem;
}
.footer p a {
    color: rgba(255, 255, 255, 1);
}
.footer p a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.more_hidden {
    display: none;
}
.twitbox_text {
    width: 100%;
}
.twitbox_text p > a {
    word-wrap: break-word;
}
.twitbox_text::after {
    bottom: -18px;
}
.more_hidden {
    visibility: hidden;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url("/images/spinner.gif") no-repeat center center;
}
.previsible {
    visibility: visible;
    opacity: 1;
    /* transition: opacity 2s linear; */
}
.prehidden {
    visibility: hidden;
    opacity: 0;
    /* transition: visibility 0s 2s, opacity 2s linear; */
}
@media screen and (max-width: 1080px) {
    .navmenu_fixed .navmenu_container {
        width: 100%;
        padding: 0 10px;
    }
    .navmenu_fixed ul li {
        margin-right: 5px;
    }
}

/* @media screen and (max-width: 1024px) {
  .navmenu_fixed .navmenu_container {
    width: 100%;
    padding: 0 10px; }
  .navmenu_fixed ul li {
    margin-right: 5px;
  }
} */
/*menu*/
.container .shownav {
    display: none;
}
.nav900 {
    position: fixed;
    widows: 100%;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    z-index: 1300;
    background-color: #000;
    opacity: 0;
    display: none;
}
.nav900 > img {
    width: 42px;
    height: 28px;
    margin-left: 20px;
}
/* .nav900 .shownav2{
        display: block !important;
        background: url(../images/svg/bars.svg) center center no-repeat;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        z-index: 1301px;
} */
/* .nav900 .shownav2.active{
        display: block !important;
        background: url(../images/svg/close_white.svg) center center no-repeat;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        z-index: 1301px;
} */
#i-cookies-bar {
    z-index: 10001 !important;
    position: relative;
}
#navmenu-ou1 {
    position: absolute;
    top: 10px;
    z-index: 10000;
    right: 30px;
    display: block;
}
#navmenu-ou2 {
    position: fixed;
    top: 10px;
    z-index: 10000;
    right: 20px;
    display: none;
}

#footer-logo-ou1 {
    display: block;
}
#footer-logo-ou2 {
    display: none;
}

@media screen and (max-width: 905px) {
    #footer-logo-ou1,
    #navmenu-ou1 {
        display: none;
    }

    #footer-logo-ou2,
    #navmenu-ou2 {
        display: block !important;
    }
    .nav900 .shownav2 {
        margin-right: 85px !important;
    }
    .nav900 {
        opacity: 1;
        display: flex;
    }
    .container h1 img {
        display: none !important;
    }
    #cookie-consent {
        margin-top: 60px;
    }
    .navmenu {
        overflow-y: scroll;
    }
    .navmenu.opened {
        position: absolute !important;
        top: 60px !important;
    }
    .nav900 .shownav2 {
        display: block !important;
        background: url(../images/svg/bars.svg) center center no-repeat;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .nav900 .shownav2.active {
        display: block !important;
        background-image: url(../images/svg/close_white.svg);
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .navmenu::after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        width: 0 !important;
        height: 0 !important;
        top: 0 !important;
        background: #fff;
    }
}
@media screen and (max-width: 600px) {
    .navmenu img.navmenu_logo.mobile {
        display: none !important;
    }
    .navmenu.opened {
        padding-top: 30px;
    }
}
