:root {
	--color-primary: #1F3055;
	--color-highlight: #212529;
}

.right {
	float: right;
}

img {
	max-width: 100%;
}

img.clickable {
	width: 200px;
}

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

.minilogo {
	height:52px !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: #ED4130 !important;
}

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

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

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

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

h5 {
	color:#009FDF !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:#DC2F18;
}

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

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

a.btn-primary:visited {
	color:white;
}

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

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

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

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #212529;
	border-color: #212529;
	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: #009FDF
}

.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: #212529;
	border-color: #212529;
}

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

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

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

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

}

/* home buttons */
.button-home {
	text-align:center;
}
.button-home span {
	font-weight:bold;
	color:white !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:#1F3055 !important;
	font-weight: 500 !important;
}

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

/* Leren van kaarten */
.flashcard-part.flashcard-title>input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    red;
	background-color:yellow;
}
.flashcard-part.flashcard-title>input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    red;
   opacity:  1;
	background-color:yellow;
}
.flashcard-part.flashcard-title>input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    red;
   opacity:  1;
	background-color:yellow;
}
.flashcard-part.flashcard-title>input::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    red;
	background-color:yellow;
}
.flashcard-part.flashcard-title>input::-ms-input-placeholder { /* Microsoft Edge */
   color:    red;
	background-color:yellow;
}

.flashcard-part input:focus,
.flashcard-part input:hover {
	background-color:yellow;
}

.flashcard-part input {
	border:0px !important;
}

.flashcard-title {
	background-color:#212529 !important;
}
.flashcard-header {
	background-color:#009FDF !important;
}

.flashcard-header input,
.flashcard-header input:focus {
	background-color: #009FDF !important;
}

.flashcard-title input {
	background-color:#212529 !important;
}

.flashcard-footer {
	height: 100px;
	border-top: 4px solid #212529 !important;
	padding-top: 20px;
}

/* Informatie */
.card {
	border-bottom:1px solid white;
	padding:0px 10px 1px 0px;
}
.card-body {
	padding:10px 0px 10px 12px;
	margin:0px;
}

.card-header {
	background-color: #009FDF !important;
	color:white;
	margin-left:0px;
	margin-right:0px;
}

.card-titel {
	color:white;
	font-size:1.3em;
	line-height:40px;
}

.kam-naam {
	height:140px;
	background-color: #009FDF;
	color:white;
	padding:10px; 
	border:2px solid #009FDF; 
}
.kam-text {
	height:240px;
	padding:10px; 
	border:2px solid #009FDF; 
	margin-bottom:10px;
}
.kam-naam-img {
	width:136px;
	float:left;
}
.kam-naam-text {
	margin-left:6px;
	float:left;
}
/* VGWM Handboek*/
.boekje-titel {
	font-size:200%;
	padding-bottom: 10px;
	padding-top: 10px;
	color:#000;
	font-weight: 700;
}
.hoofdstuk-titel {
	background-color: #212529;
	padding:15px 20px;
	margin:30px 0 20px 0px;
	color: #FFF !important;
	font-weight: bold;
	font-size: 20px;
}
.statement {
	color: #000;
	font-weight: 700;
	background-color: #FFF;
	padding: 10px 0px;
}

.emphasis {
	font-weight: 700;
	font-style: italic;
}

