/*
Theme Name: Duurzaamheidstechniek Roossien
Theme URI: frvnk.nl
Author: Frank van Meurs
Author URI: frvnk.nl
Description: Dit thema is custom gebouwd voor Duurzaamheidstechniek Roossien
Version: 1.0
*/

@media only screen and (max-width: 1200px) {
  .col-9 {
    width: 100%;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
  }
}

/*------- Algemeen --------*/

.body {
  font-family: filson-pro, sans-serif;
}

html {
  overflow-x: hidden;
}

h1 {
  font-family: filson-pro, sans-serif;
  font-size: 62px !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

h2 {
  font-family: filson-pro, sans-serif;
  font-size: 42px !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

h3 {
  font-family: filson-pro, sans-serif;
  font-size: 26px !important;
  font-weight: bold !important;
}

h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}

p {
  font-family: filson-pro, sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal;
}

hr {
  opacity: 0;
}

img {
  width: 100%;
}

.card {
  border: none;
  margin-right: 50px;
}

.tekst-about {
  margin-bottom: 25px;
}

.nav-color {
  background-color: white;
}

.image-1 {
  float: right;
  width: 100%;
  height: 85vh;
  object-fit: cover;
}

.btn-primary {
  background-color: #8bbe1e;
  border-radius: 8px;
  width: 200px;
  height: 45px;
}

.spacing-top {
  margin-top: 6rem;
}

.spacing-bottom {
  margin-top: 6rem;
}

/*------- Navigatie --------*/

.nav-item {
  padding: 10px;
}

.a:hover {
  color: #ffffff;
}

.navbar {
  padding: 0;
  font-family: filson-pro, sans-serif;
  margin-top: 40px;
}

.nav-link.active {
  color: #8bbe1e !important;
  font-weight: 500;
}

.dropdown-menu {
  border: none;
}

.dropdown-item {
  padding: 1rem 1.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #8bbe1e;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #8bbe1e;
  color: #fff;
}

/*------- product Detail --------*/

.product-img {
  width: 100%;
}

.text-portdetail {
  margin-right: 20px;
}

.details-port {
  margin-top: 50px;
}

/*NEW CSS*/

/*Home header*/

.banner {
  position: relative;
  margin-top: 4vh;
}
.banner img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 8px;
}
.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}

.headerTitle {
  color: white;
}

.overlap {
  margin-top: -230px;
  position: relative;
  color: white;
}

.section-title {
  margin-bottom: 2vh;
}

.header-subtitle {
  margin-bottom: 2vh;
  margin-top: 10vh;
}

.containerHeader {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

/*Category*/

/*------- product --------*/

#product {
  margin-top: 60px;
  margin-bottom: 80px;
}

.product a {
  text-decoration: none;
}

.product .product-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.combiproduct {
  margin-top: 4vh;
}

.combiproduct .product-wrap {
  position: relative;
  margin-top: 2vh;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product .product-wrap::before {
  content: "";
  background: #2626267a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.product .product-wrap img {
  transition: all ease-in-out 0.3s;
}

.product .product-wrap .product-info h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.product .product-wrap .product-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.product .product-wrap:hover::before {
  opacity: 1;
}

.product .product-wrap:hover img {
  transform: scale(1.2);
}

.product-item {
  margin-bottom: 20px;
}

.category-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  color: #0e1527;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px;
  border-radius: 8px;
  display: flex;
}

