/* Algemeen */

body {
    font-family: 'Karla', sans-serif;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    border: 6px solid #F9F9F9;
}

body.home {
  background-color: #212121;
}

a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #FFE900;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover {
  cursor: none;
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

a.home {
  border-bottom: 1px solid #FFFFFF;
}

a.home:hover {
  background-color: #FFFFFF;
  color: #000000;
}

a.home:visited {
  color: #000000;
}

a.alt-color {
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-bottom: 1px solid #FFE900 !important;
}

a.alt-color:hover {
  color: #000000 !important;
  background-color: #FFE900;
}

a:hover {
  background-color: #FFE900;
  text-decoration: none;
  color: #000;
  -o-transition:color .2s ease-out, background 0.3s ease-in;
  -ms-transition:color .2s ease-out, background 0.3s ease-in;
  -moz-transition:color .2s ease-out, background 0.3s ease-in;
  -webkit-transition:color .2s ease-out, background 0.3s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 0.3s ease-in;
}

a:active {
  background-color: #FFE900;
  text-decoration: none;
  color: #000;
}

a.large:hover {
  background-color: #FFFFFF !important;
}

a.large {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #FFFFFF;
}

p.black {
  color: #000000;
}

p.italic {
  font-style: italic;
}

p.large {
  font-size: 20px;
  line-height: 38px;
}

a.xl {
  font-size: 20px;
}

a.large:hover {
  color: #000;
}

a.no_underline {
  background-color: none;
  border-bottom: 0px;
  text-decoration: none;
}

a:hover.no_underline {
  background-color: transparent;
  text-decoration: none;
}

a:hover img{
  background-color: transparent;
  text-decoration: none;
}

a:hover.black {
  color: #000;
}

.mega_cta {
  margin-bottom: 15px;
  margin-top:15px;
}

h1 {
  font-size: 16px;
  line-height: 27px;
  padding: 0;
  margin: 0;
  color: #fff;
}

h1.black {
  color: #000;
}

.scrollplay {
  border-bottom: 1px solid #ffe900;
}

video {
    display: block;
}

#logo {
  padding: 20px;
  padding-right: 14px;
  padding-bottom: 22px;
  background-color: #FFE900;
  position: fixed;
  z-index: 10;
  margin-top: -6px;
  margin-left: -6px;
}

.signature {
  height: 33px;
  width: 100px;
}

.signature svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.41421;
  width: 100px;
  height: 33px;
}

.signature_path {
  fill:none;
  stroke-width:0.75px;
  stroke:black;
}

nav {
  font-size: 16px;
  font-weight: 400;
  display: inline;
  float: right;
  padding-top: 16px;
  padding-right: 40px;
}

#nav_werk {
  margin-right: 26px;
}

#home_menu {
  background-color: none;
  width: 100%;
  text-align: right;
  height: 70px;
  z-index: 4;
  position: fixed;
}

#main_menu {
  background-color: #F9F9F9;
  width: 100%;
  text-align: right;
  height: 70px;
  z-index: 4;
  position: relative;
}

#top_arrow {
  position: fixed;
  padding-top: 26px;
  float: right;
  right: 44px;
  z-index: 3;
}

span.kleiner {
  font-size: 20px;
  line-height: 36px;
}

/* Home */

span.title {
  color: #a3a3a3;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 20px;
  text-align: left;
}

span.title.white {
  color: #fff;
}

.yellow {
  color: #FEE900;
}

.white {
  color: #fff;
}

