@charset "UTF-8";
/*** FONTOK ***/
/*** SZÍNEK ***/
/******/
.hide-on-mobile {
  display: block !important;
}

.hide-on-desktop {
  display: none !important;
}

* {
  box-sizing: border-box;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.wp-block-pullquote::before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a {
  color: #464646;
}

body, html {
  font: 400 16px/24px "Open Sans", sans-serif;
  color: #464646;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  outline: none !important;
  font-weight: 300;
  word-break: normal;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
body::before, html::before {
  display: none;
}

div, span, p, h1, h2, h3, h4, h5, h6, a, ul, ul li, img {
  outline: none !important;
}

span, a, p, h1, h2, h3, h4, h5, h6, ul, li, ul li, input, label, textarea, checkbox-inline, table tr td,
.entry-content, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
  font: 400 16px/24px "Open Sans", sans-serif;
  color: #464646;
  margin: 0;
  padding: 0;
  outline: none !important;
  font-weight: 400;
  word-break: normal;
  text-decoration: none;
  letter-spacing: 0 !important;
  -webkit-hyphens: none;
  hyphens: none;
}
span::before, a::before, p::before, h1::before, h2::before, h3::before, h4::before, h5::before, h6::before, ul::before, li::before, ul li::before, input::before, label::before, textarea::before, checkbox-inline::before, table tr td::before,
.entry-content::before, .entry-content p::before, .entry-content ol::before, .entry-content ul::before, .entry-content dl::before, .entry-content dt::before {
  display: none;
}

.kozepre {
  text-align: center !important;
}

a, a:hover, a:active, a:focus {
  outline: none !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

a:focus {
  color: inherit !important;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none;
}

a {
  color: #464646;
}

a:hover, a:active {
  color: #225577;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr td {
  padding: 5px;
  border: 1px solid #eeeeee;
}

h1:not(.site-title):before,
h2:before {
  display: none;
}

h1, h1 p, h1 span {
  font: 600 36px/56px "Open Sans", sans-serif;
}

h1.cim, h1.cim p, h1.cim span {
  font: 600 42px/50px "Open Sans", sans-serif;
  color: #004A88;
}

h2, h2 p {
  font: 600 20px/37px "Open Sans", sans-serif;
}

.kek {
  color: #225577 !important;
}
.kek a, .kek span, .kek p, .kek h1, .kek h2, .kek h3, .kek h4, .kek h5, .kek h6 {
  color: #225577 !important;
}

ul, ol {
  list-style-position: outside;
  margin-left: 15px !important;
  list-style-type: none;
}

ol {
  list-style-position: outside;
  margin-left: 15px !important;
  list-style-type: decimal;
  padding-inline-start: 0px;
}

img {
  display: block;
  max-width: 100%;
  align-self: baseline;
}

input[type=text],
input[type=email],
input[type=submit],
input,
textarea {
  border-radius: 5px;
  padding: 10px 20px;
}

input[type=submit] {
  padding: 15px 45px;
  font: 400 16px/24px "Open Sans", sans-serif;
}

.column-2 {
  display: flex;
  justify-content: space-between;
}
.column-2 .oszlop {
  flex: 1;
  padding: 15px 15px 15px 0;
}

.link-gomb a {
  background-color: #225577;
  color: #ffffff !important;
  padding: 15px 45px;
  margin: 40px 0;
  width: auto;
  display: inline-block;
}
.link-gomb a:after {
  background-image: url(img/tovabb-nyil-white.svg) !important;
}
.link-gomb a:hover, .link-gomb a:focus {
  background-color: #009CDE !important;
}

.site-main {
  padding-bottom: 0;
}
.site-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

.main-menu-more {
  display: none !important;
}

#responsive-menu-container {
  z-index: 400000 !important;
}
#responsive-menu-container #responsive-menu-wrapper {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
#responsive-menu-container #responsive-menu > li.responsive-menu-item a {
  border: none !important;
  color: #ffffff !important;
}

button#responsive-menu-button {
  z-index: 401000 !important;
}

.col {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.col-100 {
  width: 100%;
}

.col-50 {
  width: 50%;
}

.col-40 {
  width: 40%;
}

.col-33 {
  width: 33%;
}

.col-25 {
  width: 25%;
}

.content-row {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
  z-index: 10000000000;
}
.back-to-top img {
  width: 40px;
  height: 40px;
}
.back-to-top svg {
  filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
}
.back-to-top svg:hover .st0 {
  stroke: #088BD1;
}
.back-to-top svg:hover .st1 {
  fill: #088BD1;
}

.site {
  width: 100%;
}

section {
  padding-bottom: 0;
}

.section-inner {
  width: 100%;
  max-width: calc(1382px + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
}

.full-section {
  width: 100%;
  max-width: 100%;
  padding: 32px 0;
}

.keskeny {
  max-width: 784px;
  margin: 0 auto;
}

.breadcrumb {
  width: 100%;
  max-width: 1366px;
  margin: 16px auto;
}
.breadcrumb a, .breadcrumb span {
  font: 400 12px/12px "Open Sans", sans-serif;
  font-weight: bold;
  color: #004A88;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.breadcrumb a {
  padding: 10px 15px;
  background-color: #ededed;
}
.breadcrumb a:hover {
  background-color: #d1d1d1;
}
.breadcrumb span {
  padding: 5px;
}
.breadcrumb span.nyil {
  font-size: 16px;
  font-weight: bold;
}

.tovabb-nyil {
  display: inline-block;
  color: #225577;
  padding: 10px 40px;
  font-weight: 600;
}
.tovabb-nyil:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(img/tovabb-nyil.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.tovabb-nyil:hover {
  color: #088BD1;
}
.tovabb-nyil:hover:after {
  right: -10px;
}
.tovabb-nyil.inverz {
  color: #ffffff !important;
}
.tovabb-nyil.inverz:after {
  background-image: url(img/tovabb-nyil-white.svg);
}
.tovabb-nyil.inverz:hover {
  color: #088BD1 !important;
}

a:hover .tovabb-nyil {
  color: #088BD1;
}
a:hover .tovabb-nyil:after {
  right: -10px;
}

.vissza-nyil {
  display: inline-block;
  margin-left: -5px;
  margin-bottom: 45px;
  font-weight: bold;
  color: #004A88;
}
.vissza-nyil:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 5px;
  background-image: url(img/vissza-nyil.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.vissza-nyil:hover {
  color: #088BD1;
}
.vissza-nyil:hover:before {
  margin-left: 0px;
  margin-right: 15px;
}

.le-nyil {
  display: inline-block;
  position: relative;
}
.le-nyil:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 0px;
  margin-left: 10px;
  background-image: url(img/le-nyil.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.le-nyil:hover:after {
  top: 5px;
}

@keyframes arrow-jump {
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.arrow-down {
  width: 75px;
  display: block;
  margin: 0 auto 45px;
  animation: arrow-jump 3s infinite;
}

.tavtarto {
  width: 100%;
  height: 45px;
  clear: both;
}

.tavtarto_16 {
  width: 100%;
  height: 16px;
  clear: both;
}

.tavtarto_32 {
  width: 100%;
  height: 32px;
  clear: both;
}

.tavtarto_64 {
  width: 100%;
  height: 64px;
  clear: both;
}

.tavtarto_100 {
  width: 100%;
  height: 100px;
  clear: both;
}

.kerekitett_50 {
  border-radius: 50px !important;
}

.kerekitett_20 {
  border-radius: 20px !important;
}

.kerekitett_30 {
  border-radius: 30px !important;
}

.kerekitett_15 {
  border-radius: 15px !important;
}

.kerekitett_10 {
  border-radius: 10px !important;
}

.kerekitett_5 {
  border-radius: 5px !important;
}

.highlight {
  margin-top: 3px;
}
.highlight span {
  background-color: #088BD1;
  padding: 10px;
  font: 600 36px/73px "Open Sans", sans-serif;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.navigation ul {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.navigation ul li {
  margin: 0 15px;
}

.hover-shadow {
  transition: all 0.1s ease-in-out;
}
.hover-shadow:hover {
  box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.86);
}

.badges {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 65px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
.badges .badge {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.badges .badge.horgaszat {
  background-image: url(img/horgaszat.svg);
}
.badges .badge.vadaszat {
  background-image: url(img/vadaszat.svg);
}

.singular .entry-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
  max-height: 300px;
}

#cookie-law-info-bar {
  z-index: 100000;
}

#cookie-law-info-again {
  box-shadow: none;
  background-color: #73a3ec !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#cookie-law-info-again #cookie_hdr_showagain {
  color: #ffffff !important;
}

/*** HEADER ***/
#mobil_logo {
  padding: 25px 1rem 0;
}
#mobil_logo img {
  height: 35px !important;
}

.show-panel .mob-cancel-button {
  margin: 10px;
}

.count-menu {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 150px);
  height: 32px;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
}
.count-menu .menuk {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.count-menu .jobb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#countdown, #countdownig {
  width: 100%;
  margin: 0px auto;
  padding: 7px 0;
  height: auto;
  background-color: #088BD1;
}
#countdown p, #countdown span, #countdownig p, #countdownig span {
  color: #ffffff;
  font: 700 24px/32px "Open Sans", sans-serif;
  text-align: center;
  margin: 0 auto !important;
}
#countdown span, #countdownig span {
  font-weight: 300;
}

#searchform {
  align-self: center;
  background-color: #ededed;
  padding: 10px 12px;
  margin: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
#searchform input {
  display: inline-block;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: all 0.2s ease-in-out;
}
#searchform input#s {
  transition: all 0.2s ease-in-out;
  width: 0;
  max-width: 130px;
}
#searchform input[type=submit] {
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 19px;
  height: 19px;
}

