/*
Theme Name: Uw Reclame Specialist
Theme URI: http://www.uwreclamespecialist.nl/
Description: Thema gemaakt door Uw Reclame Specialist
Version: 2.0
Author: Uw Reclame Specialist
Author URI: http://www.uwreclamespecialist.nl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



@charset "UTF-8";
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: none
}

.content a {
    color: #333;
    font-weight: 700;
}

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

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 20px 0;
    background: rgba(0, 0, 0, .3);
    padding: 10px;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    display: block;
    border-radius: 10px
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0
}

menu,
ol,
ul {
    padding: 0
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

img,
fieldset {
    border: 0
}

ul,
ol {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    width:auto;
}

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}

/*Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity .5s linear 0.2s;
	   -moz-transition: opacity .5s linear 0.2s;
	        transition: opacity .5s linear 0.2s;

	/* we set the opacity to 1 to do the magic */
	opacity: 1;
}

.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    clear: both
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 36px;
    font-family: 'source sans pro' !important;
    color: #242628;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700 !important;
    color: #242628
}

h1 .dot,
h2 .dot,
h3 .dot,
h4 .dot,
h5 .dot,
h6 .dot {
    font-family: brandon-grotesque, helvetica neue, Helvetica, Arial, sans-serif
}

p {
    font-size: 19px;
    line-height: 36px;
    font-weight: 400;
    margin: 20px 0
}

a {
    color: #2263a8;
    text-decoration: none
}

.alignLeft {
    text-align: left
}

.alignCenter {
    text-align: center
}

.alignRight {
    text-align: right
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}


/* MENU */
#menu-topnav {
    display: block;
    float: right;
}
.top-bar {
    text-align: right;
       background: white;
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,white),to(#f0efef));
    background: linear-gradient(to right,white 30%,#f0efef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0efef',GradientType=1);  padding: 10px;
}
#menu-topnav li {
    padding: 0 5px;
}
#menu-topnav li a {
    padding-right: .5rem;
    padding-left: .5rem;
    text-decoration: none;
    color:#333;
}
.top-bar li {
    display: inline-block;
    float:left;
}

.mainmenunav {
      background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 25;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
}

.main-nav {
    padding: 20px;
}
.main-nav .navbar-nav {
       list-style: none;
    margin: 0;
    padding: 15px 0;
    font-size: 17px;
    float: right;
    display: block;
}

.navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

 #menu-menu li:first-child {
    padding: 0px;
}

 #menu-menu .sub-menu li:first-child {
    padding: 0px 15px;
}



