/*
Theme Name: SH Wonen
Theme URI: http://shwonen.nl
Description: Wordpress thema voor SH Wonen
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: shwonen
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.375;
    color: #2A351F;
   
    
}


h1,
.h1 {
    font-size: 100px;
    line-height: 0.875;
}

.h2,
h2 {
    font-size: 54px;
    line-height: 1.125;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 24px;

    color: #BF9F7E !important;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

.h5,
h5 {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 14px;
    font-weight: 600;
}

:is(h1, h2, h3, h4, h5, h6) span {
    font-weight: normal;
}

body {
    font-size: 17px;
    font-weight: 300;
    color: #575756;
    color: #07554B;
     font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    line-height: 1.75;
    margin: 0 22.5px;

  
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
/*     width: 100%; */
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #2A351F ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    color: #07554B;
    background: #F5F9FD;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #DFEBF5;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,#2A351F 50%),linear-gradient(135deg,#2A351F 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
        color: rgb(7 85 75 / 50%);
    font-weight: 300;
}

::-moz-placeholder {
        color: rgb(7 85 75 / 50%);
    font-weight: 300;
}

:-ms-input-placeholder {
        color: rgb(7 85 75 / 50%);
    font-weight: 300;
}

::-moz-selection {
    background-color: #2A351F;
    color: #ffffff
}

::selection {
    background-color: #2A351F;
    color: #ffffff
}

