* {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  width: 100%;
  height: 100%;
  color: #343a40;
  font-size: 14px;
}

@media (min-width: 768px) {

  body,
  html {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {

  body,
  html {
    font-size: 16px;
  }
}

.site {
  height: 0 !important;
}

p {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #333333;
}

hr.light {
  border-color: #fff;
}

a {
  color: #333333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.bg-primary {
  background-color: #333333 !important;
}

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

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  border-bottom: 5px solid white;
  height: auto;
}

section .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) and (min-height: 1025px) {
  section {
    height: calc(100vh - 100px) !important;
  }

  section .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.h-100 {
  height: auto;
}

@media screen and (min-width: 768px) and (min-height: 1025px) {
  .h-100 {
    height: calc(100vh - 100px) !important;
  }
}

.section-heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Roboto Condensed', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.cta2 {
  color: #ffffff;
  background-color: #db342e;
  padding: 0.7rem 4rem;
  border-radius: 3px;
  font-weight: normal;
  border: none;
  display: inline-block;
  margin: 0 auto;
}

.cta2:hover {
  background-color: #b7251f;
  border: none;
  color: white;
  text-decoration: none;
}

#mainNav {
  top: 34px;
  padding-bottom: 9px;
  padding-top: 9px;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Roboto', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: padding-bottom 0.2s;
  -moz-transition: padding-bottom 0.2s;
  transition: padding-bottom 0.2s;
}

#mainNav .container {
  padding: 0 15px;
}

#mainNav .brand-logo .custom-logo {
  height: 70px;
  width: auto;
}

#mainNav .brand-phone {
  display: none;
  border-left: 1px solid #acacac;
  color: #434343;
}

#mainNav .brand-phone img {
  padding-top: 5px;
  max-width: 44px;
}

#mainNav .brand-phone:hover a {
  text-decoration: none;
}

#mainNav .navbar-brand {
  margin-right: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Roboto', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #333333;
  text-decoration: none;
}

#mainNav .navbar-nav {
  width: 100%;
}

#mainNav .navbar-nav>li.nav-item {
  padding-left: 5px;
  border-bottom: 1px solid #ebebeb;
}

#mainNav .navbar-nav>li.nav-item:last-child {
  border-bottom: none;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-size: 1.1rem;
  font-weight: 700;
  color: #434343;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #db342e;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: #db342e !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}

#mainNav #navbarResponsive>div {
  width: 100%;
}

#mainNav .show_mobile {
  display: block;
}

#mainNav .hide_mobile {
  display: none;
}

@media (min-width: 992px) {
  #mainNav {
    top: 36px;
    padding: 12px 0;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav {
    width: auto;
  }

  #mainNav .navbar-nav>li.nav-item {
    border-bottom: none;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.5rem 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
  }

  #mainNav .navbar-nav>.nav-item,
  #mainNav .ap-nav-right {
    padding: 0 1rem;
  }

  #mainNav .navbar-nav>.nav-item a.nav-link:hover,
  #mainNav .ap-nav-right a.nav-link:hover {
    border-bottom: 3px solid #db342e;
  }

  #mainNav .navbar-nav>.nav-item a.nav-link:active,
  #mainNav .navbar-nav>.nav-item a.nav-link.active,
  #mainNav .ap-nav-right a.nav-link:active,
  #mainNav .ap-nav-right a.nav-link.active {
    border-bottom: 3px solid #db342e;
  }

  #mainNav .ap-nav-right {
    display: inline-block;
    color: #434343;
    font-weight: bold;
  }

  #mainNav .ap-nav-right:hover {
    color: #db342e;
  }

  #mainNav .block_cta {
    background-color: #db342e;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    cursor: pointer;
  }

  #mainNav .block_cta:hover {
    background-color: #8b1c18;
    color: #fff;
    text-decoration: none;
  }

  #mainNav.navbar-shrink {
    padding: 11px;
  }

  #mainNav.navbar-shrink .brand-logo .custom-logo {
    height: 50px;
  }

  #mainNav.navbar-shrink .brand-phone img {
    padding-top: 0px;
    max-width: 30px;
  }

  #mainNav.navbar-shrink .brand-phone span {
    display: none;
  }

  #mainNav .show_mobile {
    display: none;
  }

  #mainNav .hide_mobile {
    display: block;
  }
}

@media (min-width: 1200px) {
  #mainNav {
    padding: 18px 0;
  }

  #mainNav .brand-phone {
    display: flex;
  }
}