.main-menu .navbar-nav li a {
        text-decoration: none;
    color: #666;
    padding: 20px 0;
    display: block;
}
.main-menu .navbar-nav li a span {
    background: linear-gradient(to bottom right,#41811b 0%,#6ce007 100%);
    border-radius: 100px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    transition: all .125s;
}
.main-menu .navbar-nav li a span:hover {
    background: linear-gradient(to top left,#41811b 0%,#41811b 100%);
    transition: all .125s;
}

/* Landingpage */
.white-space {
    height:800px;
    width:100%;
}

.main-hero {
        height: 700px;
    position: relative;
}

.main-hero .blok1 {
    height: 100%;
    width: 65%;
    background-size: cover;
    float: left;
    position: relative;
}

.blok1 .content {
background: #ffffffeb;
    position: absolute;
    bottom: -100px;
    width: 80%;
    /* border-top-right-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    padding: 40px;
    text-decoration: none;
    box-shadow: 0px 0px 50px 0px #868686;
    left: 100px;
}

.blok1 .content img {
   display: block;
    padding-bottom: 30px;
}

.blok1 .content p {
   width: 65%;
}

.content ul {
    position: absolute;
    top:-15px;
}

.content ul li {
    float: left;
}

.content ul li span {
    background: #6ce007;
    border-radius: 100px;
    color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 25px;
    transition: all .125s;
}
.content ul li span:hover {
    background: #41811B;
    transition: all .125s;
    text-decoration: none;
}

.blok2 .content ul li span {
        background: #6ce007;
    border-radius: 100px;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 25px;
    transition: all .125s;
}
.blok2 .content ul li span:hover {
    background: #41811B;
    transition: all .125s;
    text-decoration: none;
}

.klantaanhetwoord {
    margin-top: 60px;
}
.klantaanhetwoord .content ul {
        position: absolute;
    display: inline-flex;
}
.klantaanhetwoord .content {
    background: #fff;
    padding: 40px 20px 0px;
    box-shadow: 0px 0px 30px 0px #ccc;
    height: 220px;
}
.klantaanhetwoord .content p {
    font-size: 15px;
    line-height: 1.8;
    padding: 30px 0px;
}
.content ul li .klantcategorie {
    background: #6ce007;
    border-radius: 100px;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.content ul li .klantcategorie:hover {
text-decoration: none;
}


.projecten {
    background: #fafafa;
    padding: 40px 0;
}

.portfolio-1 {
    width:50%;
    height: 100%;
    background-size: cover;
    float: left;
    position: relative;
}

.blok1 {
    border-bottom: 20px solid #fff;
}

.blok2 {
        height: 50%;
    width: 35%;
    background-size: cover;
    float: left;
    position: relative;
        border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
}

.blok2 .content {
    background: #ffffffeb;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 30px 15px;
    text-decoration: none;
    left: 0;
}

.blok2 img {
    float: left;
}

.blok2 a {
    float: right;
    text-decoration: none;
    font-weight: bold;
    color:#333;
    font-size: 18px;
    
}
.blok2 a:hover {
    text-decoration: none;
    color:#6ce007;
}

.blok1 a {
    text-decoration: none;
    font-weight: bold;
    color:#333;
    font-size: 20px;
    
}
.blok1 a:hover {
    text-decoration: none;
    color:#6ce007;
}

.main-content {
    padding: 40px 0;
}

.button {
    position: relative;
    float: left;
    margin-right: 25px;
}

.button a{
    border-radius: 100px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
.buttonline a{
    border: 2px solid #fff;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;;
    transition: all .2s;
}
.buttonline a:hover{
    border: 2px solid #fff;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    color:#333;
    transition: all .2s;
    text-decoration: none;
}
.buttonwhite a{
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color:#333;
    background: #fff;
    transition: all .125s;
}

.buttonwhite a:hover{
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background: #333;
    color:#fff;
    transition: all .125s;
    text-decoration: none;
}

.buttongreen a{
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    background: #6ce007;
    transition: all .125s;
}

.buttongreen a:hover{
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background: #41811B;
    color:#fff;
    transition: all .125s;
    text-decoration: none;
}

.klanten {
    padding: 80px 0;
background:#fafafa;
}

.klanten h3 {
font-size: 36px;
    background: url(http://www.uwreclamespecialist.nl/wp-content/uploads/2020/11/client.png) no-repeat #fafafa;
    float: left;
}
.klanten h4 {
    font-size: 26px;
    font-style: italic;
    float: left;
    padding: 6px 0px 0px 25px;
    font-weight: 500 !important;
}

.projecten h3 {
  font-size: 36px;  
    float: right;
}

.projecten h4 {
    font-size: 26px;
    font-style: italic;
    float: right;
    padding: 6px 25px 0px 0;
    font-weight: 500 !important;
}


.main-content h1{
    font-size: 24px;
}

.main-menu .navbar-nav .sub-menu li {
    display: list-item;
}

.sub-menu {
        position: absolute;
    background: #fafafa;
    width: 100%;
}



.main-menu .navbar-nav .menu-item-has-children:hover .sub-menu {
    display: block;
}

.main-menu .navbar-nav .sub-menu li:hover {
    background: #ececec;
}

.box-3 {
    padding: 30px;
    background: #fafafa;
    box-shadow: 0px 0px 30px 0px #ccc;
}

.snelle-links {
    position: absolute;
    top: 20px;
    right:128px;
    z-index: 1;
    background-color: #a9a9a9;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-transform: lowercase;
    padding: 40px 40px 40px 50px;
}
.beforeelement {
    position: absolute;
    right: 0;
    top: -10px;
    width: 200px;
}
.snelle-links a {
    color: #fff;
}

.snelle-links a:hover {
    color: #fff;
}

.snelle-links:before {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    top: 50%;
    left: 35px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #0bdea1;
    margin-top: -3px;
}

.mobiel-label {
    display: none;
}

.menuBarLogoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: url(../../../themes/moddit/library/images/10y.gif) no-repeat 50% 50% #2263a8;
    background-size: cover;
}

.btn-burger {
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
}

.btn-burger .mbtb {
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s cubic-bezier(.77,0,.175,1);
    transition: all .2s cubic-bezier(.77,0,.175,1);
    z-index: 20;
}

.btn-burger .mbtbTop {
    right: 0;
    margin-top: -9px;
    width: 28px;
}

.btn-burger .mbtbMiddle {
    left: 0;
    width: 28px;
}

.btn-burger .mbtbBottom {
    left: 0;
    margin-top: 9px;
    width: 18px;
}

.nav-btn:hover > .btn-burger .mbtbTop {
    width: 13px;
}

.nav-btn:hover > .btn-burger .mbtbMiddle {
    width: 28px;
}

.nav-btn:hover > .btn-burger .mbtbBottom {
    width: 13px;
}

.nav-btn.active .mbtbTop {
    width: 28px !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
}

.nav-btn.active .mbtbMiddle {
    width: 0 !important;
}

.nav-btn.active .mbtbBottom {
    width: 28px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
}

.active .mbtbTop {
    width: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
}

.active .mbtbMiddle {
    width: 0;
}

.active .mbtbBottom {
    width: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
}

.fixed-nav .nav-logo {
    display: block;
    float: left;
    position: relative;
    width: 108px;
    height: 108px;
    text-indent: -99999px;
}

.fixed-nav .nav-btn {
    display: block;
    float: left;
    cursor: pointer;
    background-color: #989898;
    padding: 40px;
    z-index: 20;
}

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

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

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

.hiddenmenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: opacity .5s;
    visibility: hidden;
    will-change: transform;
    z-index: 10;
    background: #242628;
}

.active .hiddenmenu {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s;
}

.active .menu-hoofdmenu-container {
    opacity: 1;
    top: 200px;
    -webkit-transition: top .4s ease-in-out .4s,opacity .4s ease-in-out .4s;
        transition: top .4s ease-in-out .4s,opacity .4s ease-in-out .4s;
}

.menu-hoofdmenu-container {
    position: relative;
    top: 210px;
    /* left: 108px; */
    /* right: 108px; */
    /* bottom: 0; */
    padding-bottom: 100px;
    opacity: 0;
}

.active .menufooter {
    opacity: 1;
    top: 440px;
    position: relative;
    -webkit-transition: top .8s ease-in-out .8s,opacity .8s ease-in-out .8s;
        transition: top .8s ease-in-out .8s,opacity .8s ease-in-out .8s;
}

.menufooter {
    top: 460px;
    position: relative;
    opacity: 0;
}

#menu-hoofdmenu {
    margin: 0;
}

#menu-hoofdmenu li {
    display: block;
    vertical-align: top;
    font-size: 34px;
    line-height: 44px;
}

