.gridster{position:relative;margin:auto;height:0}.gridster>ul{margin:0;list-style:none;padding:0}.gridster-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;list-style:none;z-index:2;position:absolute;display:none}.gridster-loaded{-webkit-transition:height .3s;-moz-transition:height .3s;-o-transition:height .3s;transition:height .3s}.gridster-loaded .gridster-item{display:block;position:absolute;-webkit-transition:opacity .3s, left .3s, top .3s, width .3s, height .3s;-moz-transition:opacity .3s, left .3s, top .3s, width .3s, height .3s;-o-transition:opacity .3s, left .3s, top .3s, width .3s, height .3s;transition:opacity .3s, left .3s, top .3s, width .3s, height .3s;-webkit-transition-delay:50ms;-moz-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}.gridster-loaded .gridster-preview-holder{display:none;z-index:1;position:absolute;border: 5px dashed #333;opacity:0.3}.gridster-loaded .gridster-item.gridster-item-moving,.gridster-loaded .gridster-preview-holder{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.gridster-mobile{height:auto !important}.gridster-mobile .gridster-item{height:auto;position:static;float:none}.gridster-item.ng-leave.ng-leave-active{opacity:0}.gridster-item.ng-enter{opacity:1}.gridster-item-moving{z-index:3}.gridster-item-resizable-handler{position:absolute;font-size:1px;display:block;z-index:5}.handle-se{cursor:se-resize;width:0;height:0;right:1px;bottom:1px;border-style:solid;border-width:0 0 12px 12px;border-color:transparent}.handle-ne{cursor:ne-resize;width:12px;height:12px;right:1px;top:1px}.handle-nw{cursor:nw-resize;width:12px;height:12px;left:1px;top:1px}.handle-sw{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.handle-e{cursor:e-resize;width:12px;bottom:0;right:1px;top:0}.handle-s{cursor:s-resize;height:12px;right:0;bottom:1px;left:0}.handle-n{cursor:n-resize;height:12px;right:0;top:1px;left:0}.handle-w{cursor:w-resize;width:12px;left:1px;top:0;bottom:0}.gridster .gridster-item:hover .gridster-box{border:1.5px solid #B3B2B3}.gridster .gridster-item:hover .handle-se{border-color:transparent transparent #ccc}
html, html a {
    -webkit-font-smoothing: antialiased !important;
}

body {
	font-family: 'Helvetica Neue', 'Tahoma', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #009;
	position: relative;
	letter-spacing: 0.4px;
}

a {
	text-decoration: none;
	color: #009;
}

a:visited{
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	opacity: 1; !important
}

h1 {
	font-size: 42px;
}

h3 {
    font-size: 20px;
}

header {
	width: 100%;
	height: 48px;
	-webkit-box-shadow: 0 3px 3px #ccc;
	-moz-	box-shadow: 0 3px 3px #ccc;
	box-shadow: 0 3px 3px #ccc;
	background: #fff;
	position: fixed;
	top: 0px;
	z-index: 999;
	min-width: 526px;
}

footer {
	width: 100%;
	height: 100px;
	padding: 50px 0;
}

.pop-overlay {
	position: fixed;
	background: rgba(245, 245, 245, 0.95);
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 99999;
}

.overlay-container {
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.overlay-container h1 {
	margin: 30px 0;
}

.overlay-container img {
	display: inline-block;
	width: 100%;
}

.primary-actions {
	margin: 30px 0 0 0 ;
}

.close {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 30px;
	font-weight: 400;
}

.btn {
	font-size: 14px;
	font-weight: 400;
	color: #000099;
	background: #fff;
	padding: 10px 16px 10px 16px;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 7px / 50%;
	-moz-	border-radius: 7px / 50%;
			border-radius: 7px / 50%;
	display: inline-block;

	-webkit-transition: 0.2s; /* Safari */
    transition: 		0.2s;

    cursor: pointer;
}

.btn:focus {
	outline-width: 0px;
	border: solid 1px #b7b7b7;
}

.btn:hover {
	background: #e3e3e3;
	color: inherit;
}

.btn.btn-orange {
	background: #FF6600;
	color: #fff;
	border: none;
}

.btn-orange:hover {
	background-color: #FF8C40;
}

h1 {
	font-size: 42px;
	font-weight: 300;
}

#main-menu {
	float: left;

	-webkit-transition: ease-in-out 0.2s ; /* Safari */
    transition: 		ease-in-out 0.2s;
}

#main-menu > a {
	display: block;
	border-right: solid 1px #e3e3e3;
	padding: 14px 30px;
	cursor: pointer;
}

