@charset "UTF-8";
/**
 * responsive media breakpoint mixins
 * @params: $media-breakpoints keys
 */
.with-icon.icon-search::before {
  content: url("../images/search.svg");
  margin-top: -2px;
}
.with-icon.icon-alert::before {
  content: url("../images/alert.svg");
  margin-top: -2px;
}
.with-icon.icon-balance::before {
  content: url("../images/balance.svg");
  margin-top: -2px;
}
.with-icon.icon-chevron-right::before {
  content: url("../images/chevron-right.svg");
  margin-top: -2px;
}
.with-icon.icon-chevron-right-white::before {
  content: url("../images/chevron-right-white.svg");
  margin-top: -2px;
}
.with-icon.icon-document::before {
  content: url("../images/document.svg");
  margin-top: -2px;
}
.with-icon.icon-facebook::before {
  content: url("../images/facebook.svg");
  margin-top: -2px;
}
.with-icon.icon-headphone::before {
  content: url("../images/headphone.svg");
  margin-top: -2px;
}
.with-icon.icon-headphone-movie::before {
  content: url("../images/headphone-movie.svg");
  margin-top: -2px;
}
.with-icon.icon-home::before {
  content: url("../images/home.svg");
  margin-top: -2px;
}
.with-icon.icon-menu::before {
  content: url("../images/menu.svg");
  margin-top: -2px;
}
.with-icon.icon-menu-gray::before {
  content: url("../images/menu-gray.svg");
  margin-top: -2px;
}
.with-icon.icon-rss::before {
  content: url("../images/rss.svg");
  margin-top: -2px;
}
.with-icon.icon-rss-gray::before {
  content: url("../images/rss-gray.svg");
  margin-top: -2px;
}
.with-icon.icon-triangle-down::before {
  content: url("../images/triangle-down.svg");
  margin-top: -2px;
}
.with-icon.icon-triangle-right::before {
  content: url("../images/triangle-right.svg");
  margin-top: -2px;
}
.with-icon.icon-triangle-right-gray::before {
  content: url("../images/triangle-right-gray.svg");
  margin-top: -2px;
}
.with-icon.icon-twitter::before {
  content: url("../images/twitter.svg");
  margin-top: -2px;
}
.with-icon.icon-twitter-gray::before {
  content: url("../images/twitter-gray.svg");
  margin-top: -2px;
}
.with-icon.icon-user::before {
  content: url("../images/user.svg");
  margin-top: -2px;
}
.with-icon.icon-calendar::before {
  content: url("../images/icon-calendar.svg");
  margin-top: 5px;
}