::-moz-selection {
    background-color: #2A351F ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

table tr th {
    font-weight: 500
}
b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.light {
    font-weight: normal;
}


.uppercase {
    text-transform: uppercase;
}

.container-fluid {
    max-width: 1200px;
	    padding-right: 30px;
    padding-left: 30px;
}

.container-fluid--large {
    max-width: 1600px;
}

.container-fluid--xlarge {
    max-width: 100%;
}







.row.big-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.row.big-gutters [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

.row.medium-gutters {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.medium-gutters [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}


.row.normal-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.row.normal-gutters [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}


.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}



.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.btn,
.button {
 -moz-appearance: none;
    -webkit-appearance: none;
    padding: 22.5px 37.5px;
    
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    white-space: normal;
    color: #ffffff;
    background: #BF9F7E;
    border-radius: 5px;
    border: 0;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    box-shadow: 0px 22px 44px #05554B41;
    box-shadow: 0px 15px 30px #05554b41
}

.btn:hover{
    color: #ffffff;
}


.btn:before {
  
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
        /*background: rgb(0 0 0 / 25%);*/

        background: #2A351F;
    -webkit-transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
}


.btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.btn:not(.btn--simple):after {
        content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #ffffff;
    margin-left: 15px;
    display: inline-block;
    font-size: 12px;
}

.btn--small:not(.btn--simple):after {
    margin-left: 15px;
}


.btn--light {
   background: #FAFAFA;
border: 1px solid #E1E5E6;
color: #2A351F;
}

.btn--full {
       width: 100%
}
.btn--small {
	 padding: 15px 22.5px;
}



.btn i {
    font-weight: 400;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.btn + .btn {
    margin-left: 15px;
}

.btn:last-child {
    margin-top: 15px
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.read-more {
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.read-more:before {
        content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 15px;
    display: inline-block;
    line-height: 0;
    color: #BF9F7E;
        vertical-align: -1px;
}


.read-more:hover {
    margin-left: 7.5px;
}



.back {
    position: relative;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 45px;
}

.back:hover {
    margin-left: -7.5px;
}


.back:before {
        content: "\f060";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #18a4e8;
    margin-right: 7.5px;
    display: inline-block;
    line-height: 0;
    font-size: 16px;
}

.back:after {
    content: '';
    border-bottom: 2px solid #c7d1de;
    position: absolute;
    bottom: 0;
    right: 0;
       left: 22.5px;
}

.label {
        font-size: 13px;
    color: #2A351F;
    border: 1px solid #2A351F;
    border-radius: 50px;
    box-shadow: 0px 22px 44px #05554b41;
    padding: 2.5px 10px;
    line-height: 1.125;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.outline {
        -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: transparent !important;
}


body:not(:is(.page-template-template-vacatures, .single-vacature)) main {
        overflow-x: hidden;
    overflow-y: hidden;
}


/* Main styles */

header {
    position: sticky;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;

    background: #ffffff;
    /*-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));*/
    
}



header nav.navbar {
    padding: 0;
}

header nav.navbar .navbar-brand {
       margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    max-width:80px;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    margin-right: 15px;
}

header nav.navbar.navbar-main {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #2A351F;
        padding: 0 0 0 45px;
}


header nav.navbar.navbar-extra {
   background: #ffffff;
   padding: 0;
  
   border-bottom: 0;
       z-index: 1;
    position: relative;

}

header nav.navbar.navbar-extra .navbar-nav {
    width: 100%;
        text-align: right;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
    color: #2A351F;
    font-weight: normal;
    font-size: 17px;
    padding: 0px 12.5px;
    margin: 12.5px 0;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0
}


header nav.navbar.navbar-extra .row [class*=col]:last-child .navbar-nav > .nav-item:first-child {
    margin-left: auto;
    }


header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding: 0px 12.5px;
    text-transform: inherit;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:is(:nth-last-child(1), :nth-last-child(2)) > .nav-link {
    font-weight: 600;
    color: #2A351F;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link hr {
        border-left: 2px solid #EAEAEA;
    width: 2px;
    height: 24px;
    border-top: 0;
    margin: 0 7.5px;
}
header nav.navbar.navbar-extra [class*="col-12"]:first-child .navbar-nav > .nav-item:last-child > span.nav-link {
        margin-left: 0;
}

header nav.navbar.navbar-extra [class*="col-12"]:first-child .navbar-nav > .nav-item > span.nav-link {
    font-weight: 500;
}

header nav.navbar.navbar-extra [class*="col-12"]:first-child .navbar-nav > .nav-item > span.nav-link:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #BF9F7E;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    line-height: 0;
    margin-right: 7.5px;
}



header nav.navbar.navbar-extra .navbar-nav > .nav-item:hover > a.nav-link,
header nav.navbar.navbar-extra .navbar-nav > .nav-item.active > a.nav-link {
  color: #BF9F7E;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link i {
     margin-right: 7.5px;
}






header nav.navbar .navbar-nav {
  position: relative;
}


header nav.navbar .navbar-nav:nth-child(2) {
    display: none;
}


header nav.navbar .navbar-nav > .nav-item {

}






header nav.navbar .navbar-nav > .nav-item > .nav-link {
   
        padding: 37.5px 22.5px;
   
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link {
    padding-right: 37.5px
}

/*header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    padding-left: 0;
}

header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0;
}*/




header nav.navbar .navbar-nav > .nav-item > .nav-link img {
    width: 25px;
    vertical-align: middle;
}


header nav.navbar .navbar-nav > .nav-item > .nav-link i {

}


header nav.navbar .navbar-nav .nav-item:hover > a.nav-link,
header nav.navbar .navbar-nav > .nav-item.active > a.nav-link  {
    background: #242d1a;
}

header nav.navbar.navbar-extra .navbar-nav .nav-item.emailadress > a.nav-link {
 color: #BF9F7E;
        font-weight: 600;
}


header nav.navbar.navbar-extra .navbar-nav .nav-item.emailadress > a.nav-link i {
 color: #2A351F;
}

header nav.navbar.navbar-extra .navbar-nav .nav-item:hover > a.nav-link,
header nav.navbar.navbar-extra .navbar-nav > .nav-item.active > a.nav-link  {
    background: transparent;
        color: #BF9F7E;
        font-weight: 600;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
        display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
        color: #BF9F7E;
        font-size: 16px;
    width: 12.5px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0
}

header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-toggle:after  {
    transform: rotate(180deg);
}




header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
    padding: 7.5px 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
        background: #242d1a;
}

header nav.navbar .navbar-nav > .nav-item:last-child > .dropdown-menu {
	    right: 0;
    left: unset;
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a{
       color: #ffffff;
    padding: 12.5px 22.5px 12.5px 45px;
    line-height: 1;
    white-space: nowrap;
    min-width: 225px;
    position: relative;
    font-size: 16px;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:after {
  content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
        color: #BF9F7E;
    position: absolute;
    left: 22.5px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
}



/*header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover:after {
    right: 15px;
}
*/

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li.current-menu-item a {
    color: #BF9F7E;
    background: transparent;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li img{
        max-width: 25px;
}

header nav.navbar .navbar-text {

}

header nav.navbar .navbar-text ul{
    margin-bottom: 0
}

header nav.navbar .navbar-text ul li{
    display: inline-block;
}

header nav.navbar .navbar-text ul li:not(:last-child){
    margin-right: 10px;
}

header nav.navbar .navbar-text ul li a{
    background: #eeeded;
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;

    line-height: 1.5;
}

header nav.navbar .navbar-text ul li a:hover {
    background: #2A351F;
}





/* Navbar toggler */

header nav.navbar .navbar-toggler {
      margin: 0;
        padding: 11px 8px;
    border-radius: 50%;
      margin: 11.5px 0;
}




header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color:#ffffff;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 24px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
}




/* Header */


section.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 750px;
     height: 60vh;
}




section.header .header-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}



section.header .header-image img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
       -o-object-position: center;
    object-position: center ;
}


section.header .header-image iframe {
    width: 100%;
    height: 100%;
}

section.header .header-content {
        top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    width: 100%;
        z-index: 4;
}


section.header .header-content .btn:last-child {
    margin-top: 0
}


section.header .header-content .btn:last-child {
    margin-top: 0
}


section.header .header-breadcrumbs {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    text-align: right;
    color: #ffffff;
    font-size: 16px;
}

section.header .header-breadcrumbs .breadcrumb_last {
    font-weight: 500
}


section.header .header-content :is(h1, h2, h3, h4, h5, h6) {
    max-width: 770px;
    color: #ffffff;
        line-height: 1.125;
}

section.header .header-content :is(h1, h2, h3) {
    
}

section.header .header-content :is(h4, h5, h6) {
    text-transform: uppercase;
    margin-bottom: 0
   
}

section.header .header-content *:last-child {
    margin-bottom: 0
}





/* Hero */

section.hero {
    background: #2A351F;
    position: relative;
}

section.hero:after {
        content: '';
    background: url(images/background.svg);
    position: absolute;
    top: 0;
    left: 60%;
    width: 40vw;
    z-index: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-size: 600px;
    pointer-events: none;
}

section.hero .hero-content{
    padding: 90px 0;
    color: #ffffff;
    position: relative;
    z-index: 5;
}

section.hero .hero-content *:not(:last-child) {
    margin-bottom: 30px;
}

section.hero .hero-content .label {
    color: #ffffff;
    border-color: #ffffff;
    opacity: 0.44;
}
section.hero .hero-content :is(h1, h2, h3, h4, h5, h6) {
        color: #ffffff;
    margin-right: -300px;
    line-height: 0.875;
    margin-bottom: 60px !important;
}



section.hero .hero-content :is(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) {
    margin-top: -30px
}


section.hero .hero-image{
        position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
    padding-bottom: 56.25%;
    width: 50vw;
}

section.hero .hero-image :is(img, video) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

/* Intro */

section.intro {
    padding: 90px 0;
}

section.intro .row:first-child {
    margin-bottom: 90px;
    position: relative;
}

section.intro .row:first-child:after {
        content: '';
    background: url(images/background.svg);
    background-size: 600px;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    position: absolute;
    top: 0;
    left: 67%;
    width: 70vw;
   /* height: 25vw;*/
    z-index: -1;
      bottom: -210px;
    right: 0;
    opacity: 0.6;
     pointer-events: none;
}

section.intro h4:first-child {
    color: #BF9F7E;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}
section.intro .intro-block {
        position: relative;
    display: block;
    padding-bottom: 100%;
    border-radius: 5px;
     margin-bottom: 30px
}

section.intro .intro-block:last-child {
    margin-bottom: 0
}

section.intro .intro-block.intro-block--oblong {
     padding-bottom: 125%;
     margin-top: 90px;
}

section.intro .intro-block.intro-block--cta {
     padding-bottom: 30%;
}



section.intro .intro-block:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.5;
    background: linear-gradient( 0deg , rgba(0,0,0,0) 50%, rgba(51,51,51,1) 100%);
    height: 210px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

section.intro .intro-block.intro-block--oblong:after {
    content: '';
    background-image: url(images/background-wood.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -37.5px;
    left: 37.5px;
    right: -37.5px;
    bottom: 150px;
    z-index: -1;
    border-radius: 5px;
}

section.intro .intro-block.intro-block--cta:after {
        content: '';
    background: #2A351F;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 5px;
    /* mix-blend-mode: multiply; */
    opacity: 0.8;
}



section.intro .intro-block .intro-block__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

section.intro .intro-block .intro-block__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     border-radius: 5px;
}

section.intro .intro-block .intro-block__image img:nth-child(2) {
    top: 30px;
    right: 15px;
    bottom: -15px;
    left: 30px;
    z-index: -1;
    filter: blur(30px);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    pointer-events: none;
}

section.intro .intro-block .intro-block__content {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
        bottom: 30px;
    z-index: 2;
        padding-right: 120px;
}

section.intro .intro-block.intro-block--cta .intro-block__content {
    top: unset;
}


section.intro .intro-block .intro-block__content:after {
        content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    background: #BF9F7E;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    text-align: center;
}

section.intro .intro-block.intro-block--cta .intro-block__content:after { 
    content: "\f061";
    background: transparent;
    bottom: 0;
    top: unset;
    width: auto;
    height: auto;
    line-height: 1;
}



section.intro .intro-block .intro-block__content :is(h1, h2, h3, h4, h5, h6, p) {
    color: #ffffff;
    margin-bottom: 0
}

section.intro .intro-block .intro-block__content p {
    font-weight: 600;
    line-height: 1.375
}

section.intro .intro-block .intro-block__content p:first-child {
    color: #BF9F7E;
}

/* Images */

section.images {
    padding: 60px 0 120px 0;
    position: relative;
}

section.images:after {
    content: '';
    background: url(images/background.svg);
    position: absolute;
    top: -60px;
    left: 0;
    width: 36vw;
    z-index: -1;
    bottom: 60px;
    right: 0;
    opacity: 0.7;
    background-size: 600px;
    background-repeat: repeat-x;
     pointer-events: none;
}

section.images .images-content{
   
}


section.images .images-images {
   
}

section.images .images-images:nth-child(1) {
      position: relative;
    display: block;
    margin-bottom: 20%;
    margin-left: 20%;
}

section.images .images-images:nth-child(2) {
       max-width: 40%;
    position: absolute;
    bottom: 0px;
    left: 15px;
    z-index: 2;
    right: 0;
}

section.images .images-images .images-image {
       position: relative;
    display: block;
    padding-bottom: 125%;
    z-index: 2;
}



section.images .images-images .images-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     border-radius: 5px;
}

section.images .images-images .images-image img:nth-child(2) {
        top: 30px;
    right: 15px;
    bottom: -15px;
    left: 30px;
    z-index: -1;
    filter: blur(30px);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    pointer-events: none;
}


/* Media */

section.media {
    padding: 60px 0 180px 0;
}

section.media .container-fluid {
    position: relative;
}

section.media .container-fluid:after {
    content: '';
    background: #F7F0E5;
    position: absolute;
    top: -60px;
    right: 15px;
    bottom: -60px;
    left: 105px;
    z-index: -1;
    border-radius: 5px;
opacity: 0.62;
}

section.media .media-block .media-block__image {
position: relative;
    display: block;
    padding-bottom: 125%;
    z-index: 2;
}

section.media .media-block .media-block__image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     border-radius: 5px;
}

section.media .media-block .media-block__content {
    color: #2A351F;
    padding-right: 60px;
}


section.media .media-block .media-block__content :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500
}

section.media .media-block .media-block__content p {
        font-size: 87.5%;
}

section.media .media-block .media-block__content .btn {
	box-shadow: none;
}




/* Thumbnails */

section.slider {
  border-radius: 5px;
    margin-top: -60px;
    overflow: hidden;
}



section.slider .slide {
     position: relative;
    padding-bottom: 10%;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    border-radius: 5px;
    
}

section.slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}







/* Cards */

section.cards {
       padding: 60px 0 30px 0;
}


section.cards.cards--background {
    background: #eeeded;
    margin: 0;
}


.cards .cards-header {
    margin-bottom: 45px;
}


.cards .cards-header :is(h1, h2, h3) {
  
}

.cards .cards-header :is(h4, h5, h6) {
  margin-bottom: 5px;
}

/*.cards .cards-header .btn:last-child, 
.cards .cards-header .btn:nth-last-child(2) {
    margin-top: 15px;
}*/


.cards .cards-header *:last-child {
    margin-bottom: 0
}

.cards .card {
    margin-bottom: 45px;
    position: relative;
    height: calc(100% - 45px);
    display: block;
   


}


.cards .card:hover {
   
}

.cards .card .card-image {
    position: relative;
    display: block;
    padding-bottom: 56.625%;
    overflow: hidden;

     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     z-index: 1
}

.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


 .cards .card:hover .card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 


.cards .card .card-content {
    padding: 37.5px;
    padding-bottom: 22.5px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 11px #00000029;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
}



.cards .card .card-content :is(h1, h2, h3){
    margin-bottom: 0
}

.cards .card .card-content :is(h4){
    color: #18a4e8
}

.cards .card .card-content :is(h5, h6){
    margin-bottom: 2.5px
}


.cards .card .card-content .card-content__date {
    font-weight: 500;
    font-size: 15px;
    color: #8e9693;
    margin-bottom: 7.5px;
}

.cards .card .card-content .btn{
    margin-top: 7.5px;
}

.cards .card .card-content p {
}

.cards .card .card-content *:last-child {
    margin-bottom: 0
}






/* Article */

article {
    padding: 120px 0;
    position: relative;
        margin-top: 15px;
}

main article:first-child {
	 margin-top: 0;
}


article:not(.article--background):after {
    content: '';
    background: url(images/background.svg);
    background-size: 600px;
    position: absolute;
    top: 0;
    left: 67%;
    width: 70vw;
    z-index: -1;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    pointer-events: none;
}

article.article--background:before {
        content: '';
    background: #F7F0E5;
    top: 0;
    right: 0;
    bottom: 30%;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.62;
}

article.article--green {
    color: #ffffff;
    background: #2A351F
}

article .article-header {
    margin-bottom: 45px
}


article.article--green .article-header :is(h1, h2, h3, h4, h5, h6) { 
    color: #ffffff;
}

article .article-header > *:last-child {
    margin-bottom: 0
}



article .article-content:not(:last-child) {
 margin-bottom: 60px;
 margin-top: 30px;
}


body.single-project article .article-content:not(:last-child) {
     margin-bottom: 75px;
 margin-top: 75px;
     max-width: 450px;
}

article .article-content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 30px
}