.sub-menu {
    display: none;
}

#menu-hoofdmenu .sub-menu {
    padding-left: 30px;
}
#menu-hoofdmenu .sub-menu li{
    display: block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
}



#menu-hoofdmenu li a {
    opacity: .6;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
    text-decoration: none;
}

#menu-hoofdmenu li a:hover {
    text-decoration: none;
    opacity: 1;
    transition:opacity .3s;
}

#menu-hoofdmenu .current_page_item a{
    opacity: 1;
}

.has-scrolled .main-menu {
    /* position: fixed; */
    /* top: 0; */
    margin-top: -44px;
    z-index: 1000;
    background: #fff;
    transition: all .1s;
}

.has-scrolled .main-nav .navbar-nav {
    padding: 0px;
}

.has-scrolled .top-bar {

    opacity: 0;
    transition: all .125s;
}
.top-bar {
    transition: all .125s;
}

.logo {
position: absolute;
    z-index: 999;
    width: 400px;
    top: 5px;
    left: 0;
        transition: all .125s;
}

    .has-scrolled .logo {
        width:250px;
        transition: all .125s;
    }

/* Home */
.landinghome {
    width: 100%;
    position: relative;
}

.whiteBGcontent {
    padding: 60px 0;
    background: #fff;
}
.blackBGcontent {
    padding: 60px 0;
    background: #242628;
    color:#fff;
}
.grayBGcontent {
    padding: 60px 0;
    background: #f2f2f2;
    color:#333;
}

