/*
Theme Name: deregt
Theme URI: http://www.deregtbv.nl
Description: A simple responsive theme built with Bootstrap
Author: De Regt
Author URI: http://www.deregtbv.nl/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/

/*
	Used fonts
    font-family: 'Muli', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Slabo 13px', serif;
*/

html, body {
	width:100%;
	color:#000;
}
body{
	font-family: 'Muli', sans-serif;
	color:#000;
	transition: background-color .5s;
	font-size:18px;
	line-height:1.5;
}
a:focus {outline: 0;}
a:active {outline: 0;}
.alignleft{	float:left;	margin-right: 15px; margin-bottom: 15px;}
.alignright{	float:right; margin-left: 15px; margin-bottom: 15px;}
.aligncenter {display: block; margin: 5px auto 5px auto!important;}

img{
	display: block;
    height: auto;
    max-width: 100%;
}
.main-title-container{
	min-height:230px;
	background-color:#fff;
}
.main-title-container .row{
	padding-top: 50px;
}
.grey-container{
	background-color:#e6e7e7;
	padding-bottom: 30px;
	padding-top: 40px;
}
.brown-container{
	background-color:#bbb4a3;
	margin-top: -60px;
}
.main-container{
	padding-top:40px;
	padding-bottom:30px;
}
.expertise-container{
	padding-top: 40px;
}
.opdrachtgevers-container{
	padding-top:40px;
	padding-bottom:30px;
}
.base-color{
	background-color: #005c82;
}
.training-coaching{
	background-image: url(images/achtergrond-deregt.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding-top: 40px;
}
.header-image{
	background-image: url(images/header-ad-de-regt.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	color: #fff;
    padding-top: 85px;
}
.header-image p{
	color: #fff;
}
.sub-title-col{
	border-top: 1px solid #9a9b9b;
	padding-top: 30px;
}
.spacer{
	height: 5px;
	/*background-color: #cececf;*/
}
.spacer-small{
	height: 1px;
	background-color: #cececf;
}
.project-filter{
	padding-bottom: 30px;
}
/*---------- Footer ----------*/
.footer{
	background-color: #005d83;
	padding-top: 40px;
	padding-bottom: 30px;
}
.social-icons i{
	color: #005272;
	background-color: #fff;
	border-radius: 50%;
	width:40px;
	height: 40px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 10px;
	line-height: 20px;
}
.social-icons i:hover{
	color: #005272;
	background-color: #f6b100;
}
.footer h3{
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.2rem;
	padding-top: 30px;
	line-height:1.5;
}
.footer-company{
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size:14px;
}
.footer-address{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:14px;
}

/*---------- Fonts ----------*/
h1{
	font-family: 'Muli', sans-serif;
	font-weight: 300;}
h2{
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
h4{
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	color: #005c82;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 0;
}
h4 a{
	color: #005c82;
	text-decoration: none;
}
h5{
	color: #e3ae23;
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 25px;
}
h6{
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
.page-title{
	color:#ac0439;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:45px;
}
.sub-title{
	color:#005c82;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:45px;
	line-height: 55px;
}
strong{
	color:#000;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:20px;
	line-height: 29px;
}
.expertise-title{
	color:#ac0439;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:20px;
	line-height: 29px;
}
.training-coaching-title{
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-style: italic;
	color: #fff;
	font-size: 22px;
}
p{
	color: #000;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height:29px;
}
.striped-dark-title, .striped-title{
	padding-bottom: 15px;
}
.striped-title h3 {
	width:100%;
	text-align:center;
	border-bottom: 1px solid #9a9b9b;
	line-height:0.1em;
	margin:10px 0 20px;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight:300;
	color: #9c9d9d;
}
.striped-title h3 span {
	background:#fff;
	padding:0 10px;
}
.striped-dark-title h3 {
	width:100%;
	text-align:center;
	border-bottom: 1px solid #9a9b9b;
	line-height:0.1em;
	margin:10px 0 20px;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight:300;
	color: #9c9d9d;
}
.striped-dark-title h3 span {
	background:#e6e6e6;
	padding:0 10px;
}
.project-choise i, .back-row i{
	color: #f6b100;
}
.project-choise a{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 29px;
	font-weight:700;
	color: #ac0439;
}
.back-row a{
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	line-height: 29px;
	font-weight:700;
	color: #6e6e6d;
}
.project-choise{
	padding-bottom: 40px;
	padding-top: 20px;
}
.back-row{
	padding-bottom: 40px;
	padding-top: 20px;
}
.project-cat{
	color: #9c9d9d;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height:29px;
}
.card-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0.75rem;
}
/*---------- Buttons -------------*/
.btn-custom{
	background-color: transparent;
	border: 1px solid #fff;
	padding: 10px 20px;
	cursor: pointer;
	opacity: 1;
	color: #fff;
	text-transform: uppercase;
}
.btn-custom:hover{
	color: #005d83;
	background-color: #fff;
	text-decoration: none;
}
.button-wrapper {
	position: relative;
	margin: 65px auto 0;
	transform: translateY(-50%);
	width: 160px;
}
.shape {
	stroke-dasharray: 65, 540;
    stroke-dashoffset: -252;
	stroke-width: 8px;
	fill: transparent;
	stroke: #e3ae23;
	border-bottom: 5px solid black;
	transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.button-text {
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 29px;
	color: #e3ae23;
	top: -45px;
	position: relative;
}
.button-text a{
	color: #e3ae23;
}
.button-text a:hover{
	color: #e3ae23;
	text-decoration: none;
}
.button-wrapper:hover .shape {
	stroke-width: 2px;
	stroke-dashoffset: 0;
	stroke-dasharray: 760;
}

.button-wrapper-large {
	position: relative;
	margin: 65px auto 0;
	transform: translateY(-50%);
	width: 310px;
}
.shape-large {
	stroke-dasharray: 175, 540;
    stroke-dashoffset: -422;
	stroke-width: 8px;
	fill: transparent;
	stroke: #e3ae23;
	border-bottom: 5px solid black;
	transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.button-wrapper-large:hover .shape-large {
	stroke-width: 2px;
	stroke-dashoffset: 0;
	stroke-dasharray: 760;
}
.project-row-button{
	margin-bottom: -90px;
}
.header-image .button-text {
	color: #fff;
}
.header-image .button-text a{
	color: #fff;
}
.header-image .shape {
	stroke: #fff;
}
.btn-projects{
	background-color: #005c84;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 15px;
}
.btn-projects:hover{
	background-color: #e5eef2;
	color: #fff;
}
.project-filter .dropdown-menu a{
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #005c82;
}
.project-filter .dropdown-menu a:hover{
	background-color: #e5eef2;
}

/*---------- Nav ----------*/
#menu-main{
	margin: 0 auto;
}
.navbar-blue{
	background-color: rgba(0, 93, 131, 0.8);
	height: 60px;
	z-index: 1;
	line-height: 20px;

}
#menu-main li a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	position: relative;
}
#menu-main li a:hover{
	text-decoration: none;
}
#menu-main li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#menu-main li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#menu-main li{
	padding: 17px 15px;
}
#menu-main li.current-menu-item, #menu-main li.current-page-parent, #menu-main li.current_page_parent {
}
#menu-main li ul {
	display: none;
	padding-left: 0;
}
#menu-main li:hover ul {
	display: block;
}
#menu-main li ul li {
	display: block;
	background-color: #00476f;
	padding-left: 10px;
	font-size: 13px;
	font-weight: normal;
}
#menu-main ul.sub-menu{
	margin-top: 15px;
	background-color: #00476f;
	position: absolute;
}
#menu-main li.mega-menu ul{
	position: relative;
}
#menu-main ul.sub-menu li a{
	color:#fff;
}
#menu-main ul.sub-menu li a:hover{
	color:#f6b100;
}
.navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
	cursor: pointer;
	margin-top: 5px;
}
#menu-main ul.sub-menu ul.sub-menu li{
	display: block;
	float: none;
}
/*#menu-main ul.sub-menu ul.sub-menu li:before{
	content: "\003E";
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	color: #fff;
}*/
#menu-main li.mega-menu-title a{
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight:900;
}
#menu-main ul.sub-menu ul.sub-menu li a{
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight:300;
}
.menu-item-has-children a::after {
	width: 100%;
	position: relative;
	top: -.2em;
	margin-left: 1em;
	content: "\f078";
    font-family: FontAwesome;
	font-size: .6em;
}
.menu-item-has-children .sub-menu a::after {
	display: none;
}
.sitemap-nav a{
	color:#ac0439;
}

