
/* ============================================================================================================================================================================== */
/* ============================================================================================================================================================================== */

@media all and (min-width: 740px) and (max-width: 1339px) {
  
#searchdiv { display: none !important; }

#site { text-align: center; background-color: var(--cl-f); }
#top { display: none !important; } 
#mobile_top_spacer { height: 4.9rem; }
#mobile_top_spacergl { height: 6rem; }
#top_m { position: fixed; height: 5em; line-height: 5.1em; background:var(--cl-f); left: 0; right: 0; box-sizing: border-box; border-bottom: 1px solid #cccccc; text-align: center; top: 0; z-index: 101; }
#top_m.gl::after { content: ''; border-bottom: 1rem solid var(--cl); display: block; bottom: -1rem; left: 0; right: 0; position: absolute; }
#nav-icon4 {	height: 5rem; width: 5rem; line-height: 5.4rem; float: left; position: relative;  cursor: pointer; }
#nav-icon4 div { position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; height: 100%; width: 100%; -webkit-transition: visibility 0s, opacity 0.4s linear; -moz-transition: visibility 0s, opacity 0.4s linear;  -o-transition: visibility 0s, opacity 0.4s linear;  transition: visibility 0s, opacity 0.4s linear;	}
#nav-icon4 div i {  color: #333333; font-size: 26px; }
#nav-icon4.open #n1 { visibility: hidden !important; opacity: 0 !important; }
#nav-icon4.open #n2 { visibility: visible !important; opacity: 1 !important; }
#nav-icon4 #n1 { visibility: visible !important; opacity: 1 !important; }
#nav-icon4 #n2 { visibility: hidden !important; opacity: 0 !important;  }

#icon_search_m { display: block; float: right; height: 5rem; line-height: 5.5rem; position: relative; margin-right: 2rem; }
#icon_search_m i { color: #777; font-size: 1.5rem; padding: 0 0.5rem;   }
#icon_search_m i:hover { color: var(--cl);   }

#social_m { float: right; margin-right: 2rem; }
#social_m a { display: inline-block; width: 28px; height: 28px; text-align: center; margin: 0 2px; border-radius: 20px; line-height: 28px; background-color: var(--cl-blue); transition: all 0.14s; position: relative; }
#social_m a:hover { background-color: var(--cl); }
#social_m a:hover i { color: var(--cl-f); }
#social_m a i { color: var(--cl-f); }
#social_m a img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

#langsm { display: none; float: right;  margin-right: 20px; margin-top: 2rem; line-height: 20px; }
#top_langm { display: inline-block;  position: relative; cursor: pointer; }
#top_langm #lang_sel { color: #666; }
#top_langm i , #top_lang span  { display: inline-block; vertical-align: middle; }
#top_langm .lang_name { font-size: 12px; text-transform: uppercase; font-weight: 500; }
#top_langm .flag { display: inline-block; box-sizing: border-box;  opacity: 1; margin-right: 4px; width: 28px;  height: 18px; border-radius: 3px; background-repeat: no-repeat; background-size: cover; }
#top_langm .flag_en { background-image: url(img/flag_en.png); }
#top_langm .flag_ro { background-image: url(img/flag_ro.png); }
#top_langm .flag_hu { background-image: url(img/flag_hu.png); }

#lang_choosem { display: none; position: absolute; top: 50px; z-index: 10;  right: 2px; padding: 2px 4px; background: var(--cl-f); border-radius: 8px; }
#lang_choose_insidem { white-space: nowrap; padding: 7px  ; border-radius: 3px; line-height: 20px; }
#lang_choose_insidem a { display: inline-block; margin-right: 4px; width:28px; font-weight: 600;  box-sizing: border-box; line-height: 20px; text-align: center; height: 18px; border-radius: 3px; background-repeat: no-repeat; font-size: 11px; color: transparent;  background-size: cover; background-position: center top; }
#lang_choose_insidem a:hover { color: #666; background-image: url(img/empty.png) !important; }
#lang_choose_insidem a.cl_en { background-image: url(img/flag_en.png); }
#lang_choose_insidem a.cl_hu { background-image: url(img/flag_hu.png); }
#lang_choose_insidem a.cl_ro { background-image: url(img/flag_ro.png); }

#karoklink_m { float: right; line-height: 20px; margin-top: 17px; margin-right: 35px; border: 1px solid var(--cl-brown); border-radius: 12px; padding: 3px 11px; font-weight: 600; color: #404040; font-size: 18px;  }

#logo_m  { position: absolute; height: 5rem; line-height: 5rem; display: block; overflow: hidden; left: 12%;  }
#logo_m img {  height: 80%; margin-top: 9px;   }
#logo_m_min { display: none; }

#search_m { background-color: var(--cl); text-align: left; position: relative; display: none; line-height: 1.3em; top: 4rem; position: fixed; width: 100%; z-index: 140; box-shadow: 0 3px 4px 1px rgba(0,0,0,0.4);}
#szo_cont_m { height: 2.7rem; overflow: hidden; width: 75%; background: var(--cl-f);  margin: 1.8rem 0 1.8rem 2rem; border-radius: 6px; }
#szo_m { font-size: 1.1rem; line-height: 100%; height: 100%; text-indent: 1em;   float: left; display: block; font-weight: 400; color: #000000; width: 85%; background: var(--cl-f); border-width: 0; }
#search_go_m { display: block;  height: 100%; background: #bbbbbb; float: right; width: 13%; line-height: 3rem; color: var(--cl-f); font-size: 1em;  text-align: center; }
#search_go_m i { }
#search_m_close { position: absolute; top: 50%; padding: 1rem; transform: translateY(-50%); right: 2%;  font-size: 1.5rem;  display: block; color: var(--cl-f) !important; }
 
.dontscroll { overflow: hidden !important; }
#menumscrl { overflow: auto; -webkit-overflow-scrolling: touch; height: 100%; width: 100%; }
#menu { display: none; }
.menu_m_open { left: 0 !important; right: 0 !important; }
#menu_m { position: fixed; display: block; z-index: 500; padding-top: 1em; text-align: left; top: 5rem; bottom: 0; left: -200%; right: 101%; background: #F0F0F0; -webkit-transition: .3s ease-in-out;  -moz-transition: .2s ease-in-out;  -o-transition: .2s ease-in-out;  transition: .2s ease-in-out;  }
#menu_m .menusep { border-bottom: 1px solid #c0c0c0; height: 1em; margin-bottom: 1em;  }
#menu_m ul { margin: 0; padding: 0; list-style-type: none;}
#menu_m li { display: block; position: relative;   }
#menu_m>div>ul>li { border-bottom: 1px solid #c0c0c0; }
#menu_m li a { display: inline-block;  position: relative; }
#menu_m li a {  color: #404040; font-weight: 600; text-decoration: none; font-size: 1.4em; text-transform: none; padding: 0.6em 0 0.6em 1.6em;  }
#menu_m li li a {  color: #404040; text-decoration: none; font-size: 1.1em; text-transform: none;  padding: 0.5em 0 0.5em 4em; font-weight: 400;}
#menu_m li li li a { padding-left: 6em; color: #404040; text-decoration: none; font-size: 1em; }
#menu_m li li li li a { padding-left: 8em; color: #404040; text-decoration: none; font-size: 1em; }
#menu_m li ul {max-height: 0; transition: max-height 0.15s ease-out; overflow: hidden;}
#menu_m li.open>ul { max-height: 1500px;  transition: max-height 0.25s ease-in;  }
#menu_m li.is_parent.open>a:after { position: absolute; content: "\f107" !important; right: -20px; top: 50%; font-size: 14px; transform: translateY(-50%); display: block; font-family: 'Font Awesome 5 Pro';  }
#menu_m li.is_parent.closed>a:after { position: absolute; content: "\f105"; right: -20px; top: 50%; font-size: 14px; transform: translateY(-50%); display: block; font-family: 'Font Awesome 5 Pro';  }

#menu_logo { display: none !important; text-align: center; width: 50%; max-width: 240px; margin: 1em auto; }
#menu_logo img {width: 100%; }

#menu_karok { text-align: left; border-top: 1px solid #c0c0c0; padding: 20px 0 20px 10px; }
#menu_karok a { display: inline-block; border-radius: 16px; margin: 0 12px 16px 12px; padding: 2px 8px; text-transform: uppercase; font-size: 14px; color: #404040; border: 1px solid #606060; }
#menu_karok a.self  { border: 1px solid var(--cl); font-weight: 700; }

#menu_search_m { display: none; }
#menu_search_m i , #menu_search_m span { display: inline-block; vertical-align: middle;  }
#menu_search_m i { color: var(--cl-blue); font-size: 21px; padding: 0 0.5em; transform: rotate(-45deg); margin-left: 6px;  }
#menu_search_m span { font-size: 1.4em; padding: 0.6em 0 0.6em 1.6em;  color: #404040; font-weight: 600;}

#social_menu_m { display: none; }

#tartalom { min-height: 700px;  }
.content { text-align: center;  margin: auto; }


#bottom { margin-top: 100px; clear:both;  }
#bottom a { color: var(--cl-f) ; margin: 0 20px 10px 0; display: inline-block; text-decoration: underline; } 
#bottom a:hover { text-decoration: underline; color: #92f6d4 } 
#bottom-top { height: 260px; background-image: url(img/btm.png); background-repeat: no-repeat; background-position: center center; }
#bottom-c { background-image: url(img/bottom.jpg); background-position: center bottom; background-color: var(--cl-brown); min-height: 409px; background-repeat: no-repeat; padding-top: 1px;  }
#bc {  margin-top: 40px; padding: 0 20px; }
#bc::after { clear: both; content:''; display: block; }
#bc > div {  text-align: left; margin-top: 40px;  min-height: 100px; color: var(--cl-f); }
#bc .ap p { margin: 0 0 18px 0; padding:0; line-height: 21px; font-size: 16px;}
#bc .bc-tit { font-size: 24px; font-weight: 600; position: relative; padding-bottom: 28px; padding-left: 8px; }
#bc .bctith { padding:18px 9px 0 9px }
#bc .bc-tit2::after { display: block; position: absolute; left:0; bottom:0;content: ''; width: 100%; height: 10px; border-radius: 10px; background-color: var(--cl-blue); }
#bc .bc-tit3::after { display: block; position: absolute; left:0; bottom:0;content: ''; width: 100%; height: 10px; border-radius: 10px; background-color: var(--cl-light-blue); }
#bc .bc-tit4::after { display: block; position: absolute; left:0; bottom:0;content: ''; width: 100%; height: 10px; border-radius: 10px; background-color: #ebf5ee; }
#btz { margin: 60px 0 0 12px; }
#btz img { width: 60px; }

#bottom_menu { padding-left: 10px; padding-bottom: 30px; } 
#bottom_menu a { color: var(--cl-f) ; margin: 0 0 7px 0; display: block; } 
 

#bc1 {   }
#bc1 .bc1_a { width: 200px; }
#bc1 .bc1_a img { width: 100%; height: auto; }

#bc2 { float: left; width: 30%; margin-right: 30px;   }
#bc3 { float: left; width: 30%;  }
#bc4 { float: right; width: 30%;   }


#navig { text-align: left; line-height: 26px; margin-top: 7px; margin-left: 20px; width: 90%; height: 26px; overflow: hidden; white-space: nowrap;    }
#navig a , #navig span , #navig b , #navig div { display: inline-block; vertical-align: middle;  }
#navig .homelink {  }
#navig .homelink i { color: #707070; font-size: 18px;  }
#navig .homelink:hover i { color: var(--cl) }
#navig b { width: 40px; text-align: center;  }
#navig b i.fa { color: var(--cl-light-blue); font-size: 14px; }
#navig span { color: #707070; font-size: 14px; font-weight: 600; }
#navig a { color: #707070; font-size: 14px; font-weight: 600; }
#navig a:hover { color: var(--cl); font-size: 14px; font-weight: 600; }

 
#pagetitle { font-size: 54px; font-weight: 700 ; line-height: 60px;}
#pageheader { font-size: 18px;   }
#pageheader_text { font-size: 18px; font-weight: 400 ; margin-top: 2rem; text-align: left; padding: 0 2rem;}
#labels { margin-top: 15px; height: 26px; line-height: 26px; margin-bottom: 34px; }
#labels a { color: var(--cl-light-blue); text-transform: uppercase; font-size: 16px; background-color: transparent; font-weight: 700; margin: 0 0px; padding: 2px 10px; border-radius: 4px; transition: all 0.15s; }
#labels a:hover { background-color: var(--cl-light-blue); color: var(--cl-f); }
#labels a.sel:hover , #labels a.sel { background-color: var(--cl-light-blue); color: var(--cl-f); }

#felso_csik { display: none; }
#fsearch { display: none; }
#fsearch_p { float: right; margin-right: 40px; }
#fsearch_p i { font-size: 21px; color: var(--cl-f); }

#banner {   width: 100%; margin: 0 auto 0 auto;   overflow: hidden; }
#banner ul { width: 100%;   padding: 0; margin: 0;  }
#banner ul .bannerslide { position: relative; display: block; width: 100%;  background-position: center 0; background-size: contain; }
#banner ul .bannerslide img { width: 100%; }
#banner ul .bannerslide_m { display: none; }
#banner ul .bannerslide .text {  position: absolute; left:10%; right: 10%; top:50%; -ms-transform: translateY(-50%); transform: translateY(-50%); opacity:0; transition: opacity 0.5s ease-in;}
#banner ul .bannerslide .text.lathato { opacity: 1; }
#banner ul .bannerslide .a { line-height: 40px; font-size: 30px; font-weight: 700; color: #06d48f; text-shadow: 1px 1px rgba(0,0,0,0.25); }
#banner ul .bannerslide .b { display: block; line-height: 24px; margin-top: 10px;  font-size: 18px; font-weight: 400; color: #ffffff; text-shadow: 1px 1px rgba(0,0,0,0.6); }
#banner ul .bannerslide .c { display: none;}

.noclk { cursor: default; }
#banner_m { display: none !important; }
#banner_pages  { height: 222px; background-position: center top; background-size: cover; }


#video { text-align: center; overflow: hidden; height: 544px; width: 100%;  position: relative}
#videodiv video { width: 1920px; height: 544px; }
#videodiv.fbfin { background-image: url(img/banner.jpg); background-repeat: no-repeat; background-size: cover; }
#videodiv.waiter { background-color: #E0E0E0;  }
#videodiv {  position: absolute; height: 544px; width: 1920px; top:0; left:50%; transform: translateX(-50%);  }

#videodiv_m {  display: none !important; }

#video_text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 85; text-align: center; width: 90%; }
#video_text .a { display: block; line-height: 3.0rem;  font-size: 3.3rem; font-weight: 700; color: var(--cl); text-shadow: 1px 1px rgba(0,0,0,0.25); }
#video_text .b { display: block; line-height: 2.6rem;  font-size: 2.4rem; font-weight: 200;  color: var(--cl-f); text-shadow: 1px 1px rgba(0,0,0,1); margin-top: 2rem; }
#video_text .c { display: block; line-height: 1.8rem;  font-size: 1.4rem; font-weight: 600; color: var(--cl-f); text-shadow: 1px 1px rgba(0,0,0,0.9); margin-top: 4rem; transition: 0.14s all; }
#video_text .c:hover { color: var(--cl); }
#video_text .c i { font-size: 1.2rem }

#gkarok { margin: 2.5rem auto; clear: both; display: flex; width: 96%; flex-wrap: nowrap; justify-content: space-between;  }
#gkarok a { display: block; width: 32%; height: 200px; border: 10px solid #EAEAEA; border-radius: 16px; overflow: hidden; transition: border-color 0.15s; position: relative; }
#gkarok a:hover {   border: 10px solid var(--cl);   }
#gkarok a img { display: block; width: 100%; height: 100%; object-fit: cover; }
#gkarok a div { position: absolute; transition: all 0.15s; left: 0; right: 0; top: 60%; opacity: 0.86; bottom: 0; display: block; background: var(--cl-blue) }
#gkarok a div span { position: absolute; left: 7%; right: 7%; top: 50%; transform: translateY(-50%); display: block; color: #E5E5E5; font-weight: 600; line-height: 1.0rem; font-size: 0.9rem; }
 
/* MAIN PAGE ======================================================================================================================================== */

#hsearch { background-color: #ebf5ee; font-size: 18px;  border-color: transparent; text-indent: 10px; border-width: 0; border-style: none; height: 47px; border-radius: 10px; margin-top: 45px; width: 100%; }
#hsearch::placeholder { color: var(--cl-blue); text-transform: uppercase; font-style: italic; }

#hir_kiemelt {  min-height: 300px; background-repeat: no-repeat; line-height: 19px;  }
#hir_kiemelt.withhirbg { background-image: url(img/hirbg.jpg);    }
#hir_kiemelt .a { height: 142px; }
#hir_kiemelt .ah { float:left; width: 58%; height: 142px;   line-height: 142px; text-align: left; }
#hir_kiemelt .ah .aha { font-size: 80px; color: var(--cl-f); font-weight: 700; padding-left: 20px; }
#hir_kiemelt .as { float: right; width: 38%; padding-right: 20px; }
#hir_kiemelt .b { clear: both; margin: 5px 20px 0 20px; text-align: left;  }

#hir_kiemelt .b .ba { float:left; width: 58%; height: 618px; border-radius: 14px; background-color: var(--cl-f); background-position: center center; background-size: cover; -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3); box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3); background-repeat: no-repeat; }
#hir_kiemelt .b .bat { margin-left: 46px; width: 76%; background-color: var(--cl-f); min-height: 354px; max-height: 500px; overflow: hidden; border-radius: 20px; padding: 30px 20px 20px 40px;}
#hir_kiemelt .b .bat .batx { max-height: 440px; overflow: hidden; }
#hir_kiemelt .b .bat .batx .bata { font-size: 40px; font-weight: 700; line-height: 43px;  max-height: 303px;   overflow: hidden;  text-overflow: ellipsis }
#hir_kiemelt .b .bat .batx .batb { padding: 5px 0; font-weight: 600;  }
#hir_kiemelt .b .bat .batx .batc { padding: 10px 0 0 0; line-height: 24px; font-size: 18px;  }
#hir_kiemelt .b .badet { margin-left: 46px; padding: 30px 0 0 0;}

#hir_kiemelt .b .bb {  float: right; width: 38%; height: 618px;   }
#hir_kiemelt .b .bb .bba {  background-color: var(--cl-f); padding: 30px 20px 20px 20px; overflow: hidden; height: 298px; margin-bottom: 20px; border-radius: 14px; -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3); box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);  }
#hir_kiemelt .b .bb .bba .batx { height: 232px; overflow: hidden; }
#hir_kiemelt .b .bb .bba .batx .bbba_t { font-size: 30px; font-weight: 700; line-height: 32px;  max-height: 98px;   overflow: hidden;  text-overflow: ellipsis;  }
#hir_kiemelt .b .bb .bba .batx .bbba_d  { padding: 9px 0 0 0; font-weight: 600; }
#hir_kiemelt .b .bb .bba .batx .bbba_h  {  padding: 10px 0 0 0; line-height: 24px; font-size: 18px; }


#tovabbi { margin: 80px 30px 0 30px; clear: both; } 
#tovabbi_left { float: left; font-size: 24px; font-weight: 700; line-height: 20px; width: 58%; text-align: left; border-bottom: 3px solid #404040; padding: 0 0 14px 20px;   color: #404040;} 
#tovabbi_right { float: right; margin-top: 6px; width: 38%; display: block; font-size: 32px; font-weight: 700; color: var(--cl-f); border-radius: 14px; text-transform: uppercase; line-height: 56px; height: 56px; text-align: center; } 

/* homepage hirek */
#main_hirek { z-index: 3; clear: both; position: relative;  margin: 50px 48px 0 48px;  }
#hprev { position: absolute; top: 50%; left: -40px; color: var(--cl-brown); font-size: 70px; transform: translateY(-50%); }
#hnext { position: absolute; top: 50%; right: -40px; color: var(--cl-brown); font-size: 70px; transform: translateY(-50%); }
#hnext:hover, #hprev:hover { color: #a17d6e}
#main_hirek_cont { height: 430px; width: 100%; position: relative;  overflow: hidden;  }
.wait i.fa { color: transparent !important; }
.wait:after { position: absolute; display: block; content: "\f110"; font-family: 'Font Awesome 5 Pro'; font-size: 30px; top: 40%; left:0;  }
.wait:after { color: var(--cl); -webkit-animation: fa-spin 2.5s infinite linear;  animation: fa-spin 2.5s infinite linear; }
#main_hirek_cont #hcont { position: absolute; top:0;  left:0; right:0; height: 430px; width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between;flex-wrap: wrap;}
#main_hirek_cont #tmp {   position: absolute; top:0;  left:0; right:0; height: 430px; width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between;flex-wrap: wrap;}
 

.hirek_v1 { width: 31.5%; height: 340px; overflow: hidden; border-radius: 10px; color: var(--cl-f); line-height: 1.5rem; text-align: left;}
.hirek_v1_empty { width: 31.5%; height: 4px; overflow: hidden; cursor: default; pointer-events: none; }
.hirek_v1 .img , .hirek_h .info  { transition: all 0.14s ease-in; }
.hirek_v1:hover { color: var(--cl-f); }
.hirek_v1:hover .img { height: 110px; }
.hirek_v1:hover .info { height: 160px; }
.hirek_v1 .img { height: 140px; text-align: center; position: relative; overflow: hidden; }
.hirek_v1 .img img { height: 140px; width: 100%; object-fit: cover }
.hirek_v1 .date { margin: 14px 0 0 12px; position: relative; height: 17px; line-height: 17px; padding-left: 18px; font-size: 0.8rem; }
.hirek_v1 .date:before { position: absolute; left:0; top:0; height: 100%; width: 6px; border-radius: 5px; display: block; content: " "; background-color: var(--cl) }
.hirek_v1 .info {  height: 140px; overflow: hidden; margin: 0.8rem 0.8rem 0 0.8rem; line-height: 1.4rem; }
.hirek_v1 .info .tit { font-size: 1.1rem; font-weight: 600; }
.hirek_v1 .info .tit::after { content: ' '; height: 0.5rem; display: block;  }
.hirek_v1 .info .head { font-size: 0.9rem; color: #d6d6d6; font-weight: 300; }



/* end -- homepage hirek */



/* hirek menupont */
#hirek_cont { margin: 54px 20px 0 20px; display: flex; flex-wrap: wrap; justify-content: space-between;  }
 
.brkc { display: none; }

.hir_row_1 { width: 31.5%; margin-bottom: 40px; }
.hir_row_2 { width: 31.5%; margin-bottom: 40px; }
.hir_row_3 { width: 31.5%; margin-bottom: 40px; }
.hir_row_4 { width: 31.5%; margin-bottom: 40px; }

.hirek_h { height: 340px; overflow: hidden; border-radius: 10px; color: var(--cl-f); line-height: 1.5rem; text-align: left;}
.hirek_h_fill { height: 10px; overflow: hidden; }
.hirek_h .img , .hirek_h .info  { transition: all 0.14s ease-in; }
.hirek_h:hover { color: var(--cl-f); }
.hirek_h:hover .img { height: 110px; }
.hirek_h:hover .info { height: 160px; }
.hirek_h .img { height: 140px; text-align: center; position: relative; overflow: hidden; }
.hirek_h .img img { height: 140px; width: 100%; object-fit: cover }
.hirek_h .date { margin: 14px 0 0 12px; position: relative; height: 17px; line-height: 17px; padding-left: 18px; font-size: 0.8rem; }
.hirek_h .date:before { position: absolute; left:0; top:0; height: 100%; width: 6px; border-radius: 5px; display: block; content: " "; background-color: var(--cl) }
.hirek_h .info {  height: 140px; overflow: hidden; margin: 0.8rem 0.8rem 0 0.8rem; line-height: 1.4rem; }
.hirek_h .info .tit { font-size: 1.1rem; font-weight: 600; }
.hirek_h .info .tit::after { content: ' '; height: 0.5rem; display: block;  }
.hirek_h .info .head { font-size: 0.9rem; color: #d6d6d6; font-weight: 300; }

 



#more_news_link { margin-top: 130px; text-align: center;  }
#hmore { margin-top: 60px; font-size: 16px; color: #404040; transition: color 0.14s; position: relative; padding: 30px 10px; font-weight: 600; }
#hmore:hover { color: var(--cl); }
#hmore:before { position: absolute; color: var(--cl); display: block; font-family: 'Font Awesome 5 Pro'; bottom: 0; left: 47%; content: "\f107"; }

.waitm * { color: transparent !important; }
.waitm:after { position: absolute; display: block; content: "\f110"; font-family: 'Font Awesome 5 Pro'; font-size: 24px; bottom: -30px; left: 43%;   }
.waitm:after { color: var(--cl); -webkit-animation: fa-spin 2.5s infinite linear;  animation: fa-spin 2.5s infinite linear; }

/* hirek belso oldal */

#nleft { display: block; margin: 2rem auto; max-width: 400px; }
#nright { margin-top: 18px; text-align: left; padding-left: 1.6rem; padding-right: 1.6rem;}

 

#tagek {  }
#tagek a { display: inline-block; border-radius: 4px; font-size: 14px; font-weight: 600; text-transform: uppercase; color: var(--cl-light-blue); padding: 4px; background-color: transparent; }
#tagek a:hover { color: var(--cl-f); background-color: var(--cl-light-blue)}

#left_hirek { padding: 0 20px 0 10px; text-align: left;  }
.lefthir { display: block; margin-bottom: 34px;  }
.lefthir .img { display: block;   }
.lefthir .img img { width: 100%; height: auto; border-radius: 8px;}
.lefthir .right { display: block; overflow: hidden; }
.lefthir .right .tit { font-weight: 600; line-height: 15px; font-size: 14px;  }
.lefthir .dat { color: #909090; font-size: 12px; }
.lefthir .dat:hover { color: #909090; font-size: 12px; }

#headimg { position: relative; overflow: hidden; border-radius: 20px; }
.insimgbg {  border-radius: 22px; position: absolute; z-index: -1; top:-30px; left:-30px; width: 130%;height: 130%; background-size: 110%; background-position: center center; opacity: 1   }
.insimgbg {  -webkit-filter: blur(15px);  -moz-filter: blur(15px);  -o-filter: blur(15px);  -ms-filter: blur(15px);  filter: blur(15px);  }
.insimgbg img { display: block; opacity:0; width: 100%; max-height: 593px; object-fit: contain; }
 
.insimg { width: 100%; background-color: rgba(0,0,0,0.2); }
.insimg img { display: block; width: 100%; max-height: 593px; object-fit: contain; }

 
.bh-tit { margin-top: 24px; font-size: 32px; font-weight: 600; line-height: 35px;}
.bh-tit2n { margin-top: 22px; }
.bh-tit2n>div { display: inline-block; vertical-align: middle;  }
.bh-tit2n .dat {  }
.bh-tit2n .dat {   position: relative;  font-weight: 700; color: #909090;  padding-left: 18px; font-size: 16px; }
.bh-tit2n .dat:before { position: absolute; left:0; top:0; height: 100%; width: 6px; border-radius: 5px; display: block; content: " "; background-color: var(--cl) }
.bh-tit2n .labs { margin-left: 65px; }
.bh-tit2n .labs  a { color: var(--cl-light-blue); text-transform: uppercase; font-size: 14px; background-color: transparent; font-weight: 600; margin: 0 0px; padding: 1px 6px; border-radius: 4px; transition: all 0.15s; }
.bh-tit2n .labs  a:hover { background-color: var(--cl-light-blue); color: var(--cl-f); }
.bh-tit2n .tools { margin-left: 65px; }
.bh-tit2n .tools .views { color: #d47f06 }
.bh-tit2n .tools .views i.fa { margin-right: 4px;  }
.bh-tit2n .fblike  { margin-left: 42px; display: inline-block; vertical-align: top; margin-top: 2px;   }
.news-descr { font-size: 18px; color: #414040; line-height: 24px; margin-top: 30px; }
.news-attach-docs { margin-top: 50px; margin-bottom: 50px; }
.news-attach-docs a { display: block; margin-bottom: 10px; }
.news-attach-docs a:hover span { text-decoration: underline; }
.news-attach-docs a i { color: #d47f06; display: inline-block; vertical-align: middle; font-size: 28px; }
.news-attach-docs a span { color: #2d2d2d; display: inline-block; vertical-align: middle; margin-left: 12px; font-size: 14px; font-weight: 600;}
.news-share { margin: 50px 0; text-align: right; margin-right: 50px;  }

/*fotogallery cat */
.fotogallery {   display: flex;  flex-direction: column;  flex-wrap: wrap;  margin-top: 60px; padding: 0 16px;    }
.fotogallery-item { width: 30%; border-radius: 8px; overflow: hidden; margin-bottom: 20px; background-color: rgba(0,0,0,0.13); }
.fotogallery-item a { width: 100%; display: block; overflow: hidden;  }
.fotogallery-item a img { width: 100%; display: block;  transition: all 0.15s; }
.fotogallery-item a span { display: block; color: #333333; font-weight: 700; padding: 20px 10px 5px 10px; font-size: 20px; line-height: 22px; }
.fotogallery-item a b { display: block; color: #333333; font-weight: 300; padding: 3px 10px 20px 10px; font-size: 16px; line-height: 22px; }
.fotogallery-item a:hover img  { opacity: 0.6; }


.gallery {   display: flex;  flex-direction: column;  flex-wrap: wrap;    }
.gallery-head {   margin: 1rem 0 0 0;  font-size: 1.2rem; line-height: 1.8rem;   }
.gallery-item { width: 30%;  margin-bottom: 20px;  }
.gallery-item a { width: 100%; display: block; border-radius: 8px; overflow: hidden; }
.gallery-item a img { width: 100%; display: block;  transition: all 0.15s; }
.gallery-item a span { display: block; color: var(--cl-f); padding: 20px 10px; font-size: 16px; line-height: 22px; }
.gallery-item a:hover img  { opacity: 0.6; }

.descr-tit {   font-size: 54px; font-weight: 600; line-height: 60px;}

#szakok { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 60px; padding: 0 10px; }

#szakok .szak { width: 32%; position: relative; display: block; height: 286px; border-radius: 15px; overflow: hidden; margin-bottom: 28px;  }
#szakok .szak-fill { width: 32%; display: block; height: 10px; overflow: hidden;  }

#szakok .szak:hover .hov { display: block; z-index:10; }
#szakok .szak .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#szakok .szak .hov .a { height: 200px;  position: relative;  }
#szakok .szak .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#szakok .szak .hov .b { height: 86px;   position: relative;  }
#szakok .szak .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 19px; padding: 0 10px; font-size: 16px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }

#szakok .szak .szak-img { height: 200px; }
#szakok .szak .szak-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
#szakok .szak .szak-name { position: relative; height: 86px; }
#szakok .szak .szak-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 19px; padding: 0 10px; font-size: 16px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }

#left_szk { margin-top: 40px; }
.szakrinfo { margin-bottom: 50px; line-height: 20px;}
.szakrinfo .a {  }
.szakrinfo .a i.fa { vertical-align: middle; display: block; font-size: 26px; color: #194888 }
.szakrinfo .a span { vertical-align: middle; display: inline-block; font-size: 20px; font-weight: 300; margin-left: 14px;  }
.szakrinfo .b  { margin-top: 12px; display: flex;  align-items: flex-start;  justify-content: center; }
.szakrinfo .b .f { vertical-align: top; display: inline-block; margin: 0 6px; overflow: hidden; flex:1;}
.szakrinfo .b .f .ba { display: inline-block; padding: 10px 16px; line-height: 26px; color: var(--cl-f); font-size: 26px; font-weight: 600; border-radius: 10px; }
.szakrinfo .b .f .bc { display: block; margin-top: 5px; font-size: 14px; line-height: 16px;}

.sziratok a {  font-size: 20px; font-weight: 600; color: #d47f06; }
.sziratok i.fa { margin-right: 10px;  }

#moreszak { display: none; padding: 16px; border-radius: 20px; text-align: left; }
#moreszak a { display: block; margin: 2px 0; padding: 6px; color: var(--cl-f); transition: 0.15s all; border-radius: 2px; line-height: 20px; font-size: 18px;  }
#moreszak a:hover { background-color: rgba(0,0,0,0.2); }

/* szemelyek */

#szemely { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 60px; padding: 0 16px;  }

#szemely .szem { width: 23%; position: relative; display: block; height: 440px; border-radius: 15px; overflow: hidden; margin-bottom: 28px;  }
#szemely .szemfill { width: 23%; position: relative; display: block; height: 1px;   overflow: hidden;    }

#szemely .szem:hover .hov { display: block; z-index:10; }
#szemely .szem .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#szemely .szem .hov .a { height: 300px;  position: relative;  }
#szemely .szem .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#szemely .szem .hov .b { height: 140px;   position: relative;  }
#szemely .szem .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 20px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#szemely .szem .hov .b span b { font-size: 14px; line-height: 16px; display: block; margin-top: 10px; font-weight: 300; }

#szemely .szem .szem-img { height: 300px; }
#szemely .szem .szem-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
#szemely .szem .szem-name { position: relative; height: 140px; }
#szemely .szem .szem-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 20px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#szemely .szem .szem-name span b { font-size: 14px; line-height: 16px; display: block; margin-top: 10px; font-weight: 300; }

#cv_downl { display: inline-block; }
#cv_downl:hover , #cv_downl *:hover   { text-decoration: none}
#cv_downl i.fa { margin-right: 10px; color: #d47f06;  }
#cv_downl span {  font-size: 20px; font-weight: 600; color: #d47f06; }


#strukturalt { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; align-items: flex-start }
#strukturalt .struktfill { width: 48.5%; position: relative; display: block; height: 1px;   overflow: hidden;    }

#strukturalt .szinti.strukt { width: 48.5%; position: relative; display: block; height: 380px; border-radius: 15px; overflow: hidden; margin-bottom: 24px;  } 
#strukturalt .szinti.strukt:hover .hov { display: block; z-index:10; }
#strukturalt .szinti.strukt .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#strukturalt .szinti.strukt .hov .a { height: 380px;  position: relative;  }
#strukturalt .szinti.strukt .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#strukturalt .szinti.strukt .hov .b { display: none; }
												 
#strukturalt .szinti.strukt .strukt-img { height: 380px; }
#strukturalt .szinti.strukt .strukt-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
#strukturalt .szinti.strukt .strukt-name { display: none; }

#strukturalt .szint0.strukt { width: 48.5%; position: relative; display: block; height: 440px; border-radius: 15px; overflow: hidden; margin-bottom: 24px;  } 
#strukturalt .szint0.strukt:hover .hov { display: block; z-index:10; }
#strukturalt .szint0.strukt .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#strukturalt .szint0.strukt .hov .a { height: 300px;  position: relative;  }
#strukturalt .szint0.strukt .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#strukturalt .szint0.strukt .hov .b { height: 140px;   position: relative; }
#strukturalt .szint0.strukt .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint0.strukt .hov .b span b { font-size: 14px; display: block; margin-top: 10px; font-weight: 300; }
													
#strukturalt .szint0.strukt .strukt-img { height: 300px; }
#strukturalt .szint0.strukt .strukt-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
#strukturalt .szint0.strukt .strukt-name { position: relative; height: 140px; }
#strukturalt .szint0.strukt .strukt-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint0.strukt .strukt-name span b { font-size: 14px;  display: block; margin-top: 10px; font-weight: 300; }


#strukturalt .szint1.strukt { width: 48.5%; position: relative; display: block; height: 600px; border-radius: 15px; overflow: hidden; margin-bottom: 24px;  } 
#strukturalt .szint1.strukt:hover .hov { display: block; z-index:10; }
#strukturalt .szint1.strukt .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#strukturalt .szint1.strukt .hov .a { height: 510px;  position: relative;  }
#strukturalt .szint1.strukt .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#strukturalt .szint1.strukt .hov .b { height: 90px;   position: relative; }
#strukturalt .szint1.strukt .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint1.strukt .hov .b span b { font-size: 14px; display: block; margin-top: 10px; font-weight: 300; }
																			
#strukturalt .szint1.strukt .strukt-img { height: 510px; background-color: #F0F0F0; }
#strukturalt .szint1.strukt .strukt-img img { height: 100%; width: auto; margin: auto;  display: block; }
#strukturalt .szint1.strukt .strukt-name { position: relative; height: 90px; }
#strukturalt .szint1.strukt .strukt-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint1.strukt .strukt-name span b { font-size: 14px;  display: block; margin-top: 10px; font-weight: 300; }

.strukinner-title { margin-top: 3rem; font-weight: 700; color: var(--cl-blue); font-size: 2.2rem; line-height: 2.6rem; }
.strukinner-author { margin-top: 2rem; font-weight: 500; font-style: italic; color: var(--cl-hover); font-size: 2.0rem; line-height: 2.6rem; }
.strukt-publ-atach { }
.strukt-publ-atach a { display: inline-block; text-align: center; background-color: var(--cl); color: var(--cl-f); padding: 10px 30px 9px 30px; border-radius: 5px; transition: background-color 0.14s ease-in-out; }
.strukt-publ-atach a:hover { background-color: var(--cl-hover); }
.strukt-publ-atach a i { margin-right: 16px;  }

#publ {}
#publ .publ-item  { margin-bottom: 4rem; display: block; }
#publ .publ-item:hover .publ-icon i { color: var(--cl-hover);  }
#publ .publ-icon { width: 7%; display: inline-block; vertical-align: middle;  }
#publ .publ-icon i { color: #C0C0C0; font-size: 2rem; transition: all 0.14s }
#publ .publ-right { width: 92%; display: inline-block; vertical-align: middle;  }
#publ .publ-right .publ-title { color: var(--cl-blue); font-weight: 400; font-size: 1.3rem }
#publ .publ-right .publ-authors { color: var(--cl-hover); font-weight: 700; font-style: italic ; font-size: 1.3rem; margin-top: 0.5rem}
 

/* mastip - head+tit */

#mastipus { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; align-items: flex-start; padding: 0 14px;  }

#mastipus .mastip { width: 46%; padding: 40px; position: relative; display: block;   overflow: hidden; margin-bottom: 24px; text-align: left; border-radius: 10px; background-color: rgba(0,0,0,0.08); }
#mastipus .mastipfill { width: 46%; position: relative; display: block; height: 1px;   overflow: hidden;    }
 
#mastipus .mastip:hover i.fa { color: #333333;  }
#mastipus .mastip .mastipname  { color: #333333; font-weight: 700; font-size: 22px; line-height: 25px;   }
#mastipus .mastip .mastiphead  { color: #333333; margin-top: 10px; font-size: 18px; line-height: 21px; }
#mastipus .mastip .mastipdeta  { margin-top: 14px; text-align: center; }
#mastipus .mastip .mastipdeta i.fa { font-size: 36px;   }


/* insert szem-xx */
.s_szem { display: block; float: left; transition: background-color 0.15s; background-color: rgba(0,0,0,0.12); width: 200px; height: 400px; padding: 10px; margin: 0 16px 16px 16px; }
.s_szem:hover { background-color: #97c1b3; }
.s_szem img { width: 100%; height: 86%; object-fit: cover; display: block; }
.s_szem span { display: block; color: #333333; font-size: 14px; line-height: 18px ; font-weight: 700; padding-top: 10px; }


/*siblings */
#siblings { margin-top: 10px; margin-bottom: 60px; background-color: var(--cl-light-blue); border-radius: 20px; padding: 30px 10px; }
#siblings .a { font-size: 24px; font-weight: 700; color: var(--cl-f) ; margin-bottom: 20px ; line-height: 36px; display: block; }
#siblings .b {   }
#siblings .b a { display: block; color: var(--cl-f); font-weight: 400; margin: 10px 0; line-height: 18px; font-size: 16px; }
#siblings .b a:hover , #siblings .b a.sel, #siblings .b a.sel:hover { display: block; color: #000;  }

/*siblings */
#siblings_publ { margin-top: 10px; margin-bottom: 60px; background-color: #E9E9E9; border-radius: 20px; padding: 30px 18px; text-align: left }
#siblings_publ .a { font-size: 32px; font-weight: 700; color: var(--cl-blue); margin-bottom: 2rem ; line-height: 36px; display: block; text-align: center}
#siblings_publ .b {   }
#siblings_publ .b a { display: block; color: var(--cl-blue); font-weight: 400; margin: 7px 0 2rem 0; font-size: 18px; }
#siblings_publ .b a i { margin-right: 10px;  font-size: 15px; }
#siblings_publ .b a b { font-weight: 400 }
#siblings_publ .b a span { font-weight: 300; font-style: italic;  }
#siblings_publ .b a:hover * , #siblings_publ .b a.sel * , #siblings_publ .b a.sel:hover * {   color: var(--cl-hover);  }


.lic_def_m { text-align: left; padding: 0 6.6rem; }
.lic_def { display: none; }

/*anexe */
#anexe { margin-top: 10px; margin-left: 8px; margin-bottom: 60px; background-color: #eaeaea; border-radius: 5px; padding: 20px 10px; text-align: left; }
#anexe .a { display: block; }
#anexe .a span {  display: block; font-size: 2.2rem; font-weight: 600; color: car(--cl);   line-height: 36px; display: block; }
#anexe .a button {  margin-top: 10px; height: 32px; cursor: pointer; line-height: 32px; display: block; border: none; border-radius: 4px; background: var(--cl); color: #FFFFFF; }
#anexe .a button:hover { background-color: var(--cl-blue);  }

#anexe .anx-szint-1 { display: block; font-weight: 700; color: var(--cl-blue); font-size: 1.2rem; line-height: 1.4rem; margin-bottom: 0.5rem; margin-top: 3rem; }
#anexe .anx-szint-2 { display: block; font-weight: 600; color: #4c4c4c; font-size: 1rem; line-height: 1.1rem; margin-left: 1rem; margin-bottom: 0.75rem;}
#anexe .anx-szint-2:hover , #anexe .anx-szint-1:hover { text-decoration: underline; }
#anexe .anx-szint-3 { display: none; font-weight: 600; color: #4c4c4c; font-size: 1rem; line-height: 1.3rem; margin-left: 2rem; margin-bottom: 1rem; }


/* anexe-list */
#anexe-list { text-align: left; }
#anexe-list .anx-szint-1 { display: block;   padding: 10px 10px; font-weight: 700; color: var(--cl-blue); font-size: 2rem; line-height: 2.3rem;  margin-top: 3rem; }
#anexe-list .anx-szint-2 { display: block; background-color: var(--cl-light-blue); padding: 10px 10px; display: block; font-weight: 600; margin-top: 2rem; color: #ffffff; font-size: 1.3rem; line-height: 1.3rem;   margin-bottom: 1rem;}
#anexe-list .anx-szint-3 { display: block;  font-weight: 400; color: #4c4c4c; font-size: 1.3rem; line-height: 1.3rem; margin-left: 0.5rem; margin-bottom: 1rem; margin-top: 2rem;}

.anexa-cat { padding: 10px; border-top: 1px dashed #c0c0c0; background-color: #f7f7f7 }
.anexa-cat-obs { background-color: #e8d8d8 !important; border-top: 1px dashed #a0a0a0; } 
.anexa-cat-cor { background-color: #d8e8d8 !important; border-top: 1px dashed #a0a0a0; } 
.anexa-cat:last-child { }
.anexa-cat>div { display: inline-block; vertical-align: top; } 
	
	
.anexa-cat>div.a { width: 15%; color: #000; font-weight: 600; font-size: 1rem; }
.anexa-cat>div.c { width: 84%; }
.anexa-cat>div.c .c1  { font-weight: 600; color: var(--cl-blue); }
.anexa-cat>div.c .c2 a { color: var(--cl-blue); padding-left: 26px; position: relative; }
.anexa-cat>div.c .c2 a::before { color: var(--cl-light-blue); position: absolute; font-family: 'Font Awesome 5 Pro'; font-size: 1rem; display: block; content: '\f0ed'; }
.anexa-cat>div.c .c2 a:hover { color: var(--cl-light-blue); text-decoration: underline; }
.anexa-cat>div.c .c2 u {   font-size: 0.8rem; text-decoration: none; }
.anexa-cat>div.c .c3 a { color: var(--cl-hover); text-decoration: underline; font-weight: 600; }
.anexa-cat>div.c .c3 a:hover {  text-decoration: underline; color: var(--cl); }
.anexa-cat>div.c .c4  { margin-top: 20px; }
.anexa-cat>div.c .c4 a { color: #ffffff; font-size: 0.8rem;  padding: 4px 12px; background-color: var(--cl-hover); border-radius: 4px; }
.anexa-cat>div.c .c4 a:hover { text-decoration: none; background-color: var(--cl); }

#filtre { margin-top: 2rem ; text-align: left; }
#stergef { display: none; }

.anx-deta { display: none;  }
.anx-descr {  margin: 10px; padding: 20px; background: #FFFFFF; box-shadow: 0 0 7px 1px rgba(0,0,0,0.5);   }
.anx-tit { }
.anx-tit i.fa  { margin-right: 12px; color: var(--cl);  }
.anx-tit.atopened i.fa-caret-right { display: none; }
.anx-tit.atopened i.fa-caret-down { display: inline-block; }
.anx-tit.atclosed i.fa-caret-right { display: inline-block; }
.anx-tit.atclosed i.fa-caret-down { display: none; }
.anx-tit:hover {  text-decoration: underline; }

#selfiltru { height: 46px; width: 100%; font-size: 1.3rem; padding-left: 1rem; background-color: #F0F0F0; border: 1px dashed #D0D0D0; }
.sel-toate { font-size: 1.3rem; }
.opt-szint-1 { font-size: 1.6rem; font-weight: 700; }
.opt-szint-2 { font-size: 1.3rem; font-weight: 500;   }
.opt-szint-3 { font-size: 1.1rem; font-weight: 400;   }

#login_form { margin: 50px 0 50px 0 ;}
#login_form .lbl { margin: 30px 0 0 0}
#login_form .inp { margin: 10px 0 0 0}
#login_form .inp input { border: 1px solid #D0D0D0; background-color: #FFFFFF; border-radius: 5px; text-indent: 6px; font-size: 1.2rem; height: 40px; line-height: 40px; }
#login_form #autprl { display: none; margin-left: 1rem; }
#login_form #autprl i { color: var(--cl-hover); font-size: 1.5rem; }
 
#lform_success { margin: 20px 0; background-color: #E0FFE0; border: 1px dashed #a0FFa0; padding: 20px; display: none; color: var(--cl-hover); }
#lform_error { margin: 20px 0; background-color: #FFE0E0; border: 1px dashed #FFa0a0; padding: 20px; display: none ; color: #BB4040; }

#semn_form { margin: 50px 0 50px 0 ;}
#semn_form .lbl { margin: 30px 0 0 0}
#semn_form .inp { margin: 10px 0 0 0}
#semn_form .inp input { border: 1px solid #D0D0D0; background-color: #FFFFFF; font-size: 1rem; border-radius: 5px; width: 100%; text-indent: 6px;   height: 40px; line-height: 40px; }
#semn_form .inp textarea { border: 1px solid #D0D0D0; background-color: #FFFFFF; font-size: 1rem; padding: 7px; border-radius: 5px;  width: 100%; height: 300px; line-height: 1.1rem; }
#semn_form #autprl { display: none; margin-left: 1rem; }
#semn_form #autprl i { color: var(--cl-hover); font-size: 1.5rem; }
 
#lform_success { margin: 20px 0; background-color: #E0FFE0; border: 1px dashed #a0FFa0; padding: 20px; display: none; color: var(--cl-hover); }
#lform_error { margin: 20px 0; background-color: #FFE0E0; border: 1px dashed #FFa0a0; padding: 20px; display: none ; color: #BB4040; }

#aut { float: right; height: 40px; line-height: 40px; padding: 0 20px; margin-top:20px; margin-right: 30px; background-color: var(--cl-hover); border-radius: 5px; display: block;   color: #FFFFFF; }
#aut:hover { background-color: var(--cl);  }
#aut i { color: var(--cl-f); font-size: 1.3rem ; margin-right: 18px; }

#iesire { float: right; height: 40px; line-height: 40px; padding: 0 20px; margin-top:20px; margin-right: 30px; background-color: #E0E0E0; border-radius: 5px; display: block; color: #444444; }
#iesire:hover { background-color: var(--cl);  }
#iesire i { color: #aa3333; font-size: 1rem; margin-right: 18px; }
#logat { float: right; display: inline-block; margin-top: 3px; margin-right: 25px; }
#logat i { font-size: 1.35rem; color: var(--cl-hover); margin-right: 5px;  }

.ansem { font-size: 1.5rem; font-weight: 600; margin-bottom: 10px; }

/* search */
.search-descr { font-size: 20px; color: #414040; line-height: 29px; margin-top: 50px; margin-left: auto; margin-right: auto; width: 92%; text-align: left; }
.search-descr a { display: block; margin-bottom: 4rem; }
.search-descr a .tit { display: block; font-size: 1.5rem; margin-bottom: 0.2rem ;  }
.search-descr a .tit b {  font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 2px 10px; line-height: 17px; margin-top: 4px; margin-right: 10px;   border-radius: 3px; vertical-align: top; display: inline-block;  color: var(--cl-f);  }
.search-descr a .tit u { background-color: #e6e6e6; font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 2px 10px; line-height: 17px; margin-top: 4px; text-decoration: none; margin-right: 10px;   border-radius: 3px; vertical-align: top; display: inline-block;  color: #303030;  }
.search-descr a .des { display: block; font-size: 1rem; line-height: 1.35rem; color: #444444; margin-bottom: 0.2rem; margin-top: 0.4rem }
.search-descr a .auth { display: block; font-size: 1.2rem; line-height: 1.35rem; color: #444444; margin-bottom: 0.2rem; margin-top: 1rem; font-style: italic; font-weight: 600}
.search-descr a .nav { font-size: 0.75rem; line-height: 0.85rem !important; padding: 0.2rem 0 !important; margin: 0 !important; height: 1rem !important; color: #999; }
.search-descr a .nav i { margin: 0 0.3rem; color: var(--cl-light-blue) }
.search-descr a button { display: none; }

#searchagprev { margin: 3rem 0 3rem 0; }
#searchagprev * { display: inline-block; vertical-align: top; }
#searchagprev span { margin-right: 20px;  height: 46px; line-height: 46px; }
#searchagprev input { height: 46px; line-height: 46px; width: 400px; border: 1px solid #b0b0b0; border-radius: 5px; font-size: 16px; color: #444444; text-indent: 5px; }
#searchagprev button { height: 46px; line-height: 46px; width: 90px; border-radius: 5px; font-size: 16px; border: none; margin-left: 10px; }
#searchagprev button i { display: block; transform: rotate(-45deg); font-size: 1.5rem; }


#gdpr5 { background-color: #f3f1ee; position: fixed;  box-shadow: 1px 0 4px 1px rgba(0,0,0,0.4); line-height: 1.2rem;  left: 0; right: 0; bottom: -200px; z-index: 160000; text-align: center; }
#gdpr5_bar { font-weight: 400; padding: 20px 3px 20px 3px; text-align: left;  margin: auto; width: 93%; max-width: 1560px; }
#gdpr5_bar .a { display: inline-block; vertical-align: middle;  color: #565656; font-size: 1rem; line-height: 1.4rem; width: 70%; }
#gdpr5_bar .a span { color: #194888; font-size: 1.5rem; font-weight: 700; line-height: 26px;  padding-bottom: 6px;  display: block; }
#gdpr5_bar .a a { color: #565656; text-decoration: underline; }
#gdpr5_bar .a a:hover { color: #565656; text-decoration: underline; }
#gdpr5_bar .b { display: inline-block; vertical-align: middle; width: 29%; text-align: center; }
#gdpr5_bar .b a { padding: 13px 24px 13px 24px; font-size: 1.2rem; border-radius: 12px; transition: all 0.14s; padding-left: 50px; background-color: var(--cl); color: var(--cl-f); cursor : pointer; position: relative; }
#gdpr5_bar .b a::before { position: absolute; display: block; content: '\f00c'; top: 50%; transform: translateY(-50%); left: 20px; font-family: 'Font Awesome 5 Pro'; }
#gdpr5_bar .b a:hover { background-color: var(--cl-hover); color: var(--cl-f); }














}

@media all and (min-width: 740px) and (max-width: 900px) {

#szemely .szem { width: 31%; position: relative; display: block; height: 440px; border-radius: 15px; overflow: hidden; margin-bottom: 28px;  }
#szemely .szemfill { width: 31%; position: relative; display: block; height: 1px;   overflow: hidden;    }


#mastipus .mastip { width: 46%; padding: 40px; position: relative; display: block;   overflow: hidden; margin-bottom: 24px; text-align: left; border-radius: 10px; background-color: rgba(0,0,0,0.08); }
#mastipus .mastipfill { width: 46%; position: relative; display: block; height: 1px;   overflow: hidden;    }


}
 