.category-arrow {
  background-color: #8bbe1e;
  padding: 10px;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.category-title {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
}

/* Content */

.title {
  font-size: 42px;
}

.article-img {
  width: 90%;
  margin-left: 60px;
  border-radius: 16px;
}

.article-img-2 {
  width: 90%;
  margin-left: 60px;
  border-radius: 16px;
  margin-top: 10%;
}

.btn-dark {
  font-family: filson-pro, sans-serif;
  background-color: #8bbe1e;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 30px;
  border: 2px solid #8bbe1e;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 10px;
  margin-left: 0;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #8bbe1e;
  border-color: #8bbe1e;
}

button.btn.btn-dark.sub {
  font-family: filson-pro, sans-serif;
  background-color: #ffffff;
  color: #8bbe1e;
  border-radius: 50px;
  padding: 12px 30px;
  margin: 10px;
  margin-left: 0;
}

.btn-dark:hover {
  background: #618515;
  color: #ffffff;
  border: 2px solid #618515;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.btn.btn-dark.sub:hover {
  background: #8bbe1e;
  color: #ffffff;
  border: 2px solid #8bbe1e;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.arrow {
  margin-left: 10px;
}

/*------- Info blok --------*/

.info-container {
  margin-bottom: 10vh;
}

/*------- Benefits --------*/

.benefit {
  background-color: #f4f6f9;
  background-size: cover;
  padding: 100px 0;
}

.benefit-content {
  margin-top: 0;
}

.benefit h3 {
  color: #8bbe1e;
  text-align: left;
}

.iconTitle {
  display: flex;
  text-align: center;
}

.checkIcons {
  margin-right: 10px;
}

/*------- Benefits --------*/

.energy-container {
  margin-top: 10vh;
}

.accordion-info {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-collapse {
  text-align: left;
}

.accordion-flush .accordion-button {
  text-align: left;
}

.energy-img {
  padding-right: 50px;
  width: 80%;
  padding-top: 20px;
}

.accordion-button:not(.collapsed) {
  color: #8bbe1e;
  background-color: #f4f6f9;
}

.accordion-button:focus {
  border-color: #8bbe1e;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

.spacing-top-min {
  margin-top: 1rem;
}

/*-------- CTA ---------*/

.cta-section {
  background-color: #f4f6f9;
  border-radius: 8px;
  padding: 40px;
}

.containerCTA {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 8rem;
  margin-bottom: 100px;
}

.bannerCTA {
  position: relative;
  margin-top: 4vh;
}
.bannerCTA img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 16px;
}
.bannerCTA .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}

/*-------- Footer ---------*/

/* logo end */

li {
  list-style: none;
}

.footer-links li {
  margin-bottom: 5px;
}

/*------- Footer --------*/

.footer-links ul a {
  text-decoration: none;
}

.footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

/* logo */
.footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;

  font-weight: 600;
  color: #8bbe1e;
}

/* logo end */

.footer-top .footer-links {
  margin-bottom: 30px;
}

.footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top .footer-links ul i {
  padding-right: 2px;
  color: #8bbe1e;
  font-size: 18px;
  line-height: 1;
}

.footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer-top .footer-links ul li:first-child {
  padding-top: 0;
  margin-top: 15px;
}

.footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #8bbe1e;
}

.footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.footer-contact {
  margin-right: 100px;
}

/* Product overview page */

.product-sort {
  margin-bottom: 0;
}

.pricetag {
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #0e1527;
  background-color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px;
  border-radius: 8px;
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.price {
  margin-bottom: 0;
  font-weight: bold !important;
}

.overviewbenefit-img {
  margin-right: 50px;
  width: 90%;
  border-radius: 16px;
}

.text-benefit {
  margin-bottom: 4vh;
}

.bannerProduct {
  position: relative;
  margin-top: 4vh;
}

.bannerProduct img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 8px;
}

.bannerProduct .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}

/* Product detail page */

.product-info {
  margin-top: 10vh;
}

.product-info img {
  width: 90%;
  border-radius: 16px;
}

.product-description {
  margin-top: 6vh;
}

.technical {
  background-color: #f4f6f9;
  border-radius: 8px;
  padding: 80px;
  margin-top: 2vh;
}

.specs {
  margin-top: 6vh;
  border-radius: 8px;
}

.technical h3 {
  color: #8bbe1e;
}

.tech-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Modal */

.inp {
  border: none;
  border-bottom: 1px solid #8bbe1e;
  padding: 5px 10px;
  outline: none;
}

.inp_box {
  border: 1px solid #8bbe1e;
  padding: 5px 10px;
  outline: none;
}

.modal-header {
  border-bottom: none;
  padding: 0rem 2rem;
  padding-top: 2rem;
}

.modal-body {
  padding: 2rem;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 0.75s 0.75s ease;
  text-indent: -100%;
  opacity: 1;
}

.modal-form {
  padding: 2rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid #8bbe1e;
  padding: 5px 10px;
  outline: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-control:focus {
  border-color: #8bbe1e;
  box-shadow: 0 0 0 0.1rem #8bbe1e;
}

.modal-form-btn {
  margin-top: 2rem;
}

.close-icon:hover {
  fill: #8bbe1e;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

/* Modal */

.usp {
  background-color: #f4f6f9;
  background-size: cover;
  padding: 100px 0;
}

.about-img-lower {
  margin-right: 50px;
  border-radius: 16px;
  width: 90%;
}

/* About */

.bannerAbout {
  position: relative;
  margin-top: 4vh;
  overflow-wrap: break-word;
}

.bannerAbout img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 8px;
}

.bannerAbout .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}

/* Contact */

.contact-form {
  margin-right: 8rem;
}

.contact {
  margin-top: 4rem;
}

.contact-info {
  background-color: #f4f6f9;
  padding: 3rem;
  margin-top: 8rem;
  border-radius: 8px;
}

.form-margin {
  margin-top: 25px;
}

.bannerContact {
  position: relative;
  margin-top: 4vh;
  overflow-wrap: break-word;
}

.bannerContact img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 8px;
}