header.masthead {
  height: 100vh;
  background-image: url("https://www.aperium.be/images/bg_intro.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .cta {
  text-align: center;
  color: #ffffff;
  background-color: #db342e;
  padding: 0.7rem 5rem;
  border-radius: 3px;
  font-weight: normal;
  border: none;
  display: inline-block;
  margin: 2rem 0 0;
  text-decoration: none;
  width: 100%;
}

header.masthead.sub {
  height: 25vh;
  margin-bottom: 0;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead h3 {
  font-size: 1.1rem;
  font-weight: 100;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  header.masthead.sub {
    height: 25vh;
  }

  header.masthead h1 {
    font-size: 2.5rem;
  }

  header.masthead .cta {
    width: auto;
  }
}

@media (min-width: 992px) {
  header.masthead.sub {
    height: 28vh;
  }

  header.masthead h1 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1200px) {
  header.masthead {
    height: 100vh;
  }

  header.masthead.sub {
    height: 35vh;
  }

  header.masthead h1 {
    font-size: 2.8rem;
    line-height: 1.1em;
  }

  header.masthead h3 {
    font-size: 1.2rem;
    font-weight: 100;
    margin-top: 1.3rem;
  }
}

button:focus,
a:focus {
  outline: none;
}

#ap-top {
  padding: 0 10px;
  background: #252525;
  z-index: 9999;
  font-size: .9rem;
}

#ap-top a,
#ap-top .fa-inverse {
  color: #b2b2b2;
  cursor: pointer;
  transition: none;
}

#ap-top a:hover,
#ap-top .fa-inverse:hover {
  text-decoration: none;
  color: #db342e;
}

#ap-top a:active,
#ap-top .fa-inverse:active {
  background: none;
  color: #b2b2b2;
}

#ap-top .ap_contact {
  display: none;
}

/**** 26-10-2023 multi-language buttons *****/

#ap-top .multilanguage button {
  background: none;
  color: #b2b2b2;
  border: none;
  padding: 0 5px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
#ap-top .multilanguage button:hover{
  color: #ffffff;
}

@media (min-width: 576px) {
  #ap-top .ap_contact {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #ap-top {
    font-size: 1rem;
  }
}

#ap-about {
  position: relative;
  background: #eeeeee;
  height: auto !important;
}

@media (min-width: 992px) {
  #ap-about {
    height: calc(100vh - 100px) !important;
  }

  #ap-about .row,
  #ap-about .container {
    height: calc(100vh - 100px) !important;
  }
}

#ap-about .ap-duplicate-data,
#ap-about .ap-contract-complience,
#ap-about .ap-leveranciers {
  background: white;
  padding: 1.2rem 1.6rem;
}

#ap-about p {
  font-size: 1rem;
  line-height: 1.4em;
}

#ap-about h2 {
  color: #343a40;
  font-size: 1.9rem;
}

#ap-about a {
  height: 40px;
}

#ap-about a:hover {
  text-decoration: none;
}

#ap-about span {
  font-weight: bold;
}

#ap-about span:hover {
  text-decoration: underline;
}

#ap-about .fxd-image {
  position: absolute;
  right: 0;
  display: none;
  height: 100%;
}

@media (min-width: 768px) {
  #ap-about .fxd-image {
    display: block;
  }
}

#ap-about .ap-about-block .ap-fx-height {
  height: auto;
}

@media (min-width: 1200px) {
  #ap-about .ap-about-block .ap-fx-height {
    height: 250px;
  }
}

#ap-about .ap-leveranciers {
  background: #db342e;
  color: white;
  text-align: center;
  margin-top: 1.5rem;
  cursor: pointer;
}

#ap-about .ap-leveranciers h2,
#ap-about .ap-leveranciers p,
#ap-about .ap-leveranciers a {
  color: white;
}

#ap-about .ap-leveranciers span {
  display: block;
  background: white;
  font-weight: bold;
  color: #db342e;
  text-align: center;
  max-width: 320px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  margin: 0 auto;
}

#ap-about .ap-leveranciers span:hover {
  background: #ebebeb;
  text-decoration: none;
}

@media (min-width: 992px) {
  #ap-about .ap-leveranciers {
    text-align: left;
    margin-top: 0;
  }
}

#ap-usp h2.section-heading {
  color: #db342e;
  margin-bottom: 2rem;
}

#ap-usp h3 {
  font-size: 1.2rem;
  margin: 1em 0 .5em;
}

#ap-usp ul {
  padding-left: 1rem;
  margin: 2rem 0;
}

#ap-usp ul li {
  line-height: 2rem;
  list-style-type: none;
  color: #343a40;
}

