/*
Theme Name: Timmerman
Theme URI: http://underscores.me/
Author: Twin Media B.V.
Author URI: http://www.twinmediabv.nl/
Description: Description
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: timmerman
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Timmerman is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
div.wrapper-shop {
    max-width: 1200px;
}

div.wrapper-shop * {
    font-family: 'Open Sans', 'Verdana', 'sans-serif' !important;
    font-size: 9pt;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: 400;
}

.keuze-shop-slider button {
    padding-top: 5px;
}

.keuze-shop-slider button {
    width: 44px;
    height: 26px;
    font-size: 18px;
}

html {
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 2em;
}

a h2 {
    font-size: 1.5em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
}

legend {
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #f46300;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    font-weight: 500;
}

.padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

h3 {
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
}

p {
    margin-bottom: 1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('font/proximanova-light-webfont.eot');
    src: url('font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/proximanova-light-webfont.woff') format('woff'), url('font/proximanova-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('font/proximanova-regular-webfont.eot');
    src: url('font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/proximanova-regular-webfont.woff') format('woff'), url('font/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('font/proximanova-semibold-webfont.eot');
    src: url('font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('font/proximanova-semibold-webfont.woff') format('woff'), url('font/proximanova-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('font/proximanova-bold-webfont.eot');
    src: url('font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/proximanova-bold-webfont.woff') format('woff'), url('font/proximanova-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novablack';
    src: url('font/proximanova-black-webfont.eot');
    src: url('font/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'), url('font/proximanova-black-webfont.woff') format('woff'), url('font/proximanova-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novathin';
    src: url('font/proximanova-thin-webfont.eot');
    src: url('font/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'), url('font/proximanova-thin-webfont.woff') format('woff'), url('font/proximanova-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1rem 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    border-color: #ccc #bbb #aaa;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active {
    border-color: #aaa #bbb #bbb;
    border-color: #ccc #bbb #aaa;
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: none;
    /*border-radius: 3px;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

button.menu-toggle {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    background: url(images/mobile_menu.png) no-repeat;
    border: none;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    text-shadow: none;
    float: left;
    height: 37px;
    width: 37px;
    outline: 0;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #f46300;
    text-decoration: none;
}

a:visited {
    color: #f46300;
}

a:hover,
a:focus,
a:active {
    color: #f46300;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: -4px;
    position: relative;
    z-index: 1;
    height: 49px;
    background-color: #000;
    border-bottom: 4px solid black;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.menu-hoofdmenu-container, .menu-ingelogd-container {
    display: inline-block;
}



.main-navigation li {
    float: left;
    padding: 0 5px;
    margin-bottom: 0px;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

#site-navigation.toggled {
    padding-bottom: 15px;
}

.main-navigation.toggled a {
    padding-left: 6px;
}

.toggled button.menu-toggle {
    margin-bottom: 0;
}

.main-navigation a {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    display: block;
    line-height: 45px;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    padding-left: 14px;
    padding-right: 14px;
    border-bottom: 4px solid transparent;
    font-weight: 600;
}


@media only screen and (max-width: 980px) {
    .main-navigation a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.main-navigation a:hover {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    color: #FFF;
    border-bottom: 4px solid #FFF;
    -webkit-transition: color .20s ease-out, background .20s ease-in;
    transition: color .20s ease-out, background .20s ease-in;
}

.main-navigation .current-menu-item a {
    border-bottom: 4px solid #FFF;
    color: #FFF;
}

ul.sub-menu li a, ul.sub-menu li a:hover {
    border-bottom: none !important;
}

li#menu-item-263 a, li#menu-item-263 a:hover {
    border-bottom: 3px solid transparent;
}

a.button-homepage.orange {
    display: inline-block;
    text-align: center;
    width: 100%;
    background-color: #f46300;
    color: white;
    padding: 7px 0;
}

a.button-homepage.orange h2 {
    color: white;
}

ul.sub-menu li a {
    color: #000 !important;
}

.main-navigation ul ul {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    float: left;
    position: absolute;
    width: 206px;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #dddee6;
    display: block;
    margin-top: 0px;
    -moz-box-shadow: 0 3px 3px rgba(43, 43, 43, 0.6);
    -webkit-box-shadow: 0 3px 3px rgba(43, 43, 43, 0.6);
    -o-box-shadow: 0 3px 3px rgba(43, 43, 43, 0.6);
    box-shadow: 0 3px 3px rgba(43, 43, 43, 0.6);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.main-navigation ul ul ul {
    width: 262px;
}

ul.sub-menu:before {
    content: '';
    border-top: 3px solid transparent;
    position: absolute;
    top: -4px;
    left: -1px;
    right: -1px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

div#error-login {
    margin: 10px 0;
    background: #F9E1E1;
    width: 100%;
    text-align: center;
    border: solid 1px indianred;
    box-sizing: border-box;
    height: 35px;
}

#error-login p {
    text-align: center;
    width: 100%;
    color: indianred;
    font-weight: 600;
    font-size: 13px;
    margin-top: 0;
    line-height: 2.5em;
}

#error-login p a#create_account {
    display: block;
    float: right;
    margin: 0;
    margin-right: 125px;
    background: indianred;
    height: 33px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 10px;
    color: white;
    border-right: solid 3px #EAB3B3;
    border-left: solid 3px #EAB3B3;
}

.main-navigation ul ul a {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    line-height: 25px;
    text-decoration: none;
    color: #252525;
    font-size: 13px;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#registration .visible {
    max-height: 206px;
    display: block;
}

#registration .disabled {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0px !important;
    border: none !important;
}

#company_details {
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease;
}

.main-navigation ul ul a:hover {
    border-bottom: none;
    color: #FFF !important;
    background-color: #f46300;
}

.main-navigation ul ul li {
    position: relative;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding: 0px;
    -webkit-transition: .5s all;
    -webkit-transition-delay: .5s;
    -moz-transition: .5s all;
    -moz-transition-delay: .5s;
    -ms-transition: .5s all;
    -ms-transition-delay: .5s;
    -o-transition: .5s all;
    -o-transition-delay: .5s;
    transition: .5s all;
    transition-delay: 5s;
}

.main-navigation ul ul ul li {
    width: 260px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
    display: none;
}

.main-navigation.toggled ul {
    display: block;
}

@media screen and (max-width: 767px) {
    .menu-toggle {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    right: 0px;
}

.screen-reader-text:focus {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    background-color: #f1f1f1;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px 2px #616161;
    -webkit-box-shadow: 0 0 2px 2px #616161;
    -o-box-shadow: 0 0 2px 2px #616161;
    box-shadow: 0 0 2px 2px #616161;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

header#masthead {
    border-bottom: 4px solid #f2f2f2;
    background-color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Twin Code */

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.content-area#primary {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: auto;
    width: 100%;
    margin: auto;
}

div#usp-header {
    text-align: center;
    font-size: 20px;
    background-color: #f46300;
    color: #fff;
    border-bottom: 3px solid #f2f2f2;
    padding: 8px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
}

div#usp-footer {
    text-align: center;
    font-size: 20px;
    background-color: #f46300;
    color: #fff;
    border-bottom: 3px solid #f2f2f2;
    padding: 8px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    margin-bottom: -5px;
}

main#main {
    background: #ffffff;
}

main.site-main#main {
    clear: both;
    width: inherit;
    margin: 0 auto;
}

.page-shop-config #primary {
    border-top: 0px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    position: relative;
}

section#producten-detail .wrapper {
    overflow: auto;
}

/* Header */

#logo {
    text-align: center;
    width: 100%;
    margin-top: 0;
    display: block;
    font-size: 28px;
    padding-top: 20px;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    font-weight: 600;
}

img.logo {
    width: 12%;
    margin-top: -20px;
}

img.search {
    cursor: pointer;
    float: right;
    margin-top: 3px;
}

form.search-form {
    display: none;
    float: right;
}

#wrapper-search {
    top: 0;
    overflow: auto;
    float: left;
    background-color: white;
    padding-right: 7px;
    padding-left: 7px;
    /* padding-bottom: 7px; */
    padding-top: 2px;
    z-index: 5;
    position: relative;
}

#wrapper-search img {
    background-color: #ffffff;
    padding: 5px 3px 1px 3px;
    position: relative;
    top: -5px;
    margin-top: 6px;
    margin-bottom: 4px;
    height: 23px;
}

input.search-submit {
    display: none;
}

input.search-field {
    border-radius: 0px;
    outline: 0;
    margin-right: 20px;
    margin-top: 2px;
    padding: 1px 5px;
    /* border: 1px solid #f46300; */
    padding-top: 4px;
}