article.article--green .article-content :is(h1, h2, h3, h4, h5, h6) { 
    color: #ffffff;
}


article .article-content :is(h4, h5, h6) {
    font-weight: normal;
        line-height: 1.875;
}

article .article-content form label {
	  font-size: 14px;
    opacity: 0.47;
    margin-bottom: 0;
}

article .article-content form :is(input, textarea, select) {
	margin-bottom: 15px;
}

/* article .article-content img {
    width: auto;
} */

article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}



article .article-content > *:last-child {
    margin-bottom: 0
}


article .article-content ul:not(.list-unstyled) {
   
}

article .article-content ul:not(.list-unstyled) li {
     padding-left: 25px; 
    position: relative;
    margin-bottom: 7.5px;
}

article .article-content ul:not(.list-unstyled) li:before {
         position: absolute;
    left: 0;
    top: 13px;
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    color: #BF9F7E;
    display: inline-block;
    width: 15px;
    line-height: 0;
    margin-right: 15px;
    font-weight: bold;
    margin-right: 15px;
}




article .article-image {
        position: relative;
    padding-bottom: 125%;
    display: block;
    z-index: 2

}



article .article-image.article-image--potrait {
    padding-bottom: 75%;
     /*   margin-left: -60px;*/
}

article .article-image.article-image--potrait:not(.article-image--simple):after {
        content: '';
    background-image: url(images/background-wood.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 37.5px;
    left: 37.5px;
    right: -37.5px;
    bottom: -37.5px;
    z-index: -1;
    border-radius: 5px;
}




article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
        border-radius: 5px;

}


/*article .article-image:hover img { 
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

article .article-images .article-image {
    border-top: 0;
    margin-top: 45px;
}

article .article-sidebar {
    position: sticky;
    top: 167px;
}

article .article-sidebar ul {
    
}

article .article-sidebar ul li {
    
}

article .article-sidebar ul li a {
    width: 100%
}

article .article-sidebar ul li a:after {
        position: absolute;
    right: 22.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

article .article-contact {
   background: #ECF4EA;
    padding: 30px 45px;
    box-shadow: 0px 22px 44px #05554b41;
    border-radius: 5px;
    color: #2A351F;
    max-width: 390px;
    margin-left: auto;

}

article .article-contact :is(h1, h2, h3, h4, h5, h6) {
    font-weight: normal;

}

article .article-contact ul li i {
    
}



/* Post */


section.post {
    padding: 120px 0;
}

section.post.post--background {
    background: #2A351F;
    color: #ffffff;
}

section.post .post-header {
    margin-bottom: 60px
}

section.post .post-header :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500
}

section.post .post-header ul  {
    margin-bottom: 0
}
section.post .post-header ul li{
    display: inline-block;
    margin-right: 15px;
}

section.post .post-header ul li .btn{
    box-shadow: unset;
    margin-top: 0
}

section.post .post-image {
        position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
/*     width: 56vw; */
        margin: -165px 0 60px 0;
    border-radius: 5px;
}