#site-header {
  position: fixed;
  top: 0;
  z-index: 1000000;
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
#site-header .top-header {
  padding: 7px 0;
  background-color: #225577;
}
#site-header .top-header .top-menu {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
#site-header .top-header .top-menu .primary-menu-container ul#primary-menu-list {
  display: flex;
  list-style-type: none;
}
#site-header .top-header .top-menu .primary-menu-container ul#primary-menu-list li {
  flex: 1;
  margin: 0 10px;
  font: 400 12px/12px "Open Sans", sans-serif;
}
#site-header .top-header .top-menu .primary-menu-container ul#primary-menu-list li.current-menu-item a {
  color: #ededed;
}
#site-header .top-header .top-menu a, #site-header .top-header .top-menu a:visited, #site-header .top-header .top-menu a:focus {
  color: #ffffff;
  text-transform: uppercase;
  font: 400 12px/12px "Open Sans", sans-serif;
  line-height: 15px;
}
#site-header .top-header .top-menu a:hover, #site-header .top-header .top-menu a:visited:hover, #site-header .top-header .top-menu a:focus:hover {
  color: #088BD1;
}
#site-header .top-header .top-menu a img, #site-header .top-header .top-menu a:visited img, #site-header .top-header .top-menu a:focus img {
  height: 15px !important;
  width: auto;
}
#site-header .top-header .top-menu .site-logo {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#site-header .top-header .top-menu .site-logo .custom-logo {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-top: -5px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  border-radius: 50%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  transition: all 0.2s ease-in-out;
}
#site-header .top-header .top-menu .site-logo .custom-logo:hover {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.9));
}
#site-header .nav-menu .site-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#site-header .nav-menu .site-menu .primary-navigation ul {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
  transition: all 0.2s ease-in-out;
}
#site-header .nav-menu .site-menu .primary-navigation ul li {
  margin: 0 10px;
  font: 400 12px/12px "Open Sans", sans-serif;
}
#site-header .nav-menu .site-menu .primary-navigation ul li.current-menu-item a {
  color: #ededed;
}
#site-header .nav-menu .site-menu .primary-navigation ul li a, #site-header .nav-menu .site-menu .primary-navigation ul li a:visited, #site-header .nav-menu .site-menu .primary-navigation ul li a:focus {
  font: 700 14px/14px "Open Sans", sans-serif;
  text-transform: uppercase;
  background: none !important;
  color: inherit !important;
}
#site-header .nav-menu .site-menu .primary-navigation ul li a:hover, #site-header .nav-menu .site-menu .primary-navigation ul li a:visited:hover, #site-header .nav-menu .site-menu .primary-navigation ul li a:focus:hover {
  color: #009CDE !important;
}
#site-header .nav-menu .site-menu .primary-navigation ul li.current-menu-item a {
  color: #00aa13 !important;
}
#site-header .nav-menu .site-menu .primary-navigation ul li .sub-menu {
  border: none !important;
  top: 30px;
  flex: 0 630px;
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
}
#site-header .nav-menu .site-menu .primary-navigation ul li .sub-menu:before, #site-header .nav-menu .site-menu .primary-navigation ul li .sub-menu:after {
  display: none;
}
#site-header .nav-menu .site-menu .primary-navigation ul li .sub-menu .menu-item > a {
  display: none;
  padding: 3px 0;
}
#site-header .nav-menu .site-menu .primary-navigation ul li:hover .sub-menu .menu-item > a {
  display: block;
}
#site-header #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item > a.mega-menu-link {
  transition: all 0.2s ease-in-out;
}
#site-header #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item.home {
  margin-right: 10px;
  background-image: url(img/ibcc-home-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
#site-header #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item.mega-lang-item {
  display: none;
}
#site-header #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item img {
  max-width: 40px;
}
#site-header.sticky {
  background-color: rgba(255, 255, 255, 0.98);
  padding-bottom: 0;
}
#site-header.sticky .top-header .top-menu .site-logo .custom-logo {
  width: 90px;
  height: 90px;
  margin-top: -12px;
}
#site-header.sticky #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
}

.page-template-page-landing #site-header .top-header {
  justify-content: flex-start;
}
.page-template-page-landing .count-menu {
  width: 100%;
  margin-left: 0;
}

/*** HEADER VÉGE ***/
.live-link,
.live-link-button {
  display: block;
  padding: 10px 35px 8px;
  background-color: #DE0000;
  font-weight: bold !important;
  color: #FFFFFF;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: auto 15px;
  background-image: url(img/live-play.svg);
}
.live-link:hover,
.live-link-button:hover {
  background-color: #960707;
  color: #ffffff;
}

.search-form {
  margin: 0;
  border-radius: 25px;
  background-color: #ffffff;
}
.search-form .search-submit {
  margin: 0;
}
.search-form label {
  font: 700 14px/14px "Open Sans", sans-serif;
}
.search-form .search-field {
  margin: 0;
  border: none;
  padding: 5px 0 5px 10px;
  font: 700 14px/14px "Open Sans", sans-serif;
  background: none;
  transition: all 0.5s ease-in-out;
}
.search-form button {
  margin: 0;
  background: none;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
}
.search-form button .fa-search:before {
  color: #225577;
}

.blokk .cim {
  display: flex;
  justify-content: space-between;
  max-width: calc(1382px + 2rem);
}
.blokk .cim .tovabb-nyil {
  line-height: 37px;
  text-align: right;
  padding: 0;
}
.blokk .cim > div, .blokk .cim > h2, .blokk .cim > a, .blokk .cim > p {
  flex: 1;
}

/*** SITE CONTENT ***/
#site-content {
  overflow: visible;
}

.site-content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.site-content > .section-inner {
  margin: 32px auto;
}
.site-content p {
  margin-bottom: 15px;
}
.site-content ul, .site-content ol {
  list-style-position: outside;
}
.site-content ul li, .site-content ol li {
  margin: 20px 0;
}
.site-content ul li p, .site-content ul li br, .site-content ol li p, .site-content ol li br {
  margin: 10px 0;
}

/*** KEZDŐ OLDAL ***/
h2.blokk-cim {
  font: 600 16px/24px "Open Sans", sans-serif;
  color: #225577;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
}

a:hover h2.blokk-cim {
  color: #088BD1 !important;
}

.mtipus {
  text-transform: uppercase;
  font: 400 12px/26px "Open Sans", sans-serif;
  margin-top: 5px;
  line-height: 20px;
}

.belso.kivonat {
  max-height: 0;
  overflow: hidden;
  font: 600 16px/24px "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  z-index: 3;
  padding-top: 0px;
  transition: all 0.2s ease-in-out;
}

#minden_fogas {
  border: 1px solid #ededed;
}
#minden_fogas td {
  padding: 10px;
}
#minden_fogas th {
  background-color: #464646;
  color: #ffffff;
}

#kezdo_csempek {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#kezdo_csempek .eredmenyek-kep {
  flex: 1 610px;
  aspect-ratio: 16/10;
  border-radius: 20px;
  padding: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}
#kezdo_csempek .eredmenyek-kep p {
  margin: 0px;
  font: 700 24px/32px "Open Sans", sans-serif;
  color: #ffffff;
}
#kezdo_csempek .eredmenyek-kep p.eh-title {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
#kezdo_csempek a.eredmenyek-kep:hover {
  box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.86);
}
#kezdo_csempek .eredmenyek-blokk {
  flex: 1 784px;
  min-height: 100%;
}
#kezdo_csempek .eredmenyek-blokk .mutasd {
  display: none;
  vertical-align: middle;
  margin: 0 16px;
  font-size: 24px;
}
#kezdo_csempek .eredmenyek-blokk .eredmenyek {
  background-color: #088BD1;
  border-radius: 20px 20px 0 0;
  padding: 36px 36px 24px 36px;
}
#kezdo_csempek .eredmenyek-blokk .eredmenyek p {
  margin-bottom: 0;
}
#kezdo_csempek .eredmenyek-blokk * {
  color: #ffffff;
  font-size: 16px;
}
#kezdo_csempek .eredmenyek-blokk .eredmenyek-title {
  text-transform: uppercase;
  font: 700 24px/32px "Open Sans", sans-serif;
}
#kezdo_csempek .eredmenyek-blokk .eredmenyek-hamarosan {
  margin: 24px 0;
}
#kezdo_csempek .eredmenyek-blokk table {
  border: none;
}
#kezdo_csempek .eredmenyek-blokk table td, #kezdo_csempek .eredmenyek-blokk table th {
  display: table-cell !important;
}
#kezdo_csempek .eredmenyek-blokk table tr td,
#kezdo_csempek .eredmenyek-blokk table tr th {
  border: none;
  text-align: left;
  padding: 10px 7px;
  font-size: 14px;
  vertical-align: text-top;
}
#kezdo_csempek .eredmenyek-blokk table tr th {
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
#kezdo_csempek .csempek {
  flex: 1 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
#kezdo_csempek .csempek a {
  display: flex;
  width: 100%;
  flex: 1;
  border-radius: 20px;
  padding: 36px;
  aspect-ratio: 16/10;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#kezdo_csempek .csempek a span {
  font: 600 39px/53px "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
#kezdo_csempek .csempek a:hover {
  box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.86);
}
#kezdo_csempek .eredmenyek-footer-empty {
  border-radius: 0 0 20px 20px;
  background-color: #088BD1;
  padding: 16px 36px 16px 36px;
}
#kezdo_csempek .eredmenyek-footer {
  border-radius: 0 0 20px 20px;
  background-color: #00436E;
  padding: 16px 36px 16px 36px;
}
#kezdo_csempek .eredmenyek-footer a,
#kezdo_csempek .eredmenyek-footer a:visited,
#kezdo_csempek .eredmenyek-footer a:focus {
  color: #ffffff !important;
  font-weight: 600;
}
#kezdo_csempek .eredmenyek-footer a:after,
#kezdo_csempek .eredmenyek-footer a:visited:after,
#kezdo_csempek .eredmenyek-footer a:focus:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(img/tovabb-nyil-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
#kezdo_csempek .eredmenyek-footer a:hover:after,
#kezdo_csempek .eredmenyek-footer a:visited:hover:after,
#kezdo_csempek .eredmenyek-footer a:focus:hover:after {
  right: -10px;
}