#wrapper-cart {
    top: 0;
    overflow: auto;
    float: left;
    background-color: white;
    padding-right: 7px;
    padding-left: 7px;
    /* padding-bottom: 7px; */
    padding-top: 2px;
    height: 35px;
    border-left: 1px solid #000;
}

#inlog, #mijn-account {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    width: 310px;
    position: absolute;
    margin: 0 auto;
    background-color: #fff;
    z-index: 5;
    display: none;
    top: -2px;
    right: 0;
    -moz-box-shadow: 0px 0px 7px #888888;
    -webkit-box-shadow: 0px 0px 7px #888888;
    -o-box-shadow: 0px 0px 7px #888888;
    box-shadow: 0px 0px 7px #888888;
}

#mijn-account {
    width: 225px;
}

#wrapper-header-right .account-links {
    float: right;
    text-align: right;
    padding: 10%;
    width: 100%;
    border-bottom: 5px solid #f46300;
}

#inlog input {
    outline: 0;
    height: 49px;
    width: 200px !important;
}

#inlog input[type="text"], input[type="password"] {
    width: 100%;
    padding: 1px 0;
    font-size: 14px;
    float: left;
    padding-left: 15px;
    border: none;
    background-color: #efefef !important;
    color: #3f3f3f !important;
    width: 200px !important;
    /* height:49px; */
}

#inlog input[type="submit"] {
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: #f46300;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: #f46300;
    width: 100% !important;
}

#login-form input[type="submit"] {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: #f46300 !important;
    color: #fff;
    border-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 7px;
    padding-bottom: 11px;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    background-color: #f46300 !important;
    font-size: 13px;
    float: left;
    margin-left: 484px;
}

#login-form input[type="password"] {
    width: 100%;
    padding: 1px 0;
    font-size: 14px;
    float: right;
    margin-bottom: 7px;
    padding-left: 15px;
    border: none;
    background-color: #efefef !important;
    color: black !important;
    width: 200px !important;
    height: 36px;
    outline: 0;
}

#login-form input.placeholder {
    width: 100%;
    padding: 1px 0;
    font-size: 14px;
    float: left;
    margin-bottom: 7px;
    padding-left: 15px;
    border: none;
    background-color: #efefef !important;
    color: #3f3f3f !important;
    width: 200px !important;
    height: 36px;
}

#login-form input {
    width: 100%;
    padding: 1px 0;
    font-size: 14px;
    float: left;
    margin-bottom: 7px;
    padding-left: 15px;
    border: none;
    background-color: #efefef !important;
    color: black !important;
    width: 200px !important;
    height: 36px;
}

#login-form input.login {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: #f46300;
    color: #fff;
    border-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 7px;
    padding-bottom: 11px;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    background-color: #f46300 !important;
    font-size: 13px;
    float: left;
    margin-left: 287px;
    width: auto !important;
}

#inlog .field-error-message {
    display: none !important;
}

/*--------------------------------------------------------------
# Our custom form style, including form validation css.
--------------------------------------------------------------*/
form fieldset {
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
}

form legend {
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #f46300;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
}

div.input_wrap {
    display: inline-block !important;
    width: 100%;
    float: left;
    max-width: 918px;
    margin: 0.333em 0;
}

div.input_wrap input[type=text],
div.input_wrap input[type=email],
div.input_wrap input[type=password] {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    box-sizing: border-box !important;
    width: 100% !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0.5em 1em !important;
    background: #f0f0f0 !important;
    resize: none !important;
    outline: none !important;
    float: none !important;
    font-size: 13px !important;
    border-top: 1px solid #FFF;
}

div.input_wrap input[type=radio] {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    display: inline;
    background-color: #f0f0f0;
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #3f3f3f !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin-right: 1%;
}

div.input_wrap select {
    background-color: #f0f0f0;
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    outline: 0;
    width: 100% !important;
    height: 32px;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    font-size: 12px;
    color: #3f3f3f;
    text-align: center;
}

input[type=submit] {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    font-size: 20px;
    float: right;
    margin-bottom: 20px;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0px 12px;
    line-height: 1.7em;
    background: transparent;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    outline: 0;
    font-weight: 400;
    color: #fff;
    background-color: #f46300;
}

/*--------------------------------------------------------------
# Custom form style -> Input validation css
--------------------------------------------------------------*/
div.input_wrap input[type=text].error,
div.input_wrap input[type=email].error,
div.input_wrap input[type=password].error {
    border-right: solid 1px rgba(205, 92, 92, 0.4);
    background: url(images/fout.png) no-repeat right #f0f0f0 !important;
    background-position: right 8px top 7px !important;
}

div.input_wrap input[type=text].valid,
div.input_wrap input[type=email].valid,
div.input_wrap input[type=password].valid {
    border-right: solid 1px rgba(143, 188, 143, 1);
    background: url(images/goed.png) no-repeat right #f0f0f0 !important;
    background-position: right 8px top 7px !important;
    /*padding: 7px 30px 7px 8px !important;
    */

}

div.input_wrap div.field-error-message {
    color: indianred !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 10px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 6px 8px 4px;
    background-color: #ffece7 !important;
    border: solid 1px rgba(205, 92, 92, 0.4) !important; /*1px solid #EC6969;*/
    border-top: dotted 1px rgba(205, 92, 92, 0.33) !important;
    cursor: pointer !important;
}

div.input_wrap div.field-error-message:hover {
    height: auto;
}

div.input_wrap div.field-error-message p {
    clear: both;
    width: inherit;
    padding: 5px 0 3px 10px;
    margin: 0;
}

div.input_wrap div.field-error-message p:hover {
    white-space: normal;
}

/*--------------------------------------------------------------
# Custom form style -> Adaptive Placeholder
--------------------------------------------------------------*/
div.input_wrap label {
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    font-size: 12px;
    margin-right: 1%;
}

div.input_wrap input[type=text][required]:focus,
div.input_wrap input[type=email][required]:focus,
div.input_wrap input[type=password][required]:focus {
    border-top: solid 1px #f46300;
}

div.input_wrap input[type=text][required]:focus + label[placeholder]:before,
div.input_wrap input[type=email][required]:focus + label[placeholder]:before,
div.input_wrap input[type=password][required]:focus + label[placeholder]:before {
    color: #f46300;
}

div.input_wrap input[type=text][required]:focus + label[placeholder]:before,
div.input_wrap input[type=email][required]:focus + label[placeholder]:before,
div.input_wrap input[type=password][required]:focus + label[placeholder]:before,
div.input_wrap input[type=text]:valid + label[placeholder]:before,
div.input_wrap input[type=email]:valid + label[placeholder]:before,
div.input_wrap input[type=password]:valid + label[placeholder]:before {
    /* behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);*/
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    transition-duration: .2s;
    -o-transform: translate(0, -1.4em) scale(0.9, 0.9);
    -webkit-transform: translate(0, -1.4em) scale(0.9, 0.9);
    -ms-transform: translate(0, -1.4em) scale(0.9, 0.9);
    transform: translate(0, -1.4em) scale(0.9, 0.9);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 30%, #f0f0f0 30%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #f0f0f0 30%, #f0f0f0 100%);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

div.input_wrap input[type=text][required]:invalid + label[placeholder][alt]:before,
div.input_wrap input[type=email][required]:invalid + label[placeholder][alt]:before,
div.input_wrap input[type=password][required]:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}

div.input_wrap input[type=text][required] + label[placeholder],
div.input_wrap input[type=email][required] + label[placeholder],
div.input_wrap input[type=password][required] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 0.5em;
    margin-top: -20px;
    margin-bottom: 10px; /*calc((3em - 1em) + 2px);*/
}

div.input_wrap input[type=text][required] + label[placeholder]:before,
div.input_wrap input[type=email][required] + label[placeholder]:before,
div.input_wrap input[type=password][required] + label[placeholder]:before {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    content: attr(placeholder);
    display: inline-block;
    margin: 2px calc(1em + 1px);
    padding: 0 2px;
    color: #898989;
    white-space: nowrap;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* background-color: transparent;*/
}

/*--------------------------------------------------------------
# Custom form style -> Tooltip
--------------------------------------------------------------*/
div.input_wrap.tooltip {
    outline: none;
}

div.input_wrap.tooltip strong {
    line-height: 30px;
}

div.input_wrap:hover {
    text-decoration: none;
}

div.input_wrap > span.tooltip {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    z-index: 10;
    display: none;
    padding: 14px 20px;
    line-height: 16px;
    font-size: 11px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC;
    -webkit-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC;
    -o-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC;
    box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC;

}

div.input_wrap:hover > span.tooltip,
div.input_wrap input:focus ~ span.tooltip {
    display: inline;
    position: absolute;
    color: #111;
    border: none;
    background: #ffffff;
}

