/*****************************************************************************************
** BOX MODEL                                                                            **
*****************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Staatliches&display=swap");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*****************************************************************************************
** RESET                                                                                **
*****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.7; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#msg {
  border: 1px solid black;
  background-color: #FEC1C1;
  padding: 10px; }
  #msg h2 {
    text-decoration: underline; }

div.clear {
  width: 100%;
  float: left;
  clear: both;
  display: block; }

/*****************************************************************************************
** FONTS                                                                         **
*****************************************************************************************/
/*****************************************************************************************
** VARS AND MIXINS                                                                  **
*****************************************************************************************/
/* responsive breakpoints */
/* colors */
/*****************************************************************************************
** GENERAL                                                                            **
*****************************************************************************************/
.align-right {
  z-index: 10;
  position: absolute;
  right: 400px;
  padding-top: 90px; }

html {
  width: 100%;
  height: 100%; }

body {
  background-color: white;
  color: black;
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Staatliches", cursive; }

h1 {
  font-size: 36px;
  padding: 0px 0px 30px 0px;
  color: black; }

h2 {
  font-size: 30px;
  padding: 0px 0px 30px 0px; }
  h2 .text-center {
    text-align: center; }
  h2.reversed-padding {
    padding: 30px 0px 10px 0px; }

p {
  padding-bottom: 20px; }

.responsive,
.responsiveimg {
  width: 100%;
  height: auto !important;
  /* display: block; */ }
  .responsive.max200,
  .responsiveimg.max200 {
    max-width: 200px; }
  .responsive.max250,
  .responsiveimg.max250 {
    max-width: 250px; }
  .responsive.max300,
  .responsiveimg.max300 {
    max-width: 300px; }
  .responsive.max400,
  .responsiveimg.max400 {
    max-width: 400px; }

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden; }
  .intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* 16x9 Aspect Ratio */
.ratio-16x9 {
  padding-bottom: 56.25%; }

/* 4x3 Aspect Ratio */
.ratio-4x3 {
  padding-bottom: 75%; }

.btn-regular {
  background-color: #46589c;
  color: white;
  border-radius: 0px;
  text-transform: uppercase; }
  .btn-regular:hover {
    text-decoration: none;
    background-color: #232e58; }

.btn-shop {
  background-color: #54b146;
  color: white !important;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700; }
  .btn-shop:hover {
    text-decoration: none;
    background-color: #438c38; }

.btn-profile {
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700; }
  .btn-profile:hover {
    text-decoration: none;
    font-style: italic; }

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.clickable {
  cursor: pointer; }

.carousel-slide {
  background-repeat: no-repeat;
  background-position: center; }

.hide-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .hide-mobile {
      display: block; } }

section {
  padding: 40px 0px; }

/* TOPBAR */
.top-bar {
  width: 100%;
  z-index: 1000;
  padding: 13px 8px; }

#mobile-toggle {
  float: right;
  margin: 0px 8px;
  background-color: white;
  color: black !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 21px;
  border-radius: 3px;
  text-align: center; }
  @media (min-width: 768px) {
    #mobile-toggle {
      display: none; } }

#mobile-search-toggle {
  float: right;
  margin: 0px 8px;
  background-color: white;
  color: black !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 21px;
  border-radius: 3px;
  text-align: center; }
  @media (min-width: 768px) {
    #mobile-search-toggle {
      display: none; } }