.bannerContact .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}

.g-recaptcha {
  margin-top: 20px;
}

/* Combiset */

.combi-item {
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 8px;
}

.combicard {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 8px;
}

.combicard-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #0e1527;
  background-color: #f4f6f9;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px;
  border-radius: 8px;
  display: flex;
}

.combicard-title {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

/* Projects */

.project-item {
  margin-top: 2rem;
}

.project-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  color: #0e1527;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px;
  border-radius: 8px;
  display: flex;
  max-width: 400px;
}

.project-info {
  margin-top: 4rem;
}

.project-img-1 {
  margin-left: 50px;
  width: 90%;
  border-radius: 16px;
}

.project-img-2 {
  margin-right: 50px;
  width: 90%;
  border-radius: 16px;
}

.project-fw-img {
  background-color: #f4f6f9;
  border-radius: 16px;
  width: 100%;
}

.project-fw {
  padding: 0;
}

.bannerProjects {
  position: relative;
  margin-top: 4vh;
}

.bannerProjects img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 8px;
}

.bannerProjects .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}

.bannerProject {
  position: relative;
  margin-top: 4vh;
}

.bannerProject img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 8px;
}

.bannerProject .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  form {
    margin-left: 0px;
  }

  .image-3.img-about {
    margin-top: 0;
    width: 100%;
  }

  .cta .cta-btn-container {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 425px) {
  .logo {
    width: 75%;
  }

  h1 {
    font-size: 34px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .navbar {
    margin-top: 1rem;
  }

  .banner .container {
    top: 40%;
  }

  .overlap {
    margin-top: -170px;
  }

  .banner {
    margin-top: 1rem;
  }

  .banner img {
    min-height: 270px;
  }

  .category-button {
    margin: 12px;
  }

  .product-item {
    margin-bottom: 20px;
  }

  .headerTitle {
    padding: 10px;
  }

  #product {
    margin-bottom: 30px;
  }

  .header-subtitle h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
  }

  .article-img {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .article-img-2 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .benefit {
    padding: 40px 0;
  }

  .benefit h2 {
    margin-bottom: 20px;
  }

  .energy-img {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    width: 100%;
  }

  .energy-container {
    margin-top: 2rem;
  }

  .accordion-button {
    text-align: left;
  }

  .bannerCTA img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 8px;
  }

  .containerCTA {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-section {
    padding: 30px;
  }

  .bannerProduct img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 8px;
  }

  .bannerAbout img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 8px;
  }

  .overviewbenefit-img {
    padding: 0;
    margin-bottom: 20px;
  }

  #product {
    margin-top: 2rem;
  }

  .spacing-top {
    margin-top: 2rem;
  }

  .product-info img {
    width: 100%;
    border-radius: 16px;
  }

  .technical {
    padding: 0px;
    padding-left: 10px;
    padding-top: 30px;
  }

  .tech-center {
    margin: 0;
    margin-bottom: 30px;
  }

  .usp {
    padding: 60px 0;
  }

  .about-img-lower {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  .bannerContact img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 8px;
  }

  .contact-form {
    margin: 0;
  }

  .contact-info {
    margin-top: 2rem;
  }

  .bannerProjects img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 8px;
  }

  .bannerProject img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 8px;
  }

  .project-img-1 {
    padding: 0;
    margin-left: 0;
    width: 100%;
  }

  .project-fw-img {
    margin: 0;
  }

  .project-img-2 {
    padding: 0;
    margin-bottom: 2rem;
    width: 100%;
    margin-right: 0;
  }

  .containerHeader {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-info {
    margin-top: 4vh;
  }

  .product-description {
    margin-top: 4vh;
  }

  .footer-top img {
    width: 90%;
  }

  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .specs {
    margin-top: 2rem;
  }

  .project-info {
    margin-top: 2rem;
  }

  .bannerProjects {
    margin-top: 1rem;
  }

  .bannerProduct {
    margin-top: 1rem;
  }

  .bannerAbout {
    margin-top: 1rem;
  }

  .bannerContact {
    margin-top: 1rem;
  }

  .header-subtitle {
    padding: 20px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .info-container {
    margin-bottom: 4vh;
  }

  .contact-info {
    padding: 2rem;
  }

  .product-mobile {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* (A) NOTIFICATION */
#notify {
  background: #dadaff;
  padding: 5px;
  margin-bottom: 10px;
}

/* (B) FORM */
#cform {
  max-width: 400px;
  background: #f2f2f2;
  border: 1px solid #aaa;
  padding: 10px;
}
#cform label,
#cform input,
#cform textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5px;
  resize: none;
}
#cform input,
#cform textarea {
  margin-bottom: 10px;
}
#cform input[type="submit"] {
  margin-top: 10px;
}