.home_header {
  background-image: url(../img/home_header_geel.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #212121;
  -moz-animation: fadeIn .5s .2s ease both;
  -webkit-animation: fadeIn .5s .2s ease both;
  -o-animation: fadeIn .5s .2s ease both;
  -ms-animation: fadeIn .5s .2s ease both;
  -khtml-animation: fadeIn .5s .2s ease both;
  animation: fadeIn .5s .2s ease both;
}

.intro {
  padding-top: 140px;
  padding-bottom: 130px;
}

.dia_btn_home {
  position: absolute;
  top: 120px;
  right: -26px;
}

.dia_btn_home img {
  height: 110px;
}

.home_intro {
  padding-top: 70px;
  padding-bottom: 50px;
  -moz-animation: fadeInUp .9s .5s ease both;
  -webkit-animation: fadeInUp .9s .5s ease both;
  -o-animation: fadeInUp .9s .5s ease both;
  -ms-animation: fadeInUp .9s .5s ease both;
  -khtml-animation: fadeInUp .9s .5s ease both;
  animation: fadeInUp .9s .5s ease both;
}


.intro_descr {
  font-size: 24px;
  line-height: 41px;
  padding-bottom: 120px;
  -moz-animation: fadeInUp .9s .6s ease both;
  -webkit-animation: fadeInUp .9s .6s ease both;
  -o-animation: fadeInUp .9s .6s ease both;
  -ms-animation: fadeInUp .9s .6s ease both;
  -khtml-animation: fadeInUp .9s .6s ease both;
  animation: fadeInUp .9s .6s ease both;
}

section.projecten {
  background-color: #212121;
  padding-top: 140px;
}

.werk_item {
  padding-bottom: 110px;
}

.werk_list {
  padding-top: 50px;
  margin-bottom: 0px;
}

.werk_list dt {
  line-height: 36px;
}

.werk_list dd {
  color: #fff;
  line-height: 36px;
}

.werk_list dd a {
  color: #fff;
}

.werk_title {
  color: #a3a3a3;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.werk_dropcap {
  float: left;
  color: #FFE900;
  font-weight: 700;
  font-size: 71px;
  line-height: 60px;
  padding-top: 7px;
  padding-right: 10px;
}

.werk_descr {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  padding-top: 50px;
  margin-bottom: 0px;
}

.werk_caroussel {
  border-bottom: 1px solid #ffe900;
}

.werk_scheiding {
  height: 1px;
  background-color: #313131;
}

.werk_second {
  padding-top: 130px;
}

.item_name {
  color: #fff;
  z-index: 3;
  position: absolute;
  padding-left: 30px !important;
  padding-top: 20px !important;
  font-size: 20px;
}

.item_name span.line {
  border-bottom: 1px solid #FFE900;
}

.item_name.title {
  top: 0;
  left: 0;
}

.item_name.cta {
  top: 43%;
  left: 40%;
}

.item_name_drib {
  color: #fff;
  z-index: 5;
  position: absolute;
  padding-left: 30px !important;
  padding-top: 20px !important;
  font-size: 16px;
}

.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_img {
  position: relative;
  border-bottom: 1px solid #ffe900;
}

.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;
}

.klanten_overview {
  background-color: #fff;
  padding-top: 140px;
  color: #fff;
  padding-bottom: 130px;
  border-bottom: 1px solid #e5e3e3;
}

p.klant {
  color: #000;
  margin-bottom: -5px;
}

.klant_item {
  padding-bottom: 10px;
}

section.bureau_logos {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Contact */

.info_header {
  padding-top: 140px;
  position: relative;
  background-color: #212121;
}

.contact_dropcap {
  font-size: 76px;
}

.contact_descr {
  font-size: 24px;
  line-height: 41px;
  padding-bottom: 140px;
  color: #fff;
  -moz-animation: fadeInUp .9s .6s ease both;
  -webkit-animation: fadeInUp .9s .6s ease both;
  -o-animation: fadeInUp .9s .6s ease both;
  -ms-animation: fadeInUp .9s .6s ease both;
  -khtml-animation: fadeInUp .9s .6s ease both;
  animation: fadeInUp .9s .6s ease both;
}

.info_link {
  position: absolute;
  bottom: 145px;
  -moz-animation: fadeInUp .9s .6s ease both;
  -webkit-animation: fadeInUp .9s .6s ease both;
  -o-animation: fadeInUp .9s .6s ease both;
  -ms-animation: fadeInUp .9s .6s ease both;
  -khtml-animation: fadeInUp .9s .6s ease both;
  animation: fadeInUp .9s .6s ease both;
}

.link_txt a {
  font-size: 24px;
  color: #fff;
}

.link_txt a:hover {
  color: #000;
}

.info_foto_section {
  background-color: #000;
}

.info_foto {
  width: 100%;
  background-color: #000;
}

.vaardigheden {
  background-color: #fff;
  padding-top: 140px;
  color: #fff;
  padding-bottom: 90px;
}

.vaardigheid_kop {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  color: #000;
}

.vaardigheid_title {
  font-size: 24px;
  line-height: 22px;
  color: #000;
}

.vaardigheid_descr {
  font-size: 16px;
  padding-bottom: 40px;
  color: #000;
}

.kernvaardigheden {
  padding-bottom: 70px;
}

.insta-item {
  position: relative;
  display: inline-block;
  width: 25%;
}

#instafeed img {
  width: 100%;
}

