
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;600;700&display=swap');



html, body {
	font-family: 'Hind', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.41;
    letter-spacing: 0.1px;
    font-style: normal;
    background-color: white;
    margin: 0;
    padding: 0;
    color: #356cab;
}

a {
	text-decoration: none;
	outline: none;
	color: #356cab;
}

div p a {
	text-decoration: underline;
	outline: none;
	color: #356cab;
}

a:hover {
	color: #d1e93e;
	text-decoration: underline;
}

body {
	padding-bottom: 80px;
	padding-top:52px;
}

h1 {
	font-size: 28px;
	text-align: center;
}

top {
	display: block;
	top:0;
	left:0;
	right:0;
	height: 52px;
	background-color: #356cab;
	margin: 0 0 10px 0;
	padding: 0 4px 0 0;
	z-index: 9;
}

.top-breadcrumb {
	height:42px;
	background: #6395CF;
	position: fixed;
	top:52px;
	left:0;
	right:0;
	z-index: 1;
	line-height: 42px;
	padding:0 16px;
	display: none;
}

.top-breadcrumb a {
	color: white;
}

.top-breadcrumb i {
	font-size:1.6rem;
}

a.button.home-button-large.blue.small {
	display: block; border-radius: 5px; height: 46px; width: 46px; background-color: white; color: #356cab; position: fixed;
	font-size: 11px; text-align: center; padding: 5px; line-height: 13px; border: solid 2px #356cab;
	margin: 0;
	left: 16px;
	top: 60px;
	z-index: 1;
}

.page-title {
	min-height:48px;
	margin-bottom: 16px;
	margin-top: 16px;
	padding-left:calc(46px + 16px);
	display: flex;
	align-items: center;

}

.page-title h1 {
	text-align: left;
	font-size: 22px;
	margin:0;
}

middle {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #356cab;
	margin: 6px 0 0 0;
	padding: 0;
}

.well.well-intro {

}

.hulpvraag-container {

}

.list {
	white-space: normal;
	text-align: left;
	padding:15px 8px 0 8px;
}

balk {
	display: block;
	width: calc(100% + 36px);
	margin-right: -36px;
	min-height: 30px;
	line-height: 30px;
	background-color: #356cab;
	margin: 6px 0 6px 0;
	padding: 0px 8px 0 0;
	color: white;
	text-align: center;
}

balk.green {
	height: 30px;
	line-height: 30px;
	z-index: 9999;
	background-color: #d1e93e;
	color: #356cab;
	margin-top: 0;
}

logo {
	padding: 0;
	display: block;
	height: 70px;
	margin: 10px;
}

