/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere:wght@300;400;500;900&display=swap');
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; }body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0;}figcaption,figure,main{display:block}figure{margin:0}figure img {width: 100%; height: 100%; margin-bottom: -38px; margin-top: 155px;}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}

strong{font-weight: 300;
    letter-spacing: 0.1px;
    font-size: 36px;
    color: #b2bcc7;
    line-height: 54px;}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;letter-spacing: 0.1px;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html,body{padding:0;margin:0;font-family:'Roboto', sans-serif;font-variant-numeric:lining-nums;-moz-font-feature-settings:"lnum" 1;-moz-font-feature-settings:"lnum=1";-ms-font-feature-settings:"lnum" 1;-o-font-feature-settings:"lnum" 1;-webkit-font-feature-settings:"lnum" 1;font-feature-settings:"lnum" 1}

.image1{width:100%}
.image2{display:none}#s5_qc_submitbutton{margin-top:10px !important}#filters{text-align:left}#social{margin-top:25px !important;width:120px}#social a:link{display:inline-block;text-align:center;width:50px}#Facebook,#Twitter,#Linkedin{display: none;width:44px;height:44px;font-size:18px;color:#fff;float:left;padding:14px;margin-left:4px;margin-right:4px;border-radius:40px;box-shadow:0 5px 18px rgba(0,0,0,0.15),0 1px 0px rgba(0,0,0,0.15);transition:background-color 1s;background-color:#264A62}#Facebook:hover,#Twitter:hover,#Linkedin:hover{background-color:#D3BE9C;color:#ffffff}

.group {
    margin-top: -16px;
    border-left: 3px solid #264A6225;
    padding-left: 24px;
    margin-left: 24px;
}

.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 10px;
}

.column img {
  margin-top: 20px;
  vertical-align: middle;
  width: 100%;
  transition:box-shadow 0.5s;
  background-image:url(../images/scroll.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right bottom;
}

.column a:hover img {
  transition:box-shadow 0.3s;
  box-shadow: 0 10px 28px rgba(0,0,0,0.21),0 5px 5px rgba(0,0,0,0.159) !important;
}

.btn {font-size: 16px !important;}

.btn-secondary{
position: relative;
background-color: #ffffff;
vertical-align: baseline;
font-size: 16px;
font-weight: 500;
color:#264A62 !important;
padding: 16px 24px 16px 24px;
letter-spacing: 0.1px;
line-height:24px !important;
font-family:'Roboto', sans-serif;
font-style:normal;
border-radius:35px !important;
margin-top:20px !important;}

.btn-secondary:hover{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
    padding: 16px 24px 16px 24px;
letter-spacing: 0.1px;
line-height:24px !important;
}

.convertforms .cf-btn:hover {
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
    }

input#s5_qc_submitbutton.btn-secondary {
    color:#fff !important
}

.mfp-image:link,
.mfp-image:active,
.mfp-image:visited {
    text-decoration: none !important;
}

.text {
    color: #2d5476;
    font-weight: 400;
    font-size: 11px;
    background-color: #2d547616;
    padding: 4px 6px;
    margin-left: 4px;
    margin-right: -2px;
    vertical-align: top;
}

.team {
    color: #9c8e76;
    font-weight: 400;
    font-size: 11px;
    background-color: #d3be9c40;
    padding: 4px 6px;
    margin-left: 4px;
    margin-right: -2px;
    vertical-align: top;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    
    .text, .team {
     margin-left: 0px;
     margin-right: 2px; 
    }
    
    .projects {margin-bottom: 40px !important;}
    
    p {
        font-size: 16px !important;
        line-height: 30px !important;}
    
    .timeline {
        font-size: 12px !important;
    }
    
    .group {
        padding-left: 24px;
        margin-left: 11px;
    }
}

.timeline {
    font-size: 14px;
    margin-bottom: -5px;
    color: #96a7b8;
}

.company {
    font-weight: 500;
}

.book {
    color: #264A62 !important;
    text-decoration: underline !important;
}

.book:hover {
    color: #96a7b8 !important;
    text-decoration: none !important;
}

.cover {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: -15px;
    border: 1px solid #d7d7d7;
}

.status {position: absolute;}

.status p {
margin-right: -5px;
border: 0px !important;
padding-bottom: 0px !important;
padding-top: 1px !important;}

.paragraph no-margin meer-over-mij {color: #264A62;}

p {
text-align: left;
margin: 0 0 24px 0px;
color: #264A62;
font-family: 'Roboto', sans-serif;
font-size: 18px;
letter-spacing: 0.1px;
line-height: 30px;}

h1 {
font-family:'Roboto', sans-serif;
color:#264a68;
max-width: 67%;
margin-left: 0px;
line-height: 70px;
font-weight: 600;
padding-top: 32px;
clear: left;
letter-spacing: 0.1px;
font-size: 58px !important;
margin-bottom: 22px;}

.page-header {
    margin: 200px 0 -70px 15px;
    border-bottom: 0px;
}

.page-header h1 {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    margin-bottom: -24px;
    margin-left: 7px;
    font-weight: 600;
    line-height: 70px;
    margin-top: 16px;
    letter-spacing: 0.1px;
    font-size: 58px !important;
    color: #264a68;
    text-align: left;
}

.com-content-article__body {
    text-align: left;
    margin-top: 38px;
}

.com-content-article__body ul {
    margin-bottom: 24px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .com-content-article__body {
        padding: 0 15px;
        margin-top: 32px;
    }
}

#introduction{text-align: center;z-index: 1;border-radius: 30px; font-size:20px;font-weight:500;color:#264A62;line-height:20px;margin-left:0px;margin-bottom:-20px;display:block;position:relative;padding:55px 10px 25px 10px;}

h2{font-size:17px;margin-top:-59px;margin-bottom:23px;font-weight:300;font-family:'Roboto', sans-serif;text-align:left;color:#96a7b8;display:contents;position:relative;margin-top: 48px !important; margin-bottom: -14px !important;width:100%;width:-moz-max-content}

.tagItemIntroText h2{text-align:left}

.com-content-article__body h2 {
    display: inline;
    margin-left: 0px;
    width: max-content;
    float: left;
    margin-top: 32px;
    letter-spacing: 0.1px;
    margin-bottom: 24px;
    padding-left: 0px;}

@media all and (min-width: 0px) and (max-width: 767px) {
    .com-content-article__body h2 {
        margin-left: -15px;
        margin-top: -8px !important;
        font-size: 12px;
        padding-left: 16px;
    }
}

#call-to-action h2{font-size:20px;margin-top:33px;text-transform:none;margin-bottom:-25px;font-weight:300;font-style:normal;color:#fff}h3,h6{letter-spacing: 0.1px; font-size:18px;line-height: 24px !important; margin-top:30px !important;margin-bottom:-5px;font-weight:400;font-family:'Roboto', sans-serif;color:#264A62}h4{text-align: center; font-family:'Roboto', sans-serif !important;font-size:64px !important;color:#264A62;font-weight:600;line-height:46px;margin-top:45px;margin-bottom:32px}

h5{border-bottom: 3px solid #D3BE9C;letter-spacing: 0.1px;display: table;line-height: 30px;width:fit-content;margin-left: auto;margin-right:auto;font-size:40px;margin-top:0px;margin-bottom:-15px;font-weight:400;font-family: 'Carattere', sans-serif; color:#264A62}

@media all and (min-width: 0px) and (max-width: 767px) {
    h5 {
        margin-top: 50px; font-size: 32px; margin-bottom: -24px;
    }
    
    figure img {margin-top: 147px; margin-bottom:  0px;}
    
    figure {overflow: hidden;}
    
    .com-content-article__body li {
    font-size: 16px !important;
    line-height: 30px !important;}
}

.com-content-article__body h5 {
    margin-top: 40px;
    margin-bottom: 8px;
    margin-left: -1px;
    border-bottom: 0px;
    color: #264a62;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: initial !important;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;}

.com-content-article__body li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px;
    color: #264A6285;
    margin-left: -16px;}

#map{background-size:100% !important}.subtext{color:#264A62 !important}label{color:#264A62;font-family:'Roboto', sans-serif;font-size:16px !important;font-style:normal;font-weight:300;margin-bottom:0px}input{border:0px;border-bottom:0px solid #dddcdc;border-radius:0px;font-size:16px;font-family:'$font', sans-serif;font-weight:300;font-style:normal;color:#a7bacb;margin-top:0;background-color:transparent;float:right}input:focus{color: #264A62;}.row{margin-right:0px;margin-left:0}#brands,#call-to-action{width:100%;height:90px;padding:5px 25px 0 25px;margin:45px auto 7px}#call-to-action{text-align:center}#brands img,#call-to-action img{background-image:20px 20px;width:10px;height:10px}#brands{margin-top:38px}#cta{position: relative; background-size:100% 130px;height:225px;width:100%;background:#264A62;margin-bottom: 150px;padding-top: 5px;margin-top: 20px;}#bottom{clear: both; height:300px;width:100%;display: inline-block;background:#264A62; margin-top: 0px;}#footer{width:100%;margin-top:-25px;}#footer img{margin:80px auto 0px; }#footer p{font-family:'$font', sans-serif;font-weight:300;font-size:22px;color:#264A62;margin:0 auto;text-align:center;padding:0 130px 10px;margin-top:15px}
#footer a:link {color:#D3BE9C; font-size: 24px; line-height: 0px;};#bottom .row,#cta .row{padding:0;margin:0}.container-fluid{padding-left:0;padding-right:0}#breadcrumbs{position:relative;display:block;float:left;clear:left;width:100%;height:42px;margin-bottom:30px;margin-top:47px;padding-top:20px;padding-left:16px;padding-right:16px}.breadcrumb{margin-top:-8px;color:#264A62;padding-left:15px !important;padding:0px !important;background-color:transparent !important}.breadcrumb a:link,.breadcrumb a:visited{color:#264A62;opacity:1;}.breadcrumb a:hover{color:#264A62;opacity:1;transition:opacity 1s}.breadcrumb>li+li:before{color:#264A62;padding:0;opacity:0.5}.divider{display:none}.breadcrumb li.active{color:#264A62; text-overflow: ellipsis; letter-spacing: 0.6px;
    white-space: nowrap;
    overflow: hidden;
    width: 48%;
    display: inline-block;
    vertical-align: bottom;}

#breadcrumbs-container{width:1200px;margin:0 auto}

#counting{
    background-color: #F2F5F9;
    background-image: url(../images/shadow.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: clamp(1000px, 80%, 100px) auto;
    position: relative;
    display: block;
    /* float: left; */
    clear: both;
    width: 100%;
    height: 250px;
    margin-bottom: 200px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 72px;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
} 

ol, ul {margin-top: 0px;}

#counting-container{width:100%;margin:0 auto}.badge{background: none !important; vertical-align: baseline; height: 65px !important; font-size:51px !important;font-weight:900;font-style:normal;line-height:1 !important;margin-top:16px;margin-bottom:-7px;color:#264A62;text-align:center;}.counter-desc{color:#264A6270;font-size:16px;font-style:normal;font-weight:400;line-height: 22px; text-align:center;font-family:'$font', sans-serif}#header{margin-top: -13px;width:100%;float:left;display:block;position:relative;}address{margin-bottom:0px}#container{width:100%;float:left;display:block;position:absolute;z-index:3}#logo{display:block;width:32%;height:75px;float:left;position:fixed;background-image:url(../images/Taktisch.svg);background-repeat:no-repeat;background-size:164px 59px;margin-top:14px;margin-left:15px !important}#search{display:block;font-style:normal;width:110px;float:right;margin-top:23px;padding-left:21px;background-image:url(../images/search.png);background-repeat:no-repeat;background-size:contain;background-position:bottom left}.ajax-search input[type="search"]{padding-right:0px !important}#top1{height:130px; width:100%;margin:0 auto;position:fixed;top:0px; padding-top: 20px; z-index:100;border-bottom:0px solid #fff}
#top2{height:130px;padding-top: 20px;background-color: rgb(255,255,255,1);width:100%;margin:0 auto;position:fixed;top:0;z-index:100;border-bottom:0px solid #fff}

.pull-left img {
    width: 100%;
    margin-top: 80px;
    margin-bottom: -37px;}

.column {padding: 0 4px !important; margin-bottom: -12px;}

@media (min-width: 1200px) {
    #top-container{max-width:1600px; margin:0 auto; z-index:101; position:relative; padding: 0 48px;}
    #counting-container{max-width: 1600px;}
    .container-reviews {
            padding: 0 56px;
        }
    .w-container{padding: 0 56px !important;}
}

@media (min-width: 1600px) {
    .container-reviews {
            padding: 0 0;
        }
    #component {
        padding: 0px 0px 40px !important;
    }
    
    #top-container{padding: 0px;}
    
    .w-container{padding: 0 0px !important;}
    
    #breadcrumbs-container{width: 1600px; padding-left: 16px; padding-right: 16px;}
}

#hero{
height:980px;
width:100%;
margin:0 auto;
display:block;
float:left;
background-image: url(../images/shine.webp);
background-repeat: no-repeat;
background-position: top center;
background-color: #F2F5F9;
background-size: contain;
clear:left;
margin-top: -13px;
margin-bottom: -93px;}

