body{overflow-x:hidden;background-color:var(--white);color: var(--black);}
svg.invert path{fill: white;}
/*img.logo.invert{-webkit-filter: invert(100%);filter: invert(100%);}*/

p {margin-bottom: 1.5rem;}
a,a:active {
    color: var(--red);
    text-decoration: none;
}
a:hover {
    color: var(--red_hover);
    text-decoration: none;
}
.text-menu a{
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color:  var(--white);
}
h1{
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 35px;
color: var(--black);
}
.k-nagy {
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 40px;
margin-bottom: 0;
}
.fotos{
font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
color: var(--black);
}
.lead{


font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
color: var(--black);
}
.k-kicsi{
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
color:var(--black);
}
h4 {
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: bold;
font-size: 19px;
line-height: 24px;
color: var(--black);
}
q {
font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 32px;
color: var(--black);
}
h1 {
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 300;
font-size: 40px;
line-height: 48px;
color: var(--black);
}
h3 {
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 32px;
color: var(--black);
}
p {
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 32px;
color: var(--black);
}
h2 {
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 800;
font-size: 33px;
line-height: 40px;
color:var(--black);
}
h4 {
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 32px;
color: var(--black);
}
.cikk p{
font-family: "Encode Sans Expanded", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: var(--text_color);
hyphens: auto;
margin-bottom:0;
margin-top:15px;
}
.videoreklam_text p{
font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: var(--text_color);
}
.videoreklam_text h3{color:var(--videoreklam);}
.p {
    color: var(--red);
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 20px;
text-transform: uppercase;
}
.w {
    color: var(--white_constant);
}
.ww {
    color: var(--white_constant);margin-left: 50px;
}
.background {
    background-color:var(--background);
}

.fejlec {
    background-color: var(--white);
    height: 155px;
  transition: height 0.1s;
}

header.sticky {
   position: fixed;
   height: 60px;
   width: 100%;
   z-index:9999;
   transition: height 0.1s;
}

header.sticky .fej{height: 60px;transition: height 0.1s;}
header.sticky .fej .logo {
    width: 100%;
    max-width: 160px;transition: max-width 0.1s;
}
.logo_szek {
  width:160px;
}
h1.logoszek2{font-size: 35px;transition: height 0.1s;}
header.sticky .fej .logo_szek {
    /*width: 100%;*/
    max-width: 250px;transition: height 0.1s;
}
header.sticky .fej h1.logoszek2{font-size: 32px;transition: height 0.1s;}

.helyseg {
  /*  background: linear-gradient(180deg, var(--red_title) 0%, var(--red_title) 91%, rgba(0,0,0,0) 91%);*/
    background:linear-gradient(180deg, var(--white) 10%, var(--red_title) 0%, var(--red_title) 0%);
    overflow-x: auto;
    height: 34px;
    position: relative;
}.fej {
    height: 120px;
    max-width: 1320px;
    transition: height 0.1s;
}
.logo {
    width: 100%;
    max-width: 220px;transition: max-width 0.1s;
}
.scroll-menu{
  /*  background:linear-gradient(180deg, var(--red_title) 0%, var(--red_title) 91%, rgba(255,0,0,0) 91%);*/
    background:var(--menu-bg);
    overflow: auto;
    white-space: nowrap;
    position: relative;
    margin: auto;
    height: 34px;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 2px;
    font-size:0;

 }
  .scroll-menu a{
    display: inline-block;
    color: var(--white_constant);
    text-align: center;
    text-decoration: none;
    padding-left: 5px;
padding-right: 5px;
    position: relative;
    padding-top: 7px;
margin-left: 5px;
margin-right: 5px;
padding-bottom: 7px;
  }
  .helyseg a:hover{
    background-color: var(--red);color: var(--white);
  }
  .helyseg a.active{
    background-color: var(--red);
    margin-top: 0px;
    color: var(--white);
  }
  .scroll-menu a:active{
    border-bottom: 6px solid var(--red_hover);margin-top: 0px;
  }
  .gomb {
    font-size: 35px;
    color: var(--red);
  }
  .gomb_menu {
    font-size: 30px;
    color:  var(--accent_grey);;
  }
  .gomb_menu:hover{
      color: var(--red);
  }
  .menu_tab {
      border-left: 1.5px solid var(--red);
      padding: 0;
      padding-top: 20px;
      margin-left: 35px;
      margin-top: -10px;
  }
  .menu_tab_elem {
      border-top: 1.5px solid var(--red);
      padding: 10px;

  }
  .bejelentkezes {
    font-family: "Encode Sans Expanded";
      color:white;
      background-color: var(--red);
      border-radius: 20px;
      height: 40px;
      font-style: normal;
      font-weight: 800;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      padding-right: 30px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
  }
  .regisztracio {
    font-family: "Encode Sans Expanded";
    color:var(--red);
    background-color: var(--light_grey);
    border-radius: 20px;
    height: 40px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid var(--red);
    margin-top: 0px;
}


.bejelentkezes:hover {
    color: var(--white);
    background-color: var(--red_hover);
    border-color: var(--red_hover);
}
.regisztracio:hover {
    color: var(--white);
    background-color: var(--red_hover);
    border-color: var(--red_hover);
}
  /******************************/

  .negyzet {
    position: absolute;
    width: 9px;
    height: 38px;
    left: 0px;
    background: var(--red_hover);
  }

 .lebego-menu{

    background-color: var(--black);
 }
 .husznegy {
    color: white;
    background-color: var(--red);
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
    margin-top: -8px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
 }


.cikk{
    border-bottom: 0.5px solid var(--black);
    position:relative;
    padding-top: 25px;
}
.velemeny_item.cikk{
    border-bottom: 0.5px solid var(--white_constant);
}
.cikk::after {
   content: "";
   height: 5px;
   width: 16px;
   background-color: var(--red);
   position: absolute;
   left: 0;
   bottom: 0;
   margin-bottom: -3px;
   transition: width ease 0.3s;

}
.cikk.cikkvpr{border-bottom:none;}
.cikk.cikkvpr::after {
   content: "";
   height: 0;
   width: 0;
}
.cikk:hover::after {
   width: 100%;
}


.bal {
    border-left: 0.5px solid var(--black);

}

.szoveg {
    margin-top: -35px;
    width: 96.6%;
    position: relative;
    background: var(--white);
    padding-top: 10px;
    padding-bottom: 1.5rem;
}
.szoveg-cikk {
    margin-top: -35px;
    width: 97.6%;
    position: relative;
    background: var(--white);
    padding-top: 10px;
    padding-bottom: 1.5rem;
}
.szoveg_mobil {
  padding-bottom: 1.5rem;
}
.szoveg.pirosszoveg {
    background: var(--red)!important;
}
.szoveg.pirosszoveg p,.szoveg.pirosszoveg .k-nagy,.szoveg.pirosszoveg .k-kicsi,.szoveg.pirosszoveg .p {
    color:var(--white_constant)!important;
}
.szoveg.pirosszoveg .piros-gomb {
    color: var(--red)!important;
    background-color: var(--white_constant);
}
.szoveg.pirosszoveg .piros-gomb svg path{fill: var(--red)!important;}

.szoveg_mobil.pirosszoveg p,.szoveg_mobil.pirosszoveg .k-nagy,.szoveg_mobil.pirosszoveg .k-kicsi,.szoveg_mobil.pirosszoveg .p {
    color:var(--white_constant)!important;
}
.szoveg_mobil.pirosszoveg .piros-gomb {
    color: var(--red)!important;
    background-color: var(--white);
}
.szoveg_mobil.pirosszoveg .piros-gomb svg path{fill: var(--red)!important;}

.piroscsik {
    margin-top: 50px;
    background-color: var(--red);
    height: 220px;
    max-height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.ido {
    color:var(--rose);
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
}
.piroscsik_szurke_elem::before {
    content: "";
    position: absolute;
    height: 270px;
    width: 1500px;
    background: var(--light_grey);
    margin-left: -1400px;
    margin-top: -23px;

}
.piroscsik::after {
  content: "";
position: absolute;
height: 220px;
width: 1500px;
background: var(--red);
margin-left: 0;
margin-top: 0;
right: -1500px;
}
.piros-hatter {
    background-color: var(--menu-bg);
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}
.cikk-szines{
    border-bottom: 0.5px solid var(--white);
    position: relative;
    border-bottom:none;

}
.nav-link {
    display: block;
    padding: .2rem 1rem;
    margin: .2rem 0;
    color:var(--black_constant);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-pills .nav-link {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align:left;
  font-family: "Roboto Slab";
}
.nav-link:focus, .nav-link:hover {
  color: var(--red_constant);
  background-color:  var(--white_constant);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--red_constant);
    background-color:  var(--white_constant);
}
.cikk-szines p{color: var(--white);}
.cikk-szines h6{color: var(--white);}
/*.cikk-szines::after {
    content: "";
    height: 5px;
    width: 16px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -3px;
}*/
.hirboxa{padding: 22px;}
.hirbox{padding-top: 15px;float:left;width:20%;height: 190px;}
.hir {
    border-right: 0.5px solid var(--rose);
    height: 100%;
}
.hir_tobb{width: 15%;height: 220px;}
.hir_tobb a {
    border: 0.5px solid var(--white_constant);
    padding: 5px;
    margin-left: 5%;
    text-align: center;
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
display:block;
}

.kep {
    position: relative;
    padding-bottom: 15px;
}
.main_image{/*height:500px;*/overflow:hidden;position:relative;}
/************************************/
.koronainfo {
background-color: var(--background);
border-bottom: 4px solid var(--light_grey);
padding-top: 30px;
padding-bottom: 20px;
position: relative;
margin-bottom: 40px;

}
.koronainfo h5 {
  font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 20px;
line-height: 26px;

color: var(--red_hover_menu);

}
.koronainfo h2 {

  font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 40px;

color: var(--red);
}
.koronainfo::after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: var(--red);
    width: 53px;
    top: 0;
    left: 0;
}
.koronainfo p {
    border-bottom: 0.5px solid var(--light_grey);
    font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 500;
font-size: 16px;
margin-bottom: 0;
color:  var(--accent_grey);;
}
.korona-section span.p{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
color: var(--red);
}
.korona-section strong{
font-family: Encode Sans Expanded;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 19px;
text-transform: uppercase;
color:  var(--accent_grey);;
}



