body {
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 300;
	background-color: #fff;
    line-height: 24px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#container {
    float: left;
    position: relative;
    width: 100%;
}

.download {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background-color: #68828C;
    text-align: center;
    padding: 7px 0;
}

.download #email {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 5px 8px;
	font-size: 13px;
	margin: 5px 10px;
}

.download .button {
	background-color: #abbabf;
	border: none;
	border-radius: 0;
	padding: 5px 8px;
	font-size: 13px;
	color: #ffffff;
	font-family: 'raleway';
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin: 5px 0;
}

.download .button:hover {
	cursor: pointer;
	opacity: .8;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.download .error {
    font-size: 13px;
    color: #ffffff;
	font-family: 'raleway';
	margin: 5px 0;
}

.pdfaanvraag {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 43vh;
}

.pdfaanvraag a {
	color: #68828C;
	font-weight: 600;
}


header {
    background-color: #fff;
    height: 40px;
    padding: 1% 6%;
    position: fixed;
    top: 0;
    width: 88%;
    z-index: 99;
}

header h1 a {
    float: left;
    font-size: 28px;
    font-weight: 800;
	color:#1b1b1b;
    width: auto;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

header h1 a:hover {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

nav {
    float: right;
    text-align: right;
    width: auto;
}

nav a {
    font-weight: 500;
    margin-left: 40px;
	color:#1b1b1b;
	line-height: 22px;
	display: inline-block;
	position: relative;
}

nav a:hover {
	opacity: 1;
}

/* FROM THE MIDDLE */
nav a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
nav a:hover:after {
	width: 100%;
	background: #1b1b1b;
}

.active {
    border-bottom: 2px solid #1b1b1b;
	line-height: 18px;
	-webkit-transition: all 0 ease-in-out;
	-moz-transition: all 0 ease-in-out;
	-o-transition: all 0 ease-in-out;
	-ms-transition: all 0 ease-in-out;
	transition: all 0 ease-in-out;
}

.active:hover:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* HAMBURBGER */
#hamburger {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 6%;
    width: 25px;
}

#hamburger div {
    background-color: #1b1b1b;
    border-radius: 2px;
    height: 4px;
    margin-top: 3px;
    width: 100%;
}

.responsive-menu {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 30%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #68828C none repeat scroll 0 0;
}

.responsive-menu ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

.responsive-menu .active {
    border-bottom: 1px solid #fff;
}

.responsive-menu a:hover::after {
    background: #fff none repeat scroll 0 0;
    width: 100%;
	height:1px;
}

.responsive-menu a::after {
	height:1px;
}

.responsive-menu .active:hover::after {
    background: #68828C none repeat scroll 0 0;
	height:1px
}

.responsive-menu li {
    border-bottom: 0 solid #fff;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 700;
	width:100%;
	background-color: #68828C;
    padding: 5px 15% 5px 0;
    position: relative;
}

.responsive-menu li:first-child {
    border-bottom: 0px solid #fff;
    margin-bottom: 20px;
    padding: 12px 15% 10px 0;
}

.responsive-menu li:last-child {
    bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 10px;
	z-index:-1;
    padding-left: 15%;
    position: absolute;
    width: 70%;
}

.responsive-menu li a {
    color: #fff;
    text-decoration: none;
}

#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    z-index: 5;
}

#content {
    background-color: #FFFFFF;
    position: relative;
    width: auto;
	float: left;
    height: 100%;
    -webkit-box-shadow: -5px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.wrapper, .wrapper-unic {
    float: left;
    height: auto;
    margin: 0 5%;
    position: relative;
	margin-bottom: 50px;
    width: 90%;
}

.wrapper {
    margin: 0 6% 50px;
    width: 88%;
}

.wrapper:last-child {
    margin-bottom: 2%;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
    color: #1B1B1B;
}

h1 {
    font-size: 26px;
    line-height: 30px;
	text-transform:uppercase;
    margin: 10px 0;
}

h2, b {
    font-weight: 500;
    line-height: 26px;
    margin: 0;
	color:#1b1b1b;
}

h3 {
	line-height: 20px;
	font-weight: lighter;
	margin: 14px 0 0;
}

p, a, td {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	color:#1b1b1b;
}

p {
    margin: 0 0 20px;
}

a {
    text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	opacity: .7;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* ==================
		START
===================== */

#hamburger {
	display: none;
}

.beautersteege {
    position: relative;
    margin-top: 50px;
    width: 80%;
	padding-bottom:3%;
}

.ik {
    background-color: #F2F2F2;
    bottom: 0;
    padding: 5% 5% 3%;
    position: absolute;
	width:20%;
    right: 0;
    width: auto;
}

#scholing, #werkervaring, #skills {
    margin-top: -80px;
    padding-top: 80px;
}

/* ==================
		TIMELINE OTHER CSS
===================== */

.work {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.work:after {
  content: '';
  display: block;
  clear: both;
}

.work-item {
	padding: 2%;
    width: calc(33.3333333333% - 6%);
	margin: 1%;
	float: left !important;
}

.work-item {
	background-color: #F2F2F2;
}
.work-item a, .work-item b, .work-item p {
	color: #1b1b1b;
}

.work-item p:first-child b {
    border-bottom: 2px solid #68828C;
    font-weight: 700;
    width: 100%;
    float: left;
	color: #68828C;
    text-transform: uppercase;
}

.work-item p:first-child{
	color: #68828C;
}

/* ==================
		WERKERVARING
===================== */

.animation-element {
  opacity: 0;
}

.animation-element {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* ==================
		SKILLS
===================== */

#skills ul {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 48%;
}

#skills ul > li {
    min-height: 30px;
    padding: 3px 5px 0;
	margin: 0 -5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#skills ul > li:hover {
    background: #F2F2F2 none repeat scroll 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.glyphicon {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#skills ul > li:hover > .skills-score .glyphicon {
	color:#fff;
}