#ap-usp ul li:before {
  content: url("https://www.aperium.be/images/mark.png");
  padding-right: 14px;
}

#ap-usp .dsktp {
  display: none;
}

@media (min-width: 992px) {
  #ap-usp .tblt {
    display: none;
  }

  #ap-usp .dsktp {
    display: block;
  }
}

#ap-values {
  background-image: url("https://www.aperium.be/images/bg_values_m.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-color: #f2f2f2;
}

#ap-values h2.section-heading {
  margin-bottom: 3rem;
}

#ap-values h3 {
  font-size: 1.5rem;
  color: #565656;
}

#ap-values p {
  color: #424242;
  line-height: 1.4rem;
}

#ap-values .icon {
  max-width: 50px;
  max-height: 50px;
}

#ap-values .cta {
  color: #ffffff;
  background-color: #db342e;
  padding: 0.7rem 2rem;
  border-radius: 3px;
  font-weight: normal;
  border: none;
  display: block;
  margin: 0 auto;
  width: 100%;
}

#ap-values .cta.block:hover {
  text-decoration: none;
}

#ap-values .cta:hover {
  background-color: #b7251f;
  border: none;
}

@media (min-width: 768px) {
  #ap-values .icon {
    max-width: 45px;
  }
}

@media (min-width: 992px) {
  #ap-values {
    background-size: contain;
    background-image: url("https://www.aperium.be/images/bg_values_md.jpg");
    background-color: #e9e9e9;
  }

  #ap-values .cta {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  #ap-values {
    background-image: url("https://www.aperium.be/images/bg_values_lg.jpg");
    background-size: 57% auto;
    background-position: bottom left;
  }

  #ap-values .cta {
    width: 50%;
  }
}

@media (min-width: 1500px) {
  #ap-values {
    background-image: url("https://www.aperium.be/images/bg_values.jpg");
  }
}

section#ap-reference {
  text-align: center;
  height: auto !important;
  padding: 3rem 0;
}

section#ap-reference h2 {
  margin: 0 0 3rem 0;
  color: #db342e;
}

section#ap-reference .mobile {
  display: block;
  margin: 0 auto;
}

section#ap-reference .desktop {
  display: none;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

@media (min-width: 996px) {
  section#ap-reference .mobile {
    display: none;
  }

  section#ap-reference .desktop {
    display: block;
  }
}

section#ap-contact {
  background-image: url("https://www.aperium.be/images/bg_form2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f2f2f2;
  padding: 2rem 0;
}

section#ap-contact h2.section-heading {
  margin-bottom: 2rem;
  color: #db342e;
}

section#ap-contact p,
section#ap-contact label {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
section#ap-contact .form-control{
  padding:0;
}

section#ap-contact input[type=text],
section#ap-contact input[type=email],
section#ap-contact input[type=number] {
  border-radius: 0;
  color: #ffffff;
  background: none !important;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
}
section#ap-contact textarea{
  color: #ffffff;
  background: none !important;
  border: none;
  width: 100%;
  border: 1px solid white;
  margin-top:12px;
}
section#ap-contact ::-ms-input-placeholder { /* Edge 12-18 */
  color: #b8b8b8;
}

section#ap-contact ::placeholder {
  color: #b8b8b8;
}

section#ap-contact input[type=text]:focus,
section#ap-contact input[type=text]:active,
section#ap-contact input[type=email]:focus,
section#ap-contact input[type=email]:active,
section#ap-contact input[type=number]:focus,
section#ap-contact input[type=number]:active {
  outline: none;
  border-color: #db342e;
  box-shadow: none;
}

section#ap-contact input[type=checkbox] {
  margin-right: 5px;
}

section#ap-contact .gdpr span {
  margin-left: 0 !important;
}

section#ap-contact .gdpr-link {
  color: #fff;
  text-decoration: underline;
  padding-left: 5px;
}

section#ap-contact .gdpr-link:hover {
  color: #db342e;
}

section#ap-contact .cta {
  color: #ffffff;
  background-color: #db342e;
  padding: 0.7rem 2rem;
  border-radius: 3px;
  font-weight: normal;
  border: none;
  display: block;
  margin: 3rem auto 0;
  width: 100%;
}

section#ap-contact .cta.block:hover {
  text-decoration: none;
}

section#ap-contact .cta:hover {
  background-color: #b7251f;
  border: none;
}

section#ap-contact span.error  
 {
  color: #db342e;
  top: 5px;
  position: relative;
}
section#ap-contact span.success{
  color: green;
  background-color:rgba(255,255,255, 0.8);
  border: 1px solid white;
  border-radius: 5px;
  padding:15px;
  position: relative;
  top: -105px;
  left:-105px;
}