logo img {
	height: 100%;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

ul.menu, ul.language {
	position: absolute;
	right: 0;
	top: 52px;
}

ul.menu, ul.menu li, ul.language, ul.language li {
	z-index: 999999;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.menu li, ul.language li {
	display: block;
	width: 190px;
	height: 28px;
	border-bottom: solid 2px #356cab;
	text-align: left;
}

ul.menu li a, ul.language li a {
	display: block;
	padding: 0 10px 0 10px;
	line-height: 26px;
	background-color: #d1e93e
}

a.button, button, label.button {
	display: inline-block;
	background-color: #d1e93e;
	color: #356cab;
	padding: 0 10px 0 10px;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	margin: 18px 0 0 5px;
	border-radius: 3px;
	border: solid 3px #356cab;
}

label.button {
	background-color: white;
	width: calc(50% - 2px);
	margin: 3px 0 3px 0;
}

label.button.active {
	background-color: #d1e93e;
}

label.button.active < select {
	display: block;
}

a.button.small, button.small {
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px 0 5px;
	margin: 10px 1px 0 0;
	border: none;
}

a.button.blue, button.blue {
	background-color: #356cab;
	color: white;
}

a.button.white, button.white {
	color: #356cab;
	background-color: white;
	border: solid 3px #d1e93e;
}

a.button:hover, button:hover {
	background-color: #e8f49f;
}

div.page-container {
	margin: 0;
	padding: 0;
 	position: static;
	padding-right: 36px;
}

wrapper {
	margin: 0;
	padding: 0;
	padding-bottom: 80px;    /* Footer height */
}

bottom {
	display: flex;
	background-color: #356cab;
	margin: 0;
	padding:0 16px;
	color: white;
	text-align: left;
	height: 80px;            /* Footer height */
	align-items: center;
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	font-size:13px;
}

.footer-content {
	flex-grow:1;
	padding-right: 16px;
}

.footer-image {
	flex-basis: 84px;
}

.footer-image img {
	width:100%;
	height: auto;
}

.well.well-sm.well-continuous.well-header.text-center {
	cursor: pointer;
}

/* DASHBOARD */

div.dashboard{

	max-width: 820px;
	text-align: center;
	margin: auto;
	display: flex;
	flex-wrap:wrap;
	margin-left:-8px;
	margin-right: -8px;
}
div.dashboard div.buttons{
	flex-basis: calc(50% - 16px);
	max-width: 150px;
	margin: 8px;
	background: white;
	border-radius: 16px;
	height: 144px;
	border: solid 1px #000;
	position: relative;
}

div.dashboard div.buttons div.icons{
	width: 100%;
}

div.dashboard div.buttons div.icons img,
div.dashboard div.buttons div.icons i {
	display: block;
	width:72px;
	height: auto;
	font-size:6rem;
	margin:0 auto;
	margin-top:-8px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.button-label {
	position: absolute;
	bottom:8px;
	left:8px;
	right: 8px;
}

div.dashboard div.buttons:hover > div.info{
	display: inline-block;
}

div.dashboard div.buttons div.info{
	position: absolute;
	display: none;
	text-align: left;
	width: 250px;
	min-height: 130px;
	float: left;
	color: gray;
	margin: 10px 0 0 -136px;
	background: rgba(255, 255, 255, 1);
	border-radius: 15px 15px 15px 15px;
	border: none;
	left: 50%;
	padding: 18px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.stoplicht-container {
	margin-bottom: 25px;
}

.tl-container {
	height:250px;
	background-size:auto 250px;
	background-repeat: no-repeat;
	margin:0 auto;
	width:150px;
	position: relative;
}

.tl-container .btn-stop {
	display: block;
	width:60px;
	height:60px;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	margin:0 !important;
}

.tl-container .btn-stop-red {
	top:25px;
	left:25px;
}

.tl-container .btn-stop-orange {
	top:93px;
	left:25px;
}

.tl-container .btn-stop-green {
	top:160px;
	left:25px;
}

.tl-container .btn-overlay {
	display: block;
	position: absolute;
	width:45px;
	height:30px;
	opacity: 0;
	margin:0 !important;
}

.tl-container .btn-overlay-red {
	top: 38px;
    left: 100px;

}

.tl-container .btn-overlay-orange {
	top: 104px;
    left: 100px;
}

.tl-container .btn-overlay-green {
	top: 178px;
    left: 100px;
}

.stop-overlay {
	position: fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: white;
}

.oefeningen-top {
}

.ot-bottom {
	padding-top:15px;
}

.ot-button .button {
	margin:15px 0 15px 0;
}

@media screen and (max-width:767px) {

	.stop-overlay {
		top:52px;
		transform:none;
		left:0;
		right:0;
		z-index: 11;
		bottom: 80px;
	}

	.stop-overlay img {
		width:120px;
		margin:0 auto;
	}

}

@media screen and (min-width:45em) {

	.list.flex {
		display: flex;
		flex-wrap:wrap;
		margin-left:-25px;
		margin-right: -25px;
	}

	.list-col {
		flex-basis: 50%;
		padding:0 25px;
	}

	.ot-bottom {
		padding-bottom: 25px;
	}

	.ot-button {
		text-align: right;
	}

	.ot-button .button {
		margin: 0 25px 0 0;
	}


}

@media screen and (min-width:60em) {

	.list-col {
		flex-basis: 33.3%;
	}

	.ot-button .button {
		margin: 0;
	}

}



@media screen and (max-width:45em) {

	.ot-list {

	}

}

@media screen and (min-width:768px) {

	.text-container-large {
		padding-left:calc(46px + 16px);
	}

}

top a b {
	font-weight: normal;
}

@media screen and (max-width:370px) {

	top a b {
		display: none;
	}

}

.well-header.text-center {
	text-align: left;
	padding-left:0;
}