/*---------- Mega menu ----------*/
#menu-main li.mega-menu > ul {
    left: 0;
    padding: 30px 20px;
    position: absolute;
    /*width: 100%;*/

  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;

}
#menu-main li.mega-menu > ul > li {
    margin: 0;
    /*width: 25%;*/
    width: 20%;
    padding:1%;
}
#menu-main li.mega-menu > ul > li ul {
  padding:1%;
}

#menu-main li.mega-menu ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.mega-menu .sub-menu .sub-menu li{
	margin-bottom: 10px!important;
}

.mega-menu a {
  font-size:1em;
}

/*---------- Curriculun vitae ----------*/
.hobby{
	padding-top:30px;
	padding-bottom:50px;
}
.hobby-icons{
	padding-left:25px;
	padding-right:25px;
}
blockquote {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight:900;
	margin: 0.25em 0;
	padding: 0.35em 40px;
	position: relative;
	color: #383838;
	line-height: 29px;
}
blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: 15px;
    color: #f6b100;
}
blockquote p{
	color: #e3ae23;
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	font-weight:200;
	margin-bottom: 0;
}
.single blockquote:before {
    color: #e3ae23;
}
/*---------- Timeline ----------*/
.container-title h3{
	border-top:8px solid #cecece;
	padding-top:10px;
	margin-top:30px;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size:20px;
	color:#005c85;
}
.timeline {
	width: 100%;
	background: #fff;
	padding: 50px;
	padding-left:0;
	position: relative;
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 218px;
	bottom: 0px;
	width: 2px;
	background: #005d83;
}
.timeline:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-entry {
	clear: both;
	text-align: left;
	position: relative;
}
.timeline-entry .title {
	float: left;
	width: 220px;
	padding-right: 30px;
	text-align: left;
	position: relative;
	top: -12px;
}
.timeline-entry .title h3:after {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f6b100;
    border-width: 25px;
    margin-top: -25px;
    left: 150px
}
.timeline-entry .title:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 4px solid #005d83;
	background-color: #005d83;
	border-radius: 100%;
	top: 40%;
	right: -4px;
	z-index: 99;
}
.timeline-entry .title h3 {
	margin: 0;
	background-color:#f6b100;
	color:#fff;
	display:inline-block;
	padding:15px;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight:900;
	width:150px;
}
.timeline-entry .title p {
	margin: 0;
	font-size: 100%;
}
.timeline-entry .timeline-body {
    margin: 0 0 2em;
    margin-left: 250px;
}
.timeline-entry .timeline-body p {
	line-height: 1.4em;
}
.timeline-entry .timeline-body p:first-child {
	margin-top: 0;
	font-weight: 400;
}
.education-title{
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight:900;
}
.education-description{
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight:300;
}
#piechart div div{margin: 0 auto;}
/*---------- Masonry -------------*/
.grid-item, .card {
  margin-bottom: 20px;
}
.card-img-top{
	/*padding: 40px;*/
}
.border-grid{
	height: 2px;
	width: 90%;
	background-color: #bdbebe;
	margin-left: 17px;
}
.card-image{
	position: relative;
}
.card-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #005d83;
}
.card-image:hover .card-overlay {
	opacity: 1;
	background-color: rgba(0, 93, 131, 0.8);
}
.button-container {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#pie-1 path:hover, #pie-2 path:hover, #pie-3 path:hover, #pie-4 path:hover, #pie-5 path:hover{
	fill:#c5a42d;
	cursor: pointer;
}
/*---------- Important popout message ----------*/
.sticky-container{
	position: fixed;
	top: 35vh;
	right: -472px;
	border: 1px solid #FBF0EA;
	padding: 10px 10px 5px;
	background-color: #CA0539;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	max-width: 350px;
	width: 350px;
	-webkit-box-shadow: -3px 3px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -3px 3px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -3px 3px 10px 0px rgba(50, 50, 50, 0.5);

}
/*.logged-in .show-toggle {
	display: block;
}*/
.show-toggle {
	z-index: 10;
}
.notice-title{
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight:700;
	color: #fff;
	text-transform: uppercase;
}
#important-popout .hide-toggle {
    right: 0;
    bottom: 0;
    background-color: #CA0539;
    border: 0;
    padding: 10px;
    cursor: pointer;
    float: right;
    padding-top: 10px;
}
#important-popout.slide-down {
	right: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.hide {
	display: none!important;
}

