@import url('/fonts/robotocondensed.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Roboto Condensed",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	top:0px;
	height:150px;
	width:100%;
	}

#em_header
	{
	background-image:url(/emstyles/publiekvervoer/logo.png);
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: 0px 10px;
	background-size: 350px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:10px;
    background-color: #0094DA;
	}
		
#title
	{
	color:#FFFFFF;
	}

	
.nav_chapter
	{
	color:#4A2F72;
	}	

#mobilemenu .nav_chapter
	{
	color:#4A2F72;
    }	
.nav_chapter, .nav_chapter a
	{
	color:#4A2F72;	
	}
.nav_chapter:hover,.nav_page:hover,#hbsubs a:hover,.em_menubtn:hover
	{
	color:#4A2F72;
	}
	
.nav_page, .nav_page a
	{
	color:#4A2F72;
	}	
.nav_page.active
	{
	color:#0094DA;
	font-weight:bold;
	}

#em_content
	{
	font-size:14px;
	color:#3a3a3a;
	margin-bottom: calc(var(--footer-height) + 50px);
	}
.em_content	a, .em_content a:link , .em_content a:active, .em_content a:visited {color:#4A2F72; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#4A2F72; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#FFFFFF;
	padding-top:30px;
	}
#em_footer a
	{
	color:#FFFFFF;
	}

#footerbar
	{
	height: var(--footer-height);
	background-color:#4A2F72;
   
	}

.mm_tabs
	{
	background-color:#4A2F72;
	}
	
.em_navbtn, .btn
	{
	color:#FFFFFF;
	background-color:#4A2F72;
	border:0px;
	text-decoration: none;
	}
.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
    background-color: #0094DA;
    color:#FFFFFF;
	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
.emaudio, .table
	{
	border: 2px solid #4A2F72;
	}

#mm_tabs .mtmain	
	{
	color:#4A2F72;
	}

#mm_tabs .mtactive	
	{
	background-color: #4A2F72;
	color: #FFFFFF;
	}