.contentWP h6 {
    color:#989898;
}

.contentWP h3 {
    color:#fff;
    padding-bottom: 10px;
}

.contentWP p {
        color: #adb5b9;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 1rem;
}

.contentWP a {
    color:#fff;
}

.contentWP img {
    padding: 0px 24px 0px 0px;
    transition: all .2s;
}

.contentWP a:hover > img {
    margin-left: 10px;
    transition: all .2s;
}

.contentWP a:hover {
    text-decoration: none;
    color:#fff;
}

.boxshadow {
    box-shadow: 0px 0px 40px 0px #111113;
}

.breadcrumbs {
    background: #fafafa;
}

.breadcrumbs #breadcrumbs {
    margin: 0;
    padding: 7px;
}

.breadcrumbs .breadcrumb_last {
    font-weight: bold;
}
.breadcrumbs a {
    color:#333;
}
.breadcrumbs a:hover {
    color:#333;
    text-decoration: none;
}

.intro {
}

.intro .titel {
    color: #333;
    font-size: 107px;
    line-height: 130px;
    margin-top: -235px;
    display: block;
    margin-bottom: 150px;
}


.intro .titel h1 {
    color: #fff;
    margin: 0 0 20px;
    font-style: normal;
    font-size: 75px;
    /* line-height: 120px; */
    text-align: center;
    text-transform: uppercase;
}

.intro .titel span {
    display: block;
    animation: 4s skew infinite linear;
    transform-origin: center;
    font-size: 30px;
    text-transform: none;
    font-weight: 500;
        font-style: italic;
    letter-spacing: 1px;
}

.contactgegevens {
    background: #151619;
    padding: 20px;
}

.contactgegevens h3{
    color:#fff;
    font-size: 20px;
    padding-bottom: 10px;
}


.contactgegevens p {
        color: #adb5b9;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 1rem;
}

.contactgegevens a {
    color:#fff;
}

.contactgegevens i {
    transition: all .2s;
    padding: 6px;
    margin-right: 10px;
    color: #206bff;
    line-height: 1.4rem;
}

.contactgegevens a:hover > i {
    margin-left: 10px;
    transition: all .2s;
}

.contactgegevens a:hover {
    text-decoration: none;
    color:#fff;
}

/*
@keyframes skew {
    0% {
        transform: skew(0) scaleX(1)
    }
    9% {
        transform: skew(0) scaleX(1)
    }
    10% {
        transform: skew(220deg) scaleX(0.1)
    }
    11% {
        transform: skew(0) scaleX(1)
    }
    100% {
        transform: skew(0) scaleX(1)
    }
}*/

.intro .desc p {
    font-size: 22px;
    line-height: 42px;
    font-weight: 400;
    margin: 20px 0 30px;
    color:#fff;
}

.intro .content {
    padding: 50px 0px 0px 0px;
}

.intro .content p {
    font-size: 19px;
    line-height: 36px;
    margin: 20px 0;
    -webkit-hyphens: inherit;
    -moz-hyphens: inherit;
    hyphens: inherit;
    color:#333;
}

.photo-top {
        background: #fff;
    margin-top: 256px;
    padding: 144px 0 80px;
}

.page-template-template-contact .photo-top {
    padding: 144px 0 0;
}

.page-template-template-contact .landinghome {
    background: #fafafa;
}