html body > .dokk-container, html body > header, html body > main, html body > footer {
  transition: opacity 0.75s ease-out;
}
html.loading body {
  position: relative;
  background: #FFFFFF;
}
html.loading body > .dokk-container, html.loading body > header, html.loading body > main, html.loading body > footer {
  visibility: hidden;
  opacity: 0;
}
html.loading body::before {
  content: "";
  display: block;
  width: 54px;
  height: 30px;
  position: fixed;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: radial-gradient(circle at 7px 7px, #2F608F 0px, #2F608F 6px, transparent 7px), radial-gradient(circle at 7px 7px, #2F608F 0px, #2F608F 6px, transparent 7px), radial-gradient(circle at 7px 7px, #2F608F 0px, #2F608F 6px, transparent 7px);
  background-position: 0px 15px, 20px 15px, 40px 15px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  animation: loading-anim 0.5s linear infinite alternate;
}

@keyframes loading-anim {
  0% {
    background-position: 0px 0px, 20px 15px, 40px 15px;
  }
  50% {
    background-position: 0px 15px, 20px 0px, 40px 15px;
  }
  100% {
    background-position: 0px 15px, 20px 15px, 40px 0px;
  }
}
/* Basic layout */
body {
  font-family: "Calibri", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #2F4253;
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: #F2F2F2;
}
body button, body input, body select, body textarea {
  font-family: "Calibri", Arial, sans-serif;
}
body #header-section {
  background-color: #FFFFFF;
}
body .dokk-container {
  max-width: 960px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
body .dokk-container.narrow {
  background-color: #FFFFFF;
  max-width: 100%;
  width: 100%;
}
body .dokk-container.narrow > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
body .dokk-container.narrow #main-section {
  width: 100%;
  margin: 0;
}
body .dokk-container > #main-section {
  margin-left: auto;
  margin-right: auto;
}
body .dokk-container > main#main-section {
  z-index: auto;
  /* Kereső súgó modalhoz */
}
body .dokk-container[class*=main-] > * {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 10px;
}
body .dokk-container[class*=main-] > * > .portlet:not(:last-child) {
  margin-bottom: 20px;
}
body .dokk-container .is-960,
body .dokk-container .is-660,
body .dokk-container .is-300 {
  padding: 0 20px;
  width: 100%;
  margin: 20px 0;
  flex-shrink: 1;
  min-width: 0;
}
@media screen and (min-width: 800px) {
  body .dokk-container .is-960.no-left-padding,
body .dokk-container .is-660.no-left-padding,
body .dokk-container .is-300.no-left-padding {
    padding-left: 0;
  }
}
@media screen and (min-width: 800px) {
  body .dokk-container .is-960.no-right-padding,
body .dokk-container .is-660.no-right-padding,
body .dokk-container .is-300.no-right-padding {
    padding-right: 0;
  }
}
body .dokk-container .is-960 {
  max-width: 960px;
  flex-basis: 960px;
  flex-grow: 1;
}
body .dokk-container .is-660 {
  max-width: 660px;
  flex-basis: 660px;
  flex-grow: 1;
}
body .dokk-container .is-300 {
  max-width: 300px;
  flex-basis: 300px;
  flex-grow: 0;
  padding: 0;
}
@media screen and (max-width: 609px) {
  body .dokk-container.main-columns {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  body .dokk-container .two-columns {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  body .dokk-container .two-columns .is-960,
body .dokk-container .two-columns .is-660,
body .dokk-container .two-columns .is-300 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .dokk-container .two-columns .is-300 {
    display: none;
  }
}
body .container {
  display: block;
  width: 100%;
}

/* Basic accessibility (focus) */
:focus,
.button:focus,
.button:focus:not(:active),
.button.is-focused:not(:active) {
  outline: none;
}

html:not(.mouse-intent) *:focus {
  outline: 2px solid #333333 !important;
  outline-offset: -1px !important;
}
html:not(.mouse-intent) .yellow_focus *:focus {
  outline: 2px solid yellow !important;
  outline-offset: -1px !important;
}
html:not(.mouse-intent) input[type=date]:focus,
html:not(.mouse-intent) input[type=datetime-local]:focus,
html:not(.mouse-intent) input[type=email]:focus,
html:not(.mouse-intent) input[type=month]:focus,
html:not(.mouse-intent) input[type=number]:focus,
html:not(.mouse-intent) input[type=password]:focus,
html:not(.mouse-intent) input[type=search]:focus,
html:not(.mouse-intent) input[type=tel]:focus,
html:not(.mouse-intent) input[type=text]:focus,
html:not(.mouse-intent) input[type=time]:focus,
html:not(.mouse-intent) input[type=url]:focus,
html:not(.mouse-intent) input[type=week]:focus,
html:not(.mouse-intent) textarea:focus {
  outline: inherit !important;
  outline-offset: -1px !important;
}
html:not(.mouse-intent) .checkbox.is-custom-checkbox [type=checkbox]:focus + *::before,
html:not(.mouse-intent) .checkbox.is-switch [type=checkbox]:focus + *::before,
html:not(.mouse-intent) .radio.is-custom-radio input[type=radio]:focus + *::before {
  outline: 1px solid #333333 !important;
}
html:not(.mouse-intent) .checkbox.is-custom-checkbox [type=checkbox]:focus + span.text,
html:not(.mouse-intent) .checkbox.is-switch [type=checkbox]:focus + span.text,
html:not(.mouse-intent) .radio.is-custom-radio input[type=radio]:focus + span.text {
  outline: 2px solid #333333 !important;
}
html:not(.mouse-intent) .checkbox.is-custom-checkbox [type=checkbox]:focus + *::before {
  outline-offset: 1px;
}

.checkbox.is-custom-checkbox [type=checkbox],
.checkbox.is-switch [type=checkbox],
.radio.is-custom-radio input[type=radio] {
  display: inline-block !important;
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

/* Basic elements */
main {
  position: relative;
  z-index: auto;
}

.column {
  max-width: 100%;
  box-sizing: border-box;
}

p,
.article-lead p,
.article-body p {
  margin-top: 0;
  margin-bottom: 15px;
}
p:last-of-type:last-child,
.article-lead p:last-of-type:last-child,
.article-body p:last-of-type:last-child {
  margin-bottom: 0;
}

.article-lead,
.article-body {
  margin: 0;
}

.article-lead {
  margin-bottom: 30px;
}

sup {
  top: -0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
}

strong {
  color: inherit;
}

blockquote {
  margin-left: 24px;
  margin-bottom: 20px;
}

[data-embed=embedPanel] {
  display: inline-block;
}
@media screen and (max-width: 380px) {
  [data-embed=embedPanel][data-mig-embed-width] {
    width: 100% !important;
  }
}

a {
  color: #2F4253;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #2F608F;
  text-decoration: underline;
}
a.no-decoration:hover {
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: normal;
}

h2.title {
  display: block;
  font-size: 28px;
}

input[type], textarea {
  border-color: #E1E1E1;
}

.btn {
  display: inline-block;
  background: linear-gradient(#FFFFFF, #F2F2F2);
  border: 1px solid #D5D5D5;
  text-align: center;
  padding: 11px 94px;
  border-radius: 3px;
  cursor: pointer;
}
.btn:hover {
  background: linear-gradient(#FFFFFF, #e0e0e0);
  text-decoration: none;
}
.btn.is-small {
  padding: 6px 10px;
  font-size: 13px;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

ol, ul {
  padding: 0;
  letter-spacing: 0;
  font-size: 0;
}
ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 20px;
}
ol > li, ul > li {
  font-size: initial;
  margin-left: 24px;
}
ol > li p, ul > li p {
  display: inline;
}
ol ul li, ul ul li {
  list-style-type: circle;
}

.form-group.simple-block .input-group li {
  display: block;
}

table,
article table {
  margin-bottom: 20px;
}
table td, table th,
article table td,
article table th {
  padding: 10px;
}
table td ol, table td ul, table th ol, table th ul,
article table td ol,
article table td ul,
article table th ol,
article table th ul {
  margin-bottom: 0px;
}
table td a, table th a,
article table td a,
article table th a {
  white-space: normal !important;
}
table td p, table th p,
article table td p,
article table th p {
  margin: 0 0 5px;
}
table td p:last-child, table th p:last-child,
article table td p:last-child,
article table th p:last-child {
  margin-bottom: 0 !important;
}
table table,
article table table {
  margin: 0;
}
table table td,
article table table td {
  padding: 0;
}
table.table td, table.table th,
article table.table td,
article table.table th {
  min-width: 75px;
}
@media screen and (max-width: 769px) {
  table thead,
article table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  table tbody,
article table tbody {
    display: block;
  }
  table tr, table.table tr,
article table tr,
article table.table tr {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  table td,
article table td {
    display: block;
    position: relative;
    width: 100%;
  }
  table td:before,
article table td:before {
    display: none;
  }
  table td[data-label]:not([data-label=""]),
article table td[data-label]:not([data-label=""]) {
    display: flex;
    flex-flow: row wrap;
  }
  table td[data-label]:not([data-label=""])::before,
article table td[data-label]:not([data-label=""])::before {
    content: attr(data-label);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    text-transform: none;
  }
}
table.without-thead tbody tr:first-child,
article table.without-thead tbody tr:first-child {
  display: none;
}
@media screen and (max-width: 500px) {
  table td,
article table td {
    padding: 15px 10px;
  }
}
table.style1 td, table.style2 td, table.style3 td, table.style8 td, table.style10 td,
article table.style1 td,
article table.style2 td,
article table.style3 td,
article table.style8 td,
article table.style10 td {
  border-width: 0.8px;
  border-style: solid;
  border-color: #2F4253;
}

.content-view-content[class*=icon-]:not(.with-icon)::before {
  content: none;
}

.is-danger,
.help.is-danger {
  color: #94212A;
}

.help.is-success,
.has-text-success.has-text-success {
  color: #2a9421;
}

.text-uppercase {
  text-transform: uppercase;
}

.d4-textbox-body {
  overflow: hidden;
}

@keyframes submenu-open {
  from {
    opacity: 0;
    transform: scale(1, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
html.keyboard-intent #header-section .header-bottom *:focus {
  outline: 3px solid #000000 !important;
  z-index: 1;
}

html.keyboard-intent #header-section .header-bottom .header-menu-portlet > nav > ul > li > a:focus {
  outline: 3px solid yellow !important;
  z-index: 1;
}

html.keyboard-intent .DynamicSubMenuPortlet.sidebar-menu > nav > ul li.active > .item > a.menu-rolunk:focus,
html.keyboard-intent .DynamicSubMenuPortlet.sidebar-menu > nav > ul li.active > .item > a.menu-lakossagnak:focus,
html.keyboard-intent .DynamicSubMenuPortlet.sidebar-menu > nav > ul li.active > .item > a.menu-szakmanak:focus {
  outline: 2px solid yellow !important;
  z-index: 1;
}

html.keyboard-intent .DynamicSubMenuPortlet.sidebar-menu > nav > ul > li.active > ul li > ul li > ul li.active > .item > a:focus {
  outline: 2px solid #000000 !important;
  z-index: 1;
}

#header-section .content.header-skiplink {
  margin: 0;
}
#header-section .content.header-skiplink ul li {
  list-style: none;
  margin: 0;
}
#header-section .header-top {
  display: flex;
  padding: 30px 10px 20px 10px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #header-section .header-top {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
#header-section .header-top .header-top-left {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #header-section .header-top .header-top-left {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 550px) {
  #header-section .header-top .header-top-left {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  #header-section .header-top .header-top-left .logo-portlet {
    flex-basis: 100%;
  }
}
#header-section .header-top .header-top-left .logo-portlet .logo {
  display: block;
}
#header-section .header-top .header-top-left .logo-portlet .logo .logo-text {
  font-family: "Times New Roman";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2F4253;
  text-align: left;
}
@media screen and (max-width: 550px) {
  #header-section .header-top .header-top-left .logo-portlet .logo .logo-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  #header-section .header-top .header-top-left .logo-portlet .logo .logo-text {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
}
#header-section .header-top .header-top-left .logo-portlet .logo [class*=logo-text-part] {
  display: inline-block;
  text-shadow: 0px 0px 0.5px #2F4253;
}
#header-section .header-top .header-top-left .logo-portlet .logo [class*=logo-text-part]::first-letter {
  font-size: 27px;
}
#header-section .header-top .header-top-left .logo-portlet .logo .logo-text-part-3 {
  display: block;
}
#header-section .header-top .header-top-left .ContentListPortlet #lang-selector ul,
#header-section .header-top .header-top-left .LanguageSelectPortlet #lang-selector ul {
  display: block;
  margin: 0;
}
#header-section .header-top .header-top-left .ContentListPortlet #lang-selector ul li,
#header-section .header-top .header-top-left .LanguageSelectPortlet #lang-selector ul li {
  margin: 0px 15px 0px 0px;
  padding: 0;
  display: none;
  width: auto;
}
#header-section .header-top .header-top-left .ContentListPortlet #lang-selector ul li:not(.active),
#header-section .header-top .header-top-left .LanguageSelectPortlet #lang-selector ul li:not(.active) {
  display: inline-block;
}
#header-section .header-top .header-top-left .ContentListPortlet #lang-selector ul li:last-child,
#header-section .header-top .header-top-left .LanguageSelectPortlet #lang-selector ul li:last-child {
  margin: 0;
}
#header-section .header-top .header-top-left .ContentListPortlet #lang-selector ul li a,
#header-section .header-top .header-top-left .LanguageSelectPortlet #lang-selector ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  display: block;
}
#header-section .header-top .header-top-right {
  display: flex;
}
@media screen and (max-width: 800px) {
  #header-section .header-top .header-top-right {
    background-color: #F2F2F2;
    padding: 10px;
    flex-grow: 1;
    flex-basis: 100%;
    justify-content: space-between;
    margin: 25px -10px 0px -10px;
  }
}
#header-section .header-top .header-top-right .mobile-home-portlet {
  display: none;
}
#header-section .header-top .header-top-right .mobile-home-portlet .mobile-home-logo {
  display: inline-block;
  padding: 0 20px 0 10px;
}
@media screen and (max-width: 800px) {
  #header-section .header-top .header-top-right .mobile-home-portlet {
    display: block;
  }
}
#header-section .header-top .header-top-right .search-portlet {
  margin: 0px 25px 0px 15px;
}
@media screen and (max-width: 800px) {
  #header-section .header-top .header-top-right .search-portlet {
    margin: 0;
    width: 100%;
  }
}
#header-section .header-top .header-top-right .search-portlet .header-search .search-form #header-search-input {
  position: relative;
  border: 1px solid #CDCDCD;
}
#header-section .header-top .header-top-right .search-portlet .header-search .search-form #header-search-input .twitter-typeahead {
  display: block !important;
}
#header-section .header-top .header-top-right .search-portlet .header-search .search-form #header-search-input input[type=text] {
  border: none;
  padding: 0px 30px 0px 5px;
  font-size: 14px;
  width: 190px;
  height: 30px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  #header-section .header-top .header-top-right .search-portlet .header-search .search-form #header-search-input input[type=text] {
    width: 100%;
    height: 38px;
  }
}
#header-section .header-top .header-top-right .search-portlet .header-search .search-form #header-search-input .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  border: none;
  height: 100%;
  padding: 0 6px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#header-section .header-top .header-top-right .search-portlet .header-search .search-form #header-search-input .button .with-icon.icon-search {
  font-size: 0px;
}
#header-section .header-top .header-top-right .search-portlet .header-search .search-form #header-search-input .button .with-icon.icon-search:before {
  display: block;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  #header-section .header-top .header-top-right .cimer-portlet {
    display: none;
  }
}
#header-section .header-bottom .nav-menu {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  /* Main menu */
}
#header-section .header-bottom .nav-menu > .nav-menu-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  position: relative;
}
#header-section .header-bottom .nav-menu > .nav-menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  height: 55px;
  padding: 10px;
  transition: background-color 0.4s ease;
  position: relative;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(1) > a {
  background-color: #2F4253;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(1) > a:hover {
  background-color: #415b73;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(1) a[aria-expanded=true] {
  background-color: #2F4253;
  color: #FFFFFF;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(2) > a {
  background-color: #94212A;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(2) > a:hover {
  background-color: #b12832;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(2) a[aria-expanded=true] {
  background-color: #94212A;
  color: #FFFFFF;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(3) > a {
  background-color: #2F608F;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(3) > a:hover {
  background-color: #3771a9;
}
#header-section .header-bottom .nav-menu > .nav-menu-item:nth-child(3) a[aria-expanded=true] {
  background-color: #2F608F;
  color: #FFFFFF;
}
#header-section .header-bottom .nav-menu .submenu {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  box-shadow: 0px 1px 5px #333333;
  opacity: 0;
  height: 0;
  width: 0;
}
#header-section .header-bottom .nav-menu .submenu .nav-menu-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  visibility: hidden;
  margin-top: -10px;
}
#header-section .header-bottom .nav-menu .submenu .nav-menu-item:not(:last-child) a {
  border-bottom: 1px solid #CDCDCD;
}
#header-section .header-bottom .nav-menu .submenu .nav-menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #2F4253;
  padding: 10px;
  text-decoration: none;
  font-size: 90%;
  line-height: 1.1rem;
}
#header-section .header-bottom .nav-menu .submenu .nav-menu-item a:not([aria-haspopup=true]):hover {
  background-color: #F2F2F2;
}
#header-section .header-bottom .nav-menu .submenu .nav-menu-item a[aria-haspopup=true]::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent currentColor;
}
#header-section .header-bottom .nav-menu .submenu .submenu {
  top: 0;
  left: 100%;
  background-color: #F2F2F2;
}
#header-section .header-bottom .nav-menu .submenu .submenu .nav-menu-item a:not([aria-haspopup=true]):hover {
  background-color: #E1E1E1;
}
#header-section .header-bottom .nav-menu [aria-expanded=true] + .submenu {
  opacity: 1;
  height: auto;
  width: 100%;
  transform-origin: center 0;
}
#header-section .header-bottom .nav-menu [aria-expanded=true] + .submenu.animate {
  animation: submenu-open 0.2s linear 0s 1 normal forwards;
}
#header-section .header-bottom .nav-menu [aria-expanded=true] + .submenu > .nav-menu-item {
  visibility: visible;
  margin-top: 0;
}
#header-section .header-bottom .header-menu-portlet > nav > ul > li > a[aria-haspopup=true]::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
  transform: rotate(0deg);
}
#header-section .header-bottom .header-menu-portlet-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  #header-section .header-bottom .header-menu-portlet-mobile {
    display: block;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu {
    display: block;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu > .nav-menu-item + .nav-menu-item {
    margin-top: 2px;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu .submenu {
    display: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    box-shadow: none;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu .submenu .submenu .nav-menu-item:last-child > a {
    border-bottom: none;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu {
    display: block;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transition: none;
    border: none;
    border-top: 1px solid #CDCDCD;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu {
    border-top: none;
    background: #f0f0f0;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu a {
    padding: 10px 10px 10px 20px;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu .submenu {
    background: #e6e6e6;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu .submenu a {
    padding: 10px 10px 10px 40px;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu .submenu .submenu {
    background: #dcdcdc;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu .submenu .submenu a {
    padding: 10px 10px 10px 60px;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu .submenu .submenu .submenu {
    background: #d2d2d2;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu .submenu .submenu .submenu .submenu a {
    padding: 10px 10px 10px 80px;
  }
  #header-section .header-bottom .header-menu-portlet-mobile .nav-menu [aria-expanded=true] + .submenu > .nav-menu-item {
    transition: none;
  }
}
#header-section .header-bottom .header-menu-portlet-desktop {
  display: block;
}
@media screen and (max-width: 800px) {
  #header-section .header-bottom .header-menu-portlet-desktop {
    display: none;
  }
}
#header-section .DynamicMenuPortlet {
  margin: 0;
}
#header-section .DynamicMenuPortlet ul.nav-menu {
  margin: 0;
}
#header-section .DynamicMenuPortlet ul.nav-menu li {
  margin-bottom: 0;
}