div.input_wrap span.tooltip span.callout {
    display: block;
    width: 13px;
    height: 20px;
    z-index: 20;
    position: absolute;
    top: 10px;
    border: 0;
    left: -13px;
    background: url("images/callout-w.png");
    background-repeat: no-repeat;
}

div.input_wrap > span.tooltip {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    margin-left: 64% !important;
    margin-top: -40px !important;
    width: 300px !important;
    -moz-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
    -webkit-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
    -o-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
    box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;

}

div.input_wrap span.tooltip span.callout {
    top: 10px !important;
    left: -13px !important;
    width: 13px !important;
    height: 20px !important;
    background: url("images/callout-w.png") !important;
}

@media only screen and (min-width: 0px ) {
    div.input_wrap > span.tooltip {
        behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
        margin-left: 5% !important;
        margin-top: -8px !important;
        width: 200px !important;
        -moz-box-shadow: 0px 0px 10px #CCC, 0 -6px 11px #CCC;
        -webkit-box-shadow: 0px 0px 10px #CCC, 0 -6px 11px #CCC;
        -o-box-shadow: 0px 0px 10px #CCC, 0 -6px 11px #CCC;
        box-shadow: 0px 0px 10px #CCC, 0 -6px 11px #CCC;
    }

    div.input_wrap span.tooltip span.callout {
        top: -13px !important;
        left: 10px !important;
        width: 20px !important;
        height: 13px !important;
        background: url("images/callout-n.png") !important;
    }
}

@media only screen and (min-width: 560px ) {
    div.input_wrap > span.tooltip {
        behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
        margin-left: 46% !important;
        margin-top: -40px !important;
        width: 300px !important;
        -moz-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        -webkit-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        -o-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
    }

    div.input_wrap span.tooltip span.callout {
        top: 10px !important;
        left: -13px !important;
        width: 13px !important;
        height: 20px !important;
        background: url("images/callout-w.png") !important;
    }
}

@media only screen and (min-width: 800px ) {
    div.input_wrap > span.tooltip {
        behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
        margin-left: 64% !important;
        margin-top: -40px !important;
        width: 300px !important;
        -moz-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        -webkit-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        -o-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
    }

    div.input_wrap span.tooltip span.callout {
        top: 10px !important;
        left: -13px !important;
        width: 13px !important;
        height: 20px !important;
        background: url("images/callout-w.png") !important;
    }
}

@media only screen and (min-width: 1000px ) {
    div.input_wrap > span.tooltip {
        behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
        margin-left: 76% !important;
        margin-top: -40px !important;
        width: 300px !important;
        -moz-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        -webkit-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        -o-box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
        box-shadow: 0px 0px 10px #CCC, -5px 0 15px #CCC !important;
    }

    div.input_wrap span.tooltip span.callout {
        top: 10px !important;
        left: -13px !important;
        width: 13px !important;
        height: 20px !important;
        background: url("images/callout-w.png") !important;
    }
}

/*--------------------------------------------------------------
# Custom form style -> Response msg.
--------------------------------------------------------------*/
div#response {
    padding: .5em;
    margin-bottom: 1em;
    width: 40%;
    float: left;
}

div#response.wrong {
    background-color: #FFFAFA;
    border: solid 1px rgba(205, 92, 92, 0.2);

}

div#response.valid {
    background-color: #ecfff0;
    border: solid 1px rgba(143, 188, 143, 0.2);
}

div#response p {
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
    margin-left: 1em;
}

div#response.wrong p {
    color: indianred;
}

div#response.valid p {
    color: darkseagreen;
}

p.help {
    clear: both;
    font-size: 11px;
    font-style: oblique;
    font-weight: bold;
    padding: 0 0 30px 20px;
}

::-webkit-input-placeholder {
    text-transform: none;
}

:-moz-placeholder { /* Firefox 18- */
    text-transform: none;
}

::-moz-placeholder { /* Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder {
    text-transform: none;
}

/*--------------------------------------------------------------
# END - Custom form style
--------------------------------------------------------------*/

tr.header {
    background-color: #efefef;
    color: #f46300;
    font-weight: bold;
}

table.shoppingcart {
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    vertical-align: top;
    height: 20px;
    font-size: 9pt;
}

.shoppingcart tr.odd {
    background-color: rgba(239, 239, 239, 0.5);
}

.dorpels td {
    border: none;
}

.dorpels tr {
    border: none;
}

li.dorpel {
    list-style: none;
    overflow: auto;
}

input#submitbutton {
    box-shadow: none;
    text-shadow: none;
    background: #f46300;
    border-radius: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    background-color: #f46300 !important;
    font-size: 13px;
    float: none;
    width: auto !important;
    border: none !important;
    height: 36px !important;
    margin-right: 10px !important;
    font-weight: bold;
}

button#regenimagebutton {
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: #f46300;
    border-radius: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    background-color: #f46300 !important;
    font-size: 13px;
    float: none;
    margin-right: 10px;
    width: auto !important;
    height: 36px !important;
}

button#addtocart, button#addtocart_disabled {
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: #f46300;
    border-radius: 0;
    padding-left: 22px !important;
    padding-right: 22px !important;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    background-color: #f46300 !important;
    font-size: 13px;
    float: left;
    width: auto !important;
    height: 36px !important;
}

div#login-form td {
    width: 1px;
}

input.button-login {
    position: relative;
    right: 0;
    top: 0px;
    border: none;
    box-shadow: none !important;
    text-shadow: none;
    background: #000;
    color: #fff;
    border-radius: 0;
    outline: 0;
    margin: 0;
    font-weight: 600;
    line-height: 25px;
    padding: 0px 14px;
    font-size: 13px;
    height: 35px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
}

input.login {
    float: right;
}

input.datepicker {
    padding: 1px 0;
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 15px;
    border: none;
    background-color: #efefef !important;
    color: black !important;
    width: 200px !important;
}

.table-shipping-address input {
    padding: 1px 0;
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 15px;
    border: none;
    background-color: #efefef !important;
    color: black !important;
    width: 200px !important;
}

a.registreren {
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    float: left;
    color: #000;
    border-radius: 0;
    text-decoration: none;
}

a.wachtwoord-vergeten {
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    float: right;
    /* background: #f46300; */
    color: #000;
    border-radius: 0;
    text-decoration: none;
}

.login-username {
    height: auto;
    overflow: auto;
    /* margin-top: 10px; */
    margin-bottom: 10px;
}

.login-password {
    overflow: auto;
    margin-bottom: 10px;
}

form.login-form {
    overflow: auto;
    padding: 10%;
    border-bottom: 5px solid #f46300;
    padding-bottom: 10px;
}

.login-header, .account-header {
    background-color: #000;
    font-weight: normal;
    text-align: center;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 44px;
    font-weight: 400;
    display: block;
    height: auto;
    margin: 0;
    cursor: pointer;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}

#top-header {
    width: 100%;
    /* background-color: #888; */
    color: #fff;
    float: left;
    height: 35px;
    /* box-shadow: 0px 0px 7px #888888; */
}

#masthead .wrapper {
    clear: both;
}

#top-header p {
    margin: 0;
}

#top-header-tekst {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    float: left;
    padding: 0px 14px;
    /* width: 50%; */
    padding-top: 9px;
    height: 35px;
    -moz-box-shadow: 0px 0px 7px #888888;
    -webkit-box-shadow: 0px 0px 7px #888888;
    -o-box-shadow: 0px 0px 7px #888888;
    box-shadow: 0px 0px 7px #888888;
    background-color: #000;
}

p#telefoon {
    background: url(images/telefoon.png) no-repeat -2px 0px;
    float: left;
    display: block;
    padding-left: 20px;
    line-height: 18px;
    font-size: 14px;
    margin-top: -1px;
}

p#email {
    background: url(images/email.png) no-repeat;
    float: left;
    display: block;
    padding-left: 20px;
    font-size: 12px;
}

p#telefoon:before {
    position: relative;
    top: 0px;
    margin-right: 2px;
}

#email a {
    color: #fff;
}

#email a:hover {
    text-decoration: underline;
}

#top-header-login {
    float: right;
}

.login-username .login-icon {
    padding: 12px 15px 10px 15px;
}

#login input {
    height: 49px;
    outline: 0;
}

#login .login-password span.login-field input {
    height: 49px;
    outline: 0;
}

#login input.placeholder {
    height: 49px;
    outline: 0;
}

#login input.login {
    margin-left: 5px;
}

#login fieldset {
    border: none;
    margin: 0;
    padding: 5px;
}