section#ap-contact div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  color: #398f14;
}

section#ap-contact .mobile {
  width: 230px;
  display: inline-block;
}

section#ap-contact .desktop {
  display: none;
}

@media (min-width: 996px) {
  section#ap-contact .mobile {
    display: none;
  }

  section#ap-contact .desktop {
    display: block;
  }
}

#ap-footer {
  padding: 3rem 0;
  background-color: #2f2f2f;
  color: #fff;
}

#ap-footer a,
#ap-footer p,
#ap-footer ul,
#ap-footer ul li {
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

#ap-footer a:hover,
#ap-footer p:hover,
#ap-footer ul:hover,
#ap-footer ul li:hover {
  text-decoration: none;
}

#ap-footer .underline {
  text-decoration: underline;
  font-weight: normal;
}

#ap-footer .underline:hover {
  color: #db342e;
}

#ap-footer hr {
  border-color: #db342e;
}

#ap-footer .know-us img {
  border: 1px solid #707070;
}

#ap-footer .know-us img:hover {
  border-color: #db342e;
}

#ap-footer ul {
  list-style-image: url("https://www.aperium.be/images/square.png");
}

#ap-footer ul li {
  line-height: 2rem;
}

.bottom {
  background-color: #131313;
  color: #878787;
  padding: 1rem;
}

.bottom p {
  margin: 0;
}

#ap-usp {
  /******************* Timeline Demo - 4 *****************/
}

#ap-usp strong {
  font-weight: 600;
  color: #585858;
}

#ap-usp .main-timeline4 {
  overflow: hidden;
  position: relative;
  padding: 4rem 20px 0;
}

#ap-usp .main-timeline4:before {
  content: "";
  width: 5px;
  height: 95%;
  background: #656565;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#ap-usp .main-timeline4 .timeline-content:before,
#ap-usp .main-timeline4 .timeline:before {
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

#ap-usp .main-timeline4 .timeline {
  width: 50%;
  padding-left: 100px;
  float: left;
  position: relative;
}

#ap-usp .main-timeline4 .timeline:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #656565;
  position: absolute;
  left: -10px;
  top: 60px;
}

#ap-usp .main-timeline4 .timeline-content {
  display: block;
  padding-left: 150px;
  position: relative;
}

#ap-usp .main-timeline4 .timeline-content:before {
  width: 90px;
  height: 5px;
  border-top: 5px dotted #656565;
  position: absolute;
  left: -92px;
  top: 60px;
}

#ap-usp .main-timeline4 .year {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 100px;
  border-radius: 50%;
  border: 10px solid #f54957;
  font-size: 30px;
  color: #f54957;
  text-align: center;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

#ap-usp .main-timeline4 .year:before {
  content: "";
  border-left: 20px solid #f54957;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -13px;
  right: 0;
  transform: rotate(45deg);
}

#ap-usp .main-timeline4 .inner-content {
  padding: 20px 0;
}

#ap-usp .main-timeline4 .title {
  font-size: 24px;
  font-weight: 600;
  color: #f54957;
  margin: 0 0 5px;
}

#ap-usp .main-timeline4 .description {
  font-size: 0.9rem;
  color: #6f6f6f;
  margin: 0 0 5px;
  line-height: 1.4rem;
}

#ap-usp .main-timeline4 .timeline:nth-child(odd) {
  padding: 0 100px 0 0;
}

#ap-usp .main-timeline4 .timeline:nth-child(odd) .timeline-content:before,
#ap-usp .main-timeline4 .timeline:nth-child(odd) .year,
#ap-usp .main-timeline4 .timeline:nth-child(odd):before {
  left: auto;
  right: -10px;
}

#ap-usp .main-timeline4 .timeline:nth-child(odd) .timeline-content {
  padding: 0 150px 0 0;
}

#ap-usp .main-timeline4 .timeline:nth-child(odd) .timeline-content:before {
  right: -92px;
}

#ap-usp .main-timeline4 .timeline:nth-child(odd) .year {
  right: 0;
}

#ap-usp .main-timeline4 .timeline:nth-child(odd) .year:before {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 20px solid #f54957;
  transform: rotate(-45deg);
}

#ap-usp .main-timeline4 .timeline:nth-child(2) {
  margin: 150px 0 -75px 0;
}

#ap-usp .main-timeline4 .timeline:nth-child(even) {
  margin-top: 100px;
}

#ap-usp .main-timeline4 .timeline:nth-child(1) {
  margin-top: -40px;
}

