/*
Theme Name: Lighthart Dev
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Maatwerk website
Version: 1.0
*/

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}

/* Theme CSS */

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

:root {
  --zwart: #000000;
  --geel: #EFDF14;
  --grijs: #121316;
  --licht-grijs: #353535;
  --section-margin: 0 0 100px 0;
  --mob-section-margin: 50px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Proxima-nova", sans-serif;
  background-color: var(--zwart);
  color: white;
}

h1 {
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 500;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 500;
  margin-bottom: 10px;
}

h4 {
  font-size: clamp(16px, 2.5vw, 24px);
}

h5 {
  font-size: clamp(14px, 2vw, 20px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 16px);
}

p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

a {
  font-size: clamp(14px, 1.5vw, 16px);
  display: block;
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
}

a p {
  margin-bottom: 0;
}

img {
  width: 100%;
}

header {
  
  margin-bottom: 20px;
  margin-top: 20px;
}

.lh-nav-left {
  max-width: 200px;
}

.lh-nav-right .phone-div img {
  max-width: 20px;
}

header .phone-div {
  display: flex;
  gap: 5px;
  align-items: center;
}

header .phone-div p {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.lh-nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: var(--grijs);
  position: relative;
  z-index: 1;
}

.header-banner-inner {
  margin-bottom: 20px;
}

.header-banner-inner img {
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.lh-usps {
  background-color: var(--grijs);
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  gap: 100px;
  margin-bottom: 50px;
  margin-top: 150px;
}

.lh-usps-single {
  max-width: 150px;
}

.lh-usps-single p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.lh-usps-single {
  width: fit-content;
}

.lh-fixed-background-container img {
  height: 100dvh;
  width: 65%;
  top: -25px;
  position: absolute;
}

.lh-diensten-header h2,
.lh-projecten-header h2,
.header-intro h2  {
  margin-bottom: 10px;
}

.header-intro a {
  display: inline-block;
  color: var(--geel);
}

.header-intro {
  margin-bottom: 100px;
}

html {
  scroll-behavior: smooth;
}

.lh-diensten-container .lh-diensten-single {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.lh-diensten-container .lh-diensten-single:first-child {
  background-image: url('img/Gipsblokwanden.jpg');
}

.lh-diensten-container .lh-diensten-single:nth-child(2) {
  background-image: url('img/Cellenbeton.JPG');
}

.lh-diensten-container .lh-diensten-single:nth-child(3) {
  background-image: url('img/poriso2.jpg');
}

.lh-diensten-container .lh-diensten-single:nth-child(4) {
  background-image: url('img/Kalkzandsteen.jpg');
}

.lh-diensten-single h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: clamp(24px, 3vw, 34px);
  transition: all 0.2s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.lh-diensten-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.lh-diensten {
  margin: var(--section-margin);
}

.lh-diensten-single:before,
.lh-projecten-single::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.1;
}

.lh-diensten-container .lh-diensten-single:hover {
 background-image: url('img/bg-pattern-knop.svg');
 background-color: var(--licht-grijs);
 
}

.lh-diensten-container .lh-diensten-single.active {
  background-image: url('img/bg-pattern-knop.svg');
  background-color: var(--licht-grijs);
  
 }

.lh-diensten-container .lh-diensten-single p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  margin-top: 30px;
  color: var(--geel);
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.lh-diensten-container .lh-diensten-single p svg {
  width: 6px;
}

.lh-diensten-container .lh-diensten-single:hover p {
  visibility: visible;
  opacity: 1;
} 

.lh-diensten-container .lh-diensten-single:hover h3 {
  font-size: clamp(24px, 3vw, 42px);
}

.lh-projecten-header h3,
.lh-diensten-header h3,
.header-intro h3 {
  color: var(--geel);
  margin-bottom: 40px;
}

.lh-intro h3 {
  color: var(--geel);
  margin-bottom: 20px;
}

.lh-intro {
  margin-bottom: 50px;
}

.lh-projecten {
  padding: 100px 0;
  background-color: var(--grijs);
  position: relative;
}

.lh-projecten-single {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;

  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.lh-projecten-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 75px;
}

.lh-projecten-single > p {
  margin-bottom: 0;
  font-size: clamp(18px, 3vw, 22px);
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.lh-projecten-single-hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0s step-end;
  margin: auto 0;
  display: none;
  width: 100%;
}

.lh-projecten-single:hover .lh-projecten-single-hover {
  opacity: 1;
  visibility: visible;
  display: block;
}

.lh-projecten-single:hover {
  background-image: url('img/bg-pattern-knop.svg') !important;
  background-color: var(--licht-grijs) !important;
}

.lh-projecten-single:hover > p {
  display: none;
}

.lh-projecten-single-hover p:first-child {
  font-size: clamp(18px, 3vw, 22px);
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--geel);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
}