.datum {
    color:  var(--accent_grey);;
    font-weight: 200;font-size: 14px;
}
.datumrovat {
    color:  var(--accent_grey);;
    font-family: "Encode Sans Semi Expanded";
    font-weight: 400;
    font-size: 16px;
line-height: 20px;
color:  var(--accent_grey);
margin: 10px 0 5px;
}

.korona-section {
    padding-top: 20px;
  /*  padding-bottom: 20px;*/
}
.koronalink {
background-color: var(--red);
border-radius: 20px;
color: white;
margin-top: 20px;
font-size: 14px;
padding-left: 30px;
text-transform: uppercase;
padding-right: 30px;
margin-left: auto;
margin-right: auto;
box-shadow: -5px 5px 5px grey;
}
.video_link {
background-color: var(--videoreklam)!important;
border-color: var(--videoreklam)!important;
}
/*
.koronalink {
    color: var(--red);
    padding: 2px 20px 2px 10px;
    text-decoration: none;
    border: 0.5px solid var(--red);
    border-radius: 15px 0 0 15px;
    position: relative;
}
*/
/*
.koronalink::before {
    content: "";
    position: absolute;
    background-color: var(--red);
    height: 35px;
width: 35px;
    right: -20px;
    top:-5px;
    border-radius: 50%;

}
*/
/*
.koronalink::after {
    content: "+";
    color: white;
    position: absolute;
    font-size: 35px;
right: -14px;
top: -14px;



}
*/
/******************************************/

.radio {
      color: var(--white);
      position: relative;
      /*margin-top: 20px;*/
      margin-bottom: 25px;

}
.onlradio {
    border-top-right-radius: 25px;
    background-color:  #ff0000;
    margin: 0px 0px 3px 0px;
    padding: 20px;
    box-shadow: 0 2px 2px #727171;
    height: 85px;

}
.karika {
    border-radius: 50%;
    width: 63px;
    height: 63px;
    background-color: var(--white_constant);
    position: absolute;
    box-shadow: inset -5px 5px 8px  #dedede;
    top: 12px;
    left: 10px;
}
.onlradio h3 {
  font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;

color:  var(--white_constant);

    background-color: #ff0000;
    border-radius: 5px;
    position: relative;
    left: 20px;top: 5px;
    padding: 5px;
}
.rad_a {
    background-color: #3C3C3C;
    margin-top: 3px;
    text-transform: uppercase;
    padding: 15px 0 5px 0;
    box-shadow: 0 2px 2px #dedede;
    padding-left: 25px;

}
.rad_a svg{margin-right: 5px;}

.rad_b {
    background-color: #727171;
    margin-top: 3px;
    text-transform: uppercase;
    padding: 15px 0 5px 0;
    box-shadow: 0 2px 2px #dedede;
    padding-left: 25px;



}
.rad_b svg{margin-right: 5px;}

.rad_a  h4 {
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}
.rad_a:hover h4{color:#ff0000;}
.rad_b:hover h4{color:#ff0000;}
.rad_a  i {
    color:var(--light_grey);
}
.rad_b  h4 {
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}
.radio-gomb {

    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    color: var(--red);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 60px;
}
/* -------------------------- */
.piros-szel{
    margin-left: 0;
    border-left: 16px solid var(--red)!important;
    padding-bottom: 2.5px;
}


.velemeny_start{position:relative;padding-left:0;padding-right:0;margin-left:0;margin-right:0;}



.velemeny {
    margin-left: 0;
    background-color: var(--velemeny_bg);
    border-left: 16px solid var(--velemeny_b);
    padding: 25px;
    color:var(--white_constant);

}
.velemeny_cim{
  font-family: "Roboto Slab";
font-style: normal;
font-weight: bold;
font-size: 60px;
line-height: 92px;
color: var(--velemeny_b);
}
.velemeny_cim2{
  font-family: "Roboto Slab";
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 62px;
color: var(--velemeny_b);
}
.velemeny_item .k-kicsi,.velemeny_item .k-nagy{
  font-family: "Roboto Slab";font-size:33px;font-weight: normal;line-height: 35px;
color: var(--red_hover)!important;}
.velemenyrovat{margin-left: 7rem;border-left: 0.5px solid var(--black);}
.velemeny_item .k-kicsi,.velemeny_item p{color:var(--white_constant)!important;}
.velemeny_item.velemenyrovat .k-kicsi{color: var(--red_hover)!important;}
.velemeny_item.velemenyrovat p{color:var(--text_color)!important;}
.velemeny_item a:hover .k-kicsi{color:var(--velemeny_b)!important;}
.secotems{margin-top: 15px;}
.secotems a:hover{color:var(--velemeny_b);}

.k {
    /* a velemeny szekciohoz */
    color:var(--velemeny_b);
}


.podcast {
    border: 15px solid var(--background);
    margin-left: 30px;
    margin-top: 20px;
    position: relative;
    padding: 10px;
    width: 90%;
}
.podcast::after {
    content: "";
    position: absolute;
    background-color: var(--red);
    height: 15px;
    width: 100px;
    top: -15px;
    left: -15px;
}
.podcast img {
    width: 90px;
    height: 90px;
}




.videoreklam{
  background-color:  var(--background);
  position: relative;
padding:25px;
}
.videoreklam::before{
  content: "";
  position: absolute;
  height: 25px;
  width: calc(100% - 50px);
  background: var(--white);
  margin-top: -50px;
  left:25px;
}
.videoreklam::after{
  content: "";
  position: absolute;
  height: 25px;
  width: calc(100% - 50px);
  background: var(--white);
  bottom: -25px;
  left:25px;
}

.tv{
  margin: 60px 0px 60px 0px;position: relative;
}
.tvinner{
  background-color:  var(--footer_color);
  padding: 25px;
  width: 100%;
  position:relative;

}
.tvinner a{padding:0;}
.tvinner img.tvlogo{width:100%;max-width:350px;}
.tv::before {
  content: "";
position: absolute;
height: calc(100% + 50px);
width: 1500px;
background: var(--red);
margin-top: -25px;
margin-left: -1400px;
}

.tvinner::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--footer_color);
    top:0;
    right: -100%;
}

.tv .k-kicsi {
    color: var(--white_constant);
}
.tv .k-nagy {
    color: var(--white_constant);
}
.tv .k-kicsi.px-2{
    font-size:19px;
}
.tv .cikk {
    border-bottom: 0.5px solid var(--white_constant);padding-bottom: 15px;
}
.tv .cikk p {
    color: var(--white_constant);
}

.tv a:hover .k-kicsi, .tv a:hover .k-nagy {
    color: var(--red) !important;
}
.tv a:hover img.videok,.tv a:hover img.w-100 {
    filter: grayscale(100%);
}
.tvinner .cikk:hover img.videok,.tvinner .cikk:hover img.w-100 {
    filter: grayscale(100%);
}
.tvinner .cikk:hover .k-kicsi, .tvinner .cikk:hover .k-nagy {
    color: var(--red) !important;
}
.videoreklam_main{background: var(--videoreklam);padding:20px 30px;margin: 20px 0;}
.imgtv{position:relative;margin-bottom: 15px;}
.imgtv_rovat{position:relative;}
.imgtv2{position:relative;}
.lejatszo {
    position: absolute;
    left: 25px;
bottom: 25px;
    padding:0;
    width: 100px;
height: 100px;
}
.lejatszo img{width:100%;}
.lejatszo2 {
position: absolute;
left: 5px;
bottom: 5px;
padding:0;
}
.lejatszo2 img{width:100%;}
.videok {
    max-width: 180px;
}
.videok_rovat {
    max-width: 100%;
}
.lejatszo3 {
  margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100px;
    height: 100px;
}
.lejatszo3 img{width:100%;}
/*****************************************/
.kiadvany{
  margin: 60px 0px 60px 0px;position: relative;background-color: var(--background);
}
.kiadvany_inner{
  background-color:  var(--background);
  padding: 25px;
  width: 100%;
  position:relative;

}
.kiadvany_inner a{padding:0;}
.kiadvany::before {
  content: "";
position: absolute;
height: calc(100% + 50px);
width: 1500px;
background: var(--red_hover_before);
top: -25px;
left: -1400px;
}