section.post .post-image img,
section.post .post-image video{
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.post .post-content {
    
}


section.post .post-content :is(b, strong) {
        color: #BF9F7E
}

section.post .post-content h3:first-child {
    font-weight: normal;
}

section.post.post--background .post-content  :is(h1, h2, h3, h4, h5, h6){
    color: #ffffff;
}

section.post .post-content ul:not(.list-unstyled) {
   
}

section.post .post-content p + ul:not(.list-unstyled) {
    margin-top: -30px
}

section.post .post-content ul:not(.list-unstyled, .post-content__info) li {
     padding-left: 25px; 
    position: relative;
    margin-bottom: 2.5px;
}

section.post .post-content ul:not(.list-unstyled, .post-content__info) li:last-child {
    margin-bottom: 0
}

section.post .post-content ul:not(.list-unstyled, .post-content__info) li:before {
         position: absolute;
    left: 0;
    top: 13px;
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    color: #BF9F7E;
    display: inline-block;
    width: 15px;
    line-height: 0;
    margin-right: 15px;
    font-weight: bold;
    margin-right: 15px;
}

section.post .post-content :is(p, ul) {
    margin-bottom: 30px;
}

section.post .post-content *:last-child {
    margin-bottom: 0
}
section.post .post-sidebar {
    background: #ECF4EA;
    border-radius: 5px;
    padding: 30px;

        position: sticky;
    top: 187px;
}

section.post.post--background .post-sidebar {
    color: #2A351F;
}


section.post .post-sidebar :is(h4, h5, h6) {
    font-weight: 500;
}

section.post .post-sidebar .post-person {
    margin: 30px 0
}

section.post .post-sidebar .post-person .post-person__image {
     position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    border-radius: 50%
}

section.post .post-sidebar .post-person .post-person__image img{
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.post .post-sidebar .post-person .post-person__content ul {
    margin-bottom: 0;
        line-height: 1.675;
}

section.post .post-sidebar .post-person .post-person__content ul li:last-child {
    color: #BF9F7E;
}

section.post .post-sidebar .post-person .post-person__content ul li i {
    color: #2A351F;
}

section.post .post-sidebar .btn:last-child {
    width: 100%;
    text-align: center;
    box-shadow: unset;
}

section.post .post-share {
    margin-top: 30px
}

section.post .post-share ul li a {
            width: 37.5px;
    height: 37.5px;
    line-height: 37.5px;
    font-size: 18px;
}

section.post .post-content {
    margin-bottom: 30px
}

section.post .post-content ul.post-content__info {
    
    margin: 30px 0;
}

section.post .post-content ul.post-content__info li{
    display: inline-block;
    margin-right: 30px;
    opacity: 0.6;
}

section.post .post-content ul.post-content__info li i {
    margin-right: 7.5px;
}



section.post .post-card {
background: #FAFAFA;
    border: 1px solid #E1E5E6;
    border-radius: 5px;
    padding: 30px 37.5px;
    margin-bottom: 15px;
    display: block;
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.post .post-card:hover {
    background: #E1E5E6;
}

section.post .post-card:last-child {
    margin-bottom: 0
}
section.post .post-card :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600
}

section.post .post-card .post-card__image {
    position: relative;
    display: block;
    padding-bottom: 125%;
    z-index: 2;
}

section.post .post-card .post-card__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

section.post .post-card ul {
  
    
}

section.post .post-card ul li{
    display: inline-block;
    margin-right: 30px;
    opacity: 0.6;
}

section.post .post-card ul li i {
    margin-right: 7.5px;
}

section.post .post-card p {
     font-size: 87.5%;
}

/*section.post .post-content :is(h1, h2, h3, h4, h5, h6, p, ul, table) {
    margin-bottom: 30px;
}
*/
section.post .post-card *:last-child {
    margin-bottom: 0
}

/* USP's */

section.usps {
        padding: 210px 0 120px 0;
     background-image: url(images/background-wood--large.jpg);
    background-size: cover;
    background-position: center center;
        margin-top: -60px;
}

section.usps :is(h1, h2, h3) {
    color:#BF9F7E;
    text-align: center;
    margin-bottom: 0
}

section.usps .row {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}
section.usps .usp{
    padding-left: 45px;
    position: relative;
    margin-top: 60px;
}

section.usps .usp:before {
        content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #BF9F7E;
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 1.5;
}

section.usps .usp h5 {
    margin-bottom: 7.5px;
}

section.usps .usp p:last-child {
    margin-bottom: 0;
        font-size: 87.5%;
}

/* Mockup */

section.mockup {
    padding: 90px 45px;
    background: rgb(224 237 222 / 62%);
}
section.mockup .mockup-content {
   font-weight: 500 
}

section.mockup .mockup-content *:last-child {
    margin-bottom: 0
}

section.mockup .mockup-image {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

section.mockup .mockup-image img {
        max-height: 630px;
    width: auto;
}

/* Gallery */


section.gallery {
    padding: 120px 45px 180px 45px;
    background: #f9f4ed;
}

section.gallery.no--background {
	background: transparent;
	padding-top: 0
}

section.gallery .container-fluid:first-child {
    margin-bottom: 120px;
}
section.gallery :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500;
    margin-bottom: 45px;
}

section.gallery p {
    color: #2A351F;
    margin-bottom: 0
}

section.gallery .gallery-slider {
   
}

section.gallery .gallery-image {
     position: relative;
    padding-bottom: 125%;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    border-radius: 5px;
}

section.gallery .gallery-slider.gallery-slider--simple .gallery-image {
     padding-bottom: 100%;
}

section.gallery .gallery-slider:not(.gallery-slider--simple) .slick-list{
    overflow: visible;
}

section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+1) .gallery-image  {
    margin-top: 0;
}

section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+2) .gallery-image {
    margin-top: 120px;
}

section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+3) .gallery-image {
    margin-top: 60px;
}
section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+4) .gallery-image {
    margin-top: -30px;
}