#main-menu > a:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 10px;
	display: inline-block;
   	vertical-align: middle;
}

#user-menu {
	float: right;

	-webkit-transition: ease-in-out 0.2s ; /* Safari */
    transition: 		ease-in-out 0.2s;
}

#user-menu > a, .user-dropdown, .notifications {
	display: block;
	border-right: solid 1px #e3e3e3;
	padding: 17px 30px 17px 40px;
	float: left;
	cursor: pointer;
}

.user-dropdown {
	padding: 17px 30px 17px 30px;
}

.notifications {
	background: url(../img/envelope_normal.png) no-repeat;
	background-size: 22px;
	background-position: left 20px center;
	padding: 24px 35px;
}

.notifications:hover {
	background: url(../img/envelope_hover.png) no-repeat;
	background-size: 22px;
	background-position: left 20px center;
}

.user-dropdown {
	color: #fd6400;
}

.user-dropdown:after {
	content: "\f078";
	font-family: FontAwesome;
	margin-left: 10px;
}

/*dropdown*/

.dropdown {
	position: relative;
	float: left;
}

.dropdown-submenu {
	position: absolute;
	top: 120%;
	right: 0px;

	border: solid 1px #cdcdcd;
    background: #ffffff;
    
    -webkit-box-shadow: 0 6px 6px #ddd;
    -moz-	box-shadow: 0 6px 6px #ddd;
  			box-shadow: 0 6px 6px #ddd;

    -webkit-border-radius: 4px;
    -moz-	border-radius: 4px;
    		border-radius: 4px;
    min-width: 260px;

   	-webkit-transition: ease-in-out 0.2s;
  	transition: 		ease-in-out 0.2s;
  	opacity: 1;
}

.dropdown-submenu a {
	display: block;
	padding: 10px;
	font-weight: 400;
	border-bottom: solid 1px #e3e3e3;
	cursor: pointer;
}

.dropdown-submenu a:hover {
	background: #e3e3e3;
}

.contacten {
	background: url(../img/icons/users.png) no-repeat 0 0;
	background-size: 16px;
	background-position: left 20px center;
}

.notifications .fa {
	padding: 0;
}

.messages {
	color: #e3e3e3;
	cursor: default;
}

a.messages:hover {
	background: none;
	cursor: default;
	color: #e3e3e3;
}

a.more-messages {
	text-align: right;
	background: #e1ebf4;
	padding: 6px 10px;
}

a.messages, a.more-messages {
	border: none;
}

a.more-messages:after {
	content: url(../img/arrow-blue.svg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.menu {
	position: fixed;
	width: 280px;
	height: 100%;
	text-align: left;
	z-index: 9999;
	background: #fff;
	overflow: scroll;
}

.menu.left {
	left: 0;

	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	-moz-	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);

	-ms-transform: 		translateX(-110%); /* IE 9 */
    -webkit-transform: 	translateX(-110%); /* Chrome, Safari, Opera */
    transform: 			translateX(-110%);

	-webkit-transition: ease-in-out 0.2s ; /* Safari */
    transition: 		ease-in-out 0.2s;

}

.menu.right {

	right: 0;

	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	-moz-	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);

	-ms-transform: 		translateX(110%); /* IE 9 */
    -webkit-transform: 	translateX(110%); /* Chrome, Safari, Opera */
    transform: 			translateX(110%);

	-webkit-transition: ease-in-out 0.2s ; /* Safari */
    transition: 		ease-in-out 0.2s;

}

.menu.visible {
	-ms-transform: 		translateX(0); /* IE 9 */
    -webkit-transform: 	translateX(0); /* Chrome, Safari, Opera */
    transform: 			translateX(0);
}


.menu a {
	font-size: 16px;
	cursor: pointer;	
}

#main-menu.visible {
	-ms-transform: 		translateX(280px); /* IE 9 */
    -webkit-transform: 	translateX(280px); /* Chrome, Safari, Opera */
    transform: 			translateX(280px);

}

#user-menu.visible {
	-ms-transform: 		translateX(-280px); /* IE 9 */
    -webkit-transform: 	translateX(-280px); /* Chrome, Safari, Opera */
    transform: 			translateX(-280px);
}

.menu h3 {
	padding: 20px 30px 20px 20px;
	border-bottom: solid 1px #efedef;
}

.menu li {
	font-size: 18px;
}

.menu li a {
	display: block;
	line-height: 25px;
	padding: 10px 30px 10px 20px;
}

