/**
  Fonts inladen
 */
@font-face {
  font-family: "Helvetica Neue LT Std 57 Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Std 57 Condensed"), url("/fonts/HelveticaNeueLTStd-Cn.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Std 55";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Std 55 Condensed"), url("/fonts/helvetica-neue-lt-std-roman.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Std 56 Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Std 56 Italic"), url("/fonts/HelveticaNeueLTStd-It.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Std 47 Light Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Std 47 Light Condensed"), url("/fonts/HelveticaNeueLTStd-LtCn.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Std 45 Light";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Std 45 Light"), url("/fonts/HelveticaNeueLTStd Lt.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Std 77 Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Std 77 Bold Condensed"), url("/fonts/HelveticaNeueLTStd-BdCn.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Std 75 Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Std 75 Bold Condensed"), url("/fonts/helveticaneueltstd-bold-webfont.woff") format("woff");
}
/**
  Font
 */
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5,
.text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5 {
  font-family: "Helvetica Neue LT Std 75 Bold";
  color: white;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Helvetica Neue LT Std 75 Bold";
  color: #172E4D;
}

.text-white p {
  font-family: "Helvetica Neue LT Std 55";
  color: white;
}

p {
  font-family: "Helvetica Neue LT Std 55";
  color: #172E4D;
}

footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .p, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
  color: #FFF;
}

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

h2, h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p, .p {
  font-size: 15px;
}

@media (max-width: 480px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
/* Bedrijf wisselen */
#siteSwitchNav {
  padding: 0px;
  /*Bij een actief bedrijf*/
}
#siteSwitchNav a {
  color: #172E4D;
}
#siteSwitchNav li.active {
  background-color: #172E4D;
}
#siteSwitchNav li.active a {
  color: #FFF;
}

#mainNav {
  padding: 0px;
}
#mainNav a.active {
  border-bottom: solid 1px white;
  padding-bottom: 1px !important;
}
#mainNav button.navbar-toggler {
  padding: 0px;
  margin: 20px 20px 20px 20px;
  border: none;
  color: white !important;
  font-size: 25px;
}

#navbarNav a:hover {
  border-bottom: solid 1px white;
  padding-bottom: 1px !important;
}

/*Hoofd navigatie */
#mainNav {
  background-color: #172E4D !important;
}
#mainNav a {
  color: #FFF;
  font-size: 15px;
  font-family: "Helvetica Neue LT Std 55";
}
#mainNav .navbar-brand img {
  height: 50px;
}

/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #siteSwitchNav li {
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
  }

  #mainNav .navbar-brand {
    padding-left: 10px;
  }
  #mainNav li a {
    text-align: center;
  }
  #mainNav li.nav-item {
    padding: 5px;
  }
}
/* Portrait phones and smaller */
/*Banner */
#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  border-radius: 0px;
}
#banner .title {
  color: #FFF;
  background-color: #172E4D;
  padding: 10px 60px 10px 60px;
  font-size: 38px;
  font-family: "Helvetica Neue LT Std 75 Bold";
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #banner .title {
    padding: 10px 60px 10px 60px;
    font-size: 30px;
    font-family: "Helvetica Neue LT Std 75 Bold";
  }
}
/**
  Main Content
 */
#homePageContainer {
  text-align: center;
  margin-top: -200px;
}
#homePageContainer .homePageContent {
  background-color: white;
  padding-top: 70px;
  margin-left: 40px;
  margin-right: 40px;
}
#homePageContainer .LAYOUT_paginaKop {
  padding-bottom: 20px;
}

/* Footer */
#footer {
  margin-top: 50px;
  background-color: #172E4D;
  color: #FFF;
}
#footer a {
  color: #FFF;
}
#footer div[class^=col-], #footer div[class*=col-] {
  margin-bottom: 30px;
}

/**
  Standaard kleuren aanpassen
 */
.bg-primary {
  background-color: #172E4D !important;
}

.bg-blue {
  background-color: #172E4D !important;
}

/**
  Offerte
 */
.offerteBox p, .offerteBox a:not(.btn),
.offerteBox td, .offerteBox th,
.offerteBox h1, .offerteBox h2, .offerteBox h3,
.offerteBox ul li {
  color: white;
}

.boxWhite {
  color: white;
}
.boxWhite p, .boxWhite a:not(.btn),
.boxWhite td, .boxWhite th,
.boxWhite h1, .boxWhite h2, .boxWhite h3,
.boxWhite ul li {
  color: white;
}

/**
  Globale css
 */
.table-bordered-inner thead tr th {
  padding: 5px;
  margin: 0px;
}
.table-bordered-inner td, .table-bordered-inner th {
  border: 1px solid white;
}
.table-bordered-inner tr:first-child th {
  border-top: 0;
}
.table-bordered-inner tr:last-child td {
  border-bottom: 0;
}
.table-bordered-inner tr td:first-child,
.table-bordered-inner tr th:first-child {
  border-left: 0;
}
.table-bordered-inner tr td:last-child,
.table-bordered-inner tr th:last-child {
  border-right: 0;
}

.form-control {
  border: none;
  border-radius: 0px;
}