section.gallery .gallery-image img {
   width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
  -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.gallery .gallery-image:hover img {
   -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }


/* Teams */


section.teams {
    padding: 120px 45px;
    background: #f9f4ed;
}

section.teams .container-fluid:first-child {
    margin-bottom: 120px;
}

section.teams h2 {
    font-weight: 500;
    margin-bottom: 45px;
}

section.teams p {
    color: #2A351F;
    
}

section.teams p:last-child {
margin-bottom: 0
}

section.teams .teams-slider .slick-list{
    overflow: visible;
}
section.teams .team {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-bottom: 45px;
	height: calc(100% - 45px);
    background: #2A351F;
}

section.teams .teams-slider [class*=col-12]:nth-child(4n+1) .team {
    margin-top: 0;
}

section.teams .teams-slider [class*=col-12]:nth-child(4n+2) .team {
    margin-top: 60px;
}

section.teams .teams-slider [class*=col-12]:nth-child(4n+3) .team {
    margin-top: 30px;
}
section.teams .teams-slider [class*=col-12]:nth-child(4n+4) .team {
    margin-top: -30px;
}

section.teams .team .team-image {
 position: relative;
    padding-bottom: 125%;
    overflow: hidden;
    display: block;
}


section.teams .team .team-image:after {
        content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient( 180deg , rgba(0,0,0,0) 0%, #2A351F 80%);
    height: 150px;
    z-index: 1;
}

section.teams .teams-slider .team .team-image:after {
    content: unset
}

section.teams .team .team-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

section.teams .team .team-content {
    padding: 0 30px 45px 30px;
/*     position: relative; */
    background: #2A351F;
    color: #ffffff;
}

section.teams .teams-slider .team .team-content {
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(200%);
}

section.teams .teams-slider .team .team-content:before {
        content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    background: linear-gradient( 180deg , rgba(0,0,0,0) 0%, #2A351F 80%);
    height: 150px;
    z-index: 1;
}


section.teams .teams-slider .team:hover .team-content {
   transform: translateY(0);
}

section.teams .team .team-content :is(h1, h2, h3, h4, h5, h6){
    color: #ffffff;
    margin-bottom: 0
}

section.teams .team .team-content p {
        color: #BF9F7E;
	min-height: 60px;
}


section.teams .team .team-content ul.contact li i {
    color: #BF9F7E;
    margin-right: 7.5px;
    min-width: 15px;
    font-size: 15px;
    margin-bottom: 0
}

section.teams .team .team-content ul.connect {
    margin-bottom: 0;
    color: #BF9F7E;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 22.5px;
    bottom: 22.5px;
}



/* Thumbnails */

.thumbnails {
    border: 2px solid #C7D1DE;
    border-radius: 5px;
}



.thumbnails .thumbnail .thumbnail-image {
     position: relative;
    padding-bottom: 66.666%;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
    
}

.thumbnails .thumbnail .thumbnail-image img {
   width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
  -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thumbnails .thumbnail .thumbnail-image:hover img {
   -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }



/* contentblock */

section.contentblock {
   position: relative;
   padding: 60px 0;
}

section.contentblock.contentblock--green,
section.contentblock.contentblock--beige {
    padding-top: 0;
    z-index: 2
}


section.contentblock:before {
      content: '';
    background: #F7F0E5;
    opacity: 0.7;
    top: 0;
    bottom: 60px;
    right: 0;
    width: 70vw;
    position: absolute;
    z-index: -1;
    left: calc(50% - 120px);
}


section.contentblock.contentblock--white:before  {
    content: unset;
}

section.contentblock.contentblock--green:before {
    background: #2A351F;
    opacity: 1;
    left: 0;
    top: 0;
    width: 55vw;
    bottom: -30px;
}

section.contentblock.contentblock--beige:before {
    background: #F9F4EC;
    opacity: 1;
    left: 0;
    top: 0;
    width: 55vw;
    bottom: -30px;
}

section.contentblock:after {
    content: '';
    background: url(images/background.svg);
    position: absolute;
    top: 60px;
    left: 60%;
    width: 40vw;
    z-index: -1;
    bottom: 60px;
    right: 0;
    mix-blend-mode: multiply;
   opacity: 0.6;
    background-size: 600px;
     pointer-events: none;
}

section.contentblock.contentblock--white:after,
section.contentblock.contentblock--green:after,
section.contentblock.contentblock--beige:after {
    content: unset;
}






section.contentblock .contentblock-content {
       padding: 105px 0 75px 0;
           max-width: 500px;
}


body.not-home section.contentblock .contentblock-content :is(h3, .h3) {
    font-weight: normal;
}
body.single-project section.contentblock .contentblock-content {
    padding-top: 0
}

section.contentblock.contentblock--green .contentblock-content {
    /*padding-bottom: 0;*/
}


section.contentblock .contentblock-content :is(h1, h2, h3, h4, h5, h6, p){
 
}

section.contentblock.contentblock--green .contentblock-content :is(h1, h2, h3, h4, h5, h6, p){
    color: #ffffff;
    margin-bottom: 30px
}




section.contentblock .contentblock-content .btn {
   
}

section.contentblock .contentblock-content *:last-child {
    margin-bottom: 0
}

section.contentblock .contentblock-extra {
       position: relative;
    display: block;
    padding-bottom: 66.666%;
    /*padding-bottom: 75%;*/
    z-index: 2;
	margin-top: 30px;
    border-radius: 5px;
	overflow: hidden;
  
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


section.contentblock .contentblock-image {
       position: relative;
    display: block;
    padding-bottom: 66.666%;
    /*padding-bottom: 75%;*/
    z-index: 2;
      width: 48vw;
/* 	float: right; */
	
  
}

section.contentblock .order-xl-2 .contentblock-image { 
	float: right
}

body.page-template-template-vacatures section.contentblock .contentblock-image,
body.single-vacature section.contentblock .contentblock-image,
body.single section.contentblock .contentblock-image{
	height: 100%;
	
}
section.contentblock.contentblock--green .contentblock-image {
    height: 100%;
        margin-left: -60px;
}

section.contentblock [class*=col-]:first-child .contentblock-image {
        width: 48vw;
    float: right;
}
/* 
section.contentblock .contentblock-image:before {
        content: '';
    position: absolute;
    border-bottom: 1px solid #C7BAA4;
    top: 122px;
    right: -120px;
    width: 60px;
} */


section.contentblock [class*="col-"]:last-child .contentblock-image:before {
left: -120px;
    right: unset;
}

section.contentblock.contentblock--green .contentblock-image:before {
    border-color: #BF9F7E;
}

section.contentblock .contentblock-image:after {
    content: '';
    background-image: url(images/background-wood.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 37.5px;
    /*left: 37.5px;*/
    left: 105px;
    right: -37.5px;
    bottom: -37.5px;
    z-index: -1;
}

section.contentblock.contentblock--white .contentblock-image:after,
section.contentblock.contentblock--green .contentblock-image:after,
section.contentblock.contentblock--beige .contentblock-image:after {
    content: unset;
}



section.contentblock .contentblock-image img,
section.contentblock .contentblock-extra img{
    
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

section.contentblock .contentblock-image .btn {
    position: absolute;
    right: -75px;
    top: 75px;
}


section.contentblock [class*="col-"]:last-child .contentblock-image .btn {
    left: -75px;
    right: unset;
}

section.contentblock .contentblock-gallery {
        position: relative;
    width: 48vw;
    float: right;
}

section.contentblock .contentblock-gallery .contentblock-gallery__item {
  position: relative;
    display: block;
    padding-bottom: 56.25%;
    z-index: 2
}

section.contentblock .contentblock-gallery .contentblock-gallery__item img {
    
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

section.contentblock .contentblock-gallery .slick-prev{
    width: 37.5px;
    height: 37.5px;
    line-height: 37.5px;
    font-size: 12px;
    right: 75px;
    bottom: 15px;
    top: unset;
        -webkit-transform: unset;
    transform: unset;
    left: unset;
}

section.contentblock .contentblock-gallery .slick-next{
    width: 37.5px;
    height: 37.5px;
    line-height: 37.5px;
    font-size: 12px;
    right: 15px;
    bottom: 15px;
    top: unset;
        -webkit-transform: unset;
    transform: unset;
}

/* Versions */

section.versions {
    padding: 0 0 120px 0;
    position: relative;
}

section.versions:before {
        content: '';
    background: url(images/background.svg);
    position: absolute;
    top: -26%;
    left: 0;
    width: 36vw;
    z-index: 0;
    bottom: 60px;
    right: 0;
    opacity: 0.7;
    background-size: 600px;
    background-repeat: repeat-x;
        mix-blend-mode: multiply;
        pointer-events: none;
}
    

section.versions h1 {
    -webkit-text-stroke-color: #2A351F;
    text-align: center;
    margin-bottom: 0
}

section.versions .version:not(:last-child) {
    margin-bottom: 120px;
}


body.page-template-template-model section.versions .version:not(:last-child) {
    margin-bottom: 60px
}

section.versions .version .version-content {
    max-width: 450px;
    color: #2A351F;
}



section.versions .version .version-image {
        position: relative;
    display: block;
    padding-bottom: 56.25%;
    border-radius: 5px;
    margin-top: 60px;
    overflow: hidden;
}

section.versions .version .version-image img{
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

section.versions .version .version-mockup img{
	width: 100%;
}



section.versions .version .version-caption {
    text-align: center;
    margin-top: 30px;
}

section.versions .version .version-caption :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0
}

/* Story */

section.story {
    position: relative;
    padding: 0 0 60px 0;
}

section.story + section.contentblock {
    margin-top: 7.5px
}

section.contentblock.contentblock--white + section.story:before {
    top: -60px;
}

section.story:before {
    content: '';
    background: #F7F0E5;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.62;
}


body.single-project section.story:before {
      top: 60px;
}
section.story .story-image  {
        position: relative;
    display: block;
    padding-bottom: 125%;
    z-index: 2;
    
}

section.story [class*=col]:last-child .story-image {
    margin-right: -90px;
      padding-bottom: 150%;
}

body.single-project section.story + section.story .story-image {
    margin-bottom: -60px;
    width: 48vw;
}

section.story .story-image.story-image--potrait  {
    padding-bottom: 100%;
    min-width: 35vw;
}
section.story .story-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

section.story .story-content {
    margin-top: 105px
}

body.single-project  section.story .story-content {
    margin-top: 120px;
}

section.story .story-content :is(h1, h2, h3, h4, h5, h6) {
  /*  margin-bottom: 0;*/
    line-height: 1.375
}
section.story .story-content :is(h3, .h3) {
font-weight: normal;
}
section.story .story-content .read-more{
    margin-top: 60px
}


/* Project */

section.project {
    position: relative;
    padding: 60px 0;
}

section.hero + section.project {
    padding-bottom: 0;
}

section.hero + section.project .breadcrumbs{
    margin-bottom: 0;
}

section.project.project--reverse {
    margin-top: 60px
}

section.project.project--reverse:before {
    content: '';
    background: #F7F0E5;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.7;
    pointer-events: none;
    bottom: 120px;
    width: 60vw;
}

section.project .project-image {
    position: relative;
    padding-bottom: 125%;
    display: block;
    margin-bottom: 0;
    z-index: 2
  
}

section.project.project--reverse .project-image {
    /*padding-bottom: 100%;*/
    min-width: 48vw;
}

section.project .project-image img {
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
      border-radius: 5px;
}

section.project .project-image img:nth-child(2) {
    top: 30px;
    right: 15px;
    bottom: -15px;
    left: 30px;
    z-index: -1;
    filter: blur(30px);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    pointer-events: none;
}

section.project .project-content {
    padding: 60px 0;
}

section.project.project--reverse .project-content {
    margin-top: -90px;
}

section.project .project-content .label {
    box-shadow: unset;
    margin-bottom: 0
}
section.project .project-content :is(h1, h2, h3, h4, h5, h6){
    margin: 45px 0;
}

/* Banner */

section.banner {
    height: 60vh;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Banner */

section.maps {
    height: 60vh;
    position: relative;
}

section.maps .acf-map{
    position: absolute;
    height: 100%;
    width: 100%
}

/* Specs */

section.specs {
    padding: 90px 45px;
    background: rgb(224 237 222 / 62%);
}


section.specs table {
    width: 100%;
    margin-bottom: 0;
}

section.specs table tr th,
section.specs table tr td {
   border-bottom: 1px solid rgb(79 157 147 / 25%);
    padding: 7.5px 0;
}

section.specs table tr:first-child th,
section.specs table tr:first-child td {
    padding-top: 0
}

section.specs table tr td {
    text-align: right;
}

/* Newsletter */

section.newsletter {
       padding: 105px 0 45px 0;
}

section.newsletter :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 300;
}

section.newsletter form {
    position: relative;
}

section.newsletter form label {
    display: none;
}

section.newsletter form input{
      padding: 25px 20px 25px 105px;
}

section.newsletter form button{
    background: #BF9F7E;
    height: 75px;
    width: 65px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    font-size: 0;
        box-shadow: unset;
	    padding: 22.5px 37.5px;
}

section.newsletter form button.btn:not(.btn--simple):after {
content: "\f0e0";
    margin-left: -7.5px;
    font-size: 20px;
    vertical-align: middle;
    display: block;
    width: 20px;
    margin-left: -10px;
}

section.newsletter .usps {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 0

}

section.newsletter .usps li {
    font-weight: 500
}

section.newsletter .usps li:before{
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #BF9F7E;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    line-height: 0;
    margin-right: 7.5px;
}




/* Social media */

.social-media {
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
        vertical-align: 2px;
        margin-top: 0
}



.social-media li {
    display: inline-block;
    margin-right: 5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    width: 52.5px;
    height: 52.5px;
    line-height: 52.5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    background: #BF9F7E;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    
}


/* Breadcrumbs */

.breadcrumbs {

}
.single-project .breadcrumbs {
    margin-bottom: 30px;
}
.breadcrumbs .breadcrumb_last{
    color: #BF9F7E
}



/* Gravity Forms */

.gform_wrapper {

}

.gform_wrapper form {
      margin-top: 22.5px;  
       position: relative;
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px;

    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
        position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 77.5%;
        margin-bottom: 0;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield.gfield_contains_required:after {
        content: '*';
    color: #26A4E8;
    position: absolute;
    right: 15px;
    top: 0;
}*/

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
        font-size: 14px;
    opacity: 0.47;
    margin-bottom: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="file"] {
        background: #ADE1E8;
    padding: 15px;
    display: block;
    width: 100%;
    color: #2A351F;
    font-weight: bold;
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: red;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*.gform_wrapper form .gform_footer {
    text-align: right;
}*/

/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* .embed-container iframe {
    display:none;
} */

.embed-container .play {
        position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    width: 150px;
    height: 150px;
    background: #BF9F7E;
    font-size: 60px;
    text-align: center;
    line-height: 150px;
    color: #ffffff;
    border-radius: 50%;
}

.embed-container .play:after {
        content: "\f04b";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
}




/* Slick */

.slick-dots {
    position: absolute;
    bottom: 30px;
   left: 30px;
    margin-bottom: 0;
    line-height: 1;
}

.slick-dots li{
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 0px 2px 5px #00000080;
    border-radius: 50%;
}

.slick-dots li button{
    display: block;
    background: transparent;
    width: 12px;
    height: 12px;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    background: #ffffff;
}

.slick-dots li.slick-active button { 
   
    background: #16A4E8;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: 0 0 0 2px #ffffff inset;
}

:is(.prev, .next) {
       background: #ffffff;
    display: inline-block !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin: 0 7.5px;
    cursor: pointer;
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
        font-size: 14px;
           color: #2A351F;
           box-shadow: 0px 22px 44px #6F6D3A4B;
           -moz-appearance: none;
    -webkit-appearance: none;
        color: #2A351F;
}

:is(.prev, .next):hover {
        background: #2A351F;
        color: #ffffff;
}

.slick-prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.slick-next {
    right: 0;
     -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

:is(.slick-prev, .slick-next) {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    background: #BF9F7E;
    box-shadow: 0px 22px 44px #05554b41;
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0;
        font-size: 14px;
        -moz-appearance: none;
    -webkit-appearance: none;
        color: #2A351F;

}



:is(.slick-prev, .slick-next):hover {
        background: #2A351F;
        color: #ffffff;
}

.modal-header {
	width: 100%;
}

.modal-header :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: 0
}

.modal-body .gform_wrapper form {
	margin-top: 0
}


/* Modal */

.modal {

}

.modal .modal-dialog {
     
}

.modal .modal-dialog .modal-header {
	padding: 30px 30px 0px 30px;
    border-bottom: 0;
}
.modal .modal-dialog .modal-header .close {
	font-weight: normal
}

.modal .modal-dialog .modal-content {
       border: 0;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 0;
}



.modal .modal-dialog .modal-content .modal-image {
      position: relative;
    padding-bottom: 33.333%;
    overflow: hidden;
    display: block;
}

.modal .modal-dialog .modal-content .modal-image img{
      width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

.modal .modal-dialog .modal-content .modal-body{
  padding: 15px 30px 30px 30px;
}

.modal .modal-dialog .modal-content .modal-body *:last-child {
  margin-bottom: 0
}

.modal .modal-dialog .modal-content .modal-body .btn {
  filter: none;
}

.modal .modal-dialog .modal-content .modal-body a {

}

.modal .modal-dialog .modal-content .modal-body h6 {
  margin-bottom: 7.5px
}

section.partners {
	background: #f9f4ec;
	 padding: 60px 0;
	margin: 15px 0;
}

section.partners .partners-header{
	margin-bottom: 30px;
}

section.partners .partners-header :is(h1, h2, h3){
	margin-bottom: 0;
}

section.partners .logo-slider {
	   
}

section.partners .logo-slider .logo{
}

section.partners .logo-slider .logo img {
	width: 100%;
}
/* Contact */


footer + .contact {
    position: fixed;
    right: 22.5px;
    bottom: 22.5px;
    z-index: 9999
}

footer + .contact .contact-trigger {
    width: 75px;
    margin-left: auto;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}

footer + .contact .contact-trigger img{
    
}

footer + .contact .contact-collapse {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    display: none;

    max-width: 100%;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}

footer + .contact .contact-collapse .contact-collapse__header {
    background: #BF9F7E;
       padding: 17.5px 22.5px;
    line-height: 1;
    cursor: pointer;
}

footer + .contact .contact-collapse .contact-collapse__header h6 {
    margin-bottom: 0;
    color: #ffffff;
        font-size: 18px;
}


footer + .contact .contact-collapse .contact-collapse__header h6:after {
    content: url(images/arrow-down.svg);
    float: right;
    width: 15px;
}

footer + .contact .contact-collapse .contact-collapse__body {
    padding: 12.5px 10px;
    font-weight: 400;
}

footer + .contact .contact-collapse .contact-collapse__body ul {
    margin-bottom: 0;
}

footer + .contact .contact-collapse .contact-collapse__body ul li {
        padding: 7.5px 12.5px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;

}

footer + .contact .contact-collapse .contact-collapse__body ul li:hover {
    background: #eeeeee;
}

footer + .contact .contact-collapse .contact-collapse__body ul li:before {
      width: 20px;
    display: inline-block;
    margin-right: 12.5px;
    line-height: 1;
        vertical-align: -4px;
}

footer + .contact .contact-collapse .contact-collapse__body ul li:nth-child(1):before {
    content: url(images/chat.svg);
}

footer + .contact .contact-collapse .contact-collapse__body ul li:nth-child(2):before {
    content: url(images/rondleiding.svg);
}

footer + .contact .contact-collapse .contact-collapse__body ul li:nth-child(3):before {
    content: url(images/bel-direct.svg);
}

footer + .contact .contact-collapse .contact-collapse__body ul li:nth-child(4):before {
    content: url(images/bericht.svg);
}


/* Footer*/

footer {
    background: #2A351F;
    color: #ffffff;
}
footer .main-footer{
    padding: 60px 0;
}

footer .main-footer :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}




footer .main-footer p {
    margin-bottom: 7.5px
}

footer .sub-footer {
    background: #242d1a;
    padding: 60px 0;
}


footer .sub-footer .icon {
    max-width: 70px;
	margin-top: 10px;
}

footer .sub-footer .dots {
    max-width: 95px
}

footer .contact-list {
  
    margin-bottom: 0
}

footer .contact-list li.phone {
    font-size: 24px;
    font-weight: bold;
}

footer .contact-list li.mail {
    font-size: 18px;
    font-weight: 600;
    color: #BF9F7E;
}

footer .contact-list li i {
    color: #BF9F7E;
    margin-right: 7.5px;
        min-width: 20px;
}

footer .contact-list li.phone i,
footer .contact-list li.mail i {
    color: #ffffff;
}

footer .footer-list {
  margin-bottom: 0
}

footer .footer-list li {
    
}

footer .footer-list li a {
    position: relative;
    color: #92A084;
    font-size: 15px
}


footer .footer-list li a:before {
        content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
        color: #BF9F7E;
        margin-right: 15px;
        font-size: 11px;
}

footer .footer-list li a:after {
        content: '';
    border-bottom: 1px solid #92A084;
    position: absolute;
    bottom: -2.5px;
    right: 0;
    left: 22.5px;
    opacity: 0.25;
}

footer .footer-list li a:hover {
    margin-left: 5px;
}

footer .copyright-footer{
    padding: 15px 0;
    background: #ffffff;
    font-size: 14px;
    color: #242d1a
}


footer .copyright-list {
    margin-bottom: 0
}

footer .copyright-list li {
    display: inline-block;
}

footer .copyright-list li:not(:last-child):after {
    content: '';
    margin: 0 7.5px;
}

footer .copyright-list li a {
    text-decoration: underline;
}


.grecaptcha-badge {
	width: 0 !important
}


/* Responsive */

@media (max-width: 1600px) {
    header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
            font-size: 15px;
                padding: 0px 7.5px;
    }

	header nav.navbar .navbar-nav > .nav-item > .nav-link {
		padding: 37.5px 15px;
	}

    header nav.navbar.navbar-main {
        padding: 0 0 0 30px
    }

}   

@media (max-width: 1400px) {

	


    header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
        font-size: 14px;
    }
   
  	header nav.navbar .navbar-nav > .nav-item > .nav-link {
    padding: 37.5px 10px;
    font-size: 15px;
}

	header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link {
    padding-right: 30px;
}
   header nav.navbar.navbar-extra .row [class*=col]:first-child {
        display: none
    }

}

@media (max-width: 1200px) {
	nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
}

	header nav.navbar .navbar-nav > .nav-item > .nav-link {
    padding: 37.5px 10px;
    font-size: 13px;
}
	
    h1,
    .h1 {
        font-size: 52px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 20px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 14px;
    }

     body {
        font-size: 16px;
        margin: 0 15px;
    }

    .btn {
            font-size: 16px;
                padding: 20px 25px;
    }

    header nav.navbar.navbar-extra .row [class*=col]:first-child {
        display: none
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
            padding: 37.5px 12.5px;
                font-size: 15px;
    }



    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.big-gutters {
        margin-right: -30px;
        margin-left: -30px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }

    .row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}


    .slick-prev {
            left: -15px;
            -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    }
  
    article .article-image.article-image--potrait {
   /* margin-left: -30px;*/
}
   
   
}

@media (max-width: 991.98px) {



       
    h1,
    .h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 28px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

    .h5,
    h5 {
        font-size: 16px;
    }

    .h6,
    h6 {
        font-size: 14px;
       
    }

    body {
        font-size: 15px;
        margin: 0 15px;
        overflow-x: hidden;
    }
	
	.container-fluid {
		    padding-right: 15px;
    padding-left: 15px;
	}



  

  /*  .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row [class*="col"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }*/

    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.big-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.big-gutters [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn {
            font-size: 15px;
                padding: 20px 25px;
    }
  
    
    .btn + .btn {
        margin-left: 0;
    }

    .btn:last-child {
        margin-top: 0;
    }

    .read-more {
        font-size: 16px
    }


    

    header nav.navbar .navbar-brand {
        max-width: 50px;
            z-index: 0;
    }

    header nav.navbar .navbar-nav:nth-child(2) {
        display: block;
            background: #BF9F7E;
    }

       header nav.navbar .navbar-nav:nth-child(2) li:is(:nth-last-child(1), :nth-last-child(2), :nth-last-child(3)) {
        display: none;
       }

    header nav.navbar.navbar-extra {
        height: 15px;
    }

    header nav.navbar.navbar-extra .container-fluid{
        display: none;
    }

   


    header nav.navbar .offcanvas-collapse {
      position: fixed;
        top: 15px;
        bottom: 0;
        width: calc(100% - 15px);
        height: 100%;
        overflow-y: auto;
        background: #2A351F;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        z-index: -1;
        padding: 75px 0 30px 0;
        display: block;
        overflow: scroll;
        right: 0px;
        left: 15px;
        border-top-left-radius: 15px

    }

    header nav.navbar .offcanvas-collapse:after {
       content: '';
    background: #BF9F7E;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    top: 75%;
    }

    header nav.navbar .offcanvas-collapse.open {
        -webkit-transform: translateX(0%);
        transform: translate(0%);
    }

     header nav.navbar.navbar-extra .row [class*=col]:first-child {
        display: none
    }


    header nav.navbar.navbar-extra .navbar-nav > .nav-item:not(:nth-last-child(1), :nth-last-child(2)) > .nav-link {
           display: none;
    }

  


   

    header nav.navbar:not(.navbar-extra) .navbar-nav > .nav-item > .nav-link {
           padding: 15px 22.5px;
           margin: 0;
               font-size: 16px;
    }



    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
      right: 0;
        top: 0;
        bottom: 0;
        line-height: 10px;
        width: 58px;
        height: 58px;
        z-index: 999;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
        top: 50%;
        left: 50%;
        width: auto;
        line-height: 1;
        position: absolute;
        transform: translate(-50%, -50%) !important;
    }



    header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-toggle:after  {
        transform: unset;
    }

    

    header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
        box-shadow: unset;
        padding-top: 0;
    }

    

    header nav.navbar .navbar-nav > .nav-item > .nav-link.dropdown-toggle:after {
        float: right;
            padding: 10px 0px;
    }


    header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
        margin: 5px 0;
    }
    

    section.intro {
        padding: 45px 0;
    }

    section.intro .row:first-child:after {
            background-size: 450px;
    }

    section.intro .row:first-child {
        margin-bottom: 45px;
    }


    section.intro .intro-block .intro-block__content:after {
            width: 45px;
    height: 45px;
    line-height: 45px;
        font-size: 14px;
    }

    section.intro .intro-block .intro-block__content {
        position: absolute;
        left: 22.5px;
        top: 22.5px;
        right: 22.5px;
        bottom: 22.5px;
        z-index: 2;
        padding-right: 45px;
    }

    section.intro .intro-block.intro-block--oblong {
        margin-top: 45px;
    }

    section.intro .intro-block.intro-block--oblong:after {
            top: -15px;
        left: 15px;
        right: -15px;
        bottom: 90px;
    }

    section.intro .intro-block .intro-block__image img:nth-child(2) {
        width: calc(100% - 75px);
            height: calc(100% - 45px);
    }


    section.contentblock {
        padding: 30px 0 0 0;
    }

     section.contentblock:before {
            right: 0;
    width: auto;
    left: 0;
        bottom: 0;
    }

    section.contentblock.contentblock--green:before,
    section.contentblock.contentblock--beige:before {
        width: 100vw;
            bottom: 30px;
    }




    section.contentblock:after {
            background-size: 450px;
    }
	
	section.contentblock .contentblock-image {
		width: auto
	}
	section.contentblock.contentblock--green .contentblock-image {
    height: 100%;
    margin-left: 0;
}
	
	section.contentblock [class*=col-]:first-child .contentblock-image {
    width: auto;
    float: unset;
}

    section.contentblock .contentblock-image .btn {
            right: -7.5px;
    top: -7.5px;
    }

    section.contentblock [class*="col-"]:last-child .contentblock-image .btn {
left: -7.5px;
    }

    section.contentblock .contentblock-image:after {
          top: -15px;
    left: 15px;
    right: -15px;
    bottom: -15px
    }

    section.contentblock .contentblock-content {
            padding: 30px 0;
    }
	
	section.contentblock .contentblock-gallery {
    position: relative;
    width: auto;
    float: unset;
		margin-bottom: 30px;
}
	section.contentblock .contentblock-gallery .contentblock-gallery__item {
  
    padding-bottom: 56.625%;
	}

   

    section.images {
        padding: 30px 0;
    }

    section.images:after {
            background-size: 450px;
    }

    section.images .images-images:nth-child(1) {
        margin-top: 30px;
    }

    section.media {
        padding: 30px 0;
    }

    section.media .container-fluid:after {
            top: -30px;
    right: 30px;
    bottom: -30px;
    left: 30px;
    }
	section.media .media-block .media-block__content {

		    margin-top: 30px;
    padding: 0 30px;
	}

 section.hero .hero-image {
       width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}
    section.hero .hero-content {
        padding: 30px 0;
    }



    section.hero .hero-content :is(h1, h2, h3, h4, h5, h6) {
            margin-right: 0;
                line-height: 1.125;
		margin-bottom: 30px !important;
    }

    section.usps {
        padding: 90px 0 30px 0;
    
    }


    section.usps .usp {
            margin-top: 30px;
    }

    section.gallery {
        padding: 30px 15px;
    }

    section.gallery :is(h2, .prev, .next) {
            margin-bottom: 30px;
    }

    section.gallery .container-fluid:first-child {
        margin-bottom: 45px;
    }

    section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+1) .gallery-image  {
        margin-top: 0;
    }

    section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+2) .gallery-image {
        margin-top: 30px;
    }

    section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+3) .gallery-image {
        margin-top: 15px;
    }
    section.gallery .gallery-slider:not(.gallery-slider--simple) [class*=col-]:nth-child(4n+4) .gallery-image {
        margin-top: -15px;
    }


    section.mockup {
        padding: 30px 15px;
    }

    section.mockup .mockup-image {
            bottom: 7.5px;
    }

    section.teams {
        padding: 30px 15px 0 15px;
    }

    section.teams h2 {
        margin-bottom: 15px;
    }

    section.teams .container-fluid:first-child {
        margin-bottom: 45px;
    }

    section.teams .teams-slider [class*=col-12]:nth-child(4n+1) .team {
        margin-top: 0;
    }

    section.teams .teams-slider [class*=col-12]:nth-child(4n+2) .team {
        margin-top: 30px;
    }

    section.teams .teams-slider [class*=col-12]:nth-child(4n+3) .team {
        margin-top: 15px;
    }
    section.teams .teams-slider [class*=col-12]:nth-child(4n+4) .team {
        margin-top: -15px;
    }



    article {
        padding: 30px 0;
    }

    article:not(.article--background):after {
        background-size: 450px;
    }

    article .article-header {
        margin-bottom: 30px;
    }

    article.article--background:before {
            bottom: 10%;
    }

    article .article-image,
    article .article-content:not(:last-child) {
        margin-bottom: 30px;
    }



    article .article-content :is(h1, h2, h3, h4, h5, h6) {
        margin-bottom: 15px;
    }


    article .article-image.article-image--potrait {
            margin-left: 0;
    }

    article .article-image.article-image--potrait:not(.article-image--simple):after {
        top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
    }

    section.versions {
    padding: 0 0 30px 0;
}

article .article-contact {
    margin-top: 30px;
	max-width: auto
}

    section.versions:before {
        background-size: 450px;
    }


    section.versions .version:not(:last-child) {
        margin-bottom: 60px;
    }

    section.versions .version .version-mockup {
        margin-bottom: 30px;
    }
    section.versions .version .version-image {
            margin-top: 30px;
    }

    section.post {
        padding: 30px 0;
    }

    section.post .post-header ul li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    section.post .post-header ul li .btn {
        padding: 15px 20px;
    }

    section.post .post-header {
    margin-bottom: 30px;
}
    section.post .post-image {
            width: 90vw;
    margin: 0px 0 30px 0;
    }

    section.post .post-card {
        padding: 22.5px 22.5px;
    }

    section.post .post-card ul li {
            margin-right: 15px;
    }


    section.post .post-sidebar {
            padding: 22.5px;
    margin-top: 30px;
    }

    section.story {
        padding: 0 0 30px 0;
    }

    section.story:before {
        top: 0 !important;
        bottom: 0;
    }

    section.story .story-content,
    section.story .story-content .read-more {
        margin-top: 30px;
    }

    section.story .story-image {
        margin-right: 0;
        margin-top: 30px
    }
	
	body.single-project section.story + section.story .story-image {
		width: auto;    
		margin-right: 0 !important;
		    margin-bottom: 0;
	}
	
	body.single-project section.story .story-content {
        margin-top: 30px;
}

    section.project {
        position: relative;
        padding: 30px 0;
    }

    section.project.project--reverse {
    margin-top: 0;
}

    section.project.project--reverse:before {
    width: 100vw;
    }

    section.project .project-content {
        padding: 30px 0 0 0;
    }

    section.project.project--reverse .project-content {
        padding: 0 0 30px 0;
    }

    section.project .project-content :is(h1, h2, h3, h4, h5, h6) {
        margin: 15px 0;
    }

    section.project.project--reverse .project-image {
        width: auto
    }
	
	section.project.project--reverse .project-content {
    margin-top: 0;
}


    section.specs {
           padding: 30px 15px;
    }

    section.specs table {
        margin-top: 30px;
    }

    section.newsletter {
    padding: 30px 0;

}
    

    section.newsletter .usps {
        display: block;
            margin-top: 30px;
    }


    footer .main-footer {
        padding: 30px 0;
    }

    footer .sub-footer {
        padding: 30px 0;
    }

    footer .main-footer [class*="col-"]:not(:last-child),
    footer .sub-footer [class*="col-"]:not(:nth-last-child(1), :nth-last-child(2)) {
        margin-bottom: 30px;
    }


	
	section.contentblock .contentblock-extra {
		display: none
	}



    :is(.slick-prev, .slick-next),
    :is(.prev, .next) {
            width: 45px;
    height: 45px;
    line-height: 45px;
        font-size: 12px;
        box-shadow: unset;
    }

    .slick-prev {
        left: -15px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
            top: 20%;
    }

    .slick-next {
        right: -15px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
            top: 20%;
    }


    footer + .contact {
        right: 15px;
        bottom:15px;
    }

   footer +  .contact .contact-trigger {
    width: 60px;
}




}
   







