/*
Theme Name: Albano Timmerwerken
Theme URI: https://albanotimmerwerken.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme made by Pixel Creation.
Version: 1.0
Text Domain: albano-timmerwerken
*/
@font-face {
  font-family: "BentonModDisp BD";
  src: url("fonts/BentonModDisp-Bold.woff2") format("woff2"), url("fonts/BentonModDisp-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BentonModDisp BD I";
  src: url("fonts/BentonModDisp-BoldItalic.woff2") format("woff2"), url("fonts/BentonModDisp-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* typography
========================================================*/
/* colors
========================================================*/
/*--------------------------------------------------------------
    Main
--------------------------------------------------------------*/
body {
  font-family: "basic-sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: white;
  background-color: rgba(167, 62, 74, 0.8);
}

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

@media screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1150px;
  }
}

figure {
  margin: 0;
}

.object-fit-cover img {
  object-fit: cover;
  object-position: center;
}

.menu-overlay, .overlay-mobile {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-mobile {
  height: 100%;
  z-index: 12;
}

@media screen and (min-width: 1200px) {
  .menu-overlay {
    height: 100%;
  }
}

.bg-dark {
  background-color: #0f1a24 !important;
}

.bg-red {
  background-color: #a0202c;
}

.bg-light-gray {
  background-color: #f2f2f2;
}

.bg-red-light {
  background-color: #faf3f4;
}

.margin-left-30px {
  margin-left: 30px;
}

/*--------------------------------------------------------------
    Horizontaal scrollen
--------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .mobile-scroll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-scroll .mobile-scroll-item {
    width: 80vw;
    flex: 0 0 auto;
  }
}
/*--------------------------------------------------------------
  Button
--------------------------------------------------------------*/
.btn {
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 0;
  text-transform: uppercase;
}

.btn:active {
  background: #a0202c;
  outline: none;
  box-shadow: none;
}

.btn:focus {
  background: #a0202c;
  outline: none;
  box-shadow: none;
  border: 1px solid #a0202c;
}

/*  button (primary) rood met witte tekst */
.btn-primary {
  background-color: #a0202c;
  border: 1px solid #a0202c;
  text-transform: uppercase;
}

.over-ons-nav-btn {
  margin-right: 1rem;
  margin-left: 1rem;
}

.btn-primary:hover {
  border: 1px solid #0f1a24;
  background-color: #0f1a24;
}

/* button rood op zwarte bg. Outline wit bij hover */
.red-on-dark-bg:hover {
  border: 1px solid #FFFFFF;
}

.btn-outline-white-secondary:hover {
  background-color: #0f1a24;
  color: #FFFFFF;
  border: 1px solid #0f1a24;
}

/* button outline wit met witte tekst */
.btn-outline-secondary:hover,
.btn-secondary:hover {
  border: 1px solid #0f1a24;
}

.btn-outline-secondary.dropdown-toggle.show {
  background-color: #0f1a24;
  border: 1px solid #0f1a24;
}

/* button wit met rode tekst */
.btn-secondary {
  color: #a0202c;
  background-color: #FFFFFF;
  border: 1px solid #a0202c;
}
.btn-secondary:hover {
  border-color: #0f1a24;
  background-color: #0f1a24;
}

.btn-outline-secondary {
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  font-size: 12px;
  font-weight: 400; /*Regular*/
  padding-left: 8px;
}

.btn-outline-white-secondary {
  border: 1px solid #FFFFFF;
}

/*--------------------------------------------------------------
    Typography
--------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "BentonModDisp BD", serif;
  font-weight: 700;
}
h1 i, .h1 i, h2 i, .h2 i, h3 i, .h3 i, h4 i, .h4 i, h5 i, .h5 i, h6 i, .h6 i {
  font-family: "BentonModDisp BD I", serif;
}

h1, .h1 {
  font-size: 70px;
}

h2, .h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
h2 small, .h2 small {
  margin: 0 0 10px 0;
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #a0202c;
}

h3 {
  font-size: 30px;
  letter-spacing: 1.5px;
}

h4, .title-without-line {
  font-size: 35px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 20px;
}

h4.line:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  position: absolute;
  transform: translateY(25px);
}
h4.line-white {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
h4.line-left:before {
  left: -30px;
  max-width: calc(50% - 475px + 20px);
}
@media screen and (min-width: 1200px) {
  h4.line-left:before {
    max-width: calc(50% - 575px + 20px);
  }
}
h4.line-right:before {
  right: 0;
  max-width: calc(50% - 475px - 20px);
}
@media screen and (min-width: 1200px) {
  h4.line-right:before {
    max-width: calc(50% - 575px - 20px);
  }
}

h5 {
  font-size: 45px;
  font-weight: 700; /*Bold*/
}

p {
  margin: 0 0 25px 0;
}
p a {
  color: inherit;
  text-decoration: underline;
}
p a:hover {
  color: #a0202c;
}

a {
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  color: #a0202c;
}

.p-last-child p:last-child {
  margin: 0;
}

.text-shadow {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

main h2, main .h2 {
  margin-bottom: 10px;
  font-size: 44px;
}
main h3, main .h3, main h4, main .h4, main h5, main .h5, main h6, main .h6 {
  font-family: "basic-sans", sans-serif;
}

/*--------------------------------------------------------------
  Content
--------------------------------------------------------------*/
section {
  padding: 50px 0 50px 0;
}
section.section-sm-top {
  padding-top: 50px;
}

.container-left {
  max-width: calc(50% + 660px);
  padding-left: 12px;
}

.container-alt-img {
  top: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 992px) {
  .container-alt-img {
    position: absolute;
  }
}
.container-alt-img.container-alt-image-left {
  left: 0;
}
.container-alt-img.container-alt-image-right {
  right: 0;
}

.block {
  padding: 34px;
}
.block h3 {
  font-size: 33px;
}

/*--------------------------------------------------------------
  Topbar
--------------------------------------------------------------*/
.topbar {
  background-color: #f2f2f2;
  padding: 12px 0;
  font-size: 16px;
  z-index: 11;
  line-height: 1.5;
}

.color-red {
  color: #a0202c;
}

.color-red:hover {
  color: #0f1a24;
}

.phone-number {
  font-weight: 900;
  text-decoration: none;
}

/*--------------------------------------------------------------
  Navigatie
--------------------------------------------------------------*/
.navbar {
  z-index: 999;
}

/* ============ desktop view ============ */
@media all and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
.navbar {
  padding: 15px 0;
}
@media screen and (min-width: 576px) {
  .navbar {
    padding: 25px 0;
  }
}
.navbar.header-overlay-mobile .navbar {
  z-index: unset !important;
  position: unset !important;
}
.navbar.header-overlay-mobile:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
.navbar .navbar-brand img {
  width: 145px;
  max-width: 100%;
  margin-right: 20px;
}
.navbar .menu-button {
  padding: 0;
  border: 0;
  background: none;
}
.navbar .menu-button:focus {
  outline: 0;
  box-shadow: none;
}
.navbar .menu-button .hamburger-icon {
  width: 2.2rem;
  height: 1.2rem;
  position: relative;
  margin: 0;
  background: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .menu-button .hamburger-icon span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  border-radius: 1.7rem;
  opacity: 1;
  left: 0;
  background: black;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .menu-button .hamburger-icon span:nth-child(1) {
  top: 0;
}
.navbar .menu-button .hamburger-icon span:nth-child(2), .navbar .menu-button .hamburger-icon span:nth-child(3) {
  top: 0.6rem;
}
.navbar .menu-button .hamburger-icon span:nth-child(4) {
  top: 1.2rem;
}
@media screen and (max-width: 991.98px) {
  .navbar .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.navbar .navbar-nav {
  margin: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    display: block;
    position: fixed;
    overflow: scroll;
    visibility: hidden;
    width: calc(100% - 3rem);
    height: 100%;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    background-color: white;
  }
}
.navbar .navbar-nav .mobile-menu-header {
  color: white;
  padding: 0.4rem 1.2rem 0.4rem 0.8rem;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #a0202c;
}
.navbar .navbar-nav .mobile-menu-header button {
  color: white;
  font-size: 1.7rem;
}
.navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0;
}
.navbar .navbar-nav .nav-item.dropdown {
  position: unset;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 100%;
  margin-top: 0;
  left: 0;
  padding: 0 0 1rem 0;
  font-size: 18px;
  line-height: 1.7;
  border: 0;
  border-top: 1px solid #f2f2f2;
  border-radius: 0;
  background-color: white;
  z-index: 1;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu:after, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: white;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu:after {
  height: 5rem;
  z-index: -3;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.35);
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu:before {
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 3rem 0 3.5rem 0;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0;
  animation: slidein 0.25s ease forwards;
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .container {
    max-width: 100%;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a {
  display: flex;
  align-items: center;
  padding: 0.55rem 0;
  position: relative;
  color: #0f1a24;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a span {
  position: relative;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a span:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.12rem;
  background-color: #a0202c;
  transform-origin: left;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: ease-out;
  transition-duration: 225ms;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a:hover span:after, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a.active span:after {
  transform: scaleX(1);
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .nav-pills li a.has-children:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .tab-content .tab-pane {
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .tab-content .tab-pane.active {
  animation: fadein 0.15s ease forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .menu-subitems {
  width: 100%;
  padding: 1.1rem 0;
  display: block;
  color: black;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: 1px solid #eadadc;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .menu-subitems:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .menu-subitems.menu-subitems-title {
  font-weight: 700;
  line-height: 1.3;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .menu-subitems.menu-subitems-title:before {
  content: unset;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .menu-subitems.menu-subitems-title:hover {
  background-color: unset;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1rem 1rem 1rem 0.8rem;
  color: black;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    left: calc(0rem - 25%);
    top: 100%;
    background-color: transparent;
  }
}
.navbar .navbar-nav .nav-item .nav-link span {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25rem;
  background-color: #a0202c;
  transform-origin: left;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: ease-out;
  transition-duration: 225ms;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link:hover span:after, .navbar .navbar-nav .nav-item .nav-link.active span:after {
    transform: scaleX(1);
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link.active:before {
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: unset;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    top: 1.8rem;
    right: 1.3rem;
    position: absolute;
    vertical-align: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown-active .nav-link span:after {
    transform: scaleX(1);
  }
}
.navbar .navbar-collapse.show .navbar-nav {
  top: 0;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  z-index: 9;
}

/*--------------------------------------------------------------
  Hero
--------------------------------------------------------------*/
.hero .hero-text-overlay {
  padding: 0 20px;
  position: absolute;
  z-index: 9;
}
@media screen and (min-width: 576px) {
  .hero .hero-text-overlay h1 {
    line-height: 70px;
  }
}
.hero .hero-slider figure {
  width: 100%;
  height: 70vh;
  max-height: 750px;
}
.hero .hero-slider:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero .hero-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 9;
}
.hero .hero-slider .owl-dots button {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  transition: all 0.3s ease;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
.hero .hero-slider .owl-dots button:hover, .hero .hero-slider .owl-dots button.active {
  background-color: white;
}

/*--------------------------------------------------------------
  Subpage banner
--------------------------------------------------------------*/
.subpage-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.subpage-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.subpage-banner img {
  height: 50vh;
  object-fit: cover;
  width: 100%;
}
.subpage-banner.subpage-banner-no-image {
  background: linear-gradient(135deg, #a0202c 21px, #a52831 22px, #a52831 24px, transparent 24px, transparent 67px, #a52831 67px, #a52831 69px, transparent 69px), linear-gradient(225deg, #a0202c 21px, #a52831 22px, #a52831 24px, transparent 24px, transparent 67px, #a52831 67px, #a52831 69px, transparent 69px) 0 64px;
  background-color: #a0202c;
  background-size: 64px 128px;
}
.subpage-banner.subpage-banner-no-image:after {
  content: unset;
}
.subpage-banner.subpage-banner-no-image:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.subpage-banner.subpage-banner-no-image .subpage-banner-text {
  position: relative;
  padding: 20px 0 20px 8px;
}
@media screen and (min-width: 576px) {
  .subpage-banner.subpage-banner-no-image .subpage-banner-text {
    padding: 40px 0 40px 25px;
  }
}
@media screen and (min-width: 1400px) {
  .subpage-banner.subpage-banner-no-image .subpage-banner-text {
    padding: 95px 0 55px 0;
  }
}
.subpage-banner .subpage-banner-text {
  padding: 0 0 20px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .subpage-banner .subpage-banner-text {
    padding: 0 0 40px 25px;
  }
}
@media screen and (min-width: 1400px) {
  .subpage-banner .subpage-banner-text {
    padding: 0 0 55px 0;
  }
}
.subpage-banner .subpage-banner-text .hero-subtext {
  font-family: "basic-sans", sans-serif;
  font-weight: 600; /*SemiBold*/
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.social {
  position: absolute;
  left: -44px;
}
.social a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: #a0202c;
  border: 1px solid #a0202c;
}
.social a:not(:last-child) {
  margin: 0 0 10px 0;
}
.social a:hover {
  color: white;
  background-color: #a0202c;
}

/*--------------------------------------------------------------
    Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
  max-height: 2rem;
  margin: 0.5rem 0 0 0;
  font-size: 16px;
  line-height: 21px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  .breadcrumb {
    display: flex;
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
  .breadcrumb li {
    width: auto;
    flex: 0 0 auto;
  }
}
.breadcrumb li:not(:first-child):before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .breadcrumb li:not(:first-child):before {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

/*--------------------------------------------------------------
    Main
--------------------------------------------------------------*/
.icon img {
  width: 105px;
  margin-bottom: 25px;
}

.bg-letter-a:before {
  content: "";
  width: 100%;
  height: calc(100% + 55px);
  bottom: 0;
  position: absolute;
  background-image: url("images/letter-a.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}

.red-block-right {
  position: absolute;
  height: 400px;
  background-color: #A0202C;
  width: calc(50% - 100px);
  top: 0;
  right: 0;
  z-index: 0;
}

.image-ratio {
  aspect-ratio: 3/3.7;
}

.bg-dark-half {
  color: white;
  padding-bottom: 55px;
}
.bg-dark-half:before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  bottom: 50px;
  position: absolute;
  background-color: #0f1a24;
}
@media screen and (min-width: 992px) {
  .bg-dark-half:before {
    height: calc(100% - 100px);
    top: 50px;
  }
}
.bg-dark-half figure {
  height: 100% !important;
  aspect-ratio: unset;
}
.bg-dark-half .content-text {
  padding: 50px 0 !important;
}
@media screen and (min-width: 992px) {
  .bg-dark-half .content-text {
    padding: 150px 0 !important;
  }
}

.content-text {
  position: relative;
  z-index: 9;
}
.content-text.content-text-padding {
  padding: 50px 0 0 0;
}
@media screen and (min-width: 992px) {
  .content-text.content-text-padding {
    padding: 100px 0;
  }
}

/*--------------------------------------------------------------
    Item slider
--------------------------------------------------------------*/
.item-slider {
  margin: 30px 0 0 0;
}

.link-block {
  color: #a0202c !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.link-block figure {
  transition: all 0.3s ease;
}
.link-block figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: black;
}
.link-block:hover {
  color: #a0202c;
  transform: translate(0, -5px);
}
.link-block:hover figure:after {
  opacity: 0.2;
}

/*--------------------------------------------------------------
  content-soorten (soorten-slider) en content-stalen (stalen-slider)
--------------------------------------------------------------*/
.soorten-slider, .stalen-slider {
  padding-bottom: 1.6rem;
}

.owl-item a {
  color: white;
  text-decoration: none;
}

.red-box-with-link-title {
  background-color: #a0202c;
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
  position: relative;
  z-index: 999;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -20px;
  border-radius: 3px;
}
.red-box-with-link-title:hover {
  background-color: black !important;
}

.images-soorten {
  box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.05);
}

.images-stalen {
  box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.05);
  padding: 10px 0 10px 0;
}

.soorten-slider .owl-stage-outer {
  position: relative;
  padding: 0 10px 50px 10px;
  overflow: hidden;
}

.images-soorten img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.images-stalen {
  text-transform: uppercase;
  color: black;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background-color: #FFFFFF;
}

.images-stalen img {
  padding-bottom: 10px;
}

.images-soorten {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background-color: #FFFFFF;
  padding-bottom: 15px;
}
.images-soorten:after {
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: black;
}
.images-soorten:hover {
  color: white;
}
.images-soorten:hover:after {
  opacity: 0.2;
}

.pink-box {
  background-color: #FAF3F4;
  position: absolute;
  width: 96%;
  height: 60%;
  bottom: 0;
  z-index: -1;
  left: 50px;
}

.pink-box-stalen {
  background-color: #FAF3F4;
  position: absolute;
  width: 96%;
  height: 60%;
  bottom: -30px;
  z-index: -1;
  left: 50px;
}

.section-red {
  background-color: #a0202c;
  color: #fff;
}

.section-pink {
  background-color: #faf3f4;
}

/*--------------------------------------------------------------
    *-*-*
--------------------------------------------------------------*/
.z-index-1 {
  position: relative;
  z-index: 1;
}

.pull-up-albano-vloeren {
  height: 0;
  top: -100px;
}

.pull-up {
  margin-top: -100px;
}

.pink-background:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #faf3f4;
}
@media screen and (min-width: 576px) {
  .pink-background:after {
    width: 80%;
  }
}

/*--------------------------------------------------------------
  content-foto-slider - sfeer impressies
--------------------------------------------------------------*/
.foto-slider {
  margin: 30px 0 0 0;
}
.foto-slider .staand, .foto-slider .liggend {
  height: 23rem;
}
.foto-slider .staand {
  aspect-ratio: 11/16;
}
.foto-slider .liggend {
  aspect-ratio: 4/3;
}

.carousel img {
  height: 25vh;
  object-fit: cover;
}

.title-onze-diensten-line {
  margin-top: 35px;
  color: white;
}

.white {
  color: white;
}

/*--------------------------------------------------------------
  content-stalen
--------------------------------------------------------------*/
.image-carousel img {
  aspect-ratio: 14/9;
  object-fit: cover;
}

.red-background:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #a0202c;
}

@media screen and (min-width: 576px) {
  .red-background:after {
    width: 80%;
  }
}
/*--------------------------------------------------------------
  Image zoom
--------------------------------------------------------------*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/
/*--------------------------------------------------------------
    Projecten
--------------------------------------------------------------*/
.projecten .project-block {
  transition: all 0.3s ease;
}
.projecten .project-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease;
}
.projecten .project-block:hover:after {
  opacity: 0.2;
}
.projecten .project-block .project-block-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .projecten .project-block .project-block-title {
    bottom: 25px;
    left: 25px;
  }
}
.projecten .project-block-big {
  height: 250px;
}
@media screen and (min-width: 576px) {
  .projecten .project-block-big {
    height: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .projecten .project-block-big {
    height: 600px;
  }
}
.projecten .project-block-small {
  height: 250px;
}
@media screen and (min-width: 1400px) {
  .projecten .project-block-small {
    height: 300px;
  }
}
.projecten .project-link-block {
  padding: 20px;
  text-decoration: none;
  background-color: #a0202c;
}
@media screen and (min-width: 576px) {
  .projecten .project-link-block {
    padding: 50px 25px;
  }
}

.project-item {
  color: #a0202c;
  text-decoration: none;
}

.bekijk-alle-producten-text {
  color: #FFFFFF;
  font-family: "BentonModDisp BD", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
}

.gallery-img a:after {
  content: "\f067";
  width: 3.7rem;
  height: 3.7rem;
  margin: 0 0 -3rem 0;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  line-height: 3.7rem;
  color: #a0202c;
  display: flex;
  opacity: 0;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.gallery-img a img {
  transition: all 0.5s ease;
}
.gallery-img a:hover:after {
  margin: 0;
  opacity: 1;
}
.gallery-img a:hover img {
  transform: scale(1.03);
}

#slider-next {
  width: 6rem;
  height: 3.7rem;
  top: calc(50% - 1.85rem);
  right: 0;
  position: absolute;
  color: white;
  border: 0;
  background-color: black;
  z-index: 1;
  transition: all 0.3s ease;
}
#slider-next i {
  transition: all 0.3s ease;
}
#slider-next:hover {
  width: 6.3rem;
}
#slider-next:hover i {
  transform: translate(4px, 0);
}

.slider-next-sfeer {
  top: calc(50% - 2.2rem);
  right: 0;
}

.slider-next-stalen {
  right: -60px;
}

.soorten-slider-previous,
.soorten-slider-next,
.stalen-slider-next,
.stalen-slider-previous {
  width: 5rem;
  height: 3.2rem;
  position: absolute;
  color: white;
  border: 0;
  background-color: black;
  z-index: 1;
  transition: all 0.3s ease;
}

.soorten-slider-previous {
  top: calc(50% - 2.5rem);
  left: 0;
}

.soorten-slider-next {
  top: calc(50% - 2.5rem);
  right: 0;
}

.stalen-slider-next {
  top: calc(60% - 0.1rem);
  right: 0;
}

.stalen-slider-previous {
  top: calc(60% - 0.1rem);
  left: 0;
}

/*--------------------------------------------------------------
    Blog
--------------------------------------------------------------*/
.blog {
  display: block;
  color: #a0202c;
  height: 100%;
  text-decoration: none;
}
.blog .blog-photo {
  height: 18rem;
  position: relative;
  overflow: hidden;
}
.blog .blog-photo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: black;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
.blog:hover {
  text-decoration: none;
  color: #a0202c;
  transform: translate(0, -5px);
}
.blog:hover .blog-photo:after {
  opacity: 0.2;
}

/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/
footer {
  padding: 45px 0 0 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 90px 0 0 0;
  }
}
footer img {
  width: 145px;
  max-width: 100%;
}

.footer-kop {
  font-family: "basic-sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.copyright {
  padding: 22px 0;
  font-size: 15px;
  border-top: 1px solid #ccc;
}

footer a:hover {
  color: #a0202c;
}

footer a {
  text-decoration: none;
  color: #212529;
}

.linkmail a {
  color: #212529;
  text-decoration: none;
}

.linkmail a:hover {
  color: #a0202c;
}

ul.contactgegevens li {
  position: relative;
}

.adres:before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #a0202c;
  font-weight: 900;
  padding-right: 5px;
}

li.adres {
  padding-left: 30px;
}
li.adres:not(:last-child) {
  margin: 0 0 7px 0;
}

.marker:before {
  content: "\f041";
}

.phone:before {
  content: "\f095";
}

.envelope:before {
  content: "\f0e0";
}

/*--------------------------------------------------------------
    Contact
--------------------------------------------------------------*/
.afspraakform {
  background-color: #a0202c;
  padding: 50px;
}

@media screen and (min-width: 992px) {
  .contact:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a0202c;
  }
}
@media screen and (min-width: 992px) {
  .contact:after {
    content: "";
    width: 50%;
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: url("images/letter-a.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
.contact h2 {
  margin: 0 0 10px 0;
  font-family: "basic-sans", sans-serif;
  font-size: 18px;
  color: #a0202c;
  text-transform: uppercase;
}
.contact p {
  margin: 0 0 35px 0;
}

.contactform {
  background-color: #a0202c;
}
.contactform.follow-scroll {
  padding-top: 50px;
  position: sticky;
  top: 200px;
}
.contactform:before {
  content: "";
  width: 100%;
  height: 90%;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background-image: url("images/letter-a.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (min-width: 992px) {
  .contactform:before {
    content: unset;
  }
}
@media screen and (min-width: 992px) {
  .contactform {
    background-color: unset;
  }
}

#map_canvas {
  height: 22rem;
}
@media screen and (min-width: 576px) {
  #map_canvas {
    height: 32rem;
  }
}

/*--------------------------------------------------------------
    Ninja Forms
--------------------------------------------------------------*/
.nf-form-content {
  padding: 0 !important;
}

.nf-multi-cell .nf-cell {
  padding: 0 !important;
}
@media screen and (min-width: 601px) {
  .nf-multi-cell .nf-cell {
    padding: 0 25px !important;
  }
}
.nf-multi-cell .nf-cell:first-child {
  padding-left: 0 !important;
}
.nf-multi-cell .nf-cell:last-child {
  padding-right: 0 !important;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content .label-above .nf-field-label {
  margin-bottom: 5px !important;
  text-transform: uppercase;
  color: white;
}

.ninja-forms-req-symbol {
  color: #debbbf !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  color: white !important;
  background-color: unset !important;
}

.nf-form-content input:not([type=button]) {
  height: auto !important;
  padding: 0 0 12px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid white !important;
}
.nf-form-content input:not([type=button])::placeholder {
  color: #debbbf;
  opacity: 1;
}

.nf-form-content textarea {
  border: 1px solid white !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.nf-form-content select.ninja-forms-field {
  color: white !important;
}

.nf-form-content .list-select-wrap > div div:after {
  right: 11px !important;
  color: white !important;
  font-size: 14px !important;
}

.nf-form-content .list-select-wrap > div select {
  border: 1px solid white !important;
}

.listcheckbox-wrap .nf-field-element label:before {
  top: -1px !important;
  color: white !important;
}

.listcheckbox-wrap .nf-field-element label:after {
  top: 0 !important;
  border-color: white !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.submit-container {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 601px) {
  .submit-container {
    display: flex;
    justify-content: end;
  }
}

.nf-form-content input[type=button] {
  height: auto !important;
  padding: 13px 25px 13px 25px !important;
  color: #a0202c !important;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease !important;
  background-color: white !important;
}
.nf-form-content input[type=button]:hover {
  color: white !important;
  background-color: black !important;
}

.nf-error.field-wrap .nf-field-element:after {
  height: 53px !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 600;
  font-size: 1rem !important;
  color: white !important;
  background: unset !important;
}

.nf-error .nf-error-msg, .nf-error-msg {
  font-size: 14px !important;
  color: white !important;
  font-style: italic;
}

.nf-pass.field-wrap .nf-field-element:after {
  font-size: 14px !important;
  color: white !important;
}

.link-afspraak-maken a {
  text-decoration: none;
  color: #a0202c;
  font-weight: 900;
}

/*--------------------------------------------------------------
  Responsive
--------------------------------------------------------------*/
/* // X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .h2-titel {
    font-size: 42px;
  }
  h4 {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 9px;
    padding-left: 0;
    word-break: break-word;
  }
  h5 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pink-box,
  .pink-box-stalen {
    width: 94%;
    left: 12px;
  }
}
/* Small devices (tablets portrait and large phones, 600px and up) */
@media only screen and (min-width: 576px) {
  h4 {
    font-size: 28px;
    letter-spacing: 10px;
  }
}
/* Medium devices (tablets landscape, 768px and up) */
@media only screen and (min-width: 768px) {
  .stalen-slider-next {
    top: calc(50% - 0.1rem);
    right: 0;
  }
  .stalen-slider-previous {
    top: calc(50% - 0.1rem);
    left: 0;
  }
  .hero-image {
    height: 40vh;
  }
  h4 {
    font-size: 30px;
    letter-spacing: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .desktop-topbar {
    display: none;
  }
  .btn-afspraak-maken {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 30px;
    letter-spacing: 12px;
  }
}
section {
  padding: 100px 0 100px 0;
}

.mobile-topbar {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .bg-dark-half {
    padding-bottom: 0;
  }
  .stalen-slider-next {
    top: calc(50% - 1.7rem);
    right: 0;
  }
  .stalen-slider-previous {
    top: calc(50% - 1.7rem);
    left: 0;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 28px;
    letter-spacing: 10px;
  }
  .hero-image {
    height: 50vh;
  }
}
/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  .hero .hero-slider figure {
    height: 50vh;
  }
  h4 {
    font-size: 35px;
  }
}
/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#footer-certificates img {
  width: 100px;
  aspect-ratio: 1/1;
}

/*# sourceMappingURL=style.css.map */