.kiadvany h1 {
    color: var(--red_hover_menu);
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
}



.karikatura{
  margin: 60px 0px 60px 0px;position: relative;background-color: var(--background);
}
.karikatura_inner{
  background-color:  var(--background);
  padding: 25px;
  width: 100%;
  position:relative;

}
.karikatura_inner a{padding:0;}
.karikatura::before {
  content: "";
position: absolute;
height: calc(100% + 50px);
width: 1500px;
background: var(--blog);
top: -25px;
left: -1400px;
}


.karikatura h1 {
    color: var(--red_hover_menu);
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 25px;
}
.karikati .cikk{border-bottom:none;}
.karikati .cikk::after {
  content: "";
  height: 0;
  width: 0;
}
.karikati .cikk .szoveg{margin-top: 0;
width: 100%;
position: relative;
background: none;
padding-top: 10px;
padding-bottom: 1.5rem;padding-left: 0;}


.kiadvany img{
    max-width: 270px;
    box-shadow: 0 2px 5px var(--light_grey);
}
.kiadvany button {
    background-color: var(--red);
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;

    font-weight: 700;
    color: var(--white_constant);
}
.kiadvany button:hover {
    background-color: var(--red_hover);
    color: var(--white_constant);
}
.kiadvanyi img{
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.kiadvany_item button {
    background-color: var(--red);
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    font-size: 16px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;

    font-weight: 700;
    color: var(--white_constant);
}
.kiadvany_item button:hover {
    background-color: var(--red_hover);
    color: var(--white_constant);
}
.kiadvany_item button.btn_free {
    background-color: var(--light_grey);
    color: var(--red);
}

.jelszoelfelejt {
    color: var(--red_hover);
    text-decoration: none;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

/******************************************/

.piros-gomb {
    color: white;
    background-color: var(--red);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 8px;
    vertical-align: middle;
display: inline-block;
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
}
.section.kronika{background-color: #ececec;}
.section.kronika::before {
  content: "";
position: absolute;
height: 100%;
width: 50px;
background: #ececec;
margin-left: -50px;
}
.section.kronika::after {
  content: "";
position: absolute;
height: 100%;
width: 50px;
background: #ececec;
right: -50px;
}
.kronika .container h6.p{color: var(--kronika)!important;}
.sport .container h6.p{color: var(--sport)!important;}
.noileg .container h6.p{color: var(--noileg)!important;}
.liget .container h6.p{color: var(--liget)!important;}
.erdelyin .container h6.p{color: var(--erdelyinaplo)!important;}
.foter .container h6.p{color: var(--foter)!important;}

.kek-gomb {
    color: var(--white_constant);
    background-color: var(--kek);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 8px;
    vertical-align: middle;
display: inline-block;
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 21px;
}
.liget-gomb {
    color: var(--white_constant);
    background-color: var(--liget);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 8px;
    vertical-align: middle;
display: inline-block;
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 21px;
}
.sport-gomb {
    color: var(--white_constant);
    background-color: var(--sport);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 8px;
    vertical-align: middle;
display: inline-block;
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 21px;
}
.erdelyi-gomb {
    color: var(--white_constant);
    background-color: var(--erdelyinaplo);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 8px;
    vertical-align: middle;
display: inline-block;
    font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 21px;
}
.noileg-gomb {
    color: var(--white_constant);
    background-color: var(--noileg);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 8px;
    vertical-align: middle;
  display: inline-block;
    font-family: "Encode Sans Semi Expanded";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 21px;
  }
  .foter-gomb {
    color: var(--white_constant);
    background-color: var(--noileg);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 8px;
    vertical-align: middle;
  display: inline-block;
    font-family: "Encode Sans Semi Expanded";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 21px;
  }
.kr{
color: var(--kronika)!important;
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}
.sport{
color: var(--sport)!important;
font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
/*text-transform: uppercase;*/
}
.ikon-javitas {
    background-color: var(--white_constant);
    color: var(--red_hover);
    border-radius: 50%;
    padding-left: 2px;
    padding-right: 2px;

}

.a24c{font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;}
.a24c a{color: var(--white_constant);}
.a24c a:hover{color: var(--black_constant);}
.login{
  font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 27px;
color: var(--red_hover);
padding-right: 15px;
}
.reklam{padding: 0 25px;
text-align: center;
/* identical to box height */
text-transform: uppercase;}
.reklam_text{margin-top: 10px;
border-bottom:1px solid var(--bs-body-color);font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 300;
font-size: 10px;
line-height: 10px;
text-align: center;text-transform: uppercase;}

.dropdown-toggle::after {
    display: none!important;
}


.btn-link:hover {
    color: var(--red);
}
.btn-link:hover svg path{fill: var(--red);}
.login:hover svg path{fill: var(--red);}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
a.cikkcimke:hover{background-color: var(--red);color: var(--white);}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
  width: 100%;
left: 0;
top: 35px!important;
right: 0;
background: var(--red);
box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.25);
color: var(--white);
}
.dropdown-menu.show a{color: var(--white_constant);}
.dropdown-toggle.show{background: var(--red);color: var(--white_constant);position: relative;}
.dropdown-toggle.show svg path{fill: var(--white_constant);}
.dropdown-toggle.show::after{
  content: " ";
display: block !important;
background: var(--red);
height: 45px;
width: 61px;
position: absolute;
top: 37px;
left: -5px;
border: none;
}

.dropdown-menu.dropdown-menu_login.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
  width: 100%;
left: 0;
top: 35px!important;
right: 0;
background: var(--light_grey);
box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.25);
color:var(--black_constant);
}
.dropdown-menu.dropdown-menu_login.show a{color:var(--black_constant);}
.dropdown-toggle.dropdown-menu_login.show{background: var(--light_grey);color:var(--black_constant);position: relative;}
.dropdown-toggle.dropdown-menu_login.show i{color:var(--black_constant);}
.dropdown-toggle.dropdown-menu_login.show::after{
  content: " ";
display: block !important;
background: var(--light_grey);
height: 60px;
width: 59px;
position: absolute;
top: 39px;
left: -5px;
border: none;
}
.col-megamenu{padding-left: 30px;border-left:0.5px solid var(--white_constant);height: 90%;
margin-top: 20px;
margin-bottom: 20px;padding-top: 30px;}
.col-megamenu .title{font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 40px;
position:relative;
color:  var(--white_constant);margin-bottom: 20px;}
.col-megamenu .title::after {
  content: "";
height: 5px;
width: 22px;
background-color:  var(--white_constant);
position: absolute;
left: -30px;
top: 20px;
}
.col-megamenu ul li{margin-bottom:4px;}
.col-megamenu ul li a{
font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;

/* identical to box height, or 120% */
text-transform: capitalize;

color:  var(--white_constant);
text-decoration:none;
}
.col-megamenu.usermenu{padding-left: 30px;border-left:0.5px solid var(--red);height: 100%;}
.col-megamenu.usermenu .title{font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 40px;
position:relative;
color: var(--red);}
.col-megamenu.usermenu .title::after {
  content: "";
height: 5px;
width: 22px;
background-color: var(--red);
position: absolute;
left: -30px;
top: 20px;
}
.kronika .cikk::after {
    background-color: var(--kronika);
}
.sport .cikk::after {
    background-color: var(--sport);
}
.ajanlo.liget{
  border-left: 8px solid var(--liget);
  background-color: var(--background);
  padding-bottom: 15px;
  position:relative;
  margin-bottom: 25px;
}
.ajanlo.liget .cikk::after {
    background-color:var(--liget);
}
.cikk.last {
    border-bottom:none;
}
.cikk.last::after {
    content: "";
    height: 0;
    width: 0;
}
.ajanlo.noileg {
  border-left: 8px solid var(--noileg);
  background-color: var(--background);
  padding-bottom: 15px;
  position:relative;
  margin-bottom: 25px;
}
.ajanlo.noileg .k-kicsi {
    color: var(--text_color);
}
.ajanlo.noileg .cikk::after {
    background-color: var(--noileg);
}

.ajanlo.foter {
    border-left: 8px solid var(--foter);
    background-color: var(--background);
    padding-bottom: 15px;
    position:relative;
    margin-bottom: 25px;
}

.ajanlo.foter .cikk::after {
    background-color: var(--foter);
}

.ajanlo.erdelyinaplo {
  border-left: 8px solid var(--erdelyinaplo);
  background-color: var(--background);
  padding-bottom: 15px;
  position:relative;
  margin-bottom: 25px;
}
.ajanlo.erdelyinaplo .k-kicsi {
    color: var(--text_color);
}
.ajanlo.erdelyinaplo .cikk::after {
    background-color: var(--erdelyinaplo);
}


img.dobozlogo{width: 100%;
max-width: 300px;
margin: 0 0 25px 20px;}

.stickem-container{position:relative;}
.stickit {
  position: fixed;
top: 80px;
width: 350px;
}

