body,
html {
    height: 100%;
}
body {
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}
h4{
  font-family: Poppins, sans-serif;
}
:focus {
    outline: 0;
}
.row {
    max-width: 1400px;
}
#menu ul.menus {
    height: auto;
    width: 180px;
    background: #fff;
    position: absolute;
    z-index: 99;
    display: none;
    border: 0;
    margin-left: 0;
    padding-top: 20px;
}
#menu ul.menus li {
    display: block;
    text-transform: none;
    margin-bottom: 10px;
    width: 100%;
}
#menu li:hover ul.menus {
    display: block;
}
#menu a.prett {
    padding: 0 27px 0 14px;
}
#menu a.prett::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    margin-left: 11px;
    margin-top: 10px;
}
ul {
    margin: 0;
    padding: 0;
}

li,
p {
    font-family: Poppins, sans-serif;
    color: #414141;
}
.hero {
    position: relative;
}
.header {
    z-index: 999;
    position: relative;
    width: 100%;
}

.contact-info li{
  display: inline-block;
  vertical-align: bottom;
  margin-top: 30px;
}
.contact-info li a{
  color: #272727;
}
.contact-info-block{
  vertical-align: bottom;
}

.logo {
    margin-top: 20px;
    padding-bottom: 15px;
}
.menu {
    padding: 35px 0px 0px 0px;
}
.menu ul {
    float: right;
}
.menu ul li {
    float: left;
    list-style: none;
    padding: 9px;
    margin-left: 10px;
    margin-right: 10px;
}
.menu ul li a {
    color: #232323;;
    font-weight: 500;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}
.menu ul li a:hover {
    color: #FF330D;
}
.menu ul li ul li a {
    color: #000;
}
.menu ul li ul li a:hover {
    color: #FF330D;
}
.menu .hamburger {
    display: none;
}
.ptb {
    padding-top: 70px;
    padding-bottom: 70px;
}
.f-18 {
    font-size: 18px;
}
.f-14 {
    font-size: 14px;
}
.block h4 {
    font-size: 30px;
    font-weight: 700;
}
.mtb {
    margin-top: 30px;
    margin-bottom: 40px;
}
.blue-background {
    background-color: #0C2D62;
}

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

.call-action{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: nowrap;
}

.page-content textarea{
	height: 200px;
}

.call-action h4{
  color: #707070 !important;
}

.menu .active>a {
    background: none;
    color: #FF330D;
}

.page-content a{
	color: #232323 ;
	font-weight: bold ;
}

.page-content a:hover{
	color: #FF330D ;
}
h1, h2{
    color: #232323 !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

h3{
    color: #232323 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
h1::before, h2::before {
  content: "" !important;
  display: inline-block !important;
  width: 23px !important; 
  height: 66px !important;
  background-size: cover !important;
  background-position: center !important;
}

h1::before {
  background-image: url('/public/templates/bouwdna/images/h1.png') !important;
}

h2::before {
  background-image: url('/public/templates/bouwdna/images/h1.png') !important;
}


.blue-background h4, .blue-background p{
  color: #FFFFFF;
}
.blue-background img{
  margin-top: -60px;
}



/* Style for the button */

.custom-button-banner {
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    border: 3px solid #ff330d;
    border-radius: 30px;
    cursor: pointer;
}

.custom-button-banner:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: white;
  background-color: #ff330d;
}

[type=button], [type=submit] {
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #ff330d;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    border: 3px solid #ff330d;
    border-radius: 30px;
    cursor: pointer;
}

.custom-button-banner1 {
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #ff330d;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    border: 3px solid #ff330d;
    border-radius: 30px;
    cursor: pointer;
}

.custom-button-banner1:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: black;
  background-color: white;

}

/* Style for the text inside the button */
.button-text {
    margin-right: 10px; /* Adjust the margin as needed */
}

/* Style for the image inside the button */

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hero{
  filter: brightness(0.6);
}

.banner .hero {
    width: 100%;
    height: auto;
}

.grid-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1400px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.grid-container h4 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
}

.grid-x {
    
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.cell {
    flex: 1;
    padding: 10px;
}

.cell.left-content {
    color: #fff;
}

.cell.right-content {
    color: #fff;
}

.footer {
    padding-top: 50px;
    position: relative;
    border-top: 1px solid #707070;

}

.logo img {
    width: 140px;
}
.footer-copyright {
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.footer-copyright p {
    margin-bottom: 0;
    color: #000;
}
.footer-content {
    padding: 10px 0;
}
.footer-list li {
    list-style: none;
    padding: 5px 0;
}
.footer-list li a {
    color: #000 !important;
    padding: 10px 0;
}
.footer-list a {
    color: #000 !important;
}
.footer-list li a:hover {
    color: #FF330D !important;
}
.footer a{
	color: #232323;
}

.scroll-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(19, 50, 68, 0.33);
    display: none;
    z-index: 999;
}

.block-image img{
  margin-top: -40px;
  position: relative;
}
.menu button {
    color: #000;
}
.scroll-header.show {
    display: block;
}

@media (max-width: 990.98px) {
    .logo {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    .logo,
    .scroll-header .logo {
        margin-top: 8px;
    }
    .banner .hero {
        display: none;
    }
    .banner {
        background-color: #000;
    }
    .logo img {
        width: 70px !important;
    }
    .menu {
        padding-top: 8px;
        padding: 13px 0 54px 0;
    }
    .menu ul {
        display: none;
    }
    .scroll-header .menu {
        padding-top: 7px;
    }
    .menu .hamburger {
        display: block;
        float: right;
        font-size: 32px;
        color: #fff;
    }
    .pushy ul li a {
        color: #fff;
    }
    .footer-mtb,
    .mtb {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    #menu ul.menus {
        display: contents;
        position: relative;
        background: #00786b;
    }
    #menu a.prett::after {
        content: none;
    }
    #menu a.prett {
        padding: 15px 30px;
    }
    .footer-list {
        margin-bottom: 50px;
    }
    .center-mobile {
        text-align: center;
    }
    .banner img.hero {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner {
        position: relative;
        width: 100%;
    }
    .grid-x {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: baseline;
    }
    .grid-container .grid-x{
      margin-top: 60px;
    }
    .cell {
        flex: none;
        padding: 10px;
    }
    .header {
        margin-top: 0;
    }
    .block .row {
        text-align: left;
    }
    .menus li a:before {
      content: "- ";
      margin-right: 5px;
    }
    .block-image img{
      margin-top: 20px;
    }
    .call-action{
      display: block;
    }
    .custom-button-banner1{
      margin-top: 5px;
    }
    .grid-container h4{
      font-size: 25px
    }
}

@media (max-width: 990.98px) {
	.page-content img.align-right {
		float: unset !important;
		padding-left: unset !important;
	}
	.page-content img.align-left {
				float: unset !important;
	}	
	h1::before, h2::before {
		display: none !important;
	}
	.page-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer {
		padding-left: 25px;
		padding-right: 25px;
		
	}
	ul {
  display: flex;
  flex-direction: column;
}

li {
  display: flex;
  align-items: center;
}

li::before {
  content: "•";
  margin-right: 10px;
  font-size: 1.2em;
}
.ptb {
    padding-bottom: 0px !important;
}

	}