.contactlanding {
    background:linear-gradient(to bottom right,#41811b 0%,#6ce007 100%);
    text-align: center;
}

.contactlanding i {
    margin-right: 6px;
}

.wpcf7 label {
    display: inline-block;
    width: 45%;
}

.contactblok {
    padding: 40px 0px;
    font-size: 20px;
    color: #fff;
}

.contactinfo {
    background: #fafafa;
}

.contactformulier {
        padding: 40px;
}

.wpcf7 label:last-of-type {
    width: 67%;
}

.your-message textarea {
        height: 195px;
}

.wpcf7-form-control-wrap input,textarea  {
        border: none;
    padding: 5px 15px;
    margin: 0;
    width: 95%;
}

.single [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        position: inherit !important;
    
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background: linear-gradient(to bottom right,#41811b 0%,#6ce007 100%);
    border-radius: 100px;
    color: #fff;
    padding: 0px 40px;
    border: none;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    transition: all .125s;
        position: absolute;
    bottom: 25px;
}

.maps {
    height: 600px;
}

.box_googlemapsv2 {
    height: 100%;
}

.contactblok a{
    color: #fff;
    text-decoration: none;
}
.contactblok a:hover{
    color: #fff;
    text-decoration: none;
}

.contactlanding-blok1 {
}

.contactlanding-blok2 {
}

.contactlanding-blok3 {
}

.page-template-template-contact .titel {
       margin: -170px 0 0 0;
}

.page-template-template-contact .intro .titel h1 {
    font-size: 65px;
}

.photo-top .photo-top_img div {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    overflow: hidden;
    background: #0e2914;
}

.page-template-template-home .photo-top_img div {
    height: 574px;
}

.page-template-template-home .photo-top_img img {
    opacity: 1;
}

.photo-top_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-position: right;
    object-position: right;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    opacity: 0.3;
}

.Btn {
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 900;
    font-family: brandon-grotesque,helvetica neue,Helvetica,Arial,sans-serif;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center;
    text-decoration: none!important;
    background-color: #206bff;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    transition: all .2s;
}

.Btn:hover {
    transition: all .2s;
    background: #fff;
    color:#242628;
}

.Btn.Btnbeige {
    background: #989898;
    transition: all .2s;
}
.Btn.Btnbeige:hover {
    background: #242628;
    color:#fff;
    transition: all .2s;
}
.Btn.Btnzwart {
    background:#242628;
    color:#fff !important;
    transition: all .2s;
}

.secondhome {
    position: relative;
    background: -webkit-linear-gradient(right, tan 50%, green 50%);
    background: -o-linear-gradient(right, tan 50%, green 50%);
    background: -moz-linear-gradient(right, tan 50%, green 50%);
    background: linear-gradient(to left, #fff 50%, #f5f5f5 50%);
    padding: 120px 0 120px;
    z-index: 1;
}

.secondhome .desc p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 30px;
}

.secondhome img {
-o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 726px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.secondhome .whiteblock {
    background: #fff;
    padding: 40px;
}

.secondhome .photo-top_img div {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 574px;
    width: 70%;
    max-width: 1750px;
    background: #323232;
}

.secondhome .titel h2 {
    margin: 0 0 20px;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    }

.thirdhome {
    background: #f5f5f5;
    position: relative;
    margin-top: -100px;
}

.thirdhome .inner {
    padding: 0px 0px 40px 0;
    margin-top: 140px;
}

.thirdhome .inner .titel h2 {
    font-size: 2.5rem;
}

.grid {
    padding-bottom: 30px;
}

.caseblockmeer {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0 100%;
    background-color: #989898;
    text-align: center;
}

.caseblockmeercontent {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px;
}
.caseblockmeer h3 {
    color:#fff;
    font-size: 22px;
    padding: 20px 0;
}

.caseblock {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0 100
    text-align: center;
}

.caseblock .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px;
}



.projecten .blok2:hover > .content {
    
    position: absolute;
    bottom: 0px;
    transition: all .2s;
}

.project-2 .content {
    padding: 15px 25px 10px;
}

.projecten .blok2 .content {
    position: absolute;
    bottom: -100px;
    transition: all .2s;
}

.project {
    height:400px;
    background-size: cover;
    border:none;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.project-2 {
    height: 200px;
    width: 100%;
}
.project-3 {
    height: 600px;
    width: 100%;
}
.project-5 {
    height: 450px;
    width: 100%;
}

.project-6 {
    height: 320px;
    width: 100%;
}

.footerlower .beforeelement {
     position: relative;
    left: -20px;
    width: 480px;
    margin-top: -150px;
    margin-bottom: -70px;
}

.onderdeel {
    text-align: right;
}

.onderdeel a {
    text-decoration: none;
    color:#fff;
}
.onderdeel a:hover {
    text-decoration: none;
    color:#fff;
}

.caseblock span {
    position: relative;
    overflow: hidden;
    display: block;
}

.caseblock  img {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.caseblock:hover .caseblockoverlay {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.caseblock:hover .caseblockoverlay {
    opacity: .85;
}
.caseblockoverlay {
    background: #2263a8;
    mix-blend-mode: multiply;
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
    transition: all .3s cubic-bezier(.77,0,.175,1);
}
.caseblockoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.caseblockcontent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    pointer-events: none;
    text-align: left;
}

.caseblocktitel {
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #fff;
}

.caseblock:hover .caseblocklink {
    max-height: 30px;
}

#menu-topnav li i {
        color: #ffc107;
}

.caseblocklink {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
}

.footerbuttons {
    padding: 20px 0;
}

.footerupper {
    padding: 60px 0;
    background:linear-gradient(to bottom right,#41811b 0%,#6ce007 100%);
}

.footerupper .footertitel h3 {
    margin:40px 0 5px 0px;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    color:#fff;
}
.footerupper .footertitel h4 {
    font-style: normal;
    font-size: 34px;
    color:#fff;
    font-weight: 300 !important;
    margin-bottom: 10px;
}

.footerupper .footertekst p{
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.footerlower {
    padding: 60px 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,white),to(#f0efef));
    background: linear-gradient(to right bottom,#444444 0%,#000 100%);
}

.footerlower p {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
}

.footerlower img {
    padding-bottom: 20px;
}

.footerlower h5 {
    color:#fff;
}


.footerlower a {
    text-decoration: none;
}
.footerlower a:hover {
    text-decoration: none;
}

.footerlower h4 {
    display: block;
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    text-decoration: none;
    border: none;
}

.social {
    margin: 0 0 10px;
    text-align: right;
}

.social li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.social li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    opacity: .6;
    transition: opacity .3s;
}

.social li a:hover {
   transition: opacity .3s; 
    opacity: 1;
}

.footermenu {
    margin: 0;
    text-align: right;
}

.footermenu li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 13px;
    line-height: 30px;
}

.footermenu a {
    color: #fff !important;
   transition: opacity .3s; 
    opacity: .6;
}
.footermenu a:hover {
    color: #fff !important;
   transition: opacity .3s; 
    opacity: 1;
}


@media screen and (max-width:1444px) {
    body {
        min-width: 100%
    }
    body:after {
        display: none;
        content: "";
        position: fixed;
        z-index: 999;
        bottom: 0;
        right: 0;
        border-bottom: 20px solid rebeccapurple;
        border-left: 20px solid transparent
    }
}

@media screen and (max-width:960px) {
    body:after {
        border-bottom-color: #9acd32
    }
}

@media screen and (min-width:1200px) {
    .grid:nth-child(4) {
        display: none;
    }.grid:nth-child(5) {
        display: none;
    }
}

.paddingtophome {
    padding:  140px 0px 180px 0;
}

@media screen and (max-width:767px) {
    .snelle-links {
        display: none;
    }
    
    .page-template-template-contact .photo-top {
    padding: 34px 0 0;
}
    
    .page-template-template-contact .landinghome {
        background: none;
    }
    
    .page-template-template-contact .intro .titel h1 {
        font-size: 45px;
    }
    
    .wp-block-columns {
            display: block !important;
    margin-bottom: 0 !important;
    flex-wrap: unset !important;
    }
    
    .sub-menu {
        display: block;
        background: none;
        position: relative;
    }
#menu-menu-1 li .sub-menu li {
    line-height: 32px;
}
    .sub-menu li a {
        font-size: 18px;
    }

    
.paddingtophome {
    padding: 60px 0px 180px 0;
}
    .blok1 .content {
        left: 0;
        width: 100%;
        bottom: 0;
    box-shadow: none;
    }
    
    #menu-menu-1 .first-menu-item {
        display: none;
    }
    
    .projecten .blok2 .content {
        bottom: 0;
    }
    
    .project {
        height: 300px !important;
    }
    
    .main-hero .blok1 {
        width: 100%;
        border: none;
        margin-bottom: 40px;
    }
    .main-hero .blok2 {
        width: 100%;
        border: none;
            margin-bottom: 40px;
    }
    
    .blok1 .content p {
       width: 100%;
    font-size: 15px;
    line-height: 1.7;
}
    
    .blok1 a {
        font-size: 16px;
    }
    .content ul li span {
            padding: 5px 20px 5px 20px !important;;
    font-size: 14px !important;
    }
    
    .mobiel-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 1;
    }
    
    .active .menu-menu-container {
    opacity: 1;
    top: 200px;
    -webkit-transition: top .4s ease-in-out .4s,opacity .4s ease-in-out .4s;
    transition: top .4s ease-in-out .4s,opacity .4s ease-in-out .4s;
}
.menu-menu-container {
    position: relative;
    top: 210px;
    /* left: 108px; */
    /* right: 108px; */
    /* bottom: 0; */
    padding-bottom: 100px;
    opacity: 0;
}
    
.nav-btn {
    padding: 16px;
}
    
    #menu-menu-1 li {
    display: block;
    vertical-align: top;
    font-size: 24px;
    line-height: 44px;
    }.main-menu {
        height: 60px;
        
    }
    
    #menu-menu-1 .current_page_item a {
    opacity: 1;
}
#menu-menu-1 li a {
    opacity: .6;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
    text-decoration: none;
}
.nav-btn {
    display: block;
    float: right;
    cursor: pointer;
    background-color: #989898;
    z-index: 20;
}
    
    .btn-burger {
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
}
    
    .btn-burger .mbtbTop {
    right: 0;
    margin-top: -9px;
    width: 28px;
}
.btn-burger .mbtb {
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s cubic-bezier(.77,0,.175,1);
    transition: all .2s cubic-bezier(.77,0,.175,1);
    z-index: 20;
}
    
    .btn-burger .mbtbMiddle {
    left: 0;
    width: 28px;
}
    
    .btn-burger .mbtbBottom {
    left: 0;
    margin-top: 9px;
    width: 18px;
}
.btn-burger .mbtb {
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s cubic-bezier(.77,0,.175,1);
    transition: all .2s cubic-bezier(.77,0,.175,1);
    z-index: 20;
}
.btn-burger .mbtb {
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s cubic-bezier(.77,0,.175,1);
    transition: all .2s cubic-bezier(.77,0,.175,1);
    z-index: 20;
}
    
    .top-bar {
        display: none; 
    }
    .logo {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    }
    
    .has-scrolled .main-menu {
    /* position: fixed; */
    /* top: 0; */
    margin-top: 0px;
    z-index: 1000;
    background: #fff;
    transition: all .1s;
}
    
    .has-scrolled .logo {
        width: 100%;
    }
    

    
    .logo img {
        width: 220px;
    }
    .fixed-nav {
        top: 0;
        right: 0;
    }
    .fixed-nav .nav-btn {
        padding: 16px;
    }
    .menufooter {
    top: 180px;
    position: relative;
    }
    .active .menufooter {
        top: 160px;
        position: relative;
    }
    
    .photo-top .photo-top_img div {
   width: 100%;
    height: 300px;
    }
    .intro .titel h1 {
    font-size: 45px;
    line-height: 58px;
    margin-top: -30px;
    margin-bottom: 20px;
    }
    .intro .titel span {
        font-size: 25px;
    }
    .intro .titel {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .photo-top {
    margin-top: 170px;
        padding: 0;
    }
    
    .footertekst {
        margin-top: 40px;
    }
    .footerlower .col-lg-3 p {
        text-align: center;
    }
    .onderdeel {
    text-align: center;
}
    .page-template-template-home .photo-top {
    margin-top: 100px;
    }
    .mobile-hidden {
        display: none;
    }
    .secondhome .titel h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .intro .desc p {
    font-size: 18px;
    line-height: 36px;
    }
}

@media screen and (max-width:480px) {
    body {
        min-width: 320px;
    }
    body:after {
        border-bottom-color: #add8e6
    }
}