#ap-usp .main-timeline4 .timeline:nth-child(3) {
  margin-top: -50px;
}

#ap-usp .main-timeline4 .timeline:nth-child(5) {
  margin-top: -50px;
}

#ap-usp .main-timeline4 .timeline:first-child .year {
  border-color: #e58b79;
  color: #e58b79;
}

#ap-usp .main-timeline4 .timeline:first-child .year:before {
  border-right-color: #e58b79;
}

#ap-usp .main-timeline4 .timeline:first-child .title {
  color: #e58b79;
}

#ap-usp .main-timeline4 .timeline:nth-child(2n) .year {
  border-color: #df6f5e;
  color: #df6f5e;
}

#ap-usp .main-timeline4 .timeline:nth-child(2) .year:before {
  border-left-color: #df6f5e;
}

#ap-usp .main-timeline4 .timeline:nth-child(2n) .title {
  color: #df6f5e;
}

#ap-usp .main-timeline4 .timeline:nth-child(3n) .year {
  border-color: #d84942;
  color: #d84942;
}

#ap-usp .main-timeline4 .timeline:nth-child(3) .year:before {
  border-right-color: #d84942;
}

#ap-usp .main-timeline4 .timeline:nth-child(3n) .title {
  color: #d84942;
}

#ap-usp .main-timeline4 .timeline:nth-child(4n) .year {
  border-color: #bd1327;
  color: #bd1327;
}

#ap-usp .main-timeline4 .timeline:nth-child(4) .year:before {
  border-left-color: #bd1327;
}

#ap-usp .main-timeline4 .timeline:nth-child(4n) .title {
  color: #bd1327;
}

#ap-usp .main-timeline4 .timeline:nth-child(5n) .year {
  border-color: #941524;
  color: #941524;
}

#ap-usp .main-timeline4 .timeline:nth-child(5) .year:before {
  border-right-color: #941524;
}

#ap-usp .main-timeline4 .timeline:nth-child(5n) .title {
  color: #941524;
}

@media only screen and (max-width: 992px) {
  #ap-usp .main-timeline4 {
    overflow: visible;
  }

  #ap-usp .main-timeline4 {
    overflow: hidden;
    position: relative;
    padding: 0rem 20px 0;
  }

  #ap-usp .main-timeline4:before {
    height: 100%;
    top: 0;
    left: 19px;
    transform: translateX(0);
  }

  #ap-usp .main-timeline4 .timeline:before,
  #ap-usp .main-timeline4 .timeline:nth-child(1n):before {
    top: 60px;
    left: -9px;
    transform: translateX(0);
  }

  #ap-usp .main-timeline4 .timeline,
  #ap-usp .main-timeline4 .timeline:nth-child(1) {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  #ap-usp .main-timeline4 .timeline-content,
  #ap-usp .main-timeline4 .timeline:nth-child(1n) .timeline-content {
    padding: 0;
  }

  #ap-usp .main-timeline4 .timeline-content:before,
  #ap-usp .main-timeline4 .timeline:nth-child(1n) .timeline-content:before {
    left: 14px;
    top: 70px;
    width: 50%;
  }

  #ap-usp .main-timeline4 .timeline:nth-child(1n) .year,
  #ap-usp .main-timeline4 .year {
    position: relative;
    transform: translateY(0);
  }

  #ap-usp .main-timeline4 .timeline:nth-child(1n) .year:before,
  #ap-usp .main-timeline4 .year:before {
    border: none;
    border-right: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: -23px;
    bottom: auto;
    right: auto;
    transform: rotate(0);
  }

  #ap-usp .main-timeline4 .inner-content {
    padding: 20px 10% 40px 10%;
  }

  #ap-usp .main-timeline4 .timeline:first-child .year:before {
    border-right-color: #e58b79;
  }

  #ap-usp .main-timeline4 .timeline:nth-child(2n) .year:before {
    border-right-color: #df6f5e;
  }

  #ap-usp .main-timeline4 .timeline:nth-child(3n) .year:before {
    border-right-color: #d84942;
  }

  #ap-usp .main-timeline4 .timeline:nth-child(4n) .year:before {
    border-right-color: #bd1327;
  }

  #ap-usp .main-timeline4 .timeline:nth-child(5n) .year:before {
    border-right-color: #941524;
  }
}

section.ap-sub {
  padding: 3rem 0;
}

.content-area {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem .8rem;
}

.content-area h1 {
  font-size: 2.1rem;
  margin: .7em 0 .4em;
}

.content-area h2 {
  font-size: 1.8rem;
  margin: .7em 0 .4em;
}

