
/* navigation */
nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  transition: all .4s ease-in-out;
  background: rgb(255 255 255);
}
nav.alt {
  background: transparent;
  z-index: 0;
}
nav .container {
  height: 100%;
}
nav ul {
  list-style: none;
  padding-top: 1rem;
}
.nav-ico {

}

.nav-ico span:after,
.nav-ico span:before {

}
.nav-ico span:before {
  top: 7px;
}
.nav-ico span:after {
  top: -7px;
}
#nav-btn {
  display: none;
}
#nav-btn:checked~.menu {
  opacity: 1;
  position: absolute;
  height: 100vh;
  padding: 2rem;
}
#nav-btn:checked~.nav-ico span {
  background: 0 0;
}
#nav-btn:checked~.nav-ico span:before {
  transform: rotate(-45deg);
  background: #000;
}
#nav-btn:checked~.nav-ico span:after {
  transform: rotate(45deg);
  background: #000;
}
#nav-btn:checked~.nav-ico span:after,
#nav-btn:checked~.nav-ico span:before {
  top: 0;
}
.menu {
  list-style: none;
  overflow: auto;
  clear: both;
  height: 0;
  opacity: 0;
  transition: opacity 0.03s;
  background: #222;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.logo {
  background: transparent url(https://projectstukadoorsbedrijf.nl/wp-content/uploads/2024/08/logo-black-1.png) no-repeat .5rem center;
  height: 100%;
  width: 100%;
  background-size: auto 80px;
  display: block;
  position: absolute;
}
nav.alt .logo {
  background-image: url(https://projectstukadoorsbedrijf.nl/wp-content/uploads/2024/08/logo-1.png);
}
.nob nav.alt .logo {
  background-image: url(https://projectstukadoorsbedrijf.nl/wp-content/uploads/2024/08/logo-1.png);
}
.menu li a {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.4s ease-in;
}
.menu li li a {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.menu>li a:link,
.menu>li a:visited {
  color: #000;
}
.menu ul {
  opacity: .7;
  margin-bottom: 0
}
@media screen and (min-width: 64em) {
  .nav-ico {
    display: none;
  }
  .logo {
    z-index: 9;
    max-width: 250px;
    background-position: 2.5rem center;
  }
  .logo img {
    z-index: 9;
    height: 60px;
  }
  .menu {
    background: none;
    overflow: visible;
    opacity: 1;
    height: auto;
    width: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    padding: 1.75rem 0 0 27%;
    position: relative;
  }
  .menu>li {
    display: inline-block;
    margin-bottom: 0;
    height: 100%;
  }
  .menu>li a:link,
  .menu>li a:visited {
    font-size: 0.9rem;
    color: #4d3d01;
  }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45px;
    left: -25px;
    transform: translateY(-1em);
    transition: all .2s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    padding-top: 0;
  }
  .menu li li {
    float: none;
    width: 250px;
    text-indent: none;
    margin: 0;
    text-align: left;
  }
  .menu li li a:link,
  .menu li li a:visited {
    padding: 13px;
    padding-left: 25px;
    background: #333;
    color: #fff;
    font-size: .875rem;
  }
  .menu li li a:hover {
    background: #957F68;
  }
  .menu li li.selected a,
  #articles .menu li.articles>a{
    color: #4d3d01;
    background: #FCD568;
  }
  .menu li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

#home .menu li.home>a,
#practice .menu li.practice>a,
#people .menu li.people>a,
#careers .menu li.careers>a,
#cases .menu li.resources>a,
#talks .menu li.resources>a,
#articles .menu li.resources>a,
#news .menu li.news>a,
#csr .menu li.news>a,
.menu li.selected>a {
  color: #BAA485;
  font-weight: 700;
}
footer li.selected>a,
#home footer li.home a,
#careers footer li.careers>a,
#people footer li.people>a,
#cases footer li.resources>a,
#talks footer li.resources>a,
#articles footer li.resources>a,
#articles footer li.articles>a,
#news footer li.news>a,
#csr footer li.news>a {
  color: #fff;
  font-weight: 700;
}
#cases table tr td:first-child{
  display: none;
}
#cases table tr td a:link, #cases table tr td a:visited{
  text-decoration: underline;
}
@media screen and (min-width: 64em) {
  nav.alt .menu>li>a {
    color:#fff;
  }
  .nob nav.alt .menu>li>a {
    color:inherit;
  }
}
/* layout */
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.pad {
  padding: 1.5rem;
}
.pad1,
.pad2 {
  padding: 2rem 1.5rem;
}
.ptb {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.prop {
  min-height: 500px;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mt5 {
  margin-top: .5rem;
}
.mb5 {
  margin-bottom: .5rem;
}
.mbx {
  margin-bottom: 3rem;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pr {
  padding-right: 1rem;
}
.articles-preview div{
  margin-bottom: 2.5rem;
}
.articles-preview img{
  transition: all .4s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.search-results-paging{
  text-align: center;
}
.search-results-paging span{
  font-weight: 700;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-top: 5px
}
.search-results-paging span.current{
  background-color: #957e62;
  color: #fffae9;
  border-radius: 50%;
}
@media screen and (min-width: 40em) {
  .articles-preview div:first-child{
  margin-right: 1rem;
}
}
@media screen and (min-width: 64em) {
  .md-pad {
    padding: 1.5rem;
  }
  .md-pt {
    padding-top: 2rem;
  }
  .pad2 {
    padding: 2rem;
  }
  .ptb {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .prop {
    min-height: auto;
  }
  .goR{
    float: right;
  }
  .articles-preview div:first-child{
    margin-right: 2rem;
  }
  .articles-preview img:hover{
    transform: scale(1.02);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
  }
}
@media screen and (min-width: 72em) {
  .pad2 {
    padding: 6.5rem 3.75rem;
  }
  .ptb {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.box16-9 {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 2rem;
}
.box16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 40em) {
  .row {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .column {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col {
    -ms-flex: 1;
    flex: 1;
  }
  .x5 {
    -ms-flex: .5;
    flex: .5;
  }
  .x15 {
    -ms-flex: 1.5;
    flex: 1.5;
  }
  .x2, .x20 {
    -ms-flex: 2;
    flex: 2;
  }
  .full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .half {
    -ms-flex: 0 1 570px;
    flex: 0 1 570px;
  }

  .box1 {
    -ms-flex: 0 1 30rem;
    flex: 0 1 30rem;
    margin: auto
  }

  .box2 {
    -ms-flex: 0 1 45rem;
    flex: 0 1 45rem;
    margin: auto
  }

  .box3 {
    max-width: 600px;
  }

  .grid .col {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .order2 {
    order: 2;
  }

  .ds {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.4);
  }

  .taR {
    text-align: right;
  }
  }

  .taL {
    text-align: left;
  }

  .taC {
    text-align: center;
  }

  @media screen and (min-width: 64em) {
    .grid .col {
      -ms-flex: 0 1 calc(100%/3);
      flex: 0 1 calc(100%/3);
    }
  }

  @media screen and (min-width: 72em) {
    .grid .col {
      -ms-flex: 0 1 25%;
      flex: 0 1 25%;
    }
  }

  /* Custom styles */
  .ac {
    background: #ffd563;
  }

  .b1 {
    background: #fffae9;
  }

  .b1g {
    background-image: linear-gradient(#f0ebdc, #fffae9 70%);
  }

  .b2 {
    background: #f0ebdc;
  }

  .b3 {
    background: #e2ddcf;
  }

  .b4 {
    background: #dad4c6;
  }

  .g1 {
    background: rgb(29, 15, 15);
  }

  .g1b {
    background: #ddd;
  }

  .g2 {
    background: #aaa;
  }

  .g3 {
    background: #777;
  }

  .g4 {
    background: #444;
  }

  .g5 {
    background: #222;
  }

  /* .bg-ani {
  background: linear-gradient(270deg, #ffd563, #BAA485);
  background-size: 400% 100%;
  -webkit-animation: bg-ani 10s ease infinite;
  -moz-animation: bg-ani 10s ease infinite;
  animation: bg-ani 10s ease infinite;
}*/
  @-webkit-keyframes bg-ani {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @-moz-keyframes bg-ani {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @keyframes bg-ani {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  .hero {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-bottom {
    background-position: center 70%;
  }

  #home .hero {
    background-image: url();
  }

  #practice .hero {
    background-image: url();
  }

  #people .hero {
    background-image: url();
  }

  #careers .hero {
    background-image: url();
  }

  #csr .hero {
    background-image: url();
  }

  #news .hero {
    background-image: url();
  }

  @media screen and (min-width: 64em) {
    #home .hero {
      background-image: url();
    }

    #practice .hero {
      background-image: url();
    }

    #people .hero {
      background-image: url();
    }

    #careers .hero {
      background-image: url();
    }

    #csr .hero {
      background-image: url();
    }

    #news .hero {
      background-image: url();
    }
  }

  footer .col p {
    font-size: .9375rem;
    color: #d2cec6;
  }

  footer ul {
    margin-right: 1rem;
    font-weight: 700;
  }

  footer ul ul {
    font-weight: 400;
    margin-top: .625rem;
  }

  footer ul li {
    margin-bottom: 1.4rem;
  }

  footer ul li li {
    margin-bottom: .625rem;
  }

  footer a:link,
  footer a:visited {
    color: #d2cec6;
  }

  .social {
    padding-top: 2rem;
  }

  .social img {
    width: 50px;
    height: 50px;
    transition: 0.4s;
    margin: 0 .25rem;
    opacity: .4;
  }

  .social img:hover {
    opacity: 1;
  }

  .copyright p {
    font-size: 0.625rem;
    margin: 3rem auto 0;
    opacity: .8;
  }

  .cell {
    font-size: 90%;
  }

  .carousel:after {
    content: '';
  }

  .carousel .cell img {
    margin-bottom: 2em;
    transition: 0.4s;
    width: 356px;
    height: 267px;
    object-fit: cover;
  }

  .tagline h1 {
    font-size: 3rem;
    line-height: .85;
    color: #BAA485;
    letter-spacing: -3px;
  }

  h2 big {
    line-height: .85;
    color: #BAA485;
    letter-spacing: -3px;
  }

  .ribbon::before {
    content: "";
    width: 3rem;
    height: 140%;
    background-color: #FCD568;
    display: block;
    position: absolute;
    top: -2rem;
    left: -1rem;
    mix-blend-mode: multiply;
  }

  mark {
    display: inline;
    background: #FCD568;
    padding: 2px;
    word-wrap: break-word;
  }

  .profile-main img {
    width: 100%;
    max-width: 300px;
    transition: 0.4s;
    opacity: .9;
  }

  .profile-b {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }

  .grid .col a {
    display: block;
    padding: 0 .75rem 1rem;
  }

  .grid img {
    width: 100%;
    transition: 0.4s;
    margin-bottom: 1rem;
  }

  .nob main>.row {
    padding-top: 80px;
  }

  /*
.multiply img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
*/
  .profile-c {
    font-size: 90%;
  }

  .profile-c h3 {
    margin-bottom: 0
  }

  .profile-c p {
    clear: both;
    margin-bottom: 3rem;
  }

  .profile-c img {
    border-radius: 50%;
    float: left;
    margin: -.125rem 1rem 1rem 0;
    width: 55px;
    /*   filter: grayscale(100%);
  mix-blend-mode: multiply;*/
  }

  .f-left {
    float: left;
    margin: 0 1rem .5rem 0;
    /*   filter: grayscale(100%);
  mix-blend-mode: multiply;*/
  }

  .square {
    text-align: center;
    padding-right: 2rem;
  }

  .square::before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #FCD568;
    display: block;
    position: absolute;
    top: -2rem;
    right: 0;
    mix-blend-mode: multiply;
    z-index: 9;
  }

  .sidebar {
    -ms-flex: .5;
    flex: .5;
    font-size: 90%;
    background-color: #f0ebdc;
  }

  .sidebar ul {
    margin-bottom: 2rem;
  }

  .sidebar li {
    margin-bottom: 0;
  }

  .sidebar li a {
    display: inline-block;
    padding: .625rem 1rem .625rem 0;
  }

  .sidebar li.selected a,
  #articles .sidebar li.articles>a {
    color: #4d3d01;
    background: #FCD568;
    font-weight: 700;
    padding: .625rem 1rem;
  }

  #articles .x15.pad {
    margin-bottom: 3rem;
  }

  .profile-s a {
    display: none;
  }

  .p1 .p1,
  .p2 .p2,
  .p3 .p3,
  .p4 .p4,
  .p5 .p5,
  .p6 .p6,
  .p7 .p7,
  .p8 .p8,
  .p9 .p9,
  .p10 .p10,
  .p11 .p11,
  .p12 .p12,
  .p13 .p13,
  .p14 .p14 {
    display: inline-block;
  }

  .profile-s img {
    width: 100%;
    max-width: 65px;
    border-radius: 50%;
    /*   mix-blend-mode: multiply;*/
    margin-right: .375rem;
    margin-bottom: .5rem
  }

  a.doc,
  a.pdf,
  a.ppt {
    display: inline-block;
    background: #f0ebdc url() no-repeat 1rem center;
    background-size: 30px auto;
    border-radius: 18px;
    padding: 1.25rem 1.5rem 1.25rem 60px;
    min-height: 60px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 90%;
    text-align: left !important;
  }

  a.pdf {
    background-image: url();
  }

  a.ppt {
    background-image: url();
  }

  .ext-link {
    background: transparent url(g) no-repeat 3px center;
    background-size: auto 50%;
    text-indent: 1rem;
  }

  @media screen and (min-width: 30em) {
    .tagline h1 {
      font-size: 3.5rem;
      letter-spacing: -4px;
    }

    .cell {
      width: 380px;
      padding-right: 1.5rem;
    }

    .carousel:after {
      content: 'flickity';
      display: none;
    }

    .pop a:hover img {
      transform: scale(1.02);
    }

    .pop2 a:hover img {
      transform: scale(1.02);
      box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
    }
  }

  .profile img {
    max-width: 250px;
  }

  @media screen and (min-width: 64em) {
    .sidebar {
      background-color: transparent;
    }

    .profile-s img {
      transition: 0.4s;
    }

    a.doc:hover,
    a.pdf:hover,
    a.ppt:hover {
      opacity: .7
    }

    .decor1::before,
    .decor2::before {
      content: "";
      width: 194px;
      height: 188px;
      background: transparent url() no-repeat;
      background-size: auto 100%;
      position: absolute;
      right: 2rem;
      bottom: 0;
    }

    .decor2::before {
      height: 300px;
      bottom: 4px;
      background-image: url();
    }

    .hero {
      height: 400px;
    }
  }

  @media screen and (min-width: 72em) {
    .banner {
      background-color: #000;
    }

    .tagline {
      position: absolute;
      top: 5%;
      z-index: 10;
      max-width: 42rem;
      width: 50%;
      left: 50%;
      text-align: left;
    }

    .tagline h3 {
      color: #FFFAEA;
    }

    #contact .tagline {
      max-width: 35.625rem;
      width: 43%;
      left: 57%;
      text-align: left;
    }

    .hero {
      height: 500px;
      background-size: auto 100%;
      background-position: left center;
    }

    .tagline h1 {
      font-size: 5.5rem;
      letter-spacing: -5px;
    }

    .book {
      margin-top: -50px
    }

    .book .col.pg1 {
      border-top-right-radius: 50px;
    }

    .book .col.pg2 {
      border-top-left-radius: 50px;
    }

    .book .col.pg1 {
      margin-left: auto;
    }

    .hero {
      background-size: auto 100%;
      height: 600px;
    }

    .stamp::before {
      content: "";
      width: 200px;
      height: 200px;
      background-color: #FCD568;
      display: block;
      position: absolute;
      transform: rotate(-28deg);
      border-radius: 70px;
      top: 15%;
      left: -1em;
      z-index: 9;
      mix-blend-mode: multiply;
    }

    .square::before {
      content: "";
      width: 150px;
      height: 150px;
    }
  }

  .share p {
    margin-bottom: .5rem;
  }

  .share a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 .25rem;
    will-change: transform;
    transition: all .2s ease;
    opacity: .4;
  }

  .s-fb {
    background-image: url();
  }

  .s-twitter {
    background-image: url(g);
  }

  .s-whatsapp {
    background-image: url();
  }

  .s-email {
    background-image: url();
  }

  @media screen and (min-width: 64em) {
    .share a:hover {
      transform: scale(1.1);
      opacity: 1;
    }
  }

  .edit-page {
    display: block;
    background: #7D70A1;
    color: #fff !important;
    font-weight: 700;
    position: fixed;
    top: 85px;
    right: 0;
    text-align: center;
    z-index: 999999;
    padding: .25rem .5rem .25rem 1rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: .7;
    transition: .4s all;
    font-size: 16px;
  }

  form.search {
    margin-top: 0;
  }

  h2.search-header {
    font-size: 2rem;
    letter-spacing: -1px;
  }

  h3.search-entry-title {
    letter-spacing: normal;
    font-size: 1.375rem;
    margin-bottom: .25rem;
  }

  .search-entry-excerpt {
    font-size: .93875rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
  }

  /* Accordion */
  .acd input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .acd {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
  }

  .acd label {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: transform .3s;
    font-size: 1rem;
    font-weight: 700;
    background: #E9E2D3;
    transition: background-color .4s;
    margin-bottom: 0;
  }

  .acd label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    transition: all .1s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }

  .acd>div {
    max-height: 0;
    opacity: 0;
    transition: max-height .4s, opacity .3s;
    overflow: hidden;
  }

  .acd ol,
  .acd ul {
    margin-left: 20px;
  }

  .acd input:checked+label {
    background: #D5CBB8;
  }

  .acd input:checked+label::after {
    transform: rotate(90deg);
  }

  .acd input:checked~div {
    max-height: 500vh;
    opacity: 1;
    margin: 1rem 0;
  }

  .acd>div>*+* {
    margin-top: 1.25rem;
  }

  @media (hover:hover) {
    .acd input:hover:not(:checked)+label {
      background: #c5bcaa;
    }
  }

  .aside-box {
    background: #f3ecdb;
    padding: 2rem;
    font-size: 90%;
    margin-bottom: 2rem;
  }

  .square-new::after {
    content: "";
    width: 120px;
    height: 120px;
    background-color: #FCD568;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .6;
    z-index: 9;
  }

  .lead {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .table-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .table-responsive table{
    margin-bottom: 0;
  }

  .table-responsive table td{
    width: auto !important;
    min-width: 140px;
    font-size: .813rem;
  }

  #people .disc table td:first-child{
    font-weight: 700;
  }

  @media screen and (max-width: 47em) {
    .table-responsive table {
      min-width: 500px;
    }

    .table-responsive table td {
      font-size: .813rem;
    }
  }

  /*
  .ppl-email{
    display: none
  }
  */

  .ppl-mobi{
    display: none
  }


.just p, .just li {
  text-align: justify !important;
  text-justify: distribute;
  text-align-last: left;
  word-spacing: -1px;
}

.just table p{
  text-align: left !important;

}



@media only screen and (max-width: 768px) {
  .logo {
    background: transparent url(http://localhost/aannemersbedrijf/wp-content/uploads/2024/08/logo-black.png) no-repeat 1.5rem center;
    height: 100%;
    width: 90%;
    background-size: auto 66px;
    display: block;
    position: absolute;
}
}