*,
*::before,
*::after {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

body {
  margin: 0;
  padding-top: 0px !important;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mb-10 {
  margin-bottom: 50px;
}

.p-5 {
  padding: 20px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

/* header*/
header.home {
  background: linear-gradient(180deg, #000000a8, transparent) !important
}

header.home:hover,
header.home:hover .submenu {
  background: rgba(255, 255, 255, 0.91) !important;
}
header.home:hover .logo .default-logo {
  display: none;
}

header.home:hover .logo .hover-logo {
  display: inline;
}

.buy__btn a,
header ul li .tpMenu {
  background: transparent;
}
/* body */
.pr-2 {
  padding-right: 8px;
}

.container {
  width: 100%;
}

.slide {
  position: relative;
  height: auto;
  min-height: unset;
  width: 100%;
  display: block;
  overflow: hidden;
}

.bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bg img {
   width: 100%;
  height: 100%;
  object-fit: cover; 
}

.slide .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 12, 123, 0.4);
  z-index: 1;
}

.slide .content {
  position: relative; 
  z-index: 2;
  padding: 11% 20px 5%; 
  text-align: center;
  width: 75%;
  color: #fff;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

/*Warmtepomp Keizer  */
.warmKeizer h1.mb-10 {
  margin-bottom: 60px;
}

.warmKeizer .twoCols .lCol,
.warmKeizer .twoCols .mCol,
.warmKeizer .twoCols .rCol {
  width: 33.3%;
}

.warmKeizer .twoCols .lCol::before,
.warmKeizer .twoCols .mCol::before {
  background-color: #030C7B;
  height: 70%;
  content: "";
  position: absolute;
  left: auto;
  top: 35%;
  transform: translateY(-50%);
  min-width: 2px;
  right: -1px;
}

.btn {
  padding: 15px 25px;
  border-radius: 10px;
  justify-content: center;
  font-size: 22px;
  line-height: 1.3;
  min-width: 170px;
}

#slide2 {
  background: #ffffff;
}
.warmKeizer .content, #slide2 .content {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
}

.listMain.cent {
  margin: 0 auto;
  max-width: 525px;
}

.warmKeizer.slide .bg::after {
  background: rgb(1 7 63 / 72%)
}

.wm-10 {
  margin-top: 40px;
}

.awk {
  max-width: 290px;
}

#planAdvies {
  border: none;
}

@media (max-width:991px) {

  header.home:hover,
  header.home.menu-open,
  header.home:hover .submenu {
    background: unset !important;
  }

  header.home:hover .submenu,
  header.home .m-btn>button>span,
  header.home.menu-open {
    background-color: #fff !important;
  }

  header.home.menu-open .m-btn>button>span {
    background-color: #CC7B1D !important;
  }

  header.home,
  header.home .submenu {
    transition: none !important;
  }

  header.home:hover .logo .default-logo {
    display: block !important;
  }

  header.home:hover .logo .hover-logo {
    display: none !important;
  }

  header.home.menu-open .logo .hover-logo {
    display: block !important;
  }

  header.home.menu-open .logo .default-logo {
    display: none !important;
  }

  header.home .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide .content {
    width: 100%;
    padding: 155px 10px 55px;
  }

  .title-2 {
    line-height: 30px;
  }

  .title-2,
  .title-3,
  .title-4 {
    font-size: 22px;
  }

  .slide .content img {
    max-width: 48px;
    height: auto;
  }

  .twoCols .title-2 {
    height: 65px;
  }

  .twoCols .flex {
    flex-direction: column;
  }

  .twoCols .lCol::before {
    top: 48%;
    height: 57%;
  }

  .mb-10 {
    margin-bottom: 40px;
  }

  .warmKeizer .twoCols .mb-10 {
    margin-bottom: 10px;
  }

  .slide .bg::after {
    background: rgba(3, 12, 123, 0.55);
  }

  #slide2.warmKeizer .content {
    top: 90px;
    width: 100%;
    padding: 15px 5px 0;
  }

  .warmKeizer .twoCols {
    flex-direction: column;
    row-gap: 10px;
  }

  .warmKeizer h1.mb-10 {
    margin-bottom: 65px;
    hyphens: none;
  }

  .warmKeizer .twoCols .lCol,
  .warmKeizer .twoCols .mCol,
  .warmKeizer .twoCols .rCol {
    width: 100%;
  }

  .warmKeizer .twoCols .lCol::before,
  .warmKeizer .twoCols .mCol::before {
    content: none;
  }

  .warmKeizer .twoCols .lCol::after,
  .warmKeizer .twoCols .mCol::after {
    content: "";
    position: absolute;
    left: calc(50% - 65px);
    bottom: -3px;
    transform: translateY(-50%);
    width: 130px;
    height: 0px;
    margin: 0px auto 0px;
    border-bottom: 2px solid #030C7B;
  }

  .warmKeizer .twoCols .btn {
    width: 225px;
    font-size: 16px;
    padding: 9px 20px;
  }

  .btn {
    padding: 10px 22px;
    min-width: 140px;
    font-size: 18px;
  }

  .wm-10 {
    margin-top: 15px;
  }
}

@media (max-width:380px) {
  .warmKeizer h1.mb-10 {
    margin-bottom: 45px;
  }
}

@media (min-width:1480px) {
  .sidePops .sideCont {
    right: calc(100% - 1505px);
  }
}

@media(min-width:1700px) {
  .sidePops .sideCont {
    right: calc(100% - 1680px);
  }
  .awk {
    max-width: 390px;
  }
}

@media (min-width:1900px) {
  .homepg {
    max-width: 1920px;
    margin: 0 auto;
  }
  .sidePops .sideCont {
    right: calc(100% - 1885px);
  }
}