.partner-pages .content-list-pos {
  justify-content: space-evenly;
}

.GvhContentListPortlet .content-list-header.versenyhivatali .list-birosagi_felulvizsgalat,
.ContentListPortlet .content-list-header.versenyhivatali .list-birosagi_felulvizsgalat {
  display: none;
}
.GvhContentListPortlet .content-list-header.versenyhivatali .list-ugyfel,
.ContentListPortlet .content-list-header.versenyhivatali .list-ugyfel {
  flex: 1;
}
.GvhContentListPortlet .content-list-header.versenyhivatali .list-ugytipus,
.ContentListPortlet .content-list-header.versenyhivatali .list-ugytipus {
  flex: 0 0 200px;
}
.GvhContentListPortlet .content-list-elements.versenyhivatali .list-birosagi_felulvizsgalat,
.ContentListPortlet .content-list-elements.versenyhivatali .list-birosagi_felulvizsgalat {
  display: none;
}
.GvhContentListPortlet .content-list-elements.versenyhivatali .list-ugyfel,
.ContentListPortlet .content-list-elements.versenyhivatali .list-ugyfel {
  flex: 1;
}
.GvhContentListPortlet .content-list-elements.versenyhivatali .list-ugytipus,
.ContentListPortlet .content-list-elements.versenyhivatali .list-ugytipus {
  flex: 0 0 200px;
}
@media screen and (max-width: 479px) {
  .GvhContentListPortlet .content-list-elements.versenyhivatali .list-ugytipus,
.ContentListPortlet .content-list-elements.versenyhivatali .list-ugytipus {
    flex: 0 0 100%;
  }
}

/**
 ***** AWARDS POPUP
 */
.awards-popup .popup-header::before {
  background-image: url("../images/temporary/awards-popup-logo.png");
}

.content-view-content.visegrad4 iframe {
  width: 100%;
}

.header-login-portlet.log-en {
  margin-right: 18px;
}

.header-right > .portlet.StaticContentPortlet.ecd-link-portlet {
  margin-right: 0;
  margin-left: 10px;
}
.header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link {
  display: flex;
  align-items: center;
}
.header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #666666;
  margin-left: 13px;
}
.header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link a::before {
  content: "";
  display: block;
  width: 65px;
  height: 45px;
  background-image: url("../images/hu24eu_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}
.header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link a span {
  background-color: #1f3c89;
  color: #FFFFFF;
  font-weight: bold;
  padding: 7px 10px;
  text-align: center;
  transition: 0.3s ease background-color;
}
.header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link a:hover, .header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link a:focus {
  text-decoration: none;
}
.header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link a:hover span, .header-right > .portlet.StaticContentPortlet.ecd-link-portlet .header-link.header-ecd-link a:focus span {
  background-color: rgba(31, 60, 137, 0.8);
}