.lh-projecten-single-hover p span {
  font-weight: 900;
  font-size: 15px;
  margin-right: 6px;
  display: inline-block;
  min-width: 73px;
  text-align: end;
}

.lh-projecten-single-hover p {
  margin-bottom: 0;
  font-size: clamp(14px, 3vw, 14px);
}

.lh-projecten-show-more img {
  width: 40px;
  transition: all 0.5s;
}

.lh-projecten-show-more p {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: bold;
}

.lh-projecten-show-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: fit-content;
  margin: auto;
}

.lh-projecten-show-more p {
  margin-bottom: 0;
}

.lh-fixed-background-container-projecten img {
  height: 100dvh;
  width: fit-content;
  top: 0;
  right: 0;
  position: absolute;
}

.lh-contact-inner {
  background-color: var(--grijs);
  margin: 0 0 150px 0;
  padding: 50px 50px 50px 100px;
}

.lh-contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.lh-fixed-background-container-contact img {
  height: fit-content;
  width: 65%;
  bottom: -40px;
  right: 0px;
  position: absolute;
}

.lh-contact {
  position: relative;
}

.gform-body .gform_fields {
  row-gap: 20px !important;
}

.gform-body .gform_fields .gfield_label {
  color: white;
  margin-bottom: 2px;
}

.gform-body .gform_fields input::placeholder,
.gform-body .gform_fields textarea::placeholder {
  opacity: 0.4;
  font-size: 12px;
  color: white;
}

.gform-body .gform_fields input,
.gform-body .gform_fields textarea {
  background-color: transparent !important;
  border: 1px solid white !important;
  border-radius: 0 !important;
  color: white !important;
}

.gform-body .gform_fields input:focus,
.gform-body .gform_fields textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--geel) !important;
}

.gform_wrapper .gform_required_legend {
  display: none;
}

.gfield_required.gfield_required_asterisk {
  color: white;
}

body .gform_footer  .gform_button.button {
  color: var(--zwart) !important;
  background-color: var(--geel) !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  padding: 10px 40px !important;
}

.lh-contact-links h2 {
  margin-bottom: 10px;
}

.lh-contact-links h3 {
  margin-bottom: 20px;
}

.lh-contact-links .lh-contact-bot > a {
  color: var(--zwart);
  background-color: var(--geel);
  border-radius: 0;
  font-weight: bold;
  width: fit-content;

  line-height: 36px;
  height: 36px;
  padding: 0 !important;
  overflow: hidden;
}

