@charset "UTF-8";
/*Colors*/
/* skiplink */
#skiplink ul {
  display: block;
  list-style-type: none;
  height: 0;
  margin: 0;
  padding: 0;
}
#skiplink ul li {
  margin: 0;
  padding: 0;
}
#skiplink ul li:before {
  display: none;
}
#skiplink ul li.skiplink-mobile {
  display: none;
}
#skiplink ul li a {
  position: absolute;
  left: calc(50% - 110px);
  top: -10em;
  width: 220px;
  background-color: #C24641;
  text-decoration: none;
  padding: 10px 0;
  font-size: 18px;
  margin: 10px auto;
  text-align: center;
  transition: 0.3s top ease-out;
  display: block;
  z-index: 10;
  color: #ffffff;
}
#skiplink ul li a:focus, #skiplink ul li a:hover {
  top: 0;
  outline-color: #000000;
}

header {
  height: 358px;
  background: linear-gradient(180deg, #0d7db5 10%, #ffe048 10%, #fff198 100%);
}
header .header-wrapper {
  background: url("../images/header.png");
  background-repeat: no-repeat;
  background-position: top 54px right 15px;
  background-size: 800px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
header .header-wrapper .portal-logo img {
  padding-left: 40px;
}
header .header-wrapper .portal-logo h1 {
  font-size: 0;
}
header .header-wrapper .ticker-container {
  height: 35px;
  background-color: #0c7db5;
  border-bottom: 1.8px dotted #ffdd00;
}

@keyframes ticker {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.ticker-wrap {
  overflow: hidden;
  height: 35px;
  background-color: #0c7db5;
  border-bottom: 1.8px dotted #ffdd00;
  display: flex;
}
.ticker-wrap .ticker_1, .ticker-wrap .ticker_2 {
  display: inline-flex;
  white-space: nowrap;
  box-sizing: content-box;
  animation: ticker 60s infinite linear;
}
.ticker-wrap .ticker_1 .ticker__item, .ticker-wrap .ticker_2 .ticker__item {
  display: inline-block;
  padding: 5px 0 5px 0;
}
.ticker-wrap .ticker_1 .ticker__item a, .ticker-wrap .ticker_2 .ticker__item a {
  color: #ffdd00;
  font-size: 18px;
  font-weight: bold;
}
.ticker-wrap .ticker_1 .ticker__item a:hover, .ticker-wrap .ticker_2 .ticker__item a:hover {
  text-decoration: underline;
}
.ticker-wrap .ticker_1 .ticker__item a::after, .ticker-wrap .ticker_2 .ticker__item a::after {
  content: "|";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #ffffff;
  font-weight: normal;
  margin-left: 15px;
  margin-right: 10px;
}

/*Colors*/
#aside-section {
  width: 172px;
}

.side-menu {
  margin: 25px 0px 0px 80px;
}
.side-menu .nav-menu-item-title a {
  font-style: italic;
  font-weight: bold;
}
.side-menu .nav-menu-item-title a:hover {
  text-decoration: none;
}
.side-menu ul {
  list-style: disc;
}
.side-menu ul li {
  padding: 2px 0px;
  line-height: 18px;
  border-bottom: 1.8px dotted #00527c;
}
.side-menu ul li::marker {
  color: #ffffff;
}

html {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  font-weight: 400;
  scroll-behavior: smooth;
}
html body {
  color: #ffffff;
  line-height: 1.5;
}

/* Phoenix reset*/
body, button, input, select, textarea {
  font-family: "Arial", sans-serif;
}

/* Általános szöveg elemek */
p {
  font-size: 1rem;
  margin: 20px 0 0 0;
}

p, span {
  color: #ffffff;
}

a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:active {
  color: #ffdd00;
  text-decoration: none;
}

h2 {
  font-size: 2.6428rem;
  color: #ffffff;
  line-height: 1.3;
}
h2.page-title {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 20px 0;
}

h3 {
  font-size: 1.125rem;
  font-weight: 500;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

.blue-highlighted-title {
  flex-basis: 100%;
  color: #ffdd00;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  background-color: #0c7db5;
  border-radius: 5px 5px 5px 0;
  padding: 5px 30px;
  border-bottom: 1.8px dotted #ffdd00;
  margin-bottom: 15px;
  position: relative;
}
.blue-highlighted-title:before {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #0c7db5 transparent transparent transparent;
  transform: rotate(360deg);
}

.footer-top-portlet {
  clear: both;
  display: flex;
  flex-flow: row wrap;
}
.footer-top-portlet .footer-body {
  flex-basis: 100%;
  display: flex;
}
.footer-top-portlet .footer-body .column {
  flex-basis: 25%;
  padding-left: 15px;
}
.footer-top-portlet .footer-body .column:first-child {
  padding-left: 30px;
}
.footer-top-portlet .footer-body p {
  color: #00527c;
  margin: 0;
  font-size: 12px;
}
.footer-top-portlet .footer-body p:first-child {
  text-transform: uppercase;
}

.footer-bottom-portlet {
  background-color: #50b4e5;
  text-align: center;
  font-size: 11px;
  padding-bottom: 30px;
}
.footer-bottom-portlet a {
  text-decoration: underline;
}
.footer-bottom-portlet a:hover {
  color: #ffdd00;
}

@media screen and (max-width: 768px) {
  .footer-top-portlet .footer-body {
    flex-flow: row wrap;
  }
  .footer-top-portlet .footer-body .column {
    flex-basis: 40%;
  }
  .footer-top-portlet .footer-body .column:nth-child(odd) {
    padding-left: 30px;
  }
  .footer-top-portlet .footer-body .footer-column3,
.footer-top-portlet .footer-body .footer-column4 {
    margin-top: 15px;
  }
}
.ContentListPortlet.list-portlet {
  margin-bottom: 10px;
}
.ContentListPortlet.list-portlet .content-list-elements {
  display: flex;
  border-bottom: 1px dotted #00527c;
}
.ContentListPortlet.list-portlet .content-body > a {
  text-decoration: none;
}
.ContentListPortlet.list-portlet .list-image {
  flex: 0 0 30%;
  border: 3px solid #a7e3fd;
  margin-right: 10px;
  height: 100%;
}
.ContentListPortlet.list-portlet .list-image img {
  width: 100%;
  display: block;
}
.ContentListPortlet.list-portlet .list-title {
  font-size: 14px;
  font-weight: bold;
  color: #ffdd00;
  margin: 0px;
}
.ContentListPortlet.list-portlet .list-lead {
  font-size: 13px;
  margin-top: 10px;
}
.ContentListPortlet.list-portlet p {
  margin: 0;
}
.ContentListPortlet.list-portlet a {
  color: #ffdd00;
  text-decoration: underline;
}
.ContentListPortlet.list-portlet a:hover {
  text-decoration: none;
}
.ContentListPortlet.hirek-blokk .blue-highlighted-title, .ContentListPortlet.lovasterapiarol-blokk .blue-highlighted-title {
  padding: 5px 30px 5px 20px;
}
.ContentListPortlet.hirek-blokk .content-list-elements, .ContentListPortlet.lovasterapiarol-blokk .content-list-elements {
  margin: 0px 5px 0px 25px;
  padding: 5px 0;
  border-bottom: 1px dotted #00527c;
  display: flex;
}
.ContentListPortlet.hirek-blokk .content-list-elements:last-child, .ContentListPortlet.lovasterapiarol-blokk .content-list-elements:last-child {
  border-bottom: none;
}
.ContentListPortlet.hirek-blokk .content-list-elements::before, .ContentListPortlet.lovasterapiarol-blokk .content-list-elements::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url(../images/main-a-arrow.png) no-repeat left 5px;
}
.ContentListPortlet.hirek-blokk .content-list-elements h3, .ContentListPortlet.lovasterapiarol-blokk .content-list-elements h3 {
  margin: 0;
}
.ContentListPortlet.hirek-blokk .list-title, .ContentListPortlet.lovasterapiarol-blokk .list-title {
  font-size: 14px;
  font-weight: bold;
}
.ContentListPortlet.lovasterapiarol-blokk {
  margin-bottom: 40px;
}
.ContentListPortlet.lovasterapiarol-blokk .list-title {
  font-size: 17px;
  font-style: italic;
}

.verseny-blokk {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verseny-blokk .blue-highlighted-title {
  margin-bottom: 25px;
}
.verseny-blokk img {
  max-width: 200px;
}

.languages {
  padding: 20px 0 15px 0;
  display: flex;
  justify-content: space-between;
  width: 260px;
}
.languages .en > div, .languages .hu > div {
  color: #ffdd00;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
.languages .en > div:hover, .languages .hu > div:hover {
  text-decoration: none;
}
.languages img {
  max-width: 100px;
  padding-bottom: 5px;
}

.DynamicBreadcrumbPortlet {
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #00527c;
  padding-bottom: 5px;
}
.DynamicBreadcrumbPortlet ul {
  margin: 0;
}
.DynamicBreadcrumbPortlet li {
  font-size: 11px;
  font-weight: bold;
}
.DynamicBreadcrumbPortlet a {
  text-decoration: underline;
}
.DynamicBreadcrumbPortlet a:hover {
  color: #ffdd00;
}
.DynamicBreadcrumbPortlet li.active::before {
  content: "/";
  margin: 0;
}

.pager {
  margin: 10px 0 20px 0;
  padding: 5px 80px;
  border: 1px dotted #ffffff;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.pager span {
  font-size: 13px;
}
.pager a {
  font-size: 13px;
  text-decoration: underline;
}
.pager a:hover {
  text-decoration: underline !important;
  color: #ffdd00;
}
.pager .last:before {
  content: "/";
  margin: 0 5px;
}
.pager .prev-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.pager .pager-body {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pager .next-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.ContentViewPortlet {
  margin: 0;
}
.ContentViewPortlet p {
  margin-top: 0;
  margin-bottom: 8px;
}
.ContentViewPortlet h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.ContentViewPortlet h4 {
  margin: 15px 0;
  font-weight: bold;
}
.ContentViewPortlet .first-line {
  display: flex;
  justify-content: space-between;
}
.ContentViewPortlet .view-title {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 8px 0;
}
.ContentViewPortlet a {
  color: #ffdd00;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}
.ContentViewPortlet a:hover {
  text-decoration: none;
}
.ContentViewPortlet .print a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent url(../images/print.png) no-repeat left 5px;
}
.ContentViewPortlet .view-lead {
  font-weight: bold;
  margin-bottom: 20px;
}
.ContentViewPortlet .view-body {
  margin-bottom: 30px;
}
.ContentViewPortlet .view-image {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.ContentViewPortlet .fancybox {
  display: block;
  margin: 0;
}
.ContentViewPortlet .fancybox .sign {
  display: none;
}
.ContentViewPortlet .fancybox img {
  margin: 10px 0;
  max-width: 30%;
}

@media print {
  * {
    color: #000000;
  }

  .info-bar, header, aside, footer, .footer-top-portlet {
    display: none;
  }
}
body > .dokk-container {
  transition: opacity 0.75s ease-out;
}

html.loading body > .dokk-container {
  visibility: hidden;
  opacity: 0;
}
html.loading body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
}
html.loading body::after {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid #0c7db5;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 99;
  animation: loading 0.75s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  50% {
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
  100% {
    transform: rotate(360deg);
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}
.error-lovas-portlet {
  margin: 0 0 30px 0;
}
.error-lovas-portlet h2 {
  font-size: 18px;
}
.error-lovas-portlet h3 {
  font-size: 16px;
}
.error-lovas-portlet li {
  font-size: 14px;
  list-style: disc;
  margin-left: 20px;
}

table.style1 {
  border-left: 1px solid #095b83;
  border-bottom: 1px solid #095b83;
  margin: 10px auto;
}
table.style1 td {
  border-top: 1px solid #095b83;
  border-right: 1px solid #095b83;
  padding: 10px 3px;
  vertical-align: top !important;
}

table.d4-textbox {
  margin: 20px auto;
  border: 1px dotted #ffffff;
}
table.d4-textbox td {
  padding: 5px 5px 3px;
  text-align: center;
}

[data-mig-embed-width] {
  display: block;
}

.dokk-container {
  min-height: 100vh;
  max-width: 1010px;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.dokk-container .content-wrapper {
  background: #50b4e5;
  background: linear-gradient(180deg, #0c7db5 0%, #379dd1 4%, #50b4e5 50%);
}
.dokk-container #aside-section {
  width: 180px;
}
.dokk-container #main-section {
  width: 100%;
  margin: 25px 20px 25px 25px;
}
.dokk-container .main-lists-pagelet {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
.dokk-container .main-lists-pagelet .left-side, .dokk-container .main-lists-pagelet .right-side {
  width: 380px;
}
.dokk-container .main-lists-pagelet .left-side {
  margin-left: 10px;
}
.dokk-container .main-lists-pagelet .right-side {
  margin-right: 10px;
}
.dokk-container .verseny-blokk .blue-highlighted-title {
  padding: 5px 0 0 15px;
}