#safetymanual {
	max-width:700px;
	margin:10px auto;
	background-color:#fff;
	color:#1d1f20;
	font-size:16px;
	line-height:1.6em;
	margin-top:25px
   }
   
   #safetymanual h1, #safetymanual h3 {color:#2f3768; font-weight:normal;}
   
   #safetymanual h1 { margin-left: 17px;}
   #safetymanual h4 { margin:0;line-height: inherit; font-weight: bold;}
   #safetymanual a:hover,#safetymanual div.inhoud_titel:hover { color:#DC2F18}
   #safetymanual .hoofdstuk a { text-decoration: underline;}
   
   #safetymanual .inhoudsopgave a, #safetymanual .inhoudsopgave a:visited { color:#212529; }
   
   .lichte_kleur {opacity: 0.85;}
   .centered {display: block; margin-left:auto; margin-right:auto;}
   
   .manual_logo{padding:10px;max-width:140px; float:right;}	
   
   .inhoudsopgave { border: 1px solid #212529 ; border-radius: 0px; padding: 30px;}
   
   #safetymanual h3.inhoud_titel,.inhoud_titel,#safetymanual .inhoud_subtitel {
	border-top:1px solid #212529;
	border-bottom:1px solid #212529;
	padding:15px 0;
	font-size:20px;
	font-weight:700;
	margin:30px 0 20px 0px;
	line-height:inherit;
	font-weight:bold
   }
   
  .inhoud_subtitel {
	font-size:20px;
	font-weight:bold;
	padding:4px 0px 2px 0px;
   }
	   
   .inhoud_item {	padding:0 20px 0 20px; margin: 0; font-size: 16px;}
   
   .nummer {margin-right:20px; display:inline-block; float:left; min-width: 30px; font-weight: bold;}
   .nummer.big {
	width:38px;
	height:38px;
	line-height:38px;
	display:inline-block;
	float:left;
	color:#000!important;
	text-align:center;
	margin-left:-20px;
	margin-top:-7px;
	font-size:16px;
	margin-right:31px
   }
   
   .inhoudsopgave_titel {
	padding:5px 0;
	font-size:20px;
	font-weight:700;
	margin:10px 0 10px 20px;
	line-height:inherit;
	font-weight:bold
   }
   
   .hoofdstuk p, .hoofdstuk ol,.hoofdstuk ul {margin-bottom: 10px;}
   .hoofdstuk p.no-padding {margin-bottom:0px}
   
   .hoofdstuk li {margin-bottom: 5px;}
   
   .hoofdstuk{margin:30px 0;}
   
   .lijnen_grijs {background-color: #F6F6F6; padding:14px;}  
   .lijnen_grijs .row {padding:8px 4px 8px 10px;}
   .donker_grijs {background-color: #D9D9D9; padding:14px;}  
   

   #safetymanual .naarindex {
	   width: 100%;
	   text-align: right;
	   margin: 30px 0px 4px 0px;
	   clear: both;
   }
   .indexWissel:after {
	   content: " ↑";
	   font-size: 110%;
	   margin-top:6px;
	   
   }
   #safetymanual a.indexWissel {text-decoration:none;}
   
   .back-to-top {
	   position: fixed;
	   bottom: 25px;
	   right: 20px;
	   width: 40px;
	   height: 39px;
	   background-color: #fff;
	   border: 1px solid #c5c5c5;
	   border-radius: 2px 2px 0 0;
	   z-index: 1000;
	   float: right;
	   cursor: pointer;
	   font-size: 13px;
   }
   
   .stippel_kader {
	   border: 2px dotted #7793AD;
	   border-radius: 10px;
	   padding: 15px;
	   margin-bottom: 15px;
	   
   }
   .stippel_kader.kleiner {max-width: 400px;}
   .img-responsive {display:block}
   
   
   
   
   
   @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%;
	}
 
	}

/* Toolboxen */

.toolbox-title {
	background-color:#1F3055  !important;
}

.toolbox-title .toolbox-category {
	background-color: #1F3055  !important;
	color: #FFF !important;
}

.toolbox-header {
	background-color: #212529 !important;
}

.toolbox-subheader {
	color: #212529  !important;
	border-top: 2px dotted #212529 !important;
	border-bottom: 2px dotted #212529 !important;
}

.toolbox-title input {
  	background-color:#1F3055 !important;
  	border:none;
  	font-weight:bold;
  	padding-top:3px;
  	font-size:120%;
  	color:#000;
  }

.toolbox-part input:focus,
.toolbox-part input:hover {
background-color:yellow !important;
}

.toolbox-header input,
.toolbox-header input:focus {
  	background-color:#1F3055 !important;
  	border:none;
  	color:#FFF;
  	font-weight:bold;
  	font-size:120%;
}

.qrtarget>.title {
	color:#212529 !important;
}

/* 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;
	}

}

/* Very small devices */
@media (max-width: 479px) {
	.card {
		padding:0px 0px 1px 0px;
	}
	.card-body {
		padding:10px 0px 10px 0px;
		margin:0px;
	}
	.card-body p {
		font-size:90%;
	}
	.kam-naam-img {
		width:100px;
	}
}


