* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden!important;
}

h1 {
    font-family: "RBNo21a-Black", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

h2 {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
}

h3 {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
}

p {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #7a7a7a;
}

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

.button {
    display: inline-block;
    padding: 10px 10px 7px 10px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1;
    border: 1px solid #f95951;
    color: #f95951;
    margin: 20px 0 30px 0;
}

.button.wit {
    border: 1px solid #fff;
    color: #fff;
}

.button.nospace {
    margin-bottom: 0;
}

.subtitel {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.lastblogimg {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    height: 250px;
    background: url('../img/home/home-condeptblog.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: 25px;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden!important;
}

.quote {
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.quotehaakje {
    width: 50px;
    opacity: .25;
    position: absolute;
    top: -20px;
    left: 0;
}

.quotehaakje.rotate {
    transform: rotate(180deg);
    bottom: -20px;
    right: 0;
    top: unset;
    left: unset;
}


.center {
    text-align: center;
}

.right  {
    text-align: right;
}

.fullwidth{
    width: 100%;
}

.noscroll {
    overflow-y: hidden;
}

section {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
}

section.top {
    padding-top: calc(7vw + 50px);
}

section.extratop {
    padding-top: calc(7vw + 75px);
}

section.bottom {
    padding-bottom: calc(7vw + 50px);
}

.white {
    background: #fff;
}

.black {
    background: #fff;
}

.orange {
    background: #f95951;
    color: #fff;
}

.orange p {
    color: #fff;
}

.grey {
    background: #222;
    color: #fff;
}

.schuinonder {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7vw 100vw;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.schuinboven {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7vw 100vw 0 0;
    border-color: #ffffff transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.schuinboven.grijs {
    border-color: #222222 transparent transparent;
}

.schuinonder.grijs {
    border-color: transparent transparent #222222 transparent;
}

.balk {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    -webkit-clip-path: polygon(0 7vw, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
    clip-path: polygon(0 7vw, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
    margin-top: calc(-7vw - 2px);
}

.vacaturebaas {
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
    -webkit-clip-path: polygon(0 7vw, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
    clip-path: polygon(0 7vw, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
    margin-bottom: -100px;
    margin-top: 25px;
    z-index: 10;
}

.home-vacatureicon {
    display: none;
}

.teamlid {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    transition: opacity .5s;
    background: url('/img/about/luca-team.jpg') no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden!important;

}

.about-teamlid {
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f95951;
    color: #fff;
    padding: calc(7vw + 25px) 25px;
    transition: .5s;
}

.about-teamlid.active {
    right: 0;
}

.openclose {
    width: 20px;
    position: absolute;
    bottom: calc(7vw + 15px);
    right: 15px;
    opacity: .25;
    transition: 1s;
}

.about-teamlid.active + .openclose {
    transform: rotate(135deg);
}













header {
    position: relative;
    float: left;
    width: 100%;
    height: calc(100vh - 100px);
    background: url('../img/header1.gif') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    header {
        height: calc(100vh + 7vw);
    }
}


.header-gradient {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 0 25px;
}

.header-content {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.header-content p {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: .25s;
    z-index: 9999999999;
}
#menu::after {
    clear: both;
    content: "";
    display: block;
}
#menu.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.logo {
    top:15px;
    left: 25px;
    position:absolute;
    width: 120px;
    z-index: 10000000000;
}

.logo img {
    width: 120px;
}

.hamburger {
    float: right;
    margin: 20px 30px 0 0;
}

.hamburger .line {
    width: 30px;
    height: 2px;
    background-color: #f95951;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
    cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.menuoverlay {
    width: 100%;
    height: calc(100vh + 7vw);
    background: #222;
    position: fixed;
    z-index: 999999999;
    transition: .5s ease;
    padding-top: 100px;
    text-align: center;
    top: calc(-100vh - 7vw);
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
    overflow-y: hidden;
}

.menuoverlay.active {
    top: 0;
}

.menuoverlay a {
    color: #7a7a7a;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 40px;
    font-family: "ProximaNova-Bold", sans-serif;
    font-weight: 100;
}

.menuoverlay a:hover {
    color: #fff;
}

.talen {
    position: fixed;
    bottom: 75px;
    left: -40px;
    transform: rotate(-90deg);
}

.talen a {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-weight: 100;
    display: unset;
}

.talen-stripe {
    width: 50px;
    height: 1px;
    background: #fff;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 11px;
}

.lowpacity {
    color: #7a7a7a!important;
}




.home-condeptlogo {
    width: 150px;
    margin-left: calc(50% - 75px);
    margin-bottom: 50px;
}


.introblok {
    padding: 0 25px;
    width: 100%;
    position: relative;
    float: left;
}

.introblok-stripe {
    width: 25px;
    height: 4px;
    position: absolute;
    top: 13px;
    left: -10px;
    background: #f95951;
}

.stripe {
    width: 25px;
    height: 1px;
    position: relative;
    float: left;
    background: #f95951;
    margin-right: 10px;
    margin-top: 9px;
}

.stripe.grey {
    background: #222;
}

.homevideo-overlap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
}

.homevideo-schuinonder {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7vw 100vw;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 75px;
    left: 0;
}

.homevideo {
    z-index: 5000;
    position: relative;
    height: 200px;
    width: 100%;
}




.services-marketing-img {
    width: 100%;
    margin-top: -100px;
}

.services-branding-img {
    width: 100%;
    margin-top: -75px;
}

.services-development-img {
    width: 100%;
    margin-top: -100px;
}

.services-video-img {
    width: 60%;
    margin-bottom: -60px;
    position: relative;
    float: right;
    z-index: 9999;
}

.services-video {
    z-index: 5000;
    position: relative;
    margin-top: -100px;
    margin-bottom: 25px;
    height: 200px;
    width: 100%;
}

.owl-carousel {
    width: 100%;
    position: relative;
    float: left;
}

.serviceslider .owl-dots {
    margin-bottom: 20px;
    padding-top: 20px;
}

.serviceslider .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #fff;
}

.serviceslider .owl-dots .owl-dot.active span,
.serviceslider .owl-dots .owl-dot:hover span
{
    background: #fff;
}

.white .serviceslider .owl-dots .owl-dot.active span,
.white .serviceslider .owl-dots .owl-dot:hover span
{
    background: #f95951;
}

.white .serviceslider .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #f95951;
}

.relevant-projects .item {
    width: 100%;
}

.project-thumb {
    width: 100%;
}

.marketing-number {
    width: 80px;
    opacity: .1;
    position: absolute;
    top: -20px;
    left: 0;
}

.swipe {
    text-align: center;
    opacity: .5;
}

.about-icon {
    width: 25px;
}

.about-bold {
    font-family: "ProximaNova-Bold", sans-serif;
    color: #222;
}

section.nopadding {
    padding: 0!important;
}

.about-teamlid p {
    color: #fff;
}

.teamlid-naam {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 32px;
    line-height: 1;
}

.teamlid-functie {
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 16px;
}

.teamlid-break {
    height: 2px;
    width: 25px;
    background: #fff;
    position: relative;
    float: left;
    margin: 10px 0;
}






.case-titel {
    position: relative;
    float: left;
    width: calc(100% - 75px);
    padding: 25px;
    background: #222;
    color: #fff;
    z-index: 2;
}

.case-hoofdtitel {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.2;
    margin-bottom: 10px;
    width: calc(100% - 35px);
    float: right;

}

.case-subtitel {
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.case-tags {
    font-family: 'ProximaNova-Light', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #7a7a7a;
}

.case-stripe {
    width: 25px;
    height: 1px;
    position: relative;
    float: left;
    background: #f95951;
    margin-right: 10px;
    margin-top: 5px;
}

.case-foto {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    height: 300px;
    background: url('../img/home/home-condeptblog.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    margin: -75px 0 0 25px;
    z-index: 1;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden!important;
}

.case-titel.right {
    float: right;
    text-align: left;
}





.blogintro p {
    color: #222;
    font-family: "ProximaNova-Bold", sans-serif;

}

.blogpost h3 {
    color: #f95951;
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}

.career-link {
    width: 5px;
    margin-right: 5px;
}

.vacalinks a {
    color: #7a7a7a;
    line-height: 2;
}

.careers-strong {
    font-family: "ProximaNova-Bold", sans-serif;
    color: #fff!important;
}



#intagram {
    width: 100%;
    float: left;
    position: relative;
}

footer  {
    background-color: #222;
    color: #7a7a7a;
    padding: 50px 0;
    width: 100%;
    float: left;
    position: relative;
    line-height: 1.7;
}

.footer-line{
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .4;
    margin: 20px 0;
    line-height: 1.2;
}

.footer-title {
    font-family:'ProximaNovaA-Bold', sans-serif;
    font-size: 40px;
    color: #FFFFFF ;
    line-height: 1;
}

.footer-slogan, #typed {
    font-family:'ProximaNovaA-Light', sans-serif;
    font-size: 30px;
    color: #7a7a7a;
    line-height: 1.2;
}

.typed-cursor {
    font-weight: 100;
    padding: 0 2px;
    font-size: 30px;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}


.footer-links a {
    color: #fff;
    opacity: .4;
    transition: all 0.4s ease 0s;
}

.footer-links img {
    width: 27px;
}

.footer-links a:hover {
    opacity: 0.85;
}

.footer-copyright{
    font-size: 12px;
    margin-top: 15px;
}

.footer-logo {
    width: 32px;
}

.screen {
    display: none;
}






.instathumb {
    width: calc(100vw / 3);
    height: calc(100vw / 3);
    float: left;
    position: relative;
    margin-bottom: -6px;
    transition: opacity .25s;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#instagram a:nth-of-type(4),
#instagram a:nth-of-type(5),
#instagram a:nth-of-type(6),
#instagram a:nth-of-type(7),
#instagram a:nth-of-type(8),
#instagram a:nth-of-type(9),
#instagram a:nth-of-type(10)
{
    display: none!important;
}




.instathumb:hover {
    opacity: .75;
}