#kezdo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kezdo h1.highlight {
  width: 100%;
  max-width: 550px;
}
#kezdo a {
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
#kezdo a span, #kezdo a p, #kezdo a h1, #kezdo a h2 {
  color: #ffffff;
  z-index: 3;
}
#kezdo a h3, #kezdo a h3 span {
  font: 600 18px/24px "Open Sans", sans-serif;
  color: #004A88;
  margin-bottom: 0px;
}
#kezdo a:hover .kivonat {
  max-height: 90px;
}
#kezdo .datum {
  font: 400 12px/26px "Open Sans", sans-serif;
  font-weight: normal;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  background-image: url(img/ora.svg);
}
#kezdo .datum.szurke {
  background-image: url(img/ora-szurke.svg);
  color: #464646;
}
#kezdo .kiemelt_cikk_1 {
  flex: 1 60%;
  margin-right: 32px;
  min-height: 530px;
  max-height: 530px;
  padding: 33px 53px;
  position: relative;
  width: 100%;
  border-radius: 20px;
}
#kezdo .kiemelt_cikk_1::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
#kezdo .kiemelt_cikk_1:not(#kezdo .kiemelt_cikk_1.noshadow):hover .highlight span {
  background-color: #225577;
}
#kezdo .kiemelt_cikk_2_3 {
  flex: 1 30%;
  max-height: 552px;
  min-width: 280px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#kezdo .kiemelt_cikk_2_3 a.cikk {
  padding: 26px;
  flex: 0 1 249px;
  position: relative;
  border-radius: 20px;
}
#kezdo .kiemelt_cikk_2_3 a.cikk .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
}
#kezdo .kiemelt_cikk_2_3 a.cikk .text a, #kezdo .kiemelt_cikk_2_3 a.cikk .text span, #kezdo .kiemelt_cikk_2_3 a.cikk .text p, #kezdo .kiemelt_cikk_2_3 a.cikk .text h1, #kezdo .kiemelt_cikk_2_3 a.cikk .text h2, #kezdo .kiemelt_cikk_2_3 a.cikk .text h3, #kezdo .kiemelt_cikk_2_3 a.cikk .text h4, #kezdo .kiemelt_cikk_2_3 a.cikk .text h5, #kezdo .kiemelt_cikk_2_3 a.cikk .text h6 {
  color: #ffffff;
}
#kezdo .kiemelt_cikk_2_3 a.cikk .foto {
  background-repeat: no-repeat;
  background-size: cover;
}
#kezdo .kiemelt_cikk_2_3 a.cikk:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  border-radius: 20px;
}
#kezdo .kiemelt_cikk_2_3 a.cikk:hover h3, #kezdo .kiemelt_cikk_2_3 a.cikk:hover h3 span {
  color: #088BD1;
}
#kezdo .kiemelt_cikk_2_3 a.cikk:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.landing .blokk .cim {
  display: block;
}
.landing #kezdo {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  position: relative;
  height: 579px;
  display: block;
}
.landing #kezdo .kezdo-logo {
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 10000;
}
.landing .blokkcim p {
  font: 600 72px/107px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  z-index: 1000;
  position: relative;
  margin-bottom: 0;
  padding: 0 36px 32px 36px;
}
.landing #blokk_2 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  position: relative;
  padding-top: 95px;
  min-height: 1639px;
}
.landing #blokk_2 .szoveg-ablak {
  width: 100%;
  max-width: 692px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  padding: 60px;
  border-radius: 40px;
}
.landing #blokk_2 .szoveg-ablak p:last-child {
  margin-bottom: 0;
}
.landing #blokk_2 .szoveg-ablak * {
  color: #ffffff;
}
.landing #blokk_2 .szoveg-ablak .cim {
  font: 600 58px/78px "Oswald", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 40px rgb(0, 0, 0);
}
.landing #blokk_2 .szoveg-ablak .alcim {
  font: 600 20px/32px "Oswald", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 40px rgb(0, 0, 0);
}
.landing #blokk_2 .szoveg-ablak .datum {
  font: 600 40px/64px "Oswald", sans-serif;
}
.landing #blokk_2 .szoveg-ablak .szoveg p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}
.landing #blokk_3 {
  overflow: hidden;
  position: relative;
  margin-top: -600px;
  padding-top: 130px;
  padding-bottom: 50px;
}
.landing #blokk_3 .blokkcim {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.landing #blokk_3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2200px;
  height: 100%;
  background-color: #00436E;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 1;
}
.landing #blokk_3 video {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 0px;
  z-index: 1000;
}
.landing #blokk_3 .video-embed {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 56.25%;
  margin-top: 60px;
  z-index: 1000;
}
.landing #blokk_3 .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 20px;
}
.landing #blokk_4 {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  z-index: 1000;
  padding-bottom: 50px;
}
.landing #blokk_4 .szam-blokkok {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.landing #blokk_4 .szam-blokkok .countdown-gradient {
  background: rgb(201, 174, 93);
  background: linear-gradient(90deg, rgb(201, 174, 93) 0%, rgb(223, 204, 135) 50%, rgb(182, 150, 77) 100%);
  position: relative;
  z-index: 1000;
  padding: 7px;
  border-radius: 45px;
  flex: 1 370px;
}
.landing #blokk_4 .szam-blokkok .countdown-wrapper {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  background-color: #002842;
  border-radius: 45px;
  width: 100%;
  height: 100%;
  padding: 48px;
}
.landing #blokk_4 .szam-blokkok .countdown-wrapper .szam {
  display: flex;
  align-items: center;
  gap: 23px;
}
.landing #blokk_4 .szam-blokkok .countdown-wrapper .szam p {
  margin-bottom: 0;
  line-height: 16px;
}
.landing #blokk_4 .szam-blokkok .countdown-wrapper .szam img {
  align-self: center;
}
.landing #blokk_4 .szam-blokkok .countdown-wrapper .countdown {
  color: #FFBE2C;
  font: 600 106px/106px "Oswald", sans-serif;
  font-size: clamp(1rem, 3em + 2.6946vw, 6.625rem);
}
.landing #blokk_4 .szam-blokkok .countdown-wrapper .mertekegyseg {
  color: #FFBE2C;
  font: 600 39px/39px "Oswald", sans-serif;
}
.landing #blokk_4 .szam-blokkok .countdown-wrapper p.felirat {
  color: #ffffff;
  font: 600 24px/24px "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.landing #blokk_4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 100%;
  background-color: #00436E;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 1;
}
.landing #blokk_5 {
  background-color: #002842;
  padding-top: 500px;
  margin-top: -450px;
  padding-bottom: 150px;
}
.landing #blokk_5 .section-inner {
  max-width: 1920px;
}
.landing #blokk_6 {
  background-color: #002842;
}
.landing #blokk_6 .section-inner {
  text-align: center;
}
.landing #blokk_6 .galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  align-items: center;
}
.landing #blokk_6 .galeria a.fancybox {
  flex: 1 calc(33% - 32px);
  display: block;
  position: relative;
}
.landing #blokk_6 .galeria a.fancybox .foto {
  position: relative;
  padding-top: 54%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.landing #blokk_6 .galeria a.fancybox:hover .foto {
  box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.86);
}
.landing #blokk_6 a.tovabb-button {
  display: inline-block;
  margin: 54px auto;
  padding: 18px 54px;
  border: 2px solid #ffffff !important;
  border-radius: 30px;
  color: #ffffff;
  font: 400 16px/24px "Open Sans", sans-serif;
}
.landing #blokk_6 a.tovabb-button:hover {
  box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.86);
}
.landing #blokk_6 a.tovabb-button:hover:after {
  right: -10px;
}
.landing #blokk_6 a.tovabb-button:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(img/tovabb-nyil-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.landing .landing-szponzor-banner .fooldal-szponzorok .fokozat-blokk h2 {
  color: #ffffff;
  font: 600 72px/107px "Oswald", sans-serif;
  font-size: 32px;
}
.landing .landing-slider {
  /*button.slick-arrow
  {
  	bottom: -40px;
  	transform: translateX(-50%);
  	position: absolute;

  	cursor: pointer;
  	border: none;
  	background: none;

  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: contain;

  	width: 60px;
  	height: 30px;

  	&.slick-prev
  	{
  		left: calc(50% - 65px);
  		background-image: url(img/vissza-nyil.svg);
  	}

  	&.slick-next
  	{
  		left: calc(50% + 65px);
  		background-image: url(img/tovabb-nyil.svg);
  	}
  }*/
}
.landing .landing-slider .slick-track {
  display: flex;
  align-items: center;
  padding: 24px 0 0 0;
}
.landing .landing-slider .slick-slide {
  width: auto;
  padding: 50px;
  transition: transform 300ms ease;
}
.landing .landing-slider .slick-slide img {
  display: block;
  width: 90%;
  align-self: center;
  filter: grayscale(100%);
  margin: 0 auto;
}
.landing .landing-slider .slick-slide .evszam {
  color: #c4c4c4;
  font: 600 72px/107px "Oswald", sans-serif;
  text-align: center;
  transition: color 300ms ease;
  background-color: #00436E;
  border-radius: 20px;
  padding: 200px 0 0 0;
  margin-top: -200px;
}
.landing .landing-slider .slick-slide .tovabb-szoveg {
  display: block;
  visibility: hidden;
  text-align: center;
  color: #ffffff;
  padding-bottom: 24px;
}
.landing .landing-slider .slick-slide .tovabb-szoveg:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(img/tovabb-nyil-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.landing .landing-slider .slick-slide.slick-center {
  transform: scale(1.2);
}
.landing .landing-slider .slick-slide.slick-center img {
  filter: none;
  filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.7));
}
.landing .landing-slider .slick-slide.slick-center .evszam {
  color: #ffffff;
}
.landing .landing-slider .slick-slide.slick-center .tovabb-szoveg {
  visibility: visible;
}
.landing .landing-slider .slick-slide.slick-center a:hover .evszam {
  box-shadow: 0px 0px 13px -3px rgb(255, 255, 255);
}

.szurke-bg {
  background-color: #f5f5f5;
  padding-top: 32px;
  padding-bottom: 32px;
}

.post-type-archive-hirek .banner {
  margin-top: 0;
}

.belso.lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.belso.lista .szponzor {
  flex: 0 1 150px;
  height: 100px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#eredmenyek-blokk {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 36px;
}

#fogasok {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  padding: 45px 1rem 134px;
}
#fogasok .section-inner {
  max-width: 100%;
  padding: 0;
}
#fogasok .blokk .cim {
  margin: 0 auto 16px;
}
#fogasok h2.blokk-cim {
  color: #ffffff;
  max-width: calc(1382px + 2rem);
}
#fogasok .musoraink {
  display: flex;
}
#fogasok .tovabb-nyil {
  color: #ffffff;
}
#fogasok .tovabb-nyil:hover {
  color: #088BD1;
}
#fogasok .slick-track a {
  position: relative;
  display: inline-block;
  padding: 32px;
  height: 257px;
  width: 376px;
  margin: 0 16px;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#fogasok .slick-track a .info {
  z-index: 3;
}
#fogasok .slick-track a .info h3 {
  text-align: center;
  color: #ffffff;
  font: 600 18px/24px "Open Sans", sans-serif;
}
#fogasok .slick-track a:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  border-radius: 20px;
}
#fogasok .slick-track a:hover .info h3 {
  color: #088BD1;
}
#fogasok .fogasok-carousel {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  visibility: hidden;
  /*.slick-prev
  {
  	border-radius: 20px 0 0 20px;
  	background-image: url(img/vissza-nyil.svg);
  	left: calc(50% - 34px);
  }

  .slick-next
  {
  	border-radius: 0 20px 20px 0;
  	background-image: url(img/tovabb-nyil.svg);
  	left: 50%;
  }

  .slick-prev,
  .slick-next
  {
  	position: absolute;
  	bottom: -84px;
  	border: none;
  	padding: 0;

  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: 13px;

  	background-color: #ffffff;

  	width: 34px;
  	height: 34px;
  	z-index:99;

  	&.slick-disabled
  	{
  		//background-position: center top;
  	}

  	&:hover
  	{
  		background-color: $szurke-light;
  	}
  }*/
}
#fogasok .fogasok-carousel.slick-initialized {
  visibility: visible;
}
#fogasok .fogasok-carousel .slick-cloned {
  transform: translate3d(0, 0, 0);
}

