/*
Theme Name: Marketingbendes
Theme URI: https://marketingbende.nl
Author: Marketingbendes
Author URI: https://marketingbende.nl
Description: Marketingbendes is een creatief bedrijf dat gespecialiseerd is in het maken van visuele content voor verschillende doeleinden. Of het nu gaat om videoproducties, animaties of fotografie, Marketingbendes zorgt ervoor dat jouw boodschap op een krachtige en visueel aantrekkelijke manier wordt overgebracht. Met hun ervaring en expertise in het vakgebied, kunnen ze jouw ideeën omzetten in een effectieve visuele communicatiestrategie die aansluit bij jouw wensen en doelgroep.
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 7.4.33
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/


@font-face {
  font-family: Akkurat;
  src: url("fonts/Akkurat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Akkurat;
  src: url("fonts/Akkurat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
font-family: "Akkurat", Tahoma, sans-serif, sans-serif;
    color: #000;
	font-size:16px;
	line-height:normal;
	margin:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:inherit;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
	margin-top: 0;
}

ul li {    font-size: 18px;    line-height: 28px;    margin: 0;  }

.dark {    background: #303030;    color: #fafafa;  }

h1 {    font-weight:normal;   }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.single-post,  .category-blog {    background: #fafafa;  }

h1.site-title {    font-weight: bold;    font-size: 50px;    letter-spacing: -3px;   }
.white h1.site-title a{color:#fff;}

/* wrapper */
.container{max-width:1200px; width:100%; margin:0 auto;}

h2.site-description {
    display: none;
}

/* header */
.header {padding:10px 0;  }

.header {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 100;
}

.sticky1 {position: fixed;  top: 0;  width: 100%;   z-index:9;  animation: smoothScroll .8s forwards;  }

@keyframes smoothScroll {
0% {transform: translateY(-40px);  }
100% {transform: translateY(0px);   }
}

/*Menu Icon style */

.toggle{
	z-index: 100;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: relative;
	width: 35px;	
	vertical-align:middle;
	height:30px;
}