.pagewrap {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

span.login-icon {
    float: left;
    background-color: #000;
    padding: 12px 15px 12px 15px;
}

span.login-field {
    float: left;
}

.login-field input {
    width: 90% !important;
}

.login-header h2, .account-header h2 {
    margin: 0;
    height: 37px;
    font-size: 13px;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 1px;
}

#wrapper-inlog, #wrapper-account {
    float: right;
    background: #000;
}

#wrapper-inlog img, #wrapper-account img {
    float: left;
    background-color: #000;
    padding: 6px 8px 10px 8px;
    margin-right: -11px;
    margin-left: 4px;
    position: relative;
    z-index: 4;
    cursor: pointer;
    height: 35px;
    width: auto;
}

#wrapper-header-right {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    width: auto !important;
    -moz-box-shadow: 0px 0px 7px #888888;
    -webkit-box-shadow: 0px 0px 7px #888888;
    -o-box-shadow: 0px 0px 7px #888888;
    box-shadow: 0px 0px 7px #888888;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
}

/* Slider */

.home #topslider {
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/*#topslider {
  max-height: 500px;
  min-height: 500px;
}*/

.home #topimg {
    width: 100%;
}

.content-home-left, .content-home-right {
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

.content-home-left {
    padding-right: 15px;
}

.content-home-right {
    padding-left: 15px;
}

.content-home-full {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

#topslider {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/*#topslider {
  max-height: 500px;
  min-height: 500px;
}*/

#topimg {
    width: 100%;
}

img.dorpel_img:hover {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    -moz-box-shadow: 0px 0px 7px #888888;
    -webkit-box-shadow: 0px 0px 7px #888888;
    -o-box-shadow: 0px 0px 7px #888888;
    box-shadow: 0px 0px 7px #888888;
}

#wrapper-cart img {
    padding: 1px 1px 1px 1px;
    position: relative;
    top: 3px;
    left: -1px;
    height: 23px;
    width: 23px;
}

div#social-media ul#menu-hoofdmenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div#social-media ul#menu-ingelogd {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div#social-media ul#menu-ingelogd .sub-menu {
    display: none;
}

/* Content Home */
#techniek, #producten, #overons, #gallery, #contact, #customer_edit, #product-detail {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 15px;
}

section#downloads {
    background-color: #fff;
}

section#customer_edit {
    background-color: #fff;
    margin-bottom: 40px;
}

.download-wrapper {
    width: 50%;
    float: left;
}

.grey {
    background-color: #f2f2f2;
    width: 100%;
    float: left;
    padding-bottom: 25px;
}

.techniek {
    width: 31%;
    float: left;
    display: block;
}

.techniek:nth-child(2) {
    margin: 0px 32px;
}

a.leesverder {
    text-decoration: none;
    float: right;
    color: #000;
}

h1.heading-blue, h2.heading-blue {
    text-align: center;
    color: #000;
    font-weight: 600;
    /* text-transform: uppercase; */
}

h1.heading-black, h2.heading-black {
    text-align: center;
    color: #f46300;
    font-weight: 600;
}

.product {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    float: left;
    display: block;
    width: 32%;
    margin-bottom: 18px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

ul.items li.product-wrapper img.thumb {
    padding: 10px;
    height: 100px;
    width: 100px;
    text-align: center;
    background-image: url('images/no-pic-80.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.product-image-wrapper {
    overflow: hidden;
    height: 200px;
}

.product:nth-child(3), .product:nth-child(6) {
    margin: 0 18px;
}

.rollover {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    background: rgba(35, 61, 126, 0.5);
    height: 200px;
    width: 300px;
    position: absolute;
    z-index: 20;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.rollover:hover {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    -o-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

.product-hover-image {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 45px;
}

.product-left {
    padding-left: 60px;
}

.product-right {
    padding-right: 60px;
}

.hover-line {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    width: 40px;
    display: block;
    height: 3px;
    background: #f46300;
    margin: 4px auto;
    clear: both;
    top: 10%;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

span.rollover:hover .hover-line {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    width: 100px;
    -webkit-transition: all 75s ease-in-out;
    -moz-transition: all 75s ease-in-out;
    -ms-transition: all 75s ease-in-out;
    -o-transition: all 75s ease-in-out;
    transition: all .75s ease-in-out;
    -webkit-transition-delay: .2s;
}

.content-left-overons {
    float: left;
    width: 50%;
    display: block;
    padding-right: 30px;
}

.content-right-overons {
    float: left;
    width: 50%;
    display: block;
}

.content-right-overons ul {
    margin: 0;
    padding-left: 80px;
}

.content-right-overons ul li {
    list-style-type: none;
}

.content-right-overons ul li img {
    float: left;
}

.content-right-overons ul li p {
    vertical-align: middle;
    margin-bottom: 30px;
    padding-left: 50px;
}

.gallery-image-wrapper {
    float: left;
    display: block;
    width: 16.66666666666667%;
    /*  overflow: hidden;
        height: 380px;*/
}

.gallery-image-wrapper {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    opacity: .5;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.gallery-image-wrapper img {
    min-height: 293px;
    min-width: 100%;
}

.vormgeving-image-content {
    width: auto;
    height: 259px;
}

.gallery-image-wrapper:hover {
    opacity: .9;
}

.home .parallax-window {
    min-height: 450px;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
    padding-top: 50px;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
}

a.button {
    background-color: #000;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .parallax-window {
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

.header-image {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    border-top: 3px solid #f2f2f2;
    overflow: hidden;
    background: transparent;
}

.content-nieuws {
    float: left;
    width: 57%;
    display: block;
}

.content-nieuws h3 {
    margin-top: 0px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {

    background-color: #f0f0f0;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #3f3f3f !important;
    padding: 7.5px 12.5px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
}

.wpcf7-form p {
    margin-bottom: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #f0f0f0;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #3f3f3f !important;
    padding: 12.5px !important;
    height: 186px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    outline: 0;
    font-weight: 400;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    float: right;
    margin-bottom: 20px;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0px 12px;
    line-height: 1.7em;
    background: transparent;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    outline: 0;
    font-weight: 400;
    color: #fff;
    background-color: #f46300;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: rgba(35, 61, 126, 0.6);
}

img.ajax-loader {
    width: 2%;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    background-color: #f0f0f0;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #f4f4f4 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    background-color: #f0f0f0;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #3f3f3f !important;
    padding: 7.5px 12.5px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
}

input.wpcf7-form-control.wpcf7-text {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    background-color: #f0f0f0;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #3f3f3f !important;
    padding: 7.5px 8.5px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
}

div.wpcf7-mail-sent-ok {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    font-weight: 500;
    float: right;
    width: 70%;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.7em;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

div.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    font-weight: 500;
    float: right;
    width: 70%;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: red;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

span.wpcf7-form-control-wrap {
    display: block !important;
}

.content-footer {
    width: 100%;
    float: left;
    display: block;
    margin: 15px 0;
}

div#content-onder-footer {
    background-color: #1f1f1f;
    display: block;
    color: white;
    clear: both;
    height: 40px;
    line-height: 40px;
}

span#left-footer a {
    color: white;
}

#bedrijfsgegevens, #social-media, #kaart {
    width: 33%;
    float: left;
}

#bedrijfsgegevens h1, #social-media h1, #kaart h1 {
    font-size: 20px;
    color: #f46300;
    margin: 5px 0px;
    font-weight: 600;
}

img.footer-icon {
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: -3px;
}

footer ul.sub-menu {
    display: none;
}

#content-onder-footer span a {
    text-decoration: none;
}

span#right-footer {
    float: right;
}

#acf-eerste_ondersteuning {
    float: left;
    width: 50%;
    margin-right: 50px;
}

.home .content h1.heading-black {
    text-align: center;
}

/*Contact Page*/

#contact-left, #contact-middle, #contact-right {
    width: 33%;
    display: inline-block;
    margin-bottom: 20px;
}

p#contact-subtitle {
    margin-bottom: 0;
}

/*Download Page*/

.downloads:nth-child(1), .downloads:nth-child(3) {
    margin-right: 18px;
}

.downloads {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    width: 49%;
    float: left;
    display: block;
    margin-bottom: 15px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    cursor: pointer;
}

.content-downloads {
    border: 1px solid #f46300;
    padding-top: 5px;
    min-height: 90px;
    text-align: center;
    overflow: auto;
}

.content-downloads h3 {
    margin-top: 0;
    color: #f46300;
    text-align: center;
}

.content-download-toggle a {
    padding-left: 10px;
    text-decoration: none;
}

