/* Instafeed */

#instafeed img {
  width: 100%;
}

.insta-item {
  position: relative;
  display: inline-block;
  width: 33%;
}

.item_overlay {
  position: absolute;
  background-color: #FFE900;
  opacity: 0.7;
  z-index: 4;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,233,0,.0);
  text-align: center;
  opacity: 0;
}

.item_overlay:hover {
  /*background: rgba(255,233,0,.5);*/
  background: rgba(0,0,0,.6);
  opacity: 1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.item_overlay:hover .item_name {
  display: block;
}

.item_overlay:hover + .item_name.title {
  display: none;
}

.item_name {
  color: #fff;
  z-index: 5;
  position: absolute;
  padding-left: 30px !important;
  padding-top: 20px !important;
}

/* General */

html {
    height: 100%;
}

body {
  font-family: 'MaisonNeue', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
  margin: 0 !important;
  letter-spacing: 0.2px;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* Menu */

.menu-entry {
  height: 60px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 0;
}

.menu-home {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  height: 60px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.99);
  border-bottom: 1px solid #EBEBEB;
}

.menu {
  position: fixed;
  z-index: 10;
  top: 0;
  height: 60px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.99);
  border-bottom: 1px solid #EBEBEB;
}

.sub-menu {
  height: 60px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #FCFCFC;
  z-index: 9;
}

.vacature-box-menu {
  position: absolute;
  bottom: 48px;
  padding: 2px 5px 1px 5px;
  border-radius: 3px;
}

#brandmark {
  position: absolute;
  margin-left: 16px;
  margin-top: 18px;
  font-size: 22px;
}

.dropdown-nav {
  position: absolute;
  margin-left: 46px;
  margin-top: 10px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.080);
  box-shadow: 0 4px 12px rgba(0,0,0,0.080);
  z-index: 10000;
}

.nav>li>a {
    padding: 10px 10px;
    margin-left: 4px;
}

#main-nav {
  text-align: center;
}

#main-nav ul {
  display: inline-block;
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

* html #main-nav ul { /* Target IE6 */
  display: inline;
}

*+html #main-nav ul { /* Target IE7 */
  display: inline;
}

#main-nav li {
  display: inline;
}

#main-nav a {
  float: left;
  text-decoration: none;
  padding: 0 10px; /* variable width */
  padding-top: 14px;
  padding-bottom: 14px;
  margin-right: 20px;
}

#sub-nav {
  text-align: center;
  background-color: #FCFCFC;
  border-top: 1px solid #EBEBEB;
}

#sub-nav ul {
  display: inline-block;
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

* html #sub-nav ul { /* Target IE6 */
  display: inline;
}

*+html #sub-nav ul { /* Target IE7 */
  display: inline;
}

#sub-nav li {
  display: inline;
}

#sub-nav a {
  float: left;
  text-decoration: none;
  padding: 0 10px; /* variable width */
  padding-top: 16px;
  padding-bottom: 18px;
  margin-right: 20px;
}

.no-margin-right {
  margin-right: 0px !important;
}

a.blue-link {
  color: #4F88EF;
}

a.blue-link:hover {
  color: #4279DD;
}

a.yellow-link {
  color: #EED509;
}

a.yellow-link:hover {
  color: #DDC60A;
}

a.black-link {
  color: #222222;
}

a.black-link:hover {
  color: #FFBC3E;
}

a.black-link.blue:hover {
  color: #4279DD;
}

a.main-nav {
  color: #222222;
}

a.grey-link-blue, .grey-link-yellow {
  color: #9B9B9B;
}

a.grey-link-blue:hover {
  color: #4F88EF;
}

a.grey-link-yellow:hover {
  color: #FFBC3E;
}

a.training-link:hover {
  color: #C8922C;
}

#nav a.no-margin {
  margin-right: 0px;
}

.vraagstuk {
  position: absolute;
  right: 20px;
  top: 19px;
}

