/*ALGEMEEN*/
:root {
  --blauw: #252E86;
  --oranje: #FFAD4E;
  --grijs: #495C65;
  --lichtwit: #C4CED7;
  --lightblauw: #E7EFF1;
}
.uk-button {
  line-height: normal;
  padding: 10px 30px !important;
}
body {
  font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, label, span, a, li, div, input, textarea, select, button {
  font-family: 'Poppins', sans-serif !important;
}
/*MENU*/
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: var(--blauw);
}
.uk-navbar-nav {
  position: relative;
  border-top: solid 1px var(--lightblauw);
  padding-top: 5px;
  margin-top: 35px;
  gap: 40px;
}
.uk-navbar-nav li a {
  min-height: 40px;
  font-size: 24px;
  text-transform: none;
  color: var(--bs-white);
  font-weight: 600;
  letter-spacing: 0;
}
.uk-navbar-nav>li.uk-active>a {
  color: var(--oranje);
  border-color: var(--blauw);
}
.uk-navbar-nav li a:hover {
  color: var(--oranje);
  border-color: var(--blauw);
  text-decoration: none;
}
.uk-navbar-nav::after {
  background-image: url(../../../images/svg-icons/telefoon.svg);
  background-repeat: no-repeat;
  display: block;
  width: auto;
  height: 15px;
  background-size: contain;
  position: absolute;
  content: "+31 6 20114200";
  line-height: 20px;
  margin-top: -36px;
  padding-left: 24px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  right: 0px;
}
.uk-navbar-nav::before {
  background-image: url(../../../images/svg-icons/mail.svg);
  background-repeat: no-repeat;
  display: block;
  width: auto;
  height: 15px;
  background-size: contain;
  position: absolute;
  content: "info@bouwbedrijfdavepastoor.nl";
  margin-top: -36px;
  line-height: 15px;
  margin-left: 210px;
  padding-left: 30px;
  color: var(--bs-white);
  font-family: 'Poppins', sans-serif;
  right: 190px;
}
/*SLIDER*/

/*HOMEPAGINA*/
.blok1 {
  background: var(--blauw);
}
.blok1 .uk-panel a {
  color: var(--bs-white);
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: none;
}
.blok1 .uk-panel a:hover {
  color: var(--oranje);
  border-color: var(--blauw);
  text-decoration: none;
}
.blok1 .uk-grid h1{
  color: var(--bs-white);
  font-size: 72px;
  font-weight: bold;
  line-height: 90px;
  padding-bottom: 25px;
  margin: 0px 125px 0px 0px;
}
.blok1 .but .uk-button  {
  background-color: var(--oranje);
  border: solid 1px var(--oranje);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
}
.blok1 .but .uk-button:hover {
border: 1px solid #FF6900;
  box-shadow: 0px 0px 10px #FF6900;
  
}
.blok1 .text p  {
  color: var(--bs-white);
  font-size: 28px;
  font-weight: bold;
  line-height: 64px;
  margin-bottom: -20px;
}
.blok1 .text .textlijn {
  border-top: solid 1px var(--lightblauw);
}
.blok2 .but .el-title  {
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  color: var(--bs-white);
  position: absolute;
  bottom: 0;
}
.blok2 .but .uk-button{
  font-family: 'Poppins', sans-serif;
  background-color: var(--lichtwit);
  color: var(--grijs);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
  float: right;
}
.blok2 .but .uk-position-center-left {
  background-image: url(../../../images/svg-icons/arrow-left.svg);
  padding: 20px 40px;
  margin-left: -5px;
  background-repeat: no-repeat;
}
.blok2 .but .uk-position-center-left svg{
  display: none;
}
.blok2 .but .uk-position-center-right {
  background-image: url(../../../images/svg-icons/arrow-right.svg);
  padding: 20px 40px;
  margin-right: -10px;
  background-repeat: no-repeat;
}
.blok2 .but .uk-position-center-right svg{
  display: none;
}


.blok2 .uk-slideshow .el-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}


.blok2 .uk-slideshow .el-item img {
  position: relative;
  z-index: 0;
}