.stickit-end {
	bottom: 0px;
	position: absolute;
	/*right: 0;*/
  width: 350px;
}
header.sticky .fej .menu .dropdown-menu.show {
top: 5px!important;
}
header.sticky .helyseg {
/*box-shadow: 0px 5px rgba(0, 0, 0, 0.5);*/
-webkit-box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, 0.5);
box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, 0.5);
}
.loginbutton {
background-color: var(--red);
border-radius: 20px;
color: white;
font-size: 14px;
padding-left: 30px;
text-transform: uppercase;
padding-right: 30px;
margin-left: auto;
margin-right: auto;
border-color:var(--red);
}
.loginbutton:hover {
    color:  var(--white);
    background-color:var(--red_hover);
    border-color:var(--red_hover);
}
.google {
background-color: var(--google_color);
color: white!important;
font-size: 14px;
padding-left: 30px;
text-transform: uppercase;
padding-right: 30px;
margin-left: auto;
margin-right: auto;
border-color:var(--google_color);
width:100%;
font-weight: 600;
}
.google:hover {
    color:  var(--white)!important;
    background-color:var(--google_color_hover);
    border-color:var(--google_color_hover);
}
.facebook {
background-color: var(--facebook_color);
color: white !important;
font-size: 14px;
padding-left: 30px;
text-transform: uppercase;
padding-right: 30px;
margin-left: auto;
margin-right: auto;
border-color:var(--facebook_color);
font-weight: 600;
width:100%;
}
.facebook:hover {
    color:  var(--white)!important;
    background-color:var(--facebook_color_hover);
    border-color:var(--facebook_color_hover);
}
.settxtsize1{width: 50px;
height: 50px;font-size:24px;background: transparent;
border: 1px solid  var(--white);}
.settxtsize2{width: 50px;
height: 50px;font-size:38px;padding: 3px;background: transparent;
border: 1px solid  var(--white);line-height: 38px;}
.settxtcolor1{width: 50px;
height: 50px;padding: 4px;background: transparent;
border: 1px solid  var(--white);}
.settxtcolor2{width: 50px;
height: 50px;padding: 4px;background: transparent;
border: 1px solid  var(--white);}
.settxtcolor1 img{width: 40px;}
.settxtcolor2 img{width: 40px;}

.settxtsize1.active,.settxtsize2.active,.settxtcolor1.active,.settxtcolor2.active{
background-color: var(--red);border-color:var(--red);color: var(--white)!important;
}
.settxtsize1:hover,.settxtsize2:hover,.settxtcolor1:hover,.settxtcolor2:hover{
background-color: var(--red_hover);border-color:var(--red_hover);color:var(--white)!important;
}
.footer{background: var(--footer_color);color: var(--white_constant);padding: 25px 0;position:relative;margin-top: 8rem !important;}
.footer_inner{margin:25px;border-bottom:1px solid  var(--white);margin-top: 50px;}
.footer_inner img.footerlogo{
  position:absolute;width:80px;height:80px;top:-40px;left:0;
right:0;
margin-left:auto;
margin-right:auto;
}

.col-megamenu_footer{padding-left: 30px;border-left:0.5px solid  var(--white_constant);height: 100%;}
.col-megamenu_footer .title{font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 40px;
position:relative;
color:  var(--white_constant);}
.col-megamenu_footer .title::after {
  content: "";
height: 5px;
width: 22px;
background-color: var(--red);
position: absolute;
left: -30px;
top: 20px;
}
.col-megamenu_footer ul li{margin-bottom:4px;}
.col-megamenu_footer ul li a{
font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color:  var(--white_constant);
text-decoration:none;
}
.col-megamenu_footer ul li a:hover{
  color: #96c3cd;
}
.szek {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 55px;
    color: var(--red);
}
.rovat-k img {
    width: 100%;
}
.kepen {
    color:  var(--white);
    position: absolute;
    top: -150px;
}
.w-40 {
    width: 40%;
    height: 40%;
}

.mobil-footer {
    background-color: var(--footer_color);
    height: 411px;
}



.section {
border-left: none;
/*margin-left: 0;*/
}


  .megoszt {
      border-left: 1px solid var(--light_grey);
      height: fit-content;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 30px;
      margin-top: 250px;
  }
  .megoszt a {
      padding: 10px;
      color: var(--light_grey);
  }
  .megoszt a.saved svg path{fill: var(--red);}
  .megoszt_horizontalis a.saved svg path{fill: var(--red);}
  .meret_78 {
    max-width: 75%;
  }

  .cikk_border {
      border-left: 0.5px solid var(--black);
      padding-bottom: 20px;
      margin-left: 0.75rem;
      margin-right: 0.75rem;
  }
  .border_bottom {
    border-bottom: 0.5px solid var(--black);
  }
  .idezet {
    margin-left: -7rem;
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: var(--accent_grey);
    background: var(--white);
    padding-left: 20px;
  }
  .kiemelt {
    font-family: "Encode Sans Semi Expanded";
    margin-left: -7rem;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 41px;
    color: var(--red_hover_menu);
    background: var(--white);

  }
  .kiemelt_border {
    width: 30%;
    max-width: 42px;
    border-top: 6px solid var(--red);
  }
  .eltolas {
    margin-left: -7rem;
  }
  .szurke_elem {
    background-color: var(--background);
    border-top: 1px solid var(--red);
    position: relative;
    margin-right: -0.75rem;
  }
  .szurke_elem::after {
    content: "";
    width: 36px;
    height: 6px;
    background-color: var(--red);
    position: absolute;
    top: -3px;
  }
  .szurke_elem h5 {
    background-color: var(--red);
    color: white;
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;

    padding-left: 70px;
    margin-right: 150px;
  }
  .szurke_elem p {
    padding: 20px 50px;

    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;

    color: var(--seccond_grey);
  }
  .hatter_barna {
    background-color: var(--red_hover) !important;
  }
  .icon_negativ_p {
    background-color: var(--red);
    color: white;
    height: fit-content;
    padding: 8px;
    border-radius: 50%;
  }
  .megoszt_horizontalis {
    color: #A9A5A5;
    font-size: 30px;
  }
  .megoszt_horizontalis a {
    padding: 0 20px 0 0;
  }

  .megoszt_horizontalis_foto {
    color: #A9A5A5;
    font-size: 30px;
    max-width: 895px;
padding: 10px 20px;
width: 100%;
margin-bottom: 0;
  }
  .megoszt_horizontalis_foto a {
    padding: 0 20px 0 0;
  }

  .barna_bottom_border {
    border-bottom: 5px solid var(--red_hover_menu);margin-top: -15px;
  }

  .szoljon_hozza h5 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;

    background-color: var(--red);
    margin-left: 24px;

    color: white;
    padding: 10px 0 10px 20px;
    margin-bottom:0!important;
  }


  .szoljon_hozza::before {
    content: "";
    width: 24px;
    height: 8px;
    position: absolute;
    background-color: var(--red);
    margin-top: 22px;

  }
  .hozzaszolas textarea {
    box-shadow: none;
    border: 0.5px solid var(--text_color);
    width: 100%;
    height: 200px;
    border-radius: 5px;
  }
  .hozzaszolas textarea:focus {
    border: 0.5px solid var(--red);
    outline: 0;
box-shadow: none;
  }
  .comment_ido {
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #C4C4C4;
  }
  .comment_nev {
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }
  .comment_eltol {
    padding-left: 80px;
  }
  .tovabb {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    text-transform:none;
  }

  .kapcsolodo {
    border-bottom: 4px solid #C4C4C4;
    padding: 8px 24px 8px 24px;
    position: relative;
    background-color: var(--background);
    margin-bottom: 20px;
    margin-left: -4rem;

  }
  .kapcsolodo::before {
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    background-color: var(--red);
    left: 0;
    top: 0;
  }
  .kapcsolodo p {
    font-family: "Encode Sans Semi Expanded"!important;
font-style: normal!important;
font-weight: 500 !important;
font-size: 16px!important;
line-height: 20px!important;
padding-bottom: 15px!important;
    color: var(--black);
  }
    .kapcsolodo a:hover p{color: var(--text_color);}
  .kapcsolodo h3 {
    font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 40px;
color:var(--red);
text-transform: none;
  }

  .korabban_irtuk {
    padding: 15px 0 15px 0;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid var(--red_hover_menu);
    position:relative;
    margin-right: -1.5rem;
  }

  .korabban_irtuk::after {

    content: "";
    width: 1.70rem;
height: 8px;
background-color: var(--red_hover_menu);
position: absolute;
top: 52px;
left: -1.70rem;

}


  .korabban_irtuk h3 {
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    border-bottom: 0.5px solid var(--black);
    padding: 0 12px 12px 12px;
    text-transform: none;
  }
  .korabban_irtuk h5 {
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  .korabban_irtuk div p {
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
line-height: 26px;
margin-bottom: 0;
    color: var(--seccond_grey);
  }
  .reklam_teszt { /* Erre nem tudtam jobb megoldast. Hogy ha csinalok egy col-9 et s alaja egy col-7-et akkor a megoszto gombok mobilon rossz helyre esnek. */
    background-color: #96C3CD;
    width: 300px;
    height: 600px;
    position: absolute;
    right: 18px;
    top: 900px;
  }
  .kerek_kep {
    border-radius: 50%;
max-width: 55px;
max-height: 55px;
  }
  .nev {
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom:0;
    color: var(--red_hover_menu);
  }
  .nev img{width:30px;}

.datum_var_2{margin-top: 5px;}


.datum_var_2 p{
font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 14px !important;
line-height: 24px !important;
color: #727171;
}


/* ezek aprobb modositasok */ /* a rovat.html -ben vannak meg */
/*
.tv {
    position: relative;
}
.tv::before {
    height: 100%;
    bottom: 0;
}
*/




/* innen uj */

.fotoriport_tovabbi {
font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 70px;
line-height: 70px;
/* or 100% */
margin-bottom: 24px;
}
.fotocikk{max-width: 895px;
padding: 10px 20px;
width:100%;
margin-bottom: 0;}



/* ez egy kis javitas lesz a borderhez, egyes helyeken fekete, masokon az alpha 0.25 re van allitva ezen atalitom hogy passzoljon a latvany */

.cikk.piros-hatter {
    border-bottom: none!important;
}
.cikk.piros-hatter::after {
    height:0;width:0;
}
/*------------velemeny---------*/

/* */
.felhasznalo_kep {
    height: 108px;
    width: 108px;
    border-radius: 50%;
    border: 4px solid #C4C4C4;
    filter: grayscale(100%);
}
.felhasznalo_kep2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 4px solid #C4C4C4;
    filter: grayscale(100%);
}
.elem {
    border-left: 1px solid #000;
}