#hero-left{width:100%;height:100%;float:left;padding-left:25px;padding-top:310px;padding-right:25px;text-align: center;}

#hero-right{width:50%;float: left;} 

#hero-left h1{
    z-index: 1;margin-left: 0px; text-align: center;
    display: inline; letter-spacing: 0px; font-size:40px !important;position:relative;font-style:normal;line-height:72px;font-family:'Carattere', sans-serif;font-weight:400;margin-top:-5px;padding:0px 0px 0px;margin: 0 auto;}

#hero-left h2{
    text-align: center; margin-top: -48px !important; margin-bottom: 0px !important; font-weight:300; font-size:38px !important; font-style:normal; line-height:56px !important; color:#8a9aab;line-height: 48px;letter-spacing: 0.1px;display:block;position:relative;width: 100%;padding:8px 56px 32px;margin: 0 auto}

.digitaal {
    font-size: 96px;
    display: block;
    margin-top: 0px;
    line-height: 64px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif}

.succes {
    color: #D3BE9C;
}

.convertforms.cf-success .cf-response {
    background-color: #264A6215 !important;
}

#hero-image {
    width: 100%;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
    float: left;
    clear: both;
    margin-top: -365px;
    margin-bottom: 60px;
    z-index: 5;
    position: relative;
}

#hero-img {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    height: 600px;
    margin-top: 72px;
    border-radius: 16px; 
    filter: opacity(0.85);
    background-image: url(../images/header.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 15px 30px rgb(38 74 104 / 15%), 0 -15px 20px rgb(39 74 104 / 10%);
    filter: saturate(0.7);
    opacity: 0.9;
    display: none;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    #hero-img {border-radius: 0px; height: 230px; margin-top: 64px; box-shadow: 0 0 0;}
    
    #hero {margin-bottom: 0px;}
    
    #hero-image {margin-top: -200px; padding: 0; height: 320px; margin-bottom: -120px; display: none;}
    
    #hero-left h2 {margin-top: 0px !important;}
}

#services,#details {
    max-width: 1200px !important;
}

#breadcrumbs{background-color: #fff;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    height: 50px;
    margin-top: 54px !important;
    margin-bottom: 30px;
    margin-top: 54px;
    padding-top: 21px;
    position: fixed;
    top: 62px;
    z-index: 99;
    box-shadow: 0px 9px 8px -5px #0000001f}.breadcrumb{color:#264A62;padding-left:15px !important;padding:0px !important;background-color:transparent !important;z-index:100;position:relative;margin-top:-8px;letter-spacing: 0.1px;font-size:13px}.breadcrumb>li+li:before{color:#264A62;padding:0}.tss-techline-icons li a{padding:11px 13px 11px 31px;border-radius:0px}div.itemToolbar{width:1200px}.cd-top{border-radius: 25px !important;margin-top:-288px;padding:20px;background:#c1b095;border-radius:25px;display:none;float:right;margin-right:65px;bottom:-377px;z-index:4;position:relative;background-image:url(../images/scroll.png);background-position:center;background-repeat:no-repeat;background-size:18px 18px;transition:box-shadow 0.5s;}.cd-top:hover{background-color: #ad9a7d; box-shadow: 0 10px 28px rgb(0 0 0 / 15%), 0 5px 5px rgb(0 0 0 / 0%); transform: scale(1.1); 
    transition: all 300ms ease-in-out; }