.menu-label, .contact-label {
	color: #222;
    font-weight: 500;
    font-size: 16px;
}

.menu-label {
	position: relative;
	border-bottom: solid 1px #efedef;
}

.menu-label:after {
	content: url(../img/arrow-grey-down.svg);
	position: absolute;
	right: 20px;
	top: 12px;
}

.menu-item {
	position: relative;
}

.menu-item a {
	padding: 10px 30px 10px 30px !important;
	border-bottom: solid 1px #efedef;
}

.outgoing:after {
	content: url(../img/arrow-outgoing.svg);
	position: absolute;
	right: 20px;
	top: 12px;
}

.contact-label {
	color: #999;
	font-weight: 200;
	cursor: initial;
}

.contact-label:hover {
	color: #999;
	cursor: default;
}

.contact-item {
	min-height: 52px;
}

.contact-item span{
	font-size: 12px;
	display: block;
	line-height: 19px;
}

.contact-item a {
	border-bottom: solid 1px #efedef;
	min-height: 52px;
}

.contact-item img {
    float: left;
    margin: 0 10px 20px 0;
}

.contact-title {
    font-weight: 500;
    display: inline-block;
}

#sub-menu {
	height: 60px;
    width: 100%;
    top: 50px;
    z-index: 10;
    position: absolute;
}

#grid-options, #grid-actions {
	float: right;
	padding: 11px;
}

#grid-options > .btn, #grid-actions > .btn {
	margin-right: 5px;
	float: left;
}

#back-action a {
	display: block;
    padding: 18px 0 0 28px;
}