.foto_padding {
    padding-left: 10%;
    margin-bottom: 24px;;
}
.cim_szoveg {
   font-family: "Roboto Slab";
   font-style: normal;
   font-weight: normal;
   font-size: 32px;
   line-height: 42px;
}
.plusz {
   text-decoration: none;
   text-transform: uppercase;
}
a.plusz img{width: 25px;
margin-left: 5px;
margin-top: -5px;}
a.plusz p{margin-bottom:10px;}

.reklamm {
    width: 105%;
    height: 190px;
    background-color: #96C3CD;
    margin-bottom: 24px;

}

.helyettes {
   width: 180px ;
   border-right: 1px solid #000;
}
.foto_padding {
    padding-left: 24px;
}
.reklamm {
    width: 336px;
    height: 280px;
    margin-left: 80px;
}



/*  rovates/vagy cikkoldal html-el mar ezeket atkuldtem */

.pagination.lapozas {
    border-bottom: 1px solid  var(--black);
    width: fit-content;
    padding-bottom: 10px;
}
.pagination.lapozas a {
    padding: 0px 12px 10px 12px;
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color:  var(--accent_grey);
    text-decoration: none;
}
.pagination.lapozas a:active, .pagination.lapozas a:hover{
    color: var(--red);
    border-bottom: 6px solid var(--red);
}
.pagination.lapozas a.active{
    color: var(--red);
    border-bottom: 6px solid var(--red);
}
.kronika .piros-gomb {
    color: var(--white) !important;
    background-color: var(--kronika)!important;
}
.sport .piros-gomb {
    color: var(--white) !important;
    background-color: var(--sport)!important;
}
.social{margin-top: 35px;
margin-bottom: 35px;}
.social a img{width: 40px;
margin-right: 25px;}
.col-megamenu_footer a img.tamogat{width:100%;margin-top:20px;margin-bottom:20px;width: 81%;}
/* hoverek */
a:hover h2,a:hover h3{color: var(--text_color)!important;}
/*.kronika a:hover h2,.kronika a:hover h3{color: var(--kronika)!important;}*/
.nav-pills .nav-link {
    border-radius: 0;
}


.podcast-ajanlo {
      color: var(--white);
      position: relative;
      /*margin-top: 20px;*/
      margin-bottom: 25px;

}
.podcast-i {
    border-top-right-radius: 25px;
    background-color: var(--podcast);
    margin: 0px 0px 3px 0px;
    padding: 20px;
    box-shadow: 0 2px 2px var(--light_grey);;
    height: 85px;

}
.podcast-i h3 {
  font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
color:  var(--white_constant);
    background-color: var(--podcast);
    border-radius: 5px;
    position: relative;
    left: 20px;top: 7px;
    padding: 5px;
}
.podcast-i img{

  position: absolute;
width: 40px;
right: 20px;
top: 22px;
}
.pod_a {
    background-color: var(--red);
    margin-top: 3px;

    --bs-gutter-x: 0;

}
.pod_b {
    background-color: #AB2021;
    margin-top: 3px;

    --bs-gutter-x: 0;
}
.pod_a  h4 {
  font-family: Encode Sans Semi Expanded;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
padding: 10px 15px 0 15px;
}
.pod_a  img {
    width:100%;
}
.pod_b  h4 {
  font-family: Encode Sans Semi Expanded;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
padding: 10px 15px 0 15px;
}
.pod_b  img {
    width:100%;
}
.szavazo{
  border-left:12px solid #96C3CD;
  border-right:12px solid #96C3CD;
  margin-bottom: 25px;
  padding: 15px;
  background-image: url('../images/szavazogep_vonal.png');
background-repeat: repeat-x;
padding-top: 40px;
}
.szavazo h3{
  font-family: "Roboto Slab";
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 53px;
color: var(--red);
margin-bottom: 20px;
}
.szavazo h4{
  font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 27px;
position: relative;
color:var(--black);
padding-left: 20px;
margin-bottom: 15px;
}
.szavazo h4 img{
  width: 30px;
  position: absolute;
  left: -15px;
}
.szavazoform a{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
display:block;
margin-left: auto;
margin-right: auto;
align-items: center;
text-align: center;
margin-top: 20px;
color: var(--red);
}
.form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
}
.hirlevel{
  border-left:12px solid var(--blog);
  background-color:var(--red);
  margin-bottom: 25px;
  padding: 15px;
  padding-top: 20px;
padding-bottom: 25px;
}
.hirlevel h3{
font-family: "Roboto Slab";
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 53px;
  color: var(--white_constant);
}
.hirlevel p{color:var(--white_constant);font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 25px;}
label{color:var(--text_color);}
.hirlevelform .form-check label{color:var(--white_constant);font-weight: 400;}

.hirlevelform .form-check.inputm {
    padding-left: 0;
}
.mediaimg{padding: 25px 0;}
.mediaimg img{margin:0 10px;height: 41px;}
.szekelyhon-button {
  font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
    background-color: var(--red);
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    border-color: var(--red);
}
.szekelyhon-button:hover {
    color: var(--white_constant);
    background-color: var(--red_hover);
    border-color: var(--red_hover);
}
.hirlevelb{filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));box-shadow:none;background-color: white;color: var(--red);}
.szekelyhon-button.login{width:100%;}
a.reglink{color: var(--red)!important;font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 24px;}
a.reglink:hover{color: var(--red_hover)!important;}
.searchbtn{background-color: var(--red);border-color: var(--red);color:var(--white);}
.searchbtn:hover{background-color: var(--red_hover);}
.modal {
    background-color: rgba(0,0,0,0.2);
}
.form-control:focus {
    color: #212529;
    background-color: var(--white_constant);
    border-color: var(--red);
    outline: 0;
    box-shadow: none;
}
.dropdown-menu {
    border:none;

}

.blogtitle{font-family: Roboto Slab;
font-style: normal;
font-weight: bold;
font-size: 70px;
line-height:70px;color: var(--blog);display:block;margin: 0 0 45px 0;}
.blog{
  background-color:  var(--white);
  position: relative;
padding:25px;margin: 0;
}
.blog::before{
  content: "";
  position: absolute;
  height: 25px;
  width: calc(100% - 80px);
  background: var(--white);
  margin-top: -50px;
  left:80px;
}
.blog::after{
  content: "";
  position: absolute;
  height: 25px;
  width: calc(100% - 80px);
  background: var(--white);
  bottom: -25px;
  left:80px;
}
.blog_main{background: var(--blog);padding: 20px 0 20px 20px;margin: 20px 0;}
.blogcimke{background: var(--blog);color:  var(--black);font-family: Roboto Slab;
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 21px;display:inline-block;padding: 5px;
position: absolute;
top: -15px;z-index: 999;}
.blog .cikk{border-bottom: none;padding-left: 15px;border-left:2px solid var(--blog);padding-bottom: 5px;height: 100%;padding-top: 30px;padding-bottom: 30px;}
.blog .cikk:after{content: "";
position: absolute;
left: 0;
z-index: 100;
top: 0;
width: 15px;
height: 2px;
background: var(--blog);}
.blog .cikk:before {
  content: "";
position: absolute;
left: 0;
z-index: 100;
bottom: 0;
width: 30%;
height: 2px;
background: var(--blog);
}
.blog a:hover{color:  var(--blog);}
.reklam_bar{display: flex;flex-flow: column;}
.addcontainer{flex: 1;}
.cikk.first{padding-top: 0 !important;}
img.noileg{height: 392px;}
img.ajanlologo{width: 60%;margin: 15px 0;}
.cikk.dobozlogo_outher2{
border-bottom:none;
}
.cikk.dobozlogo_outher2::after {
    content: "";
    height: 0;
    width: 0;
}

.lapajanlo{border:2px solid var(--red_tow);padding: 0 40px 20px 40px;
margin-top: 30px;
margin-bottom: 30px;}
.lapajanlo_inner{margin-top: -30px;
background-color: var(--white);
padding: 0 30px 0 30px;}
.lapajanlo_inner img{width:100%;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));}
.rovatreklam{margin:15px 0 15px 0;}
.container.katcont{padding-left:0;padding-right:0;}
.cikkcimke{color: var(--red);
padding: 2px 10px 2px 10px;
text-decoration: none;
border: 0.5px solid var(--red);
border-radius: 15px;
position: relative;

margin-top: 10px;
display: inline-block;
font-family: "Roboto Slab";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 21px;


}
.cikkcimke img{
  position: absolute;
width: 27px;
height: 27px;
top: -1px;
right: -1px;
}