#skills ul > li:hover > .skills-score .glyphicon.filled {
    color: #68828C;
}

.left > h1, #werkervaring h1, #extra h1 {
    margin-bottom: 50px;
}

#werkervaring > h1 {
    padding: 0 1%;
}

.right {
    margin: 105px 0 0 4%;
}

.skills-title {
	width:60%;
	display: inline-block;
}

.skills-score {
	float: right;
}

.glyphicon-star::before {
    content: "\2605";
}

.skills-score .glyphicon.filled {
    color: #68828C;
}
.skills-score .glyphicon {
    color: #F2F2F2;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

#skills li:hover .skills-score .glyphicon {
    margin-left: 2px;
}

/* ==================
		EXTRA
===================== */

.lightblok {
    background-color: #F2F2F2;
    float: left;
    margin-bottom: 6%;
    padding: 50px 10% 40px 7%;
    position: relative;
    width: 63%;
}
.lightblok > p {
    float: left;
    padding-right: 3%;
    width: 30.3333%;
}

.darkblok {
    bottom: 0;
    position: absolute;
    right: 0;
	background-color: #68828C;
    color: #fff;
	width:20%;
	padding: 50px 5% 30px;
}

.darkblok h1 {
    color: #fff;
    margin-bottom: 50px;
}

.darkblok a, .darkblok p, .darkblok b {
    color: #fff;
}

.cr {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 12px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.cr a {
	font-size: 12px;
	color: #68828C;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cr a:hover {
	opacity:.7;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


/* =======================================
		Tablet(landshape smaller than 1200px)
========================================== */
@media only screen and (max-width:1024px) {
	#hamburger {
		display: block;
	}
	
	header nav {
		display: none;
	}
	
	.timeline-content .date {
		left: 150%;
	}
	
	.timeline-block:nth-child(2n) .timeline-content .date {
		left: auto;
		right: 150%;
	}
	
	.wrapper:last-child {
		margin-bottom: 5%;
	}

}

/* =======================================
		Phone(landshape smaller than 768px)
========================================== */
@media only screen and (max-width:768px) {
	.beautersteege {
		width: 100%;
	}
	
	.ik {
		margin: -60px 5% 0;
		position: relative;
		text-align: center;
		width: 80%;
	}
	
	.ik > p {
		margin-bottom: 10px;
	}
	
	.work-item {
		width: calc(50% - 10%);
		padding: 4%;
	}
	
	.left > h1, #werkervaring h1, #extra h1 {
		margin-bottom: 30px;
	}
	
	.right {
		margin-top: 85px;
	}
	
	.lightblok {
		margin-bottom: 6%;
		padding: 5% 7% 8.5%;
		width: 86%;
	}
	
	.darkblok {
		background-color: #68828C;
		color: #fff;
		float: left;
		margin: -75px 5% 0;
		padding: 5% 5% 2%;
		text-align: center;
		position: relative;
		width: 80%;
	}
	
	.wrapper:last-child {
		margin-bottom: 6%;
	}
	
	.download .error, .download #email, .download .button {
		width: 50%;
		margin: 3px 25%;
		float: left;
	}
	
	.download #email {
		width: calc(50% - 16px);
	}
	
}

/* =======================================
		Phone(portrait smaller than 540px)
========================================== */
@media only screen and (max-width:540px) {
	.ik p, .ik a, .timeline-content p, .timeline-content .read-more, .timeline-content .date {
		font-size: 14px;
		line-height: 20px;
	}
	
	header h1 a {
		font-size: 22px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	#timeline h2 {
		font-size: 16px;
	}
	
	.work-item {
		width: calc(100% - 10%);
		margin: 1% 1% 4%;
	}
	
	.left > h1, #werkervaring h1, #extra h1 {
		margin-bottom: 20px;
	}
	
	#skills ul {
		width: 100%;
	}
	
	.right {
		margin: -15px 0 0;
	}
	
	#scholing, #werkervaring, #skills {
    	margin-bottom: 30px;
	}
	
	.wrapper:last-child {
		margin-top: 25px;
	}
	
	.lightblok {
		padding: 20px 7% 40px;
	}
	
	.lightblok > p:nth-child(3) {
		display: none;
	}
	
	.lightblok > p {
		float: left;
		width: 50%;
	}
	
	.darkblok {
		padding: 25px 5% 8px;
		margin: -60px 5% 0;
	}
	
	.responsive-menu {
		width: 45%;
	}
	
	#contentLayer {
		widows: 55%;
	}
	
	.timeline-block:nth-child(2n) .timeline-content .date, .timeline-content .date {
		float: left;
		left: auto;
		position: relative;
		right: 0;
		text-align: left;
		top: 0;
	}
	
	.download .error, .download #email, .download .button {
		width: 88%;
		margin: 3px 6%;
		float: left;
	}
	
	.download #email {
		width: calc(88% - 16px);
	}
	
}














