
.c-site-name {
    display: none
}

@media (min-width: 768px) {
    .c-site-name {
        display:block;
    }

    .c-site-name--short {
        display:none;
    }
}

.c-site-name.showEnv:after {
    color: red;
    content: attr(data-env);
    text-transform: lowercase;
}

.c-site-name.showEnvBold:after {
    text-transform: uppercase;
}

/* CORDIS custom negative ECL breadcrumb CSS as from ECL 4.0 on, there is nothing defined anymore for not white background based breadcrumb */

.ecl-cordis-container-breadcrumb {
    background-color: #004494;
    
    @media screen and (max-width: 699px) {
      display: none;
    }
}

.ecl-cordis-breadcrumb--negative {
    background-color: #004494;
    color: #fff;
    fill: #fff;
}

.ecl-breadcrumb__ellipsis {
    color: #fff;
}

.ecl-breadcrumb__ellipsis:hover {
    background-color: #004494;
}

.ecl-breadcrumb__current-page {
    color: #bfd0e4;
}

.ecl-breadcrumb__current-page {
    font-weight: 900;
}

.ecl-cordis-link--negative {
    color: #fff;
    font-weight: 900;
}

.ecl-cordis-link--negative:focus-visible,
.ecl-cordis-link--negative:hover {
    color: #fff4bb;
}

.ecl-cordis-link--negative:focus-visible.ecl-link--standalone,
.ecl-cordis-link--negative:hover.ecl-link--standalone {
    color: #fff;
}

.ecl-cordis-link--negative:focus-visible {
    color: #fff;
    outline-color: #fff;
}

.ecl-cordis-link--negative:visited {
    color: #d2bfdd;
}

.ecl-cordis-link--negative.ecl-link--no-visited:visited {
    color: #fff;
}

.ecl-cordis-link--negative.ecl-link--no-visited:visited:focus-visible,
.ecl-cordis-link--negative.ecl-link--no-visited:visited:hover {
    color: #fff4bb;
}

.ecl-cordis-link--negative.ecl-link--no-visited:visited:focus-visible.ecl-link--standalone,
.ecl-cordis-link--negative.ecl-link--no-visited:visited:hover.ecl-link--standalone {
    color: #fff;
}

/* overwrite top header button/label style to keep it in EC blue instead of moving to black (ECL > v4.0)*/

.ecl-button--ghost,
.ecl-button__label {
    color: #004494;
}

.c-cordis-advert__container {
    bottom: 4px;
    height: 100%;
    max-height: 53px;
    position: absolute;
    right: 0;
    width: fit-content;
    z-index: 50;

    @media screen and (max-width: 995px) {
      right: 45px;
    }

    @media screen and (min-width: 996px) and (max-width: 1188px) {
      bottom: 66px;
    }

    @media screen and (min-width: 1189px) {
      max-height: 90px;
    }

    @media screen and (min-width: 1295px) {
      position: absolute;
      right: 45%;
      transform: translateX(640px);
      width: 464px;
    }
}

.c-cordis-advert__inner {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    max-height: 53px;
    position: relative;
	margin-left: 0px;
	padding-left: 0px;
    @media screen and (min-width: 1190px) {
      max-height: 90px;
    }
}

.c-cordis-advert__link {
    margin-right: 0;

    @media screen and (min-width: 996px) {
      margin-right: 0;
      min-height: 106px;
    }
}

.c-cordis-advert__link > img {
      position: relative;
}

.c-cordis-advert__link:focus {
      outline-color: #fff;
}

.c-cordis-advert__img-lg {
    display: none;
    object-fit: cover;
    object-position: left top;

    @media screen and (min-width: 1190px) {
      display: block;
      height: 132px;
      position: relative;
      top: 22px;
    }
    
    @media screen and (min-width: 1190px) and (max-width: 1300px) {
      width: 276px;
      top: -13px;
    }
    
}

.c-cordis-advert__img-sm {
    height: auto;
    object-fit: cover;
    object-position: left bottom;
    top: 60px;
    width: auto;

    @media screen and (max-width: 1000px) {
      display: block;
      object-fit: cover;
      object-position: left bottom;
      position: relative;
      top: 10px;
      width: 126px;
    }

    @media screen and (min-width: 1000px) and (max-width: 1039px) {
	  width: 126px;
    }

    @media screen and (min-width: 1040px) and (max-width: 1149px) {
      display: block;
      position: relative;
      top: 60px;
      width: 150px;
    }

    @media screen and (min-width: 1150px) and (max-width: 1189px) {
       width: 200px;
    }

    @media screen and (min-width: 1190px) {
      display: none;
    }
}
