@charset "UTF-8";
/*
Theme Name: ABB Foam theme
Theme URI: https://abbfoam.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme made by Pixel Creation for the website of ABB Foam.
Version: 1.0
Text Domain: abbfoam
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "Cera Pro";
  font-weight: 800;
  src: url("webfonts/Cera Pro Black.otf");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 600;
  src: url("webfonts/Cera Pro Bold.otf");
}
:root {
  --bs-body-line-height: 1.75;
  --bs-link-color: #0070B3;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container.container-large {
  max-width: 1400px;
}

.container-left {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container-left {
    max-width: calc(50% + 280px);
  }
}
@media screen and (min-width: 768px) {
  .container-left {
    max-width: calc(50% + 370px);
  }
}
@media screen and (min-width: 992px) {
  .container-left {
    max-width: calc(50% + 490px);
  }
}
@media screen and (min-width: 1200px) {
  .container-left {
    max-width: calc(50% + 580px);
  }
}
@media screen and (min-width: 1400px) {
  .container-left {
    max-width: calc(50% + 670px);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cera Pro", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}
h1 small {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

h5 {
  margin-bottom: 0;
}

.font-size-smallest {
  font-size: 0.8rem;
}

.title-font {
  font-family: "Cera Pro", sans-serif;
}

.text-color-default {
  color: #333;
}

.list-inline-item {
  padding-left: 1.6rem;
  position: relative;
}
.list-inline-item:before {
  content: "";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  left: 0;
  top: 1px;
}
.list-inline-item:not(:last-child) {
  margin-right: 2rem;
}

/* BG COLORS */
.bg-light-blue {
  background-color: #EDF2F5;
}

/* BUTTONS */
.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.85rem;
  font-family: "Cera Pro", sans-serif;
  font-weight: bold;
  border-radius: 2rem;
  border: none;
}

.btn-primary {
  --bs-btn-bg: #FE6C20;
  --bs-btn-hover-bg: #ff9459;
  --bs-btn-active-bg: #FE6C20;
  --bs-btn-focus-shadow-rgb: 255, 227, 208;
}

.btn-secondary {
  --bs-btn-bg: #0070B3;
  --bs-btn-hover-bg: #04598D;
  --bs-btn-active-bg: #04598D;
  --bs-btn-focus-shadow-rgb: 184, 222, 248;
}

.btn-with-arrow:after {
  content: "";
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin-left: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}
.btn-with-arrow:hover:after {
  left: 5px;
}

.btn-link {
  text-decoration: none;
}
.btn-link:hover {
  color: #1f88c5;
}

.btn-owl-carousel {
  border: none;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #EDF2F5;
  color: var(--bs-link-color);
}

/* TOPBAR */
.topbar {
  padding: 0.55rem 0;
  font-size: 0.8rem;
}

.usp-list li:before {
  content: "";
  margin: 0 0.4rem 0 0;
  font-family: "Font Awesome 6 Pro", sans-serif;
  color: #0070B3;
}
.usp-list li:not(:last-child) {
  margin: 0 1.4rem 0 0;
}

/* NAVBAR */
.navbar {
  --bs-navbar-color: #091F2F;
  --bs-navbar-hover-color: rgba(9, 31, 47, 0.8);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D5E3EC;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 7rem;
  margin-bottom: -2.5rem;
}
.navbar .navbar-nav {
  margin-left: 0;
}
.navbar .navbar-nav .nav-link {
  padding: 1rem 1rem;
  font-weight: 600;
  font-family: "Cera Pro", sans-serif;
}
.navbar .navbar-nav .nav-link.active {
  font-weight: bold;
}

figure {
  background-size: cover;
  background-position: center;
  height: 20rem;
}