.blok2 .uk-slideshow .el-overlay {
  position: relative;
  z-index: 2; 
}
.blok3 {
  background: var(--blauw);
}
.blok3 h1 {
  color: var(--bs-white);
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}
.blok3 p {
  color: var(--lichtwit);
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.blok4 h3 {
  color: var(--blauw);
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;

}
.blok4 img { 
    min-height: 80px;
    max-height: 80px;
}

.blok4 {
  .uk-icon {
    fill: #c4d0d3;
  }
}
.blok5 {
  background: var(--blauw);
}
.blok5 .but .uk-position-center-left {
  background-image: url(../../../images/svg-icons/arrow-left.svg);
  padding: 20px 40px;
  margin-left: -5px;
  background-repeat: no-repeat;
}
.blok5 .but .uk-position-center-left svg{
  display: none;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}
.blok5 .but .uk-position-center-right {
  background-image: url(../../../images/svg-icons/arrow-right.svg);
  padding: 20px 40px;
  margin-right: -10px;
  background-repeat: no-repeat;
}
.blok5 .but .uk-position-center-right svg{
  display: none;
}
.blok5 h3 {
  color: var(--bs-white);
  font-size: 48px;
  line-height: 104px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok5 h3::before {
  background-image: url(../../../images/svg-icons/-l.svg);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 35px;
  background-size: contain;
  position: absolute;
  content: "";
  line-height: 20px;
  margin-top: 80px;
  margin-left: -250px;
}
.blok5 h3::after {
  background-image: url(../../../images/svg-icons/“-r.svg);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 35px;
  background-size: contain;
  position: absolute;
  content: "";
  line-height: 20px;
  margin-top: -24px;
  margin-left: 950px;
}
.blok5 .uk-slideshow-items .uk-panel .uk-button {
  font-family: 'Poppins', sans-serif;
  background-color: var(--oranje);
  border: solid 1px var(--oranje);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
}
.blok5 .uk-slideshow-items .uk-panel .uk-button:hover {
  background-color: var(--lightblauw);
  border: solid 1px var(--blauw);
  color: var(--bs-dark);
}
.blok5 p {
  color: var(--bs-white);
  font-size: 16px;
}
.blok5 h4 {
  color: var(--bs-white);
  margin-top: -50px;
}
.blok5 .p1, .blok5 .p2, .blok5 .p3, .blok5 .p4 {
  width: 75%;
}
.blok5 .p1::after {
  background-image: url(../../../images/Personeel/Dave-pastoor.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 195px;
  width: 26%;
  background-size: contain;
  content: "";
  position: absolute;
  margin-left: 75%;
  margin-top: -160px;
  line-height: 20px;
  border-radius: 100px;
}
.blok5 .p2::after {
  background-image: url(../../../images/Personeel/Floris.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 195px;
  width: 26%;
  background-size: contain;
  content: "";
  position: absolute;
  margin-left: 75%;
  margin-top: -160px;
  line-height: 20px;
  border-radius: 100px;
}
.blok5 .p3::after {
  background-image: url(../../../images/Personeel/Jeroen.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 195px;
  width: 26%;
  background-size: contain;
  content: "";
  position: absolute;
  margin-left: 75%;
  margin-top: -160px;
  line-height: 20px;
  border-radius: 100px;
}
.blok5 .p4::after {
  background-image: url(../../../images/Personeel/Thomas.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 195px;
  width: 26%;
  background-size: contain;
  content: "";
  position: absolute;
  margin-left: 75%;
  margin-top: -160px;
  line-height: 20px;
  border-radius: 100px;
}
.blok5 .el-item img {
  background-size: contain;
}

/* Intro section */
.intro{
  background: var(--blauw);
  color: var(--bs-white);
  padding: 100px 0;
}

.intro h1{
  font-size: clamp(33px, 5vw, 92px);
  font-weight: bold;
  line-height: 1.2;
  border-bottom: solid 1px var(--lightblauw);
  display: inline-block;
  padding-bottom: 3%;
  color: var(--bs-white);
  word-break: break-word;
  hyphens: manual;
  margin: 0;

}

.uk-panel.uk-margin.uk-text-left{
  margin: 0 !important; 
}

.intro p{
  margin-top: 3%;
  font-size: clamp(12px, 5vw, 24px);
  font-weight: 600;
  line-height: 1.2;
  max-width: 700px;
}

.blok6 .uk-first-column {
}
.blok15 h1 {
  color: var(--grijs);
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}
.blok6 h1 {
  color: var(--grijs);
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}
.blok6 h2 {
  color: var(--grijs);
  font-size: 32px;
  font-weight: 600;
  width: 75%;
  margin-block-end: 50px;
}
.blok6 .text {
  background-color: var(--lightblauw);
  border-radius: 10px;
  padding: 40px 40px 80px 40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.blok6 .uk-flex-middle {
}
.blok6 .but .uk-button {
  font-family: 'Poppins', sans-serif;
  background-color: var(--blauw);
  border: solid 1px var(--blauw);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
  margin-left: 20px;
  margin-top: -70px;
}
.blok6 .but .uk-button:hover {
  background-color: var(--oranje);
  border: solid 1px var(--oranje);
}
.blok6 .img img, .blok15 .img img {
  margin-left: -100px;
  border-radius: 0px 100px;
}
.blok6 .img1 img {

  margin-top: 0px;
  margin-bottom: 0px;
}

.blok6 .img2 img {
  margin-top: -100px;
  margin-bottom: -100px;
}
/*DETAILPROJECT*/
.blok7 h1{
  color: var(--blauw);
  font-size: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok7 {
  padding-bottom: 0px !important;
}
.blok9 {
  background: var(--blauw);
  padding-top: 0px !important;
}
.blok9 h1{
  color: var(--bs-white);
  font-size: 72px;
  font-weight: bold;
  line-height: 90px;
}
/*DETAILPAGINA*/
.blok10 h3{
  color: var(--bs-white);
  font-size: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok11 h3 {
  color: var(--bs-white);
  font-size: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok11 p {
  color: var(--bs-white);
  font-family: 'Poppins', sans-serif;
}
.blok11 .uk-overlay-primary {
  background: rgba(48,48,51,.1) !important;
}
/*GALLERY*/
.zmdi {
  font:inherit !important;
  font-family: "Font Awesome\ 5 Free" !important;
}
.zmdi-play:before {
  content: '\f105' !important;
}
.zmdi-skip-next:before {
  content: '\f101' !important;
}
.zmdi-skip-previous:before {
  content: '\f100' !important;
}
/*PROJECTEN*/
.blok12 h1{
  color: var(--grijs);
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}
.blok12 .h1 h1{
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
}
.blok12 h3, .blok16 h3{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok12 .kaart {
  padding-top: 50px;
}
.blok12 .kaart .uk-card-default.uk-card-hover:hover, .blok16 .kaart .uk-card-default.uk-card-hover:hover, .blok12 .kaart .dg-grid .el-item:hover {
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
  transition-duration: .25s;
  transition-property: box-shadow;
}
.blok12 .kaart .uk-card-default, .blok16 .kaart .uk-card-default{
border: none;
position: relative;
background-color: var(--lightblauw);
border-radius: 10px;
margin-top: 20px;
}
.blok12 .kaart .uk-card-media-top img{
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.blok12 .kaart pre {
  border: none;
}
.blok12 .uk-button {
  background-color: var(--blauw);
  border: solid 1px var(--blauw);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
}
.blok12 .uk-button {
  background-color: var(--blauw);
  border: solid 1px var(--blauw);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
}
.blok12 .uk-button:hover, .blok16 .uk-button:hover {
  border-color: var(--lightblauw);
  background-color: var(--oranje);
}
.blok12 .ba-gallery {
  margin-top: 50px;
}
.blok12 .error h1 {
  font-size: 92px;
  line-height: 92px;
}
.blok13 h1{
  color: var(--grijs);
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}
.blok13 h2{
  color: var(--blauw);
  font-size: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok13 .uk-panel img {
  border-radius: 0px 100px;
}
/*SPECIALISATIES*/
.blok14 {
  background-color: var(--blauw);
}
.blok14 .uk-first-column {
}
.blok14 h1 {
  color: var(--lightblauw);
  font-size: 32px;
  font-weight: 600;
  padding-left: 10%;
}
.blok14 .text {
  background-color: var(--lightblauw);
  border-radius: 10px;
  padding: 40px 40px 80px 40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.blok14 .but {
  margin-left: 120px;
}

.blok14 .uk-flex-middle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.blok14 .but .uk-button {
  background-color: var(--oranje);
  border: solid 1px var(--oranje);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
  margin-top: -70px;
}
.blok14 .but .uk-button:hover {
  background-color: var(--blauw);
  border: solid 1px var(--blauw);
}
.blok14 .img img {
  margin-left: 100px;
  border-radius: 0px 100px;
}
/*CONTACT*/
.blok15 .el-title {
  display: none;
}
.blok15 .formContainer .formControls .rsform-submit-button {
  font-family: 'Poppins', sans-serif;
  background-color: var(--blauw);
  border: solid 1px var(--blauw);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
  margin-bottom: -50px;
}
.blok15 .formContainer .formControls .rsform-submit-button:hover {
  background-color: var(--oranje);
  border: solid 1px var(--oranje);
}
.blok15 .formContainer .formControlLabel {
  font-size: 14px;
  line-height: 14px;
} 
.blok15 .text {
  background-color: var(--lightblauw);
  border-radius: 10px;
  padding: 40px 20px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.blok15 .text h3 {
  color: var(--blauw);
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok16 h1 {
  color: var(--grijs);
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
}
.blok16 h4 {
  color: var(--bs-gray-700);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blok16 .kaart img {
  border-radius: 10px 0px 0px 10px;
}
.blok16 .uk-button {
  background-color: var(--oranje);
  color: var(--bs-white);
  border: solid 1px var(--oranje);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
  margin-left: 150px;
  margin-bottom: -60px;
}
.blok16 .uk-button:hover {
  background-color: var(--blauw);
  border: solid 1px var(--blauw);
}
.blok16 a {
  color: var(--bs-dark);
  text-decoration: none;
}
.blok16 a:hover {
  color: var(--oranje);
  text-decoration: underline;
}

.form-check{
  display: flex;
  padding-left: 0;
  
}
.form-check-input[type="checkbox"]{
  margin: 0;
}


.form-check-label{
  padding-inline-start: 10px;
}
/*FOOTER*/
.footer1 {
  background: var(--blauw);
  font-family: 'Poppins', sans-serif;
  color: var(--bs-white);
}
.footer1 a {
  color: var(--bs-white);
  text-decoration: none;
}
.footer1 a:hover {
  color: var(--oranje);
  text-decoration: underline;
}

.uk-grid-item-match .uk-list .el-item img{
  height: 30px;
}

.footer2 {
  background: var(--blauw);
  font-family: 'Poppins', sans-serif;
  color: var(--bs-white);
}

.footer2  .right{
  padding-left: 10%;
}

.footer2 .sub .but .uk-button {
  background-color: var(--oranje);
  border: solid 1px var(--oranje);
  color: var(--bs-white);
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 50px 0px 50px;
}
.footer2 .sub .but .uk-button:hover {
  border: 1px solid #FF6900;
  box-shadow: 0px 0px 10px #FF6900;
}
.footer2 .sub h1 {
  color: var(--bs-white);
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 25px;
}
.footer2 .sub img {
  border-radius: 100%;
}
.footer2 .extra1 p {
  border-top: solid 1px var(--lightblauw);
  padding-top: 5px;
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 0;
}


.footer2 .extra2 p {
  padding-top: 5px;
  line-height: 64px;
  margin-top: -20px;
  font-size: 20px;
}
.footer2 .extra2 span{
padding-right: 30px;
border-bottom: solid 1px var(--lightblauw);
float: left;
width: 100%;
}
.footer2 h1 {
  color: var(--bs-white);
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.footer2 a {
  color: var(--bs-white);
  text-decoration: none;
  min-height: 40px;
  font-size: 24px;
  font-weight: 600;
}
.footer2 a:hover {
  color: var(--oranje);
  border-color: var(--blauw);
}
.footer3 {
  background: var(--blauw);
  font-family: 'Poppins', sans-serif;
  color: var(--bs-white);
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}
.footer3 a {
  color: var(--bs-white);
  text-decoration: none;
}
.footer3 a:hover {
  color: var(--oranje);
  text-decoration: underline;
}
.footer3 p {
  font-size: 12px;
}