
/* ============================================================================================================================================================================== */
/* ============================================================================================================================================================================== */

@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 { 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; transform: rotate(-45deg); }
#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 { 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: 'FontAwesome';  }
#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: 'FontAwesome';  }

#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: block;}
#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: 508px; 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; 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: 4.5rem; font-size: 4rem; font-weight: 700; color: var(--cl); text-shadow: 1px 1px rgba(0,0,0,0.25); }
#video_text .b { display: block; margin-top: 2rem; line-height: 3.2rem; font-size: 3rem; font-weight: 200; color: var(--cl-f); text-shadow: 1px 1px rgba(0,0,0,0.25); }
#video_text .c { font-size: 26px; line-height: 70px; font-weight: 200; color: var(--cl-f); text-shadow: 1px 1px rgba(0,0,0,0.34); }

#gkarok_container { border-radius: 5px; margin: 0rem auto 0 auto; text-align: center; }
#gkarok_container_chl { width: 92%; margin: auto; }
#gkarok {  clear: both; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;  }
#gkarok a { display: block; aspect-ratio: 1.33; 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: 75%; 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; margin-top: 32px; }
#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 { position: relative; 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 { position: absolute; bottom: 24px; left: 26px; width: 86%; background-color: var(--cl-f); overflow: hidden; border-radius: 20px; padding: 30px 20px 20px 40px;}
#hir_kiemelt .b .bat .batx { max-height: 437px; overflow: hidden; }
#hir_kiemelt .b .bat .batx .bata { font-size: 1.4rem; font-weight: 700; line-height: 1.7rem; 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: 1.2rem; font-size: 0.95rem; color: #2c2c2c; }
#hir_kiemelt .b .badet { display: none; 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: 235px; overflow: hidden; }
#hir_kiemelt .b .bb .bba .batx .bbba_t { font-size: 1.4rem; font-weight: 700; line-height: 1.7rem;  max-height: 106px;   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: 1.2rem; font-size: 0.95rem; }


#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: 'FontAwesome'; 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; }
.hir_row_5 { width: 31.5%; margin-bottom: 40px; }
.hir_row_6 { width: 31.5%; margin-bottom: 40px; }
.hir_row_7 { width: 31.5%; margin-bottom: 40px; }
.hir_row_8 { 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: 'FontAwesome'; bottom: 0; left: 47%; content: "\f107"; }