.lh-contact-bot {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.lh-media-groep {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.lh-media-groep img {
  width: 35px;
  transition: all 0.3s;
}

.lh-media-groep img:hover {
  transform: scale(0.9);
}

.label-up {
  display: flex;
  margin: 0px 30px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}

.lh-contact-links .lh-contact-bot > a:hover .label-up {
  top: -100%;
}

.lh-projecten-show-more:hover img {
  transform: rotate(360deg);
}

.phone-div:hover img {
  transform: rotate(360deg);
}

.phone-div img {
  transition: all 0.5s;
}

.lh-footer-logo {
  max-width: 150px;
}

footer {
  background-color: var(--grijs);
  height: 150px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.lh-footer-info .phone-div img {
  width: 15px;
}

.lh-footer-info .phone-div  {
  display: flex;
  gap: 5px;
  align-items: center;
}

.lh-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lh-footer-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.lh-footer-info p {
  margin-bottom: 0;
}

.lh-footer-info p:first-child {
font-weight: bold;
}

.lh-footer-info p:nth-child(2) {
  font-size: 14px;
}


.lh-footer-info .phone-div p {
  font-size: 19px;
  font-weight: bold;
}

.lh-fixed-btn  {
  position: fixed;
  top: 40%;
  right: 0;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 70px 0px 0 70px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  z-index: 999;
  min-width: 170px;
}

.lh-fixed-btn a img {
  width: 15px;
}

.lh-fixed-btn a {
  display: flex;
  gap: 5px;
  align-items: center;
  transition: all 0.3s;
}

.lh-fixed-btn .phone-div:hover img {
  transform: unset;
}

.lh-fixed-btn.lh-fixed-button-1:hover {
  min-width: 200px;
}

.lh-fixed-btn a p {
  font-weight: bold;
}

.lh-fixed-btn a {
  color: black;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  padding-right: 30px;
  height: 36px;
}

.lh-projecten-single img {
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.division img {
  max-width: 50px;
  padding: 12px 0;
  display: block;
  margin: auto;
}

.krndivisions {
  display: flex;
  position: relative;
}

.division {
  width: 25%;
}

.krn-groep {
  background-color: #B22025;
}

.krn-metsel {
  background-color: #003B71;
}

.krn-montage {
  background-color: #3D8277;
}

.sdv-installatie {
  background-color: #286F8A;
}

.partof {
  text-align: center;
  background-color: var(--grijs);
  position: relative;
  padding: 10px 0;
}

.partof p {
  margin-bottom: 0;
  font-weight: 500;
}

.single-project-banner {
  position: absolute;
  top: 50px;
  background-color: var(--geel);
  width: 100%;
  color: black;
  right: 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600 !important;
  font-size: clamp(16px, 3vw, 20px) !important;
  text-shadow: unset !important;
}


@media (max-width: 1366px) {
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }


}

@media (max-width: 1200px) {

  .lh-projecten-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {

 .lh-fixed-btn .phone-div {
  padding-right: 10px;
 }

 .lh-fixed-btn {
  min-width: unset;
 }

 .lh-usps-single {
  max-width: 100%;
 }

 .lh-usps-single p {
  line-height: 1.3;
  text-align: center;
 }

 .initiate-usp-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .lh-contact-inner {
    padding: 50px;
  }

  .lh-projecten-single img {
    display: block;
  }

  .lh-projecten-single.active .cirkel-plus {
    display: none;
  } 

  .lh-projecten-single.active .cirkel-min {
    display: block;
  } 
  


}

@media (max-width: 768px) {

  .lh-usps {
    margin-bottom: 50px
  }

  .lh-projecten {
    padding: 50px 0;
  }

  .lh-projecten-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .lh-contact-inner {
    margin: 50px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .lh-media-groep img {
    width: 30px;
  }

  .lh-fixed-background {
    display: none;
  }

  .lh-diensten {
    margin-bottom: 50px;
  }

  .lh-nav-left,
  .lh-footer-logo {
    max-width: 115px;
  }

  header .phone-div p,
  .lh-footer-info .phone-div p  {
    font-size: 16px;
  }

  .header-banner-inner img {
    object-position: 10%;
  }

  .lh-fixed-btn {
    display: none;
  }

  .lh-diensten-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {

  .lh-diensten-container {
    flex-direction: column;
  }

  .lh-projecten-grid {
    grid-template-columns: 1fr;
  }

  .header-banner-inner img {
    object-position: 25%;
  }

  body .gform_footer .gform_button.button {
    width: 100% !important;
  }

  .lh-contact-inner {
    padding: 30px;
  }

}