.slick-prev {
  background-image: url(img/tovabb-nyil.svg);
  transform: rotate(180deg);
  left: calc(50% - 85px);
}

.slick-next {
  background-image: url(img/tovabb-nyil.svg);
  left: calc(50% + 1px);
}

.slick-prev,
.slick-next {
  border-radius: 0 50px 50px 0;
  position: absolute;
  bottom: -84px;
  padding: 24px 40px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #ffffff;
  width: 34px;
  height: 34px;
  z-index: 99;
  border: 2px solid #ffffff;
  transition: all 0.2s ease-in-out;
}
.slick-prev:not(.slick-disabled):hover,
.slick-next:not(.slick-disabled):hover {
  background-position: calc(50% + 10px);
}
.slick-prev.slick-disabled, .slick-prev.slick-disabled:hover,
.slick-next.slick-disabled,
.slick-next.slick-disabled:hover {
  background: none;
  border: none;
}

.fancybox__caption p {
  color: #ffffff;
}

#fogasok-archive .belso.lista {
  align-items: flex-start;
}

#videok,
#webcam,
#webcam-lista,
#videok-lista {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
#videok h2.blokk-cim,
#videok p,
#videok a,
#webcam h2.blokk-cim,
#webcam p,
#webcam a,
#webcam-lista h2.blokk-cim,
#webcam-lista p,
#webcam-lista a,
#videok-lista h2.blokk-cim,
#videok-lista p,
#videok-lista a {
  color: #ffffff;
}
#videok .lista,
#webcam .lista,
#webcam-lista .lista,
#videok-lista .lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}
#videok .video-embed,
#webcam .video-embed,
#webcam-lista .video-embed,
#videok-lista .video-embed {
  flex: 1 300px;
  text-align: center;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
#videok .video-embed iframe,
#webcam .video-embed iframe,
#webcam-lista .video-embed iframe,
#videok-lista .video-embed iframe {
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  height: auto;
  position: static !important;
}
#videok .video-embed.allo iframe,
#webcam .video-embed.allo iframe,
#webcam-lista .video-embed.allo iframe,
#videok-lista .video-embed.allo iframe {
  aspect-ratio: 9/16;
  max-width: 50%;
}
#videok .video-embed p,
#webcam .video-embed p,
#webcam-lista .video-embed p,
#videok-lista .video-embed p {
  padding: 10px 0;
  margin-bottom: 0;
}
#videok .video-embed .apro p,
#webcam .video-embed .apro p,
#webcam-lista .video-embed .apro p,
#videok-lista .video-embed .apro p {
  font-size: 14px;
  font-weight: bold;
}
#videok .video-embed .text-content a:hover,
#webcam .video-embed .text-content a:hover,
#webcam-lista .video-embed .text-content a:hover,
#videok-lista .video-embed .text-content a:hover {
  color: #088BD1;
}
#videok .video-embed .text-content .link-gomb a,
#webcam .video-embed .text-content .link-gomb a,
#webcam-lista .video-embed .text-content .link-gomb a,
#videok-lista .video-embed .text-content .link-gomb a {
  background-color: #009CDE;
  color: #ffffff;
  margin: 0 auto;
}
#videok .video-embed .text-content .link-gomb a:hover,
#webcam .video-embed .text-content .link-gomb a:hover,
#webcam-lista .video-embed .text-content .link-gomb a:hover,
#videok-lista .video-embed .text-content .link-gomb a:hover {
  background-color: #088BD1 !important;
}
#videok .video-embed video,
#webcam .video-embed video,
#webcam-lista .video-embed video,
#videok-lista .video-embed video {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#videok .video-embed video.fade-out,
#webcam .video-embed video.fade-out,
#webcam-lista .video-embed video.fade-out,
#videok-lista .video-embed video.fade-out {
  opacity: 0;
}
#videok .webcam-box,
#webcam .webcam-box,
#webcam-lista .webcam-box,
#videok-lista .webcam-box {
  display: block;
  aspect-ratio: 16/9;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#videok .webcam-box:hover,
#webcam .webcam-box:hover,
#webcam-lista .webcam-box:hover,
#videok-lista .webcam-box:hover {
  box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.86);
  cursor: pointer;
}

#webcam-lista h2.blokk-cim,
#webcam-lista p,
#webcam-lista a,
#videok-lista h2.blokk-cim,
#videok-lista p,
#videok-lista a {
  color: inherit;
}
#webcam-lista .tartalom,
#videok-lista .tartalom {
  width: 100%;
  max-width: 784px;
  margin: 0 auto 36px;
}
#webcam-lista .video-embed,
#videok-lista .video-embed {
  flex: 1 20%;
}
#webcam-lista .video-embed.szerkesztett .video-title, #webcam-lista .video-embed.selected .video-title,
#videok-lista .video-embed.szerkesztett .video-title,
#videok-lista .video-embed.selected .video-title {
  color: #00436E;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 24px 0;
}
#webcam-lista .video-embed.szerkesztett .embed iframe, #webcam-lista .video-embed.selected .embed iframe,
#videok-lista .video-embed.szerkesztett .embed iframe,
#videok-lista .video-embed.selected .embed iframe {
  box-shadow: 0px 0px 10px 3px rgba(34, 85, 119, 0.66);
}
#webcam-lista .video-embed.selected .video-js,
#videok-lista .video-embed.selected .video-js {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px 3px rgba(34, 85, 119, 0.66);
}
#webcam-lista .lejatszo-ablakok,
#videok-lista .lejatszo-ablakok {
  padding: 36px 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: flex-end;
}
#webcam-lista .lejatszo-ablakok .video-embed,
#videok-lista .lejatszo-ablakok .video-embed {
  flex: 1 400px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

#videok-lista .video-embed {
  align-self: center;
}
#videok-lista .lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 24px;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  display: block;
  color: rgba(255, 255, 255, 0.91);
  font-size: 1.5em;
  line-height: 1.2em;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-js {
  width: 100%;
  max-width: 630px;
  padding-bottom: 57% !important;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.video-js .vjs-tech {
  border-radius: 20px;
}
.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.video-js #adasban {
  padding-top: 0;
  padding-bottom: 79px;
}
.video-js #adasban .slick-track {
  display: flex;
  background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 49%, #009CDE 50%, #f5f5f5 51%, #f5f5f5 0%);
}
.video-js #adasban .slick-prev {
  left: 0px;
  background-image: url(img/vissza-nyil.svg);
  border-radius: 20px 0px 0px 20px;
}
.video-js #adasban .slick-next {
  left: 36px;
  background-image: url(img/tovabb-nyil.svg);
  border-radius: 0 20px 20px 0;
}
.video-js #adasban .slick-prev,
.video-js #adasban .slick-next {
  position: absolute;
  bottom: -44px;
  border: none;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  background-color: #ffffff;
  width: 34px;
  height: 34px;
  z-index: 99;
}
.video-js #adasban .slick-prev:hover,
.video-js #adasban .slick-next:hover {
  background-color: #ededed;
}
.video-js #adasban .slick-prev.slick-disabled,
.video-js #adasban .slick-next.slick-disabled {
  background: none;
  background-color: #ededed;
}
.video-js #adasban .adasban-carousel {
  visibility: hidden;
}
.video-js #adasban .adasban-carousel.slick-initialized {
  visibility: visible;
}
.video-js #adasban .adas {
  background-color: #ffffff;
  height: auto;
  position: relative;
  margin-right: 25px;
}
.video-js #adasban .adas a, .video-js #adasban .adas span {
  display: block;
  width: 100%;
  height: 100%;
}
.video-js #adasban .adas p, .video-js #adasban .adas span {
  color: #225577;
}
.video-js #adasban .adas a .cim {
  color: #088BD1;
}
.video-js #adasban .adas a:hover {
  background-color: #ededed;
}
.video-js #adasban .adas a:hover .cim {
  color: #225577;
}
.video-js #adasban .adas .ido {
  font: 400 12px/12px "Open Sans", sans-serif;
  font-weight: normal;
  padding: 25px 25px 5px 25px;
}
.video-js #adasban .adas .musor {
  font: 400 12px/12px "Open Sans", sans-serif;
  font-weight: normal;
  padding: 0 25px 10px 25px;
}
.video-js #adasban .adas .cim {
  font: 700 14px/14px "Open Sans", sans-serif;
  line-height: 18px;
  font-weight: 600;
  padding: 0 25px 25px 25px;
}
.video-js #adasban .adas.most {
  background-color: #D5F1FD;
}

/*** Hírek, Közlemények ***/
#kozlemenyek .kozlemenyek {
  width: 100%;
  display: flex;
}
#kozlemenyek .harmas .belso {
  align-items: flex-start;
}