#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
}
#cookie-notice,
#cookie-notice * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cookie-notice.cn-animated {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#cookie-notice.cn-animated.cn-effect-none {
    -webkit-animation-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}
#cookie-notice .cookie-notice-container {
    display: block;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none;
}
#cookie-notice .cookie-revoke-container {
    display: block;
}
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
    display: none;
}
.cn-position-top {
    top: 0;
}
.cn-position-bottom {
    bottom: 0;
}
.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.cookie-revoke-container {
    padding: 15px 30px;
    width: 100%;
    z-index: 1;
}
.cn-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    padding: 10px;
    outline: none;
    cursor: pointer;
}
.cn-close-icon:hover {
    opacity: 1;
}
.cn-close-icon:before,
.cn-close-icon:after {
    position: absolute;
    content: " ";
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: #ffffff;
}
.cn-close-icon:before {
    transform: rotate(45deg);
}
.cn-close-icon:after {
    transform: rotate(-45deg);
}
#cookie-notice .cn-revoke-cookie {
    margin: 0;
}
#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    display: inline-block;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  
}
.cn-text-container {
    margin: 0 0 6px;
}
.cn-text-container,
.cn-buttons-container {
    display: inline-block;
}
#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#cookie-notice.cn-effect-none {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#cookie-notice.cn-effect-fade {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
#cookie-notice.cn-effect-slide {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
#cookie-notice.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@media all and (max-width: 900px) {
    .cookie-notice-container #cn-notice-text {
        display: block;
    }
    .cookie-notice-container #cn-notice-buttons {
        display: block;
    }
    #cookie-notice .cn-button {
        margin: 0 5px 5px;
    }
}
@media all and (max-width: 480px) {
    .cookie-notice-container,
    .cookie-revoke-container {
        padding: 15px 25px;
    }
}




.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.page-id-2182 .breadcrumbs,
.page-id-2182 h1{
	display:none;
}