label.toggle span{
	display: block;
	height: 4px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

label.toggle span:nth-child(1) {top: 0px;}

label.toggle span:nth-child(2), label.toggle span:nth-child(3) {margin-top: 6px;}

label.toggle.open span:nth-child(1) {
	margin-top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

label.toggle.open span:nth-child(2) {opacity: 0;}

label.toggle.open span:nth-child(3) {
	margin-top: -14px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* End Menu Icon style */

/* logo */

.header .logo {    width: 120px;    display: table;    float: right;    margin-top: 5px;    margin-left: 5px;  }


/* nav */
.header .menu {
    z-index: 1;
    list-style-type: none;
    z-index: 5;
    display: table;
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 50px;
    display: none;
}

.header .menu .menu-item {   position: relative;  display: inline-block;  padding: 5px 20px;  -webkit-transition: all 0.2s linear;    transition: all 0.2s linear;  }

.header .menu .menu-item a {
    position: relative;
    display: block;
    text-decoration: none;
    opacity: 1;
}

.black .header .menu .menu-item a {    color: black;  }

.black .hamburger .line {    background: black;   }



.white .header .menu .menu-item a {    color: #fff;  }

.black .header .menu .menu-item a::after {    background: black;  }

.header .menu .menu-item a::after {
    content: '';
    width: 0%;
    height: 3px;
    background: white;
    position: absolute;
    bottom: -5px;
    left: -2.5%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header .menu .menu-item a:hover::after {
    content: '';
    width: 105%;
}

ul.sub-menu {    position: absolute;    display: none;    background: #ddd;    z-index: 555;  }

ul.sub-menu li{	display:block;}

ul.sub-menu li a{	padding:5px 10px;	display:block;    border-bottom: 1px solid #fff;  }


@media(min-width:768px){
	
.nav_area ul li:hover ul.sub-menu {	display:block;}

.nav_area > ul > li ul.sub-menu {
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    display: block;
}

.nav_area > ul > li:hover ul.sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}
	
ul.menu{display:block !important; }
}

/* sidebar */
.sidebar {}

/* footer */
.footer {background:url(../../../wp-content/uploads/2020/12/---none) no-repeat center; background-size:cover; }

.footer ul li {      margin-bottom: 3px;   color: #B1B1B1;    font-weight: normal;} 

.footer .left-footer-column p { line-height: 45px; font-size: 40px;  color: #fff;  margin-top: 0;  }

.footer  .middle-footer-column li a{    color: #B1B1B1;    -webkit-transition: all .2s;    transition: all .2s;  }

.footer  h3.widget-title {    margin-bottom: 25px;    font-size: 16px;    font-weight: 600;  }

.section {
    width: 100%;
    display: table;
    padding: 50px 25px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

/*------------------------------------*\
	404 PAGE
\*------------------------------------*/
.letters { line-height: 155px;  font-size: 150px;  font-weight: 700;  display: block;  width: 100%;  }
.letters strong {  color: #5f636b;  transform: rotate(24deg);  display: inline-block;  padding: 0 10px 0 17px;  }
.error-page h2 { color: #000; padding: 0 0 20px 0; text-transform: uppercase; font-weight: 700; font-size: 40px; }
a.home-btn { display: inline-block;  padding: 0 40px;  background: #0c5156;  height: 50px; line-height: 50px; color: #fff;
text-transform: uppercase; font-weight: 600;  font-size: 20px;  margin: 25px 0 40px 0;  }
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.slide video {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.slide {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
	margin-bottom: 0 !important;
}
.slide .text {
    position: relative;
    z-index: 99;
}

.slide .text {
    position: absolute;
    left: 50%;
    top: 100px;
    display: table;
    margin: 0px auto;
    width: 85%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}



.text h1.home-wordchange-wrapper .words {
    display: inline-block;
    position: absolute;
    height: 0;
    width: 0;
    position: relative;
    vertical-align: bottom;
    color: white;
	font-size: inherit;
    opacity: 1.0;
}


 h1.home-wordchange-wrapper {
          color: white;
          font-size: 30px;
          margin-bottom: 15px;
          font-size: 40px;
          line-height: 1.1;
          font-weight: 600;

          
}

.slider__container > div > div {
    /* background controlled by WPBakery */
	background-size:cover;
}


 .words {
              display: inline-block;
              position: absolute;
              height: 0;
              width: 0;
              position: relative;
              vertical-align: bottom;
              font-size: inherit;
              opacity: 1.0;
}
    
.word {
      position: absolute;
      width: max-content;
      left:0;
      top:0;
      font-size: inherit;
}

h1.home-wordchange-wrapper {
          color: white;
          font-size: 30px;
          margin-bottom: 15px;
          font-size: 40px;
          line-height: 1.1;
          font-weight: 600;
}


.services h1 {    margin-bottom: 50px;     line-height: 1.1;  }
.services h1 b {    opacity: 0.4; font-weight:normal;     }
.services .bureau__services h2 {        text-transform: uppercase;   font-weight: bold; font-size:17px;  }
.services .bureau__services img {  height: 80px;    display: block;    margin: 0px;  width: auto;  }
.services .bureau__services p{    line-height: 24px; 	color: #666;   }

.briljant .bureau__image-content {
    padding: 50px 50px;
    background: white;
    width: 100%;
    color: #1f1f1f;
    position: relative;
}

.home-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px;
    background: #f7f7f7;
}

.home-logo:hover {background:#f1f1f1;}

.home-logo.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 60%;
    object-fit: contain;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.9;
	max-height:40px;
	min-width: 125px;
}

.home-logo.wpb_single_image:hover img {
	    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.prices .prices__list .price {
    float: left;
    width: calc(50% - 10px);
    position: relative;
    margin: 5px;
    padding: 1% 5px;
}

.prices {
    padding: 10px 25px;
    border-top: none;
    background: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(91%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 91%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.prices .prices__list .price figure {
    width: 90%;
    padding-top: 40%;
    position: relative;
    margin: 0px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.9;
	margin:0;
}

.prices .prices__list .price:hover {
    opacity: 1;
}

.prices .prices__list .price:hover figure {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

/*------------------------------------*\
    JOBS
\*------------------------------------*/
.werken-bij{color: #1f1f1f;
    background: #fafafa;}

.category__intro {
    padding: 150px 0px;
    background: #f1f1f1;
}
.category__intro p {
    font-size: 130%;
    line-height: 150%;
}

.job__card {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    background: white;
    padding: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #1f1f1f;
}

.job__card:hover {
    background: #04A4CC;
    color: #fafafa;
    -webkit-transition: .3s;
    transition: .3s;
}

.job__card.open {
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
    color: #666;
}
.job__card.open h2 {
    color: inherit;
}
.job__card h2 {
    color: inherit;
    position: relative;
    padding-top: 50px;
    font-weight: 300;

}

.job__experience {
    margin-top: auto;
    justify-self: flex-end;
    font-weight: 300;
     color: inherit;
    opacity: 0.4;
}

.cursor-klik {
    color: #fff;
}

/*------------------------------------*\
	CONTACT
\*------------------------------------*/

.contactrow {
    position: relative;
    padding: 150px 0px;
}

h1.contact__heading-title {
    color: #fafafa;
}

.contact__heading-subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.contact__information-title {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    margin-top: 20px;
}

.contact__information p {
    margin: 5px 0;
	    color: #fafafa;
}

.contact__image #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-single {
    overflow-x: hidden;
}

/*------------------------------------*\
	BLOG
\*------------------------------------*/
.blog {    padding: 150px 15px;  }

.category__blog {    padding: 150px 0px;  padding-top:0;     margin-top: -50px;    }

.blog figure {
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    background: white;
    position: relative;
    display: table;
	margin:0;
}

.blog figure img {  width: 100%;   height: auto;   position: absolute;   left: 0;   top: 0;   }

.blog figure .textbox h1 {    font-size: 40px;  }

.blog__tags ul li {    float: left;    margin: 0px 2.5px;   }

.blog__tags {    margin-top: 10px;    display: block;  }

.blog__tags ul li a {
    padding: 0px 10px;
    line-height: 40px;
    background: #333;
    height: 40px;
    display: inline-block;
    color: white;
}

.blog .intro {    padding: 25px 25px;  }

.blog .intro p {    font-size: 130%;    line-height: 150%;  }

.blog .fulltext {    padding: 25px 25px;     background: white;  }

.blog .auteur {    background: #f7f7f7; border: 1px solid #f1f1f1;  padding: 25px 50px;   margin-top: 25px;  }


.blog .auteur .blog__tags li {    float: right;  }

.blog__author {    width: 100%;    display: table;    color: #1f1f1f; }

.blog__author .avatar {  width: 80px;   height: auto;    border-radius: 50%;    float: left;     margin-right: 15px; }

.blog__author .blog__author-meta {    height: 80px;    padding-top: 15px;  }

.blog__author .blog__author-meta .blog__author-name {
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
    width: 100%;
    display: block;
    margin: 0;
}

.category__blog .blog-item .textbox {    position: relative;    background: white;    padding: 25px;  }

.category__blog .blog-item .textbox h2 {    font-size: 40px;  }

.btn {
    background: black;
    color: white;
    line-height: 50px;
    padding: 0px 20px;
    height: 50px;
    display: inline-block;
    margin-top: 10px;
}

.category__blog .blog-item {    margin-bottom: 50px; position: relative; }

.category__blog .blog-item figure {
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    background: white;
    position: relative;
	margin: 0;
    overflow: hidden;
}

.category__blog .blog-item figure img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category__blog .blog-item.big .textbox {
    width: calc(100% - 50px);
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 500px;
    padding: 30px;
    background: white;
}

/*------------------------------------*\
	CASE
\*------------------------------------*/

.case {
    padding-top: 56.25%;
    position: relative;
    opacity: 1;
}

.case a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.case .case__image {
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
	margin: 0;
}

.case .case__image img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.case .case__name {
    color: white;
    font-family: "Akkurat", Tahoma, sans-serif;
    position: absolute;
    bottom: 50px;
    left: 0px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.case .case__title {
    font-size: 50px;
    margin: 0 0 0 24px;
}

.case .case__subtitle {
    font-size: 30px;
    margin: 0 0 0 26px;
}

.case .case__id {
    margin: 0;
    top: 8px;
    position: absolute;
}

.case:hover .case__image img {    height: 103%;  }

.cases .col-lg-6:nth-of-type(even) {    padding-top: 50px;  }

.header__spacer {
    width: 100%;
    height: 212px;
    background: none;
    display: block;
}

.cases {    padding-top: 0px;    margin-bottom: 150px;   }

.case__row {    margin-bottom: 50px;    }

.case:hover .case__name {
    position: absolute;
    left: 20px;
}

.job__description-row .job__description {    padding: 50px 25px;  }

.job__description-row .job__description-left {    background: white;  }

.job__description-row .job__description-right {    background: #f1f1f1;  }

.job__description-row .job__description h2 {    font-size: 130%;    margin-bottom: 25px;  }

.job__requirements ul li { font-size: 16px;  line-height: 26px;  list-style: none;  padding-left: 30px;position: relative;  }

.job__requirements ul li .fa {    position: absolute;    font-size: 12px;    left: 0px;    top: 7px;  }

.job__subtitle {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    font-size: 14px;
    line-height: 18px;
    color: inherit;
    text-transform: uppercase;
    margin: 0;
    margin-left: 3px;
}

.job__header h1 {    margin-top: -20px;  }

a.job__header-back {    float: left;    width: 40px;    color: #fafafa;   }

.job__header-title {    width: calc(100% - 40px);    float: right;  }

.job__header {    padding: 115px 25px;     color: #fafafa; }

.job .call {    display: block;    color: #666;    width: 100%;    text-align: center;    margin-top: 50px;  }

.job .btn { position: relative; margin: 10px auto;  margin-top: 25px;  margin-bottom: 50px; display: table;   }

.next_post-link-case {
    background-size: cover;
    background-position: center center;
    width: 50%;
    height: 574px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
	float:right;
	position:relative;
}

.next_post-link-case .dark-overlay-case {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.next_post-link-case .next_post-content-case {
    width: 100%;
    height: 100%;
}

.next_post-link-case .next_post-content-case .next_post-content-text {
    font-size: 0.9vw;
    font-weight: 900;
    padding-top: 320px;
    padding-left: 120px;
    text-align: left;
    margin: 0;
    -webkit-filter: drop-shadow(0px 0px 8px #00000024);
    filter: drop-shadow(0px 0px 8px #00000024);
}

.next_post-link-case .next_post-content-case .next_post-content-naam {
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 900;
    padding-left: 120px;
    text-align: left;
    margin: 0;
    -webkit-filter: drop-shadow(0px 0px 8px #00000024);
    filter: drop-shadow(0px 0px 8px #00000024);
}

.next_post-link-case:hover {  -webkit-filter: grayscale(0%);    filter: grayscale(0%);  }

.previous_post-link-case {
    background-size: cover;
    background-position: center center;
    width: 50%;
    height: 574px;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.previous_post-link-case .previous_post-content-case .previous_post-content-text {
    font-size: 0.9vw;
	font-weight: 900;
    padding-top: 320px;
    padding-right: 120px;
    text-align: right;
    margin: 0;
    -webkit-filter: drop-shadow(0px 0px 8px #00000024);
    filter: drop-shadow(0px 0px 8px #00000024);
}

.previous_post-link-case .previous_post-content-case .previous_post-content-naam {
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 900;
    padding-right: 120px;
    text-align: right;
    margin: 0;
    -webkit-filter: drop-shadow(0px 0px 8px #00000024);
    filter: drop-shadow(0px 0px 8px #00000024);
}

.previous_post-link-case:hover {  -webkit-filter: grayscale(0%);    filter: grayscale(0%);  }

.text .client {
    font-size: 50px;
    font-weight: 900;
    position: relative;
	    -webkit-filter: drop-shadow(0px 0px 8px #00000024);
    filter: drop-shadow(0px 0px 8px #00000024);
}

.text .service {
    font-size: 18px;
    position: relative;
}

.case_information_table .case_informationTable_head {
    opacity: .7;
    margin-bottom: 0px;
	-webkit-filter: drop-shadow(0px 0px 8px #00000024);
    filter: drop-shadow(0px 0px 8px #00000024);
	font-size: 16px;
    line-height: 24px;
}

.case_information_table .case_informationTable_service {
    margin: 0;
    vertical-align: top;
    text-transform: uppercase;
	-webkit-filter: drop-shadow(0px 0px 8px #00000024);
    filter: drop-shadow(0px 0px 8px #00000024);
}

.mouse {
    border: 1px solid white;
    width: 30px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    border-radius: 20px;
    margin-left: -15px;
    display: block;
}

.mouse .mouse__wheel {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 2px;
    height: 5px;
    background-color: white;
    border-radius: 2px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-animation-name: MouseAnimation;
    -webkit-animation-duration: 2s;
    animation-name: MouseAnimation;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes MouseAnimation {
        0% {height: 5px; top: 10px;}
        25% {height: 10px;}
        50% {height: 5px;}
        100% {top: 15px;}
    }

    @keyframes MouseAnimation {
        0% {height: 5px; top: 10px;}
        25% {height: 10px;}
        50% {height: 5px;}
        100% {top: 15px;}
    }

.mobile-device {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    max-width: 400px;
    margin: 0px auto;
}

.mobile-device .video {
    width: 100%;
    
}

.vc_carousel-slideline-inner img {
    height: auto;
}

.single-case .vc_images_carousel .vc_carousel-control{
	display:block;
	height: 80px;
    width: 80px;
    display: block;
    line-height: 48px;
    border-radius: 100%;
	 background: #000;
}

.single-case .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\f105' !important;
    font-family: FontAwesome;
    color: #fff;   
    font-size: 50px;
}

.single-case .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\f104' !important;
    font-family: FontAwesome;
    color: #fff;
    font-size: 50px;
}


.single-case .vc_images_carousel .vc_carousel-indicators li, .single-case .vc_images_carousel .vc_carousel-indicators li.vc_active {
    background: #000;
    height: 20px;
    width: 20px;
    margin: 5px;
	border:0;
}

.single-case .vc_images_carousel .vc_carousel-indicators li.vc_active {
	background:#909090;  border:0;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.light {
    background: white;
    color: #1f1f1f;
}
.dark {
    background: #303030;
    color: #fafafa;
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    HAMBURGER
\*------------------------------------*/
.hamburger {
    background: none;
    z-index: 1005;
    position: fixed;
    top: 32px;
    left: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.hamburger__container {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 800px;
    background: #fafafa;
    z-index: 1002;
    color: #1f1f1f;
    right: -2000px;
    overflow-y: hidden;
    -webkit-transition: right 0.5s linear;
    transition: right 0.5s linear;
    top: 0px;
    mix-blend-mode: unset;
}

.hamburger .line.line__1 {    width: 80%;  }

.hamburger .line { background: white; width: 100%; height: 3px;  margin-bottom: 10px;    border-radius: 2px;    top: 0%;  }

.hamburger .line.line__3 {    width: 70%; }

.hamburger .line.line__2 {
    -webkit-transition: left .5s;
    transition: left .5s;
    width: 100%;
}

.hamburger__container .hamburger__list .current-menu-item a {    font-weight: bold;    color: black;  }

.hamburger__container .hamburger__list li a {  color: #666;    font-size: 30px;    line-height: 25px;    z-index: 1004; }

.hamburger__container .hamburger__list .menu-item a:hover {    color: #04A4CC;  }

.hamburger__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 19;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    display: none;
    z-index: 1001;
}

.hamburger__overlay.active {    display: unset;    opacity: 1;  }

.hamburger__container.active {    left: 0; }

.hamburger.active {    overflow: hidden;     top: 42px;   }

.hamburger.active .line {
    background: black;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 50%;
    width: 100%;
}

.hamburger.active .line.line__1 {    -webkit-transform: rotate(45deg);    transform: rotate(45deg);  }

.hamburger.active .line.line__2 {    -webkit-transition: left .5s;    transition: left .5s;    left: 100%;  }

.hamburger.active .line.line__3 {    -webkit-transform: rotate(-45deg);    transform: rotate(-45deg);  }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 3000;
    border: 0px solid white;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.preloader .words {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
    display: block;
}
 
.preloader .words .word1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 30vw;
}

.preloader .words .word.show {   opacity:1;   }
.preloader .words .word1 {
	animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 3s;
opacity:0;
}
@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:0;
  }
}

.preloader .words .word1:nth-of-type(1) {
  animation-delay: 0s;
}
.preloader .words .word1:nth-of-type(2) {
  animation-delay: 1s;
}
.preloader .words .word1:nth-of-type(3) {
  animation-delay: 2s;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (min-width: 596px){
	.header .logo {    width: 170px;    margin-top: 0px;    margin-left: -5px;  }
	.header .menu {    display: block;   }
	
	.hamburger__container .hamburger__wrapper {    padding: 200px 100px;  }
	.hamburger__container .hamburger__list {    margin-bottom: 100px;  }
	.hamburger {    top: 47px;    left: 10px;  }
	.hamburger__container .hamburger__list li a {    font-size: 50px;    line-height: 40px;  }
	.header {   padding: 35px;  }
	
}

@media only screen and (min-width:670px) {
.text .client {
    font-size: 10vw;
}
.text .service {
    font-size: 2vw;
}	
	
}

@media only screen and (min-width:768px) {
	
	.hamburger__container .hamburger__list {    padding-top: 70px;    margin-bottom: 50px;  }
	
	.prices .prices__list .price figure {    padding-top: 30%;   }
	.job__header {    padding: 115px 50px;  }
	
	.job__description-row .job__description {    padding: 50px 50px;  }
	
	 .toggle , span.arrow{    display: none;}
	h1 {    font-size: 45px;  }
	h2 {    font-size: 30px;  }
	
	.contact__image {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    height: auto;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding-top: 0px;
    height: 80vh;
}
	
	.blog figure .textbox {
    width: calc(100% - 50px);
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 500px;
    padding: 30px;
    background: white;
	}
	
	.blog .intro {  padding: 50px 50px;  }
	
	.blog .fulltext {    padding: 50px 50px;  }
	
	.category__blog .blog-item.big .textbox {
    width: calc(100% - 50px);
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 500px;
    padding: 30px;
    background: white;
}
	
	.hamburger__container .hamburger__list li a {    font-size: 70px;    line-height: 60px;  }
	
	.prices .prices__list .price {    width: calc(12.5% - 10px);    padding: 0.5% 10px;   }	
	
	.case-item {flex:0 0 49%; max-width:49%; }


}


@media (min-width: 990px){
.slide .text {
    left: 10%;
    bottom: 20%;
    top: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
	
}



@media (min-width: 996px){
	.section {    padding: 115px 0 150px 0px;  }
	.bureau__services > * {    padding-right: 35px;  }
	.job__card { height:550px;  }
	
}

@media (min-width: 1120px){
	h1 {    font-size: 70px;  }
	h2 {    font-size: 45px;    margin-bottom: 50px;  }
}

@media only screen and (min-width:1200px) {
h1.home-wordchange-wrapper {
    font-size: 5vw;
}
}


@media only screen and (max-width:767px) {
	
	.menu-side { position: initial;}

	.nav_area { display:none;  }
	
	.hamburger__wrapper {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	}

	
	span.arrow {
		display: inline-block;
		width: 10%;
		text-align: center;
		cursor:pointer;
		color:#fff;
	}

	.nav_area ul li { display: block; border-bottom: 1px solid #7da852;}
	
	.hamburger__list {    margin-bottom: 40px;  }
	
	.nav_area ul li a {
		padding: 15px;
		color: #FFF;
		text-decoration: none;
		line-height: normal;
		float: none;
		clear: both;
	}

	ul.sub-menu li a{	border-bottom:0px;}

	ul.sub-menu {position: relative; background:#000;}

	.nav_area > ul > li > a {display:inline-block; width:90%;}
	
	.slide video {  display:none; }
	
	.slider__container > div > div {    background-size: cover;    background-position: right center;}
	
	h1.site-title {    font-size: 34px;    letter-spacing: -2px;  }
	.home-logo.wpb_single_image img {    min-width: initial;    width: 100px;  }
	
	.footer  .left-footer-column , .middle-footer-column{margin-bottom:50px; }
	
	.case {    margin-bottom: 20px;  }
	
	.cases .col-lg-6:nth-of-type(even) {    padding-top: 0;  }
	
	.category__blog .blog-item.big .textbox { position: relative;  width: 100%;   bottom: 0;    left: 0;   }
	
	.textbox {    position: relative;    padding: 25px;  }
	
	.job__card {    height: auto;  }
	.job__card h2 {    font-size: 18px;    margin-bottom: 25px;  position:relative;}
	.job__card h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    width: 20%;
    height: 1px;
    border: 1px solid #1f1f1f;
}
	
	.contact__image #map {    position: relative;    top: 0;    left: 0;    height: 400px;  }
	
	.case-item{margin-bottom:25px;width: 100%; }
	
	.next_post-link-case .next_post-content-case .next_post-content-text {padding-left:20px;}
	.previous_post-link-case .previous_post-content-case .previous_post-content-text {font-size:16px; padding-right:20px;}
	.next_post-link-case .next_post-content-case .next_post-content-naam {font-size:16px;padding-left:20px; }
	
	.case .case__title {font-size:28px; line-height:34px;}
	.case .case__subtitle {font-size:16px;}
	h1.home-wordchange-wrapper {font-size:30px;}
	
	.slide .text {
    left: 0;
    transform: none;
    width: 100%;
    padding: 0 10px;
}
	
	.slide {    height: 300px; }
	.hamburger.active {	top:15px; }
	
}
@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}