.content-area h3 {
  font-size: 1.5rem;
  margin: .7em 0 .4em;
}

.content-area h4 {
  font-size: 1.2rem;
  margin: .7em 0 .4em;
}

.content-area p {
  margin-bottom: 2rem;
}

.content-area b,
.content-area strong {
  font-weight: bold;
}

@media (min-width: 992px) {
  .content-area {
    padding: 3rem .8rem 4rem;
  }

  .content-area h1 {
    font-size: 2.5rem;
  }
}

.breadcrumbs {
  color: #848484;
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: #848484;
}

.breadcrumbs a.current-item {
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  color: #2b2b2b;
}

#ap-contact .btn {
  background-color: #db342e;
  color: white;
  width: 100%;
  max-width: 250px;
  border: 1px solid #db342e;
}
.btn.btn-light{
  background-color: #ffffff;
  padding: 0 5px;
}

#ap-contact .btn:hover {
  background-color: #751814;
  border: 1px solid #751814;
}

.ap-polylang {
  list-style-type: none !important;
  margin: 0;
}

.ap-polylang li {
  display: inline-block;
  padding: 0 3px;
}

#declaration-public-tabs .icon-address {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/addressn.png");
}

#declaration-public-tabs .active .icon-address,
#declaration-public-tabs> :hover .icon-address {
  background-image: url("../images/address.png");
}

#declaration-public-tabs .icon-contact {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/contactn.png");
}

#declaration-public-tabs .active .icon-contact,
#declaration-public-tabs> :hover .icon-contact {
  background-image: url("../images/contact.png");
}

#declaration-public-tabs .icon-document {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/documentn.png");
}

#declaration-public-tabs .active .icon-document,
#declaration-public-tabs> :hover .icon-document {
  background-image: url("../images/document.png");
}

#declaration-public-tabs>* {
  width: 33%;
  text-align: center;
  padding: 0 20px;
}

#declaration-public-tabs a {
  border-width: 0;
  background-color: transparent;
  border-bottom: 4px solid #888;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
  color: #888;
  font-weight: bold;
  transition: .4s ease;
  text-transform: uppercase;
}

#declaration-public-tabs .active a,
#declaration-public-tabs a.active,
#declaration-public-tabs a:hover {
  border-color: #d33;
  color: #d33;
  transition: 0.4s ease;
}

#declaration-public-tabs {
  border-width: 0;
}

body.page #declaration-public h3 {
  font-size: 18pt;
}

.expanded-radio,
.expanded-radio .radio {
  display: inline-block;
  margin-right: 5px;
}

label.required:after {
  content: " *";
  color: #c4161c;
}

.form-group.has-error .help-block {
  color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}

.modal {
  padding: 0 !important;
}

.modal h4 {
  font-size: 1.1rem;
}

.modal h3.box-title {
  margin: .4em 0 1em;
}

.modal .modal-lg,
.modal .modal-dialog {
  width: 100%;
  max-width: 1100px;
  padding: 4em 1em;
  margin: 0 auto;
}

.modal .modal-lg .modal-title .fas.fa-times:before,
.modal .modal-dialog .modal-title .fas.fa-times:before {
  content: '';
}

.modal .modal-lg .modal-content,
.modal .modal-dialog .modal-content {
  border-radius: 7px;
  font-size: 0.9rem;
  color: #484848;
}

.modal .modal-lg .modal-content .modal-body>div,
.modal .modal-dialog .modal-content .modal-body>div {
  padding: 0 !important;
}

.modal .modal-lg .modal-content #apm-tab-declaration-code,
.modal .modal-dialog .modal-content #apm-tab-declaration-code {
  padding-top: 1.2em;
}

.modal .modal-lg .modal-content #declaration-code,
.modal .modal-dialog .modal-content #declaration-code {
  text-align: center;
  padding: 25px 0 15px !important;
}

.modal .modal-lg .modal-content #declaration-code input,
.modal .modal-dialog .modal-content #declaration-code input {
  padding: 4px 10px 3px 17px;
  border: 1px solid #a7a7a7;
}

@media (min-width: 576px) {

  .modal .modal-lg .modal-content #declaration-code,
  .modal .modal-dialog .modal-content #declaration-code {
    text-align: left;
  }
}

.modal .modal-lg .modal-content .nav-item:nth-child(1),
.modal .modal-dialog .modal-content .nav-item:nth-child(1) {
  padding-left: 0px !important;
}

.modal .modal-lg .modal-content .nav-item:nth-child(3),
.modal .modal-dialog .modal-content .nav-item:nth-child(3) {
  padding-right: 0px !important;
}