.harmas .belso {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.harmas .belso a {
  position: relative;
  display: inline-block;
  flex: 1;
  max-width: calc(33% - 16px);
  z-index: 1;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.harmas .belso a .foto {
  width: 100%;
  height: 212px;
  margin-bottom: 15px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 20px;
}
.harmas .belso a .info .datum {
  font: 400 12px/26px "Open Sans", sans-serif;
  font-weight: normal;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  background-image: url(img/ora-szurke.svg);
}
.harmas .belso a .info h3 {
  font: 600 18px/24px "Open Sans", sans-serif;
  color: #225577;
  margin: 0 0 10px 0;
}
.harmas .belso a .info .kivonat {
  letter-spacing: 0.3px !important;
}
.harmas .belso a:hover .info h3 {
  color: #088BD1;
}
.harmas .belso a:hover .info .alcim {
  color: #464646;
}
.harmas .belso.receptek a {
  height: 212px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.harmas .belso.receptek a:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
}
.harmas .belso.receptek a .info {
  position: relative;
  z-index: 3;
}
.harmas .belso.receptek a .info h3 {
  color: #ffffff;
}
.harmas .belso.receptek a:hover .info h3 {
  color: #088BD1;
}

.single .foto,
.single .foto img {
  border-radius: 20px;
}
.single .harmas .belso a {
  margin-bottom: 32px;
  flex: 1 30%;
}
.single .harmas .belso a p.kivonat {
  font-weight: 400;
}
.single .harmas .belso a:hover h3 {
  color: #088BD1;
}
.single .text p {
  margin-bottom: 15px;
}
.single a {
  color: #088BD1 !important;
}
.single a:hover {
  color: #225577 !important;
}

.page-template-page-hirek .tartalom,
.page-template-page-kozlemenyek .tartalom,
.post-type-archive .tartalom,
.page-template-page-szponzorok .tartalom {
  width: 100%;
  max-width: 784px;
  margin: 0 auto 36px;
}
.page-template-page-hirek .harmas .belso.lista,
.page-template-page-kozlemenyek .harmas .belso.lista,
.post-type-archive .harmas .belso.lista,
.page-template-page-szponzorok .harmas .belso.lista {
  flex-wrap: wrap;
  align-items: flex-start !important;
}
.page-template-page-hirek .harmas .belso a,
.page-template-page-kozlemenyek .harmas .belso a,
.post-type-archive .harmas .belso a,
.page-template-page-szponzorok .harmas .belso a {
  margin-bottom: 32px;
  min-width: 30%;
}

#galeriak-archive .harmas .belso a .foto {
  background-size: contain !important;
}
#galeriak-archive .harmas .belso a .info {
  text-align: center;
}
#galeriak-archive .harmas .belso a .info p {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  background-color: #004A88;
  color: #ffffff;
}

.single-galeriak .harmas .belso a {
  flex: 1 calc(30% - 16px);
  margin-bottom: 0;
}
.single-galeriak .harmas .belso a .foto {
  margin-bottom: 0;
}

.page-template-page-kozlemenyek #kezdo {
  display: block;
}
.page-template-page-kozlemenyek #kezdo .kiemelt_cikk_1 {
  padding-top: 56%;
}
.page-template-page-kozlemenyek #kezdo .kiemelt_cikk_2_3 {
  flex-direction: row;
  margin-top: 32px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.page-template-page-kozlemenyek #kezdo .kiemelt_cikk_2_3 a {
  flex: 1 calc(33% - 16px);
  max-width: calc(33% - 16px);
}
.page-template-page-kozlemenyek.kozlemenylista {
  display: flex;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt .bal {
  flex: 1;
  position: relative;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt .bal .kep {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt .jobb {
  flex: 1;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt .kivonat {
  margin-top: 15px;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt_cikk_2_3 a:before {
  display: none;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt_cikk_2_3 a.cikk {
  flex: 1;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt_cikk_2_3 a:hover h3, .page-template-page-kozlemenyek.kozlemenylista .kiemelt_cikk_2_3 a:hover h3 span {
  color: #088BD1;
}
.page-template-page-kozlemenyek.kozlemenylista .kiemelt_cikk_2_3 a:hover .alcim {
  color: #464646;
}

.page-template-page-szponzorok,
.fooldal-szponzorok {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 36px 0;
}
.page-template-page-szponzorok .fokozat-blokk .belso.lista .szponzor,
.fooldal-szponzorok .fokozat-blokk .belso.lista .szponzor {
  background-color: transparent;
}
.page-template-page-szponzorok .fokozat-blokk h2,
.fooldal-szponzorok .fokozat-blokk h2 {
  text-align: center;
}
.page-template-page-szponzorok .harmas .belso,
.fooldal-szponzorok .harmas .belso {
  justify-content: center;
}
.page-template-page-szponzorok .harmas .belso.lista a,
.fooldal-szponzorok .harmas .belso.lista a {
  align-items: center;
  justify-content: space-between;
}
.page-template-page-szponzorok .harmas .belso.lista a ul,
.fooldal-szponzorok .harmas .belso.lista a ul {
  margin-left: 0 !important;
}
.page-template-page-szponzorok .harmas .belso.lista a .logo,
.fooldal-szponzorok .harmas .belso.lista a .logo {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}
.page-template-page-szponzorok .harmas .belso.lista a .adatok,
.fooldal-szponzorok .harmas .belso.lista a .adatok {
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page-template-page-szponzorok .harmas .belso.lista a .adatok a, .page-template-page-szponzorok .harmas .belso.lista a .adatok p, .page-template-page-szponzorok .harmas .belso.lista a .adatok ul li,
.fooldal-szponzorok .harmas .belso.lista a .adatok a,
.fooldal-szponzorok .harmas .belso.lista a .adatok p,
.fooldal-szponzorok .harmas .belso.lista a .adatok ul li {
  text-align: center;
}
.page-template-page-szponzorok .harmas .belso.lista a img,
.fooldal-szponzorok .harmas .belso.lista a img {
  align-self: center;
  padding: 15px;
  width: 100%;
  max-width: 250px;
}

#szektorok .belso.lista {
  justify-content: center;
}
#szektorok .belso.lista .szektor-map {
  display: block;
  width: 100%;
  margin: 0 auto 16px;
  text-align: center;
}
#szektorok .belso.lista .szektor-map img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
#szektorok .belso.lista .szponzor {
  height: auto;
  width: 335px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#szektorok .belso.lista .szponzor .map {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
#szektorok .belso.lista .szponzor span {
  text-align: center;
}

.lenyit:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 15px;
  background-image: url(img/arrow-down-icon.svg);
  cursor: pointer;
  margin-bottom: -5px;
}
.lenyit.open:after {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

#csapatok .belso.lista .csapat-blokk {
  width: 100%;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #f5f5f5;
}
#csapatok .belso.lista .csapat-blokk .nev {
  font-size: 24px;
  font-weight: bold;
}
#csapatok .belso.lista .csapat-blokk .szponzor-nev {
  display: flex;
  gap: 5px;
}
#csapatok .belso.lista .csapat-blokk .szponzor-nev p {
  font-size: 16px;
  font-weight: bold;
}
#csapatok .belso.lista .csapat-blokk .orszag {
  font-size: 16px;
}
#csapatok .belso.lista .csapat-blokk .tagok {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#csapatok .belso.lista .csapat-blokk .tagok .tag-blokk {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
#csapatok .belso.lista .csapat-blokk .tagok .tag-blokk img {
  display: block;
  align-self: center;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}

.page-template-fooldal #szektorok .belso.lista {
  row-gap: 10px;
}
.page-template-fooldal #szektorok .belso.lista .szponzor {
  flex: 0 1 120px;
  align-self: baseline;
  margin: 0 5px;
  padding: 7px;
  border-radius: 10px;
}
.page-template-fooldal #szektorok .belso.lista .szponzor .map {
  height: 0;
  padding-bottom: 50%;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.single-szektorok .tartalom {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
.single-szektorok .map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.single-szektorok .terkep {
  flex: 1 600px;
  max-width: 600px;
  width: 100%;
}
.single-szektorok .szponzor {
  flex: 1;
  align-self: flex-end;
  margin: 0 0 36px;
}
.single-szektorok .szponzor img {
  width: 100%;
  max-width: 200px;
}
.single-szektorok .szponzor .tovabb {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 36px;
}
.single-szektorok .szponzor .tovabb:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(img/tovabb-nyil.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.single-szektorok .szponzor a:hover h2 {
  color: #088BD1;
}
.single-szektorok .szponzor a:hover .tovabb {
  color: #088BD1;
}
.single-szektorok .szponzor a:hover .tovabb:after {
  right: -10px;
}
.single-szektorok .helyszinek {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  justify-content: space-between;
  gap: 32px;
}
.single-szektorok .helyszinek .helyszin-blokk {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 16px;
  background-color: #f5f5f5;
  margin-bottom: 36px;
}
.single-szektorok .helyszinek .helyszin-blokk .leiras {
  margin: 5px 0;
}
.single-szektorok .helyszinek .helyszin-blokk .leiras p {
  font-size: 14px;
}
.single-szektorok .helyszinek .helyszin-blokk .cim {
  font-weight: bold;
}
.single-szektorok .helyszinek .helyszin-blokk .address {
  font-size: 12px;
  margin: 5px 0;
}
.single-szektorok .helyszinek .helyszin-blokk .peg-sor {
  margin-bottom: 16px;
}
.single-szektorok .helyszinek .helyszin-info {
  min-height: 100px;
}
.single-szektorok .helyszinek .telepules {
  margin: 32px 0;
}
.single-szektorok .helyszinek .telepules .cimer-blokk {
  min-height: 150px;
}
.single-szektorok .helyszinek .telepules img {
  height: auto;
  width: 100%;
  max-width: 100px;
  margin: 5px 10px 5px 0;
  mix-blend-mode: multiply;
}
.single-szektorok .helyszinek .telepules .honlap {
  font-size: 14px;
}
.single-szektorok .helyszinek .peg {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ededed;
  margin-right: 10px;
}

.video-blokk-cim {
  padding: 10px 25px;
  background-color: #ededed;
}

.page-template-page-videok .harmas .belso .video-blokk {
  flex: 1;
  width: 100%;
  max-width: 300px;
}

#ajax-posts.kozlemenyek .harmas .belso.lista {
  margin-top: 0;
}

.single-kozlemenyek #epizodok h2.cim {
  width: 100%;
}

.szp-adatok .fokozat {
  margin-bottom: 36px;
}
.szp-adatok .info .text p.fok {
  font-weight: bold;
}
.szp-adatok .info.epizod .logo img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 36px;
}

#peg-archive .harmas .belso {
  justify-content: flex-start;
}
#peg-archive .harmas .belso a.peg-box {
  flex: 0 89px;
  padding: 10px;
  background-color: #ededed;
  margin: 15px;
  text-align: center;
  width: 70px;
}
#peg-archive .harmas .belso a.peg-box:hover {
  background-color: #088BD1;
  color: #ffffff;
}

.single-peg .gps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-peg .gps span {
  display: block;
  flex: 1 0 300px;
  padding: 10px;
  background-color: #ededed;
  margin: 16px;
}

