.fixed-div {
	position: fixed;
	top: 50px;
	z-index: 1000;
	display: none; /* Testknop voor productie*/
}

#test-width {

}

.menu-wab {
	background: rgba(0,0,0, 0);
}

.name img {
	transform: translateY(30%);
}

@media screen and (max-width: 1350px) {
	.name img {
		transform: unset;
	}
}
@media screen and (max-width: 1020px) {
	.name img {
		margin-top: 30px;
	}	
}

.menu-icon-wab {
	position: absolute;
	height: 35px;
	width: 35px;
	border: 2px solid #F8981D;
	transition: all 0.2s;
	overflow: hidden;
	z-index:1000;
	top: 42px;	
	right: 72px;
}

@media screen and (max-width: 625px){
	.menu-icon-wab {
		left: 20px; 
		top: 7px;
	} 
}

.menu-icon-wab:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.2s;
}

.menu-icon-wab .wab-bar1, 
.menu-icon-wab .wab-bar2, 
.menu-icon-wab .wab-bar3 {
	position: absolute;	
	width: 86%;
	left: 7%;
	height: 0px;
	background-color: #F8981D;
	box-shadow: 0px 1px 0px 1px #F8981D;
	transition: all 0.2s;
}

.menu-icon-wab .wab-bar1 {
	top: 28%;
}
.menu-icon-wab .wab-bar2 {
	top: 49%;
}
.menu-icon-wab .wab-bar3 {
	top: 69%;
}

.menu-icon-wab-active {
	position: fixed;
	border: 2px solid #fff;
	transform: rotate(180deg) !important;
	transition: all 0.2s;	
}

.menu-icon-wab-active .wab-bar1{
	transform: rotate(45deg); 
	top:45.5%;
	background-color: #fff;
	transition: all 0.2s;
}
.menu-icon-wab-active .wab-bar2 {
	height: 0px !important;
	top: -50px;
	transform: rotate(-90deg);
	transition: all 0.2s;
}

.menu-icon-wab-active .wab-bar3{
	transform: rotate(-45deg); 
	top:45.5%;
	transition: all 0.2s;
	background-color: #fff;
}

.fake-menu {
	position: fixed;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 999;
	transition: all 0.2s;
}


ul.fake-menu  {
	position: absolute;
	left: 220px;
	top: 145px;
}

.fake-menu ul li ul {
	position: relative;
	margin-right: 60px;
}
.fake-menu li {
	list-style: none;
	padding: 0px;
}

.fake-menu a {
	text-decoration: none;
	color: #fff !important;
	font-size: 2rem !important;
	transition: color 0.3s;
}

@media screen and (max-width: 625px){
	.fake-menu a {
		font-size: 1.2rem !important;
	}
	.fake-menu a:before{
		font-family: FontAwesome;
		content: "\f105";
		margin-right: 5px;
		font-size: 1.2rem;
		color: orange;
	}
	
}



.fake-menu a:hover{
	color: #F8981D !important;
	transition: color 0.3s;
}

.fake-menu #menu-main-nav {
    margin-top: 9.9rem;
	margin-right: 60px;
	text-align: right;
}

@media screen and (max-width: 625px) {
	
	#menu-main-nav li {
		margin-left: 10px;
		text-indent: -20px;
	}
	
	.fake-menu #menu-main-nav {
		margin-top: 2.5rem;
		text-align: left;		
	}

}

.fake-menu-active {
	background-color: rgba(0, 0, 0, 0.8);	
	height: 100%;
	transition: all 0.2s;
}

.timeline-home {
	margin-top: 80px;
}

#post-27 .entry-content ul li {
	margin-left: 40px;
}

#post-27 .entry-content ul li {
	list-style: none;
}

#post-27 .entry-content ul li:before {
font-family: FontAwesome;
content: "\f00c";
position: absolute;
left: 0px;
color: #44df3b;
font-size: 1.2rem;
margin-top: -6px;
}

#menu-item-1899:before {
	font-family: FontAwesome;
	content: "\f2b5";
	color: #BEBFC1;
	font-size: 1rem;
	margin-right: 13px;
	position: relative;
	top: 2px;
	margin-left: -20px;
}

/* Teammember pagina */

.team-bar-2 {
	text-align:center;
	background-color: rgba(0,0,0,0);
	margin-top: -150px;
}


.team-bar-3 h2 {
	text-align:center;
	margin-top: 40px !important;
	margin-bottom: 50px;
	background-color: rgba(0,0,0,0);
}
.team-bar-pay-off {
	width: 100%;
	text-align:center;

}
.team-bar-pay-off a {
	color: #000;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	position: relative;
	top: 20px;
	z-index: 99;
}

.team-bar-2 strong,
.team-bar-3 strong,
.team-bar-pay-off a strong {
	color: rgb(248,152,29);
}


.person-row{
	background-color: rgba(0,0,0,0);
}

.person-column {
	padding-right: 5px;
	padding-left: 5px;
}
.person-tile {
	position: relative;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left !important;
	margin-bottom: 0px; 
	margin-top: 10px;
	transition: background-color 0.3s;
	width: 100%;
}

.person-tile-content-fade {
	background-color: rgba(248,152,29, 0.0);
	height: 0px;
	overflow: hidden;
	width: 100%;
	z-index:2;
	transition: background-color 0.3s, color 0.7s, height 0.3s;
	color: #fff;
}
.person-tile-content-fade p {
	position: relative;
	left: 15px;
}
.person-tile:hover .person-tile-content-fade {
	background-color: rgba(248,152,29, 0.7);
	transition: background-color 0.3s, color 0.7s, height 0.3s;
	height: 250px;
}

.person-tile:hover .person-tile-content p#tile-naam {
	bottom: 50px;
	transition: all 0.3s;
}

.person-tile-content p#tile-naam {
	position: absolute;
	bottom: 0px;
	left: 15px;
	font-family: 'Indie Flower', cursive;
	color: #fff;
	font-size: 2rem;
	transition: all 0.3s;
}

p#person-tile-content-fade-lastname {
	position: relative;
	left: 15px;
	bottom: -150px;
	font-family: 'Indie Flower', cursive;
	font-size: 1.5rem;	
}

p#person-tile-content-fade-function {
	position: relative;
	bottom: -110px;
	left: -120px;
	transition: all 0.3s;
	font-size: 1.2rem;
}

p#person-tile-content-fade-email {
	position: relative;
	bottom: -70px;
	left: 800px;
	transition: all 0.3s;
}

.person-tile:hover p#person-tile-content-fade-email {
	position: relative;
	left: 15px;
	transition: all 0.3s;
}

.person-tile:hover p#person-tile-content-fade-function {
	left: 15px;
	transition: all 0.3s;
}

.small-person-team {
	padding-right: 15px !important;
}

#small-tile {
	padding: 1px !important;
}
.small-person-tile {
	height: 100px;
	background-position: center center;
	background-size: cover;
	position: relative;	
	overflow: hidden;
}

.small-person-tile-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(248,152,29, 0.4); 
	transition: all 0.2s;
}

.small-person-tile:hover .small-person-tile-overlay {
	background-color: rgba(248,152,29, 0.0); 
	position: absolute;
	transition: all 0.2s;
}

.small-person-tile-overlay p {
	color: #fff;
	font-family: 'Indie Flower', cursive !important;	
	color: white;
	position: absolute;
	top: 70px;
	left: 20px;
}


.team li a.small-person-tile span {
	font-family: 'Indie Flower', cursive !important;	
	color: white;
	position: relative;
	bottom: 0px;
}

.team li a.small-person-tile span:hover {
	text-decoration: none;
}