.progress .progress-bar{box-shadow:none;animation-duration:3s; height: 32px; line-height: 24px; font-size: 13px;}.progress .progress-bar,.progress .progress-bar.progress-bar-default{background-color:#264A62; border-radius: 16px;}.progress .progress-bar.progress-bar-inverse{background-color:#C7D3DD}.progress .progress-bar.progress-bar-primary{background-color:#C7D3DD}.progress .progress-bar>span{text-align:left;padding-left:16px;padding-top:4px; font-weight: 500; letter-spacing: 0.1px;}.skillHeight{-webkit-animation-name:skillHeight;animation-name:skillHeight;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.progress-wrap{margin-bottom:40px}.progress{overflow:visible;box-shadow:none;background-color:#f0f4f7;right: 30px !important; position:relative;border-radius: 16px;margin-top:100px;margin-bottom:-50px;border-radius:16px;height:32px}.progress .progress-title{position:absolute;top:-25px}.container{margin-bottom:80px; margin-top: 10px;}.navbar-nav{margin: 0px 0px 0px 0px}.cc-theme-edgeless.cc-window{-webkit-transition-property:0s;-moz-transition-property:0s;-o-transition-property:0s;transition-property:0s;font-size:16px !important}.cc-banner.cc-theme-edgeless .cc-message{padding:16px;font-size:16px !important;line-height:17px;margin-left:0px !important;font-family:'Roboto', sans-serif}.cc-banner.cc-theme-edgeless .cc-btn{font-weight:400;box-shadow:0 2px 4px rgba(0,0,0,0.156),0 2px 4px rgba(0,0,0,0.23);transition:box-shadow 0.5s;margin:15px}a.cc-btn.cc-dismiss{height:40px;padding-top:10px;font-size:16px;font-weight:400}.cc-window.cc-floating .cc-compliance{font-size:16px !important}.cc-theme-edgeless.cc-window,.cc-color-override--174849448.cc-window,.cc-window.cc-banner.cc-type-.cc-theme-edgeless.cc-bottom.cc-color-override-2059590274{box-shadow:0 -6px 18px rgba(0,0,0,0.06),0 2px 4px rgba(0,0,0,0.23);background:linear-gradient(#c8d4dc, #fff);color:#264A62 !important}

.cc-banner.cc-theme-edgeless .cc-btn{padding:0.6em 1.8em}#_hj-f5b2a1eb-9b07_feedback[data-state="minimized"][data-show-message]{z-index:4 !important}#_hj-f5b2a1eb-9b07_feedback[data-state="minimized"]{z-index:4 !important}.cc-animate.cc-revoke.cc-bottom{transform:none;display:none}.cc-revoke.cc-bottom{margin-bottom:-60px !important}#_hj-f5b2a1eb-9b07_feedback[data-minimized-position="bottom_right"] #_hj-f5b2a1eb-9b07_feedback_minimized{bottom:18px !important}

@media (min-width: 992px){
    
    .progress-wrap{text-align:center;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;margin:-681px 0 0px 0;z-index:-9;top:0;position:relative}
    
    .progress .subtext,.progress .counter-desc,.progress .nav-tabs>li>a {transform-origin:left top;position:absolute;-webkit-transform:translateX(-20%) translateY(45%) rotate(90deg);transform:translateX(-20%) translateY(45%) rotate(90deg);min-width:64px; letter-spacing: 0.1px; font-weight: 500;}
    
    .progress{max-width:270px; margin:72px 0}
    
    .filters-default {min-height: 50px;}

}

@media (max-width: 767px){
    #hero-left {padding-left:100px; padding-right:100px;}
    #hero {padding-top: 40px;}
    #hero {background-size: inherit;}
}


@media (max-width: 900px){
    #hero-left {padding-left:25px; padding-right:25px;}
}

@media all and (min-width: 767px) and (max-width: 991px) {
    #hero-left {padding-left:25px; padding-right:25px;}
    
    #breadcrumbs-container{padding-left: 11px;}
}

@media (min-width: 1360px){
    #hero-left h2 {width: 1250px;}
}

@media (min-width: 1200px){
    #logo {margin-left: 0px !important;}
    #component{padding:10px 56px 56px 56px; margin-top:13px; max-width: 1600px; clear: both;}
    .progress{max-width:300px; margin:100px 0}
    #hero-left h1 {width: 770px; font-weight: 400; font-family: 'Carattere', sans-serif}
}

@media (min-width: 1200px) and (max-width: 1600px) {
    #breadcrumbs-container{width:100%; padding-left: 48px; padding-right: 48px;}
}

@media (max-width: 991px){
	
	#s5_qc_submitbutton,input#s5_qc_submitbutton.btn-secondary {margin-right: 0px !important;}
	
	#methoden {margin-right: 0px !important}
	
	strong {font-size: 24px; line-height: 38px;}
	
	.column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
	}
	
	.thumbnail #top,#top-container{width:100% !important}
		
	.progress-wrap{margin-top:0px}
		
	#services {width:100% !important}

    div.itemToolbar{width:96% !important;padding-right:4px}
    
    #details {width: 100% !important; padding:16px 0px 16px 0px !important;}
    
    .convertforms .cf-label {font-size: 14px !important;}
		
	.container{margin-bottom:5px;width:100%}
		
    #hero-container{width:100%}
		
	#social{margin-top:25px !important}
    
    .btn-secondary{margin-top:0px;}
		
	#s5_qc_submitbutton{margin-top:10px}#counting-container{width:100%}#call-to-action h2{margin-top:33px !important}.cd-top{margin-right:80px;z-index:3;position:relative}
		
	#brands,#call-to-action{width:100%;height:70px}#search{width:110px !important;margin-top:25px;padding-left:21px;background-position:bottom left}.ajax-search .results-box{border:0px}input{margin-right:0px}#component{padding:10px 0px 30px 0px;background-color:#fff;width:100%}.progress{margin-top:37px;margin-bottom:0px;margin-left:-60px;margin-right:-60px; top: 50px; right: 0px !important;}
		
	#portfolio,#article,#skills{clear: both;margin-bottom:0px}.progress .subtext,.progress .counter-desc,.progress .nav-tabs>li>a{clear:left}#breadcrumbs-container{width:100%;padding-left:16px}#breadcrumbs{padding-left:15px;padding-right:15px}
		
	#uitgelicht-container{padding-left:0px !important;margin-left:2px !important}
}


@media (max-width: 992px){
.page-header {padding-bottom: 50px;}
table {width: 45% !important;}
}


@media (max-width: 767px){
    
.translation {padding: 34px 14px 0px 0px !important;}
    
.btn-light {float: left;}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus
{color: #264A62; font-size: 16px; text-align: left; }

.navbar-nav .open .dropdown-menu {
    text-align: left;
    width: 100%;
    max-height: 220px;
    overflow: scroll;
}
	
#methoden {display: none !important;}	
	
div.itemView{margin-bottom:-50px}
    
.progress-wrap{margin-top:-70px}
    
#top1,#top2{width:100%; height: 100px; padding-top: 5px;}
    
#logo{background-position-x:0px; margin-left: 70px !important;width: 48%;}
    
#map{background-size:230% !important}

    #footer {margin-top: 355px;}
	#skills, #contact {padding: 40px 0px 8px !important; margin-top: 24px;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {background-color: #fff !important;}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {font-size: 20px !important; padding-bottom: 30px; padding-top: 30px;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {font-size: 17px; padding: 0px 0px 15px 18px;}
    
    .nav .navbar-nav .glyphicon {float: right;}
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a .glyphicon {float: left;}
	
	#contact-form {padding: 15px 1px 0px 0px !important; width: 70px !important; font-size: 15px !important;}
	
	#brands,#call-to-action{margin:20px auto 20px !important; border-radius: 16px;
    padding-top: 32px; padding-bottom: 155px !important;
    background: #264A62;
    height: 222px;}#s5_qc_submitbutton{margin-top:18px}#social{margin-top:25px !important;margin-right:auto;margin-left:auto;height:53px}#social a:link{display:inline-block;text-align:center;width:57px}#hero{height:100%;}#hero-container{width:100%;top:0;margin:0 auto}#hero-left{float:left;width:100%;height:57%;padding-right:15px;padding:180px 19px 100px 19px;z-index:3;position:relative}#hero-left h1{text-align: center; font-size:49px !important;line-height:62px;margin-top:0px;margin:0 auto;display:block;margin:0 auto;position:relative;margin-bottom: -25px;}#hero-left h2{line-height:41px;font-size:20px !important;padding-top:0px;display:block;margin:0 auto;margin-bottom:-22px;padding:25px 10px 15px 10px !important;margin:0 auto;position:relative}.btn-secondary{margin-top:12px !important}
    
    #counting-container{width:100%}
		
	.container{margin-bottom:0px}
	
	#filters{text-align:center}
	
	h1 {font-size:38px !important; line-height: 48px; max-width: 100%;}
    
    h2{font-size:16px; margin-top: 16px !important; margin-bottom: 0px !important;}
	
	#call-to-action h2{font-size:19px;margin-top:8px !important;line-height:40px}
	
    #details{padding-top: 30px;height:fit-content !important}
	
	.lead{margin-bottom:-40px;padding:0 14px 54px}
    
    #portfolio,#article,#skills{margin-bottom:40px}
    
    #search{z-index:999;width:149px;position:absolute;right:0;padding-left:21px;width:100px !important;height:17px;padding-top:3px;margin-top:25px}
    
    label{margin-bottom:0;margin-top:6px;margin-left:25px;font-size:11px !important}
    
    input{margin-top:-5px;display:block}
		
	.counter-desc{margin-bottom:22px}#taktisch img{width:140px;height:100%}#cta{background: none; background-size:100% 100%;height:100%;width:100%; padding: 0 17px;margin-top: 40px;margin-bottom: 40px;}#bottom{background-size:100% 100%;height:100%;width:100%;padding: 0 17px; margin-top: 35px; background: none; margin-top: 100px;}#footer img{width:100px;margin-top:80px}
		
	#footer p{font-family:'$font', sans-serif;font-weight:300;font-size:20px;text-align:center;padding:0px;width:86%;line-height:24px;margin-top:25px}
		
	#brands{width:100%;height:220px;margin-top:20px !important;margin-bottom:20px !important; background: #264A62; border-radius: 16px; padding: 15px;}
		
    #skills {margin-top:-60px}
		
	.djslider-default img.dj-image{width:70px !important}.cd-top{margin-right:35px;z-index:3;position:relative;float:right}#component{padding:10px 0px 16px 0px;background-color:#fff;width:100%;margin-bottom:-32px}.progress{margin-top:100px;margin-bottom:-50px;margin-left:0px;margin-right:0px;border-radius:16px; top: 50px; right: 0px !important;}#portfolio,#article,#skills{margin-bottom:80px}.col-sm-3{width:50%;float:left}#breadcrumbs-container{width:100%;padding-left:1px}#breadcrumbs{height:48px;margin-top:33px}#uitgelicht-container{padding-left:0px !important;margin-left:-14px !important}.ajax-search input[type="search"]{padding-left:32px !important}.navbar-default .navbar-nav .open .dropdown-menu>li>a{border-radius: 0px; padding-left:24px !important}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{margin-bottom:0px !important}.ajax-search .results-box{width:100% !important}
		
	.ajax-search .search-results{padding:12px 28px 3px 28px !important}
    .page-header{margin:150px 0 -17px 0 !important;border-bottom:0px}
		
	.page-header h1{
        text-align:left;
        margin-left: 20px !important;
        font-size: 39px !important;
        margin-bottom: -16px;
        line-height: 44px;
        padding-top: 40px;}
		
	input#mod-ajaxsearch-searchword{background-position:30px 12px !important;padding-left:51px !important}} @-webkit-keyframes skillHeight{0%,100%{transition-timing-function:ease}0%{width:0}100%{max-width:100%}}@keyframes skillHeight{0%,100%{transition-timing-function:ease}0%{width:0}100%{max-width:100%}}@media (min-width: 1200px){.progress-wrap{margin:-860px 0 30px 0;z-index:-10;position:relative}}

.related {
    width: 1200px;
    height: 310px;
    margin: 0 auto;}

.related .items {
    padding: 0;
}

.related .items li {
    width: 33.3%;
    float: left;
    padding: 20px;
    list-style: none;
}

.related .items li img {
    border-radius: 16px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.related .items li img:hover {
    transform: scale(1.03);
    box-shadow:0 0px 30px rgba(0,0,0,0.18),0 -1px 24px rgba(0,0,0,0.08)
}

.related .items h3 {
    margin-top: 24px;
}

a:hover h3 {
    text-decoration: underline !important;
    text-decoration-color: #fff !important;
}

@media all and (min-width: 767px) and (max-width: 1200px) {
    .related {
    width: 100%;
    height: 290px;}
    
    #breadcrumbs-container{padding-left: 16px; padding-right: 16px;}
    
    .com-content-article__body {
        padding: 0 15px;
    }
    
    .com-content-article__body h2 {
        margin-left: -15px;
        padding-left: 16px;
    }
    
    #methoden {
        margin-right: -15px !important;
    }
    
    .digitaal {line-height: 80px;}
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .related {
    width: 100%;
    height: 250px;
    clear: both;}
    
    .related .items li {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
    margin-bottom: 32px;
    list-style: none;
}
    
}

#footer .development {font-size: 16px; color: #a7bacb}
    
#related .container,#contact .container, #campagnes .container{width:100%;padding-left:0px;padding-right:0px}
#campagnes {background-color: #f4f4f4; padding-bottom: 1px;}
#google-maps{width:100%;height:300px}
#map{height:340px;
width:100%; 
margin: 0 auto; 
background-color: #F2F5F9;
/*background-image: url(../images/shine.webp), linear-gradient(#e9edf0, #ffffff); */
background-repeat:no-repeat;
background-position: center;
z-index:0}
#services {clear: both; margin:0 auto;width:84%; min-height: fit-content;margin-bottom: 30px;z-index:3;position:relative;}
.details-container {padding: 20px 17px 0px;}
	#details{border-radius: 16px;clear: both; margin:0 auto;width:84%;height:fit-content;z-index:3;position:relative;padding:40px;background-color:#fff;box-shadow:0 0 100px rgba(105, 127, 152, 0.15)}#details-map{z-index:0;margin-top:-210px;position:relative}