/* SECTIONS */
section {
  padding: 4rem 0;
}
section.section-sm {
  padding: 2rem 0;
}
section.section-photo-overlay {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
section.section-photo-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.section-photo-overlay .container {
  position: relative;
  z-index: 10;
}
section.section-photo-overlay.section-photo-overlay-blue:after {
  background-color: #023869;
  opacity: 0.7;
}
section.section-photo-overlay.section-photo-overlay-dark:after {
  background-color: #333;
  opacity: 0.55;
}
section.section-pull-up-before {
  padding-bottom: 14rem;
}
section.section-pull-up .container {
  margin-top: -14rem;
}

/* BLOCKS */
.block {
  padding: 2rem;
}
.block.block-blue {
  background-color: #0070B3;
  color: #fff;
}

/* USPS */
.usp {
  display: flex;
  margin-bottom: 1.5rem;
}
.usp:last-of-type {
  margin-bottom: 0;
}
.usp .usp-icon {
  width: 5rem;
  padding-top: 0.5rem;
  margin-right: 1rem;
  text-align: center;
}
.usp .usp-icon img {
  max-width: 5rem;
  max-height: 5rem;
}
.usp .usp-content {
  width: calc(100% - 6rem);
}

.brochure-content {
  width: calc(100% - 7rem);
}

.brochure-image {
  width: 6rem;
  margin-left: 1rem;
}
.brochure-image img {
  width: 6rem;
}

/* PRODUCT SLIDES */
.product-slide, .product {
  width: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-bottom: 1rem;
  margin-left: 10px;
}
.product-slide .product-image, .product .product-image {
  height: 350px;
  background-size: cover;
  background-position: center;
}
.product-slide .product-image-wrapper, .product .product-image-wrapper {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slide .product-image-wrapper img, .product .product-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.product-slide .product-content, .product .product-content {
  padding: 2rem;
}
.product-slide .product-content ul, .product .product-content ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.product-slide .product-content ul li, .product .product-content ul li {
  padding-left: 1.75rem;
  position: relative;
  margin: 0.2rem 0;
}
.product-slide .product-content ul li:before, .product .product-content ul li:before {
  content: "";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  left: 0;
  top: 1px;
  color: #087ABC;
}
.product-slide .product-afbeelding-carousel, .product .product-afbeelding-carousel {
  height: 350px;
}

.product {
  width: 100%;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
}
.product .product-image, .product .product-image-wrapper {
  height: 280px;
}
.product .product-afbeelding-carousel {
  height: 280px;
  position: relative;
}
.product .product-afbeelding-carousel .owl-dots {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 100%;
}
.product .product-afbeelding-carousel .owl-dots .owl-dot {
  background-color: #EDF2F5;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #D5E3EC;
  display: inline-block;
  margin: 0 0.25rem;
}
.product .product-afbeelding-carousel .owl-dots .owl-dot.active {
  background-color: #0070B3;
  border-color: #0070B3;
}

/* CATEGORY */
.category {
  display: block;
  font-family: "Cera Pro", sans-serif;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  margin-top: 1rem;
}
.category .category-image {
  height: 190px;
  background-color: #EDF2F5;
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  transition: all 0.4s ease;
}
.category .category-image img {
  max-width: 90%;
  max-height: 90%;
}
.category small {
  display: block;
  opacity: 0;
  color: #FE6C20;
  transition: all 0.4s ease;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8rem;
}
.category small .fa-regular {
  margin-left: 0;
  transition: all 0.6s ease;
}
.category:hover {
  color: #333;
}
.category:hover small {
  opacity: 1;
}
.category:hover small .fa-regular {
  margin-left: 0.5rem;
}
.category:hover .category-image {
  background-color: #e4ecf1;
}

.icon-wrapper {
  height: 4rem;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
}
.icon-wrapper img {
  max-width: 4rem;
  max-height: 4rem;
}

/* EMPLOYEE CTA */
.cta-employee {
  display: flex;
  align-items: center;
}
.cta-employee .employee-image-wrapper {
  width: 150px;
  margin-right: 2rem;
}
.cta-employee .employee-image-wrapper .employee-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.cta-employee .employee-content {
  width: calc(100% - 150px - 2rem);
}

.bg-image-half {
  background-size: cover;
  background-position: center;
  display: none;
  padding: 0 15px;
  z-index: 4;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: calc(50% - 60px);
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .bg-image-half {
    display: block;
  }
}

.material {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  margin-top: 1rem;
}
.material .material-photo {
  margin-bottom: 1rem;
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.material:hover {
  text-decoration: none;
  color: #333;
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 4rem 0;
  background-color: #333;
  color: #fff;
  line-height: 2;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer .footermenu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
footer .footermenu li a {
  display: block;
  position: relative;
  padding-left: 2rem;
}
footer .footermenu li a:before {
  content: "";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  top: 3px;
  transition: all 0.4s ease;
}
footer .footermenu li a:hover:before {
  left: 5px;
}

.footerbar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* 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;
}

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