.content-download-toggle a.download-link:before {
    background: url(images/download-icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    display: block;
    content: "";
    position: relative;
    left: 20px;
}

.content-download-toggle {
    padding-bottom: 5px;
}

img.alignnone.size-full.wp-image-397 {
    margin-top: 15px;
}

.img-wrapper-downloads img {
    margin-left: -10px;
}

/* Pages */

h1.entry-title {
    color: #f46300;
}

h1 {
    color: #f46300;
}

.entry-content strong {
    color: #f46300;
}

a.link-leesmeer {
    float: right;
    text-decoration: none;
    color: #f46300;
}

a.link-leesmeer:before {
    content: '>';
    margin-right: 8px;
}

a.toegangstechniek-image {
    float: left;
    width: 15%;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #f46300;
}

.entry-content h3 {
    color: #f46300;
    margin-bottom: 0px;
}

img.size-full.wp-image-513.alignright.dts-logo, img.size-full.wp-image-543.alignright {
    position: absolute;
    right: 0;
    top: 0;
}

h1.sub-title {
    color: #f46300;
    margin: 0;
    padding: 0;
    margin-top: -30px;
}

.content-single-search h1.entry-title {
    font-size: 20px;
}

h1.page-title {
    color: #f46300;
}

p.naast-elkaar {
    float: left;
    margin: 0;
}

/*Winkelwagen */

table {
    border: none;
}

table.top {
    margin-bottom: 10px;
    border: none;
    margin-top: 20px;
}

tr.top-row td {
    padding: 5px;
    padding-left: 10px;
    background: url(images/hoek.png) no-repeat left bottom;
    background-size: 12px;
}

td.row1 {
    width: 110px;
    border-right: none;
}

td.row2 {
    width: 480px;
    border-right: none;
}

td.row3 {
    width: 57px;
    border-right: none;
}

td.row4 {
    width: 140px;
    border-right: none;
}

td.row5 {
    width: 190px;
}

.prijzen td {
    padding-left: 8px !important;
    padding-right: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 2px !important;
}

table.prijzen {
    width: 30%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-spacing: 0;
    float: right;
}

.prijzen td {
    border-bottom: 1px solid #f46300;
    border-left: none;
    border-top: none;
    border-right: none;
}

td.left {
    width: 50%;
    padding: 10px 0;
}

td.middle {
    text-align: right;
    width: 32%;
}

td.right {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

#input-verder {
    width: 100%;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
}

#site-navigation .hide-in-topmenu {
    display: none;
}

button.verder-winkel, button.verder-bestel {
    float: right;
    border: none;
    box-shadow: none !important;
    text-shadow: none;
    background: #f46300;
    color: #fff;
    border-radius: 0;
    outline: 0;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

button.verder-winkel {
    margin-right: 15px;
}

table.inputTable {
    margin-bottom: 20px;
}

/* Keuze-Shop */
.shop-item {
    background: #ffffff;
    width: 23.8%;
    float: left;
    display: block;
    margin: 0px 5px;
    margin-bottom: 35px;
    text-align: center;
    -moz-transition: all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition: all 333ms ease;
    transition: all 333ms ease;

}

/*.shop-item:nth-child(1) { margin: 0 18px; }*/
.shop-item:hover,
.shop-item:active,
.shop-item:focus {
    /* border-color: #f46300; */
    /*-moz-box-shadow: 0px 0px 7px #888888;*/
    /*-webkit-box-shadow: 0px 0px 7px #888888;*/
    /*-o-box-shadow: 0px 0px 7px #888888;*/
    /*box-shadow: 0px 0px 7px #888888;*/
    /*behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);*/
}

.shop-item > .anchored {
    display: block;
    background: #ffffff !important;
    /* background: url(images/hoek.png) no-repeat left bottom; */
    box-shadow: none;
    padding: 8px 10px 8px 10px;
    width: 100%;
    text-shadow: none;
    border-radius: 0;
    outline: 0;
    border: 3px solid;
    color: #f46300;
}

.shop-item > .anchored.orange h2 {
    background: #f46300 !important;
}

.shop-item > .anchored.orange {
    border-color: #f46300 !important;
}

.shop-item > .anchored > .name, .shop-item > .anchored2 > .name {
    color: #000;
    font-weight: 600;
    padding: 0px;
    font-size: 20px;
}

.shop-item > .anchored > .thumb {
    height: 170px;
    padding: 5px 0px 15px;
}

.prod-align-height .shop-item > .anchored > .name, .prod-align-height .shop-item > .anchored2 > .name {
    height: 82px;
}

.prod-align-height .shop-item {
    margin-bottom: 10px;
}

.shop-item > .quantity-selector {
    display: block;
    height: 60px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    /*box-shadow: rgb(136, 136, 136) 0px 0px 8px;*/
    background-color: #000;
}

.shop-item > .quantity-selector span {
    display: block;
    height: 1em;
    width: 100%;
    text-align: inherit;
    margin: 0 0 6px;
}

/*"height: 0px; padding-bottom: 0px; padding-top: 0px; font-size: 16px; width: 100%; overflow: hidden; margin-top: 0px; text-align: center; color: rgb(255, 255, 255); background-color: #f46300; box-shadow: 0px 0px 8px #888888;"*/
.shop-item > .quantity-selector > .qnt {
    display: inline-block;
    margin: 2px auto 0;
    padding: 2px 10px;
    height: 25px !important;
    background: #f46300;
    color: white;
    font-size: 15px !important;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
}

.shop-item > .quantity-selector > .qnt:hover {
    background-color: #FFF;
    color: #000;
    box-shadow: 0px 0px 3px #000;
}

.shop-item > .quantity-selector > .qnt:first-of-type {
    margin-left: 5%;
}

.shop-item > .quantity-selector > .qnt:last-of-type {
    margin-right: 5%;
}

button.cart-deletedorpel {
    background-color: #c0392b;
    border-radius: 0px;
    border: none;
    padding: 5px;
    box-shadow: none;
    color: white;
    text-shadow: none;
    font-size: 13px;
    margin-bottom: 5px;
}

div#shoppingcart ul.dorpels {
    margin: 0;
    padding: 0;
}

/* stickey footer */

* {
    margin: 0;
}

html, body {
    height: 100%;
}

#page {
    min-height: 100%;
    margin-bottom: -320px;
}

#page:after {
    content: "";
    display: block;
}

.page-shop-config #page:after {
    content: none;
}

.page-shop-config #primary {
    overflow: auto;
}

#page:after {
    height: 320px;
}

#colophon {
    border-top: 3px solid #f46300;
    background-color: #000;
}

/* Winkelwagen */

section#gallery {
    margin-top: -15px;
}

#orderdetails {
    behavior: url(https://www.onderdorpels.nl/wp-content/themes/timmerman/css/PIE.htc);
    position: fixed;
    background-repeat: no-repeat;
    background-image: url('images/shop/cart.png') !important;
    background-position: top 3px left 3px !important;
    background-color: #FFF;
    top: 100px;
    z-index: 2;
    border: none !important;
    border-left: 5px solid #f46300 !important;
    -moz-box-shadow: 0px 0px 7px #888888;
    -webkit-box-shadow: 0px 0px 7px #888888;
    -o-box-shadow: 0px 0px 7px #888888;
    box-shadow: 0px 0px 7px #888888;
    border-right: 5px solid #f46300 !important;
    font-family: 'Open Sans', 'Verdana', 'sans-serif';
}

body #orderdetails_content tr.header {
    background-color: #efefef;
    color: #f46300;
    font-weight: bold !important;
}

div#orderdetails_content table tbody tr.even td, div#orderdetails_content table tbody tr.header td, div#orderdetails_content table tbody tr.odd td {
    padding: 3px;
}

.table-shipping-address td {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

nav.navigation.post-navigation {
    display: none;
}

.entry-meta {
    display: none;
}

.search main#main img {
    float: left;
    clear: both;
    padding-right: 15px;
}

.search main#main {
    padding-top: 30px;
}

.search img.size-full.wp-image-513.alignright.dts-logo, .search img.size-full.wp-image-543.alignright {
    display: none;
}

.content-single-search {
    width: 100%;
    border-bottom: 3px solid #efefef;
    overflow: auto;
    padding-bottom: 15px;
}

.slick-next {
    right: 0 !important;
}

.slick-dots {
    width: 93.5% !important;
}

.slick-prev {
    left: 10px;
}

/* Nieuw contactform */