.modal .modal-lg .modal-content .tab-content,
.modal .modal-dialog .modal-content .tab-content {
  margin-top: 2rem;
}

.modal .modal-lg .modal-content .tab-content h4,
.modal .modal-dialog .modal-content .tab-content h4 {
  margin: .4em 0 1em;
}

@media (min-width: 576px) {

  .modal .modal-lg .modal-content .modal-body,
  .modal .modal-dialog .modal-content .modal-body {
    padding: 2rem;
  }
}

@media (min-width: 992px) {

  .modal .modal-lg .modal-content,
  .modal .modal-dialog .modal-content {
    max-width: 1000px;
  }

  .modal .modal-lg .modal-content .modal-body,
  .modal .modal-dialog .modal-content .modal-body {
    padding: 2rem;
  }
}

.modal .modal-lg .modal-content .modal-footer,
.modal .modal-dialog .modal-content .modal-footer {
  padding: 20px 15px;
  max-width: 100% !important;
}

.modal .modal-lg .modal-content .modal-footer .btn,
.modal .modal-dialog .modal-content .modal-footer .btn {
  background-color: #fff;
  padding: 6px 17px;
  width: auto;
  color: #363636;
  border-color: 1px solid #363636;
  font-size: 1rem;
}

.modal .modal-lg .modal-content .modal-footer .btn-primary,
.modal .modal-lg .modal-content .modal-footer .btn-primary:disabled,
.modal .modal-dialog .modal-content .modal-footer .btn-primary,
.modal .modal-dialog .modal-content .modal-footer .btn-primary:disabled {
  color: #da706c;
  border: 1px solid #da706c;
  font-size: 1rem;
  opacity: 1;
}

.modal .modal-lg .modal-content .modal-footer .btn-primary:hover,
.modal .modal-dialog .modal-content .modal-footer .btn-primary:hover {
  background-color: #db342e;
  color: white;
}

.modal .modal-lg .modal-content .modal-footer .btn.closemodal,
.modal .modal-dialog .modal-content .modal-footer .btn.closemodal {
  color: #363636 !important;
  font-size: 1rem;
}

.modal .modal-lg .modal-content .modal-footer .btn.closemodal .fa-remove:before,
.modal .modal-lg .modal-content .modal-footer .btn.closemodal .fa-close:before,
.modal .modal-lg .modal-content .modal-footer .btn.closemodal .fa-times:before,
.modal .modal-dialog .modal-content .modal-footer .btn.closemodal .fa-remove:before,
.modal .modal-dialog .modal-content .modal-footer .btn.closemodal .fa-close:before,
.modal .modal-dialog .modal-content .modal-footer .btn.closemodal .fa-times:before {
  content: "x";
  font-style: normal;
  font-weight: 600;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

p.suite-report {
  height: 0;
  margin: 0;
}

.entry-header {
  display: none;
}

#r-wrap #r-side {
  position: fixed;
  background: #464646;
  width: 330px;
  height: 100%;
  padding: 20px 25px;
  color: #fff;
  overflow: auto;
}

#r-wrap #r-side span,
#r-wrap #r-side p {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 1.3rem;
}

#r-wrap #r-side #r-side-logo {
  width: 100%;
  max-width: 220px;
  margin-bottom: 2rem;
}

#r-wrap #r-side .r-customer {
  border-top: 1px solid #7d7d7d;
  padding-top: 2rem;
}

#r-wrap #r-side .r-customer .r-customer-logo {
  max-width: 100%;
  padding-bottom: 1rem;
}

#r-wrap #r-side .r-customer .r-customer-name {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

#r-wrap #r-side .r-customer .r-customer-address2 {
  margin-bottom: 1rem;
}

#r-wrap #r-side .r-customer .r-customer-vat {
  margin: 0;
}

#r-wrap #r-side .r-title {
  padding: 1rem 0;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  font-size: 1.2rem;
  font-weight: bold;
}

#r-wrap #r-side .r-title ul.r-daughters {
  padding-left: 0px;
  font-size: 1rem;
  font-weight: normal;
  margin-top: .5rem;
}

#r-wrap #r-side .r-title ul.r-daughters li {
  list-style: none;
  padding-top: 8px;
}

#r-wrap #r-side .r-title ul.r-daughters li .r-daughter-name {
  font-weight: bold;
}

#r-wrap #r-side .r-title ul.r-daughters li .r-daughter-vat,
#r-wrap #r-side .r-title ul.r-daughters li .r-daughter-iban {
  color: #d0d0d0;
}