.grey {
  color: #8d8d8d;
}

/* Dribbble */

.hcs{
  overflow: hidden;
  text-align: left;
}
.hcs ul,
.hcs *{
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
}

.hcs li{
  width: 33.33%;
  position: relative;
  display: block;
  float:left;
}

.hcs li a{
  text-align:center;
  vertical-align: middle;
}

.hcs li:hover{
  background: #ad2899;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
}
.hcs img{
  width:100%;
  height: auto;
}

/* Footer */

.volgend-container {
  background-color: #F9F9F9;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 61px;
  border-top: 1px solid #e5e3e3;
}

.footer-container {
  background-color: #fff;
  width: 100%;
  padding-left: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e5e3e3;
}

.footer-zin {
  display: inline;
}

.footer-share {
  display: inline;

}

nav.footer-menu {
  padding-top: 0px;
}

/* Projecten Algemeen */

#back_btn {
  position: fixed;
  padding-top: 12px;
  padding-left: 149px;
  z-index: 1;
}

#back_text {
  padding-left: 16px;
}

section.project_data {
  padding-top: 210px;
  padding-bottom: 140px;
  z-index: 1;
}

.side_grey {
  background-color: #e9e9e9;
}

.data_list {
  -moz-animation: fadeInUp .9s .5s ease both;
  -webkit-animation: fadeInUp .9s .5s ease both;
  -o-animation: fadeInUp .9s .5s ease both;
  -ms-animation: fadeInUp .9s .5s ease both;
  -khtml-animation: fadeInUp .9s .5s ease both;
  animation: fadeInUp .9s .5s ease both;
}

dt {
  color: #a3a3a3;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 20px;
  text-align: left;
}

dd {
  color: #000;
  line-height: 32px;
  display: table-cell;
}

dt.book {
  text-align: left !important;
}

.boek {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #e5e3e3;
}

.boek_title {
  padding-bottom: 20px;
}

.goodreads-link {
  margin-top: 20px;
}

.dropcap {
  float: left;
  color: #FFE900;
  font-weight: 700;
  font-size: 82px;
  line-height: 60px;
  padding-top: 12px;
  padding-right: 10px;
}

.data_descr {
  font-size: 24px;
  line-height: 41px;
  -moz-animation: fadeInDown .9s .6s ease both;
  -webkit-animation: fadeInDown .9s .6s ease both;
  -o-animation: fadeInDown .9s .6s ease both;
  -ms-animation: fadeInDown .9s .6s ease both;
  -khtml-animation: fadeInDown .9s .6s ease both;
  animation: fadeInDown .9s .6s ease both;
}

section.slideshow {
  -moz-animation: fadeInUp 1s .8s ease both;
  -webkit-animation: fadeInUp 1s .8s ease both;
  -o-animation: fadeInUp 1s .8s ease both;
  -ms-animation: fadeInUp 1s .8s ease both;
  -khtml-animation: fadeInUp 1s .8s ease both;
  animation: fadeInUp 1s .8s ease both;
}

.slideshow_foto{
  width: 100%;
}

.p_italic {
  font-style: italic;
}