/* Error header */
.dokk-container.narrow .logo-portlet .logo {
  display: block;
}
.dokk-container.narrow .logo-portlet .logo .logo-text {
  font-family: "Times New Roman";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2F4253;
}
@media screen and (max-width: 550px) {
  .dokk-container.narrow .logo-portlet .logo .logo-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .dokk-container.narrow .logo-portlet .logo .logo-text {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
}
.dokk-container.narrow .logo-portlet .logo [class*=logo-text-part] {
  display: inline-block;
}
.dokk-container.narrow .logo-portlet .logo [class*=logo-text-part]::first-letter {
  font-size: 27px;
}
.dokk-container.narrow .logo-portlet .logo .logo-text-part-3 {
  display: block;
}

#footer-section {
  color: #FFFFFF;
  font-size: 14px;
}
#footer-section > * {
  padding: 20px 10px;
  margin: 0;
}
#footer-section .content.footer-top {
  background-color: #2F4253;
}
#footer-section .content.footer-top .ContentListPortlet {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #footer-section .content.footer-top .ContentListPortlet {
    display: block;
    margin-bottom: 30px;
  }
}
#footer-section .content.footer-top .ContentListPortlet .footer-list-title {
  flex: 1;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
}
#footer-section .content.footer-top .ContentListPortlet .footer-links {
  display: block;
  margin: 0 0 0 auto;
  padding: 10px 0 0 0;
  width: 300px;
  max-width: 100%;
}
#footer-section .content.footer-top .ContentListPortlet .footer-link-item {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  list-style: none;
  font-weight: 400;
  background-image: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 5px 5px;
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
#footer-section .content.footer-top .ContentListPortlet .footer-link-item a {
  color: #FFFFFF;
}
#footer-section .content.footer-top .ContentViewPortlet {
  margin: 0;
}
#footer-section .content.footer-top .ContentViewPortlet .content-with-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #FFFFFF;
}
#footer-section .content.footer-top .ContentViewPortlet .content-with-link:hover {
  text-decoration: none;
}
#footer-section .content.footer-bottom {
  background-color: #22303C;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: center;
  padding: 30px 10px;
}
@media screen and (max-width: 1560px) {
  #footer-section .content.footer-bottom {
    padding: 30px 10px 230px;
  }
}
@media screen and (max-width: 959px) {
  #footer-section .content.footer-bottom {
    display: block;
  }
}
#footer-section .content.footer-bottom .copyright {
  flex-basis: 50%;
}
@media screen and (max-width: 959px) {
  #footer-section .content.footer-bottom .copyright {
    text-align: center;
  }
}
#footer-section .content.footer-bottom .footer-menu {
  flex-basis: 50%;
  text-align: right;
}
@media screen and (max-width: 959px) {
  #footer-section .content.footer-bottom .footer-menu {
    text-align: center;
    margin: 35px 0px 0px 0px;
  }
}
#footer-section .content.footer-bottom .footer-menu button.nav-navbar-toggle {
  display: none;
}
#footer-section .content.footer-bottom .footer-menu ul {
  list-style-type: none;
  margin: 0;
  display: inline-flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
