/*
	Kluizenonline.nl
	25-4-2016 / JW
*/
body {
  background-color: #ffffff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  color: #666666; }

/* Header */
header .row {
  position: relative; }
  header .row .logo {
    margin-top: 20px; }
    header .row .logo img {
      width: 100%; }
  header .row.header-row {
    /*height: 65px;*/ }
  header .row .fa {
    font-size: 16px;
    margin-left: 20px; }
@media (min-width: 1200px) {
  header .col-md-9 .visible-lg {
    display: inline-block !important; } }
header .col-md-9 .visible-lg {
  list-style: none;
  margin-bottom: 0;
  height: 100%; }
  header .col-md-9 .visible-lg li {
    display: inline-block;
    height: 100%;
    margin-top: 26px;
    margin-right: 26px; }
    header .col-md-9 .visible-lg li a {
      text-transform: uppercase;
      color: #488fb4;
      font-size: 12px;
      min-height: 60px;
      font-weight: 600;
      transition: 0.3s ease;
      text-decoration: none !important; }
      header .col-md-9 .visible-lg li a:hover {
        color: #488fb4; }
    header .col-md-9 .visible-lg li.selected a {
      color: #567d83; }
header .col-md-9 ul {
  padding-left: 0; }
header .col-md-9 .shop-buttons {
  list-style: none;
  display: inline-block;
  height: 100%;
  margin-left: 165px; }
  @media (max-width: 991px) {
    header .col-md-9 .shop-buttons {
      margin-left: 65px; } }
  @media (max-width: 1200px) {
    header .col-md-9 .shop-buttons {
      float: right;
      margin-right: 20px; }
      header .col-md-9 .shop-buttons li {
        margin-top: 25px; } }
  header .col-md-9 .shop-buttons li {
    display: inline-block;
    height: 100%; }
    header .col-md-9 .shop-buttons li a {
      text-transform: uppercase;
      color: #77b0ae;
      display: inline-block;
      line-height: 100%;
      font-size: 12px;
      height: 100%;
      font-weight: 600; }
    header .col-md-9 .shop-buttons li:first-child a {
      color: #e2804f; }
  header .col-md-9 .shop-buttons .round {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #e2804f;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 11px; }
header .col-md-9 .search {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 20px;
  margin-right: 15px; }
  header .col-md-9 .search img {
    width: 100%;
    height: 100%; }
header .col-md-9 .cart {
  background-image: url(grfx/bag.svg);
  background-size: 40px 30px;
  width: 40px;
  height: 30px;
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 18px;
  margin-right: 15px; }
  header .col-md-9 .cart .round {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #e2804f;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 14px;
    line-height: 20px;
    font-size: 11px; }
  @media (max-width: 1200px) {
    header .col-md-9 .cart {
      float: right; } }
header .heightfix {
  height: 10px; }
@media (max-width: 1200px) {
  header .navbar-header {
    float: none; }
  header .navbar-left, header .navbar-right {
    float: none !important; }
  header .navbar-toggle {
    display: block; }
  header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  header .navbar-collapse.collapse {
    display: none !important; }
  header .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  header .collapse.in {
    display: block !important; }
  header .navbar-default .navbar-collapse {
    border-color: #77b0ae;
    box-shadow: none; } }
header .navbar {
  border: 0px solid #ffffff;
  border-radius: 0;
  background-color: #567d83;
  margin-top: 12px;
  /* Old value 22px*/ }
  header .navbar button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-right: 10px;
    height: 50px;
    outline: 0 !important; }
  @media (max-width: 1200px) {
    header .navbar li a {
      color: #ffffff !important;
      font-weight: 600 !important;
      padding: 8px 12px !important;
      line-height: 14px !important;
      margin-left: 2px !important; }
    header .navbar li:hover, header .navbar li.selected, header .navbar li.active {
      border-top: 3px solid #567d83 !important; }
      header .navbar li:hover a, header .navbar li.selected a, header .navbar li.active a {
        color: #ffffff !important; }
        header .navbar li:hover a:active, header .navbar li:hover a:focus, header .navbar li.selected a:active, header .navbar li.selected a:focus, header .navbar li.active a:active, header .navbar li.active a:focus {
          color: #567d83 !important; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    header .navbar li {
      display: inline-block; } }
  header .navbar .navbar-header {
    margin-right: 0;
    margin-left: 0; }
    header .navbar .navbar-header input[type="text"] {
      width: calc(100% - 100px);
      border: 1px solid #567d83;
      line-height: 30px;
      -webkit-appearance: none;
      color: #567d83;
      text-indent: 14px;
      border-radius: 10px;
      outline: none;
      float: left;
      font-weight: 600;
      font-size: 14px;
      background-image: url(grfx/search.svg);
      background-size: 26px 16px;
      background-position: right center;
      background-repeat: no-repeat;
      margin-top: 8px;
      margin-bottom: 8px;
      height: 34px;
      line-height: 34px; }
      header .navbar .navbar-header input[type="text"]::-webkit-input-placeholder {
        color: #567d83;
        transition: 0.3s ease;
        opacity: .5; }
      header .navbar .navbar-header input[type="text"]:-moz-placeholder {
        color: #567d83;
        transition: 0.3s ease;
        opacity: .5; }
      header .navbar .navbar-header input[type="text"]::-moz-placeholder {
        color: #567d83;
        transition: 0.3s ease;
        opacity: .5; }
      header .navbar .navbar-header input[type="text"]:-ms-input-placeholder {
        color: #567d83;
        opacity: .5;
        transition: 0.3s ease; }
      header .navbar .navbar-header input[type="text"]:focus::-webkit-input-placeholder {
        opacity: 1; }
    header .navbar .navbar-header .cart-white {
      background-image: url(grfx/bag-white.svg);
      background-size: 34px 26px;
      width: 34px;
      height: 26px;
      display: inline-block;
      position: relative;
      float: right;
      margin-right: 0px;
      margin-top: 16px; }
      header .navbar .navbar-header .cart-white .round {
        border-radius: 10px;
        width: 20px;
        height: 20px;
        color: #ffffff;
        background-color: #567d83;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: -8px;
        left: 11px;
        line-height: 20px;
        font-size: 11px; }
  header .navbar .navbar-nav > li {
    border-top: 3px solid #567d83;
    transition: border 0.3s ease; }
    header .navbar .navbar-nav > li a {
      color: #ffffff !important;
      font-weight: 600;
      padding: 10px 10px;
      line-height: 24px; }
    header .navbar .navbar-nav > li:hover, header .navbar .navbar-nav > li.selected, header .navbar .navbar-nav > li.active {
      border-top: 3px solid #ffffff;
      background-color: #77b0ae; }
      header .navbar .navbar-nav > li:hover a, header .navbar .navbar-nav > li.selected a, header .navbar .navbar-nav > li.active a {
        color: #ffffff !important;
        background-color: #77b0ae !important; }
        header .navbar .navbar-nav > li:hover a:active, header .navbar .navbar-nav > li:hover a:focus, header .navbar .navbar-nav > li.selected a:active, header .navbar .navbar-nav > li.selected a:focus, header .navbar .navbar-nav > li.active a:active, header .navbar .navbar-nav > li.active a:focus {
          color: #ffffff !important;
          background-color: #77b0ae; }
    header .navbar .navbar-nav > li:first-child:hover, header .navbar .navbar-nav > li:first-child.selected, header .navbar .navbar-nav > li:first-child.active {
      border-top: 3px solid #77b0ae; }
    header .navbar .navbar-nav > li.nav-divider {
      border: 0px solid #ffffff; }
header .searchfield {
  position: absolute;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  right: 0;
  top: 0;
  width: 228px;
  z-index: 10;
  padding: 0 10px;
  transition: 0.3s linear; }
  header .searchfield.active {
    height: 50px; }
  @media (max-width: 1200px) {
    header .searchfield {
      top: -50px; } }
  header .searchfield input[type="text"] {
    line-height: 30px;
    -webkit-appearance: none;
    color: #567d83;
    background-color: rgba(119, 176, 174, 0.25);
    text-indent: 14px;
    width: 100%;
    border-radius: 10px;
    outline: none;
    float: left;
    font-weight: 600;
    font-size: 14px;
    background-image: url(grfx/search.svg);
    background-size: 26px 16px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 34px;
    line-height: 34px; }
    header .searchfield input[type="text"]::-webkit-input-placeholder {
      color: #567d83;
      transition: 0.3s ease;
      opacity: .5; }
    header .searchfield input[type="text"]:-moz-placeholder {
      color: #567d83;
      transition: 0.3s ease;
      opacity: .5; }
    header .searchfield input[type="text"]::-moz-placeholder {
      color: #567d83;
      transition: 0.3s ease;
      opacity: .5; }
    header .searchfield input[type="text"]:-ms-input-placeholder {
      color: #567d83;
      opacity: .5;
      transition: 0.3s ease; }
    header .searchfield input[type="text"]:focus::-webkit-input-placeholder {
      opacity: 1; }

section.usps .search-seperate input[type="text"] {
  width: 100%;
  line-height: 50px;
  color: #567d83;
  background-color: rgba(119, 176, 174, 0.25);
  text-indent: 20px;
  border-radius: 10px;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  background-image: url(grfx/search.svg);
  background-size: 45px 27px;
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: none !important;
  border: none !important;
  padding: 0 12px; }
  section.usps .search-seperate input[type="text"]::-webkit-input-placeholder {
    color: #488fb4;
    transition: 0.3s ease;
    opacity: .5; }
  section.usps .search-seperate input[type="text"]:-moz-placeholder {
    color: #488fb4;
    transition: 0.3s ease;
    opacity: .5; }
  section.usps .search-seperate input[type="text"]::-moz-placeholder {
    color: #488fb4;
    transition: 0.3s ease;
    opacity: .5; }
  section.usps .search-seperate input[type="text"]:-ms-input-placeholder {
    color: #488fb4;
    opacity: .5;
    transition: 0.3s ease; }
  section.usps .search-seperate input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 1; }
section.usps .usp-row {
  margin-top: 25px; }
  section.usps .usp-row p {
    font-size: 13px;
    color: #488fb4;
    font-weight: 400; }
    section.usps .usp-row p .highlight {
      font-weight: 700;
      color: #488fb4; }

section.slider {
  background-color: #d5cfb4;
  background-repeat: repeat-x;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 390px;
  margin-top: 15px;
  text-align: center; }
  section.slider img {
    margin-top: 30px; }

section.categories article {
  margin-top: 25px; }
  section.categories article img {
    max-width: 100%;
    max-height: 150px;
    text-align: center; }
  section.categories article .inner-wrap {
    background-color: rgba(213, 207, 180, 0.25);
    text-align: center;
    background-image: url(grfx/article-top.jpg);
    background-repeat: repeat-x; }
  section.categories article a {
    width: 100%;
    display: inline-block; }
    section.categories article a.category-name {
      margin-top: 10px;
      font-size: 20px;
      color: #567d83;
      font-family: Yanone Kaffeesatz;
      padding-bottom: 12px; }
section.categories .left-info {
  max-width: 190px;
  max-height: 150px; }
section.categories .right-info {
  float: left;
  margin-top: 50px; }
  section.categories .right-info iframe, section.categories .right-info img {
    width: 100%; }

section.breadcrumbs .breadcrumb-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0 !important;
  height: 30px;
  margin-bottom: 30px;
  margin-top: 20px; }
  section.breadcrumbs .breadcrumb-row a {
    color: #999999;
    font-size: 13px;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    display: inline;
    max-width: 30ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    section.breadcrumbs .breadcrumb-row a:last-child {
      font-weight: 600; }

section.helper {
  background-color: #77b0ae;
  min-height: 350px;
  margin-top: 55px;
  color: #ffffff;
  font-family: Yanone Kaffeesatz; }
  section.helper h3, section.helper h4 {
    color: #ffffff;
    font-family: Yanone Kaffeesatz;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 44px; }
  section.helper p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px; }
    section.helper p a {
      color: #ffffff; }
  section.helper .col-md-3 img {
    max-width: 100%;
    margin-top: 13px; }
  section.helper .col-md-4 form {
    margin-top: 50px;
    margin-bottom: 50px; }
  section.helper .col-md-4 input[type="email"] {
    width: 85%;
    line-height: 38px;
    text-indent: 14px;
    font-size: 14px;
    -webkit-appearance: none;
    font-weight: 300;
    font-family: Open Sans;
    border: 1px solid #567d83; }
    section.helper .col-md-4 input[type="email"]::-webkit-input-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.helper .col-md-4 input[type="email"]:-moz-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.helper .col-md-4 input[type="email"]::-moz-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.helper .col-md-4 input[type="email"]:-ms-input-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.helper .col-md-4 input[type="email"]:focus::-webkit-input-placeholder {
      opacity: 1; }
    section.helper .col-md-4 input[type="email"]:focus:-moz-placeholder {
      opacity: 1; }
    section.helper .col-md-4 input[type="email"]:focus::-moz-placeholder {
      opacity: 1; }
    section.helper .col-md-4 input[type="email"]:focus:-ms-input-placeholder {
      opacity: 1; }
  section.helper .col-md-4 input[type="submit"] {
    background-color: #E47B00;
    border: none;
    height: 40px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 18px;
    font-size: 24px;
    transition: 0.3s ease; }
    section.helper .col-md-4 input[type="submit"]:hover {
      background-color: #cb6d00; }

section.faq {
  background-color: #77b0ae;
  min-height: 350px;
  margin-top: 0;
  color: #ffffff;
  font-family: Yanone Kaffeesatz; }
  section.faq h1 {
    font-size: 45px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 45px;
    font-weight: 300; }
  section.faq h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px; }
  section.faq h3, section.faq h4 {
    color: #ffffff;
    font-family: Yanone Kaffeesatz;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 44px; }
  section.faq p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px; }
  section.faq a.readmore {
    background-color: #e2804f;
    border-radius: 5px;
    display: block;
    color: #ffffff !important;
    width: 150px;
    text-align: center;
    font-family: Yanone Kaffeesatz;
    font-size: 24px;
    line-height: 36px;
    transition: 0.3s ease;
    margin-top: 20px;
    margin-bottom: 100px; }
    section.faq a.readmore:hover {
      background-color: #de7039; }
  section.faq .row {
    padding: 0 !important;
    margin-right: 0;
    margin-left: 0; }
    section.faq .row:first-child {
      border-bottom: 1px solid white; }
  section.faq p a {
    color: #ffffff; }
  section.faq .col-md-3 img {
    max-width: 100%;
    margin-top: 13px; }
  section.faq .col-md-4 form {
    margin-top: 50px;
    margin-bottom: 50px; }
  section.faq .col-md-4 input[type="email"] {
    width: 85%;
    line-height: 38px;
    text-indent: 14px;
    font-size: 14px;
    -webkit-appearance: none;
    font-weight: 300;
    font-family: Open Sans;
    border: 1px solid #488fb4; }
    section.faq .col-md-4 input[type="email"]::-webkit-input-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.faq .col-md-4 input[type="email"]:-moz-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.faq .col-md-4 input[type="email"]::-moz-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.faq .col-md-4 input[type="email"]:-ms-input-placeholder {
      color: #488fb4;
      transition: 0.3s ease;
      opacity: .7; }
    section.faq .col-md-4 input[type="email"]:focus::-webkit-input-placeholder {
      opacity: 1; }
    section.faq .col-md-4 input[type="email"]:focus:-moz-placeholder {
      opacity: 1; }
    section.faq .col-md-4 input[type="email"]:focus::-moz-placeholder {
      opacity: 1; }
    section.faq .col-md-4 input[type="email"]:focus:-ms-input-placeholder {
      opacity: 1; }

section.faq-bar {
  height: 95px;
  background-color: #567d83;
  text-align: center; }
  section.faq-bar .to-faq-btn {
    background-color: #e2804f;
    font-family: Yanone Kaffeesatz;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.3s ease; }
    section.faq-bar .to-faq-btn:hover {
      color: #ffffff;
      background-color: #de7039; }

section.content {
  margin-top: 30px;
  min-height: 400px;
  line-height: 24px; }
  section.content .col-xs-12 {
    background-color: #f8f8f8;
    margin-top: 25px; }
  section.content h1, section.content h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 24px; }
  section.content .col-sm-4 {
    text-align: center; }
    section.content .col-sm-4 a {
      text-align: center;
      display: block; }
      section.content .col-sm-4 a img {
        text-align: center; }
      section.content .col-sm-4 a:first-child {
        margin-top: 25px; }

section.kenniscentrum article {
  text-align: left !important;
  margin-top: 40px; }
  section.kenniscentrum article h4 {
    margin-top: 20px;
    color: #567d83;
    font-size: 22px;
    text-align: center; }
  @media (min-width: 768px) {
    section.kenniscentrum article {
      min-height: 240px;
      overflow: hidden; } }
  section.kenniscentrum article .image img {
    max-width: 100%;
    width: 100%; }
  section.kenniscentrum article .description {
    height: 154px;
    overflow: hidden;
    text-align: justify; }
  section.kenniscentrum article .read_more a {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #567d83; }

section.products #product_container {
  width: 100%;
  float: left; }
section.products .filters ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }
  section.products .filters ul li {
    background-color: #77b0ae;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    font-weight: 600;
    line-height: 40px; }
    section.products .filters ul li a {
      color: #ffffff;
      font-weight: normal;
      transition: 0.3s ease;
      font-size: 14px; }
    section.products .filters ul li:hover a {
      color: #567d83; }
    section.products .filters ul li:first-child {
      background-color: #567d83; }
      section.products .filters ul li:first-child a {
        color: #ffffff !important; }
section.products .filters .filter-row {
  background-color: rgba(213, 207, 180, 0.5); }
  @media (max-width: 600px) {
    section.products .filters .filter-row {
      margin-top: 20px; }
      section.products .filters .filter-row .hidden-mobile {
        display: none; }
      section.products .filters .filter-row .down_btn {
        float: right;
        margin-right: 20px; } }
  section.products .filters .filter-row h5 {
    background-color: #e2804f;
    display: inline-block;
    height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase; }
  section.products .filters .filter-row .filter_part {
    padding: 15px 30px;
    overflow: hidden; }
    section.products .filters .filter-row .filter_part p {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 4px; }
      section.products .filters .filter-row .filter_part p b {
        color: #567d83;
        margin-left: 16px; }
      section.products .filters .filter-row .filter_part p.no-top {
        margin-top: 0; }
    section.products .filters .filter-row .filter_part ol {
      list-style: none;
      list-style-position: inside;
      padding-left: 0;
      color: #567d83;
      font-size: 14px;
      font-weight: 400; }
      section.products .filters .filter-row .filter_part ol .checkblock {
        display: inline-block;
        width: 12px;
        padding-top: 4px; }
        section.products .filters .filter-row .filter_part ol .checkblock .check {
          display: block;
          width: 9px;
          height: 9px;
          transition: 0.2s ease;
          position: absolute;
          margin-top: -9px;
          float: left;
          border: 1px solid #77b0ae;
          border-radius: 3px;
          background-color: #ffffff; }
          section.products .filters .filter-row .filter_part ol .checkblock .check input[type="checkbox"] {
            display: none; }
section.products .usp-left {
  margin-top: 20px;
  text-align: center; }
  section.products .usp-left h4 {
    color: #77b0ae;
    font-size: 40px;
    font-family: Yanone Kaffeesatz;
    text-align: left; }
  section.products .usp-left p {
    font-family: Yanone Kaffeesatz;
    color: #77b0ae;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    position: relative; }
    section.products .usp-left p img {
      margin-right: 10px; }
    section.products .usp-left p .small {
      position: absolute;
      z-index: 10;
      top: 20px;
      left: 50px; }
section.products .productcolumn .uppertext {
  padding: 30px;
  background-color: #f8f8f8; }
  section.products .productcolumn .uppertext h1 {
    color: #567d83;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0; }
  section.products .productcolumn .uppertext h2 {
    color: #567d83; }
  section.products .productcolumn .uppertext p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px; }
section.products .productcolumn .product {
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  margin-top: 30px; }
  section.products .productcolumn .product .comparator {
    padding-top: 15px;
    padding-bottom: 15px; }
    section.products .productcolumn .product .comparator .checkbox_holder {
      width: 12px;
      height: 12px;
      border-radius: 3px;
      border: 1px solid #4d4d4d;
      transition: 0.3s ease;
      display: inline-block; }
    section.products .productcolumn .product .comparator label {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: normal; }
      section.products .productcolumn .product .comparator label input[type="checkbox"] {
        display: none; }
      section.products .productcolumn .product .comparator label.active {
        color: #ed1e79; }
        section.products .productcolumn .product .comparator label.active .checkbox_holder {
          border: 1px solid #ed1e79;
          background-color: #ed1e79; }
  section.products .productcolumn .product .image {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    section.products .productcolumn .product .image .discount {
      width: 110px;
      height: 110px;
      padding-top: 26px;
      background-color: #567d83;
      border-radius: 120px;
      display: table-cell;
      color: #ffffff;
      font-size: 22px;
      line-height: 26px;
      vertical-align: middle;
      position: absolute;
      z-index: 10;
      right: 20px;
      bottom: 0; }
    section.products .productcolumn .product .image img {
      /*width: 300px;*/ }
  section.products .productcolumn .product .product_info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left; }
    section.products .productcolumn .product .product_info h3 {
      font-family: Yanone Kaffeesatz;
      font-size: 28px;
      color: #567d83;
      margin-bottom: 0;
      margin-top: 0;
      font-weight: 600;
      display: inline-block;
      height: 62px;
      overflow: hidden;
      width: 100%; }
    section.products .productcolumn .product .product_info p {
      font-family: Yanone Kaffeesatz;
      font-size: 18px;
      line-height: 25px;
      color: #567d83;
      margin-bottom: 0;
      margin-top: 0; }
    section.products .productcolumn .product .product_info .price {
      font-family: Yanone Kaffeesatz;
      font-size: 36px;
      color: #567d83;
      margin-bottom: 0;
      margin-top: 6px; }
  section.products .productcolumn .product .product_buttons {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    section.products .productcolumn .product .product_buttons .col-xs-7 a {
      display: block;
      width: 100%;
      text-align: center;
      text-decoration: none !important;
      font-family: Yanone Kaffeesatz;
      font-size: 32px;
      height: 50px;
      border: 1px solid #567d83;
      color: #567d83;
      border-radius: 6px;
      transition: 0.3s ease; }
      section.products .productcolumn .product .product_buttons .col-xs-7 a:hover {
        background-color: #567d83;
        color: #ffffff; }
    section.products .productcolumn .product .product_buttons .col-xs-4 a {
      display: block;
      width: 100%;
      text-align: center;
      text-decoration: none !important;
      font-family: Yanone Kaffeesatz;
      font-size: 32px;
      height: 50px;
      border: 1px solid #e2804f;
      color: #ffffff;
      background-color: #e2804f;
      border-radius: 6px;
      transition: 0.3s ease;
      background-image: url(grfx/bag-white.svg);
      background-repeat: no-repeat;
      background-size: 34px 26px;
      background-position: center; }
      section.products .productcolumn .product .product_buttons .col-xs-4 a:hover {
        background-color: #e2804f; }
  section.products .productcolumn .product:hover {
    border: 1px solid #77b0ae; }
section.products .productcolumn .extra_text {
  margin-top: 40px;
  width: 100%;
  float: left; }
  section.products .productcolumn .extra_text .col-sm-12 {
    padding: 0 30px; }
  section.products .productcolumn .extra_text h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #77b0ae;
    margin-bottom: 26px; }
  section.products .productcolumn .extra_text p {
    margin-bottom: 20px; }

section.kenniscentrum article {
  text-align: left !important;
  margin-top: 10px;
  margin-bottom: 50px; }
  section.kenniscentrum article h4 {
    margin-top: 20px;
    color: #567d83;
    font-size: 22px;
    text-decoration: underline; }
  @media (min-width: 768px) {
    section.kenniscentrum article {
      height: 240px;
      overflow: hidden; } }
  section.kenniscentrum article .image img {
    max-width: 100%;
    width: 100%; }
  section.kenniscentrum article .description {
    height: 154px;
    overflow: hidden;
    text-align: -webkit-left; }
  section.kenniscentrum article .read_more a {
    background: #e2804f;
    position: relative;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    margin-top: -20px !important; }
  section.kenniscentrum article .read_more .read_more:hover {
    background: #cc7217;
    color: #ffffff; }

section.product .col-xs-12.product-image.visible-xs {
  margin-top: 40px;
  margin-bottom: 40px; }
section.product .lg-buttons {
  text-align: right;
  height: 140px; }
section.product .product-options {
  margin-top: 24px; }
section.product .rel_products {
  padding-top: 18px;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  section.product .rel_products article {
    margin-top: 40px; }
    section.product .rel_products article a {
      display: block;
      width: 100px;
      text-align: center;
      text-decoration: none !important;
      font-family: Yanone Kaffeesatz;
      font-size: 32px;
      height: 50px;
      border: 1px solid #e2804f;
      color: #ffffff;
      background-color: #e2804f;
      margin-top: 12px;
      border-radius: 6px;
      transition: 0.3s ease;
      background-image: url(grfx/bag-white.svg);
      background-repeat: no-repeat;
      background-size: 34px 26px;
      background-position: center; }
      section.product .rel_products article a:hover {
        background-color: #de7039; }
    section.product .rel_products article .product_size {
      font-family: Yanone Kaffeesatz;
      font-size: 28px;
      color: #567d83; }
    section.product .rel_products article .product_price {
      font-family: Yanone Kaffeesatz;
      font-size: 28px;
      color: #77b0ae; }
  section.product .rel_products h5 {
    font-family: Yanone Kaffeesatz;
    margin-top: 20px;
    text-align: center;
    color: #567d83; }
    @media (min-width: 768px) {
      section.product .rel_products h5 {
        font-size: 45px; } }
    @media (max-width: 768px) {
      section.product .rel_products h5 {
        font-size: 24px; } }
  section.product .rel_products img {
    max-width: 100%; }
section.product .option input[type="radio"] {
  display: none; }
section.product .option label::before {
  border-radius: 20px;
  height: 15px;
  content: "";
  background-color: #ffffff;
  border: 1px solid #567d83;
  width: 15px;
  margin-right: 10px;
  display: inline-block; }
section.product .option input[type="radio"]:checked + label::before {
  background-color: #567d83; }
section.product .option:nth-child(2) {
  margin-left: 20px; }
section.product .option label {
  font-weight: 400;
  font-family: Yanone Kaffeesatz;
  font-size: 24px; }
  section.product .option label:hover {
    cursor: pointer; }
section.product .product-image {
  text-align: center; }
  section.product .product-image img {
    max-width: 500px;
    text-align: center;
    width: 100%; }
section.product .selling_points {
  background-color: #e6f4f8;
  padding: 10px 0;
  margin-top: 18px; }
  section.product .selling_points ol li {
    font-size: 28px;
    line-height: 48px;
    color: #77b0ae !important;
    font-family: Yanone Kaffeesatz;
    font-weight: 400; }
section.product .description b {
  margin-top: 18px; }
section.product .sizetitle {
  display: inline-block;
  width: 100%;
  padding-top: 18px;
  margin-top: 5px;
  font-size: 24px;
  line-height: 30px;
  font-family: Yanone Kaffeesatz;
  border-top: 1px solid #cccccc; }
section.product select {
  font-size: 18px;
  line-height: 50px;
  font-family: Open Sans;
  font-weight: 600;
  border: 1px solid #567d83;
  border-radius: 6px;
  padding: 6px;
  margin-top: 12px;
  height: 50px;
  width: 190px;
  text-indent: 10px;
  outline: none;
  -webkit-appearance: none; }
section.product .sizetitle, section.product .option, section.product select {
  color: #567d83; }
section.product ol li {
  list-style: none;
  margin-left: -20px;
  list-style-position: outside; }
section.product h1 {
  font-family: Yanone Kaffeesatz;
  font-size: 45px;
  line-height: 45px;
  color: #567d83;
  margin-bottom: 0; }
section.product h2 {
  font-family: Yanone Kaffeesatz;
  font-size: 40px;
  line-height: 48px;
  color: #567d83;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 700; }
section.product h3 {
  font-family: Yanone Kaffeesatz;
  font-size: 18px;
  line-height: 30px;
  color: #567d83;
  margin-top: 5px;
  font-weight: 700; }
section.product b {
  font-family: Yanone Kaffeesatz;
  font-size: 28px;
  line-height: 34px;
  display: inline-block;
  width: 100%;
  color: #567d83; }
section.product p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin: 0; }
section.product .sizes {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #cccccc; }
section.product .type {
  display: inline-block;
  width: 64px; }
section.product .size_options a {
  display: block;
  width: 70px;
  text-align: center;
  text-decoration: none !important;
  font-family: Yanone Kaffeesatz;
  font-size: 32px;
  float: right;
  height: 50px;
  border: 1px solid #e2804f;
  color: #ffffff;
  background-color: #e2804f;
  margin-top: 12px;
  border-radius: 6px;
  transition: 0.3s ease;
  background-image: url(grfx/bag-white.svg);
  background-repeat: no-repeat;
  background-size: 34px 26px;
  background-position: center; }
  section.product .size_options a:hover {
    background-color: #32933b; }
section.product .add_to_bag {
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  background-color: #e2804f;
  color: #ffffff;
  font-family: Yanone Kaffeesatz;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  height: 48px;
  background-image: url(grfx/bag-white.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  transition: 0.3s ease;
  margin-top: 18px; }
  section.product .add_to_bag:hover {
    background-color: #de7039; }
section.product .all_specs {
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  background-color: #77b0ae;
  color: #ffffff;
  font-family: Yanone Kaffeesatz;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  height: 48px;
  background-image: url(grfx/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  transition: 0.3s ease;
  margin-top: 18px; }
  section.product .all_specs:hover {
    background-color: #67a7a4; }

footer {
  background-color: rgba(213, 207, 180, 0.85);
  min-height: 200px; }
  footer ul {
    list-style: none;
    padding-left: 0;
    list-style-position: outside;
    margin-top: 75px;
    margin-bottom: 75px; }
    footer ul li:first-child {
      font-weight: 600;
      color: #567d83;
      margin-bottom: 16px; }

.information section.usps .usp-row {
  /*margin-top: 10px;*/ }
.information section.breadcrumbs .breadcrumb-row {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .information section.breadcrumbs .breadcrumb-row {
      border-bottom: 0px solid; } }
.information section.slider {
  background-color: #d5cfb4;
  border-top: 0px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 370px;
  margin-top: 0;
  text-align: center; }
  @media (max-width: 992px) {
    .information section.slider {
      height: 280px; } }
  .information section.slider h1 {
    font-weight: 300;
    color: #567d83;
    display: block;
    font-size: 45px;
    line-height: 60px;
    margin-top: 9rem; }
    @media (max-width: 1200px) {
      .information section.slider h1 {
        font-size: 35px;
        line-height: 50px;
        margin-top: 10rem; } }
    @media (max-width: 992px) {
      .information section.slider h1 {
        font-size: 30px;
        line-height: 46px;
        margin-top: 8rem; } }
  .information section.slider img {
    margin-top: 10px;
    width: 92%; }
    @media (max-width: 1200px) {
      .information section.slider img {
        margin-top: 5%; } }
    @media (max-width: 992px) {
      .information section.slider img {
        margin-top: 5%; } }
.information section.content {
  line-height: 30px;
  font-size: 15px;
  min-height: auto; }
  .information section.content h1, .information section.content h2, .information section.content h3, .information section.content h4, .information section.content p {
    font-family: open sans !important;
    color: #567d83 !important; }
  @media (max-width: 768px) {
    .information section.content {
      border-bottom: 0px solid;
      line-height: 24px;
      font-size: 16px; } }
  .information section.content p b {
    font-weight: 600;
    margin-top: 24px;
    display: inline-block;
    margin-bottom: 12px; }
.information footer {
  margin-top: 0; }

/* Elementen */
a {
  color: #77b0ae;
  transition: color 0.3s ease; }
  a:hover {
    color: #014251;
    text-decoration: none; }

.modal-wide.modal-dialog {
  width: 94%;
  /* or whatever you wish */
  max-width: 1200px; }
  .modal-wide.modal-dialog h1 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px; }
    @media (max-width: 768px) {
      .modal-wide.modal-dialog h1 {
        font-size: 32px;
        line-height: 38px;
        margin-top: -10px; } }
  .modal-wide.modal-dialog .sizeContainer {
    font-family: Yanone Kaffeesatz;
    font-size: 18px;
    color: #567d83; }
  .modal-wide.modal-dialog h2 {
    color: #567d83;
    font-size: 40px;
    margin-top: 40px;
    font-weight: 400; }
  .modal-wide.modal-dialog h3 {
    font-weight: 400; }
  .modal-wide.modal-dialog .modal-title {
    color: #567d83;
    font-weight: 600; }
  .modal-wide.modal-dialog .col-lg-4.col-lg-offset-1 {
    position: relative; }
  .modal-wide.modal-dialog iframe {
    max-width: 100%;
    margin-top: 130px;
    height: 174px;
    width: 100%; }
  .modal-wide.modal-dialog .modal-body {
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-wide.modal-dialog .modal-body .selling_points {
      width: calc(100% - 30px);
      top: 254px;
      position: absolute; }

.primary_btn {
  color: #ffffff !important;
  background-color: #e2804f;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  display: block;
  text-align: center;
  font-family: Yanone Kaffeesatz;
  font-size: 32px;
  align: right;
  text-decoration: none !important;
  transition: 0.3s ease; }
  .primary_btn:hover {
    color: #ffffff !important;
    background-color: #de7039; }
  @media (max-width: 750px) {
    .primary_btn {
      margin-top: 30px; } }

.secondary_btn {
  color: #567d83 !important;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  margin-top: 32px;
  line-height: 50px;
  border-radius: 6px;
  display: block;
  text-align: center;
  font-family: Yanone Kaffeesatz;
  font-size: 32px;
  align: right;
  text-decoration: none !important;
  transition: 0.3s ease;
  border: 1px solid #567d83; }
  .secondary_btn:hover {
    color: #ffffff !important;
    background-color: #567d83; }

.open-sans {
  font-family: Open Sans; }

@media (min-width: 1200px) {
  .inline-fix {
    width: auto;
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 768px) and (max-width: 1200px) {
  header .navbar .nav-divider {
    float: left;
    width: 100%; }
  header .navbar .inline-fix {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    header .navbar .inline-fix a {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 8px 0 !important; }
  header .navbar .collapse.in {
    padding-bottom: 10px; } }
@media (max-width: 768px) {
  header .navbar .inline-fix {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    header .navbar .inline-fix a {
      margin-left: 2px !important;
      margin-right: 0 !important;
      padding: 8px 12px !important; }

  .mobile-fix {
    margin-top: 20px !important; }

  .col-sm-3 ul {
    padding-top: 40px;
    margin-bottom: 40px;
    margin-top: 0;
    border-top: 1px solid #77b0ae; }
  .col-sm-3:first-child ul {
    border-top: 0px solid #77b0ae; } }
.nocolor {
  color: #567d83 !important;
  text-decoration: none !important; }
  .nocolor a {
    color: #567d83 !important;
    text-decoration: none !important; }

/*# sourceMappingURL=style.css.map */