.gratis-box {
  width: 30px;
  height: 20px;
  padding: 4px 5px 3px 5px;
  border-radius: 3px;
}

.arrow-box {
  width: 30px;
  height: 20px;
  padding: 4px 5px 1px 5px;
  border-radius: 3px;
}

/* Menu Mobile */

.navbar-default {
  background-color: #ffffff;
  border-color: #ebebeb;
}

.container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}

.navbar-toggle {
  float: left;
  border: none;
  margin-top: 9px;
  margin-left: 10px;
  margin-right: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}

.dropdown-menu>li>a {
    padding: 4px 20px;
    color: #333;
}

.dropdown-first {
  padding-top: 4px;
}

.dropdown-last {
  padding-bottom: 7px
}

.line-menu {
  height: 1px;
  width: 100%;
  background-color: #EFEFEF;
  margin: 13px 0 13px 0;
}

.line-menu-home {
  height: 1px;
  width: 100%;
  background-color: #EFEFEF;
  margin: 10px 0 4px 0;
}

/* Buttons */

a.btn-blue {
  white-space: nowrap;
  background-color: #4F88EF;
  border-radius: 28px;
  padding: 20px 24px 20px 24px;
  border: none;
  font-size: 15px;
  line-height: 26px;
}

a.btn-blue:hover {
  background-color: #4279DD;
  text-decoration: none;
  color: #fff;
}

a.btn-yellow {
  white-space: nowrap;
  background-color: #EED509;
  border-radius: 28px;
  padding: 20px 24px 20px 24px;
  border: none;
  font-size: 15px;
  line-height: 26px;
}

a.btn-yellow:hover {
  background-color: #DDC60A;
  text-decoration: none;
  color: #222;
}

a.btn-white {
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 28px;
  padding: 20px 24px 20px 24px;
  font-size: 15px;
  line-height: 26px;
}

a.btn-white:hover {
  background-color: #F4F4F4;
  text-decoration: none;
  color: #232323;
}

/* Header */

.header-illus {
  position: absolute;
  width: 50%;
}

.home-header-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
}

.home-post-master-box {
  border: 1px solid #ebebeb;
  background-color: #FFFFFF;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 4px;
  border-radius: 6px;
}

/* Info */

section.info {
  border-top: 1px solid #EFEFEF;
}

.partner-logo {
  border: 1px solid #E5E4E4;
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.case-box {
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 12px 30px 0px 30px;
}

.case-box:hover {
  border: 1px solid #C0C0C0;
}

.case-box.no-hover:hover {
  border: 1px solid #E5E4E4 !important;
}

.case-box-hr {
  height: 1px;
  background-color: #EFEFEF;
}

.home-box-container {
  margin-bottom: -91px;
}

.case-box-container {
  margin-bottom: -260px;
}

.case-box-img {
  border-radius: 4px;
}

/* UX Designers */

a.team-member-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=0);
  /*workaround to make clickable in IE */
}

.team-member {
  border-radius: 6px;
  display: block;
  margin-bottom: 30px;
  background-color: #FFFFFF;
}

.team-member:hover {
  border: 1px solid #C0C0C0;
  cursor: hand;
  cursor: pointer;
  text-decoration: none;
}

.team-member.no-hover:hover {
  border: 1px solid #C0C0C0;
  cursor: none;
}

.recruit-label {
  float: right;
  width: 77px;
  margin-top: -23px;
}

.team-member-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
}

.team-member-description {
  padding: 20px;
  padding-bottom: 6px;
}

.single-achievement {
  height: 427px;
}

/* Training */

.tagline-text {
  z-index: 1;
}

.training-sub-bg {
  right: 0;
  content: "";
  border-bottom: 1px solid #EFEFEF;
  background-color: #FFFFFF;
  position: absolute;
  height: 436px;
  top: 0;
  left: 0;
  z-index: 0;
}