#footer-section .content.footer-bottom .footer-menu ul li {
  margin: 0;
  display: inline-block;
  width: auto;
}
#footer-section .content.footer-bottom .footer-menu ul li:last-child {
  margin: 0;
}
#footer-section .content.footer-bottom .footer-menu ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
}
#footer-section .content.footer-bottom .sz2020-logo-portlet .sz2020-logo {
  position: fixed;
  bottom: 0;
  right: 0;
  flex-basis: 100%;
  z-index: 2;
}
#footer-section .content.footer-bottom .sz2020-logo-portlet .sz2020-logo::before {
  content: "";
  display: block;
  width: 300px;
  height: 210px;
  background-image: url("../images/sz2020-logo.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 50vh;
}

.main-carousel-container.dokk-container {
  padding-top: 20px;
}

.CarouselPortlet .slick-slider {
  margin: 0;
  height: 138px;
  /*.slick-track {
      position: absolute;
      margin-left: 30px;
  }*/
}
.CarouselPortlet .slick-slider .slick-list {
  position: relative;
  height: 100%;
  padding: 0 30px;
}
.CarouselPortlet .slick-slider .slick-list:after, .CarouselPortlet .slick-slider .slick-list:before {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  height: 100%;
  width: 35px;
  background-color: #F2F2F2;
}
.CarouselPortlet .slick-slider .slick-list:after {
  left: 0;
}
.CarouselPortlet .slick-slider .slick-list:before {
  right: 0;
}
.CarouselPortlet .slick-slider .slick-slide {
  position: relative;
  border: 1px solid #D5D5D5;
  margin: 0 8px;
  height: 138px;
}
.CarouselPortlet .slick-slider .slick-slide .slide-image-container {
  position: relative;
  height: calc(100% - 50px);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.CarouselPortlet .slick-slider .slick-slide .slide-image-container .slide-title {
  font-size: 17px;
  line-height: 1.15em;
  font-weight: 600;
  text-align: center;
  color: #2F4253;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 76%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px;
}
.CarouselPortlet .slick-slider .slick-slide .slide-link {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 16px;
  padding: 10px;
}
.CarouselPortlet .slick-slider .slick-slide:hover {
  box-shadow: 0 0 10px 0px #D5D5D5;
}
.CarouselPortlet .slick-slider .slick-slide:hover .slide-title {
  color: #2F608F;
}
.CarouselPortlet .slick-slider .slick-slide:hover .slide-link {
  color: #2F608F;
}
.CarouselPortlet .slick-slider .slick-arrow {
  z-index: 1;
  color: #2F4253;
}
.CarouselPortlet .slick-slider .slick-arrow:before {
  color: #2F4253;
}
.CarouselPortlet .slick-slider .slick-arrow.slick-prev {
  Left: 7px;
}
.CarouselPortlet .slick-slider .slick-arrow.slick-next {
  right: 7px;
}

/* Rólunk rovat specifikus színvilág

"Párjai", amivel együtt frissítendő:
  - site_lakossagnak.scss és 
  - site_szakmanak.scss */
.banner-list .column .content-list-elements a {
  background-color: #2F4253;
}

.breadcrumb {
  background-color: #2F4253;
}

html:not(.mouse-intent) .breadcrumb *:focus {
  outline: 2px solid yellow !important;
  outline-offset: -1px !important;
}

.pager > *:not(.link-container).active {
  border: 1px solid #2F4253;
  color: #2F4253;
}

table.style2 tr:nth-child(odd), table.style3 tr:nth-child(odd),
article table.style2 tr:nth-child(odd),
article table.style3 tr:nth-child(odd) {
  background: #cbdcef;
}
table.style2 tr:first-child, table.style8 tr:first-child,
article table.style2 tr:first-child,
article table.style8 tr:first-child {
  background: #2F4253;
  color: #FFFFFF;
}
table.style3 tr td,
article table.style3 tr td {
  border-width: 0.8px 0 0.8px 0;
}
table.style3 tr:nth-child(even),
article table.style3 tr:nth-child(even) {
  background: #f0f6fa;
}
@media screen and (max-width: 769px) {
  table.style1 tr td, table.style2 tr td, table.style3 tr td, table.style8 tr td, table.style10 tr td,
article table.style1 tr td,
article table.style2 tr td,
article table.style3 tr td,
article table.style8 tr td,
article table.style10 tr td {
    border-bottom-width: 0;
  }
  table.style1 tr td:last-child, table.style2 tr td:last-child, table.style3 tr td:last-child, table.style8 tr td:last-child, table.style10 tr td:last-child,
article table.style1 tr td:last-child,
article table.style2 tr td:last-child,
article table.style3 tr td:last-child,
article table.style8 tr td:last-child,
article table.style10 tr td:last-child {
    border-bottom-width: 0.8px;
  }
}

#skiplink ul li a {
  background-color: #94212A;
  font-size: 20px;
  font-weight: 700;
  top: -5.5em;
}

