:root {
	--color-primary: #008EA6;
	--color-highlight: #F39200 ;
}

.right {
	float: right;
}

img {
	max-width: 100%;
}

img.clickable {
	width: 200px;
}

/* start new for logo */
.navbar-brand {
	padding:0px;
}

.minilogo {
	height:54px !important;
	width:auto !important;
	padding:0 !important;
}
/* end new for logo end */

.img-responsive {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.navbar-default {
	background-color: #fff !important;
	border-color: #F39200 !important;
}

h1 {
	color:#008EA6;
	font-weight:bold;
	font-family: "ff-din-web-pro", "Helvetica Neue", sans-serif;
	clear:both;
}

h2 {
	color:#59585a;
	font-weight:bold;
	font-family: "ff-din-web-pro", "Helvetica Neue", sans-serif;
	clear:both;
}

h3 {
	color:#008EA6 !important;
	font-family: "ff-din-web-pro", "Helvetica Neue", sans-serif;
	clear:both;
}

h4 {
	color:#59585a;
	font-family: "ff-din-web-pro", "Helvetica Neue", sans-serif;
	font-size:18px;
	clear:both;
}

h5 {
	color:#008EA6 !important;
	font-family: "ff-din-web-pro", "Helvetica Neue", sans-serif;
	font-size:18px;
	clear:both;
}

#page-content>.container {
/*
	background-color:#FFF !important;
	padding-top:12px; */

}

a, a:visited {
	color:#F39200;
}

a:focus, a:hover {
	color:#F39200;
    text-decoration: none;
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #F39200;
    text-decoration: none;
	background-color: #e2e0da;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #F39200;
	color:white;
}

.navbar-default .navbar-nav > li > a {
	color: #515152;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #e2e0da;
	color:#000;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #F39200;
	border-color: #F39200;
	color:#FFF;
}

ol, ul {
    margin-top: 10px;
    margin-bottom: 10px
}

.grow-effect img {
	transition: .6s ease;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #F39200
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #eee;
}

.grow-effect img:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: .4s ease;
}

.btn-primary {
    color: #fff !important; 
    background-color: #F39200;
    border-color: #F39200;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus,
.btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #008aab;
    border-color: #008aab;
}

.btn-success {
    color: ;
    background-color: #F39200;
    border-color: #F39200;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus,
.btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: ;
    background-color: #F39200;
    border-color: #F39200;
}

#slidemenu>.slidemenuheader {
	border-bottom:2px solid #F39200;

}

/* home buttons */
.button-home {
	text-align:center;
}
.button-home span {
	font-weight:bold;
	color:#FFF !important;
}
.button-home-text {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 90%;
	font-size: 100%;
	line-height: 100%;
}

.centered-button {
	background-color:#F39200 !important;
	font-weight: 500 !important;
}

/* News */
.newsblock {
	border:1px solid #F39200 !important;
}


   
   
   
   
   @media (max-width: 767px) {
	   
	   .inhoudsopgave{   padding: 10px;}
	   .inhoudsopgave_titel {
		padding:5px 0;
		font-size:16px;
		font-weight:700;
		margin:6px 0 6px 10px;
		line-height:inherit;
	   }

	   .nummer.big {
		display:inline-block;
		float:left;
		color:#000!important;
		text-align:center;
		margin-left:-20px;
		margin-top:-7px;
		font-size:14px;
		margin-right:10px
	   }
	   
   }
   
   @media (max-width: 480px) {
	.nummer{ margin-right: 5px;}
	.inhoud_item {    padding: 7px 0 7px 0px;    line-height: 19px; font-size: 14px;}
	.inhoud_titel {    margin: 30px 0 20px 16px;}
	.nummer.bigCircle {    margin-right: 10px;}
	.voorwoord {    padding: 15px;}
	#safetymanual h2.inhoud_titel, .inhoud_titel, #safetymanual .inhoud_subtitel {
	   font-size: 18px;
   }
   .boekje-titel {
	font-size:160%;
	}
 
	}



/* Small devices */
@media (min-width: 480px) and (max-width: 767px) {
	.button-home-text {
		position: absolute;
		transform: translate(-50%, -50%);
		bottom: 0%;
		left: 50%;
		top: 89%;
		font-size: 90%;
		line-height: 1.1em;
	}
	.button-home span {
		font-weight:bold;
	}
}

/* Smaller devices */
@media (max-width: 767px) {
	.minilogo {
		margin-left:8px;
		height:50px !important;
	}
	.button-home-text {
		position: absolute;
		transform: translate(-50%, -50%);
		bottom: 0%;
		left: 50%;
		top: 87%;
		font-size: 80%;
		line-height: 1em;
	}
	.button-home span {
		font-weight:normal;
	}

}