@media (max-width: 768px) {
  .searchform {
    padding: 18px 45px 18px 18px;
    width: 100%;
    background-color: #DFDFDF;
    color: black;
    z-index: 999999;
    position: fixed;
    top: -80px;
    left: 0;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 15px 10px -15px #111;
    -moz-box-shadow: 0px 15px 10px -15px #111;
    box-shadow: 0px 15px 10px -15px #111; }
    .searchform.active {
      top: 0px; }
    .searchform .searchform-input {
      height: 35px;
      width: 100%; }
    .searchform .searchform-btn {
      position: absolute;
      right: 53px;
      bottom: 22px;
      font-size: 17px;
      color: black !important;
      text-decoration: none; }
    .searchform .searchform-close {
      display: block;
      position: absolute;
      right: 14px;
      bottom: 18px;
      font-size: 22px;
      color: red !important;
      text-decoration: none; } }
@media (min-width: 768px) {
  .searchform {
    float: right;
    margin: 0px 8px;
    background-color: transparent;
    color: black;
    z-index: 199;
    position: relative; }
    .searchform .searchform-input {
      height: 35px; }
    .searchform .searchform-btn {
      position: absolute;
      right: 14px;
      bottom: 4px;
      font-size: 17px;
      color: black !important;
      text-decoration: none; }
    .searchform .searchform-close {
      display: none; } }

.languagepicker {
  float: right;
  margin: 0px 8px;
  background-color: white;
  color: black;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  padding: 0px 10px;
  z-index: 199;
  position: relative; }
  .languagepicker span:hover {
    color: #DDDDDD; }
  .languagepicker .languageselected {
    height: 35px;
    line-height: 35px;
    width: auto;
    margin-top: 0px;
    color: black; }
    .languagepicker .languageselected span.flag-icon {
      margin-right: 0px;
      float: left;
      display: block;
      margin-top: 10px; }
      @media only screen and (min-width: 768px) {
        .languagepicker .languageselected span.flag-icon {
          margin-right: 6px; } }
    .languagepicker .languageselected span.language {
      float: left;
      display: none;
      color: black;
      height: 35px;
      line-height: 35px;
      margin-top: 0px;
      padding-right: 6px; }
      @media only screen and (min-width: 768px) {
        .languagepicker .languageselected span.language {
          display: block; } }
    .languagepicker .languageselected i {
      display: none; }
      @media only screen and (min-width: 768px) {
        .languagepicker .languageselected i {
          display: inline-block; } }
  .languagepicker:hover .languages {
    display: block; }
  .languagepicker .languages {
    position: absolute;
    background-color: white;
    top: 33px;
    right: -1px;
    z-index: 190;
    min-width: 35px;
    border-radius: 3px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .languagepicker .languages {
        min-width: 140px; } }
    .languagepicker .languages a {
      display: block;
      width: 100%;
      clear: both;
      padding: 5px 6px 5px 10px;
      float: left;
      color: black !important; }
      .languagepicker .languages a span.flag-icon {
        line-height: 20px;
        float: left;
        display: block;
        height: 20px;
        margin-right: 0px; }
        @media only screen and (min-width: 768px) {
          .languagepicker .languages a span.flag-icon {
            margin-right: 6px; } }
      .languagepicker .languages a span.language {
        line-height: 20px;
        float: left;
        display: none;
        height: 20px; }
        @media only screen and (min-width: 768px) {
          .languagepicker .languages a span.language {
            display: block; } }
      .languagepicker .languages a:hover {
        text-decoration: none;
        color: black;
        font-style: italic; }
    .languagepicker .languages.open {
      display: block; }

/* LOGO & MENU */
#mobile-menu {
  padding: 0px;
  display: none; }
  #mobile-menu .mobilemenu {
    padding: 30px;
    width: 100%; }
    #mobile-menu .mobilemenu li {
      padding: 0px;
      width: 100%;
      display: block;
      clear: both; }
      #mobile-menu .mobilemenu li a {
        padding: 6px 10px;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        color: white;
        display: block;
        clear: both;
        text-decoration: none; }
        #mobile-menu .mobilemenu li a:hover {
          text-decoration: none; }
        #mobile-menu .mobilemenu li a.current {
          background-color: rgba(255, 255, 255, 0.2);
          text-decoration: none;
          font-style: italic; }
      #mobile-menu .mobilemenu li ul {
        padding-left: 15px; }
        #mobile-menu .mobilemenu li ul li a {
          font-size: 13px; }

#mainnav {
  padding: 10px 0px; }
  #mainnav .logowrap {
    text-align: center; }
    @media (min-width: 768px) {
      #mainnav .logowrap {
        text-align: left; } }
  #mainnav .mainmenu {
    list-style-type: none;
    float: right;
    margin: 20px 0px 0px 0px;
    display: none; }
    @media (min-width: 991px) {
      #mainnav .mainmenu {
        margin: 50px 8px 0px 8px; } }
    @media (min-width: 768px) {
      #mainnav .mainmenu {
        display: block; } }
    #mainnav .mainmenu li {
      float: left;
      padding: 0px 10px; }
      #mainnav .mainmenu li a {
        text-transform: uppercase;
        font-weight: bold;
        color: black;
        text-decoration: none; }
        #mainnav .mainmenu li a.current, #mainnav .mainmenu li a:hover {
          /* font-style:italic; */
          text-decoration: none; }
      #mainnav .mainmenu li.dropdown:hover ul {
        display: block; }
      #mainnav .mainmenu li ul {
        display: none;
        position: absolute;
        z-index: 999;
        width: 230px;
        top: 24px;
        left: 0;
        background-color: white;
        padding: 13px 0;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.5);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.5);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.5); }
        #mainnav .mainmenu li ul li {
          width: 100%;
          clear: both;
          font-size: 13px;
          padding: 4px 0 4px 15px;
          float: left; }
          #mainnav .mainmenu li ul li:hover {
            background-color: #9797a6; }