.portlet .main-box-title {
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #2F4253;
  margin: 0;
  line-height: 33px;
  padding: 0 10px;
  flex: 0 1 100%;
  border: 1px solid #2F4253;
}
.portlet .main-box-title > a {
  color: #FFFFFF;
}
.portlet .main-box-content {
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #F2F2F2;
  border: 1px solid #D5D5D5;
  border-width: 0 1px 1px 1px;
}
.portlet .main-box-content.has-white-bg {
  background-color: #FFFFFF;
}
.portlet .main-box-more-container {
  margin: 20px 10px 2px 10px;
  text-align: right;
}

.main-box-buttons:not(:last-child) > .columns {
  margin-bottom: 30px;
}
.main-box-buttons .main-box-content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border: 0 none;
  background-color: transparent;
  padding: 0;
}
.main-box-buttons .main-box-content .content-list-elements {
  flex: 0 1 calc(50% - 12.5px);
  margin-top: 14px;
  border: 1px solid #D5D5D5;
  box-shadow: 1px 1px 3px #E1E1E1;
  padding: 0;
  font-size: 0;
  min-width: 215px;
}
@media screen and (max-width: 475px), (min-width: 610px) and (max-width: 919px) {
  .main-box-buttons .main-box-content .content-list-elements {
    flex: 1;
  }
}
.main-box-buttons .main-box-content .content-list-elements a {
  display: inline-flex;
  align-items: center;
  font-size: initial;
  width: 100%;
}
.main-box-buttons .main-box-content .content-list-elements a .list-title {
  flex: 1;
  padding: 5px 20px 5px 10px;
}
.main-box-buttons .main-box-content .content-list-elements a:before {
  display: block;
  content: "";
  background: url("./../images/document.svg"), linear-gradient(#ffffff, #e0e0e0);
  background-repeat: no-repeat, no-repeat;
  background-size: 22px 22px, 100%;
  background-position: center, center;
  width: 50px;
  height: 50px;
  border-right: 1px solid #D5D5D5;
}
.main-box-buttons .main-box-content .content-list-elements a:hover {
  background: #f4f4f4;
  text-decoration: none;
  color: #333333;
}
.main-box-buttons .main-box-content .content-list-elements a:hover:before {
  background: url("./../images/document.svg"), linear-gradient(#e6e6e6, #f8f8f8);
  background-repeat: no-repeat, no-repeat;
  background-size: 22px 22px, 100%;
  background-position: center, center;
}
.main-box-buttons .main-box-content .content-list-elements.headphone-movie a:before {
  background: url("./../images/headphone-movie.svg"), linear-gradient(#ffffff, #e0e0e0);
  background-repeat: no-repeat, no-repeat;
  background-size: 37px 37px, 100%;
  background-position: center, center;
}
.main-box-buttons .main-box-content .content-list-elements.headphone-movie a:hover:before {
  background: url("./../images/headphone-movie.svg"), linear-gradient(#e6e6e6, #f8f8f8);
  background-repeat: no-repeat, no-repeat;
  background-size: 37px 37px, 100%;
  background-position: center, center;
}
.main-box-buttons .main-box-content .content-list-elements.headphone a:before {
  background: url("./../images/headphone.svg"), linear-gradient(#ffffff, #e0e0e0);
  background-repeat: no-repeat, no-repeat;
  background-size: 22px 22px, 100%;
  background-position: center, center;
}
.main-box-buttons .main-box-content .content-list-elements.headphone a:hover:before {
  background: url("./../images/headphone.svg"), linear-gradient(#e6e6e6, #f8f8f8);
  background-repeat: no-repeat, no-repeat;
  background-size: 22px 22px, 100%;
  background-position: center, center;
}
.main-box-buttons .main-box-content .content-list-elements.scale a:before {
  background: url("./../images/scale.svg"), linear-gradient(#ffffff, #e0e0e0);
  background-repeat: no-repeat, no-repeat;
  background-size: 22px 22px, 100%;
  background-position: center, center;
}
.main-box-buttons .main-box-content .content-list-elements.scale a:hover:before {
  background: url("./../images/scale.svg"), linear-gradient(#e6e6e6, #f8f8f8);
  background-repeat: no-repeat, no-repeat;
  background-size: 22px 22px, 100%;
  background-position: center, center;
}

.main-box-list .main-box-content {
  padding: 10px 5px 10px 0;
}
.main-box-list .main-box-content .scroll-container {
  padding: 0;
  height: 225px;
  overflow-y: auto;
}
.main-box-list .main-box-content .scroll-container::-webkit-scrollbar {
  width: 7px;
}
.main-box-list .main-box-content .scroll-container::-webkit-scrollbar, .main-box-list .main-box-content .scroll-container::-webkit-scrollbar-track, .main-box-list .main-box-content .scroll-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
.main-box-list .main-box-content .scroll-container::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}
.main-box-list .main-box-content .scroll-container::-webkit-scrollbar-track, .main-box-list .main-box-content .scroll-container::-webkit-scrollbar-button, .main-box-list .main-box-content .scroll-container::-webkit-scrollbar-track-piece {
  background-color: #E1E1E1;
}
.main-box-list .main-box-content .scroll-container::-webkit-scrollbar-corner, .main-box-list .main-box-content .scroll-container::-webkit-resizer {
  background-color: #F2F2F2;
}
.main-box-list .main-box-content .scroll-container .content-list-elements {
  padding: 0;
  border: 0 none;
}
.main-box-list .main-box-content .scroll-container .content-list-elements > a {
  display: block;
  padding: 7px 10px;
}
.main-box-list .main-box-content .scroll-container .content-list-elements > a:hover {
  text-decoration: none;
  background-color: #E1E1E1;
}
.main-box-list .main-box-content .scroll-container .content-list-elements > a h3 {
  font-weight: 700;
}
.main-box-list .main-box-content .scroll-container .content-list-elements > a .list-date {
  display: none;
}
.main-box-list .main-box-content .scroll-container .content-list-elements > a p:not(:last-child) {
  margin-bottom: 6px;
}

.main-box-view {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-box-view.main-box-ugyfelkapu .main-box-content, .main-box-view.main-box-ugyelet .main-box-content {
  background-color: transparent;
  padding: 20px;
  min-height: 330px;
}
.main-box-view.main-box-ugyfelkapu .main-box-content .view-lead, .main-box-view.main-box-ugyelet .main-box-content .view-lead {
  text-align: left;
  margin-bottom: 20px;
}
.main-box-view.main-box-ugyfelkapu .main-box-content .view-img, .main-box-view.main-box-ugyelet .main-box-content .view-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 609px) {
  .main-box-view.main-box-ugyfelkapu .main-box-content, .main-box-view.main-box-ugyelet .main-box-content {
    min-height: unset;
  }
}
.main-box-view.main-box-ugyfelkapu .main-box-content {
  text-align: center;
}
.main-box-view.main-box-ugyfelkapu .main-box-content .view-img img {
  width: 250px;
}
.main-box-view.main-box-ugyelet .main-box-content .view-content a {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  background-image: linear-gradient(#D5D5D5, #D5D5D5);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: 0px 6px;
}
.main-box-view.main-box-ugyelet .main-box-content .view-content p {
  margin: 10px 0;
}
.main-box-view.main-box-ugyelet .main-box-content .view-content p:first-child {
  margin-top: 0;
}
.main-box-view.main-box-ugyelet .main-box-content .view-content p:last-child {
  margin-bottom: 0;
}
.main-box-view.main-box-ugyelet .main-box-content .view-content hr {
  height: 1px;
  background-color: #D5D5D5;
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
.main-box-view.main-box-ugyelet .main-box-content .view-content div > p > a {
  margin-left: 20px;
}

.banner-list.main-banner-list {
  display: block;
  margin-top: 20px;
}
.banner-list.main-banner-list .main-box-content {
  background-color: transparent;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}
.banner-list.main-banner-list .main-box-content .content-list-elements {
  flex: 0 1 calc(25% - 40px);
}

.main-nyomtatvanytar {
  margin-bottom: 30px !important;
}
.main-nyomtatvanytar .main-box-content.nyomtatvanytar-content {
  padding: 20px;
}
.main-nyomtatvanytar .main-box-content.nyomtatvanytar-content form .select2-container {
  width: 100%;
  max-width: 100%;
}
.main-nyomtatvanytar .main-box-content.nyomtatvanytar-content form label.label {
  display: block;
  margin-top: 20px !important;
}
.main-nyomtatvanytar .main-box-content.nyomtatvanytar-content form .nyomtatvanytar-submit {
  margin-top: 24px;
}
.main-nyomtatvanytar .main-box-content.nyomtatvanytar-content form .nyomtatvanytar-submit button.btn.is-small {
  font-size: 16px;
}

.main-faq-list .main-box-content {
  padding: 20px;
}
.main-faq-list .main-box-content .dedicatory {
  margin-bottom: 13px;
}
.main-faq-list .main-box-content .select2-container {
  width: 100%;
  max-width: 100%;
}