.convertforms .cf-label {padding-top: 8px;}

.btn-label {vertical-align: middle;}

#s5_qc_submitbutton,input#s5_qc_submitbutton.btn-secondary{border-radius: 35px; margin-top:11px !important; font-size: 16px; margin-bottom: 8px !important;font-weight: 500; letter-spacing: 0.5px; margin-right: 22px; padding: 16px 32px 16px 32px; background-image: linear-gradient(to bottom right, #d3be9c, #998668) !important; color:#ffffff !important;}

#s5_qc_submitbutton:hover,input#s5_qc_submitbutton.btn-secondary:hover {background-color: #264A62 !important; color: #fff;}

@media all and (min-width: 0px) and (max-width: 767px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
	padding: 0 10px;}
    
    .pull-left img {
    margin-top: 120px;}
    
    .page-header {padding-bottom: 10px;}
	
	table {width: 100% !important; margin-bottom: 0px !important;}
	td {padding: 12px 0px 12px 0px !important;
    font-size: 15px !important;
    line-height: 32px !important;}
		
	.form-left {display: none !important;}
	.form-right {float: left; width: 100% !important;}
	
	#arrow-down {margin-top: -100px !important;}
		}
.image1{display:none}.image2{display:block;width:100%} @media all and (min-width: 498px) and (max-width: 767px){#call-to-action h2{line-height: 26px;
    margin-top: -5px !important;
    display: block;
    text-align: center;}#arrow-down{margin-top:-50px !important}.screens{margin-left:-15px !important;margin-right:-15px !important}#social{margin-left:0px;margin-right:auto}.btn-secondary{margin-top:18px !important;color:#264A62 !important}#map{background-size:230%}}

