/* Tartalmi oldalak */
#subheader .section_wrapper { padding-top: 35px; border-top: 1px solid #deeef4;}
#tartalom ol, #tartalom ul { margin-bottom: 15px; margin-left: 20px; }
#tartalom ol li { padding-left: 10px; }
#tartalom ul li { list-style: circle; }
#tartalom .desc a { color: #fa0105; }

/* Nyitólap */
body.home .tartalom ul { list-style: none; }
body.home .tartalom ul li { list-style: none; margin-bottom: 15px; padding-left: 30px; }
body.home .tartalom ul li:before { display: inline-block; position: absolute; content: '✓'; width: 20px; height: 20px; border-radius: 10px; background: #BEEBFC; color: #00378C; font-size: 12px; text-align: center; line-height: 20px; left: 0; margin-top: 2px; }

/* Szolgáltatások oldal */
#tartalom .szolg-btn { min-height: 100%; background: white; border: 1px solid #00378C; border-radius: 12px; display: flex; justify-content: center; cursor: pointer; }
#tartalom .szolg-btn .mcb-column-inner { min-height: 100%; display: flex; justify-content: center;}
#tartalom .szolg-btn .mcb-column-inner h4 { min-height: 100%; padding: 10px; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; }
#tartalom .szolg-btn:hover, #tartalom .szolg-btn.show { border-color: #FA0105; transition: 0.25s ease;}
#tartalom .szolg-btn:hover .mcb-column-inner h4, #tartalom .szolg-btn.show .mcb-column-inner h4 { color: #FA0105; transition: 0.25s ease;}
#tartalom .szolgaltatas { display: none;}
#tartalom .szolgaltatas.show { display: inline-block;}

/* Dokumentumok oldal */
.column_icon_box_2 .title.label { margin-top: 0 !important; }

/* Aktuális oldal */
#infotoggle .faq .question:before, #infotoggle .faq .question:after, #infotoggle .faq .question .num { display: none !important; }
#infotoggle .faq .question { border: 1px solid #EAF9FF; border-radius: 3px; margin-bottom: 15px; }
#infotoggle .faq .question .title { padding: 20px; background: white; font-size: 20px; font-weight: 700; color: #00378c }
#infotoggle .faq .question.active .title { color: #FA0105 }
#infotoggle .faq .question .answer { padding: 20px 40px; background: rgba(255,255,255,0.5); }
#infotoggle .faq .question .answer a { color: #FA0105 }