.training-accent-arrow {
  position: absolute;
  top: 10px;
  left: -60px;
}

.training-accent-stripes {
  position: absolute;
  top: -8px;
  left: 16px;
}

.training-box {
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 12px 30px 0px 30px;
  z-index: 1;
}

/* Portfolio */

.teveel {
  padding: 20px;
}

.portfolio-menu-title {
  padding-top: 17px;
}

.dl-portfolio dt {
    float: left;
    margin-top: 6px;
    width: 27px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-portfolio dd {
    margin-left: 36px;
    line-height: 34px;
}

.portfolio-img {
  border-radius: 6px;
}

.education-logo {
  height: 40px;
}

.portfolio-logo-box {
  border: 1px solid #ebebeb;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  border-radius: 6px;
}

.tma-talent-box {
  border: 1px solid #ebebeb;
  background-color: #FFFFFF;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0;
  border-radius: 6px;
}

.tma-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 5px;
}

.dl-tma dt {
    float: left;
    margin-top: 6px;
    width: 20px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-tma dd {
    margin-left: 36px;
    line-height: 34px;
}

.item-name {
  color: #fff;
  z-index: 3;
  position: absolute;
  padding-left: 50px !important;
  padding-top: 28px !important;
  font-size: 20px;
}

.item-name span.line {
  border-bottom: 2px solid #4F88EF;
}

.item-name.title {
  top: 0;
  left: 0;
}

.item-name.cta {
  top: 42%;
  left: 39%;
}

.item-overlay {
  position: absolute;
  background-color: #4F88EF;
  opacity: 0.8;
  z-index: 4;
  top: 0px;
  bottom: 0px;
  width: 97.3%;
  height: 100%;
  background: rgba(255,233,0,.0);
  opacity: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.item-overlay:hover {
  background: rgba(0,0,0,.6);
  opacity: 1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.item-overlay:hover .item_name {
  display: block;
}

.item-overlay:hover + .item_name.title {
  display: none;
}

.portfolio-item-img {
  position: relative;
  border-bottom: 2px solid #4F88EF;
  z-index: 2;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.portfolio-item-info {
  padding: 50px 56px 40px 56px;
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ervaring-item-info {
  display: block;
  padding: 50px 56px 46px 56px;
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
}

.fragment-item-info {
  display: block;
  padding: 50px 56px 46px 56px;
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-radius: 6px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.fragment-logo-container {
  display: inline-block;
}

.border-blue-top {
  height: 3px;
  width: 100%;
  background-color: #4F88EF;
}

.fragment-item {
  width: 150px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.fragment-logo {
  border: 1px solid #E5E4E4;
  border-radius: 6px;
  background-color: #ffffff;
}

.team-avatar-small {
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  margin-top: 2px;
  z-index: 5;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
}

.team-avatar {
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 23px;
  z-index: 5;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
}

.team-avatar.portfolio-detail {
  top: -25px;
}

.arrow-container {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  z-index: 2;
  top: 50%;
  z-index: 5;
  display: inline-block;
  position: relative;
  padding-top: 17px;
}

.arrow-container.icon-arrow {
  padding-top: 10px;
}

.slideshow_foto{
  width: 100%;
}

.carousel-control {
  text-shadow: none;
}

.carousel-control img {
  position: relative;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  -moz-transition: opacity ease 3s;
  -o-transition: opacity ease 3s;
  -webkit-transition: opacity ease 3s;
  transition: opacity ease 3s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}

.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}

.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease 3s;
  -o-transition: opacity ease 3s;
  -webkit-transition: opacity ease 3s;
  transition: opacity ease 3s;
  z-index:2;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  height: 46px;
}

.carousel-indicators {
  z-index: 1 !important;
}

.carousel-indicators li {
  background-color: #FFFFFF;
  border: none;
  width: 8px;
  height: 8px;
  margin: 2px;
  opacity: 0.8;
}

.carousel-indicators li:hover {
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #4F88EF;
  border: none;
}

/* UX Post Master */

.post-master-illus {
  position: absolute;
  right: 0;
  width: 50%;
}

.post-master-header-top {
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  margin-top: -271px;
  z-index: -2;
}

.post-master-header-container {
  display: inline-flex;
  flex-direction: row;
}

.post-master-page-label {
  padding: 7px 10px 5px 9px;
  line-height: 0;
  border-radius: 14px;
}

.post-master-usp {
  margin-bottom: 20px;
  padding: 18px 20px 16px 20px;
}

.post-master-usp-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.week-label {
  float: left;
  position: absolute;
}

.week-label .gratis-box {
  padding: 6px 8px 4px 8px;
}

.label-white {
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #E5E4E4;
  border-radius: 28px;
  padding: 15px 22px 15px 24px;
  font-size: 15px;
  line-height: 25px;
  height: 57px;
}

a.label-white:hover {
  text-decoration: none;
  background-color: #F9F9F9;
  border: 1px solid #D6D5D5;
  color: #454545 !important;
}

.label-white.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.label-white.middle {
  border-radius: 0;
  margin-left: -1px;
}

.label-white.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  padding-left: 21px;
  padding-right: 16px;
}

.label-white.right.traineeship {
  padding-right: 22px;
}

.post-master-logo-container {
  margin-left: -15px;
}

.post-master-logo {
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #ffffff;
  margin-right: 10px;
  width: 130px;
}

/* Traineeship */

.modal {
  z-index: 999999;
}

.modal-backdrop{
  z-index: 20;
}

.modal-body {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
}

.modal-header {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  border: 0;
}

.close {
  font-size: 30px;
  color: #4F88EF !important;
  opacity: .8;
  filter: alpha(opacity=80);
}

.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-header-img {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.programma-box-img {
  width: 100%;
  margin-top: -60px;
  margin-bottom: 15px;
}

.programma-box {
  padding: 32px 40px 32px 40px;
  border: 1px solid #E5E4E4;
  border-radius: 6px;
  margin-bottom: 30px;
}

.na-traineeship-box {
  padding: 32px 40px 32px 40px;
  border-radius: 6px;
}

.programma-box-link {
  padding-top: 15px;
}

.post-master-label {
  position: absolute;
  left: 218px;
  top: 266px;
  padding-top: 10px;
  line-height: 0;
  width: 54px;
}

.post-master-label-dev {
  position: absolute;
  left: 271px;
  top: 265px;
  padding-top: 10px;
  line-height: 0;
  width: 54px;
}

.powered-by-label {
  position: absolute;
  left: 274px;
  top: 266px;
  padding-top: 10px;
  line-height: 0;
  width: 124px;
}

.powered-by-label.voor-partners {
  top: 186px;
  left: 54;
  width: 77px;
}

.talent-flash-img {
  position: absolute;
  width: 360px;
  margin-left: 371px;
  margin-top: -85px;
  z-index: 4;
}

.talent-flash-form-field {
  height: 40px;
  width: 300px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  outline: 0;
  -webkit-appearance: none;
}

.talent-flash-box-bottom {
  border-right: 1px solid #E5E4E4;
  border-left: 1px solid #E5E4E4;
  border-bottom: 1px solid #E5E4E4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #FFFFFF;
  padding: 55px 30px 8px 45px;
}

.training-label {
  position: absolute;
  left: 139px;
  top: 266px;
  padding-top: 10px;
  line-height: 0;
  width: 90px;
}

.training-label-dev {
  position: absolute;
  left: 139px;
  top: 41px;
  padding-top: 10px;
  line-height: 0;
  width: 90px;
}

.periodes-label {
  position: absolute;
  left: 222px;
  top: 266px;
  padding-top: 10px;
  line-height: 0;
  width: 73px;
}

.periodes-label-dev {
  position: absolute;
  left: 222px;
  top: 266px;
  padding-top: 10px;
  line-height: 0;
  width: 73px;
}

.na-traineeship {
  padding-top: 23px;
}

.get-box {
  border: 1px solid #E5E4E4;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 8px 20px 6px 20px;
  margin-bottom: 10px;
}

.eisen-box {
  border: 1px solid #E5E4E4;
  background-color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  padding: 40px 30px 32px 40px;
}

.dl-horizontal dt {
    float: left;
    margin-top: 8px;
    width: 15px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 36px;
    line-height: 30px;
    margin-bottom: 8px;
}

.aanmelden-box {
  border-right: 1px solid #E5E4E4;
  border-left: 1px solid #E5E4E4;
  border-bottom: 1px solid #E5E4E4;
  background-color: #ffffff;
  border-radius: 0px 0px 6px 6px;
  padding: 23px 30px 23px 45px;
}

a.aanmeld-btn {
  white-space: nowrap;
  background-color: #EED509;
  border-radius: 28px;
  padding: 19px 30px 20px 30px;
  border: none;
  line-height: 26px;
  font-size: 15px;
}

a.aanmeld-btn:hover {
  background-color: #DEC70C;
  text-decoration: none;
  color: #454545;
}

.aanmeld-container {
  margin-top: -37px;
}

.get-item-header {
  height: 200px;
}

.powered-by {
  margin-top: 9px;
  margin-right: 30px;
}

.powered-by-logo {
  height: 15px;
  margin-bottom: 5px;
}

/* FAQ */

.faq-voor-partners {
  margin-top: -65px;
}

.panel {
  box-shadow: none;
  border: 1px solid #E5E4E4;
}

.panel-heading {
    padding: 12px 20px;
}

.panel-heading a{
  border-bottom: 1px solid #454545;
}

.panel-heading a:hover{
  text-decoration: none;
}

.panel-heading:hover {
  cursor: pointer;
}

.panel-body {
  padding:0;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 16px !important;
}

.panel-default>.panel-heading {
  background-color: #fff;
}

.panel-group .panel {
  margin-bottom: 14px;
}

/* Over Humanoids */

.linkedin-btn-icon {
  position: absolute;
  margin-top: 2px;
}

.white-btn-text {
  padding-left: 30px;
}

.team-avatar.maarten-over-humanoids {
  left: 405px
}

.team-avatar.martijn-over-humanoids {
  left: 465px
}

/* Contact */

.address-box {
  position: absolute;
  border: 1px solid #EBEBEB;
  padding: 20px 30px 7px 30px;
  border-radius: 6px;
  top: 40px;
  left: 54px;
}

.address-brandmark {
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  height: 50px;
  width: 50px;
  padding-top: 12px;
  padding-left: 10px;
  margin-top: 7px;
  margin-bottom: 15px;
}

.address-img {
  border-radius: 10px;
}



/* Footer */

.footer {
  border-top: 1px solid #EFEFEF;
}

.vacature-box {
  position: absolute;
  bottom: 30px;
  padding: 2px 5px 1px 5px;
  border-radius: 3px;
}

.line-small {
  height: 1px;
  width: 150px;
  background-color: #EFEFEF;
  margin: 14px 0 13px 0;
}

.socials {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  margin-right: -0.25em;
}

#revue-form {
  margin-bottom: 6px;
}

.revue-form-field {
  height: 40px;
  width: 200px;
  border: 1px solid #ccc;
  -moz-border-radius:4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  outline: 0;
  -webkit-appearance: none;
}

.revue-form-field:focus {
  border-color: #9B9B9B;
}

.submit-btn {
  margin-left: 8px;
  position: absolute;
  padding: 11px 10px 11px 10px;
  background-color: #EED509;
  color: #232323;
  border-radius: 4px;
}

.submit-btn:hover {
  cursor: pointer;
  background-color: #DDC60A;
}