/* SLIDESHOW */
.slideshowcontainer {
  width: 100%;
  height: 650px; }
  .slideshowcontainer .masthead {
    width: 100%;
    height: 100%; }
    .slideshowcontainer .masthead .carousel-slide {
      width: 100%;
      height: 100%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      .slideshowcontainer .masthead .carousel-slide .carousel-slide-template {
        position: absolute;
        padding: 15px;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
        @media (min-width: 768px) {
          .slideshowcontainer .masthead .carousel-slide .carousel-slide-template {
            bottom: 50px;
            left: 50px;
            width: auto;
            padding: 30px; } }
        .slideshowcontainer .masthead .carousel-slide .carousel-slide-template h4 {
          text-align: center;
          font-family: "Staatliches", cursive;
          font-weight: bold;
          color: white;
          font-size: 18px;
          padding-bottom: 4px; }
          @media (min-width: 768px) {
            .slideshowcontainer .masthead .carousel-slide .carousel-slide-template h4 {
              font-size: 50px;
              padding-bottom: 8px; } }
        .slideshowcontainer .masthead .carousel-slide .carousel-slide-template p {
          line-height: 1.5;
          font-weight: 500;
          font-size: 14px;
          color: white;
          text-align: center;
          padding: 0 0 6px 0; }
          @media (min-width: 768px) {
            .slideshowcontainer .masthead .carousel-slide .carousel-slide-template p {
              font-size: 16px;
              padding: 0 0 10px 0; } }
          .slideshowcontainer .masthead .carousel-slide .carousel-slide-template p.button {
            padding: 0;
            margin: 0; }
            .slideshowcontainer .masthead .carousel-slide .carousel-slide-template p.button a {
              font-family: Open Sans;
              font-size: 16px;
              border: 1px solid #73AD21;
              color: var(--color-txt-1) !important;
              border-color: white;
              background-color: var(--color-1) !important; }
              .slideshowcontainer .masthead .carousel-slide .carousel-slide-template p.button a:hover {
                text-transform: none;
                background-color: var(--color-1-dark20) !important;
                border-color: var(--color-txt-1) !important;
                color: var(--color-txt-1) !important; }

/* MERKEN CAROUSEL HOME */
.merkencarousel {
  min-height: 160px;
  background-color: #21526d; }
  .merkencarousel .slick-arrow {
    display: none !important; }
  .merkencarousel .slick-list {
    margin: 50px 10px; }
  .merkencarousel .carousel-slide {
    color: white;
    position: relative;
    min-height: 60px;
    width: 270px;
    float: left;
    background-repeat: no-repeat;
    background-position: center; }

.slick-slide {
  padding: 10px; }

.slick-slider {
  overflow-y: hidden; }

.contactform {
  padding: 0 0 30px 0; }
  @media only screen and (min-width: 768px) {
    .contactform {
      padding: 0 40px 30px 0; } }

.contact-section .contact-adres-wrapper {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  .contact-section .contact-adres-wrapper .contact-adres-flag {
    position: absolute;
    left: -5px;
    top: 6px;
    width: 20px;
    height: 20px; }
.contact-section .contact-row {
  color: var(--color-txt) !important;
  width: 100%;
  clear: both;
  float: left;
  padding: 0 0 20px 0; }
  .contact-section .contact-row .contact-row-icon {
    float: left;
    padding: 5px 15px 0 0;
    line-height: 24px; }
  .contact-section .contact-row .contact-row-data {
    padding-top: 5px;
    float: left;
    color: var(--color-txt) !important;
    font-weight: normal;
    line-height: 1.5; }

.captcha-group {
  position: relative;
  clear: both; }
  .captcha-group .captcha-input {
    padding-left: 130px;
    position: relative;
    z-index: 10; }
  .captcha-group img.captcha-image {
    vertical-align: middle;
    position: absolute;
    z-index: 20;
    top: 5px;
    left: 3px; }

.outline {
  border-color: #FF0000; }

/* SHOP > CATEGORIES >  PRODUCTS */
.shopmenubar {
  padding: 10px 20px;
  word-break: keep-all;
  word-wrap: normal; }
  .shopmenubar .categories-bar {
    display: none; }
    @media only screen and (min-width: 435px) {
      .shopmenubar .categories-bar {
        display: block; } }
    .shopmenubar .categories-bar li {
      float: left;
      font-size: 12px;
      text-align: center;
      padding: 3px;
      width: 100%; }
      @media only screen and (min-width: 435px) {
        .shopmenubar .categories-bar li {
          width: 50%;
          font-size: 13px; } }
      @media only screen and (min-width: 991px) {
        .shopmenubar .categories-bar li {
          font-size: 14px; }
          .shopmenubar .categories-bar li.litems-1 {
            width: 100%; }
          .shopmenubar .categories-bar li.litems-2 {
            width: 50%; }
          .shopmenubar .categories-bar li.litems-3 {
            width: 33.3333333333%; }
          .shopmenubar .categories-bar li.litems-4 {
            width: 25%; }
          .shopmenubar .categories-bar li.litems-5 {
            width: 20%; }
          .shopmenubar .categories-bar li.litems-6 {
            width: 16.6666666667%; }
          .shopmenubar .categories-bar li.litems-7 {
            width: 14.2857142857%; }
          .shopmenubar .categories-bar li.litems-8 {
            width: 12.5%; }
          .shopmenubar .categories-bar li.litems-9 {
            width: 11.1111111111%; }
          .shopmenubar .categories-bar li.litems-10 {
            width: 10%; }
          .shopmenubar .categories-bar li.litems-11 {
            width: 9.0909090909%; }
          .shopmenubar .categories-bar li.litems-12 {
            width: 8.3333333333%; }
          .shopmenubar .categories-bar li.litems-13 {
            width: 7.6923076923%; }
          .shopmenubar .categories-bar li.litems-14 {
            width: 7.1428571429%; }
          .shopmenubar .categories-bar li.litems-15 {
            width: 6.6666666667%; } }
      .shopmenubar .categories-bar li a {
        padding: 5px 0px;
        background-color: white;
        width: 100%;
        display: block;
        color: black; }
  .shopmenubar a {
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .shopmenubar a {
        width: 100%;
        display: block;
        float: left;
        clear: both; } }

#shop-product-listview-items {
  padding-top: 40px;
  padding-bottom: 40px; }

.shop-product-listview-item {
  text-align: center;
  margin-bottom: 15px;
  word-wrap: break-word;
  float: left; }
  .shop-product-listview-item .inner {
    margin-bottom: 20px;
    padding: 20px 20px 65px 20px;
    background-color: #ebebec;
    position: relative;
    float: left;
    width: 100%; }
    .shop-product-listview-item .inner:hover {
      border: 1px solid #ddd;
      -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25); }
    .shop-product-listview-item .inner .shop-product-listview-item-image {
      float: left;
      width: 100%;
      clear: both; }
    .shop-product-listview-item .inner .shop-product-listview-item-description {
      float: left;
      width: 100%;
      clear: both; }
      .shop-product-listview-item .inner .shop-product-listview-item-description .shop-product-listview-item-title h2 {
        text-transform: uppercase;
        font-size: 21px; }
      .shop-product-listview-item .inner .shop-product-listview-item-description .shop-product-listview-item-price {
        float: left;
        width: 100%;
        clear: both; }
        .shop-product-listview-item .inner .shop-product-listview-item-description .shop-product-listview-item-price .product-listview-aanbieding {
          display: none; }
        .shop-product-listview-item .inner .shop-product-listview-item-description .shop-product-listview-item-price .product-listview-prijs {
          font-size: 22px;
          padding: 0;
          bottom: 0;
          font-weight: 600; }
      .shop-product-listview-item .inner .shop-product-listview-item-description .shop-product-listview-item-price-note {
        font-size: 10px;
        padding-top: 5px; }
      .shop-product-listview-item .inner .shop-product-listview-item-description .shop-product-listview-item-link {
        position: absolute;
        bottom: 20px;
        right: 30px; }

.shop-categorie-list-item {
  float: left;
  clear: both;
  width: 100%; }
  .shop-categorie-list-item .shop-categorie-list-wrap {
    overlow: hidden;
    padding: 0px;
    text-align: center;
    position: relative;
    border: 1px solid #BBBBBB;
    margin-bottom: 30px;
    float: left;
    clear: both;
    width: 100%; }
    .shop-categorie-list-item .shop-categorie-list-wrap:hover {
      border: 1px solid #BBBBBB;
      -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25); }
    .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-image {
      float: left;
      clear: both;
      width: 100%; }
    .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info {
      float: left;
      clear: both;
      width: 100%;
      padding: 20px; }
      .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 {
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        float: left;
        clear: both;
        width: 100%; }
        @media screen and (min-width: 435px) {
          .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 {
            font-size: 18px; } }
        @media screen and (min-width: 991px) {
          .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 {
            font-size: 21px; } }
        .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 a, .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 a:hover, .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 a:active, .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 a:visited, .shop-categorie-list-item .shop-categorie-list-wrap .shop-categorie-list-info h2 a:link {
          display: block;
          clear: both;
          text-decoration: none;
          color: #21526D; }

#shop-product {
  padding-top: 40px;
  padding-bottom: 40px; }
  #shop-product .shop-product-summary .description-title {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: bold;
    color: black;
    padding-top: 20px;
    opacity: 0.9;
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 10px; }
  #shop-product .shop-product-summary h3 {
    padding: 25px 0px 10px 0px;
    font-size: 21px; }
  #shop-product .shop-product-summary p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 40px;
    color: black;
    opacity: 1; }
  #shop-product .shop-product-summary ul {
    list-style-type: disc;
    padding-left: 20px; }
    #shop-product .shop-product-summary ul li {
      padding-left: 0px; }
  #shop-product .shop-product-options .shop-product-buybox-addbtn {
    padding-left: 0px;
    padding-top: 15px; }
    #shop-product .shop-product-options .shop-product-buybox-addbtn a {
      font-family: Open Sans;
      font-size: 15px;
      padding-left: 50px;
      padding-right: 50px;
      text-transform: none;
      border: 2px solid black;
      color: white;
      border-color: black;
      background-color: black;
      opacity: 0.7; }
      #shop-product .shop-product-options .shop-product-buybox-addbtn a:hover {
        transition: 0.8s;
        opacity: 0.6; }
  #shop-product .shop-product-options .shop-product-buybox-prijs {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px; }
  #shop-product .shop-product-options .shop-product-buybox-prijsopgaaf {
    margin-top: 30px; }
    #shop-product .shop-product-options .shop-product-buybox-prijsopgaaf a {
      font-family: Open Sans;
      font-size: 20px;
      font-weight: bold; }
  #shop-product .shop-product-buybox-prijsnote {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    color: #DDDDDD; }