#hirlevel {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  padding-top: 70px;
  padding-bottom: 70px;
}
#hirlevel .blokk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
  padding-left: 102px;
  padding-right: 102px;
}
#hirlevel .blokk .text {
  flex: 1;
}
#hirlevel .blokk .nevek p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#hirlevel .blokk .nevek p span {
  display: block;
  flex: 1;
}
#hirlevel .blokk .wpcf7 {
  flex: 1;
}
#hirlevel .blokk .wpcf7 input[type=text],
#hirlevel .blokk .wpcf7 input[type=email],
#hirlevel .blokk .wpcf7 input[type=submit] {
  border: 1px solid #ffffff;
  background: none;
  border-radius: 30px !important;
}
#hirlevel .blokk .wpcf7 input[type=submit] {
  background-color: #ffffff;
  color: #225577;
  transition: all 0.2s ease-in-out;
}
#hirlevel .blokk .wpcf7 input[type=submit]:hover, #hirlevel .blokk .wpcf7 input[type=submit]:focus {
  color: #ffffff;
  background-color: #004A88;
  border-color: #004A88;
}
#hirlevel .blokk .wpcf7 input[type=checkbox] {
  border: none;
}
#hirlevel .blokk .wpcf7 input[type=checkbox]::after {
  left: 5px;
  top: 5px;
  width: 10px;
}
#hirlevel .blokk .wpcf7 ::-moz-placeholder {
  color: #ffffff;
}
#hirlevel .blokk .wpcf7 ::placeholder {
  color: #ffffff;
}
#hirlevel a, #hirlevel span, #hirlevel p, #hirlevel h1, #hirlevel h2, #hirlevel h3, #hirlevel h4, #hirlevel h5, #hirlevel h6, #hirlevel input, #hirlevel textarea {
  color: #ffffff;
}
#hirlevel h1 {
  margin-bottom: 32px;
  line-height: 48px;
}
#hirlevel .mj-w-res-iframe {
  flex: 0 1 376px;
}

iframe {
  flex: 1;
  max-width: 500px;
}
iframe html body.pas-body form.pas-form {
  background: none !important;
}
iframe html body.pas-body input.pas-input-input {
  border: 1px solid #ffffff !important;
  border-radius: 30px;
  padding: 30px;
  font-size: 16px;
  font-weight: 600;
  background: none;
  color: #ffffff;
}
iframe html body.pas-body input.pas-input-input ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
iframe html body.pas-body input.pas-input-input ::placeholder {
  color: #ffffff;
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 20px !important;
  border-color: #225577;
  color: #ffffff;
  background-color: rgba(21, 108, 17, 0.72);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 20px !important;
  border-color: #ff0000;
  color: #ffffff;
  background-color: rgba(246, 134, 134, 0.89);
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #ff0000 !important;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 100%;
}
.wpcf7 p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 p span {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.wpcf7 p .vezetek-nev, .wpcf7 p .kereszt-nev {
  flex: 1 175px;
  max-width: 175px;
}
.wpcf7 span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 span.wpcf7-list-item label {
  display: flex;
}
.wpcf7 span.wpcf7-list-item label span {
  margin-left: 10px;
}

.musor-kezdo .foto, .szp-adatok .foto {
  width: 100%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.musor-kezdo .recept-banner, .szp-adatok .recept-banner {
  position: relative;
  z-index: 1;
}
.musor-kezdo .info, .szp-adatok .info {
  justify-content: flex-start;
  margin: 45px auto 90px;
  max-width: 784px;
}
.musor-kezdo .info .cim, .szp-adatok .info .cim {
  flex: 0 309px;
  margin-right: 103px;
}
.musor-kezdo .info .cim h1, .musor-kezdo .info .cim h1 p, .szp-adatok .info .cim h1, .szp-adatok .info .cim h1 p {
  font: 600 36px/44px "Open Sans", sans-serif;
  color: #225577;
}
.musor-kezdo .info .alcim, .szp-adatok .info .alcim {
  margin-top: 25px;
}
.musor-kezdo .info .alcim a, .musor-kezdo .info .alcim p, .musor-kezdo .info .alcim span, .szp-adatok .info .alcim a, .szp-adatok .info .alcim p, .szp-adatok .info .alcim span {
  font: 400 20px/29px "Open Sans", sans-serif;
  color: #225577;
}
.musor-kezdo .info .text, .szp-adatok .info .text {
  flex: 0 580px;
}
.musor-kezdo .info .text p, .szp-adatok .info .text p {
  font: 400 16px/24px "Open Sans", sans-serif;
}
.musor-kezdo .info .text .heti-gomb, .szp-adatok .info .text .heti-gomb {
  background-color: #733991;
  color: #ffffff !important;
  padding-left: 85px;
  margin-top: 40px;
  width: 100%;
  max-width: 270px;
  display: inline-block;
  background-image: url(img/tv-ikon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 40px center !important;
  background-size: 25px !important;
}
.musor-kezdo .info .text .heti-gomb:after, .szp-adatok .info .text .heti-gomb:after {
  background-image: url(img/tovabb-nyil-white.svg) !important;
}
.musor-kezdo .info .text .heti-gomb:hover, .musor-kezdo .info .text .heti-gomb:focus, .szp-adatok .info .text .heti-gomb:hover, .szp-adatok .info .text .heti-gomb:focus {
  background-color: #921ab3 !important;
}
.musor-kezdo .info.epizod, .szp-adatok .info.epizod {
  display: block;
  width: 100%;
  max-width: 784px;
  margin: 45px auto 90px;
  position: relative;
}
.musor-kezdo .info.epizod .badges, .szp-adatok .info.epizod .badges {
  top: -10px;
  right: 0;
}
.musor-kezdo .info.epizod .cim h1, .szp-adatok .info.epizod .cim h1 {
  margin: 1px 0 20px 0;
}
.musor-kezdo .info.epizod iframe, .szp-adatok .info.epizod iframe {
  width: 100%;
  max-width: 100%;
}
.musor-kezdo .info.epizod img, .szp-adatok .info.epizod img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.musor-kezdo .info.epizod .logo img, .szp-adatok .info.epizod .logo img {
  width: auto;
}
.musor-kezdo .info.epizod ul, .szp-adatok .info.epizod ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0 !important;
}
.musor-kezdo .info.epizod .kapcs-besz, .szp-adatok .info.epizod .kapcs-besz {
  padding: 20px 0 25px 0;
  margin-top: 40px;
  border-top: 1px solid #225577;
  border-bottom: 1px solid #225577;
}
.musor-kezdo .info.epizod .kapcs-besz span, .szp-adatok .info.epizod .kapcs-besz span {
  font-weight: bold;
  color: #225577;
}
.musor-kezdo .info.epizod .kapcs-besz a, .szp-adatok .info.epizod .kapcs-besz a {
  font-weight: bold;
}
.musor-kezdo .info.epizod .vissza-footer, .szp-adatok .info.epizod .vissza-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.musor-kezdo .info.epizod .vissza-footer .vissza-nyil, .szp-adatok .info.epizod .vissza-footer .vissza-nyil {
  margin-bottom: 0;
  align-self: center;
}
.musor-kezdo .info.epizod .vissza-footer .heti-gomb, .szp-adatok .info.epizod .vissza-footer .heti-gomb {
  margin-top: 0;
}

.attachment-post-thumbnail {
  max-width: 100% !important;
  height: auto;
}

.musor-kezdo .text img {
  margin: 20px auto;
}

.more_posts {
  display: block;
  margin: 43px auto 70px;
  padding: 15px 45px 15px 45px;
  background-color: #225577;
  color: #ffffff;
  cursor: pointer;
}
.more_posts:hover {
  background-color: #009CDE;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ededed;
  border-radius: 30px !important;
  margin: 15px 15px 15px 0;
  color: #004A88;
}
.tags a:hover {
  background-color: #d1d1d1;
}

.kereses span.keres {
  color: #225577;
}
.kereses span.kifejezes {
  color: #464646;
}
.kereses .cim {
  color: #225577;
  margin: 10px 0;
  font: 400 20px/29px "Open Sans", sans-serif;
  font-weight: bold;
}
.kereses .talalat {
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  border-bottom: 1px solid #ededed !important;
}
.kereses .talalat img {
  margin: 0 26px 26px 0;
}
.kereses .no-results.not-found > :first-child {
  margin: 0;
}
.kereses .keress-ujra {
  margin: 25px 0;
  font-size: 18px;
  line-height: 24px;
}
.kereses #searchform {
  margin-bottom: 45px;
}

.page-template-kapcsolat .site-content .section-inner {
  padding: 75px 0;
}
.page-template-kapcsolat .site-content h1, .page-template-kapcsolat .site-content h2, .page-template-kapcsolat .site-content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.page-template-kapcsolat .site-content h1.cim, .page-template-kapcsolat .site-content h2.cim, .page-template-kapcsolat .site-content h3.cim {
  font: 600 42px/50px "Open Sans", sans-serif;
  margin-bottom: 75px;
}
.page-template-kapcsolat .site-content h1 {
  color: #225577;
}

/*** SITE CONTENT VÉGE ***/
#banner_landing_bottom {
  padding: 48px 0;
  width: 100%;
  margin: 0 auto;
}

/*******************************/
/******* FOOTER BLOKKOK ********/
/*******************************/
/* FOOTER */
.site-footer {
  background-color: #004A88;
  max-width: 100%;
  padding: 0;
}
.site-footer.landing-footer {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(img/landing-footer-bg.jpg);
}
.site-footer .section-inner.also {
  display: flex;
  padding: 24px 0;
}
.site-footer a, .site-footer a:link, .site-footer span, .site-footer p, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer ul li {
  color: #ffffff;
}
.site-footer .kapcsolat {
  flex: 1 510px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 24px;
}
.site-footer .kapcsolat .footer-logo {
  padding-right: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.site-footer .kapcsolat .footer-logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.site-footer .kapcsolat .site-name {
  display: flex;
}
.site-footer .kapcsolat .widget-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 2;
}
.site-footer .kapcsolat p:not(:last-child), .site-footer .kapcsolat h2:not(:last-child) {
  margin-bottom: 20px;
}
.site-footer .partnerek-copyright {
  flex: 1 682px;
  padding: 48px 24px 24px 24px;
}
.site-footer .partner-logok {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.site-footer .partner-logok a {
  display: flex;
  justify-content: center;
  width: 110px;
  height: 80px;
}
.site-footer .partner-logok a .keret {
  float: left;
  margin-bottom: 14px;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  width: 80%;
  height: 80%;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  align-self: center;
  transition: all 0.2s ease-in-out;
}
.site-footer .partner-logok a:hover .keret {
  width: 90%;
  height: 90%;
}
.site-footer .footer-navigation {
  margin: 25px auto;
  width: 100%;
}
.site-footer .footer-navigation-wrapper {
  justify-content: flex-start;
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-navigation-wrapper li, .site-footer .footer-navigation-wrapper a:link, .site-footer .footer-navigation-wrapper a span {
  font: 400 12px/12px "Open Sans", sans-serif;
  padding: 0;
  margin-right: 7px;
  line-height: 14px;
}
.site-footer .footer-navigation-wrapper #menu-item-coll {
  margin-left: 20px;
  display: flex;
}
.site-footer .footer-navigation-wrapper #menu-item-coll a {
  margin-left: 5px;
}