.k-cikkcim{font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 800;
font-size: 38px;
line-height: 50px;
color: var(--black);

}

.cikk_border p{font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 30px;
color: var(--black);}
.cikk-lead{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 500!important;
font-size: 22px!important;
line-height: 32px!important;
color: var(--black);}
.cikk-lead-f{font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 500!important;
font-size: 22px!important;
line-height: 32px!important;
color: var(--black);padding: 0 0 20px;}
.foto_alatt {
    font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 16px!important;
line-height: 21px;
/* identical to box height, or 131% */
margin-top: 0!important;
margin-bottom: 0!important;

color: #727171;
}
.foto_alatt2 {
    font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 14px!important;
line-height: 21px!important;
/* identical to box height, or 131% */
margin-top: 0;
margin-bottom: 20px;

color: #727171;
}
.foto_alatt3 {
    font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 14px !important;
line-height: 21px !important;
/* identical to box height, or 131% */
margin-top: 10px!important;
margin-bottom: 0!important;

color: #727171;
}
.idezet div{margin-left:20px;}
.kiemelt div:not(.kiemelt_border){margin-left:25px;}
.cikkgaleria{position: relative;margin-right: -0.75rem;}
.cikkgaleria .gal{position:absolute;left:20px;bottom:20px;z-index:2;width:40px;}
p.comcim{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 25px;

/* identical to box height */
display: flex;
align-items: flex-end;

color: #727171;}
p.comtext{margin-bottom:0;}
p.rates a,p.rates span{margin-right:15px;}
.cikk.cikkalatt{height:100%;}
.cikk.cikkalatt .k-kicsi{
font-size: 18px;
line-height: 23px;
}
.modelement{
color: var(--red);

}
.aftershares{padding-top:15px;margin-top: 0px;}
.outherlead{padding-top:15px;}
.commentcontainer{margin-top: -20px;padding-top: 20px;margin-right: -0.75rem;}
.szoljhozza{position:relative;}
.szoljhozza img{position: absolute;
right: 10px;width: 50px;
top: 0;cursor:pointer;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));}
.logintocomment{display: flex;}
.commentitemsec{display:none;}
.logintocomment.hidden{display:none;}
.opencomment.hidden{display:none;}
.rotatedb {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25))!important;
}
.fotoripsub{width:100%;max-width: 895px;}
.fotoripidez{max-width: 895px;margin-left: -70px;width: 100%;}
.fotocikk .korabban_irtuk{margin-left: 5px;}
.kiemeltfoto{max-width: 895px;margin-left: 0.75rem;width:100%;}
.comfoto{margin-top:0px;width:100%;max-width: 895px;margin-right: 0;margin-left: 0;}
.fotokiemeles{margin-left: 0rem;margin-right: 0;margin-bottom: 20px;}
.velemenycol{margin-left: 6rem;}
.velemenykep{margin-left: -70px;}
.velemenykep.fokep{position:absolute;left: -55px;margin-left: 0;}
.velemenyhdr{padding-left: 4rem;padding-right: 0;}
.szoljon_hozza_vl{margin-left: 0.75rem;width: auto;}
  .megoszt_horizontalis_velem {
    color: #A9A5A5;
    font-size: 30px;
    margin-left: 0;
border-left: 0;
margin-top: 20px;
  }
  .megoszt_horizontalis_velem a {
    padding: 0 20px 0 0;
  }
.commentcontainer2{margin-top: 0;
padding-top: 20px;
margin-right: 0;
margin-left: -0.75rem;}
.k-cikkcim-v{font-family: "Roboto Slab";
font-style: normal;
font-weight: normal;
font-size: 42px;
line-height: 55px;

color: var(--red_hover);

}
.szoveg_mobil_vele p{font-family: "Roboto Slab";
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 32px;

color: var(--black);}
.idezet_vl{margin-left: -11rem;}
.gal_vl{margin-left: -11rem;margin-right:0;}
.imgsub_vl{margin-top: -20px;padding-top: 10px;}
.velemeny_hsz{margin-left: 0.75rem;width: auto;}
.firstvelem::before{content: "";
width: 2px;
height: 20%;
background-color: white;
position: absolute;
left: -1px;
top: 0;}
.vlmrovatstart{margin-top: 30px;}
.keresform_page{background-color: var(--background);}
.keresform_page label,h1.keresform_title,.separationdate{
font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 30px;
color: var(--red_hover_menu);
}
.k-szavazfelcim{font-family: "Encode Sans Semi Expanded";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;

/* identical to box height */
text-transform: uppercase;

color: var(--red_hover);}

.k-szavazcim{font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 40px;

/* identical to box height */

color: var(--red_hover);

}
.cart_vote{width:100%;margin-bottom: 30px;}
.cart_outher{width:calc(100% - 60px);height:44px;margin-bottom:15px;background-color:var(--background);display:inline-block;vertical-align: top;overflow:hidden;}
.cart_inner{height:100%;}
.cart_inner2{height:44px;width:44px;font-family: "Roboto Slab";text-align: center;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 44px;
text-transform: uppercase;
margin-bottom:15px;
color: var(--text_color);
margin-right:15px;
display:inline-block;vertical-align: top;}
.cart_inner22{height:44px;width:55px;font-family: "Roboto Slab";text-align: center;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 44px;
text-transform: uppercase;
color: var(--white);
margin-right:15px;
display:inline-block;vertical-align: top;}
.votenum{font-size: 13px;color:#0f0f0f;}
.cart_vote_res{display: flex;align-items: center;justify-content: left;}
.cart_vote{overflow:hidden;}
.cart_inner{
  width:0%;
  animation: 1s ease-out 0s 1 slideInFromLeft;
  }
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }


.cart_anstxt{
  font-family: "Roboto Slab";
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 26px;

color: var(--text_color);
}
.szerzo_item{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 900;
font-size: 34px;
line-height: 42px;
width: calc(100% - 64px);
/* identical to box height */
text-transform: uppercase;

color: var(--black);
line-height: 104px;}
.velemenyrovat.szerzocim{background-color: var(--background);}
.szerzo_item img {
    width: 25px;
    margin-left: 5px;
    margin-top: -5px;

}
.szerzorovat{margin-left: 7rem;border-left: 0.5px solid var(--black);}
.idojaras_title{font-family: "Roboto Slab";
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 40px;

color:var(--red_hover_menu);background-color: var(--background);}
.idojaras_cimke{background-color: var(--red);color: var(--white_constant);font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 21px;
display: inline-block;
padding: 5px 10px;
}

  .idofirst{
      border-bottom:5px solid var(--red);

  }


tr.idofirst th{padding-top:15px;padding-bottom:15px;border-bottom: 0.5px solid var(--black);}
.idosor{border-bottom: 0.5px solid var(--black);background-color: var(--background);}

.idoikon div{font-family: "Roboto Slab";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: var(--red_hover_menu);padding: 0 5px;text-align: right;}