#r-wrap .r-header-image {
  height: 350px;
  margin-left: 330px;
  background: url("../images/bg-report-header.jpg");
  background-size: cover;
  background-position: center center;
}

#r-wrap ul#r-tabs {
  margin-left: 330px;
  background: #b62520;
  text-transform: inherit;
  font-weight: normal;
  font-family: 'roboto';
  border: none;
}

#r-wrap ul#r-tabs li.r-nav-item {
  width: 20%;
  position: relative;
  margin-bottom: 0;
}

#r-wrap ul#r-tabs li.r-nav-item a.r-nav-link {
  color: white;
  border-right: 1px solid white;
  position: relative;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0;
}

#r-wrap ul#r-tabs li.r-nav-item a.r-nav-link:hover,
#r-wrap ul#r-tabs li.r-nav-item a.r-nav-link:active,
#r-wrap ul#r-tabs li.r-nav-item a.r-nav-link:focus,
#r-wrap ul#r-tabs li.r-nav-item a.r-nav-link.active {
  background: #830f0b;
  border-color: #830f0b #ffffff #830f0b rgba(0, 0, 0, 0);
  outline: none;
}

#r-wrap ul#r-tabs li.r-nav-item:nth-child(1)>a:before {
  content: url("../images/icon_overview.png");
  position: absolute;
  left: 10px;
  padding: 5px;
  height: 40px;
}

#r-wrap ul#r-tabs li.r-nav-item:nth-child(2)>a:before {
  content: url("../images/icon_todo.png");
  position: absolute;
  left: 10px;
  padding: 5px;
  height: 40px;
}

#r-wrap ul#r-tabs li.r-nav-item:nth-child(3)>a:before {
  content: url("../images/icon_ongoing.png");
  position: absolute;
  left: 10px;
  padding: 5px;
  height: 40px;
}

#r-wrap ul#r-tabs li.r-nav-item:nth-child(4)>a:before {
  content: url("../images/icon_result.png");
  position: absolute;
  left: 10px;
  padding: 5px;
  height: 40px;
}

#r-wrap ul#r-tabs li.r-nav-item:nth-child(5)>a:before {
  content: url("../images/icon_missed.png");
  position: absolute;
  left: 10px;
  padding: 5px;
  height: 40px;
}

#r-wrap #r-content {
  margin-left: 330px;
}

#r-wrap #r-content .r-table .r-header,
#r-wrap #r-content .r-table thead {
  background: #e4e4e4;
  border: 1px solid #dee2e6;
}

#r-wrap #r-content .r-table th {
  border: none;
}

#r-wrap #r-content .r-table .r-status-title th {
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  color: #424242;
}

#r-wrap #r-content .r-table .r-error-comment {
  border-left: 1px solid #dee2e6;
}

#r-wrap #r-content .r-table .r-error-comment .r-customer-comment .r-customer-comment-input {
  height: 38px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#r-wrap #r-content .r-table .r-error-comment .r-customer-comment .btn.disabled,
#r-wrap #r-content .r-table .r-error-comment .r-customer-comment .btn:disabled {
  opacity: 0;
}

#r-wrap #r-content .r-table .r-error-comment .r-customer-comment .btn {
  background: #868686;
  border-radius: 2px;
  color: #ffffff;
}

/*Nog class of id toevoegen ipv generische post id*/

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

/*--------------------------------------------------------------
## Team page  https://bbbootstrap.com/snippets/bootstrap-5-flipping-cards-for-catalog-29291738
--------------------------------------------------------------*/

#team .container {
  transform-style: preserve-3d;
}

#team .container .box {
  position: relative;
  width: 300px;
  height: 390px;
  margin: 20px;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}

#team .container .box .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.9s ease;
}

#team .container .box .body h3 {
  margin: 0 0 0.8em 0;
}

#team .container .box .body ul {
  padding: 0 0 0 1em;
}

#team .container .box .body li {
  font-size: .9rem;
  font-family: 'Roboto', 'Helvetica', sans-serif;
  font-weight: normal;
  color: white;
}

#team .container .box .body .imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

#team .container .box .body .imgContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#team .container .box .body .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}

#team .container .box:hover .body {
  transform: rotateY(180deg);
}

#team .container .box .body .content div {
  transform-style: preserve-3d;
  padding: 20px;
  /*  background: linear-gradient(45deg, #FE0061, #FFEB3B);*/
  background: linear-gradient(45deg, #db342e, #620502);
  transform: translateZ(100px);
}

#team .container .box .body .content div h3 {
  letter-spacing: 1px;
}