/* span.wpcf7-form-control-wrap.voornaam {
    width: 39% !important;
    clear: both;
}

span.wpcf7-form-control-wrap.tussenvoegsel {
    width: 20% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

span.wpcf7-form-control-wrap.achternaam {
    width: 39% !important;
}

span.wpcf7-form-control-wrap.geslacht {
    margin-bottom: 10px !important;
}

span.wpcf7-form-control-wrap.plaats {
    width: 60% !important;
}

span.wpcf7-form-control-wrap.land {
    width: 39% !important;
    margin-left: 1% !important;
}

span.wpcf7-form-control-wrap.telefoon {
    width: 32% !important;
    margin-right: 1% !important;
}

span.wpcf7-form-control-wrap.mobiel {
    width: 33% !important;
    margin-right: 1% !important;
}

span.wpcf7-form-control-wrap.website {
    width: 33% !important;
}

span.wpcf7-form-control-wrap.bedrijfsnaam {
    width: 33% !important;
    margin-right: 1% !important;
}

span.wpcf7-form-control-wrap.btw {
    width: 32% !important;     margin-right: 1% !important;
}

span.wpcf7-form-control-wrap.kvk {
    width: 33% !important;
}

span.wpcf7-form-control-wrap.email {
    width: 32% !important;     margin-right: 1% !important;
}

span.wpcf7-form-control-wrap.password {
    width: 33% !important;     margin-right: 1% !important;
}

span.wpcf7-form-control-wrap.password_confirm {
    width: 33% !important;     
} */

/* Download Buttons */

.download-buttons {
    margin-top: 50px;
}

.download-button1 {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    border: 1px solid #f46300;
    position: relative;
    margin: 0 auto;
    transition: 0.5s;
    background: url(images/download.png) no-repeat center center;
}

.download-button2 {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    border: 1px solid #f46300;
    position: relative;
    margin: 0 auto;
    transition: 0.5s;
    background: url(images/montage.png) no-repeat center center;
}

.download-button3 {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    border: 1px solid #f46300;
    position: relative;
    margin: 0 auto;
    transition: 0.5s;
    background: url(images/reparaties.png) no-repeat center center;
}

.download-button4 {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    border: 1px solid #f46300;
    position: relative;
    margin: 0 auto;
    transition: 0.5s;
    background: url(images/wet.png) no-repeat center center;
}

.download-button1:hover {
    background: url(images/download-wit.png) no-repeat center center;
    background-color: #f46300;
    color: #f46300;
}

.download-button2:hover {
    background: url(images/montage-wit.png) no-repeat center center;
    background-color: #f46300;
    color: #f46300;
}

.download-button3:hover {
    background: url(images/reparaties-wit.png) no-repeat center center;
    background-color: #f46300;
}

.download-button4:hover {
    background: url(images/wet-wit.png) no-repeat center center;
    background-color: #f46300;
}

.download-button1.active {
    background: url(images/download-wit.png) no-repeat center center;
    background-color: #f46300;
}

.download-button2.active {
    background: url(images/montage-wit.png) no-repeat center center;
    background-color: #f46300;
}

.download-button3.active {
    background: url(images/reparaties-wit.png) no-repeat center center;
    background-color: #f46300;
}

.download-button4.active {
    background: url(images/wet-wit.png) no-repeat center center;
    background-color: #f46300;
}

.download-tekst.active {
    font-weight: bold;
}

.waarom-onderdorpels {
    background-color: #f46300;
    min-height: 50px;
    max-height: 50px;
    overflow: auto;
    clear: both;
}

.waarom-onderdorpels h3 {
    color: #fff;
    text-align: center;
    padding: 12px 0 0 0;
}

.dts-image {
    float: left;
    position: relative;
    padding: 12px 0 0 38%;
}

.dts-image img {
    height: 20px;
}

.dts-tekst {
    float: left;
    padding-left: 10px;
}

.download-title h3 {
    text-align: center;
    font-size: 16px;
}

.download-title {
    background-color: black;
    color: white;
    padding: 1rem;
}

.download-pdf {
    background-color: #F2F2F2;
    width: 100%;
    height: auto;
    overflow: auto;
    clear: both;
    border: 1px solid black;
    margin-bottom: 20px;
}

ul.pdf-style {
    margin: 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pdf-style li {
    text-align: center;
    float: left;
    display: flex;
    flex-direction: column;
    width: 16.666666667%;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

@media only screen and (max-width: 980px) {
    .pdf-style li {
        width:25%;
    }
}

@media only screen and (max-width: 767px) {
    .pdf-style li {
        width:50%;
    }
}

/*@media only screen and (max-width: 480px) {*/
/*    .pdf-style li {*/
/*        width:100%;*/
/*    }*/
/*}*/

.wrapper-news {
    display: flex;
    margin: 0 -1rem;
    flex-wrap: wrap;
}

.wrapper-news .news-item .image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #f46300;
}

.wrapper-news .article-wrap .content a h3 {
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
}

.wrapper-news .news-item .article-wrap {
    border: 3px solid #f46300;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wrapper-news .news-item .button {
    background-color: #000000;
    color: white;
    margin: -3px;
    border-top: 3px solid #f46300;
}

.article-wrap .content {
    padding: 1rem;
    flex-grow: 1;
}

a.continue-reading {
    display: block;
}

.wrapper-news .news-item .button a {
    padding: 0.5rem 1rem;
    display: block;
    color: white;
}

.wrapper-news .news-item .button:hover {
    background-color: #f46300;
}

.wrapper-news .news-item .button a {
    padding: 0.5rem 1rem;
    display: block;
    color: white;
}

.wrapper-news article {
    width: 25%;
    padding: 1rem;
}

@media only screen and (max-width: 1260px) {
    .wrapper-news article {
        width: 33.3%;
        padding: 1rem;
    }
}

@media only screen and (max-width: 980px) {
    .wrapper-news article {
        width: 50%;
        padding: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-news article {
        width: 100%;
        padding: 1rem;
    }
}


.wrapper-search {
    display: flex;
    margin: 0 -1rem;
    flex-wrap: wrap;
}

.wrapper-search .search-item .image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #f46300;
}

.wrapper-search .search-wrap .content a h3 {
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
}

.wrapper-search .search-item .search-wrap {
    border: 3px solid #f46300;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wrapper-search .search-item .button {
    background-color: #000000;
    color: white;
    margin: -3px;
    border-top: 3px solid #f46300;
}

.search-wrap .content {
    padding: 1rem;
    flex-grow: 1;
}

a.continue-reading {
    display: block;
}

.wrapper-search .search-item .button a {
    padding: 0.5rem 1rem;
    display: block;
    color: white;
}

.wrapper-search .search-item .button:hover {
    background-color: #f46300;
}

.wrapper-search .search-item .button a {
    padding: 0.5rem 1rem;
    display: block;
    color: white;
}

.wrapper-search .search-item {
    width: 25%;
    padding: 1rem;
}


.wrapper-search .search-item article {
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 1260px) {
    .wrapper-search .search-item {
        width: 33.3%;
        padding: 1rem;
    }
}

@media only screen and (max-width: 980px) {
    .wrapper-search .search-item {
        width: 50%;
        padding: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-search .search-item {
        width: 100%;
        padding: 1rem;
    }
}

section#producten.single .wrapper {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
section#producten.single .wrapper .w-50 {
    width: 50%;
}

section#producten.single {
    margin-top:50px;
}

section#producten.single h2.heading-blue {
   margin-bottom:15px;
}

section#producten.single .wrapper .shop-item {
    width: 47%;
}
section#producten.single.hefschuif .wrapper .shop-item {
    width: 31%;
}

@media only screen and (max-width: 980px) {
    section#producten.single .wrapper .shop-item {
        width: 48%;
    }

    section#producten.single .wrapper .w-50 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    section#producten.single .wrapper .shop-item {
        width: 100%;
    }
    section#producten.single .wrapper h2.heading-blue {
        font-size: 22px !important;
    }
    section#producten.single.hefschuif .wrapper .shop-item {
        width: 100%;
    }
}

.paginate {
    display: flex;
    width: 100%;
    padding-bottom: 3rem;
    justify-content: center;
}

.page-numbers {
    background-color: #f2f2f2;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: bree, sans-serif;
    margin-right: 5px;
}

.page-numbers.next, .page-numbers.prev {
    width: auto;
    padding: 10px;
}

.page-numbers.current {
    background-color: #000000;
    color: white;
}

.page-numbers.paginate {
    justify-content: center;
    padding-bottom: 50px;
}


.wrapper-downloads ul li {
    list-style-type: none;
}

.download-buttons img {
    padding: 50px 0 0 50px;
    position: relative;
}

.download-tekst {
    float: left;
    width: 25%;
}

.downloads-title h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

.download-tekst h3 {
    margin: 25px 0 25px 0;
    text-align: center;
}

.wrapper-downloads {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    position: relative;
}

a.download-link {
    border: 1px solid #f46300;
    padding: 10px 10px 10px 30px;
    background-color: #fff;
    transition: 0.5s;
    background: url(images/download.png) no-repeat;
    background-size: 10%;
    background-position: 10px 7px;
}