.btn {
  border-radius: 0px;
  border: #707070 solid 1px;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  border: #707070 solid 1px;
}

.col-form-label,
.form-control {
  border-bottom: 1px solid #707070;
}

.blueForm .form-control {
  border: none;
  border-radius: 0px;
  color: white;
  background-color: #172E4D !important;
}
.blueForm .form-control:focus {
  color: white;
}
.blueForm input:-webkit-autofill,
.blueForm input:-webkit-autofill:hover,
.blueForm input:-webkit-autofill:focus,
.blueForm textarea:-webkit-autofill,
.blueForm textarea:-webkit-autofill:hover,
.blueForm textarea:-webkit-autofill:focus,
.blueForm select:-webkit-autofill,
.blueForm select:-webkit-autofill:hover,
.blueForm select:-webkit-autofill:focus {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px #172E4D inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 30px #172E4D inset !important;
  -webkit-text-fill-color: white !important;
}
.blueForm label {
  color: white;
}
.blueForm .col-form-label,
.blueForm .form-control {
  border-bottom: 1px solid white;
}
.blueForm .form-group {
  display: flex;
}

.col-form-label {
  line-height: 1.4;
}

.footerImg {
  height: 265px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: -49px;
  margin-top: 200px;
}

.footertxt {
  width: 100%;
}

.cardForm .card-header,
.cardForm .card-footer,
.cardForm .card {
  border: none;
  background-color: transparent;
}

.blueForm h1, .blueForm h2, .blueForm h3, .blueForm h4, .blueForm h5, .blueForm .h1, .blueForm .h2, .blueForm .h3, .blueForm .h4, .blueForm .h5 {
  color: white;
}

.blueForm .input-group-text {
  background-color: #172E4D;
  padding: 0px;
  color: white;
  border-top: none;
  border-left: none;
  border-radius: 0;
}

.whiteLink:hover,
.whiteLink:hover + p {
  text-decoration: underline;
  text-decoration-color: white;
}

.whiteForm .input-group-text {
  background-color: white;
  padding: 0px;
  color: black;
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
}
.whiteForm textarea {
  border: 1px solid #707070;
  min-height: 150px;
}
.whiteForm input:-webkit-autofill,
.whiteForm input:-webkit-autofill:hover,
.whiteForm input:-webkit-autofill:focus,
.whiteForm textarea:-webkit-autofill,
.whiteForm textarea:-webkit-autofill:hover,
.whiteForm textarea:-webkit-autofill:focus,
.whiteForm select:-webkit-autofill,
.whiteForm select:-webkit-autofill:hover,
.whiteForm select:-webkit-autofill:focus {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: black !important;
}

.btn-blue {
  background-color: #172E4D;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
}

.slick-prev, .slick-next {
  border: 2px solid #172E4D !important;
  color: #172E4D !important;
  border-radius: 5px !important;
  width: 40px !important;
  height: 40px !important;
}

.slick-prev:before, .slick-next:before {
  color: #172E4D !important;
}

.slick-prev::before,
.slick-next::before {
  font-size: 22px !important;
  font-weight: bold;
}

.slick-prev::before {
  content: "<" !important;
}

.slick-next::before {
  content: ">" !important;
}

#productSlider .card-body {
  border: 0px !important;
  text-align: center;
}

.hoverHand:hover {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .BREAKER,
.breaker {
    display: block;
  }

  .navbar .navbar-form {
    margin-bottom: 10px;
  }

  .artGroup h5 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 800px) {
  .navbar .navbar-form {
    margin-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  #mainNav .nav-item a {
    padding-left: 1.5rem !important;
  }
  #mainNav .navbar-brand {
    padding-left: 1.5rem !important;
    margin: 0px !important;
  }
  #mainNav .navbar-form {
    margin-bottom: 10px;
  }
}
.spacedForm .input-group-text {
  border-right: none;
}
.spacedForm .form-control {
  padding-left: 0;
  margin-left: 15px;
}

.infoFooter {
  float: right;
  vertical-align: bottom;
}
.infoFooter ul {
  display: inline-block;
  margin: 0;
  line-height: 15px;
  overflow: hidden;
}
.infoFooter ul .infoDownloads a {
  text-decoration: underline;
}
.infoFooter ul li:not(:first-child):before {
  content: "|";
  position: absolute;
  color: white;
  margin-right: 0;
  left: -12px;
  font-size: 11px;
  font-weight: bold;
}
.infoFooter ul li {
  float: left;
  width: auto;
  font-size: 12px;
  color: white;
  margin: 0;
  padding: 0;
  position: relative;
  padding-right: 22px;
  display: block;
}

.promotion {
  line-height: 18px;
}

.promotion {
  position: absolute;
  z-index: 10;
  top: 25px;
  left: 0;
  height: 24px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.new-product {
  background-color: #4ec67f !important;
  background-color: rgba(78, 198, 127, 0.95) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f24ec67f, endColorstr=#f24ec67f) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f24ec67f, endColorstr=#f24ec67f) !important;
}

.new-product {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  padding: 3px 10px;
}

.discount {
  background: #eb5e58;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  padding: 3px 5px;
}

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