#back-action a:before {
	content: url(../img/arrow-blue-left.svg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.gridster-item.add-new-item {
	border: 2px dashed #CCCCCC;
	background: none;
}

.add-grid-item:before {
	background: url(../img/add_griditem_plus.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.add-grid-item {
	color: #CCCCCC;
	display: block;
	width: 100%;
	padding: 15px 10px 10px 55px;
	background: url(../img/add_griditem_plus.png) no-repeat;
	background-size: 50px 44px;
	height: 50px;
	margin: 10px;
}

.add-grid-item:hover {
	color: #CCCCCC
}

.help {
	display: inline-block;
	padding: 10px 15px;
	-webkit-border-radius: 10px / 50%;
	-moz-	border-radius: 10px / 50%;
			border-radius: 10px / 50%;
	background: #fff;
	border: solid 1px #cdcdcd;
	color: #FD6400;

}

.wrapper {
	width: 100%;
	height: 100%;
    border-top: solid 1px #e3e3e3;
    background: #F5F5F5;
    overflow: scroll;
    position: relative;
}
.content {
	margin: 70px 0 50px 0;
	position: relative;
}

.content > h1 {
	margin: 0 0 0 30px;
}

.gridster-item > .item-head, .block-head {
	width: 100%;
	height: 7px;
}

.item-head {
	cursor: move;
}

.draghandle {
	background-image: url(../img/draghandle.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 6px;
}

.draghandle:before {
	height: 5px;
	display: inline-block;
	position: relative;
}

.gridster-item {
	background: #fff no-repeat 0 6px;
	background-size: 100%;
	position: relative;
	border-left: 	solid 1px #efedef;
    border-right: 	solid 1px #efedef;
    border-bottom: 	solid 1px #efedef;

    -webkit-box-shadow: none;
	-moz-box-shadow: 	none;
	box-shadow: 		none;
}

.gridster-item.enabled {
	-webkit-box-shadow: 0 3px 3px #ccc;
	-moz-box-shadow: 	0 3px 3px #ccc;
	box-shadow: 		0 3px 3px #ccc;
    cursor: move;
    
    /*-webkit-transition: linear 0.3s;
  	transition: 		linear 0.3s;*/
}

.gridster-item > .item-controls {
	position: absolute;
	width: 100%;
	height: 52px;
	bottom: 0;
	left: 0;
	border-top: solid 1px #efedef;

	/*-webkit-transition: linear 0.2s;
  	transition: 		linear 0.2s;*/
}

.gridster-item .fa {
	color: #e3e3e3;
	font-size: 21px;
}

.gridster-item .fa:hover {
	color: #d4d4d4;
}

.save-grid:after, .panel .btn.btn-orange:after {
	content: "\f054";
	font-family: FontAwesome;
	margin-left: 10px;
}

.link {
	margin-top: 20px;
    display: inline-block;
}

.deeplink {
    position: absolute;
    right: 10px;
    bottom: 14px;
}

.deeplink:before {
	content: url(../img/arrow-orange.svg);
	margin: 0 5px 0 0 ;
	vertical-align: -50%;
}

.settings {
	float: left;
}

.gridster-item .fa-trash-o {
    border-right: solid 1px #efedef;
    position: relative;
    float: left;
}

.gridster-item > section i {
	line-height: 52px;
    padding: 0px 25px;
    cursor: pointer;
    opacity: 1;
}

.gridster-item > section i, .gridster-item > section > a {
	/*-webkit-transition: linear 0.2s;
  	transition: 		linear 0.2s;*/
  	opacity: 1;
  	display: inline-block;
}

.gridster-item .fa-cog {
	border-right: solid 1px #efedef;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.footer-right, .footer-left {
	margin: 0 50px;
}

.footer-left ul li {
	float: left;
	margin-right: 10px;
}
.footer-left ul {
	margin-top: 10px;
}

.inactive-page {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(204, 204, 204, 0.62);
}

.page-detail {
	max-width: 960px;
    margin: 0 auto;
    padding: 150px 0;
}

.page-detail h1 {
	margin-bottom: 20px;
}

.page-detail img {
	width: 100%;
}

.blue {
	background: #009;
}

.sky {
	background: #90D1E3;
}

.orange {
	background: #FD6400;
}

.green {
	background: #80ba27;
}

.overlay {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;

	top: 0px;
    left: 0px;

	/*-webkit-transition: ease-in-out 0.2s;
  	transition: 		ease-in-out 0.2s;*/
}

.overlay.ng-hide, .overlay.ng-hide-add-active, .item-controls i.ng-hide, .item-controls i.ng-hide-add-active, .item-controls a.ng-hide, .item-controls a.ng-hide-add-active  {
	opacity: 0;
    /*-webkit-transition: ease-in-out 0.2s;
  	transition: 		ease-in-out 0.2s;*/
}

.panel {
	max-width: 960px;
	height: auto;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 20px 50px; 
	background: #e1ebf4;
	z-index: 21;
	overflow: scroll;

	/*-ms-transform: 		translateY(0px); 
    -webkit-transform: 	translateY(0px); 
    transform: 			translateY(0px);

	-webkit-transition: ease-in-out 0.4s;
  	transition: 		ease-in-out 0.4s;*/
}

.panel .btn.panel-up:before {
	content: "\f077";
	font-family: FontAwesome;
	margin-right: 10px;
}

.panel .btn.panel-back:before {
	content: "\f053";
	font-family: FontAwesome;
	margin-right: 10px;
}

.panel > span {
	margin: 2px 0;
    font-weight: 200;
    color: #333;
    font-size: 30px;
}

.panel h1 {
	margin: 20px 0;
}

.panel ul {
	margin: 50px 0 0 0;
}

.panel li {
	position: relative;
	float: left;
	width: 290px;
	height: 100px;
	margin: 10px;
	background: #fff;
}

.panel li a {
	display: block;
	width: 270px;
	height: 80px;
	padding: 10px;
	/*-webkit-transition: 0.2s; 
    transition: 		0.2s;*/
}

.panel li a:hover .plus-block:before {
	content: url(../img/add_block_plus_active.svg);
}

.plus-block {
	position: absolute;
    bottom: 0;
    right: 0;
}

.plus-block:before {
	content: url(../img/add_block_plus.svg);
	display: block;
}

.toelichting-img {
	max-width: 100%;
	height: auto;
	float: left;
}

.toelichting-content {
	float: right;
	width: 350px;
}

.toelichting-content p {
	color: #000;
	line-height: 25px;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.toelichting-content h2 {
	font-size: 32px;
	margin: 0 0 10px 0;
}

.toelichting-content a.btn {
	float: right;
}

/*.panel.ng-hide, .panel.ng-hide-add-active {
	-ms-transform: translateY(-500px); 
    -webkit-transform: translateY(-500px);  
    transform: translateY(-500px);

    -webkit-transition: ease-in-out 0.4s;
  	transition: 		ease-in-out 0.4s;
}*/

.dropdown-submenu.ng-hide, .dropdown-submenu.ng-hide-add-active {
/*	-webkit-transition: ease-in-out 0.2s;
  	transition: 		ease-in-out 0.2s;*/
  	opacity: 0;
}

.gridster {
	top: 15px;
	left: 15px;
	position: relative;
}

.ui-view-container {
  	position: relative;
  	height: 65px;
}

/*uiview animations*/

/*[ui-view].ng-enter, [ui-view].ng-leave {
  	position: absolute;
  	left: 0;
  	right: 0;
  	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}

[ui-view].ng-enter {
  	opacity: 0;
}

[ui-view].ng-enter-active {
  	opacity: 1;
}

[ui-view].ng-leave {
  	opacity: 1; 
}

[ui-view].ng-leave-active {
  	opacity: 0;
}*/

/*tour*/

.tour-tip {
	position: fixed;
	z-index: 999999;
	min-width: 320px;
	max-width: 450px;
	min-height: 100px;
    background: #002688;
    color: #fff;
    padding: 30px 30px 70px 30px;
    background: -moz-linear-gradient(-45deg, rgba(0, 38, 136, 0.8) 0%, rgba(10, 31, 109, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 38, 136, 0.8)), color-stop(100%, rgba(10, 31, 109, 0.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 38, 136, 0.8) 0%, rgba(10, 31, 109, 0.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 38, 136, 0.8) 0%, rgba(10, 31, 109, 0.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 38, 136, 0.8) 0%, rgba(10, 31, 109, 0.8) 100%);
    background: linear-gradient(135deg, rgba(0, 38, 136, 0.8) 0%, rgba(10, 31, 109, 0.8) 100%);

    
    -webkit-border-radius: 20px 0 0 0;
    -moz-	border-radius: 20px 0 0 0;
   			border-radius: 20px 0 0 0;
}

.tour-tip.fixed {
	position: fixed;
}

.tour-tip.absolute {
	position: absolute;
}

.tour-tip h3 {
	font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 10px;
}

.tour-tip p {
	font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.tour-tip .tour-arrow.tt-bottom {
    border-style: solid;
    top: -28px;
    left: 300px;
    border-color: transparent transparent rgba(0, 38, 136, 0.8) !important;
}

.tour-tip .tour-arrow.tt-bottom-left {
    border-style: solid;
    top: -28px;
    left: 50px;
    border-color: transparent transparent rgba(0, 38, 136, 0.8) !important;
}

.tour-tip .tour-arrow.tt-bottom-right {
    border-style: solid;
    top: -28px;
    left: 375px;
    border-color: transparent transparent rgba(0, 38, 136, 0.8) !important;
}

.tour-tip .tour-arrow.tt-top {
  border-style: solid;
  bottom: -28px;
  border-color: rgba(0, 38, 136, 0.8) transparent transparent  !important;
}

.tour-tip .tour-arrow.tt-right {
  border-style: solid;
  left: -28px;
  top: 28px;
  border-color: transparent rgba(0, 38, 136, 0.8) transparent transparent !important;
}

.tour-tip .tour-arrow.tt-left {
  border-style: solid;
  left: 100%;
  top: 28px;
  border-color: transparent transparent transparent rgba(0, 38, 136, 0.8) !important;
}

.tour-tip .tour-arrow {
    display: block;
    position: absolute;
    left: 67px;
    width: 0;
    height: 0;
    border: inset 14px;
}

.tour-next-tip {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	right: 30px;
	bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	transition: 		all 0.3s;

	transform: translateY(0);
}

.tour-next-tip:hover {
	color: #fff;
	cursor: pointer;
	transform: translateY(-5px);
}

.tour-next-tip:after {
	content: "";
    display: inline-block;
    vertical-align: -50%;
    margin-left: 10px;
    width: 27px;
    height: 27px;
    background: url('../img/arrow-right-block-white.svg') no-repeat center right;
    background-size: 27px 27px;
}

.tour-previous-tip {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	left: 30px;
	bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	transition: 		all 0.3s;

	transform: translateY(0);
}

.tour-previous-tip:hover {
	color: #fff;
	cursor: pointer;
	transform: translateY(-5px);
}

.tour-previous-tip:before {
	content: "";
    display: inline-block;
    vertical-align: -50%;
    margin-right: 10px;
    width: 27px;
    height: 27px;
    background: url('../img/arrow-left-block-white.svg') no-repeat center right;
    background-size: 27px 27px;
}

.tour-close-tip {
	position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

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

.toelichting-content {
	margin: 0 auto;
	width: 100%;
	margin-top: 40px;
	float: none;
	display: block;
}

.toelichting-header {
	margin: 0 auto;
}

.toelichting-img {
	float: none;
}

.page-detail h1 {
	margin-left: 30px;
}

.overlay-container {
	padding: 30px 30px;
}

.user-dropdown, .notifications {
	padding: 17px 20px 17px 20px;
}

.notifications {
	border-left: solid 1px #e3e3e3;
}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 568px) { 

.tour-tip {
	min-width: initial;
}

}