.social {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  width: 100%;
  max-width: 120px;
}
.social a {
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  align-self: center;
  transition: all 0.2s ease-in-out;
}
.social a:hover {
  filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
}
.social a.youtube {
  background-image: url(img/youtube.svg) !important;
  background-size: contain !important;
  height: 21px;
  flex: 0 31px;
}
.social a.facebook {
  background-image: url(img/facebook.svg) !important;
  background-size: contain !important;
  height: 31px;
  flex: 0 16px;
}
.social a.instagram {
  background-image: url(img/instagram.svg) !important;
  background-size: contain !important;
  height: 31px;
  flex: 0 31px;
}

.collective {
  width: 80px;
  height: 12px;
  display: block;
  background-color: #ffffff;
  -webkit-mask-image: url(img/collective.svg);
  mask-image: url(img/collective.svg);
}
.collective:hover {
  background-color: #FFCD00;
}

iframe body #error-block {
  background-color: none !important;
}

.nofoto {
  min-height: 0 !important;
  height: auto !important;
}

.banner {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: auto !important;
  padding: 0 !important;
  min-height: auto !important;
  text-align: center;
  margin: 0 auto;
  position: static !important;
  height: auto;
  background: none !important;
}
.banner:before {
  display: none !important;
}
.banner.top img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.banner img {
  margin: 0 auto;
  width: 100%;
}