.project_img {
  padding-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.project_video {
  padding-bottom: 140px;
}

.padding_klein {
  padding-bottom: 50px;
}

.center_align {
  text-align: center;
}

/* Project NOS */

section.project_content_nos {
  background-image: url(../projecten/nos/nos_project_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #202020;
  padding-top: 170px;
}

.nos_green {
  color: #00AC55;
}

.nos_green {
  background-color: #00AC55;
}

/* Project Mauritshuis */

.dia_btn {
right: 10px;
margin-right: 50px;
margin-top: 50px;
position: absolute;
z-index: 999999;
-moz-animation: fadeInDown 1s .8s ease both;
-webkit-animation: fadeInDown 1s .8s ease both;
-o-animation: fadeInDown 1s .8s ease both;
-ms-animation: fadeInDown 1s .8s ease both;
-khtml-animation: fadeInDown 1s .8s ease both;
animation: fadeInDown 1s .8s ease both;
}

section.project_content_mh {
  background-image: url(../projecten/mauritshuis/mh_project_header.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #202020;
  padding-top: 170px;
}

.project_descr_black {
  color: #000;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 125px;
}

/* Project RRRoots */

section.project_content_rrroots {
  background-image: url(../projecten/rrroots/rrroots_project_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 170px;
}

.project_descr_white {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 125px;
}

/* Project Het Portaal */

section.project_content_het_portaal {
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 170px;
}

@media (min-width: 992px) and (max-width: 1199px) {

.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.dia_btn_home {
  right: -50px;
}

.dia_btn {
  margin-top: 100px;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.vaardigheid_kop {
  text-align: left;
}

.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.item_overlay {
  display: none;
}

.hcs li{
  width: 50%;
}

.insta-item {
  width: 33.33333%;
}

.dia_btn_home {
  right: inherit;
  left: 238px;
}

.dia_btn {
  top: -48px;
}

}

@media (max-width: 767px) {

/* Home */

body {
  border: 2px solid #F9F9F9;
}

.home_header {
  background-image: none;
}

h1.black {
  color: #FFFFFF;
}

#home_menu {
  background-color: #202020;
  position: relative;
}

.header_mobile {
  width: 100%;
}

.home_intro {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 70px;
}

.intro_descr {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 50px;
}

.white_mobile {
  color: #FFFFFF;
}

a.large {
  color: #FFFFFF;
  border-bottom: 1px solid #FFE900;
}

a.black {
  color: #FFFFFF !important;
  border-bottom: 1px solid #FFE900;
}

.contact_descr {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 100px;
  font-size: 20px;
  line-height: 34px;
}

.werk_item {
  padding-bottom: 60px;
}

.werk_item .last {
  padding-bottom: 0px;
}

.werk_list {
  padding-bottom: 0px;
}

.werk_list dd {
  line-height: 18px;
}

.werk_second {
  padding-top: 85px;
  padding-bottom: 0;
}

.mobile_padding_section {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

section.project_data {
  padding-top: 140px !important;
}

.mobile_padding_div {
  padding-bottom: 100px !important;
}

#logo {
  width: 104px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-top: 23px;
  position: absolute;
}

#nav_werk {
  margin-right: 22px;
}

nav {
  padding-right: 22px;
}

dt {
  line-height: 24px;
}

dd {
  line-height: 24px;
}

.data_descr, .werk_descr {
  padding-top: 30px;
  font-size: 20px;
  line-height: 32px;
}

.dropcap, .werk_dropcap {
  float: left;
  color: #FFE900;
  font-weight: 700;
  font-size: 73px;
  line-height: 60px;
  padding-top: 3px;
  padding-right: 8px;
}

.werk_dropcap {
  font-size: 64px;
}

.project_img {
  padding-bottom: 70px;
}

.project_video {
  padding-bottom: 70px;
}

.carousel-control img {
  position: relative;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.project_descr {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.vaardigheid_kop {
  text-align: left;
  padding-bottom: 30px;
}

.kernvaardigheden {
  padding-bottom: 40px;
}

.last_mobile {
  padding-bottom: 0;
}

.footer-container {
  text-align: center;
  padding-left: 0px;
}

.list_mobile {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact_descr {
  padding-bottom: 0;
}

.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.item_overlay {
  display: none;
}

.item_name {
  font-size: 16px;
  padding: 0;
  bottom: 20px;
  right: 30px;
}

.project_descr_white {
  font-size: 20px;
  padding-bottom: 70px;
  line-height: 32px;
}

.project_descr_black {
  font-size: 20px;
  padding-bottom: 70px;
  line-height: 32px;
}

.embed-container {
    padding-bottom: 50%;
}

.hcs li{
  width: 50%;
}

.insta-item {
  width: 50%;
}

.dia_btn_home {
  right: 20px;
  left: inherit;
}

.dia_btn_home img {
  height: 100px;
}

.dia_btn {
  top: -48px;
  margin-right: 0;
}

}