a.download-link:hover {
    background-color: #f46300 !important;
    color: #fff;
    background: url(images/download-wit.png) no-repeat;
    background-size: 10%;
    background-position: 10px 7px;
}

.download-link {
    margin: 20px 0 20px 0;
}

/*.download-pic {
    background: url(images/download.png) no-repeat;
    transition: 0.5s;
}
.download-pic:hover {
    background: url(images/download-wit.png) no-repeat;
}*/
.pdf-style li a.download-link {
    width: 100%;
    font-size: 10px;
    text-align: center;
    float: none;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}

.pdf-style a:not(.download-link) {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#download-hover .download-tekst h3 {
    transition: 1s;
}

#download-hover:hover .download-tekst h3 {
    color: #f46300;
    transform: scale(1.1);
}

section.cart form button.updatecart {
    float: right !important;
}

table.prijzen {
    clear: both;
}

span.bijwerk-text {
    float: right;
    padding-top: 20px;
    padding-right: 10px;
    font-weight: bold;
}

.product-wrapper span.more_info {
    display: block;
    font-weight: bold;
    color: #f46300;
    cursor: pointer;
}

.product-wrapper .description {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}

.product-wrapper .description ul {
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

#producten .products_wrapper form {
    width: 33.3%;
    display: inline-block;
    padding: 0 1rem 1rem 1rem;
}

#producten .sidebar_wrapper .category-list {
    font-size: 13px;
    border: 3px solid #f46300;
    padding: 1rem;
    position: sticky;
    top: 50px;
}

#producten .sidebar_wrapper .category-list a {
    padding: 5px 0;
    display: block;
}

#producten .products_wrapper form .product-wrapper {

}

#producten .sidebar_wrapper .category-list h3 {
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 6px;
}

#producten .sidebar_wrapper .category-list a:hover {
    text-decoration: underline;
}

#producten .flex {
    display: flex;
    flex-wrap: wrap;
}

#producten .products_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 75%;
}

@media only screen and (max-width: 767px) {
    #producten .products_wrapper {
        width: 100%;
    }
    #producten .sidebar_wrapper {
        display: none;
    }
    #producten .products_wrapper form {
        width: 50%;
    }
}

#producten .sidebar_wrapper {
    width: 25%;
    position: relative;
}

#producten .product-wrapper .image {
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*#producten .products_wrapper form:nth-child(4n+4) {*/
/*  margin-right: 0;*/
/*}*/

.news-homepage {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    padding-bottom: 25px;
}

#producten .sidebar_wrapper .category-list a {
    color: black;
}

body section#producten div.product-wrapper {
    min-height: 430px;
}

@media only screen and (max-width: 1024px) and (min-width: 480px) {
    body section#producten div.product-wrapper {
        width: 100% !important;
    }

    #producten .products_wrapper form {
        width: 47.50%;
        display: inline-block;
    }

    /*#producten .products_wrapper form:nth-child(2n+2) {*/
    /*  margin-right: 0;*/
    /*}*/
}

@media only screen and (max-width: 480px) {
    body section#producten div.product-wrapper {
        min-height: 290px;
    }
    #producten .product-wrapper .image {
        height: 150px;
    }
    body section#producten div.product-wrapper {
        width: 100% !important;
    }

    #producten .products_wrapper form {
        width: 100%;
        margin-right: 0%;
        display: inline-block;
    }

    #producten .products_wrapper form:nth-child(2n+2) {
        margin-right: 0;
    }
}

/*body section#producten div.product-wrapper div.order {*/
/*position: relative;*/
/*background-color: #f2f2f2;*/
/*color: #f46300;*/
/*bottom: 0px;*/
/*right: 0px;*/
/*font-size: 10pt;*/
/*padding: 3px 8px;*/
/*width: 100%;*/
/*clear: both;*/
/*cursor: pointer;*/
/*}*/

body section#producten div.product-wrapper div.num {
    margin-right: 0;
    right: 0;
    top: 0;
    padding: 3px;
}

body section#producten div.product-wrapper div.title {
    padding: 10px 10px 0 10px;
}

body section#producten div.product-wrapper .artid {
    text-align: left;
    margin-top: 5px;
    margin-bottom: -10px;
}

section#producten div.product-wrapper {
    width: 100% !important;
}

h1.heading-blue, h2.heading-blue {
    width: 100%;
}

.home #producten .shop-item {
    width: calc(100%);
    margin-bottom: 15px;
}

.home #producten .shop-item:last-child {
    /*margin-right: 0px;*/
}

.home #producten .shop-item h2 {
    background-color: #000;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px;
}

.home #producten .shop-item > .anchored iframe {
    margin-bottom: -6px;
}

.home #producten .shop-item > .anchored {
    padding: 0;
}

.home #producten .shop-item > .anchored > .thumb {
    /*width: 50%;*/
}

.home section#producten {
    padding-top: 25px;
}

.slick-prev, .slick-next {
    z-index: 999;
}

section#home-content {
    clear: both;
}

@media only screen and (max-width: 1920px) {
    .home .parallax-window {
        min-height: 375px;
    }
}

@media only screen and (max-width: 1440px) {
    .home .parallax-window {
        min-height: 300px;
    }
}

@media only screen and (max-width: 980px) {
    .home .parallax-window {
        min-height: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .home .parallax-window {
        min-height: 200px;
    }
}

@media only screen and (max-width: 700px) {
    .header-image.christmas {
        min-height: 170px;
        max-height: 170px;
        background-size: cover;
    }
}

@media only screen and ( min-width: 981px ) and ( max-width: 1200px ) {

    .pagewrap, .wrapper {
        max-width: 960px;
    }

    img.nivo-main-image {
        height: 350px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    .nivo-slice img {
        height: 350px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    .home #topslider .nivoSlider {
        max-height: 350px;
        min-height: 350px;
    }

    .home #topslider {
        height: 350px;
    }

    .home .nivo-caption {
        top: 103px;
    }

    #topslider .nivoSlider {
        max-height: 250px;
        min-height: 250px;
    }

    #topslider {
        height: 250px;
    }

    .nivo-caption {
        top: 52px;
    }

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    img.nivo-main-image {
        height: 350px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    .shop-item {
        width: 48%;
    }

    .nivo-slice img {
        height: 350px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    .home #topslider .nivoSlider {
        max-height: 350px;
        min-height: 350px;
    }

    .home #topslider {
        height: 350px;
    }

    .home .nivo-caption {
        top: 103px;
    }

    #topslider .nivoSlider {
        max-height: 250px;
        min-height: 250px;
    }

    #topslider {
        height: 250px;
    }

    .nivo-caption {
        top: 52px;
    }

    .wrapper {
        width: 768px;
        margin: 0 auto;
    }

    /*#inlog{
        width: 23%;
    }*/
    .techniek {
        width: 30%;
    }

    .product:nth-child(3), .product:nth-child(6) {
        margin: 0 14px;
    }

    .product-image-wrapper {
        overflow: hidden;
        height: 158px;
    }

    .rollover {
        height: 158px;
        width: 240px;
    }

    .product-hover-image {
        margin-top: 29px;
    }

    .hover-line {
        top: 8%;
    }

    .keuze-shop {
        height: 200px;
    }

    .keuze2 {
        margin-right: 15px;
        margin-left: 14px;
    }

    .keuze-shop-slider button {
        background: #ffffff;
        width: 35px !important;
        height: 25px !important;
        font-size: 15px !important;
        margin-top: 2px;
    }

    .gallery-image-wrapper {
        width: 33.3%;
    }

    .downloads:nth-child(2) {
        margin-right: 0;
    }

    .downloads:nth-child(1), .downloads:nth-child(3) {
        margin-right: 14px;
    }

    .downloads {
        width: 49%;
    }

    div#login-form td {
        width: 0px;
    }

    .download-buttons {
        padding-left: 25px;
        margin-top: 50px;
    }

}

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    img.nivo-main-image {
        height: 300px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    .nivo-slice img {
        height: 300px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    section#producten div.product-wrapper {
        width: 48% !important;
    }

    .home #topslider .nivoSlider {
        max-height: 300px;
        min-height: 300px;
    }

    .home #topslider {
        height: 300px;
    }

    .home .nivo-caption {
        top: 77px;
    }

    #topslider .nivoSlider {
        max-height: 250px;
        min-height: 250px;
    }

    .shop-item {
        width: 100%;
    }

    #topslider {
        height: 250px;
    }

    .nivo-caption {
        top: 52px;
    }

    .wrapper {
        width: 480px;
        margin: 0 auto;
    }

    img.logo {
        width: 20%;
        margin-top: 10px;
    }

    .main-navigation {
        text-align: left;
        width: 50px;
        margin-top: -60px;
        background-color: white;
        border-color: white;
    }

    .main-navigation li {
        width: 100%;
        margin: 0;
    }

    .main-navigation a {
        line-height: 35px;
        border-bottom: 0px;
    }

    .main-navigation a:hover {
        border: none;
    }

    .main-navigation .current-menu-item a {
        border: none;
    }

    .main-navigation ul ul {
        width: 100%;
    }

    .main-navigation ul ul {
        position: relative;
        top: 0;
        display: none;
    }

    .main-navigation.toggled ul ul {
        display: none;
        left: auto !important;
        width: 100%;
        box-shadow: none;
        border: none;
    }

    .main-navigation ul li:hover > ul {
        display: block;
    }

    .techniek {
        width: 100%;
    }

    .techniek:nth-child(2) {
        margin: 0;
    }

    .product {
        width: 48%;
    }

    .product:nth-child(2), .product:nth-child(4), .product:nth-child(6) {
        margin-right: 10px;
        margin-left: 0;
    }

    .product:nth-child(3) {
        margin: 0;
    }

    .product-image-wrapper {
        overflow: hidden;
        height: 145px;
    }

    .rollover {
        height: 145px;
        width: 221px;
    }

    .product-hover-image {
        margin-top: 23px;
    }

    .hover-line {
        top: 7%;
    }

    .content-left-overons, .content-right-overons {
        width: 100%;
    }

    .content-right-overons ul {
        padding: 0;
    }

    .content-nieuws {
        width: 55%;
    }

    .slick-dots {
        margin-left: 0;
        margin-right: 0;
    }

    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }

    #bedrijfsgegevens, #social-media {
        width: 50%;
    }

    #kaart {
        width: 100%;
    }

    #contact-left, #contact-middle, #contact-right {
        width: 100%;
    }

    img.size-full.wp-image-513.alignright.dts-logo {
        top: 45px;
        width: 20%;
    }

    a.toegangstechniek-image {
        width: 31%;
    }

    .keuze-shop {
        width: 100%;
        margin-bottom: 15px;
    }

    .content-keuze-shop img {
        width: 30%;
    }

    .keuze2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    #top-header-login {
        top: 0;
        position: absolute;
        right: 0;
    }

    .gallery-image-wrapper {
        width: 33.3%;
    }

    .downloads:nth-child(1), .downloads:nth-child(2), .downloads:nth-child(3) {
        margin-right: 0px;
    }

    .downloads {
        width: 100%;
    }

    div#login-form td {
        width: 0px;
    }

    #login-form input[type="password"] {
        float: right;
    }

    #login-form input[type="submit"] {
        margin-left: 0px;
        float: right;
    }

    #login-form input.login {
        float: left;
    }

    .download-buttons {
        padding: 0;
        margin-top: 50px;
        margin-left: 110px;
        width: 100%;
    }

    .download-tekst {
        width: 100%;
        float: left;
    }

    .download-tekst h3 {
        text-align: center;
        width: 50%;
        margin-left: 10px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .blue-tekst {
        color: #f46300;
        display: block;
    }

    .dts-image {
        float: left;
        position: relative;
        padding: 12px 10px 0 25%;
    }

    .dts-tekst {
        float: left;
        padding-left: 0;
    }

    .content-home-left, .content-home-right {
        width: 100%;
    }
}

