h3, p, span {background-color:unset !important;}
p.clear a {color:white;}

.alignleft {
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.alignright {
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}

.admin-bar .navbar-fixed-top {
  top: 32px !important;
}

.gform_wrapper ul li {
    background-image: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 641px) {
.gform_wrapper textarea.medium, .woocommerce form .form-row textarea {
    height: 110px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 13px !important;
    width: auto;
    margin: 0 16px 0 0;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0 !important;
    clear: both !important;
}
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    margin: 5px 0;
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    height: 40px;
    margin-bottom: 10px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_button, .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    margin-bottom: 0;
}

.pagination {
  -webkit-padding-start: 0 !important;
  margin: 0;
}
.pagination > li:before {
  display: none !important;
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v13-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
       url('../fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
       url('../fonts/open-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v13-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v13-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu>a:after{
    display:block;
    content:"\f105";
    width:0;
    height:0;
    font-family: 'FontAwesome';
    float: right;
    margin-left:10px;
}

@media (min-width:767px) {

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100% !important;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
    display: none;
}
.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
}
.navbar-default {
    border: none;
}

.dropdown-submenu > .dropdown-menu li a {background-color: #244059 !important;}
.navbar-default .navbar-brand {
    min-height: 50px;
    height: auto;
	padding: 0px;
}
.navbar-default .navbar-brand img {
    width: auto;
    height: auto;
    max-height: 80px;
	margin-top: 5px;
}
.navbar-default .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 40px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: transparent
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}
.navbar-default .navbar-nav li.active a {
    background: transparent
}
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus {
    background: transparent
}
.navbar-default .navbar-nav li a {
    font-weight: 600;
    font-size: 14px;
}
.navbar-default .nav-top {
    width: 100%;
    height: 30px;
}
.navbar-default .nav-top i {
    width: 10px;
    margin-right: 5px;
    margin-top: 10px;
}
.navbar-default .nav-top a {
    margin-right: 10px;
}
.navbar-default .nav-top .left {
    text-align: left;
    width: 50%;
    float: left;
    height: 35px;
}
.navbar-default .nav-top .right {
    text-align: right;
    width: 50%;
    float: right;
    height: 35px;
}
.dropdown-menu {
    margin-top: -1px!important;
    padding: 0;
    width: 200px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0;
    box-shadow: none;
    left: 10px !important
}
.dropdown-menu li {
    margin-bottom: 1px
}
.dropdown-menu li a {
    padding: 10px 15px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin-top: 30px
    }
    .navbar-nav li a {
        padding-bottom: 30px
    }
    .dropdown:hover > .dropdown-menu {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 992px) {.nav > li > a{font-size: 13px; padding: 10px 5px;}.navbar-default {padding-bottom: 15px;}}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 110px;
  }
	.wrapper img {width: 100%;height: auto;float:left;margin: 0px 0px 20px;}
    .navbar-nav {
        margin: 0 -15px
    }
    .navbar-nav li {
        border-bottom: 1px solid #FFFFFF
    }
    .navbar-nav li.dropdown.open {
        border-bottom: none
    }
    .navbar-nav li a {
        text-align: center;
        color: #fff !important;
    }
    .navbar-nav .active a {
        color: #fff !important
    }
    .dropdown-menu li {
        margin-bottom: 0
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: none
    }
    .navbar-default .nav-top .right {
        display: none;
    }
    .navbar-default .nav-top .left {
        text-align: center;
        width: 100%;
        float: inherit;
        font-size: 12px
    }
}
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 13px;
    padding-top: 130px;
}
h1 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px !important;
    margin: 0px;
    text-transform: uppercase;
}
h2 {
    margin-top: 0;
    font-weight: 800;
    line-height: 24px;
    font-size: 19px;
    text-transform: uppercase;
	margin-bottom: 15px
}
h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
}
p {
    margin-bottom: 20px
}
a {
    color: #F37531;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.btn-primary,
p a strong,
p a b,
p b a,
.gform_button,
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    line-height: 18px;
    padding: 15px 30px;;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none !important;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
p a strong:hover,
p a strong:focus,
p a strong:active,
p a b:hover,
p a b:focus,
p a b:active,
p b a:hover,
p b a:focus,
p b a:active,
.gform_button,
.woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus{
    color: #fff
}
.scrollToTop,
.scrollToTop:visited {
    display: none;
    margin: 0;
    position: fixed;
    bottom: 4%;
    right: 2%;
    width: 30px;
    height: 30px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.scrollToTop i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 13px;
    margin-left: -5px;
    margin-top: -7px;
    line-height: 1em
}
.scrollToTop:active,
.scrollToTop:hover,
.scrollToTop:visited:active,
.scrollToTop:visited:hover {
    cursor: pointer
}
header {
    padding-top: 90px;
  height: 550px;
}
  header .subbanner {
    background: rgba(20,46,71,.7);
    color: #FFFFFF !important;
    box-shadow: 0px 2px 8px -2px #1C1C1C;
    padding: 50px 50px 30px;
  }
  header .subbanner h1 {
    color: #fff;
  }
  header .subbanner p a b, header .subbanner p b a {
    margin: 0 !important;
    display: inline-block;
    word-wrap: break-word;
  }
  header .subbanner p a.whitebtn b {
      border: 1px solid #FFFFFF !important;
      background: none !important;
      margin-left: 20px !important;
      padding: 9px 18px;
  }
.call-to-action {padding: 50px 0px; width: 100%; font-weight: 800; text-transform: uppercase; color: #FFFFFF; text-align: center; font-size: 19px;}
.call-to-action b a, .call-to-action a b {float: none; background-color: #5F5E5E; color: #FFFFFF; padding: 15px 30px; font-size: 16px; margin-top: 5px;}
.call-to-action b a:hover, .call-to-action a b:hover {background-color: #7b7b7b;}

.blocks .block__single {
    text-align: center;
    min-height: 150px;
    padding: 0 50px 60px;

}

.blocks .block__single.center  {
    padding: 0 50px 60px;
}


.blocks .block__single .imgblock {
    display: inline-block;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    top: -40px;
    width: 80px;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.quote {
    padding: 50px 0px;
    background-color: #f7f7f7;
    width: 100%;
        margin-top: 50px;
}
.quote p {
    margin-bottom: 15px !important;
    font-size: 21px;
    line-height: 34px;
    font-weight: 400;
    text-align: center
}
.about,
.news {
    padding: 70px 0
}
.news blockquote {
  font-size: 13px;
color: #696969;
}
.social {
	background-color: #ee8b00 !important;
    color: #f2f2f2;
    min-height: 55px;
    margin-top: -7px;
    text-align: center;
    padding-top: 15px;
}
.social p {
    margin: 0;
}
.social a i {
    font-size: 13px;
    margin: 0px 20px;
    width: 20px;
    color: #FFFFFF !important;
}
footer {
    padding: 70px 0 20px 0;
    color: #FFFFFF;
}
footer p i {
    margin-right: 10px !important;
    width: 10px
}
footer .signature {
    text-align: center;
    font-size: 12px; margin-top: 30px;
}
footer .signature a {
    color: #fff
}
footer .signature a:hover {
    color: #ababab
}
.wrapper {
    background-color: #f5f5f5
}
.banner {
    min-height: 300px;
    background-size: cover;
    background-image: url(../img/Banner.jpg);
}
.content {
    width: 100%;
    padding: 50px;
    background-color: #fff;
    display: inline-block;
}
.about ul, .content ul {
    -webkit-padding-start: 20px;
    margin-bottom: 20px;
}
.about ul li, .content ul li {
    padding: 0 0 10px 30px;
    margin: 0 !important;
    list-style-type: none;
}
.content ul.gform_fields li {
  padding: 0 !important;
}
.about ul li:before, .content ul li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  font-size: 18px;
}
.content-left {
    padding-right: 25px;
    border-right: solid 1px #e7e7e7
}
.content-left .news__item a {
    font-weight: 400;
}
.content-left .news-image {
    width: 200px;
    height: auto;
    margin: 0px 20px 10px 0px;
    float: left;
    overflow: hidden;
}
.content-right i {
    margin-right: 15px;
    width: 10px
}
blockquote {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin: 0 0 20px 0;
    font-size: 13px;
    background: #fff
}
blockquote .leftq {
    display: block;
    float: left;
    color: #ccc;
    font-size: 60px;
    margin: 24px 5px 0 0;
    line-height: 0
}
form .btn-primary {
    margin-top: 0
}
label {
    font-weight: 400
}
.form-control {
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    width: 80%
}
textarea {
    min-height: 120px
}
@media only screen and (min-width: 992px) {
  .blocks .col-xs-12.left {padding-right:0}
  .blocks .col-xs-12.middle {padding-left: 0;padding-right:0}
  .blocks .col-xs-12.right {padding-left:0}
}
@media only screen and (max-width: 991px) {
    .content {
        padding: 70px 0;
    }
    .content-left {
        padding-right: 15px;
        border-right: none
    }
    .content-right {
        margin: 30px 0
    }
}
@media only screen and (max-width: 767px) {
	.navbar-default {padding-bottom: 15px;}
	.about .col-xs-12:nth-child(2),
    .news .col-xs-12:nth-child(2) {
        margin-top: 20px
    }
    .call-to-action p b a {
        display: block
    }

    .embed-responsive-16by9 {
        margin-bottom: 20px !important;
    }
      header {
        height: 450px;
        background-position: top center;
        background-size: contain; }
        header .subbanner {
              background: rgba(20,46,71,1);
          margin-bottom: 70px !important; }
}
.nopadding {
    padding: 0;
}

.hoeveel span {margin-right: 10px;}
.hoeveel .btn-min, .hoeveel .btn-plus {
color: #fff;
width: 26px;
height: 26px;
text-align: center;
vertical-align: top;
display: inline-block;
border-radius: 3px;
}
.hoeveel .btn-min .fa, .hoeveel .btn-plus .fa {
font-size: 10px;
margin-top: 8px;
margin-right: 0;
}
.hoeveel .form-control {
max-width: 50px;
text-align: center;
height: 21px;
margin: 0px 5px;
display: inline-block;
float: left;
position: relative;
top: -1px;
height: 26px; }

.woocommerce div.product form.cart .button {
    margin-top: 40px;
    display: block;
    position: absolute;
}

select {
    padding: 6px 12px;
    color: #555;
    margin: 0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    display: block;
    height: 35px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.product img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    margin-bottom: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1em;
  margin-bottom: 10px;
  display: block;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    width: 100%;
}

.woocommerce .woocommerce-ordering select {
    float: right;
    max-width: 350px;
}
.woocommerce div.product {
    margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 12px;
    border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
    padding: 10px 8px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-LoopProduct-link {
    font-size: 15px;
}

.woocommerce div.product p.price del,
      .woocommerce div.product span.price del {
        color: #29313C;
      }
      .woocommerce div.product p.price ins,
      .woocommerce div.product p.price,
      .woocommerce div.product span.price ins,
      .woocommerce div.product span.price {
        color: #406E7B;
      }



/* TABLE */
.content table {width:100%;height:auto;margin-bottom:20px;}
.content table tr {width:100%;height:auto;}
.content table tr:nth-child(1) {background-color: #EFEFEF; font-weight: 600;}
.content table tr td {vertical-align:top;padding:5px 10px;border:1px solid #EEE;}
.content table tr td:nth-child(1) {max-width: 300px;}
.content table tr td:nth-child(2) {width: 120px;}