/* FOOTER */
footer {
  background-color: var(--color-1) !important;
  margin: 0 !important;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 13px; }
  footer .footerblok {
    padding-bottom: 30px; }
    footer .footerblok h4 {
      color: white;
      text-tranform: uppercase;
      padding-bottom: 20px;
      font-size: 25px;
      font-weight: 600;
      text-align: left; }
    footer .footerblok ul {
      list-style-type: none;
      padding-right: 0px;
      padding-left: 0px;
      padding-top: 8px;
      color: #cdced0;
      text-align: left; }
      footer .footerblok ul li {
        padding-left: 0px;
        padding-top: 6px;
        font-size: 15.2px;
        width: 250px; }
        footer .footerblok ul li a {
          margin-right: 40px;
          color: white;
          font-weight: normal;
          line-height: 1.5; }
          footer .footerblok ul li a:hover {
            color: white; }
      footer .footerblok ul.mainmenu li ul {
        display: none; }
    footer .footerblok .contact-adres-wrapper {
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: 15px;
      position: relative; }
      footer .footerblok .contact-adres-wrapper .contact-adres-flag {
        position: absolute;
        left: -30px;
        top: 9px;
        width: 20px;
        height: 20px; }
    footer .footerblok .contact-row {
      color: var(--color-txt-1) !important;
      width: 100%;
      clear: both;
      float: left;
      padding: 0 0 20px 0; }
      footer .footerblok .contact-row .contact-row-icon {
        float: left;
        padding: 5px 15px 0 0;
        line-height: 24px; }
      footer .footerblok .contact-row .contact-row-data {
        padding-top: 5px;
        float: left;
        color: var(--color-txt-1) !important;
        font-weight: normal;
        line-height: 1.5; }
    footer .footerblok .captcha-group {
      position: relative;
      clear: both; }
      footer .footerblok .captcha-group .captcha-input {
        padding-left: 130px;
        position: relative;
        z-index: 10; }
      footer .footerblok .captcha-group img.captcha-image {
        vertical-align: middle;
        position: absolute;
        z-index: 20;
        top: 5px;
        left: 3px; }

.garantieblock {
  clear: both;
  padding-top: 40px; }

.searchin {
  float: right;
  margin: 15px 26px 0 8px; }

.specs-container h2 {
  font-size: 18px;
  font-weight: bold; }
.specs-container .spec-row {
  width: 100%;
  padding: 7px 5px; }
  .specs-container .spec-row:nth-child(odd) {
    background-color: #CFCFCF; }
  .specs-container .spec-row .spec-tag {
    display: inline-block;
    width: 40%; }
  .specs-container .spec-row .spec-value {
    display: inline-block;
    width: 59%; }

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