@charset "UTF-8";
/* header */
header { border-bottom: 2px solid #6082A1;}
header .header {display: flex; justify-content: space-between; align-items: center; width: 100%; height: 78px; padding: 10px 20px; background: #fff; }
header .header .logo  {height: 100%; max-height: 60px;}
header .header .logo a {display: flex; align-content: center;height: 100%;  }
header .header .logo img {height: 100%;}

header .header nav.menu ul{display: flex;}
header .header nav.menu ul li {display: flex; align-items: center; justify-content: center; width: 200px; height: 50px; text-align: center;}
header .header nav.menu ul li a {position: relative; display: block; color: #474747; font-size: 18px;     padding: 5px 30px;}
header .header nav.menu ul li.active a:after {content: ""; position: absolute; bottom: -5px; left: 20px;; width: calc(100% - 40px); height: 3px; background: rgba(0, 85, 162, 0.5); border-radius: 3px;} 
header .header nav.menu ul li.active a,header .header nav ul li a:hover {font-size: 20px; color: #0055A2; font-weight: bold;}
  

header .header .analysis_btn {position: relative; height: 30px; background: #0055A2; border:1px solid #00417C; border-radius: 7px; padding: 5px 20px 3px 60px; color: #fff; font-size: 18px; line-height: 1;  cursor: pointer;}
header .header .analysis_btn:hover {background: #0b4172;}
header .header .analysis_btn:before {content: url(../images/title_graph.png); position: absolute; left: 10px; bottom: -6px; } 

header .header .analysis_close {position: relative; height: 30px; width: 30px; margin-left: 5px; background: url(../images/closed_w.png) #f77474 no-repeat center; background-size: 30px; border:1px solid #b50000; border-radius: 7px; padding: 5px; color: #fff; font-size: 18px; line-height: 1;  cursor: pointer; vertical-align: bottom;}
header .header .analysis_close:hover {background: url(../images/closed_w.png) #fa3e3e no-repeat center; background-size: 30px; border:1px solid #950000;}


header .header .out_btn01 {position: relative; height: 30px; padding: 5px 50px 3px 55px;  background: url(../images/out.png)#0055A2 no-repeat; background-position: right 10px center; border:1px solid #00417C; border-radius: 7px; color: #EDFF86; font-size: 18px; line-height: 1;  cursor: pointer;}
header .header .out_btn01:hover {background: url(../images/out.png)#0b4172 no-repeat; background-position: right 10px center;}
header .header .out_btn01:before {content: url(../images/gr_Icons.png); position: absolute; left: -5px; bottom: -6px; } 

.mob_menu {display: none; width: 23px; height: 23px; background: url(../images/m_menu.png) no-repeat; }

.mobiel_menu {width: 270px; height: 100%; background: #fff; position: fixed; top: 0; right: -270px; z-index: 10; transition: all .35s; border-top-left-radius: 10px; overflow: hidden;}
.mobiel_menu.active {right: 0;box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);}

.mo_m_hd {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 70px; padding: 10px; background: #0055A2; }
.mo_m_hd .logo {width: 135px; height: 33px; background: url(../images/m_ci.png) no-repeat; }
.mo_m_hd .mob_menu {width: 44px; height: 44px; background: url(../images/mo_menu_close.png);}


.mobiel_menu .accordion { padding: 20px;}
.mobiel_menu .accordion>li {margin-bottom: 10px; border-radius: 10px;}
.mobiel_menu .accordion>li.active {background: linear-gradient(295deg, #0055A2, #3795D2);}
.mobiel_menu .accordion>li.active>a { color: #fff; font-weight: bold;}
.mobiel_menu .accordion>li>a {color: #3a3a3a; font-size: 18px; font-weight: 500; padding: 10px 12px; display: block;}

.m_menu_bg {position: fixed; display: none; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.3); z-index: 9;}
.m_menu_bg.active {display: block;} 



@media (max-width:1400px) {
    header .header nav.menu ul li {width: 140px;}
    header .header .logo  {height: 100%; max-height: 50px;}
}

@media (max-width:1024px) {
    header {position: fixed; top: 0; left: 0; width: 100%; z-index: 10; background: #fff;}
    header .header {height: 50px; padding: 5px 20px 5px 10px;}
    header .header.fix {height: 90px;}
    .header nav.menu {display: none;}
    .mob_menu {display: block;}
    
}