@media only screen and ( min-width: 320px ) and ( max-width: 479px ) {

    #topslider h2 {
        font-size: 21px;
    }

    .nivo-caption {
        width: 320px;
        height: auto;
        top: 10px;
    }

    section#producten div.product-wrapper {
        width: 100% !important;
    }

    .shop-item {
        width: 91%;
    }

    #producten .wrapper {
        padding: 0px;
    }

    .nivo-caption p {
        font-size: 13px;
    }

    #topslider .nivo-caption a {
        margin-bottom: 7px;
    }

    .home #topslider h2 {
        font-size: 21px;
    }

    .home .nivo-caption {
        width: 320px;
        height: auto;
        top: 10px;
    }

    .home .nivo-caption p {
        font-size: 13px;
    }

    .home #topslider .nivo-caption a {
        margin-bottom: 7px;
    }

    img.nivo-main-image {
        height: 300px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    .nivo-slice img {
        height: 300px !important;
        width: 1422px !important;
        min-width: 1422px;
    }

    .home #topslider .nivoSlider {
        max-height: 300px;
        min-height: 300px;
    }

    .home #topslider {
        height: 300px;
    }

    .home .nivo-caption {
        top: 87px;
    }

    #topslider .nivoSlider {
        max-height: 200px;
        min-height: 200px;
    }

    #topslider {
        height: 200px;
    }

    .nivo-caption {
        top: 37px;
    }

    .wrapper {
        width: 320px;
        margin: 0 auto;
    }

    img.logo {
        width: 30%;
        margin-top: 10px;
    }

    input.search-field {
        margin-right: 15px;
    }

    .main-navigation {
        text-align: left;
        background-color: white;
        border-color: black;
    }

    .main-navigation ul {
        margin-top: 12px;
    }

    .main-navigation li {
        width: 100%;
        margin: 0;
        background-color: #f46300;
    }

    .main-navigation a {
        line-height: 35px;
        border-bottom: 0px;
    }

    .main-navigation a:hover {
        border: none;
    }

    .main-navigation .current-menu-item a {
        border: none;
    }

    .main-navigation ul ul {
        width: 100%;
    }

    .main-navigation ul ul {
        position: relative;
        top: 0;
        display: none;
    }

    .main-navigation.toggled ul ul {
        display: none;
        left: auto !important;
        width: 100%;
        box-shadow: none;
        border: none;
    }

    .main-navigation ul li:hover > ul {
        display: block;
    }

    /*button.menu-toggle {*/
    /*  margin-bottom:0;*/
    /*  margin-top:5px;*/
    /*}*/
    .techniek {
        width: 100%;
    }

    .techniek:nth-child(2) {
        margin: 0;
    }

    .product {
        width: 100%;
    }

    .product:nth-child(3), .product:nth-child(6) {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 18px;
    }

    .product-hover-image {
        margin-top: 45px;
    }

    .hover-line {
        top: 10%;
    }

    .content-left-overons, .content-right-overons {
        width: 100%;
    }

    .content-right-overons ul {
        padding: 0;
    }

    .content-nieuws {
        width: 100%;
    }

    .gallery-image-wrapper {
        width: 50%;
    }

    .content-nieuws h3 {
        margin-top: 10px;
    }

    .slick-dots {
        margin-left: 0;
        margin-right: 0;
    }

    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }

    #bedrijfsgegevens, #social-media, #kaart {
        width: 100%;
    }

    #contact-left, #contact-middle, #contact-right {
        width: 100%;
    }

    .keuze-shop {
        width: 100%;
        margin-bottom: 15px;
    }

    .keuze2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .keuze-shop button {
        padding-left: 10px;
    }

    .content-keuze-shop h2 {
        margin-top: 0px;
    }

    img.size-full.wp-image-513.alignright.dts-logo {
        top: 75px;
        width: 35%;
    }

    img.size-full.wp-image-543.alignright {
        top: 12px;
    }

    .images-dts {
        float: left;
        margin-right: 75px;
    }

    a.toegangstechniek-image {
        width: 30%;
    }

    #top-header-login {
        top: 0;
        position: absolute;
        right: 0;
    }

    .downloads:nth-child(1), .downloads:nth-child(2), .downloads:nth-child(3) {
        margin-right: 0px;
    }

    .downloads {
        width: 100%;
    }

    div#content-onder-footer {
        height: 60px;
    }

    span#right-footer {
        float: left;
    }

    div#login-form td {
        width: 100%;
        float: left;
    }

    #login-form input[type="submit"] {
        margin-left: 0px;
    }

    .download-buttons {
        padding: 0;
        margin-top: 50px;
        margin-left: 40px;
        width: 100%;
    }

    .download-tekst {
        width: 100%;
        float: left;
    }

    .download-tekst h3 {
        text-align: center;
        width: 85%;
        margin-right: 30px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .dts-image {
        float: left;
        position: relative;
        padding: 12px 10px 0 20%;
    }

    .dts-tekst {
        float: left;
        font-size: 12px;
        padding-left: 0;
    }

    .content-home-left, .content-home-right {
        width: 100%;
    }
}

img.video {
    width: 100%;
    margin-bottom: -5px;
    cursor: pointer;
}

div#singleslider iframe {
    margin-bottom: -5px;
}

span.datail-notice {
    background-color: #000000;
    color: white;
    padding: 5px 20px !important;
    border-radius: 5px;
    margin: 20px 0 !important;
    position: relative;
    display: inline-block;
}