/***************************************/
/* EXPLORER */
/* EXPLORER END */
@media (max-width: 1000px) {
  #videok .blokk .cim * {
    text-align: center !important;
  }
  #videok .tovabb-nyil {
    text-align: center;
  }
  #kezdo {
    flex-direction: column;
  }
  #kezdo a {
    flex: 1;
    margin: 0 0 32px 0 !important;
  }
  #kezdo .kiemelt_cikk_1 {
    padding: 1rem;
    flex: 1 56vw;
    min-height: auto;
    max-height: none;
  }
  #kezdo .kiemelt_cikk_2_3 {
    max-height: none;
    flex: 1;
  }
  #kezdo .kiemelt_cikk_2_3 a.cikk {
    padding: 1rem;
    flex: 1 56vw;
  }
  #kezdo .kiemelt_cikk_2_3 a.cikk .foto {
    flex: 1;
    padding-top: 100%;
  }
  #kezdo.receptlista .kiemelt_cikk_1 {
    padding-bottom: 47.6%;
  }
  .highlight span {
    font-size: 18px;
    line-height: 24px;
  }
  .blokk .cim {
    margin: 0 0 16px 0;
    flex-direction: column;
  }
  .blokk .cim .tovabb-nyil {
    text-align: left !important;
  }
  h2.blokk-cim {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
  #kozlemenyek {
    margin-top: 0;
  }
  .harmas .belso {
    flex-direction: column;
    display: block;
  }
  .harmas .belso a {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .harmas .belso a:last-of-type {
    margin-bottom: 0;
  }
  .harmas .belso a .foto {
    height: 56vw;
  }
  .belso.lista .szponzor {
    flex: 0 1 30%;
    max-width: 150px;
    height: 60px;
  }
  .belso.kivonat {
    display: none;
  }
  .epizodok a {
    max-width: 100%;
    flex: 1 100%;
    min-height: 56vw;
    padding: 1rem;
  }
  #esemenyek .foto {
    height: auto;
    min-height: 56vw;
  }
  #hirlevel .blokk {
    flex-direction: column;
  }
  #hirlevel .blokk .text, #hirlevel .blokk .wpcf7 {
    flex: 1;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .wpcf7 p .vezetek-nev, .wpcf7 p .kereszt-nev {
    flex: 1 100%;
    max-width: 100%;
  }
  .musor-lista-blokk {
    flex-direction: column-reverse;
  }
  .musor-lista-blokk .info {
    flex: 1;
  }
  .musor-lista-blokk .info h1 {
    font: 600 26px/34px "Open Sans", sans-serif;
  }
  .musor-lista-blokk .foto {
    max-height: none;
    min-height: auto;
    flex: auto;
    padding-bottom: 47.6%;
    margin-bottom: 0.5rem;
  }
  .musor-kezdo .info {
    flex-wrap: wrap;
  }
  .musor-kezdo .info .cim {
    margin-right: 0;
    flex: 1 100%;
  }
  .musor-kezdo .info .cim h1, .musor-kezdo .info .cim h1 p {
    font: 600 26px/34px "Open Sans", sans-serif;
  }
  .musor-kezdo .info .text {
    flex: 1 100%;
  }
  .musor-kezdo .info .text .heti-gomb {
    max-width: 100%;
  }
  .musor-kezdo .foto {
    height: auto;
    padding-bottom: 65%;
  }
  #fishinda .blokk {
    flex-direction: column;
    max-height: none;
    margin-top: 0;
  }
  #fishinda .blokk .fish_app {
    flex-direction: column;
    flex: 1;
    padding: 0;
    max-width: 100%;
  }
  #fishinda .blokk .fish_app .motto {
    font-size: 34px;
  }
  #fishinda .blokk .fish_app p {
    width: 100%;
  }
  #fishinda .blokk .fish_app .motto, #fishinda .blokk .fish_app p {
    margin: 15px auto;
    text-align: center;
    max-width: none !important;
    width: 100%;
  }
  #fishinda .blokk .fish_app .text {
    max-width: 100%;
  }
  #fishinda .blokk .fish_app .text img {
    margin: 0 auto;
    max-width: 50%;
  }
  #fishinda .blokk .fish_app .stores {
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #fishinda .blokk .fish_app .store {
    margin: 10px;
  }
  #fishinda .blokk .fish_app .logok {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #fishinda .blokk .fish_mockup {
    margin-top: 0;
    margin: 0 auto;
  }
  #musoraink {
    padding: 25px 0 74px;
  }
  #musoraink .musoraink-carousel .slick-prev, #musoraink .musoraink-carousel .slick-next {
    bottom: -3rem;
  }
  .hirek-receptek #hirek {
    margin-top: 0;
  }
  .hirek-receptek #hirek.harmas .belso a {
    flex: 1;
    margin-right: 0 !important;
  }
  .site-footer .partner-logok {
    justify-content: center;
  }
  .site-footer .footer-navigation-wrapper #menu-item-coll {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hide-on-desktop {
    display: block !important;
  }
  .tavtarto {
    height: 20px;
  }
  .col-33, .col-50 {
    width: 100% !important;
  }
  #site-header {
    padding-bottom: 0;
  }
  #site-header .top-header .top-menu {
    padding-right: 70px;
  }
  #site-header .top-header .top-menu .site-logo {
    display: flex;
    position: static;
    align-items: center;
  }
  #site-header .top-header .top-menu .site-logo #countdown {
    max-width: calc(100% - 140px);
  }
  #site-header .top-header .top-menu .site-logo .custom-logo {
    width: 60px;
    height: 60px;
    max-width: 60px;
    box-shadow: none;
    margin-top: 0;
    margin-right: 16px;
  }
  #site-header .nav-menu .site-menu {
    justify-content: space-between;
  }
  #site-header #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item.mega-lang-item {
    display: block;
  }
  #mega-menu-wrap-fomenu,
  #mega-menu-wrap-landing-menu {
    position: fixed;
    top: 7px;
    right: 7px;
  }
  #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-fomenu #mega-menu-landing-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-landing-menu #mega-menu-fomenu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-landing-menu #mega-menu-landing-menu > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff !important;
  }
  #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-fomenu #mega-menu-landing-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-landing-menu #mega-menu-fomenu > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-landing-menu #mega-menu-landing-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #009CDE !important;
  }
  #mega-menu-wrap-fomenu #mega-menu-fomenu > li.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-fomenu #mega-menu-landing-menu > li.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-landing-menu #mega-menu-fomenu > li.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-landing-menu #mega-menu-landing-menu > li.mega-current-menu-item > a.mega-menu-link {
    color: #009CDE !important;
  }
  #mega-menu-wrap-fomenu .mega-menu-toggle.mega-menu-open + #mega-menu-fomenu,
  #mega-menu-wrap-fomenu .mega-menu-toggle.mega-menu-open + #mega-menu-landing-menu,
  #mega-menu-wrap-landing-menu .mega-menu-toggle.mega-menu-open + #mega-menu-fomenu,
  #mega-menu-wrap-landing-menu .mega-menu-toggle.mega-menu-open + #mega-menu-landing-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mega-menu-wrap-landing-menu {
    top: 0;
  }
  .page-template-page-landing #site-header .top-header {
    min-height: 60px;
    padding: 7px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-template-page-landing #site-header .top-header .top-menu .primary-menu-container ul#primary-menu-list {
    flex-direction: row-reverse;
  }
  .page-template-page-landing #site-header .top-header .language-switcher img {
    height: 20px;
  }
  #site-header.sticky .top-header .top-menu .site-logo .custom-logo {
    width: 60px;
    height: 60px;
    margin-top: 0;
  }
  #site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    position: static !important;
    padding-top: 0 !important;
    margin: 1rem;
  }
  #site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-height: none !important;
    height: 56px !important;
  }
  .logo_search {
    display: flex !important;
    justify-content: flex-start;
  }
  .logo_search .site-logo {
    max-height: 65px !important;
  }
  #searchform {
    margin: 1rem 0;
    max-width: 50%;
    align-self: center;
    display: none;
  }
  .site-main {
    padding-top: 0;
  }
  .tovabb-nyil {
    width: 100%;
    text-align: left;
    padding: 2rem 0 0;
  }
  #kezdo .kiemelt_cikk_2_3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .landing .blokkcim p {
    font-size: 30px;
    line-height: 42px;
    padding: 0 0 36px 0;
  }
  .landing #blokk_2 .szoveg-ablak .cim,
  .landing #blokk_3 .szoveg-ablak .cim {
    font-size: 33px;
    line-height: 46px;
  }
  .landing #blokk_2 .szoveg-ablak .datum,
  .landing #blokk_3 .szoveg-ablak .datum {
    font-size: 26px;
    line-height: 33px;
  }
  .landing #blokk_2 .szoveg-ablak .szoveg p,
  .landing #blokk_3 .szoveg-ablak .szoveg p {
    font-size: 18px;
    line-height: 30px;
  }
  .landing #kezdo {
    background-size: cover;
    height: 70vh;
    background-position: center center;
  }
  .landing #kezdo .kezdo-logo {
    top: auto;
    margin: 0 auto;
    top: auto;
    bottom: -15vh;
    width: 90%;
    max-width: 550px;
  }
  .landing #blokk_2 {
    background-size: 100%;
    background-position: center top;
    background-color: #000218;
    min-height: auto;
    padding-top: 0;
    position: static;
  }
  .landing #blokk_2 .section-inner {
    max-width: 100%;
    padding: 0;
    padding-top: 70vw;
  }
  .landing #blokk_2 .szoveg-ablak {
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 2, 24, 0.6);
    border-radius: 0;
    padding: 36px 36px 250px 36px;
  }
  .landing #blokk_2 .szoveg-ablak p.cim,
  .landing #blokk_2 .szoveg-ablak p.alcim,
  .landing #blokk_2 .szoveg-ablak p.datum {
    text-align: center;
  }
  .landing #blokk_3 {
    margin-top: -200px;
    padding-top: 70px;
  }
  .landing #blokk_3 .video-embed {
    margin-top: 0;
  }
  .landing #blokk_4 {
    padding-top: 0;
  }
  .landing #blokk_4::after {
    width: 1500px;
  }
  .landing #blokk_4 .szam-blokkok {
    gap: 12px;
  }
  .landing #blokk_4 .szam-blokkok .countdown-gradient {
    border-radius: 20px;
    flex: 1 calc(50% - 20px);
    padding: 4px;
  }
  .landing #blokk_4 .szam-blokkok .countdown-gradient .countdown-wrapper {
    padding: 16px;
    border-radius: 16px;
    gap: 10px;
  }
  .landing #blokk_4 .szam-blokkok .countdown-gradient .countdown-wrapper .countdown {
    font-size: 35px;
    line-height: 35px;
  }
  .landing #blokk_4 .szam-blokkok .countdown-gradient .countdown-wrapper .mertekegyseg {
    font-size: 20px;
    line-height: 20px;
  }
  .landing #blokk_4 .szam-blokkok .countdown-gradient .countdown-wrapper p.felirat {
    font-size: 13px;
    line-height: 16px;
  }
  .landing #blokk_4 .szam-blokkok .countdown-gradient .countdown-wrapper .szam {
    gap: 8px;
  }
  .landing #blokk_4 .szam-blokkok .countdown-gradient .countdown-wrapper .szam img {
    height: 40px;
    width: 40px;
  }
  .landing .landing-slider .slick-slide {
    padding: 7vw 5vw;
  }
  .landing .landing-slider .slick-slide .evszam {
    padding: 100px 12px 0 12px;
    margin-top: -100px;
    font-size: 30px;
    line-height: 38px;
  }
  .landing .landing-slider .slick-slide.slick-center .evszam {
    font-size: 44px;
    line-height: 86px;
  }
  .landing #blokk_5 {
    padding-bottom: 170px;
  }
  .landing #blokk_6 .galeria {
    gap: 12px;
  }
  .landing #blokk_6 .galeria a.fancybox {
    flex: 1 calc(50% - 16px);
  }
  .landing #blokk_6 .galeria a.fancybox .foto {
    border-radius: 16px;
    padding-top: 64%;
  }
  .landing #blokk_6 a.tovabb-button {
    padding: 12px 34px;
    margin: 48px auto;
  }
  .banner {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner.top {
    max-width: 100% !important;
  }
  #banner_landing_bottom {
    padding: 0;
  }
  #banner_landing_bottom .section-inner {
    padding: 0;
  }
  .hirek-receptek {
    flex-direction: column;
  }
  .hirek-receptek #hirek {
    max-width: none;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .musor-kezdo .info.epizod .vissza-footer {
    flex-direction: column;
  }
  .musor-kezdo .info.epizod .vissza-footer .heti-gomb {
    margin: 1rem auto;
  }
  #musoraink .musoraink-carousel .slick-prev {
    left: 1rem;
  }
  #musoraink .musoraink-carousel .slick-next {
    left: calc(1rem + 36px);
  }
  .heti-musor .oszlopok {
    -moz-column-count: auto;
         column-count: auto;
  }
  #hirlevel .mj-w-res-iframe {
    flex: auto;
  }
  #hirlevel .blokk {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
  }
  #hirlevel .blokk .text {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .site-footer {
    padding: 1rem;
  }
  .site-footer .footer-navigation {
    margin: 50px 0 50px 0;
  }
  .site-footer .footer-navigation-wrapper {
    justify-content: center;
  }
  .site-footer .footer-navigation-wrapper li {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .site-footer .section-inner {
    flex-direction: column;
  }
  .site-footer .section-inner.also {
    padding: 36px 0;
  }
  .site-footer .kapcsolat, .site-footer .partnerek-copyright {
    flex: 1;
  }
  .site-footer .kapcsolat {
    order: 2;
    display: flex;
    justify-content: center;
    gap: 36px;
  }
  .site-footer .kapcsolat .footer-logo {
    justify-content: center;
    padding-right: 0;
  }
  .site-footer .kapcsolat h2, .site-footer .kapcsolat h3, .site-footer .kapcsolat p, .site-footer .kapcsolat a, .site-footer .kapcsolat img {
    text-align: center;
    justify-content: center;
    align-self: center;
  }
  .site-footer .kapcsolat .widget-area {
    justify-content: center;
    align-self: center;
    margin-top: 40px;
  }
  .site-footer .kapcsolat .widget-area > * {
    align-self: center;
  }
  .site-footer .kapcsolat .social {
    justify-content: center;
  }
  .site-footer .kapcsolat .social a {
    display: block;
    min-width: 40px;
  }
  .site-footer .partnerek-copyright {
    width: 100%;
    max-width: 100%;
    display: block;
    justify-content: center;
    align-self: center;
    order: 1;
    padding: 0;
    margin-top: 24px;
  }
  .site-footer .partnerek-copyright h2 {
    text-align: center;
  }
  .site-footer .partner-logok {
    justify-content: center;
  }
  .mobmenu-right-panel {
    background-image: url(img/fh-ikon.svg);
    background-repeat: no-repeat;
    background-position: calc(10% + 35px) 10px;
    background-size: 40px;
  }
  #shiftnav-toggle-main {
    margin: 1rem 0 1rem 1rem !important;
  }
  .shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    background-color: #225577 !important;
  }
}
@media (max-width: 1100px) {
  .site-header .logo-menu #searchform {
    max-width: 200px;
  }
}
@media (max-width: 850px) {
  .count-menu {
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 16px;
  }
  #mega-menu-wrap-fomenu,
  #mega-menu-wrap-landing-menu {
    top: 14px;
  }
  .site-content > .section-inner {
    margin: 16px auto;
  }
  #kezdo_csempek .eredmenyek-blokk .eredmenyek {
    padding: 1rem;
    /*table, thead, tbody, th, td, tr 
    {
           display: block;
       }

       tr.head 
       {
           display: none;
       }

       tr 
       {
       	margin-bottom: 10px;
           border-bottom: 1px solid #ddd;
       }

       td 
       {
           display: flex;
           justify-content: space-between;
           padding: 3px 0;
       }

       td::before 
       {
           content: attr(data-label);
           font-weight: bold;
           text-transform: uppercase;
       }*/
  }
  #kezdo_csempek .eredmenyek-blokk .eredmenyek .rank {
    font-weight: bold;
    color: #00436E;
    display: inline-block !important;
    padding: 5px 10px;
    background-color: #ffffff;
  }
  #kezdo_csempek .eredmenyek-blokk .eredmenyek td, #kezdo_csempek .eredmenyek-blokk .eredmenyek th {
    font-size: 12px;
  }
  #kezdo_csempek .eredmenyek-blokk .eredmenyek td.hide-on-mobile, #kezdo_csempek .eredmenyek-blokk .eredmenyek th.hide-on-mobile {
    display: none !important;
  }
  #countdown p, #countdown span,
  #countdownig p,
  #countdownig span {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
  }
  .tavtarto_32,
  .tavtarto_64,
  .tavtarto_100 {
    height: 16px;
  }
  .harmas .belso {
    display: block;
  }
  .harmas .belso a {
    max-width: 100%;
    width: 100%;
  }
  .harmas .belso a:nth-child(2) {
    margin: 32px auto;
  }
  .page-template-page-kozlemenyek #kezdo .kiemelt_cikk_2_3 {
    display: block;
  }
  .page-template-page-kozlemenyek #kezdo .kiemelt_cikk_2_3 a {
    max-width: 100%;
    width: 100%;
  }
  .page-template-page-kozlemenyek #kezdo .kiemelt_cikk_2_3 a:nth-child(2) {
    margin: 32px auto;
  }
  #peg-archive .harmas .belso {
    display: flex;
    justify-content: space-between;
  }
  #peg-archive .harmas .belso a.peg-box {
    flex: 1;
  }
  h2.blokk-cim {
    margin-bottom: 0;
  }
  #kezdo {
    display: block;
  }
  #kezdo .kiemelt_cikk_1 {
    min-height: 0;
    max-height: none;
    padding: 16px;
  }
  #kezdo .kiemelt_cikk_1::before {
    background: rgba(0, 0, 0, 0.5);
  }
  #kezdo .kiemelt_cikk_1 h1.highlight {
    max-width: 100%;
  }
  #kezdo .kiemelt_cikk_1 h1.highlight span {
    font-size: 20px;
    line-height: 30px;
  }
  #kezdo .kiemelt_cikk_2_3 {
    position: relative;
    max-height: none;
    min-height: 300px;
  }
  #kezdo .kiemelt_cikk_2_3 a.cikk {
    height: 100%;
    margin: 16px auto 0;
  }
  #kezdo .kiemelt_cikk_2_3 a.cikk::before {
    background: rgba(0, 0, 0, 0.5);
  }
  #kezdo a .kivonat {
    max-height: 90px;
  }
  .site-footer .banner {
    padding-top: 0;
  }
  .site-footer .section-inner.also {
    padding: 12px 0;
  }
  .site-footer .partner-logok {
    margin-top: 0;
  }
  .site-footer .partner-logok a {
    width: 80px;
  }
  .site-footer .partner-logok a .keret {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    float: none;
    width: 100%;
    height: 100%;
  }
  .site-footer .kapcsolat {
    margin: 0 auto;
    gap: 16px;
    padding: 1rem;
  }
  .site-footer .kapcsolat p:not(:last-child),
  .site-footer .kapcsolat h2:not(:last-child) {
    margin-bottom: 12px;
  }
  .site-footer .kapcsolat .widget-area {
    margin-top: 0;
  }
  .site-footer .footer-navigation {
    margin: 0 auto;
  }
}/*# sourceMappingURL=ibcc.css.map */