@media all and (min-width: 200px) and (max-width: 767px){
        
    div.itemBody {
        margin-top: 155px !important;
    }
	
.screens{margin-left:-15px !important;margin-right:-15px !important}
.cc-banner.cc-theme-edgeless .cc-message{margin-bottom:-18px}
	
	#introduction {font-size: 19px; padding:55px 0px 15px 0px; text-align: left;}
    
    .digitaal {font-size: 80px; color: #264A62; font-weight: 900; line-height: 72px !important; font-family: 'Roboto', sans-serif; margin-top: 0px;}
    
	#hero-left h1 {font-size: 32px !important; line-height: 48px; margin-bottom: -10px; text-align: left; margin: 0px; width: 85%; margin-left: -3px; margin-bottom: -10px; font-weight: 400; font-family: 'Carattere', sans-serif;}
    
	#hero-left h2 {font-size: 21px !important; line-height: 48px !important; letter-spacing: 0.1px; text-align: left; padding: 8px 0px 24px 0px !important}
	

#counting{
    background-image: url(../images/shadow-mobile.webp);
    background-size: clamp(320px, 80%, 1200px) auto;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    margin-bottom: 48px;
    width: 100%;
    border-radius: 0px;
    padding-top: 64px;
    border: 0px;}
    
div.itemToolbar{width:94% !important}ul.sigProClassic li.sigProThumb,ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper,ul.sigProClassic li.sigProThumb span.sigProLinkWrapper{width:100%}.sigProLink lightview,a.sigProLink lightview,img.sigProimg{width:100% !important}ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg,ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg{width:100% !important;background-size:100%;background-position:top left}ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper{padding:0 0px 5px 0}
    
    #brands,#call-to-action{margin:8px auto 32px !important}
    h4 {font-size: 38px !important; line-height: 40px; margin-bottom: 25px; padding: 0 8px;}
    .cases h4 {font-size: 40px !important;
        line-height: 48px !important;
        margin-bottom: -8px;}
    #call-to-action h2{line-height:21px}#brands{margin-top:-60px !important; display: inline-block; padding: 20px 20px; margin-bottom:96px !important}.all-reviews{padding-top:48px !important;}.counter-desc{margin-bottom:10px;padding: 0 22px; line-height:22px !important;font-size: 15px !important;width:100%;text-align:center}.btn-secondary{margin-top:5px;color:#264A62 !important;}#map{margin-top: 0px; height: 383px; background-size: 100% 100% !important;}#breadcrumbs{padding-left:20px;padding-right:0px;margin-top:36px !important;}#search{width:100px !important;height:17px;padding-top:3px;margin-top:25px}.cc_container{top:152px;width:90%}}


@media all and (max-width: 370px){
	#introduction {font-size: 17px;}
	#hero-left h1 {font-size: 32px !important; margin-top: 140px; width: 320px; letter-spacing: 0.1px; font-weight: 400; font-family: 'Carattere', sans-serif;}
	#hero-left h2 {font-size: 17px !important; line-height: 32px !important;; letter-spacing: 0.1px; float: left; width: 100%; margin-top: -4px !important; padding-bottom: 20px !important;}
	h4 {font-size: 26px;}
    .cases h4 {font-size: 40px !important;
        line-height: 48px !important;
        margin-bottom: -8px;}
	h5 {font-size: 32px;}
	.btn-succes {padding: 14px 14px 12px 14px !important; margin-left: -12px;
    margin-top: 14px !important;}
	.btn-light {padding: 14px 14px 14px 14px !important;}
	.btn {font-size: 16px; margin: 0 -1px; vertical-align: bottom;}
    #CTA-button.btn {font-size: 16px !important;}
    #hero-left {padding: 20px 20px 100px 20px}
}

@media all and (max-width: 767px){
    input#s5_qc_namebox.inputbox,input#s5_qc_emailbox.inputbox,input#s5_qc_field1box.inputbox{
    margin-top: -10px;
    margin-bottom: 15px;
    padding: 18px 12px 7px 0px !important;
    font-size: 15px;
    margin-top: -10px !important;}
    
    .glyphicon-chevron-down {padding-right: 8px !important;}
    
}
    
    @media all and (max-width: 299px){
    #counting{margin-top:707px !important;height:380px; padding: 70px 0px;}.screens{margin-left:-15px !important;margin-right:-15px !important}#breadcrumbs{margin-top:0px !important}.element-invisible{display:none}ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg,ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg{width:100% !important;background-size:100% 100%}}.ajax-search .results-box dt,.ajax-search .results-box dd{font-family:'Roboto', sans-serif;font-size:16px;line-height:16px;font-style:normal;margin-top:5px}.ajax-search input[type="search"]{width:100%;font-size:16px;padding-left:19px;padding-top:12px;padding-bottom:12px;margin-top:3px;background-color:#C7D3DD}div.mod_ajaxsearch102 input[type="search"]{width:100%}.ajax-search .results-box .result-title a{font-size:20px;color:#264A62;font-family:'Roboto', sans-serif;font-weight:300;margin-left:-12px}.result-title a:hover,.result-title a:visited{text-decoration:none;color:#264A62}.results-box dt{color:#fff}.ajax-search .results-box .mod-ajaxsearch-results-footer,.ajax-search .results-box .result-created,.small{display:none}span.highlight{background-color:#264A62 !important;color:#fff;padding:0 3px 0 3px !important}.ajax-search .results-box{width:300px;right:0px;background-color:#fff;border-radius:0px}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{right:0;float:left !important}.result-text{margin-bottom:13px;margin-left:2px;margin-right:3px;text-align:justify;border-bottom:1px solid #eeeeee;padding-bottom:14px}.ajax-search .results-box{box-shadow:0px}::selection{background:#EFEFEF;color:#264A62}input#s5_qc_namebox.inputbox,input#s5_qc_emailbox.inputbox,input#s5_qc_field1box.inputbox{padding:18px 12px 7px 0px !important;font-size: 15px; margin-top: 3px; border-bottom:1px solid #D3BE9C}
#s5_quick_contact_wrap textarea {width: 85% !important; margin-bottom: 15px; border: 1px solid #fff; border-bottom: 1px solid #D3BE9C !important; border-radius: 0px; color: #a7bacb; font-weight: 300; font-size: 15px; margin-top: 92px !important; padding: 6px 12px 0px 0px !important;}
input:focus,select:focus,textarea:focus,button:focus{outline:none}div.itemToolbar{margin:0px 0 0 0;background:transparent;border-radius:0px;color:#fff;text-transform:uppercase;width:110px !important;float:right;right:0;z-index:79;position:relative;margin-top:-51px}div.itemToolbar a:link,div.itemToolbar a:hover,div.itemToolbar a:visited,div.itemToolbar ul li a.itemPrintLink span,div.itemToolbar ul li a.itemEmailLink span{color:#fff;font-size:10px;text-decoration:none;cursor:pointer}.lv_side{padding:9px 0}.lv_slider{padding-bottom:24px;margin-top:-13px;display:none !important}canvas{display:none;opacity:0.0}.lv_window_dark .lv_button_top_close{top:33px;left:60px}.lv_window_dark .lv_slider_number_active,.lv_window_dark .lv_slider_number_active:hover{color:#fff}.lv_slider_number,.lv_slider_number_empty{text-shadow:0 0 0}.nav-home a:link{text-decoration:none !important;color:#fff !important}.nav-home a:hover{color:#fff;text-decoration:none}.preloader{height:100%;left:0;opacity:1;overflow:hidden;position:fixed;right:0;top:0;transition:opacity 0.45s ease 0s;z-index:11111}.preloader .spinner-wrap{position:absolute;top:50%;left:50%;width:60px;height:60px;line-height:0;-webkit-transform:translate3d(-50%, -50%, 0);-moz-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}.preloader .spinner-wrap .spinner{font-size:10px;position:relative;text-indent:-9999em;border-top:2px solid rgba(0,0,0,0.152);border-right:2px solid rgba(0,0,0,0.152);border-bottom:2px solid rgba(0,0,0,0.152);border-left:3px solid #536dfe;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.preloader .spinner-wrap .spinner,.preloader .spinner-wrap .spinner:after{border-radius:50%;width:60px;height:60px}div.itemBody{margin-top:85px}.results-box{z-index:9999;position:absolute}.lv_window_dark .lv_slider_number{color:#fff}div.itemToolbar ul li{border-left:1px solid #bbe5d8}div.tagItemBody{margin-top:-3px;margin-bottom:-4px;text-align:left}

a:link,a:hover,a:focus,a:visited {border-radius: 5px;color:#a7b6c3;text-decoration:none}
a:hover {text-decoration: underline;}

.com-content-article__body a:link {
    text-decoration:underline;
}

div.tagItemHeader{text-align:left}div.tagItemView{margin-bottom:-12px;margin-top:55px}.ajax-search .search-results{padding:10px 10px 0px 10px;margin:0;z-index:9999;position:fixed;background-color:#fff;box-shadow:0 3px 9px rgba(0,0,0,0.08),0 -1px 24px rgba(0,0,0,0.08) !important}#colorbox{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;border:0px;background-clip:inherit}blockquote{ color: #D3BE9C; margin-top:40px !important;margin-bottom:40px !important;padding:10px 24px 10px 24px;font-size:26px;border-left:5px solid #e2e7ec;}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{color: #264A62 !important;
    font-size: 17px;
    margin-top: 10px;}blockquote a:link{font-weight:500}#opdracht h5,#brands h5,#call-to-action h5{border-bottom: 0px;font-size:21px;line-height: 25px;color:#fff;text-align:center;margin-top:10px;margin-bottom:25px; font-family: 'Roboto', sans-serif}
#call-to-action h5 {margin-top: 5px; margin-bottom: 10px;}
#brands h5 {margin-top: 20px !important;}
.share-container{display: none;margin-top:50px !important;margin-bottom:-69px}.tss-techline-icons li{padding:0 6.5px 0 0}.btn-group-lg>.btn,.btn-lg{width: 20px; height: 20px;padding:0px 7px;font-size:16px;line-height:1.3333333;border-radius:21px;border:0px;background-color:#fff;color:#264A62}.btn-lg:hover,.btn-info:hover,.btn-info.focus,.btn-info:focus{background-color:#fff;color:#264A62}.modal-content{z-index:999}{width:100%;height:100%;text-align:left; display:block;padding:15px 14px 11px 14px;font-size:17px;color:#264A62;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.navbar-default{background-color: rgb(255,255,255,0);}.navbar{min-height:62px !important;border-top:0px !important;border-left:0px !important;border-right:0px !important}.navbar-toggle{margin-top:29px;margin-bottom:13px;margin-left:28px !important; float: left; border:0px !important}.navbar-toggle:hover,.navbar-toggle:focus{border-color:#264A62 !important;background-color:#264A62 !important}.navbar-nav>li>a,.navbar-nav>li>a:hover{margin-left:0px !important;}.container-fluid>.navbar-header{margin-top:1px !important}.navbar-form{margin-top:-16px !important}.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#264A62;margin-left:0px;border-bottom:0px solid #f7f7f7;padding:16px 0px 16px 20px}.ajax-search .results-box{border:0px !important}.ajax-search{margin-top:-8px}.navbar-default .navbar-nav .open .dropdown-menu>li>a{background-color:transparent !important}.navbar-default .navbar-nav .open .dropdown-menu>li>a{}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{border-bottom:0px}input#mod-ajaxsearch-searchword{color:#fff !important;background-image:url(../images/search.png);background-repeat:no-repeat;background-size:15px 15px;background-position:17px 12px;padding-left:39px}input#mod-ajaxsearch-searchword:placeholder-shown{font-style:italic;font-size:16px;padding:13px 0 13px 39px}::-webkit-input-placeholder{color:#fff}input#mod-ajaxsearch-searchword.inputbox:placeholder{color:#fff !important}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color: transparent;padding-top: 24px !important; padding-bottom:10px}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:focus{color:#264A62;}.navbar-nav>li>a:hover{text-decoration: none;color:#96a7b8 !important}.navbar{border-radius:0px;border:0px}.dropdown-menu{min-width:240px;padding:6px 0 6px 0}.techline-icon-envelope:before{margin:1px -1px}.techline-icon-twitter:before{margin:1px 0px}.techline-icon-linkedin:before{margin:1px 1px}.techline-icon-pinterest:before{margin:1px 0px}.techline-icon-facebook:before{margin:2px 3px}#uitgelicht{margin:0;font-size: 16px;padding:13px 30px 12px 30px;display: none;margin-top:-25px;height:46px;background-color:#fff}#uitgelicht-container{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width:1200px;margin:auto;color:#264A62;padding-left:30px}#uitgelicht a:link,#uitgelicht a:hover,#uitgelicht a:visited{color:#fff;opacity:0.5;font-size:16px;font-family:'Roboto', sans-serif;text-transform:uppercase}#uitgelicht a:hover{opacity:1;transition:opacity 1s}

#arrow-down{width:100%;height:50px;display:block;position:absolute;margin-top:-80px;background-image:url(../images/arrow.gif);background-repeat:no-repeat;background-position:center;background-size:40px 40px}.no_title #cboxClose{right:0px;top:0px;width:40px;height:40px;background-color:#264A62;background-image:url(../images/btn-close.png);background-repeat:no-repeat;background-position:center;background-size:22px 22px;opacity:1;text-align:center}
.glyphicon{top:1px; padding-right: 2px;}
.glyphicon-time{top:2px;}
.glyphicon-chevron-down {top:3px;}
.glyphicon-chevron-right {top: 0px; left: 7px; font-size: 14px;}
.glyphicon-folder-open:before {font-size: 14px; display: block; height: 16px; width: 16px; margin-right: 8px;}

.navbar-nav>li>.dropdown-menu {margin-top: 5px; padding: 8px 0px; font-size: 16px; border: 0px; border-radius: 8px;}
.modal-body {padding: 15px; background-color: #264A62;}
.modal-body p {color: #fff; padding: 10px; line-height: 23px; border-radius: 0px 0px 5px 5px;}
	.glyphicon-home:before {color: #264A62}
.modal-dialog {padding: 20px !important; }
.modal-content {border-radius: 10px;}
.modal-body {border-radius: 0px 0px 9px 9px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {background: 0px; margin-top: 14px; border: 0px;}
.navbar-default .navbar-toggle {}
.navbar-default .navbar-toggle .icon-bar {background-color: #264A62 !important;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus
{color: #264A62; font-size: 17px; height: 55px; letter-spacing: 0.1px; border-radius: 0px; padding-top: 24px !important; padding-left: 24px !important; padding-right: 24px !important; padding-bottom: 48px !important; font-weight: 500;}

.navbar-toggle:hover, .navbar-toggle:focus {background-color: transparent !important}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #264A62 !important; font-size: 16px; line-height: 24px;}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #96a7b8 !important;}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:active {color: #D3BE9C !important;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {color: #264A62 !important;}

.col-md-12, .col-sm-10, .col-xs-12 {padding-left: 2px; padding-right: 2px;}

#skills {padding: 20px 0px 60px}

#contact {padding: 180px 0px 300px; background-color: #F2F5F9;}

.filters-default {z-index: 3 !important; position: relative !important;}

a.glink img {margin-left: 10px !important; margin-right: 10px !important;}

.glyphicon-chevron-down {font-size: 16px !important; padding-left: 16px; float: right}
.glyphicon-chevron-right {font-size: 16px !important; margin-left: -8px; margin-right: 12px; top: 1px;}

.btn-primary {
	background-color:#D3BE9C;
	color:#fff !important;
	font-weight:400;
	border-radius: 0px;
	border: 0px;
	transition:background-color 1s;}

.btn-primary:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
	background-color:#264A62;
	transition:background-color 1s;}

#spacer {
	background-color: #264A62;
    height: 45px;
    clear: both;}

.thumbnail {
	min-height: 240px;
    /* background-color: #f4f4f4; */
    border: 0px;
    padding: 0px 16px 20px;
	margin: 2px 3px 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);}

.thumb {
	width: 100%;
    margin-bottom: 15px;
    height: 130px;
    margin-top: 20px;}

.caption p {
	text-align: left;
    margin: 0 0 0px;
    color: #264A62;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;}

.caption h3 {
	font-size: 21px;
    margin-top: 25px;
    text-transform: none;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    color: #264A62;
    border-bottom: 2px solid #D3BE9C;
    width: fit-content;
	display: table;}

.category {
    margin-top: -16px;
    margin-bottom: 0px;
    font-size: 24px !important;
    color: #264a62;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 60px !important;
    font-family: 'Roboto', sans-serif;}

a.modal_link.rl_modals_element {background: #fff !important;}

.gallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 80px;
  margin-left: -10px;
  margin-right: -5px;
}

.image-gallery {
    margin-top: 20px;
}

.smartphoto-header {top: 10px;}
.smartphoto {background-color: rgba(0, 0, 0, 0.8);}
.smartphoto-arrows li {margin-left: 15px; margin-right: 15px;}

@media (max-width: 767px) {
	.nav>li>a {padding: 14px 0px 10px 17px;}
	h1 {margin-bottom: 8px; padding-top: 16px;}
	.thumbnail {min-height: 220px !important;}
	.thumb {height: 160px;}
    .glyphicon-chevron-right {font-size: 17px; top: -1px;}
	.caption h3 {font-size: 23px;}
	.column {padding: 0 10px;}
	#uitgelicht-container {width: 100%;}
	#s5_quick_contact_wrap textarea {width: 100% !important}
    #brands h5 {margin-top: 25px !important; margin-bottom: -25px;}
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus
    {padding-top: 40px; height: 80px;}
    .navbar-nav>li>.dropdown-menu {margin-top: 19px;}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{font-size: 18px !important; line-height: 16px;}
    
    .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color: #f5f6fa !important;padding-top: 32px !important; padding-bottom:10px}
    
    .navbar-default .navbar-nav>.open>a:hover{background-color: transparent;padding-top: 32px !important; padding-bottom:10px}
    
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus
    {color: #264A62; font-size: 17px; height: 55px; letter-spacing: 0.1px; border-radius: 0px; padding-top: 32px !important; padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 48px !important;}
}

#_hj-f5b2a1eb-9b07_feedback[data-state="emotion"] #_hj-f5b2a1eb-9b07_feedback_open_close {
    border-radius: 30px;
    height: 45px;
    width: 45px;
	margin-bottom: -7px;
    padding-top: 4px;}

.btn-succes {
    border-radius: 35px !important;
    color: #264A62 !important;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 16px 24px 16px 24px !important;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 2px solid #D3BE9C !important;
    vertical-align: baseline;
    width: 193px !important;
    margin-left: 12px;
}

.btn-succes:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
    border: 2px solid #264A62 !important;
    color: #ffffff !important;
    background-color: #264A62;
}

.btn-light, .convertforms .cf-width-auto {
    border-radius: 35px !important;
    color: #ffffff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 16px 24px 16px 24px !important;
    background-color: #264A62;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    vertical-align: baseline;
    width: 193px;
    border: 2px solid #264A62 !important;
}

.convertforms .cf-width-auto {
    width: auto !important;
}

.btn-light:hover, .convertforms .cf-btn.cf-btn-style-flat:hover {
	background-color: #264A62;
    color: #ffffff !important;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.navbar-nav>li>a.btn-nav {
    border-radius: 40px !important;
    border: 2px solid #D3BE9C !important;
    color: #264A62 !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    vertical-align: baseline;
    margin-left: 16px !important;
    margin-top: 5px;
    height: 56px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.navbar-nav>li>a.btn-nav:hover {
    letter-spacing: 0.5px;
    border: 2px solid #264A62 !important;
    text-decoration: none;
    padding: 16px 24px !important;
    background-color: #264A62;
    color: #fff !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.navbar-nav>li>a.btn-nav:focus {
    letter-spacing: 0.5px;
    height: 56px !important;
    line-height: 20px;
    color: #fff !important;
    background-color: #264A62;
    padding: 16px 24px !important;
    }

.convertforms .cf-input, .convertforms textarea.cf-input {
    border-color: #e0e6eb;
    font-weight: 300;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

#social-linkedin, #social-email {
    width: 48px; height: 48px; background-color: #264A62; border-radius: 35px; margin: 0 auto; color: #fff; padding: 15px; float: left;;
}

#social-linkedin:hover, #social-email:hover {
    background-color: #96a7b8;
    color: #fff !important;
}

#social-email {
    float: right !important;
}

#social-container {width: 106px; margin: 0 auto; margin-top: 0px; margin-bottom: 150px; position: relative;}

#top1.scrolled,#top2.scrolled {
  box-shadow: 0 0 20px rgba(0,0,0,0.1) !important;
  background-color: #ffffff !important;
  transition: all 300ms ease-in;
  z-index: 10;
  position: fixed;
}

.modal-header {padding: 22px 25px 15px 25px;}

div.itemHeader span.itemDateCreated {font-size: 0px; color: #ffffff;}

#contact-form {float: left; color: #D3BE9C; font-size: 16px; letter-spacing: 0.1px; padding: 18px 4px 18px 12px; clear: both; width: 80px; font-family: 'Roboto', sans-serif;}

.form-container {width: 100%;}
.form-left {float:left; width: 20%; background-image: url(../images/Stefan.png); background-repeat: no-repeat; background-size: auto 100%; height: 130px; background-position: center top; margin-top: 10px;}
.form-right {float:right; width: 80%;}

.smartphoto-nav a {border-radius: 0px !important; background-position: left center !important;}

.readtime {
    font-size: 14px !important;
    margin-top: 30px !important;
    margin-bottom: 5px !important;
    color: #C7D3DD !important;
	text-transform: uppercase;}

tr:nth-child(odd) {background-color: #f4f4f4;}
table {width: 775px; letter-spacing: 0.1px; display: inline-table; margin-top: 24px; margin-bottom: -8px; font-size: 16px; color: #264A62; font-family: 'Roboto', sans-serif; border: 1px solid #ccc;}
td {padding: 16px 0px 16px 0px; line-height: 32px; font-size: 18px; background-color: #fff; border: 0; vertical-align: text-top;}
tr {border-top: 1px solid #a7bacb4f; border-bottom: 1px solid #a7bacb4f; border-left: 1px solid #fff; border-right: 1px solid #fff;}

#methoden {
    background-color: #264A62;
    height: 100%;
    float: right;
    width: 330px;
    margin-left: 68px;
    color: #fff;
    position: relative;
    padding: 35px 35px 30px 35px;
	margin-right: 0px;
	margin-bottom: 30px;}

#methoden h5 {
	text-align: left;
    font-size: 22px;
    margin: 0px;
	color: #fff;
	margin-bottom: 16px;
    border-bottom: 0px;
    letter-spacing: 0.1px;
}
#methoden p {
	color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin: 0px;
    letter-spacing: 0.1px;
}

#methoden ul {
    margin-bottom: 0px;
}

#methoden li {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 36px;
    margin-left: -38px !important;
    margin-bottom: 7px;
    margin: 0;
	color: #ffffff85;
    text-align: left;
	list-style: none;
    letter-spacing: 0.1px;
}

#methoden a:link {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.buttons {
    margin: 0 auto;
    width: 528px;
    display: block;
}

.buttons .btn-light,
.buttons .btn-succes {
    font-size: 16px;
}

.projecten {
    background-image: url(../images/projects.svg);
    height: 56px;
    display: block;
    background-repeat: no-repeat;
    width: 300px;
    float: right;
    margin-left: 24px;
}

.projects {
    text-align: center; margin: -10px auto 30px; width: 80%;
}

.more-projects {
    border: 1px solid #e6eaeb;
    padding: 8px 24px 40px 24px;
    vertical-align: baseline;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 140px;
    margin-top: -70px;
    margin-left: 16px;
    margin-right: 16px;
    clear: both;
}

.more-projects h6 {
    font-weight: 400;
    font-size: 18px;
    color: #264A62;
}

.cases {
    padding-top: 220px;
}

.cases h4 {
    font-size: 56px;
    line-height: 72px;
}

.cases h5 {
    border-bottom: 3px solid #D3BE9C;
    letter-spacing: 0.1px;
    display: table;
    line-height: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: -15px;
    font-weight: 400;
    font-family: 'Carattere', sans-serif;
    color: #264A62;
}

#CTA-project {
	border-radius: 35px !important;
    color: #ffffff !important;
    padding: 14px 15px 14px 15px !important;
    background-color: #264A62;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.0) !important;
	background-image:url(../images/chevron.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position:95% 13px;
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 20px;
	margin-top: -2px;
    max-width: 140px;}

.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }

.slide {
  width: 100%;
  height: 290px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0,0,0,0.15) !important;
}

.slide ul {
  margin: 0 auto;
  height: 382px;
}

.slide ul li {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 1;
  height: 290px;
  background-position: top center;
  background-size: auto 300px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  filter: grayscale(20%);
  opacity: 0.90;
}


.slide #dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 25px;
  z-index: 3;
  font-size: 0;
  text-align: center;
  opacity: 1;
}

.slide #dots a {
  background: #fff;
  opacity: 0.5;
  margin: 8px 4px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}