.idovaros{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;

/* identical to box height */
text-transform: uppercase;

color: var(--black);}
.datepicker-dropdown{border: 0.5px solid var(--accent_grey);box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, 0.5);}
td.day{padding:10px;}
.comment_keres{font-family: "Encode Sans Expanded";
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: var(--text_color);}
.kerescheck{margin-top:10px;}
.datepicker table tr td.active{
    background-color: var(--red)!important;background-image:none!important;
}
th.prev,th.next,th.datepicker-switch{padding-top:10px;padding-bottom:10px;}
.form-control[readonly] {
    background-color:  var(--white_constant)!important;
}
canvas{width: 40px;color: var(--text_color);}
canvas.first{width: 30px;}
.current_weather{font-size: 40px !important;
font-weight: 600 !important;}
td.idovaros,td.idoikon{
    padding: 0 .5rem;
  }
  body.plus18  .supreme-container {
    overflow: hidden;
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      -o-filter: blur(10px);
      -ms-filter: blur(10px);
      filter: blur(10px);
  }
  .modal#plus18 {
      background-color: rgba(255,255,255,0.2);
  }

  .modal#plus18  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #3F3C3C;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2rem;
    outline: 0;
    padding: 25px;
}
.modal#plus18  .modal-content .modal-body{color:#fff;}
.p18_1{
font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 32px;
text-align: center;
text-transform: uppercase;
}
.p18_2{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 900;
font-size: 40px;
color: #F4F2F2;
border: 10px solid var(--red);
border-radius: 50px;
width: 100px;
height: 100px;
line-height: 75px;
text-align: center;
margin-top: 25px;
margin-bottom: 20px;
}
.p18_3{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 32px;
margin-bottom: 20px;
text-align: center;

color: #FFFFFF;}
.p18_4{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
width: 50%;
display: inline-block;
text-align: center;
color: #FFFFFF;
border-right:1px solid #fff;
position:relative;}
.p18_4 a{color: #FFFFFF;}
.p18_4 a:hover{color:var(--red);}
.p18_4::after {
  content: "";
height: 26px;
width: 5px;
background-color: var(--red);
position: absolute;
right: -3px;
bottom: 0;
margin-bottom: 10px;
top: 30%;

}
.p18_5{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
width: 48%;
display: inline-block;
text-align: center;

color: #FFFFFF;}
.p18_5 a{color: #FFFFFF;}
.p18_5 a:hover{color:var(--red);}
img.podcastimg{border: 0.5px solid var(--text_color);}
.podcastcol{border-left: 0.5px solid #000;padding-left: 0;}
.podcastiframe{margin-left: -6.5rem;}
.podcastiframe iframe{height:180px;width:100%;}
.logincim{
  font-family: "Roboto Slab";
font-style: normal;
line-height: 38px;
color: var(--black);padding: 0 5px;position:relative;
font-weight: 800;
font-size: 38px;
}
.logincim::after {

    content: "";
    height: 5px;
    width: 22px;
    background-color: var(--red);
    position: absolute;
    left: -30px;
    top: 16px;

}

.loginpg{padding: 10px 29px;
border-left: 1.5px solid var(--black);}
.regsubt{color: var(--red_hover);}
.reginfo ul{list-style: none;padding-left: 0rem;}
.reginfo ul.reglist li{
  font-family: "Encode Sans Semi Expanded";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: var(--black);
margin-bottom: 15px;
}
.reginfo ul.reglist li::before {content: "•"; color:  var(--red);margin-right: 10px;
font-size: 26px;}

.reginfo p{font-size: 18px;}
.reginfo {
background-color: var(--background);
border-bottom: 4px solid var(--light_grey);
padding-top: 30px;
padding-bottom: 20px;
position: relative;
margin-bottom: 40px;
padding:20px;
}
.reginfo::after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: var(--red);
    width: 53px;
    top: 0;
    left: 0;
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: var(--background);
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.myaccounttab .nav-link {
    font-family: "Encode Sans Semi Expanded"!important;color:var(--red_hover);position:relative;padding: 10px;margin: 0 0 .2rem 0;
}
.myaccounttab .nav-link:hover {
    background-color: var(--background);color: var(--red);
}
.myaccounttab .nav-link.active{background-color: var(--background);}
.myaccounttab .nav-link.active::after{

  content: "\f280";
  font-family: "bootstrap-icons";
  position: absolute;
  color: var(--red);
  top: 10px;
right: 10px;
font-size: 18px;
}
.mtabdata{background-color: var(--background);}
.tab-pane form .form-check{padding-left: 0;font-size: 18px;
line-height: 32px;}
.delavatar{font-size: 1rem;
font-weight: 400;
line-height: 1.5;}
.tab-pane form .form-check .form-check-input {
    float: left;
    margin-left: 0;
}
.tab-pane form .form-check .form-check-label{width: 90%;
margin-left: 10px;}
.hszmyacc{font-size: 18px;
line-height: 32px;border-bottom:0.5px solid var(--black);}
.hszmyacc p{font-size: 18px;line-height: 32px;}
.myaccounttab .nav-link.logouttab{margin-top:30px;}
.myaccounttab .nav-link.logouttab::after{
  content: "\f1c3";
  font-family: "bootstrap-icons";
  position: absolute;
  color: var(--red);
  top: 10px;
right: 10px;
font-size: 18px;
}
.hszcikk{margin-bottom: 10px;}
.hszcikk a{
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color:var(--black);

}
.hszcikk a:hover{
    color:var(--red_hover);
}
.hszsza {
    font-family: "Encode Sans Semi Expanded";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.invertedbb {
background-color: var(--red_hover)!important;
border-color:var(--red_hover)!important;
}
.invertedbb:hover {
    color:  var(--white);
    background-color:var(--red)!important;
    border-color:var(--red)!important;
}
a .datumrovat:hover{color: var(--red_hover);}

.radiohdr{background-color:var(--menu-bg);color:var(--white);height:52px;}
.radiohdr2 h1.logoszek2{font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 23px;
line-height: 25px;
color: var(--white);
}
.radiohdr2 img{width:190px;margin-right:5px;}
.radiopage{padding-left: 30px;margin-left: 30px;border-left:0.5px solid  var(--black);}
.radiopage .title{font-family: "Roboto Slab";
font-style: normal;
font-weight: 900;
font-size: 30px;
line-height: 40px;
position:relative;
color: var(--red);}
.radiopage .title::after {
  content: "";
height: 5px;
width: 22px;
background-color: var(--red);
position: absolute;
left: -30px;
top: 20px;
}
.radiopage .radiologo{width: 141px;margin-top:20px;margin-bottom:20px;}
.radiopage  .nexrres{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
}
.radiopage .radio{color: var(--black);
position: relative;
margin-top: 20px;
margin-top: 25px;
margin-left: -30px;}
.radiopage .radio .rad_a,.radiopage .radio .rad_b {
    background-color: var(--background);box-shadow: none;border-bottom: 0.5px solid var(--black);position:relative;
}
.radiopage .radio .rad_a .w {
    color: var(--black);position:relative;
}
.radiopage .radio .rad_b .w {
    color: var(--red);position:relative;
}
.radiopage .radio .rad_a::after,.radiopage .radio .rad_b::after  {
    content: "";
    height: 5px;
    width: 16px;
    background-color: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -3px;
    transition: width ease 0.3s;
}
.radiopage .radio .rad_a svg,.radiopage .radio .rad_b svg{margin-right:5px;}
.radiopage .radio .rad_b svg path{fill: var(--red);}
.radiopage .radio .rad_a i,.radiopage .radio .rad_b i{font-size:30px;position:absolute;right:10px;}
.radiopage .radio .rad_a i {
    color: var(--black);
}
audio{margin-left: -30px;width:calc(100% + 30px);margin-bottom:20px}
.csakelof{font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
color: var(--red);
margin-top: 30px;
text-transform: uppercase;
margin-left: auto;
margin-right: auto;}
.tv.innervideotv{
margin: 30px 0px 30px 0px;
margin-left: calc(var(--bs-gutter-x) );
}
.tv.innervideotv::before {
  content: none;
}

.tv.innervideotv .tvinner::after {
    content: none;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.videoiframe{margin-left: -7.9rem;padding-right:0;}
.mobmegv{padding-top:15px;}
/*INNEN*/
center.adds, .text-center.adds{border-bottom:1px solid var(--black);padding-top:15px;padding-bottom:15px;width:auto;display: inline-block;}
center.adds div:not(.reklam_text), .text-center.adds div:not(.reklam_text){border: 1px solid #dedede;}
.firstreklammain center.adds, .firstreklammain .text-center.adds{padding-top:0!important;}
.reklam_special center.adds, .reklam_special .text-center.adds{padding-top: 0!important;}
.ytvideo{
  height: 0;
  padding-bottom: 56.2%;
  position: relative;
}
.ytvideo iframe{
  width: 100%;
  height: 100%;
  position: absolute;
}
.ytvideo2 {
  height: 0;
  padding-bottom: 26.2%;
  position: relative;
  padding-top:15px;
}
.ytvideo2 iframe{
  width: 100%;
  height: 100%;
  position: absolute;
}
img.fgal{
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 40px;
}
.idezetirt{margin-left: -2.5rem;}
.body {
  /*felultol kivettem*/
    height: auto;
    max-width: 1320px;
    background-color: var(--white);
}
/*cookie*/
#page-mask{position:fixed;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.45);top:0;left:0;display:none;z-index:999;}
#jscookiemodal{width:100%;height:auto;padding: 1em;background-color: white;position:fixed;bottom:0;left:0;z-index:9999;}
#js_setup_div{width: 950px;height:600px;padding: 1em;box-shadow: 1px 1px 3px rgba(0,0,0,0.35);background-color: var(--white);margin-left:calc(50% - 425px);margin-top: 100px;display:none;z-index:99999;}
#js_setup_div .easy-modal-inner{overflow-y:auto;height:440px;}
.c_setup_header{width:100%;border-bottom:1px solid #F5F5F5;height:50px;}
.easy_modal_f{border-top:1px solid #F5F5F5;}
.c_helper{padding:10px;}
.c_infos{font-size: 22px;display:block;margin-bottom:5px;margin-top: 20px;}
.acordit{font-weight:bold;border-top:1px solid #E5E5E5;border-left:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;border-right:1px solid #E5E5E5;padding:10px;cursor:pointer;position:relative;margin-top:5px;}
.acordit.tgl{border-bottom:none;}
.acordit_txt{display:none;padding:10px;border-bottom:1px solid #E5E5E5;border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5;}
.acordit_txt.opened{display:block;}
.acordit i { position:absolute;
  right: 20px;
  top:14px;
  transition: all 300ms ease-in 0s;}
.acordit i.active {
    transform: rotate(180deg);
}

.c_title{font-size:26px;margin-bottom:20px;display:inline-block;line-height: 23px;
color: #6a6d70;
font-family: 'Roboto Slab', serif;margin-top: 30px;
}

.c_accept {
    background-color: var(--red);
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;

    font-weight: 700;
    color: var(--white);
    font-size: 18px;
}
.c_accept:hover {
    background-color: var(--red_hover);
    color: var(--white);
}
.c_setup {
    background-color: var(--red);
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;

    font-weight: 700;
    color: var(--white);
    font-size: 18px;
}


.c_accept.mobilea{display:none!important;width:100%;margin-bottom:10px;}
.c_setup.mobilea{display:none!important;width:100%;margin-bottom:10px;}



img.c_logo{display:block;width: 250px;}

.toggle-switch {
  position: relative;
  width: 60px;
  display: inline-block;
	margin-top: 10px;
}
.c_set_t1{display: block; margin-top: 0;font-weight: bold;font-size: 14px;
margin-top: 10px;}
.c_set_t2{display: none; margin-top: 0;font-weight: bold;font-size: 14px;
margin-top: 10px;}
.toggle-switch input {
  display: none!important;
}
.toggle-switch-wrapper {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.toggle-switch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before, .toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #FFFFFF;
  color:#929292;
  background-color: #F5F5F5;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.toggle-switch-inner:before {
  content: "";
  padding-left: 15px;
  border-radius: 20px 0 0 20px;
  background-color: #74F0BA;
}
.toggle-switch-inner:after {
  content: "";
  padding-right: 15px;
  text-align: right;
  border-radius: 0 20px 20px 0;
}
.toggle-switch-switch {
  width: 20px;
  margin: 0;
  border: 2px solid #d8d8d8;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #f8f8f8;
  line-height: 1em;
  text-shadow: 0 0 1px #ADADAD;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  background-color: #f0f0f0;
  background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.toggle-switch input:checked + .toggle-switch-inner {
  margin-left: 0;
}
.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
  right: 0;
}
.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #D15E5E;
  background: #D15E5E;
}
.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #DFD271;
  background: #DFD271;
}
.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #7BC5D3;
  background: #7BC5D3;
}
.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #63CC9E;
  background: #63CC9E;
}
.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #6AA6D6;
  background: #6AA6D6;
}

.lean-overlay {
  z-index: 1000000 !important;
}

#js_setup_div p{font-size:16px;padding: 0 5px;margin-bottom: 10px;line-height: 28px;}
#jscookiemodal p{font-size:16px;}

.form-switch .form-check-input {
    width: 3em;
    height: 1.5rem!important;
}
#ac1{margin-top:20px;}
.subtitle{padding: 0 5px;font-weight:bold;}
h2.subtitle{
  font-family: "Encode Sans Semi Expanded";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: var(--black);
  padding: 0;
}
.form-switch .form-check-input:checked {
    background-color: #028a0f;
    border-color: #028a0f;
}
.table {
  color: var(--black)!important;
  --bs-table-striped-color: var(--black)!important;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--red)!important;
  border-color: var(--red)!important;
}
.szavazo.cikkszavazo{
  background-image: url('../images/szavazogep_vonal.png');
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 50px;
}
.accordion-item {
  background-color: var(--white);
}
.accordion-button {
  color: var(--black);
  background-color: var(--white);
}

.bullet {
  font-size: 20px;
  margin: 0 0 0 0;
  padding: 0;
  color: var(--red_tow);
}


.smart_banner{
    overflow: hidden;
    width:100%;
    position:fixed;
    top:0;
    z-index: 99999;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    top: -145px;
}
.smart_banner.show{top: 0px;animation: slidedown 1s ease-in-out;}
.smart_banner.hidden{top: -145px;animation: slidedown2 1s ease-in-out;}
@keyframes slidedown {
  0% {
    /* since the .foo class is set to bottom: 0, we will start at 0% to 160px*/
    top: -145px;
  }
  100% {
    /* we end at 0, which will be the bottom of the parent divs height */
    top: 0px;
  }
}
@keyframes slidedown2 {
  0% {
    /* since the .foo class is set to bottom: 0, we will start at 0% to 160px*/
    top: 0px;
  }
  100% {
    /* we end at 0, which will be the bottom of the parent divs height */
    top: -145px;
  }
}
.smart_banner_inner{
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-color: #3F3C3C;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  outline: 0;
  z-index: 999999;
  margin: 0;
}
.b_img{padding-top: 1rem;}
.b_img img{width:55px;}
.b_text{
  padding-top: 1rem;
  font-family: "Encode Sans Expanded";
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}


  .button_d_1{font-family: "Encode Sans Expanded";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  width: 50%;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  border-right:1px solid #fff;
  position:relative;
padding: 0.2rem 0;
margin:0.5rem 0;}

  .button_d_1::after {
  content: "";
  height: 30px;
  width: 5px;
  background-color: var(--red);
  position: absolute;
  right: -3px;
  bottom: 0;
  margin-bottom: 10px;
  top: 16%;

  }
  .button_d_2{font-family: "Encode Sans Expanded";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  width: 48%;
  display: inline-block;
  text-align: center;

  color: #FFFFFF;
padding: 0.2rem 0;
margin:0.5rem 0; }
  .btn_dsmart1 {
    font-family: "Encode Sans Expanded";
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 24px;
border-radius: 20px;
color: white;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
border-color: var(--white_constant);
  }

  .btn_dsmart2 {
    font-family: "Encode Sans Expanded";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
      background-color: var(--red);
      border-radius: 20px;
      color: white;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      border-color: var(--red);
  }
.b_button{margin-bottom: 5px;}
.section_title{margin-bottom: 25px;}
.section_title .dobozlogo_outher{background-color: var(--red_constant);height: 20px;}
.section_title .dobozlogo_outher a{display: inline-block;
background-color: var(--white);
width: auto;
padding: 0 15px;
font-family: "Roboto Slab";
font-style: normal;
font-weight: 700;
color:var(--black);font-size:27px;margin-top: -10px;}
.velemenytrs{position:relative;}
svg.idizojel{position:absolute;opacity: 0.2;}
svg.idizojel path{fill: var(--velemeny_b);top: 17%;}
.velemcc{font-size: 25px!important;}
  .bg-danger {
    background-color: #007CB2 !important;
  }
  ul.formatulsz{
    padding: 20px 50px;
    font-family: "Encode Sans Expanded";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: var(--seccond_grey);
    margin-bottom: 0;
   }
   ul.formatulsz li{margin-left: 20px;margin-bottom: 10px;}
   .engshares {
    padding-top: 15px;
    background-color: var(--red_title);
    color:var(--white_constant);
  }
  .engshares span{
    font-family: "Encode Sans Semi Expanded";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  padding-left: 10px;
}

   .engshare {
    height: fit-content;
    padding-top: 11px;
  padding-bottom: 10px;
    font-size: 30px;
    background-color: var(--red_title);
    color:var(--white_constant);
}
.engshare a {
    padding: 10px;
    color:var(--white_constant);
}
a.readit{
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 12px;
  line-height: 13px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
}
ul.images { position:relative; top:0px;left:0px; width:100%;height:100%;}
        ul.images li { position:absolute; top:0px;left:0px; width:100%;height:100%;}
        ul.triggers { display:none;}
        .gasztroliget{
          background-color: #fff;
          position:relative;
          margin: 80px 0;
        }
        .gasztroliget_m{
          background-color: #fff;
          position:relative;
          margin: 80px 0;
        }
        .gasztroliget_inner{
          padding: 20px 15px;
          margin: 20px;
          background-color: #3f3d3e;
          z-index: 2;
          position: relative;
          color:#fff;
        }
        .gasztroliget_inner_m{
          padding: 10px 10px;
          margin: 10px;
          background-color: #3f3d3e;
          z-index: 2;
          position: relative;
          color:#fff;
        }
        .gasztroliget::before {
          content: "";
          position: absolute;
          height: calc(100% + 40px);
          width: 100px;
          background: #d24605;
          top: -20px;
          left: 0;
        }
        .gasztroliget::after {
          content: "";
          position: absolute;
          height: calc(100% + 40px);
          width: 100px;
          background: #d24605;
          top: -20px;
          right: 0;
        }
        .gasztroliget_m::before {
          content: "";
          position: absolute;
          height: 150px;
          width: 100%;
          background: #d24605;
          top: -10px;
          left: 0;
        }
        .gasztroliget_m::after {
          content: "";
          position: absolute;
          height: 150px;
          width: 100%;
          background: #d24605;
          bottom: -10px;
          left: 0;
        }
        .start_gasztro img{
          width: 120px;
          display: block;
          margin-bottom:15px;
        }
        .start_gasztro_m{
          margin-bottom: 55px;
          }
        .start_gasztro_m img{
          width: 120px;
          display: block;
          position: absolute;
          top: -58px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
        }
        .gasztro-button{
          background-color: #609454;
          color: #fff;
          padding: 7px 40px;
          margin-top: 20px;
          border-radius: 20px;
        }
        .gasztro-button:hover{
          background-color: #d24605;
          color: #fff;
        }
        .cikk_gasztro{margin: 5px 0;}
        .cikk_gasztro .k-kicsi{color: #fff;font-size:18px;line-height: 25px;
          font-weight: 600;}
        a.gastrolink{color: #fff;}
        a.gastrolink:hover .cikk_gasztro .k-kicsi{color: #d24605!important;}
        .end_gasztro_m{
          text-align: center;
          margin-bottom: 25px;
        }
        @media (max-width: 691px) {
          .cikk_gasztro {
            margin: 0 0 30px 0;
          }
          .cikk_gasztro .k-kicsi{
            margin-top: 10px;
          }
          .gasztro-button {
            margin-top: 0;
          }
          .gasztro-button {
            padding: 7px 20px;
          }
        }
video {
  width: 100%    !important;
  height: auto   !important;
}