.plus-icon{
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
    margin-right: 15px;
}
.toggle-right {
	position: fixed;
	top: 50vh;
	right: -3px;
	width: 80px;
}

.rotate-right {
	display: block;
   -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg);
}
.description-notice{
	font-family: 'Muli', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight: 300;
}
.internal-links i {
    color: #f6b100;
}
.internal-links a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
}
.table-shown tbody{
	background-color: #CA0539;
	border: 1px solid #FBF0EA;
	padding: 20px 10px;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight:700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
	-webkit-box-shadow: -3px -3px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -3px -3px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -3px -3px 10px 0px rgba(50, 50, 50, 0.5);
}

.card-image.ie11-fix{
	overflow: hidden;
}
/*---------- Responsive ----------*/
@media (max-width: 768px) {
	#menu-main li.mega-menu ul, #menu-main ul.sub-menu {
		position: relative;
	}
	#menu-main li ul {
		display: block;
	}
	#menu-main li.mega-menu > ul > li {
		width: 100%;
	}
	.navbar-collapse.collapse, .navbar-container{
		background-color: #337D9B;
	}
	h1.page-title {
		font-size: 30px;
	}
	.table-shown tbody{
		padding: 5px 10px;
		font-size: 16px;
	}
	.toggle-right {
		right: -20px;
		bottom: 16px;
		top: auto;
	}
}
@media (max-width: 991px){
	.navbar-toggleable-md>.container {
		margin-right: 0;
		margin-left: 0;
	}
	#menu-main ul.sub-menu, #menu-main li ul li  {
		background-color: transparent;
	}
	#menu-main li.mega-menu-title a {
		font-size: 16px;
		font-weight: 900;
	}
	#menu-main li.mega-menu > ul {
    	padding-top: 0px;
	}
	.mega-menu-title {
		padding-bottom: 10px!important;
	}

}
@media (max-width: 1024px) {
	#wrapper{
		overflow:overlay;
	}
}
@media (max-width: 991px) {
	.header-image{
		background-image:none;
	}
}

.owl-wrapper-outer {
	margin-top:1em;
	margin-bottom:2em;
}