.waitm * { color: transparent !important; }
.waitm:after { position: absolute; display: block; content: "\f110"; font-family: 'FontAwesome'; 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 { float: left; width: 31%;   margin-top: 18px;}
#nright {  float: right; width: 65%;  margin-top: 18px; text-align: left; padding-right: 10px;}

#nleft .t { display: block; border-radius: 20px; line-height: 55px; height: 55px; color: var(--cl-f); font-size: 18px; font-weight: 600; margin-bottom: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 8px; }
#nleft .t i.fa { font-size: 16px; margin-right: 10px;  }

#nleft .g { display: block; border-radius: 20px; line-height: 55px; height: 55px; color: var(--cl-f); font-size: 22px; text-transform: uppercase; font-weight: 400; margin-bottom: 10px; }
#nleft .g i.fa { font-size: 23px; margin-right: 10px;  }

#nleft .szt { display: block; border-radius: 20px; line-height: 55px; height: 55px; color: var(--cl-f); font-size: 18px; font-weight: 600; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 8px; }
#nleft .szt i.fa { font-size: 16px; margin-right: 10px;  }

#nleft .sz { display: block; transition: 0.15s all; border-radius: 20px; line-height: 52px; height: 55px; color: var(--cl-f); font-size: 36px; font-weight: 700; margin-bottom: 3px; padding: 0 10px;  }
#nleft .sz:hover { background-color: #4f7c99 }
#nleft .sz span {  display: inline-block; vertical-align: middle; width: 85%; overflow: hidden; color: var(--cl-f); font-size: 20px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
#nleft .sz i.fa { font-size: 18px; margin-left: 10px; display: inline-block; vertical-align: middle;  }


#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 { display: block; margin-top: 1rem; }
.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 {display: block; margin-top: 1rem; }
.bh-tit2n .tools .views { color: #d47f06 }
.bh-tit2n .tools .views i.fa { margin-right: 4px;  }
.bh-tit2n .tools .fbsharer > * { vertical-align: middle; display: inline-block; margin: 0 3px; }
.bh-tit2n .tools .fbsharer span { color: #444444; }
.bh-tit2n .tools .fbsharer i { color: #0a82ed; font-size: 1.5rem}.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; line-height: 25px; }
.szakrinfo .b  { margin-top: 32px; display: grid;  grid-template-columns: 1fr 1fr; gap: 40px 0; }
.szakrinfo .b .f { overflow: hidden; }
.szakrinfo .b .f:nth-child(2n+1):last-child { grid-column: 1 / span 2; }
.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; object-position: center top; 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; }

#szem_left { float: left; padding-top: 5px; }
#szem_left a { display: block; width: 180px; margin: 0 36px 36px 0; border: 11px solid #d0d0d0; border-radius: 10px; overflow: hidden;  transition: border-color 0.14s; }
#szem_left a:hover { border-color: #b0b0b0; }
#szem_left a img {  width: 100%; height: auto; display: block; }

/* strukturalt */

#strukturalt { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; padding: 0 16px;  }

#strukturalt .strukt { width: 47%; position: relative; display: block; height: 440px; border-radius: 15px; overflow: hidden; margin-bottom: 28px;  }
#strukturalt .struktfill { width: 47%; position: relative; display: block; height: 1px;   overflow: hidden;    }

#strukturalt .strukt:hover .hov { display: block; z-index:10; }
#strukturalt .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 .strukt .hov .a { height: 300px;  position: relative;  }
#strukturalt .strukt .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#strukturalt .strukt .hov .b { height: 140px;   position: relative;  }
#strukturalt .strukt .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; font-size: 16px; line-height: 19px; padding: 0 11px;   top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .strukt .hov .b span b { font-size: 14px;   display: block; margin-top: 10px; font-weight: 300; line-height: 15px;  }

#strukturalt .strukt .strukt-img { height: 300px; }
#strukturalt .strukt .strukt-img img { height: 100%; width: 100%; object-fit: cover; object-position: center top; display: block; }
#strukturalt .strukt .strukt-name { position: relative; height: 140px; overflow: hidden; }
#strukturalt .strukt .strukt-name span { position: absolute; display: block; font-weight: 600; width: 100%; font-size: 16px; line-height: 19px; padding: 0 11px;  top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .strukt .strukt-name span b { font-size: 14px;   display: block; margin-top: 10px; font-weight: 300; line-height: 15px;  }


/* 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_flex { display: flex; flex-wrap: wrap; justify-content: start; text-decoration: none; }
.s_szem_flex * { text-decoration: none; }

.s_szem { display: block;   transition: background-color 0.15s; background-color: rgba(0,0,0,0.12); width: 200px; height: 400px; padding: 10px; margin: 1rem 2rem  ; }
.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; }

.s_szem_float { 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 1rem 1rem 0; }
.s_szem_float:hover { background-color: #97c1b3;  }
.s_szem_float img { width: 100%; height: 86%; object-fit: cover; display: block; }
.s_szem_float 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: 20px 16px; }
#siblings .a { font-size: 20px; font-weight: 700; color: var(--cl-f) ; margin-bottom: 20px ; line-height: 22px; display: block; }
#siblings .b { padding: 0 16px; }
#siblings .b a { display: block; color: var(--cl-f); font-weight: 500; margin: 15px 0; font-size: 14px; line-height: 17px; }
#siblings .b a:hover , #siblings .b a.sel, #siblings .b a.sel:hover { display: block; color: #000; }


/* 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 .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: 'FontAwesome'; }
#gdpr5_bar .b a:hover { background-color: var(--cl-hover); color: var(--cl-f); }

#home_tagek { margin: 5rem auto 0 auto; text-align: center; width: 80%; line-height: 2rem; }
#home_tagek a { display: inline-block; margin: 0 0.6rem; padding: 0.2rem 0.1rem; font-size: 1.2rem; font-weight: 600; color: var(--cl-yellow); }
#home_tagek a:hover { color: var(--cl-yellow); text-decoration: underline; }

#cale { background: #ededed; position: relative; border-radius: 20px; margin: 5rem 0 2rem 0; }
#cale.loadcale:after { position: absolute; left: 45%; top: 45%; transform: translate(-50%,-50%); content: '\f110'; font-family: 'FontAwesome'; display: block; font-size: 3rem; color: var(--cl); -webkit-animation: fa-spin 2.5s infinite linear;  animation: fa-spin 2.5s infinite linear; }
#cale.loadcale .cale-inner { opacity: 0.1; }
#cale-left { position: absolute; left:0; top:0; bottom:0; width: 52px;   border-top-left-radius: 20px;  }
#cale-left a { display: block;   }
#cale-left a i { color: #ffffff; font-size: 1.4rem  }
#cale-left a:hover i { color: #ffffff;   }
#cale-right {  position: absolute; right:0; top:0; bottom:0; width: 52px;   border-top-right-radius: 20px;  }
#cale-right a { display: block;   }
#cale-right a:hover i { color: #ffffff;   }
#cale-right a i { color: #ffffff; font-size: 1.4rem  }
.cale-month-name { text-align: center; height: 64px; color: var(--cl-f); line-height: 70px; background: var(--cl-blue); font-weight: 600; position: relative; border-top-right-radius: 20px; border-top-left-radius: 20px;  }
.cale-month-days-container {  position: relative;   }
.cale-month-margin-left { margin-left: 52px; }
.cale-month-inner { display: flex; flex-wrap: wrap; justify-content: space-evenly; padding-bottom: 1rem;}
.cale-month-inner a { display: block; text-align: center; width: 13%;  font-size: 1rem; }
.cale-month-inner a.a_week { margin-top: 1rem; margin-bottom: 1.5rem; font-weight: 600; color: #2c2c2c; }
.cale-month-inner a.a_week.sn6, .cale-month-inner a.a_week.sn7   { color: #952a2a; }
.cale-month-inner a.a_day {  margin-bottom: 0.3rem; font-weight: 400; color: #2c2c2c; padding: 0.5rem 0; border-radius: 6px; }
.cale-month-inner a.mainap { font-weight: 700; color: var(--cl); font-size: 1.1rem;  }
.cale-month-inner a.esem { background-color: rgba(6,212,143,0.14); font-weight: 700; transition: all 0.14s; }
.cale-month-inner a.esem:hover { background-color: rgba(6,212,143,1); color: var(--cl-f); }
.cale-month-inner a.masho { color: #d0d0d0 !important; pointer-events: none !important; background-color: transparent !important; }
.cale-month-inner a.day { pointer-events: none !important; background-color: transparent !important; }
#cale_events_details { position: absolute; top: 15px ; left: 15px; right: 15px; max-height: 92%; overflow: auto;}
#cale_events_details a.mdev { margin-bottom: 2rem; display: block; }
#cale_events_details a.mdev:hover span { text-decoration: underline }
#cale_events_details i.fa {  }
#cale_events_details span {display: block;  color: #333; }

#reklam { margin: 6rem 0 4rem ; }
#reklam a { position: relative; display: block; margin-bottom: 2rem; overflow: hidden; border-radius: 20px; }
#reklam a:hover img { filter: brightness(75%); }
#reklam a:hover div { background: rgba(0, 0, 0, 0.7); }
#reklam a img { display: block; width: 100%; height: auto; transition: all 0.14s; }
#reklam div { position: absolute; z-index: 10; bottom: 0; left: 0; right: 0; padding: 1rem 1rem; background: rgba(0, 0, 0, 0.2); color: var(--cl-f); font-size: 0.8rem; line-height: 1rem; }











}

@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;    }


}
 
