@charset "UTF-8";
@media only print {
  /* Button styles
  --------------------------------------------------------------------*/
  /* Ghost Button styles
  --------------------------------------------------------------------*/
  .Products .ProductsItem__phone__number::after, .back::before, .more::after, .fa::before,
.fa::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  html, body {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    color: #263238;
    line-height: 2;
  }

  /* Responsive afbeeldingen in de content
  --------------------------------------------------------------------*/
}
@media only print and (max-width: 700px) {
  html, body {
    font-size: 15px;
  }
}
@media only print {
  html {
    background-color: #0a1f31;
  }
}
@media only print {
  body {
    background-color: #FFF;
  }
}
@media only print {
  .Clear::after {
    content: "";
    display: table;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
  }
}
@media only print {
  h1,
h2,
h3,
h4,
span.h1,
.Heading--h1,
.Heading--h2,
.Heading--h3,
.Heading--h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
  }
}
@media only print {
  p,
address,
ol,
table {
    line-height: 1.8;
    margin-bottom: 1.5em;
  }
}
@media only print {
  h1, span.h1, .Heading--h1 {
    margin-bottom: 0.5333333333em;
    padding-top: 0;
    font-size: 1.875rem;
    line-height: 1.3333333333;
    color: #263238;
  }
}
@media only print {
  h2, .Heading--h2 {
    margin-bottom: 0.6153846154em;
    padding-top: 0.9230769231em;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    color: #263238;
  }
}
@media only print {
  h3 {
    margin-bottom: 0.8em;
    padding-top: 1.2em;
    font-size: 1.188rem;
    line-height: 1.6842105263;
    color: #263238;
  }
}
@media only print {
  a {
    transition: background 0.3s ease, color 0.3s ease;
    color: #11a1c6;
    text-decoration: underline;
  }
  a:hover {
    color: #11a1c6;
    text-decoration: underline;
  }
}
@media only print {
  .more {
    font-weight: 700;
    white-space: nowrap;
  }
  .more::after {
    content: "";
    color: inherit;
    font-size: 0.65em;
    display: inline-block;
    margin-left: 7px;
  }
  .more:hover {
    text-decoration: underline;
  }
}
@media only print {
  .back {
    font-weight: 700;
    white-space: nowrap;
  }
  .back::before {
    content: "";
    font-size: 0.65em;
    display: inline-block;
    margin-right: 8px;
  }
  .back:hover {
    text-decoration: underline;
  }
}
@media only print {
  ul, ol {
    margin: 0 0 24px 20px;
    list-style: circle;
  }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
  }
}
@media only print {
  blockquote {
    margin: 30px;
    padding: 5px 0 5px 20px;
    border-left: 4px solid #d2d2d2;
    font-style: italic;
    color: #6e6e6e;
  }
  blockquote p {
    margin: 0;
    padding: 0;
  }
}
@media only print {
  input, select, textarea, optgroup, form {
    display: none !important;
  }
}
@media only print {
  .btn,
.knop {
    display: none;
  }
}
@media only print {
  img.responsive {
    max-width: 100%;
    height: auto;
  }
}
@media only print {
  img.responsive-left-10 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 10%;
    height: auto;
  }
}
@media only print {
  img.responsive-left-20 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 20%;
    height: auto;
  }
}
@media only print {
  img.responsive-left-30 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 30%;
    height: auto;
  }
}
@media only print {
  img.responsive-left-40 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 40%;
    height: auto;
  }
}
@media only print {
  img.responsive-left-50 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 50%;
    height: auto;
  }
}
@media only print {
  img.responsive-right-10 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 10%;
    height: auto;
  }
}
@media only print {
  img.responsive-right-20 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 20%;
    height: auto;
  }
}
@media only print {
  img.responsive-right-30 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 30%;
    height: auto;
  }
}
@media only print {
  img.responsive-right-40 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 40%;
    height: auto;
  }
}
@media only print {
  img.responsive-right-50 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 50%;
    height: auto;
  }
}
@media only print {
  body > * {
    display: none;
  }
}
@media only print {
  html body main {
    display: block;
  }
}
@media only print {
  .Counters,
.Widget--blocks,
.QuoteRequest,
.Stock,
.Team,
.Callback,
.QuoteButton,
.Blog,
.Footer {
    display: none;
  }
}
@media only print {
  .News-home {
    padding: 80px 0;
    text-align: center;
  }
}
@media only print and (max-width: 700px) {
  .News-home {
    padding: 48px 0;
  }
}
@media only print {
  .News {
    padding: 32px 0;
  }
  .News__blocks {
    padding-top: 8px;
  }
  .News__blocks .News-item {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    overflow: hidden;
    color: #263238;
    text-decoration: none;
    display: block;
  }
  .News__blocks .News-item:hover {
    color: #263238;
    text-decoration: none;
  }
  .News-home .News-item {
    width: 47.5%;
    float: left;
    margin: 0 0 5% 5%;
  }
  .News-home .News-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .News-home .News-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only print and (max-width: 700px) {
  .News-home .News-item {
    width: auto;
    float: none;
    margin: 0 0 40px 0;
  }
  .News-home .News-item:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
  .News-home .News-item:last-child {
    margin-bottom: 0;
  }
}
@media only print {
  .News__blocks .News-item__image {
    float: left;
    width: 23%;
    margin-top: 5px;
  }
  .News-home .News-item__image {
    width: 33%;
  }
}
@media only print and (max-width: 1000px) {
  .News-home .News-item__image {
    width: 20%;
  }
}
@media only print {
  .fullwidth .News-item__image {
    width: 20%;
  }
}
@media only print {
  .News__blocks .News-item__image img {
    width: 100%;
  }
}
@media only print and (max-width: 500px) {
  .News__blocks .News-item__image {
    width: 18% !important;
  }
}
@media only print {
  .News__blocks .News-item__content {
    float: left;
    width: 77%;
    box-sizing: border-box;
    padding-left: 32px;
  }
  .News__blocks .News-item__content--no-image {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .News-home .News-item__content {
    width: 67%;
  }
}
@media only print and (max-width: 1000px) {
  .News-home .News-item__content {
    width: 80%;
  }
}
@media only print {
  .fullwidth .News-item__content {
    width: 80%;
  }
}
@media only print and (max-width: 500px) {
  .News__blocks .News-item__content {
    width: 82% !important;
    padding-left: 24px !important;
  }
  .News__blocks .News-item__content--no-image {
    padding-left: 0 !important;
  }
}
@media only print {
  .News__blocks .News-item__content h2 {
    padding-top: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.77778em;
  }
}
@media only print {
  .News__blocks .News-item__content p {
    margin-bottom: 0;
  }
}
@media only print {
  .News__blocks .News-item__content .more {
    color: #11a1c6;
    text-decoration: none;
  }
  .News__blocks .News-item__content .more:hover {
    color: #11a1c6;
    text-decoration: underline;
  }
}
@media only print {
  .News__blocks .News-item__date {
    font-weight: 400;
    color: #6e797c;
    font-style: italic;
  }
}
@media only print {
  .News-detail header {
    margin-bottom: 24px;
  }
  .News-detail header h1 {
    margin-top: -9px;
    margin-bottom: 0.2666666667em;
  }
  .News-detail__date {
    font-weight: 400;
    color: #6e797c;
    font-style: italic;
  }
  .News-detail__button {
    padding-top: 24px;
  }
  .News-detail__button .btn::after {
    display: none;
  }
}
@media only print {
  .Products {
    position: relative;
    z-index: 2;
  }
  .Products__intro {
    max-width: 900px;
    margin: 0px auto;
  }
  .Products__overview {
    padding-top: 16px;
  }
  .Products .ProductsItem {
    float: left;
    width: 30%;
    text-align: left;
    margin: 0 0 4% 4%;
  }
  .Products .ProductsItem:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .Products .ProductsItem:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .Products .ProductsItem__image {
    display: block;
    margin-bottom: 16px;
    position: relative;
  }
  .Products .ProductsItem__image img {
    width: 100%;
  }
  .Products .ProductsItem__title {
    margin-bottom: 8px;
    padding-top: 0;
    font-weight: 400;
  }
  .Products .ProductsItem__title span {
    display: block;
    font-weight: 800;
  }
  .Products .ProductsItem__info {
    margin-bottom: 8px;
  }
  .Products .ProductsItem__info table {
    margin-bottom: 0;
  }
  .Products .ProductsItem__info table tr td:first-child {
    padding-right: 24px;
  }
  .Products .ProductsItem__price {
    margin-bottom: 16px;
  }
  .Products .ProductsItem__price__number {
    margin-top: -8px;
    font-size: 1.5rem;
    font-weight: 800;
  }
  .Products .ProductsItem__price__number span {
    font-size: 1rem;
    font-weight: 400;
  }
  .Products .ProductsItem__phone {
    margin-bottom: 16px;
  }
  .Products .ProductsItem__phone__number {
    margin-top: -8px;
    padding-left: 28px;
    position: relative;
    font-size: 1.5rem;
    font-weight: 800;
    color: #97ba39;
  }
  .Products .ProductsItem__phone__number a {
    color: #97ba39;
  }
  .Products .ProductsItem__phone__number::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    color: inherit;
    font-size: 0.9em;
    display: inline-block;
  }
}
@media only print {
  .discount-banner {
    position: absolute;
    top: 0;
    right: 0;
    display: block !important;
    width: 200px;
    height: 200px;
    z-index: 2;
    text-align: center;
    overflow: hidden;
  }
  .discount-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 117px;
    background-color: #891010;
    width: 6px;
    height: 6px;
    z-index: 1;
  }
  .discount-banner::after {
    content: "";
    position: absolute;
    top: 117px;
    right: 0;
    background-color: #891010;
    width: 6px;
    height: 6px;
    z-index: 1;
  }
  .discount-banner span {
    display: block;
    transform: rotate(45deg);
    background: #c51f1f;
    position: absolute;
    top: 38px;
    right: -8px;
    width: 120px;
    margin: 0 -100px;
    padding: 6px 100px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFF;
    white-space: nowrap;
    z-index: 2;
  }
}