.slide #dots a.active {
    background: #FFF;
    opacity: 1;
}

.slide .arrow {
  position: absolute;
  top: 50%;
  width: 65px;
  height: 100px;
  margin-top: -50px;
  z-index: 3;
  opacity: 1;
  line-height: 100px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.slide .arrow.prev { left: 0; background-image: url(../images/chevron-prev.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center; }

.slide .arrow.next { right: 0; background-image: url(../images/chevron-next.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center; }

.slide .arrow:active {
  opacity: 1;
}

.wrap { height: 340px; padding: 18px; margin-top: -25px; margin-bottom: 10px; display: none;}

#new {display: block; width: 90px; height: 90px; background-image: url(../images/new.png); background-size: contain; background-repeat: no-repeat; float: right; margin-top: -5px;
    margin-right: -5px; z-index: 3;
    position: relative;
    margin-bottom: -85px;}

@media (max-width: 767px){
    
    .buttons {
        width: 100%;
    }
    
    .cases {
    padding-top: 190px;
}
    
    .btn-light, .btn-succes {float: left !important; margin-bottom: 16px; font-size: 16px !important; width: 100%;}
    
    .btn-light {
        width: 184px;
        margin-right: 10px;
        font-size: 14px !important;
        padding: 16px 24px 16px 24px !important;}

    .btn-succes {
        width: auto !important;
        margin-top: 0px !important;
        font-size: 14px !important;
        padding: 16px 21px 16px 21px !important;}
    
    .btn-succes {margin-left: 0px; margin-top: 0px !important;}
    
    .projecten {
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 32px;
        margin-bottom: 24px;
        display: none;
    }
    
    .category {
    margin-top: 0px;
    margin-bottom: 24px;
    line-height: 42px !important;}
    
    .wrap {height: 227px;}
    
    #CTA-project {
      font-size: 13px;
      padding: 15px 15px 14px 15px !important;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    box-shadow: 0 20px 20px 0px rgba(0,0,0,0.1) !important;}
    
    .navbar-nav>li>a.btn-nav {
    padding: 16px 24px 16px 24px !important;
    box-shadow: none !important;
    background-color: #fff;
    color: #264A62 !important;
    height: 60px;
    font-weight: 500;
    font-size: 19px;
    width: fit-content;
    letter-spacing: 0.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    line-height: 24px;
    border: 2px solid #d2be9c !important;}
    
    .navbar-nav>li>a.btn-nav:hover {
    height: 60px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    letter-spacing: 0.5px;
    }
    
    .navbar-nav>li>a.btn-nav:focus {
    height: 60px !important;
    line-height: 0px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 28px !important;
    letter-spacing: 0.5px;
    background-color: #fff;
    color: #264A62 !important;
    font-size: 16px !important;
    }
    
    .slide {
      height: 187px;
    }
    
    .slide ul li {
      height: 187px;
      background-position: top center;
      background-size: auto 187px;  
      }

}

.translation {display: block; padding: 35px 8px 0px 20px; float: right;}

a.flag img {margin: 0 12px 0 0;}


/* Portfolio filter */

.container-filter {
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  display: none;
}

.container-filter li {
  list-style: none;
  display: inline-block;
}

.container-filter a {
  display: block;
  font-size: 16px;
  margin: 8px 16px;
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all 0.6s;
  border-bottom: 1px solid transparent;
  font-family: 'Roboto', sans-serif;
  color: #264A62 !important;
  border-radius: 0px !important;
  text-decoration: none;
  letter-spacing: 0.1px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  line-height: 24px;
  padding-bottom: 8px;
}

.container-filter a:hover {
  color: #D3BE9C !important;
}

.container-filter a.active {
    color: #D3BE9C !important;
    padding: 8px 16px;
    /* box-shadow: 0px 14px 15px -10px #00000010; */
    font-weight: 500;
    line-height: 24px;
    height: 40px;
}

.item-box p {
    position: relative;
    float: left;
    font-size: 9px;
    text-transform: none;
    padding: 0px 7px 0px 7px;
    background-color: #ffffff;
    margin: 16px !important;
    width: fit-content !important;
    border-radius: 4px;
    color: #264a68;
    letter-spacing: 0.1px;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid #d8d8d8;
    margin-right: -8px !important;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 25px !important;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
  filter: saturate(0.75);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  opacity: 0.80;
}

.item-box a {
  display: inline-block;
}

.item-box .item-mask {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
}

.item-box .item-mask .item-caption {
  position: absolute;
  width: 100%;
  bottom: 10px;
  opacity: 0;
}

.item-box:hover {
  opacity: 1;
  /*border: 1px solid #264A62;
  outline: #3f6382 solid 6px;*/
  background-color: #fff;
  filter: saturate(1);
  transform: scale(1.07) !important; 
  box-shadow: 0 0 70px rgba(0,0,0,0.15) !important;
    transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;   
}

.services-box {
  padding: 45px 25px 45px 25px;
}

.contain {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 80px;
}


.item-box h2 {
    display: block;
    background-color: transparent !important;
    padding: 20px 17px 22px !important;
    margin-top: -23px !important;
    bottom: -23px !important;
    font-size: 20px !important;
    border-bottom: 0 !important;
    font-weight: 600;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    color: #264a68;
    width: 90% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0 !important;
    line-height: 26px;
    min-height: 148px;
    letter-spacing: 0.1px;
}

.item-box h5 {
    display: block;
    font-size: 12px;
    color: #96a7b8;
    margin-left: 18px !important;
    margin-bottom: -14px !important;
    line-height: 21px;
    width: 100% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.1px;
    white-space:nowrap;
    margin-top: 20px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.item-box h6 {
    padding-left: 17px;
    margin-bottom: 24px;
    letter-spacing: 0.1px;
    min-height: 103px;
    font-size: 16px;
    font-weight: 600;
    color: #D3BE9C;
    text-transform: uppercase;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .item-box h2 {
    font-size: 14px !important;
    line-height: 19px;
    min-height: 114px;
    max-height: 200px;
    padding: 16px 8px 22px 10px !important;
    width: 100% !important;
    }
    
    .item-box h5 {
    width: 80% !important;
    font-size: 10px;
    margin-left: 10px !important;
    margin-top: 8px !important;
    }
    
    .item-box h6 {
    padding-left: 10px;
    font-size: 13px !important;
    margin-top: 0 !important;
    margin-bottom: 12px;
    }
    
    .mfp-image img {
    width: 100%;
    min-height: 108px;
    max-height: 108px !important;
    }
    
    .item-box p {
    font-size: 7px !important;
    margin: 10px !important;
    padding: 1px 5px 0px 5px;
    line-height: 14px !important;
}
    
    .item-box {
    margin-bottom: 0px !important;
    border: 1px solid #264A6225;
    border-radius: 14px;
    margin-right: 0px;
    }
    
    .status p {
    margin-right: -3px !important;
    border: 0px;
    padding-bottom: 0px;}
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .col-lg-4 {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .item-box h2 {
        margin-left: 0px !important;
    }
    .contain {
        margin-bottom: 8px;
        margin-left: -12px;
        margin-right: -12px;
    }
    .col-sm-3, .col-sm-6 {
        padding-right: 8px;
        padding-left: 8px;
        margin-top: -2px;
        margin-bottom: 16px;
    }
    
    .more-projects {
        margin-left: 4px;
        margin-right: 4px;
        margin-top: -8px;
        margin-bottom: 24px;
        padding-top: 4px;
    }
    
    .more-projects h6 {
        line-height: 30px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .col-sm-6 .item-box .mfp-image,
    .col-sm-6 .mfp-image .item-box img {
        height: auto !important;
    }
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    table {width: 53% !important;}
}

@media all and (min-width: 1400px) {    
    .col-sm-6 .item-box .mfp-image,
    .col-sm-6 .item-box .mfp-image img,
    .col-sm-6 .mfp-image .item-box img {
        height: 505px !important;
        margin-bottom: 0px;
        width: auto;}
    
    .col-sm-3 .item-box .mfp-image,
    .col-sm-3 .item-box .mfp-image img,
    .col-sm-3 .mfp-image .item-box img{
        max-height: 226px !important;}
}

    
@media all and (min-width: 1600px) { 
    .col-sm-3 .item-box .mfp-image,
    .col-sm-3 .item-box .mfp-image img,
    .col-sm-3 .mfp-image .item-box img{
        max-height: 246px !important;}
}

    
    .col-sm-3 .item-box .mfp-image,
    .col-sm-3 .item-box .mfp-image img,
    .col-sm-3 .mfp-image .item-box img{
        max-height: 193px;}


    .col-sm-6 .item-box,
    .col-sm-6 .item-box .mfp-image,
    .col-sm-6 .item-box .mfp-image img,
    .col-sm-6 .mfp-image .item-box img{
        object-fit: cover;
        background-size: auto;
        width: 100%;
        height: auto;}

    .col-sm-6 .item-box .mfp-image,
    .col-sm-6 .mfp-image .item-box img{
        border-radius: 0px;}

    
    .projects {
    width: 80%; line-height: 28px !important; margin-bottom: 56px;}
    
    .page-header h1 {margin-left: 0px;}
    
    table {width: 63%}
    
    .digitaal {line-height: 88px;}
    


.tags {
    padding: 0px 12px;
    display: inline-block;
    background-color: #c7d3dd5c;
    border-radius: 6px;
    font-size: 11px;
    margin-right: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: 0.4px;
    height: 30px;
    text-transform: uppercase;
}

.design {
    padding: 0px 12px;
    display: inline-block;
    background-color: #b1b1b12b;
    color: #8b8b8b;
    border-radius: 6px;
    font-size: 11px;
    margin-right: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: 0.4px;
    height: 30px;
    text-transform: uppercase;
}

.DS {
    padding: 0 12px;
    display: inline-block;
    background-color: #c6b59917;
    color: #c6b599;
    border-radius: 6px;
    font-size: 11px;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-right: 8px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    height: 30px;
    transition:background-color 1s;
}

/* Over mij */

.w-container{margin-left:auto;margin-right:auto;max-width:1600px;}

#quote-tl {
    width: 65px;
    height: 65px;
    margin: -34px -18px -40px -19px;
    background-image: url(../../../templates/taktisch/images/quote-tl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;}

#quote-br {
    width: 65px;
    height: 65px;
    margin: 0px -19px -65px 0px;
    background-image: url(../../../templates/taktisch/images/quote-br.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    bottom: 9px;
    float: right;}

.paragraph.no-margin.meer-over-mij{margin-bottom: 24px;}

.heading-3.no-margin.centered{text-align:center}
.heading-3.meer-over-mij{margin-bottom:0;color:#D3BE9C;font-size:32px;line-height: 40px !important;margin-top: -13px !important;font-weight: 900; width: 240px;}

.section_meer-over-mij{margin-top: 0px; padding-top:160px; padding-bottom:160px; background: #f9f9f9;  margin-bottom: -20px;}

.section_footer{height:auto;padding-top:128px;padding-bottom:128px;background-color:#d1ebe6}

.grid_vertical-3-col-32px{display:-ms-grid;display:grid;grid-auto-columns:1fr;grid-column-gap:32px;grid-row-gap:32px;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.horizontal-line{height:1px;margin-top:0;margin-bottom:0;background-color:#d7d7d7}.grid_meer-over-mij{display:-ms-grid;display:grid;grid-auto-columns:1fr;grid-column-gap:0px;grid-row-gap:32px;-ms-grid-columns:330px auto;grid-template-columns:330px auto;-ms-grid-rows:auto;grid-template-rows:auto}.div_flexbox_align-top-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.div_horizontal-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100px;margin-bottom:1px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}

        .reviews {
            width: 100%;
            height: auto;
            padding-bottom: 180px;
            background-color: #ffffff;
            padding-top: 150px;
        }
        .all-reviews {
            width: 100%;
            max-width: 1600px;
            margin: 0 auto;
            padding-top: 150px;
            margin-top: -120px;
        }

        .round {
            display: block;
            margin-left: auto;
            margin-right: auto;
            background: linear-gradient(white, white) padding-box, linear-gradient(to right, #cfba99, #cfba9940) border-box;
            border-radius: 50em;
            border: 5px solid transparent;
        }

        #btn-reviews {
            clear: both; padding-top: 56px; text-align: center; height: 114px; margin: 0 auto;
        }

        #btn-reviews .btn-light {width: auto !important; font-size: 16px !important;}

        .com-content-article__body #review-1, .com-content-article__body #review-2, .com-content-article__body #review-3, .com-content-article__body #review-4 {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 15px;
            border: 1px solid #264A62;
            border-radius: 16px;
            margin-left: 0;
        }

        .container-reviews {
            display: flex;
            justify-content: space-between;
            margin-top: 48px;
        }

        #review-1 {
            float:left;
            width:100%;
            height:100%;
            padding: 18px;
            margin-top: 40px;
            background-color:white;
            border-radius: 16px;
            margin: 0 8px;
            border: 1px solid #264A6230;
        }

        #review-2 {
            float:left;
            width:100%;
            height:100%;
            background-color:white;
            margin-top: 40px;
            padding: 18px;
            border-radius: 16px;
            margin: 0 8px;
            border: 1px solid #264A6230;
        }

        #review-3 {
            float:left;
            width:100%;
            height:100%;
            padding: 18px;
            margin-top: 40px;
            background-color:white;
            border-radius: 16px;
            margin: 0 8px;
            border: 1px solid #264A6230;
        }

        #review-4 {
            float:left;
            width:100%;
            height:100%;
            padding: 18px;
            margin-top: 40px;
            background-color:white;
            border-radius: 16px;
            margin: 0 8px;
            border: 1px solid #264A6230;
        }

        #review-1 h1, #review-2 h1, #review-3 h1, #review-4 h1 {
            text-align: center;
            font-size: 24px !important;
            font-weight: 400;
            margin-left: 0px;
            max-width: inherit;
            margin-bottom: 28px !important;
        }

        #review-1 h3, #review-2 h3, #review-3 h3, #review-4 h3 {
            text-align: center;
            font-size: 15px !important;
            display: block;
            margin-bottom: 20px !important;
            margin-top: 20px !important;
            color: #264A62;
            font-weight: 300;
            opacity: 0.5;
        }

        #review-1 p, #review-2 p, #review-3 p, #review-4 p {
            text-align: left;
            font-size: 15px;
            font-style: italic;
            line-height: 28px;
        }

        #review-1 img, #review-2 img, #review-3 img, #review-4 img {
            width: 80px;
            height: 80px;
            border-radius: 100px;
            margin-bottom: -50px;
            margin-top: 32px;
}

@media screen and (max-width:991px){
        .reviews {
            margin-top: -130px;
            padding-top: 160px;
            padding-bottom: 70px;
            margin-bottom: 20px;
            display: flow-root;
        }
    
        .container-reviews {
            display: block;
            margin-top: 48px;
            margin: 0 16px;
        }
    
        #review-1, #review-2, #review-3, #review-4 {
            width: 100%;
            clear: both;
            margin: 0px;
            margin-bottom: 8px;
            margin-top: 10px;
            padding: 0px 18px 18px;
            display: block;
        }
    
        #review-1 h2, #review-2 h2, #review-3 h2, #review-4 h2 {
            margin-top: -59px;
        }
            
        #review-1 img, #review-2 img, #review-3 img, #review-4 img {
            margin-bottom: -30px;
        }
    
        #btn-reviews {
            padding-top: 32px;
            margin: 0 auto;
            display: table;
        }
    
        #review-1 img, #review-2 img, #review-3 img, #review-4 img {
            margin-top: 40px !important;
        }
        
        #quote-tl {
            margin: -16px -18px -40px -19px;}
    
    }

    
@media screen and (max-width:991px){
    .heading-1.no-margin.dynamic-align{text-align:center}
    .grid_meer-over-mij{-ms-grid-columns:auto;grid-template-columns:auto;-ms-grid-rows:auto auto;grid-template-rows:auto auto}
    .grid_vertical-3-col-32px{display: block;}
    .grid-vertical-1-col-24px{grid-column-gap:16px;grid-row-gap:16px;}
    .div_horizontal-line {height: 30px; margin-top: 10px;}
    .section_meer-over-mij {padding-left: 15px; padding-right: 15px; padding-top: 80px; padding-bottom: 40px; margin-bottom: 80px;}
    