/*

blauw = #006fb6
zilver = #ececed

*/

header {
	background: url('../images/header.png') top center no-repeat;
	padding: 0;
}
.logo{
	float: right;
	height: 150px;
	margin: 30px 0 25px 100px;
}
@media only screen and (max-width: 720px) {
	.logo{
		float: none;
		height: 100%;
		margin: 50px 0;
	}	
}	
	
	
.firstline {
	margin-top: 50px;
	color: #fff;
}

@media (max-width: 1080px) {
	.logo {
		width: 300px;
		margin: 10px 0 0 0;
	}
}

a {
    color: #006fb6;
}


.active a {
	color: #006fb6;
    background: none repeat scroll 0 0 #ececed;
}

.nav-bar > li > a {
    color: #ececed;
    cursor: default;
}
.nav-bar > li > a:hover {
    color: #006fb6;
    cursor: default;
}

.nav-bar > li.active > a {
    color: #006fb6;
    cursor: default;
}



.dropcap_black {
    color: #901D7F;
}
.dropcap_quote {
	color: #EBF3F5; margin-left: 3px;
}

.section_dark .power {
	border-left: 2px solid #901D7F;
}
.section_dark p {
    color: #ececed; /*#999999;*/
}

.button.secondary:hover {
	background-color: #006fb6;
	color: #F2F2F2;
}

.button.success {
    background-color: #006fb6;
    border: 1px solid #396516;
}
.button.success:hover {
	background-color: #F2F2F2;
	color: #006fb6;
}


span.accent {
    color: #006fb6;
	font-style: italic;
}



/* ========================================= */

table {
	border: none;
}

table tbody tr:nth-child(2n) {
    background: none;
}




/* ========================================= */
h2 {
  margin-top: 40px;
  font-weight: 200;
  color: #006fb6;
}

h3.extrainfo {
  color: #006fb6;
  font-weight: bold;
}


.centered-text {
  text-align: center;
}

.quote {
  background: #ebf3f5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}
.student .photo {
  background-color: #901D7F;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}

/* ========================================= */

.dienstenpica {
	float: right;
	width: 50%;
	margin-top: 25px;
	margin-left: 50px;
	margin-bottom: 25px;
}
.teampica {
	float: right;
	margin-left: 50px;
	margin-bottom: 25px;
	max-width: 341px;
}
.interviewpica {
	float: right;
	margin-left: 50px;
	margin-bottom: 25px;
}

.tegelvast {
	text-align: center;
	margin-bottom: 75px;
}

.logos {
	text-align: center;
}

/* ========================================= */
.socialiconset {
	height: 75px;
	width: 200px;
	margin: 0;
	text-align: left;
}
	.roossien-icon-facebook, .roossien-icon-linkedin, .roossien-icon-twitter, .roossien-icon-youtube {
		float: left;
		margin: 0;
		width: 64px;
		height: 64px;
	}
	
	.roossien-icon-facebook	{	background: url('../images/icons/facebook.png') top center no-repeat;	}
	.roossien-icon-linkedin	{	background: url('../images/icons/linkedin.png') top center no-repeat;	}
	.roossien-icon-twitter	{	background: url('../images/icons/twitter.png') top center no-repeat;	}
	.roossien-icon-youtube	{	background: url('../images/icons/youtube.png') top center no-repeat;	}
	

/* ========================================= */
#touchspace {

	display: block;
	width: 100%;
}

	.touchspace-item {
		clear: right;
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
		text-align: center;
	}

/* ========================================= */