@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);/* Fonts */

/* ==|====================
   Fonts
   ======================= */

/* Tools */

/* ===========================
	Tools/Helpers
	=========================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

.ir {
	overflow: hidden;
	*text-indent: -999em;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide/Show visually and from screenreaders, but maintain layout
 */

.invisible {
	opacity: 0;
	visibility: hidden;
}

.visible {
	opacity: 1;
	visibility: visible;
}

/*
 * Clearfix: contain floats
 */

.clearfix:after,
nav:after,
.csstransitions .ckeditor--content:after,
.node-type-contactpagina .maincontent:after,
.cafe__lijst:after,
.citaat:after,
.view-verwijzignsblokken:after,
.relatiegeschenken:after,
.relatiegeschenken .relatiegeschenk:after,
.relatiegeschenken .equalizer-inner:after,
.webform-client-form:after,
.webform-client-form .form-item.webform-component.webform-component--relatiegeschenken .view-content:after,
.webform-client-form .relatie--item .equalizer-inner:after,
.view-beeldbank-items:after,
.view-verdelers .view-content:after,
.technische--fiches:after,
.shopcontainer .fieldset-wrapper:after,
.shopcontainer .product:after {
	content: "";
	display: table;
	clear: both;
}

.cleanButton {
	border: none;
	outline: none;
}

/* =Layout
------------------- */

.ul-list-inline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ul-list-inline li {
	display: inline-block;
}

.ul-list-inline a {
	display: inline-block;
}

/* Table cell for equal hight columns and vertical centering */

.table {
	display: table;
	width: 100%;
}

.table-fix {
	table-layout: fixed;
}

.table-cell {
	vertical-align: middle;
	display: table-cell;
}

/* Basic layout classes */

.relative {
	position: relative;
}

.stretch,
.filter__extras .form-type-bef-checkbox label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.absolute {
	position: absolute;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.nospacing,
.maincontent > .tabs ul,
.messages.error ul,
.search-results {
	margin: 0;
	padding: 0;
}

/* =Fonts
------------------- */

/* Alignment */

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

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

.vertical-align,
.middle {
	vertical-align: middle;
}

.align-top {
	vertical-align: top;
}

/* Weights */

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.normal {
	font-style: normal;
}

.italic {
	font-style: italic;
}

/* =Floats
------------------- */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* =Button
------------------- */

.button {
	display: inline-block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

/* Base */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* ===========================
   Base
   =========================== */

body {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #243849;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

a {
	color: #691818;
	text-decoration: underline;
}

a:hover {
	color: #3f0f0f;
}

::-moz-selection {
	background: #691818;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #691818;
	color: #fff;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	color: #9d2e2e;
	font-weight: 700;
	text-transform: uppercase;
}

h1 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-top: 0;
	margin: 0;
	color: #691818;
	color: #fff;
	background: #691818;
	background: rgba(105, 24, 24, 0.8);
	padding: 18px;
	display: inline-block;
	font-weight: 400; /* @media screen and (max-width: $mobile){
        @include font-size(40px);
        margin-bottom: 30px;
    }
    position: absolute;
    margin-top: -120px; */
}

h2 {
	font-size: 35px;
	font-size: 2.1875rem;
	padding-top: 0.25em;
	margin-bottom: 1em;
	line-height: 1em;
}

h3 {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
	padding-top: 0.35em;
	margin-bottom: 0.65em;
}

h4 {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25em;
	padding-top: 0.45em;
	margin-bottom: 0.8em;
}

h5 {
	font-size: 10px;
	font-size: 0.625rem;
	padding-top: 0.6em;
	margin-bottom: 0.9em;
}

h6 {
	font-size: 1px;
	font-size: 0.0625rem;
	margin-bottom: 0;
}

blockquote {
	background: #f7f7f7;
	display: inline-block;
	color: #691818;
	font-weight: 400;
	margin: 0;
	padding: 1.5em;
	font-size: 21px;
	font-size: 1.3125rem;
}

blockquote p {
	color: #691818;
	font-style: italic;
	margin: 0;
}

/* Layout */

.header__top {
	background: #571212;
	color: #b67373;
	padding-left: 1em;
	overflow: hidden;
}

.header__top a {
	color: inherit;
	padding: 0.65em;
	text-decoration: none;
}

.no-svg .logo .home {
	background: url("../images/home.png") no-repeat center;
}

.csstransforms.no-touch .logo {
	width: 330px;
}

.csstransforms.no-touch .logo:hover .home {
	opacity: 1;
	-webkit-transform: translateX(50px);
	        transform: translateX(50px);
}

.csstransforms.no-touch .logo:hover .primary {
	padding-left: 50px;
}

.logo {
	letter-spacing: .1em;
	position: relative;
	-webkit-transition: 50ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: 50ms all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.logo .home {
	height: 100%;
	left: -50px;
	width: 50px;
	top: 0;
	background: url("../images/home.svg") no-repeat center;
	position: absolute;
	-webkit-transition: 300ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: 300ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}

.logo .primary {
	position: relative;
	-webkit-transition: 300ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: 300ms all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.logo:hover {
	color: #fff;
}

header,
.header__submenu {
	font-size: 15px;
	font-size: 0.9375rem;
}

header ul,
.header__submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header ul li,
.header__submenu ul li {
	display: inline-block;
}

header ul a,
.header__submenu ul a {
	display: inline-block;
}

.header__topmenu {
	margin-right: 1.25em;
}

.header__topmenu a {
	padding: 0.65em 0.15em;
	-webkit-transition: 200ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: 200ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	text-shadow: 0 -1px 0 #300200;
}

.header__topmenu a.active,
.header__topmenu a.active-trail {
	color: #fff;
}

.header__topmenu a:hover {
	color: #fff;
}

.header__topmenu li:last-child:after {
	display: none;
}

.header__topmenu li:after {
	content: '|';
	margin-left: .25em;
	color: #7c3939;
}

.header__taalkeuze {
	background: #691818;
	padding: 0 1.25em;
}

.smartphone-nav .header__taalkeuze {
	width: 100%;
	padding: 0;
}

.smartphone-nav .header__taalkeuze ul.language-switcher-locale-url {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	list-style: none;
	padding: 0 2em 1.5em 2em;
	margin: calc(15px / 2 * -1);
}

.smartphone-nav .header__taalkeuze ul.language-switcher-locale-url li {
	margin: calc(15px / 2);
}

.smartphone-nav .header__taalkeuze ul.language-switcher-locale-url li a {
	color: #fff;
}

.header__taalkeuze a {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.65em 0.15em;
}

.header__taalkeuze a.active,
.header__taalkeuze a:hover {
	color: #fff;
}

.header__taalkeuze .locale-untranslated {
	padding: 0.15em;
}

body,
html {
	height: 100%;
}

.header__bottom {
	background: #691818;
}

.header__bottom a {
	color: #fff;
	text-shadow: 0 -1px 0 #300200;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 1.25em 0.9em;
}

.header__bottom a:hover {
	background: rgba(255, 255, 255, 0.05);
}

.header__bottom .menu-block-wrapper > ul > li > a {
	position: relative;
	z-index: 2;
}

.header__bottom .menu-block-wrapper > ul > li > a.active-trail {
	color: #fbe27e;
	z-index: 0;
}

.header__bottom .menu-block-wrapper > ul > li > a.active-trail:hover {
	background: none;
}

.header__bottom .menu-block-wrapper > ul > li > a.active-trail:after {
	content: '';
	position: absolute;
	top: 0;
	left: -25%;
	width: 150%;
	background: url("../images/active-glow.png") no-repeat center;
	background-size: 100% 100%;
	height: 100%;
	z-index: 0;
}

.no-svg .search__toggle {
	background: url("../images/search.png") no-repeat center;
}

.search__toggle {
	-webkit-transition: 400ms all cubic-bezier(0.23, 1, 0.32, 1);
	        transition: 400ms all cubic-bezier(0.23, 1, 0.32, 1);
	width: 60px;
	height: 60px;
	border: none;
	outline: none;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	font-size: 0;
	background: url("../images/search.svg") no-repeat center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	opacity: .5;
	position: relative;
}

.search__toggle:hover {
	opacity: 1;
}

body header {
	z-index: 101;
}

body.search .maincontent {
	-webkit-transform: translateY(5em);
	        transform: translateY(5em);
	opacity: .2; /* &:after{
          z-index: 2;
          background: rgba(#2e1212,.9);
      } */
}

body.search .search__toggle {
	opacity: 1;
}

body.search .header__search,
body.search .search__close {
	visibility: visible;
}

body.search .search__close {
	-webkit-transition: 800ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	        transition: 800ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	opacity: 1;
}

body.search .header__search {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.maincontent {
	position: relative;
	-webkit-transition: 400ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	        transition: 400ms all cubic-bezier(0.785, 0.135, 0.15, 0.86); /* &:after{
      transition: 400ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
      content:'';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(#2e1212,0);
  } */
}

.i18n-nl .header__search .form-item-search-block-form {
	position: relative;
}

.i18n-nl .header__search .form-item-search-block-form:after {
	content: 'druk op enter';
}

.i18n-en .header__search .form-item-search-block-form {
	position: relative;
}

.i18n-en .header__search .form-item-search-block-form:after {
	content: 'press enter';
}

.i18n-fr .header__search .form-item-search-block-form {
	position: relative;
}

.i18n-fr .header__search .form-item-search-block-form:after {
	content: 'appuyez sur entrée';
}

.i18n-it .header__search .form-item-search-block-form {
	position: relative;
}

.i18n-it .header__search .form-item-search-block-form:after {
	content: 'premere invio';
}

.header__search .form-item-search-block-form {
	position: relative;
}

.header__search .form-item-search-block-form:after {
	text-transform: uppercase;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -18.5px;
	right: 0;
}

.no-svg .search__close {
	background: url("../images/close.png") no-repeat center;
}

.search__close {
	-webkit-transition: 400ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 400ms all cubic-bezier(0.86, 0, 0.07, 1);
	width: 150px;
	height: 150px;
	right: 0px;
	position: absolute;
	background: url("../images/close.svg") no-repeat center;
	display: block;
	border: none;
	outline: none;
	visibility: hidden;
	opacity: 0;
	top: 80px;
	-webkit-transform: rotate(-20deg) scale(0.7);
	        transform: rotate(-20deg) scale(0.7);
	z-index: 20;
}

.cssanimations .header__search.searching .indicator {
	opacity: 1;
	visibility: visible;
}

.csscalc .header__search .form-type-textfield {
	width: calc(100% - 150px);
}

.csscalc .header__search .form-actions {
	width: 150px;
}

.header__search {
	-webkit-transform: translateY(-209px);
	        transform: translateY(-209px);
	-webkit-transition: 400ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	        transition: 400ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #571212;
	z-index: -1;
}

.header__search .form-type-textfield {
	float: left;
	width: 100%;
}

.header__search .form-type-textfield input {
	font-weight: 300;
	color: #fff;
	font-size: 65px;
	font-size: 4.0625rem;
	width: 100%;
	background: none;
	border: none;
	font-weight: 700;
}

.header__search .form-type-textfield input::-webkit-input-placeholder {
	color: #7d2828;
}

.header__search .form-type-textfield input:-moz-placeholder {
	color: #7d2828;
}

.header__search .form-type-textfield input:-ms-input-placeholder {
	color: #7d2828;
}

.header__search .form-actions {
	display: none;
}

.header__search .form-actions input {
	border-radius: 0;
}

.header__search .indicator {
	-webkit-transition: 400ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	        transition: 400ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.header__search .indicator .animate {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: 0;
	-webkit-animation: searchLoad 500ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	        animation: searchLoad 500ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

header {
	position: relative;
}

.header__submenu {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	z-index: 3;
}

.header__submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__submenu ul li {
	display: inline-block;
}

.header__submenu ul a {
	display: inline-block;
}

.header__submenu a {
	padding: 1em;
	text-transform: uppercase;
	color: #9d2e2e;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
}

.header__submenu a.active,
.header__submenu a.active-trail {
	font-weight: 700;
	box-shadow: inset 0 -4px 0 #691818;
}

.header__submenu a:hover {
	box-shadow: inset 0 -4px 0 #691818;
}

.header__bottom {
	position: relative;
}

/* ==|====================
   Layout/Main
   ======================= */

.header--image img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}

.touch .ckeditor--content img:hover {
	-webkit-transform: none;
	        transform: none;
}

.touch .ckeditor--content img:hover.scale {
	-webkit-transform: none;
	        transform: none;
}

.ckeditor--content [class*=textcol] {
	margin-bottom: 2em;
}

.ckeditor--content h1,
.ckeditor--content h2,
.ckeditor--content h3,
.ckeditor--content h4,
.ckeditor--content h5,
.ckeditor--content h6 {
	clear: both;
	margin-top: 3em;
}

.csstransitions .ckeditor--content blockquote {
	float: left;
	position: relative;
	left: -4em;
	margin: 1em 0;
	margin-right: -2em;
	max-width: 400px;
}

.csstransitions .ckeditor--content blockquote:nth-of-type(2n+2) {
	float: right;
	left: 4em;
	margin-left: -2em;
	-webkit-transform-origin: center right;
	        transform-origin: center right;
}

.csstransitions .ckeditor--content img {
	margin: 1em 0;
	max-height: 250px;
	height: auto !important;
	width: auto !important;
	max-width: 350px !important;
	-webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
	margin-bottom: 40px !important;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

.csstransitions .ckeditor--content img.right {
	float: right;
	left: 2em;
	-webkit-transform-origin: center right;
	        transform-origin: center right;
}

.csstransitions .ckeditor--content img.left {
	float: left;
	left: -2em;
	-webkit-transform-origin: center left;
	        transform-origin: center left;
}

.csstransitions .ckeditor--content img:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.csstransitions .ckeditor--content img.scale {
	-webkit-transform: scale(2);
	        transform: scale(2);
}

.page-content {
	margin: 4em auto !important;
}

.page__titel {
	height: 600px;
}

.titel__container {
	background-size: cover;
	background-position: center;
	max-height: 600px;
}

.titel__container.noimage {
	background: #eee;
}

.titel__container.noimage .page__titel {
	height: 15em;
}

.titel__container img {
	display: none;
}

.page__titel {
	position: relative;
	max-height: 600px;
	min-height: 15em;
}

.page__titel h1 {
	position: absolute;
	bottom: 2em;
}

.paragraph__left {
	width: 75%;
	margin-right: 4em;
}

.homepage img,
.preview-blokken img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}

.homepage h2,
.preview-blokken h2 {
	font-size: 25px;
	font-size: 1.5625rem;
	margin-bottom: 0em;
	padding: 0;
}

.homepage--text,
.bannerblock {
	padding: 3% 0 !important;
}

/* ==|====================
   Layout/Nav
   ======================= */

footer {
	background-color: #e3e3e3;
	text-align: center;
	padding: 1.5em;
	border-bottom: 20px solid #691818;
}

footer p {
	margin: 0;
}

footer .footer__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer__menu ul li {
	display: inline-block;
}

footer .footer__menu ul a {
	display: inline-block;
}

footer .footer__menu ul li:after {
	text-decoration: none !important;
	content: '';
	margin: 0 1em;
	background-color: #243849;
	width: 5px;
	height: 5px;
	border-radius: 2.5px;
	display: inline-block;
	position: relative;
	top: -2px;
}

footer .footer__menu ul li:last-child:after {
	display: none;
}

.intracto {
	padding: 1em;
}

.stickyfooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -101px auto; /* the bottom margin is the negative value of the footer's height */
	padding-bottom: 7em;
}

footer,
.push { /* '.push' must be the same height as 'footer' */
	height: 101px;
}

/* ==|====================
   Layout/Constrained
   ======================= */

.constrained,
.header__search .pane-content,
.page-content,
.content--container,
.maincontent > .tabs,
.messages.error ul,
.page-search .maincontent,
.view-citaten > .view-content,
.view-verwijzignsblokken {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

/* ==|====================
   Layout/Breadcrumb
   ======================= */

.page-user {
	margin: 0 auto;
	color: #fff;
	background: #691818;
	text-align: center;
	padding-top: 10%;
}

.page-user .stickyfooter {
	height: auto !important;
	min-height: 0 !important;
}

.page-user .constrained,
.page-user .header__search .pane-content,
.header__search .page-user .pane-content,
.page-user .page-content,
.page-user .content--container,
.page-user .maincontent > .tabs,
.page-user .messages.error ul,
.messages.error .page-user ul,
.page-user .page-search .maincontent,
.page-search .page-user .maincontent,
.page-user .view-citaten > .view-content,
.page-user .view-verwijzignsblokken {
	padding-top: 3em;
}

.page-user .tabs,
.page-user form {
	max-width: 350px;
	margin: 0 auto;
}

.page-user .messages {
	padding: 1em;
	max-width: 350px;
	display: block;
	margin: 0 auto;
	margin-bottom: 0;
	-webkit-transform: skew(0deg);
	        transform: skew(0deg);
}

.page-user .messages li {
	margin-bottom: .5em;
}

.page-user .messages li:last-child {
	margin-bottom: 0;
}

.page-user .messages .innerskew {
	-webkit-transform: skew(0deg);
	        transform: skew(0deg);
}

.page-user label {
	display: block;
	margin-top: .5em;
}

.page-user .description {
	display: none;
}

.page-user input,
.page-user .password-strength,
.page-user .confirm-parent,
.page-user .password-parent,
.page-user .password-suggestions {
	width: 100% !important;
	border: none !important;
}

.page-user .form-type-password-confirm {
	position: relative;
}

.page-user .password-suggestions {
	background: #f0f0f0;
	padding: 1em !important;
	margin: 0 !important;
	font-weight: 700;
	display: block;
	position: absolute;
	left: 110%;
	top: 1em;
}

.page-user .password-suggestions:after {
	content: '';
	left: 0;
	margin-left: -7px;
	top: 2em;
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #243849;
}

.page-user .password-suggestions ul {
	margin-top: .5em;
	font-weight: 400;
}

.page-user .password-strength-title {
	display: none;
}

.page-user .form-type-password {
	position: relative;
}

.page-user .password-strength-text {
	position: absolute;
	right: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.page-user .password-strength {
	margin: 0;
}

.page-user .password-indicator {
	position: absolute;
	bottom: 1px;
	width: 100%;
	left: 0;
}

.page-user div.password-confirm {
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	margin: 0;
	right: 0;
	width: auto;
}

.page-user div.password-confirm .error {
	font-weight: 700;
	color: #ce1b1b;
}

.page-user div.password-confirm .ok {
	font-weight: 700;
	color: #8ad04b;
}

.page-user .form-type-radios.form-item-language > label {
	display: none !important;
}

.page-user .form-type-radios.form-item-language label {
	display: inline;
}

.page-user .form-type-radios.form-item-language input {
	width: auto !important;
}

.page-user #user-login {
	display: inline-block;
	text-align: left;
}

.page-user #user-login input[type="submit"],
.page-user #user-pass input[type="submit"],
.page-user #user-register-form input[type="submit"],
.page-user .form-actions input[type="submit"] {
	margin-top: 1em;
	width: 100%;
	border: none;
	outline: none;
}

.page-user #user-login #edit-cancel,
.page-user #user-pass #edit-cancel,
.page-user #user-register-form #edit-cancel,
.page-user .form-actions #edit-cancel {
	margin-top: .5em;
	padding: 0;
	background: none;
	border: none;
	color: #691818;
	text-decoration: underline;
	box-shadow: none;
}

.page-user #edit-cancel {
	padding: 1em;
	display: block;
	text-align: center;
}

.page-user .header__bottom {
	text-align: center;
}

.page-user .intracto,
.page-user .push,
.page-user .mobile-menu,
.page-user .header__bottom,
.page-user .header__submenu,
.page-user .tabs,
.page-user footer,
.page-user .pane-notification,
.page-user nav,
.page-user .login-wrapper,
.page-user .header__top,
.page-user .pane-page-breadcrumb {
	display: none !important;
}

.page-user .login__register {
	margin-top: 1em;
}

.page-user .login__forgot {
	width: 100%;
	margin-top: .5em;
}

.no-animation,
.no-animation * {
	-webkit-transition: none !important;
	        transition: none !important;
	-webkit-animation: none !important;
	        animation: none !important;
}

.not-logged-in .maincontent > .tabs {
	margin: 0 auto;
}

.admin-menu .tabs ul {
	margin-top: 90px !important;
}

.page-user .pane-content > .tabs {
	margin: 0 auto 0px auto !important;
}

.page-user .pane-content > .tabs ul {
	background-image: none;
}

.maincontent > .tabs {
	font-size: 0;
	padding: 0 !important;
	display: block;
	margin-top: 0;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
	background: #571212;
}

.maincontent > .tabs ul {
	box-shadow: none;
	position: relative;
	margin: 40px auto;
}

.maincontent > .tabs ul:after {
	content: '';
	width: 28px;
	height: 17px;
	position: absolute;
	bottom: -17px;
	left: 10px;
}

.maincontent > .tabs li {
	display: inline-block;
}

.maincontent > .tabs li:first-child a {
	border-left: 1px solid #e5e5e5;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.maincontent > .tabs li:first-child a:hover {
	border-radius: 5px 0 0 5px;
}

.maincontent > .tabs a {
	font-size: 17px;
	font-size: 1.0625rem;
	display: inline-block;
	color: #fff;
	padding: 1em;
	border-right: 1px solid #e5e5e5;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.maincontent > .tabs a:hover {
	background: #550404;
	color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.admin-menu .messages {
	top: 40px !important;
}

.admin-toolbar-menu ul {
	padding-bottom: 150px !important;
}

.admin-expanded .stickyfooter {
	position: relative;
}

.admin-expanded .messages {
	padding-left: 260px;
}

.admin-menu .messages {
	position: static !important;
}

.messages {
	position: fixed;
	top: 0;
	left: 0;
	padding: 1em 2em;
	margin-bottom: 2em;
	color: #243849;
	z-index: 200;
	width: 100%;
}

.messages.status {
	background: #e6efdd;
	border-left: 10px solid #8ad04b;
}

.messages.error {
	background: #ce1b1b;
	color: #fff;
}

.messages.error ul {
	padding: 1em;
}

.messages.error ul li {
	border-radius: 5px;
	padding: 5px;
}

.messages.error ul li:last-child:after {
	display: none;
}

/* ==|====================
   Layout/Search
   ======================= */

.search-results .search-snippet {
	margin-bottom: 0;
}

.search-results li {
	padding: 1em;
	margin-bottom: 1em;
}

.search-results li:nth-child(2n+2) {
	background: #f0f0f0;
}

.page-search .maincontent {
	position: relative;
	padding-top: 4em;
}

.page-search .maincontent .pane-title {
	padding-right: 380px;
}

.page-search .maincontent .pane-content {
	position: static;
	max-width: 800px;
}

.page-search .maincontent .pane-search-form {
	position: absolute;
	right: 0;
	padding: 2em;
	background: #eee;
	top: 2.5em;
}

.page-search .maincontent .pane-search-form input[type="submit"] {
	border: none;
	outline: none;
	border-radius: 0;
	height: 37px;
}

.page-search .maincontent .pane-search-form input {
	max-width: 200px;
	border-radius: 0;
	padding: .5em;
}

.page-search .maincontent .pane-search-form label,
.page-search .maincontent .pane-search-form .search-advanced {
	display: none;
}

.pager {
	padding: 1.5%;
	text-align: center;
}

.pager li {
	display: inline-block;
	list-style-type: none;
}

.pager li.pager-current {
	display: inline-block;
	padding: .25em 1em;
	background: #691818;
	color: #fff;
	border-bottom: 2px solid #691818;
}

.pager li a {
	text-decoration: none;
	display: inline-block;
	padding: .25em 1em;
	background: #fff;
	border-bottom: 2px solid #691818;
}

.pager li a:hover {
	background: #691818;
	color: #fff;
}

.pager li.pager-last,
.pager li.pager-next {
	display: none;
}

.node-type-contactpagina .titel__container {
	margin-bottom: 4em;
}

.contactpage__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5em;
}

.contactpage__content {
	width: 60%;
	padding-right: 4em;
}

.contactpage__map {
	width: 40%;
	height: 400px;
}

.contactpage .gmap {
	width: 100%;
	height: 100%;
}

.map-with-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-color: #f0f0f0;
}

.map-with-filters__filters {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	width: 40%;
	min-width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.map-with-filters__filters .views-exposed-widgets {
	margin: 0;
}

.map-with-filters__filters .views-exposed-widget {
	float: none;
	padding: 0;
}

.map-with-filters__filters input[type="submit"] {
	margin: 0 !important;
	padding: 0;
	float: none;
	width: 100%; /*@media screen and (max-width: 900px){
				width: 100%;
			}*/
}

.map-with-filters__mapresult {
	width: 60%;
	position: relative;
}

.noresult-message {
	color: white;
	display: inline-block;
	width: auto;
	height: auto !important;
	position: absolute;
	z-index: 5;
	background-color: #691818;
	border-radius: 5px;
	padding: 20px;
	padding-right: 60px;
	top: 10px;
	left: 10px;
	background: #691818 url("../images/sad.svg") no-repeat 96% center;
	background-size: 20px;
}

.filter__inner {
	padding: 1em;
	padding-top: 0;
	display: inline-block;
	text-align: left;
	width: 400px;
	background: #fff;
}

.cafelocator .tabs__controls {
	border-bottom: 1px solid #691818;
}

.cafelocator .tab {
	background: #ad9c9c;
	padding: .5em 1em;
	color: #fff;
}

.cafelocator .tab.active {
	background: #691818;
}

.cafelocator .tabcontent > label {
	display: none;
}

.cafelocator .tabs__content {
	background: #fff;
	padding: 1em;
	padding-bottom: .5em;
}

.cafelocator .tabs__content input[type="text"] {
	width: 100%;
}

.filter__locatie {
	background: #e8e8e8;
}

.filter__locatie .filter__inner {
	padding: 0;
}

.filter__huidigelocatie,
.filter__postcode {
	font-size: 0;
}

.filter__huidigelocatie .form-type-textfield,
.filter__postcode .form-type-textfield {
	display: inline-block;
	width: 60%;
	padding-right: 20px;
	margin-bottom: 10px;
}

.filter__huidigelocatie .form-type-textfield *,
.filter__postcode .form-type-textfield * {
	font-size: 15px;
	font-size: 0.9375rem;
}

.filter__huidigelocatie .form-type-textfield input,
.filter__postcode .form-type-textfield input {
	width: 100%;
}

.filter__huidigelocatie .form-item-distance-1-postal-code,
.filter__postcode .form-item-distance-1-postal-code {
	width: 100%;
	padding-right: 0;
}

.filter__huidigelocatie .form-type-select,
.filter__postcode .form-type-select {
	display: inline-block;
	width: 40%;
}

.filter__huidigelocatie .form-type-select *,
.filter__postcode .form-type-select * {
	font-size: 15px;
	font-size: 0.9375rem;
}

.filter__huidigelocatie .form-type-select select,
.filter__postcode .form-type-select select {
	width: 100%;
	padding: .75em;
}

.filter__extras {
	background: #f0f0f0;
}

.filter__extras .filter__inner > label {
	padding: 1em;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.filter__extras .form-type-bef-checkbox {
	float: left;
	width: 50%;
	padding: 10px;
	position: relative;
}

.filter__extras .form-type-bef-checkbox label {
	padding: 10px;
	padding-left: 30px;
	font-weight: 400;
}

.filter__extras .form-item-edit-field-extra-s-tid-1 {
	background: url("../images/eten.png") no-repeat 90% center;
}

.filter__extras .form-item-edit-field-extra-s-tid-4 {
	background: url("../images/fietsroute.png") no-repeat 90% center;
}

.filter__extras .form-item-edit-field-extra-s-tid-3 {
	background: url("../images/speeltuin.png") no-repeat 90% center;
}

.filter__extras .form-item-edit-field-extra-s-tid-2 {
	background: url("../images/terras.png") no-repeat 90% center;
}

.tabs__controls {
	display: table;
	width: 100%;
}

.tabs__controls .tab {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	display: table-cell;
}

.tabs__content .tabcontent {
	display: none;
}

.tabs__content .tabcontent.active {
	display: block;
}

.cafe__lijst {
	padding: 1%;
}

.cafe__item {
	position: relative;
	float: left;
	width: 31.3333333333%;
	margin: 1%;
	border: 1px solid #e8e8e8;
	padding: 1.5em;
	padding-right: 4.5em;
}

.cafe__item .bezoek--website {
	display: block;
}

.cafe__item .adr {
	line-height: 20px;
}

.cafe__item--info {
	padding-left: .75em;
}

.cafe__tele {
	margin: .5em 0;
}

.cafe__titel {
	font-size: 17px;
	font-size: 1.0625rem;
}

.cafe__icons {
	top: 1em;
	right: 1em;
}

.no-svg .cafe__noresult {
	background: #691818 url("../images/sad.png") no-repeat 7em center;
}

.cafe__noresult .cafe__filters {
	display: none;
}

.cafe__noresult .cafe__gmap {
	width: 100%;
}

.view-citaten .citaten--titel {
	display: inline-block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	padding: 1em;
}

.view-citaten .citaten--titel.active {
	background: #e6e2d5;
}

.view-citaten .citaten--content {
	background: #fffaed url("../images/productdetail-bg.jpg") no-repeat center;
	background-size: cover;
	color: #3c2b18;
}

.citaat {
	padding: 4em 0;
}

.citaat__titel {
	display: none;
}

.citaat__left {
	width: 25%;
	padding-right: 2em;
}

.citaat__right {
	width: 75%;
}

.citaat__afbeelding img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.citaat__inhoud {
	color: #3c2b18;
	font-style: italic;
}

.citaat__inhoud p {
	color: inherit;
}

.citaat__bron {
	color: #9d2e2e;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 0.9375rem;
}

.citaat__bron:before {
	content: '~';
	margin-right: .5em;
}

.view-verwijzignsblokken {
	margin-top: 2em;
}

.view-verwijzignsblokken .blok {
	width: 25%;
	float: left;
	padding-right: 15px;
}

.view-verwijzignsblokken .blok:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	        transform: scale(1.1) rotate(3deg);
}

.view-verwijzignsblokken .blok:hover .verwijzingsblok--link div {
	padding: 10px;
	padding-left: 20px;
}

.view-verwijzignsblokken .blok img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
}

.view-verwijzignsblokken .verwijzingsblok {
	overflow: hidden;
}

.view-verwijzignsblokken .verwijzingsblok img {
	display: block;
}

.view-verwijzignsblokken .verwijzingsblok--link div {
	-webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
	display: block;
	background: #691818 url("../images/arrow-right.png") no-repeat 95% center;
	color: #fce8d6;
	padding: 10px;
	padding-left: 15px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}

.relatiegeschenken .relatiegeschenk__titel {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.45em;
	margin-bottom: .5em;
	padding-top: 0;
}

.relatiegeschenken p:first-of-type {
	margin-top: 0;
}

.relatiegeschenken .relatiegeschenk__afbeelding {
	padding-right: 2em;
}

.relatiegeschenken .relatiegeschenk__afbeelding img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 250px;
	margin: 0 auto;
}

.relatiegeschenken .relatiegeschenk {
	width: 50%;
	padding: 2em;
	margin-bottom: 2em;
	display: inline-block;
}

.relatiegeschenken .relatiegeschenk__left,
.relatiegeschenken .relatiegeschenk__right {
	float: left;
	width: 50%;
}

.relatiegeschenken .links {
	padding-right: 2em;
}

.relatiegeschenken .btnDownload {
	margin-top: 1em;
}

.webform-client-form .form-item.webform-component.webform-component--relatiegeschenken {
	float: none;
	width: 100%;
	padding: 2em;
	margin-bottom: 2em;
}

.webform-client-form .form-item.webform-component.webform-component--relatiegeschenken input {
	max-width: 100px;
}

.webform-client-form .form-item.webform-component,
.webform-client-form .form-actions {
	width: 50%;
	float: left;
	padding: .5em;
	padding-right: 2em;
}

.webform-client-form .form-item.webform-component input,
.webform-client-form .form-actions input {
	width: 100%;
}

.webform-client-form .form-item.webform-component input[type="submit"],
.webform-client-form .form-actions input[type="submit"] {
	width: auto;
}

.webform-client-form label {
	display: block;
	font-weight: 700;
}

.webform-client-form input[type="submit"] {
	margin-top: 1em;
}

.webform-client-form #webform-component-opmerkingen,
.webform-client-form #webform-component-boodschap {
	width: 100%;
	overflow: hidden;
}

.webform-client-form .relatie__titel {
	font-weight: 700;
	margin-bottom: 1em;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 1px;
	text-align: center;
}

.webform-client-form .relatie__image {
	text-align: center;
}

.webform-client-form .relatie__aantal {
	text-align: center;
}

.webform-client-form .relatie__aantal .form-item.webform-component {
	width: 100%;
}

.webform-client-form .relatie--item {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

.webform-client-form .relatie--item img {
	height: auto;
	width: auto !important;
	max-width: 100%;
	max-height: 250px;
	margin: 0 auto;
}

.flowstappen {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 50;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.flowstappen ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.flowstappen a {
	border: none;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #e7e5e5;
	margin-bottom: 1px;
	outline: none;
}

.flowstappen a.active {
	background-color: #691818;
}

.flowstappen a:hover {
	background-color: #691818;
}

.flowstappen a:hover .animate-label {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0) scale(1) rotateY(0deg);
	        transform: translateY(0) scale(1) rotateY(0deg);
}

.flowstappen .animate-label {
	-webkit-transform: translateX(5px) scale(1.05) rotateY(-30deg);
	        transform: translateX(5px) scale(1.05) rotateY(-30deg);
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-perspective: 10px;
	        perspective: 10px;
	-webkit-transition: 200ms all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	        transition: 200ms all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0;
	visibility: hidden;
	width: auto;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	padding: 10px;
	background: #691818;
	color: #fff;
	border-radius: 0 5px 5px 0;
	left: 100%;
	margin-top: -25px;
	top: 50%;
	height: 100%;
	z-index: 2;
}

.perspakket {
	position: absolute;
	top: -5.5em;
	right: 0;
}

.perspakket a {
	background-position: 93% center !important;
}

.view-beeldbank-items h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.5rem;
	padding: 1em;
	border-bottom: 5px solid #f4f4f4;
}

.beeldbank__item {
	padding: 2em;
	float: left;
	width: 50%;
}

.beeldbank__item .extensie {
	margin-bottom: 1em;
}

.beeldbank__item .titel {
	font-weight: 700;
	color: #9d2e2e;
}

.beeldbank__item .left {
	width: 40%;
}

.beeldbank__item .right {
	width: 50%;
}

.beeldbank__categorie {
	margin-bottom: 2em;
}

.beeldbank__categorie:last-child {
	margin-bottom: 0;
}

.beeldbank__image {
	padding-right: 2em;
}

.beeldbank__image img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin-top: 1em;
}

.beeldbank__titel h2 {
	font-size: 17px;
	font-size: 1.0625rem;
	text-transform: none;
	margin-bottom: 0em;
}

.beeldbank__download {
	margin-top: 1.5em;
}

/**
 * Styles for _previewblokken.scss
 * @Author: <gijs.roge@intracto.com>
 */

.preview-blok:not(:last-child) {
	margin-bottom: 6rem;
}

.preview-blok__image {
	margin-bottom: 2rem;
}

.age--container {
	padding: 10%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #691818;
	width: 100%;
}

.age--container h1 {
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
}

.age--container .button-container {
	padding: 2em 0;
}

.age--container .seperator {
	color: #fff;
	padding: 0 1.5em;
	font-size: 20px;
	font-size: 1.25rem;
}

.age--container .button {
	background-color: #391513;
	border: none;
	outline: none;
	color: #fff;
	padding: .75em 2em;
	-webkit-transition: 200ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 200ms all cubic-bezier(0.86, 0, 0.07, 1);
	font-size: 25px;
	font-size: 1.5625rem;
}

.age--container .button:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.age--container .kader2 {
	color: #fff;
}

.view-verdelers .view-header h3 {
	margin-top: 2em;
	text-transform: uppercase;
	font-size: 25px;
	font-size: 1.5625rem;
	padding-bottom: .5em;
	border-bottom: 5px solid #eee;
}

.verdeler {
	position: relative;
	float: left;
	width: 31.3333333333%;
	margin: 1%;
	border: 1px solid #e8e8e8;
	padding: 1.5em;
	padding-right: 4.5em;
}

.verdeler__content {
	padding: 1em;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.75em;
}

.verdelers__legende {
	font-size: 30px;
	font-size: 1.875rem;
	padding: 35px;
	margin: 20px 0;
	padding-left: 90px;
	font-weight: 700;
	color: #691818;
	background: #fff url("../images/marker-westmalle.png") no-repeat 30px center;
}

.verdeler__titel {
	margin-bottom: 0;
	font-size: 17px;
	font-size: 1.0625rem;
}

.node-type-verdelers-overzichtspagina select {
	padding: 1em;
}

.cafe__gmap .gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.verdeler__filters {
	width: 40%;
	background: #eee;
	padding: 2em;
	vertical-align: top;
}

.verdeler__filters .views-widget-filter-country_selective,
.verdeler__filters .views-widget-filter-name_list {
	padding: 0;
	display: block;
	width: 100%;
	float: none;
}

.verdeler__filters .views-widget-filter-country_selective select,
.verdeler__filters .views-widget-filter-name_list select {
	width: 100%;
}

.verdeler__filters h2 {
	text-transform: none;
	font-size: 20px;
	font-size: 1.25rem;
}

.verdeler__filters #block-block-3 {
	padding: 20px;
	background: #fff;
}

.verdeler__filters #block-block-3 p:first-child {
	margin-top: 0;
}

.verdeler__filters #block-block-3 p:last-child {
	margin-bottom: 0;
}

.verdeler__gmap {
	width: 60%;
}

.verdeler__gmap > div {
	width: 100% !important;
}

/*.views-exposed-widget.views-submit-button{
	position: absolute;
}*/

.ajax-progress {
	position: absolute;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	height: 30%;
	width: 100%;
	background-color: rgba(105, 24, 24, 0.9);
	display: block;
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 300;
	font-style: italic; /* &:before{
		content: 'loading';
		color: #fff;
		position: absolute;
		top: 55%;
		font-style: italic;
		font-weight: $font-weight-light;
		@include font-size(20px);
	} */
}

.ajax-progress:after {
	content: '';
}

.ajax-progress .throbber {
	display: block;
	width: 70px;
	height: 70px;
	border: 10px dashed #fff;
	position: absolute;
	background: none;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
	border-radius: 50%;
	-webkit-animation: load 1s linear infinite;
	        animation: load 1s linear infinite;
}

.ajax-progress .throbber * {
	display: none;
}

.fiche__titel {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: none;
}

.fiche__titel em {
	display: block;
	color: #243849;
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
	text-transform: none;
	font-weight: 400;
}

.technische--fiches {
	padding-top: 4em;
}

.fiche__titel {
	padding-top: 0;
	margin-bottom: 0;
}

.fiche {
	position: relative;
	float: left;
	width: 48%;
	margin: 1%;
	border: 1px solid #e8e8e8;
	padding: 1em;
	padding-right: 4.5em;
}

.fiche .titel {
	padding-left: 1em;
	width: 100%;
}

.pagenotfound {
	text-align: center;
	padding-top: 10%;
}

.pagenotfound h1 {
	background: none;
	padding: 0;
	font-size: 200px;
	font-size: 12.5rem;
	font-weight: 700;
	color: #691818;
}

.pagenotfound .back a {
	display: inline-block;
	padding: 1em;
	border-radius: 10px;
	padding-right: 3em;
	margin-top: 2em;
	color: #fff;
	text-decoration: none;
	background: #691818 url("../images/arrow-right.svg") no-repeat 90% center;
	-webkit-transition: 200ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 200ms all cubic-bezier(0.86, 0, 0.07, 1);
}

.pagenotfound .back a:hover {
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
}

.gm-style-iw > div {
	overflow: hidden !important;
}

.strong {
	font-weight: 700;
}

/* PRODUCTS */

.shopcontainer fieldset {
	border: none;
}

.shopcontainer .fieldset-wrapper {
	vertical-align: top;
}

.shopcontainer .product {
	display: inline-block;
	width: 33.3333333333%;
	margin-bottom: 2em;
	padding: 2em;
	vertical-align: top;
}

.shopcontainer .product .product__titel {
	font-size: 1rem;
	line-height: 1.45em;
	margin-bottom: 0.5em;
	padding-top: 0;
	text-align: center;
}

.shopcontainer .product .product__image {
	position: relative;
	height: 300px;
}

.shopcontainer .product .product__image:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.11);
}

.shopcontainer .product .product__image img {
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: auto;
}

.shopcontainer .product .product__note {
	padding: 1rem;
	text-align: center;
	background-color: #e3e3e3;
	min-height: 4em;
}

.shopcontainer .product .product__price {
	font-size: 1.5rem;
	text-align: center;
	position: relative;
	background-color: #691818;
	color: #fce8d6;
	padding: 1rem;
	text-shadow: 0 -1px 0 #300200;
}

.shopcontainer .product .product__price .btw {
	font-size: 0.7rem;
	position: absolute;
	bottom: 1px;
	right: 5px;
	opacity: 0.8;
}

.shopcontainer .product .product__order {
	text-align: center;
	padding: 1rem;
	background-color: #e3e3e3;
}

.shopcontainer .product .product__order .form-item {
	display: inline-block;
	margin: 0 0.2em 0 0.5em;
}

.shopcontainer .product .product__order input {
	width: 50px;
}

.shopcontainer input[type="submit"] {
	width: 300px;
	max-width: 100%;
	margin-top: 2em;
	opacity: 1;
}

.shopcontainer input[type="submit"][disabled] {
	background-color: lightgrey;
	opacity: 0.6;
}

.shopcontainer input[type="submit"][disabled]:hover {
	background-color: lightgrey;
}

.shopcontainer .form-item-terms {
	margin-top: 2em;
}

/* FORM */

.order-form-info-container {
	vertical-align: top;
	margin-bottom: 3rem;
}

.order-form-info-container .order-form-user-info,
.order-form-info-container .order-form-delivery-info {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.order-form-info-container .order-form-user-info {
	padding: 0 2em 0 0;
}

.order-form-info-container .order-form-delivery-info {
	padding: 0 0 0 2em;
}

.order-form-info-container .form-item {
	margin-bottom: 1em;
}

.order-form-info-container input {
	width: 100%;
}

.order-form-info-container input.form-checkbox {
	display: inline-block;
	width: auto;
}

.order-form-info-container label {
	display: block;
	font-weight: 700;
}

.order-form-info-container label.option {
	display: inline-block;
}

.shop-delivery {
	background-color: #e3e3e3;
	padding: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.shop-delivery .check {
	font-size: x-large;
	margin-right: 1em;
}

.shop-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3rem;
}

.shop-footer__delivery {
	background-color: #e3e3e3;
	padding: 2em;
}

.shop-footer__payment-methods {
	padding: 2em;
	min-width: 300px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.shop-footer .payment-method {
	display: inline-block;
	background-color: #e3e3e3;
	margin: 0 1em 1em 0;
}

.shop-footer .payment-method:last-child {
	margin-right: 0;
}

.shop-footer .payment-method.VISA {
	background: url("../images/payment_methods/visa.svg") no-repeat center;
	width: 60px;
	height: 37.5px;
	background-size: contain;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
}

.shop-footer .payment-method.MASTERCARD {
	background: url("../images/payment_methods/mastercard.svg") no-repeat center;
	width: 60px;
	height: 37.5px;
	background-size: contain;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
}

.shop-footer .payment-method.MAESTRO {
	background: url("../images/payment_methods/maestro.svg") no-repeat center;
	width: 48px;
	height: 30px;
	background-size: contain;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
}

.shop-footer .payment-method.BANCONTACT {
	background: url("../images/payment_methods/bancontact-mister-cash.svg") no-repeat center;
	width: 48px;
	height: 30px;
	background-size: contain;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
}

.shop-footer .payment-method.BANKTRANS {
	background: url("../images/payment_methods/banktransfer.jpg") no-repeat center;
	width: 48px;
	height: 30px;
	background-size: contain;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
}

#shop-price-overview {
	width: 300px;
	max-width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#shop-price-overview.active {
	background-color: #691818;
	color: white;
	padding: 2em;
}

#shop-price-overview.active .price-table {
	width: 100%;
}

.shop-info {
	margin-top: 3em;
	border-top: 1px solid lightgrey;
	padding-top: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.shop-info__questions {
	text-align: center;
	padding: 0 2em;
}

.shop-info__adress {
	padding: 0 2em;
}

.cafe__item.marktkramer {
	padding: 1.5em;
}

.view-kaaswinkel-locator .icon {
	top: 1em;
	right: 1em;
}

.view-kaaswinkel-locator .filter__locatie .filter__inner {
	min-height: 200px;
}

.view-kaaswinkel-locator .location {
	padding-left: 0.75em;
}

.view-kaaswinkel-locator .marktkramer .location--address-container {
	display: none;
}

.view-kaaswinkel-locator .marktkramer .location--hours {
	margin: 0 0 0 1em;
	float: right;
	background: url("../images/time.svg") no-repeat scroll left center/9px auto;
	padding: 0 0 0 20px;
	font-size: 12px;
}

.gmap-popup .location--city {
	display: none;
}

.gmap-popup .location--day {
	background: url("../images/time.svg") no-repeat scroll left center/9px auto;
	padding: 0 0 0 20px;
	margin: 0 0.5em 0 0;
}

.gmap-popup .location--day:after {
	content: ": ";
}

.market-vendor {
	background: url("../images/markers/marker-marktkramer.png") no-repeat 90% center;
}

.cheesestore {
	background: url("../images/markers/marker-kaaswinkel.png") no-repeat 90% center;
}

.verdeler__noresult {
	background-color: #691818;
	text-align: center;
	font-size: 25px;
	font-size: 1.5625rem;
}

.verdeler__noresult p {
	color: white;
}

.wesm-shop__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wesm-shop__wrapper form {
	width: 100%;
}

.wesm-shop__wrapper fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.wesm-shop__wrapper fieldset#edit-products {
	margin-bottom: 25px;
}

.wesm-shop__wrapper fieldset#edit-products .fieldset-wrapper {
	overflow: hidden;
	margin: calc(25px / 2 * -1);
}

.wesm-shop__wrapper .fieldset-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
}

.wesm-shop__notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 25px;
}

.wesm-shop__notice h3 {
	text-transform: none;
	font-size: 1em;
}

.wesm-shop__shopping-card {
	margin: 7px 10px 0 0;
	background: url("../images/shopping-cart.svg");
	background-size: cover;
	width: 27px;
	height: 13px;
	display: inline-block;
}

.wesm-shop__product {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(100% - 25px);
	        flex: 0 0 calc(100% - 25px);
	width: calc(100% - 25px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: calc(25px / 2);
	position: relative;
	border: 1px solid #F1F1F1;
}

.wesm-shop__product--active {
	background-color: #F1F1F1;
}

.wesm-shop__product .messages {
	position: absolute !important;
	top: 0 !important;
	z-index: 1;
}

.wesm-shop__product__top {
	height: 300px;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	text-align: center;
}

.wesm-shop__product__bottom {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	height: auto;
	position: relative;
	margin: 10px 10px 0 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 10px;
}

.wesm-shop__product__bottom h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
	text-transform: none;
	line-height: 1.4em;
}

.wesm-shop__product__body {
	padding-bottom: 75px;
}

.wesm-shop__product__price-wrapper {
	position: absolute;
	bottom: 18px;
	width: 100%;
}

.wesm-shop__product__price {
	font-size: 1.5em;
	color: #9d2e2e;
}

.wesm-shop__product__price span {
	font-size: 0.5em;
	color: #243849;
	text-transform: uppercase;
}

.wesm-shop__product__product-quantity {
	font-style: italic;
	margin-top: -10px;
}

.wesm-shop__product__quantity-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 25px;
	bottom: 7px;
	z-index: 2;
	height: 46px;
	font-size: 1.1rem;
	color: #9d2e2e;
	padding-right: 5px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

.wesm-shop__product__quantity-input {
	width: 15px;
	padding: 10px 5px 10px 5px;
}

.wesm-shop__product__quantity-input--minus {
	font-size: 1.5rem;
}

.wesm-shop__product .form-item input {
	position: absolute !important;
	right: 20px;
	bottom: 25px;
	width: 110px;
	padding-left: 15px;
	border: 1px solid #F1F1F1;
}

.wesm-shop__product .form-item input::-webkit-inner-spin-button,
.wesm-shop__product .form-item input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.wesm-shop__number--active {
	border: 1px solid #E69F1C !important;
}

.wesm-shop__next {
	float: right;
	color: white;
	padding: 10px 52px 10px 20px;
	background-color: #E69F1C;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	border: none;
	background-image: url("../images/cart.png");
	background-repeat: no-repeat;
	background-size: 23px 21px;
	background-position: 90% 50%;
	z-index: 1337;
	position: relative;
}

.wesm-shop__next[disabled='disabled'] {
	background-color: #efefef;
	cursor: not-allowed;
}

.wesm-shop__prev {
	margin-right: 30px;
	padding-top: 8px;
	display: inline-block;
	float: right;
	font-weight: 700;
	font-size: 1.3em;
}

.wesm-shop__prev a {
	color: #9d2e2e;
	text-decoration: none;
}

.wesm-shop__prev a:hover {
	text-decoration: underline;
}

.wesm-shop__steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
}

.wesm-shop__steps:first-child,
.wesm-shop__steps:last-child {
	border-left: none;
}

.wesm-shop__steps:first-child {
	background: #fff;
}

.wesm-shop__steps:last-child {
	margin-right: 0;
}

.wesm-shop__step {
	padding: 12px 50px;
	background: transparent;
	font-size: 1em;
	color: #95999a;
	text-align: center;
	font-weight: 700;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.wesm-shop__step:before,
.wesm-shop__step:after {
	height: 50%;
	width: 100%;
	content: "";
	position: absolute;
	-webkit-transition: all .8s;
	        transition: all .8s;
	background: #fff;
	z-index: -1;
	right: -6px;
	border: 1px solid #F1F1F1;
}

.wesm-shop__step:before {
	top: 0;
	-webkit-transform: skew(35deg);
	        transform: skew(35deg);
	border-bottom: none;
}

.wesm-shop__step:after {
	top: calc(50% - 1px);
	-webkit-transform: skew(-35deg);
	        transform: skew(-35deg);
	border-top: none;
}

.wesm-shop__step--active {
	text-decoration: none;
	display: block;
	border-color: transparent;
	color: #fff;
}

.wesm-shop__step--active a {
	color: #fff;
	opacity: 0.6;
}

.wesm-shop__step--active a:hover {
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.wesm-shop__step--active:before,
.wesm-shop__step--active:after {
	background: #691818;
	color: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	border-color: #571212;
}

.wesm-shop__step--success:before,
.wesm-shop__step--success:after {
	background-color: #3BC04F !important;
	border-color: #3BC04F !important;
}

.wesm-shop__step a {
	text-decoration: none;
}

.wesm-shop__data-wrapper > .fieldset-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 25px;
}

.wesm-shop__data-wrapper > .fieldset-wrapper legend {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	color: #9d2e2e;
	margin-bottom: 10px;
}

.wesm-shop__data-wrapper .form-item {
	width: 100%;
}

.wesm-shop__data-wrapper .form-item input {
	max-width: 100%;
}

.wesm-shop__data-wrapper .form-item select {
	width: 100%;
}

.wesm-shop__input-wrapper {
	margin: 5px 0;
	display: inline;
}

.wesm-shop__input-wrapper--small {
	width: 25%;
}

.wesm-shop__input-wrapper--medium {
	width: 47.5%;
}

.wesm-shop__input-wrapper--large {
	width: 70%;
}

.wesm-shop__input-wrapper--xl {
	width: 85%;
}

.wesm-shop__input-wrapper--xxl {
	width: 100%;
}

.wesm-shop__input-wrapper--xxl input {
	width: 100%;
}

.wesm-shop__input-wrapper--right {
	text-align: right;
	display: block;
	margin-bottom: 35px;
}

.wesm-shop__input-wrapper--first-name {
	margin-top: 35px;
}

.wesm-shop__input-wrapper--last-name {
	margin-top: 35px;
}

.wesm-shop__data {
	width: 50%;
	box-sizing: border-box;
	padding: 40px !important;
	min-width: 0;
}

.wesm-shop__data fieldset {
	min-width: 0;
}

.wesm-shop__data__title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	color: #9d2e2e;
	position: absolute;
}

.wesm-shop__data--right {
	background-color: #F6F6F6;
}

.wesm-shop__fieldset--padding-top legend {
	padding-top: 35px;
}

.wesm-shop__review__products {
	margin-bottom: 25px;
}

.wesm-shop__review__products table {
	width: 100%;
}

.wesm-shop__review__products table th,
.wesm-shop__review__products table td {
	padding: 5px;
}

.wesm-shop__review__products table th,
.wesm-shop__review__products table tr:last-child td {
	border-bottom: 2px solid #243849;
}

.wesm-shop__review__products table td {
	border-bottom: 1px solid #efefef;
}

.wesm-shop__review__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wesm-shop__review__data--left {
	width: 60%;
	border: 1px solid #efefef;
	padding: 25px;
}

.wesm-shop__review__data--right {
	width: 35%;
}

.wesm-shop__review__shipping {
	border-bottom: 1px solid #efefef;
	padding-bottom: 25px;
}

.wesm-shop__review__delivery {
	margin-top: 25px;
}

.wesm-shop__review__totals {
	background-color: #691818;
	color: #efefef;
	padding: 25px;
}

.wesm-shop__review__totals table {
	width: 100%;
}

.wesm-shop__review__totals table .shipping td {
	padding-bottom: 25px;
}

.wesm-shop__review__totals table tr:last-child :last-child {
	font-size: 1.5rem;
	color: #fbe27e;
}

.wesm-shop__review__totals table tr:last-child td {
	padding-top: 25px;
	border-top: 2px solid #efefef;
}

.wesm-shop__review__totals table tr:last-child td span {
	display: block;
	font-style: italic;
	font-size: 0.75em !important;
	line-height: 0.75em;
	color: #efefef !important;
}

.wesm-shop__review__cards {
	border: 1px solid #efefef;
	margin-top: 25px;
	padding: 25px;
	text-align: center;
}

.wesm-shop__review__cards > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wesm-shop__review__cards > div div {
	text-indent: -9999px;
	width: 25%;
	height: 40px;
	margin: 10px 0;
}

.wesm-shop__review__cards > div .mastercard {
	background: url("../images/payment_methods/mastercard.svg") no-repeat center;
	background-size: contain;
}

.wesm-shop__review__cards > div .visa {
	background: url("../images/payment_methods/visa.svg") no-repeat center;
	background-size: contain;
}

.wesm-shop__review__cards > div .maestro {
	background: url("../images/payment_methods/maestro.svg") no-repeat center;
	background-size: contain;
}

.wesm-shop__review__cards > div .bancontact {
	background: url("../images/payment_methods/bancontact.png") no-repeat center;
	background-size: contain;
}

.wesm-shop__review__cards > div .ideal {
	background: url("../images/payment_methods/ideal.png") no-repeat center;
	background-size: contain;
}

.wesm-shop__review__cards > div .sofort {
	background: url("../images/payment_methods/sofort.png") no-repeat center;
	background-size: contain;
}

.wesm-shop__review__cards > div .overschrijving {
	background: url("../images/payment_methods/banktransfer.jpg") no-repeat center;
	background-size: contain;
}

.wesm-shop__success__message {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1em;
	color: #9d2e2e;
}

.wesm-shop__success__image {
	display: block;
	margin: auto;
}

.wesm-shop__success__button {
	color: white;
	padding: 10px 20px;
	background-color: #E69F1C;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	border: none;
	display: block;
	max-width: 250px;
	margin: auto;
	text-decoration: none;
	margin-top: 150px;
	text-align: center;
}

/* Mobile Layout */

/* Mobile menu custom styles */

.smartphone {
	display: none;
}

.mobile-toggle {
	display: inline-block;
	width: 100px;
	background-color: transparent;
	color: #fff;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 1em 0;
}

.mobile-toggle img {
	margin-right: .25em;
	-webkit-transition: 150ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: 150ms all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu {
	width: 250px;
	text-align: left;
}

.mobile-menu a,
.mobile-menu li {
	width: 100%;
	display: block;
}

.mobile-menu--container {
	position: absolute;
	right: 0;
	top: 40px;
	background: #370000;
	width: 250px;
	z-index: 20;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(5px) scale(1.05) rotateY(-30deg);
	        transform: translateY(5px) scale(1.05) rotateY(-30deg);
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-perspective: 10px;
	        perspective: 10px;
	-webkit-transition: 200ms all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	        transition: 200ms all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mobile-menu--container:after {
	content: '';
	top: -7px;
	left: 80%;
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-bottom: 7px solid #370000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.no--csstransforms body.mobile-mainnav .mobile-menu--container {
	top: 0;
}

body.mobile-mainnav .mobile-menu--container {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}

body.mobile-mainnav .mobile-toggle img {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.mobile-only {
	display: none;
}

/* END Mobile menu custom styles */

/* Modules */

/* ==|====================
   Module/Button
   ======================= */

.btn1,
.knop--leesmeer,
.page-user #user-login input[type="submit"],
.page-user #user-pass input[type="submit"],
.page-user #user-register-form input[type="submit"],
.page-user .form-actions input[type="submit"],
.fiche__download a {
	-webkit-transition: 100ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: 100ms all cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #f3f3f3;
	display: inline-block;
	color: #9d2e2e;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	padding: .75em 1em;
	-webkit-transition: 200ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 200ms all cubic-bezier(0.86, 0, 0.07, 1);
}

.btn1:hover,
.knop--leesmeer:hover,
.page-user #user-login input:hover[type="submit"],
.page-user #user-pass input:hover[type="submit"],
.page-user #user-register-form input:hover[type="submit"],
.page-user .form-actions input:hover[type="submit"],
.fiche__download a:hover {
	background: #9d2e2e;
	color: #fff;
}

.no-svg .btn2,
.no-svg .page-search .maincontent .pane-search-form input[type="submit"],
.page-search .maincontent .pane-search-form .no-svg input[type="submit"],
.no-svg .map-with-filters__filters input[type="submit"],
.map-with-filters__filters .no-svg input[type="submit"],
.no-svg .relatiegeschenken .btnDownload,
.relatiegeschenken .no-svg .btnDownload,
.no-svg .webform-client-form input[type="submit"],
.webform-client-form .no-svg input[type="submit"],
.no-svg .perspakket a,
.perspakket .no-svg a,
.no-svg .beeldbank__item .btnDownload,
.beeldbank__item .no-svg .btnDownload {
	background: #691818 url("../images/arrow-right.png") no-repeat 90% center;
}

.btn2,
.page-search .maincontent .pane-search-form input[type="submit"],
.map-with-filters__filters input[type="submit"],
.relatiegeschenken .btnDownload,
.webform-client-form input[type="submit"],
.perspakket a,
.beeldbank__item .btnDownload {
	background: #691818 url("../images/arrow-right.svg") no-repeat 90% center;
	padding: .5em 1em;
	padding-right: 3em;
	text-decoration: none;
	color: #fce8d6;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	-webkit-transition: 100ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 100ms all cubic-bezier(0.86, 0, 0.07, 1);
	outline: none;
	border: none;
	border-radius: 0;
}

.btn2:hover,
.page-search .maincontent .pane-search-form input:hover[type="submit"],
.map-with-filters__filters input:hover[type="submit"],
.relatiegeschenken .btnDownload:hover,
.webform-client-form input:hover[type="submit"],
.perspakket a:hover,
.beeldbank__item .btnDownload:hover {
	background-color: #7d2c2c;
	background-position: 95% center !important;
}

.btn3,
.shopcontainer input[type="submit"] {
	background: #fbe27e url("../images/arrow-right.svg") no-repeat 90% center;
	padding: 1em;
	padding-right: 3em;
	text-decoration: none;
	color: #9d2e2e;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	-webkit-transition: 100ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 100ms all cubic-bezier(0.86, 0, 0.07, 1);
	outline: none;
	border: none;
	border-radius: 0;
}

.btn3:hover,
.shopcontainer input:hover[type="submit"] {
	background-color: #fff692;
	background-position: 95% center !important;
}

.node-type-flow-process-pagina .titel__container {
	opacity: 0;
}

.no-js .node-type-flow-process-pagina .titel__container {
	opacity: 1;
}

.cssanimations.svg.csstransforms .front {
	overflow-x: hidden;
}

.cssanimations.svg.csstransforms .front header {
	opacity: 0;
	-webkit-animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms forwards;
	        animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms forwards;
}

.cssanimations.svg.csstransforms .front .homepage--image {
	opacity: 0;
	-webkit-animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms forwards;
	        animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms forwards;
}

.cssanimations.svg.csstransforms .front .homepage--text {
	opacity: 0;
	-webkit-animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 250ms forwards;
	        animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 250ms forwards;
}

.cssanimations.svg.csstransforms.touch .homepage--blok {
	opacity: 0;
	-webkit-animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 350ms forwards;
	        animation: slideInUp 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) 350ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina {
	overflow-x: hidden;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .titel__container {
	-webkit-transform: translateY(-100px);
	        transform: translateY(-100px);
	-webkit-animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 600ms forwards;
	        animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 600ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .header__submenu {
	opacity: 0;
	-webkit-animation: fadeIn 1500ms cubic-bezier(0.23, 1, 0.32, 1) 700ms forwards;
	        animation: fadeIn 1500ms cubic-bezier(0.23, 1, 0.32, 1) 700ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina h1 {
	opacity: 0;
	-webkit-animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 800ms forwards;
	        animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 800ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .page-content {
	opacity: 0;
	-webkit-animation: fadeIn 1500ms cubic-bezier(0.23, 1, 0.32, 1) 1000ms forwards;
	        animation: fadeIn 1500ms cubic-bezier(0.23, 1, 0.32, 1) 1000ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item {
	opacity: 0;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(1) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1200ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1200ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(2) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1300ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1300ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(3) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1400ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1400ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(4) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1500ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1500ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(5) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1600ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1600ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(6) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1700ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1700ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(7) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1800ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1800ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(8) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1900ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 1900ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(9) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2000ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2000ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(10) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2100ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2100ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(11) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2200ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2200ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(12) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2300ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2300ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(13) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2400ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2400ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(14) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2500ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2500ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(15) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2600ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2600ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(16) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2700ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2700ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(17) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2800ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2800ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(18) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2900ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 2900ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(19) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 3000ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 3000ms forwards;
}

.cssanimations.svg.csstransforms .node-type-flow-process-pagina .scroll-nav__item:nth-child(20) {
	position: relative;
	-webkit-animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 3100ms forwards;
	        animation: slideInLeft 350ms cubic-bezier(0.23, 1, 0.32, 1) 3100ms forwards;
}

.stappen .stap {
	opacity: 1;
}

.no-js .stappen .stap {
	opacity: 1;
}

.no-touch.cssanimations .homepage--blok {
	-webkit-transition: 500ms all cubic-bezier(0.23, 1, 0.32, 1);
	        transition: 500ms all cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50px) scale(1.05);
	        transform: translateY(-50px) scale(1.05);
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
	visibility: hidden;
	opacity: 0;
}

.no-touch.cssanimations .homepage--blok.inviewport {
	-webkit-transition: 1500ms all cubic-bezier(0.23, 1, 0.32, 1);
	        transition: 1500ms all cubic-bezier(0.23, 1, 0.32, 1);
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}

.no-touch.cssanimations .stappen .stap {
	opacity: 0;
}

.no-touch.cssanimations .stappen .stap .flex-next,
.no-touch.cssanimations .stappen .stap .flex-prev,
.no-touch.cssanimations .stappen .stap .flowstap {
	opacity: 0;
}

.no-touch.cssanimations .stappen .stap.inviewport {
	opacity: 1;
	-webkit-animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms forwards;
	        animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms forwards;
}

.no-touch.cssanimations .stappen .stap.inviewport .flex-next {
	-webkit-animation: slideInRight 500ms cubic-bezier(0.23, 1, 0.32, 1) 800ms forwards;
	        animation: slideInRight 500ms cubic-bezier(0.23, 1, 0.32, 1) 800ms forwards;
}

.no-touch.cssanimations .stappen .stap.inviewport .flex-prev {
	-webkit-animation: slideInLeft 500ms cubic-bezier(0.23, 1, 0.32, 1) 1000ms forwards;
	        animation: slideInLeft 500ms cubic-bezier(0.23, 1, 0.32, 1) 1000ms forwards;
}

.no-touch.cssanimations .stappen .stap.inviewport .flowstap {
	-webkit-animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 400ms forwards;
	        animation: scaleInUp 1500ms cubic-bezier(0.23, 1, 0.32, 1) 400ms forwards;
}

/* ==|====================
   Base/Form
   ======================= */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="number"],
textarea {
	font-size: 1em;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #666;
	padding: .75em;
	outline: 0;
	border: none;
	background-color: #fff;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cdcdcd;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #cdcdcd;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cdcdcd;
}

input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="date"].error,
input[type="search"].error,
input[type="number"].error,
textarea.error {
	border-color: #ce1b1b;
}

.form-actions input[type="submit"] {
	outline: none;
}

input[type="checkbox"].error {
	box-shadow: 0 0 0 3px #ce1b1b;
}

/* ==|===============
   Module/Text formatted (rich content)
   ================== */

.formatted {
	color: #202020;
}

.formatted h1,
.formatted h2,
.formatted h3,
.formatted h4,
.formatted h5,
.formatted h6 {
	margin-top: 0;
}

.formatted h1 {
	font-size: 50px;
	font-size: 3.125rem;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}

.formatted h2 {
	margin: 1.3em 0 .5em;
}

.formatted ul {
	border-left: 3px solid #d6dee5;
	padding-left: 3.5em;
	margin: 2em 0;
}

.formatted p {
	padding-bottom: 30px;
}

.formatted .heading {
	list-style-type: none;
	padding-left: 0;
	margin-left: -20px;
}

p {
	color: #202020;
}

[class*=textcol] p:first-child {
	margin-top: 0;
}

[class*=textcol] p:last-child {
	margin-bottom: 0;
}

.textcol2 {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

.textcol3 {
	-webkit-columns: 3;
	   -moz-columns: 3;
	        columns: 3;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

.textcol4 {
	-webkit-columns: 4;
	   -moz-columns: 4;
	        columns: 4;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

.ckeditor--content { /*
  * Styling table
  */
}

.ckeditor--content table {
	color: #202020;
	width: 100%;
}

.ckeditor--content table td,
.ckeditor--content table th {
	padding: .25rem;
	text-align: left;
}

.ckeditor--content table th {
	font-weight: 700;
	color: #691818;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.ckeditor--content table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.ckeditor--content table tr:nth-child(even) td {
	background-color: rgba(0, 0, 0, 0.025);
}

/* ==|=====================
   Module/Table
   ======================== */

.table__element {
	background: #fff;
	font-size: .875em; /* 14/16 */
	width: 100%;
}

.table__element th {
	background: #eee;
	color: #fff;
	padding: .5em .5em .5em 0;
	text-transform: uppercase;
	font-weight: 300;
}

.table__element th:first-child {
	padding-left: 1.2em;
}

.table__element tr td {
	border-bottom: 1px dashed #e9e9e9;
	padding: .7em 3em .7em 0;
}

.table__element tr td:first-child {
	padding-left: 1.2em;
}

.table__element tr td:last-child {
	padding-right: .7em;
}

.table__element tr:last-child td {
	border-bottom: none;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Icon Fonts
*********************************/

/* Font-face Icons */

@font-face {
	font-family: 'flexslider-icon';
	src: url("fonts/flexslider-icon.eot");
	src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}

/*
* Hide arrows if there is no next or previous slide
*/

.flex-disabled {
	display: none;
}

.flexslider {
	position: relative;
}

.flexslider ul {
	padding: 0;
	margin: 0;
	border: none;
	list-style-type: none;
}

.no-svg .flex-direction-nav .flex-prev {
	background: #691818 url("../images/arrow-left.png") no-repeat center;
}

.no-svg .flex-direction-nav .flex-next {
	background: #691818 url("../images/arrow-right.png") no-repeat center;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	position: absolute;
	height: 100px;
	width: 50px;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
	text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
	left: 50px;
	background: #691818 url("../images/arrow-left.svg") no-repeat center;
}

.flex-direction-nav .flex-next {
	right: 50px;
	background: #691818 url("../images/arrow-right.svg") no-repeat center;
}

@media (min-width: 500px) {

.header__taalkeuze {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}

}

@media (min-width: 768px) {

.wesm-shop__product {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 25px);
	        flex: 0 0 calc(50% - 25px);
	width: calc(50% - 25px);
}

}

@media (min-width: 900px) {

.header__taalkeuze {
	position: relative;
	top: unset;
	right: unset;
}

}

@media screen and (min-width: 960px) {

body.stopanimation header {
	-webkit-animation: none !important;
	        animation: none !important;
	opacity: 1 !important;
}

body.sticky {
	padding-top: 62px;
}

body.sticky .header__bottom,
body.sticky .header__submenu {
	position: fixed;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	left: 0;
	width: 100%;
	top: 0;
	will-change: all;
}

body.sticky .header__submenu {
	top: 62px;
}

}

@media (min-width: 1024px) {

.wesm-shop__product {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(33.33% - 25px);
	        flex: 0 0 calc(33.33% - 25px);
	width: calc(33.33% - 25px);
}

}

@media screen and (max-width: 1350px) {

.csstransitions .ckeditor--content blockquote {
	position: static;
	margin: 0;
	margin-right: 2em !important;
}

.csstransitions .ckeditor--content blockquote:nth-of-type(2n+2) {
	margin-right: 0;
	margin-left: 2em !important;
}

.csstransitions .ckeditor--content img {
	position: static !important;
	margin: 1em;
	margin-left: 0;
}

.csstransitions .ckeditor--content img:nth-of-type(2n+2) {
	margin-right: 0;
	margin-left: 2em;
}

.homepage--text,
.page-content,
.bannerblock {
	padding-left: 4em !important;
	padding-right: 4em !important;
}

.homepage--text,
.bannerblock {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}

}

@media screen and (max-width: 1300px) {

.titel__container h1 {
	left: 0;
}

}

@media screen and (max-width: 1240px) {

.view-citaten .citaat {
	padding: 2em;
}

.view-citaten .citaat .citaat__afbeelding,
.view-citaten .citaat .citaat__right {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.view-citaten .citaat .citaat__afbeelding {
	width: 30%;
}

.view-citaten .citaat .citaat__right {
	width: 65%;
}

}

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

.flowstappen {
	display: none;
}

.verdeler__lijst {
	padding: 0 2em;
}

.verdeler__lijst .verdeler {
	width: 48%;
}

}

@media all and (max-width: 1100px) {

.view-id-kaaswinkel_locator .cafe__item {
	width: 48%;
}

}

@media screen and (max-width: 1050px) {

.shopcontainer .product {
	width: 50%;
}

.shopcontainer .product .product__image {
	height: 250px;
}

}

@media screen and (max-width: 1000px) {

.form-footer {
	display: block;
}

.form-footer .delivery-info {
	width: calc(100% - 200px);
	display: inline-block;
}

.form-footer .payment-methods {
	display: inline-block;
	width: 200px;
	margin-right: -5px;
	margin-top: 1em;
}

.form-footer #shop-price-overview.active {
	display: inline-block;
	width: 100%;
	margin-top: 2em;
}

}

@media all and (max-width: 1000px) {

.shop-footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#shop-price-overview {
	width: 100%;
}

}

@media (max-width: 1000px) {

.wesm-shop__data-wrapper > .fieldset-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.wesm-shop__data {
	width: 100%;
}

}

@media screen and (max-width: 960px) {

.header__search .form-item-search-block-form:after {
	display: none;
}

.search__close {
	display: none;
}

.header__search {
	bottom: -100%;
	height: 70px;
}

.header__search .form-type-textfield input {
	font-size: 25px;
	font-size: 1.5625rem;
}

.header__search .form-actions {
	display: block;
	width: 150px;
	float: left;
}

.header__search .form-actions input {
	height: 70px;
	width: 100%;
	background: #823131;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border: none;
	outline: none;
	padding: 0.75em;
}

.titel__container {
	max-height: 300px !important;
}

.titel__container .page__titel {
	height: 300px !important;
}

.paragraph__left {
	width: 100%;
	margin-right: 0;
}

.view-verwijzignsblokken .blok {
	width: 50%;
	padding: 0;
	margin-bottom: 2em;
}

.textcol3 {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

.textcol4 {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

}

@media (max-width: 900px) {

.wesm-shop__steps {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 25px;
}

.wesm-shop__step {
	margin: 10px;
}

.wesm-shop__review__data {
	display: block;
}

.wesm-shop__review__data--left {
	width: 100%;
}

.wesm-shop__review__data--right {
	width: 100%;
	margin-top: 25px;
}

}

@media all and (max-width: 900px) {

.contactpage__container {
	display: block;
}

.contactpage__content {
	width: 100%;
	padding: 0;
}

.contactpage__map {
	width: 100%;
}

.map-with-filters {
	display: block;
}

.map-with-filters__filters {
	width: 100%;
	display: block;
	min-width: 100%;
}

.map-with-filters__mapresult {
	width: 100%;
	min-height: 300px;
}

.map-with-filters .gmap {
	min-height: 300px;
}

.filter__inner {
	width: 100%;
}

}

@media screen and (max-width: 900px) {

.header__top {
	padding-left: 0; /* .mobiletable{
        display: table;
        width: 100%;
    }
    .left,.right{
        float: none !important;
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    } */
}

.header__top .logo {
	color: #fff;
	width: 100% !important;
}

.header__top .left {
	float: none;
	width: 100%;
	padding-left: .25em;
	background: #370000;
}

.header__bottom {
	text-align: right;
}

body.search .maincontent {
	-webkit-transform: translateY(3em);
	        transform: translateY(3em);
}

.noresult-message {
	position: static;
	padding: 40px 20px;
	width: 100%;
	background-color: #932121;
	background-size: 20px;
	border-radius: 0;
}

.cafe__lijst .cafe__item {
	width: 48%;
}

.cafe__gmap .gmap {
	position: static !important;
	height: 400px !important;
}

}

@media screen and (max-width: 850px) {

.csstransitions .ckeditor--content img {
	cursor: default;
	width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
}

.csstransitions .ckeditor--content img:hover {
	-webkit-transform: none;
	        transform: none;
}

.csstransitions .ckeditor--content img.scale {
	-webkit-transform: none;
	        transform: none;
}

.csstransitions .ckeditor--content blockquote {
	margin: 1em 0 !important;
	float: none !important;
}

.csstransitions .ckeditor--content blockquote:nth-of-type(2n+2) {
	margin: 1em 0 !important;
}

}

@media screen and (max-width: 800px) {

.order-form-info-container .order-form-user-info,
.order-form-info-container .order-form-delivery-info {
	display: block;
	width: 100%;
	padding: 0;
}

}

@media screen and (max-width: 750px) {

.shopcontainer .product {
	width: 100%;
	padding: 0;
}

.shopcontainer .product .product__image {
	height: 300px;
}

}

@media screen and (max-width: 700px) {

.header__top .float-left .logo:hover .primary {
	padding-left: 0 !important;
}

.header__top .float-left .logo .home {
	display: none;
}

.header__search .form-item-search-block-form:after {
	display: none;
}

.header__search .form-type-textfield {
	width: 100%;
}

.header__search .form-actions {
	display: block;
	width: 100%;
	float: left;
}

.header__search .form-actions input {
	font-size: 14px;
	font-size: 0.875rem;
}

.header__submenu {
	position: static !important;
}

.page-content {
	margin: 2em auto !important;
}

.titel__container.noimage {
	height: auto !important;
	min-height: 100% !important;
}

.titel__container.noimage .page__titel {
	padding: 2em;
	min-height: 100% !important;
	height: auto !important;
}

.titel__container.noimage .page__titel h1 {
	position: static !important;
}

.titel__container h1 {
	width: auto;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.stickyfooter {
	margin-bottom: 0;
	padding-bottom: 10%;
}

footer,
.push {
	height: auto;
}

footer:after,
.push:after {
	content: "";
	display: table;
	clear: both;
}

.page-user .constrained,
.page-user .header__search .pane-content,
.header__search .page-user .pane-content,
.page-user .page-content,
.page-user .content--container,
.page-user .maincontent > .tabs,
.page-user .messages.error ul,
.messages.error .page-user ul,
.page-user .page-search .maincontent,
.page-search .page-user .maincontent,
.page-user .view-citaten > .view-content,
.page-user .view-verwijzignsblokken {
	padding-top: 1em;
}

.front .messages {
	margin-bottom: 0;
	margin-top: 2em;
}

.messages.error {
	display: none;
}

.page-search .maincontent .pane-title {
	padding: 0 20px;
}

.page-search .maincontent .pane-search-form {
	display: none;
}

.view-citaten .citaten--titel {
	width: 100%;
}

.view-citaten .citaten--titel.active {
	border-left: 10px solid #691818;
}

.view-citaten .citaat {
	padding: 2em;
}

.view-citaten .citaat .citaat__afbeelding,
.view-citaten .citaat .citaat__right {
	float: none;
	display: block;
	width: 100%;
}

.view-citaten .citaat .citaat__afbeelding img,
.view-citaten .citaat .citaat__right img {
	width: auto;
	height: auto;
}

.view-verwijzignsblokken .blok {
	width: 100%;
	padding: 0;
	margin-bottom: 2em;
}

.relatiegeschenken {
	padding: 2em;
}

.relatiegeschenken .relatiegeschenk {
	width: 100%;
	padding: 0;
	float: none;
	margin-bottom: 4em;
}

.relatiegeschenken .relatiegeschenk .relatiegeschenk__left,
.relatiegeschenken .relatiegeschenk .relatiegeschenk__right {
	width: 100%;
	float: none;
}

.relatiegeschenken .relatiegeschenk .relatiegeschenk__right {
	padding: 1em;
}

.relatiegeschenken .relatiegeschenk .relatiegeschenk__left img {
	width: auto;
}

.webform-client-form .form-item.webform-component,
.webform-client-form .form-actions {
	width: 100%;
	float: none;
	padding: 0 1em;
	margin-bottom: .5em;
}

.webform-client-form .relatie--item {
	width: 100%;
	float: none;
	margin-bottom: 2em;
}

.webform-client-form .relatie--item img {
	width: 40% !important;
	height: auto !important;
}

.perspakket {
	display: none;
}

.beeldbank__item {
	width: 100%;
	float: none;
}

.verdeler__lijst {
	padding: 0 0em;
}

.verdeler__lijst .view-header h3 {
	padding-left: 20px;
}

.verdeler__lijst .verdeler {
	width: 98%;
}

.verdeler__filters,
.verdeler__gmap {
	display: block;
	width: 100% !important;
}

.verdeler__gmap > div {
	height: 300px !important;
}

.fiche {
	width: 98%;
}

.smartphone {
	display: inline-block;
}

.desktop {
	display: none;
}

body .header__submenu {
	-webkit-transition: 400ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 400ms all cubic-bezier(0.86, 0, 0.07, 1);
}

body.search .header__submenu {
	-webkit-transform: translateY(3em);
	        transform: translateY(3em);
	opacity: .2;
}

.homepage--text,
.page-content,
.bannerblock {
	padding-left: 2em !important;
	padding-right: 2em !important;
}

.homepage--text,
.bannerblock {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="number"],
textarea {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="number"],
textarea {
	width: 100%;
}

.formatted h1 {
	font-size: 40px;
	font-size: 2.5rem;
	margin-bottom: 30px;
}

}

@media screen and (max-width: 650px) {

.flex-direction-nav .flex-prev {
	left: 0 !important;
}

.flex-direction-nav .flex-next {
	right: 0 !important;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	height: 100%;
	top: 0;
	margin-top: 0;
}

.flex-direction-nav .flex-disabled {
	display: none;
}

}

@media all and (max-width: 650px) {

.view-id-kaaswinkel_locator .cafe__item {
	width: 98%;
}

}

@media (max-width: 650px) {

.preview-blok:not(:last-child) {
	margin-bottom: 3rem;
}

.preview-blok__content {
	padding: 0 2em;
}

.ckeditor--content img {
	float: none !important;
	margin: 1rem 0 !important;
}

}

@media screen and (max-width: 550px) {

.form-footer .delivery-info {
	display: block;
	width: 100%;
}

.form-footer .payment-methods {
	display: block;
	margin-right: 0;
	margin-top: 1em;
	width: 100%;
}

}

@media (max-width: 550px) {

.wesm-shop__input-wrapper--small {
	width: 100%;
}

.wesm-shop__input-wrapper--medium {
	width: 100%;
}

.wesm-shop__input-wrapper--large {
	width: 100%;
}

.wesm-shop__input-wrapper--xl {
	width: 100%;
}

.wesm-shop__input-wrapper--xxl {
	width: 100%;
}

.wesm-shop__input-wrapper--last-name {
	margin-top: 0;
}

.wesm-shop__success__button {
	margin-top: 50px;
}

}

@media screen and (max-width: 500px) {

.header__menu {
	display: none;
}

.header__top .right {
	border: solid red;
	display: none !important;
}

.header__top .logo {
	text-align: center;
}

.csscalc .header__search .form-type-textfield {
	width: calc(100% - 80px);
}

.csscalc .header__search .form-actions {
	width: 80px;
}

.header__submenu {
	position: static;
}

.header__submenu li,
.header__submenu a {
	display: block !important;
}

.footer__item {
	display: block;
	float: none;
	text-align: center;
	padding: .25em;
}

.cafe__lijst .cafe__item {
	width: 98%;
}

.beeldbank__item {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 2em;
}

.beeldbank__image {
	padding-left: 1em;
}

.age--container .button {
	padding: .75em 1.5em;
	font-size: 20px;
	font-size: 1.25rem;
}

.age--container .button:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.age--container .seperator {
	padding: 0 .5em;
}

.mobile-toggle {
	display: inline-block !important;
}

body.mobile-mainnav .mobile-menu--container,
body.mobile-mainnav .mobile-mainnav {
	display: none;
}

.mobile-only {
	display: block;
}

body.mobile-mainnav .smartphone-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	z-index: 5;
}

body.mobile-mainnav .header__submenu {
	-webkit-transform: translateY(5em);
	        transform: translateY(5em);
	opacity: .2;
}

body.mobile-mainnav .maincontent {
	-webkit-transform: translateY(5em);
	        transform: translateY(5em);
	opacity: .2;
}

.smartphone-nav {
	-webkit-transition: 400ms all cubic-bezier(0.86, 0, 0.07, 1);
	        transition: 400ms all cubic-bezier(0.86, 0, 0.07, 1);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-1em);
	        transform: translateY(-1em);
	background: #691818;
	position: absolute;
	left: 0;
	width: 100%;
	top: 106px;
	z-index: 2;
	border-top: 1px solid #550404;
}

.smartphone-nav .topnav ul:not(.language-switcher-locale-url) {
	padding: 0 1em;
	margin: 0;
	padding: 2em 2em 1.5em 2em;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

.smartphone-nav .topnav ul:not(.language-switcher-locale-url) li {
	text-align: left;
	display: block;
	line-height: 1em;
}

.smartphone-nav .topnav ul:not(.language-switcher-locale-url) a {
	padding: .5em 0;
	display: inline-block;
	color: #fff;
}

.smartphone-nav .mainnav {
	background: #370000;
}

.smartphone-nav .mainnav ul {
	padding: 0;
	margin: 0;
}

.smartphone-nav .mainnav ul ul {
	display: none;
}

.smartphone-nav .mainnav ul li {
	display: block;
}

.smartphone-nav .mainnav ul a {
	text-decoration: none;
	color: #d6b8b8;
	display: block;
	padding: 1em;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 19px;
	font-size: 1.1875rem;
	border-bottom: 1px solid #140000;
}

.smartphone-nav .mainnav ul a:active {
	background: #140000;
}

.formatted ul {
	padding-left: 30px;
}

.textcol2 {
	-webkit-columns: 1;
	   -moz-columns: 1;
	        columns: 1;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
}

.textcol3 {
	-webkit-columns: 1;
	   -moz-columns: 1;
	        columns: 1;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
}

.textcol4 {
	-webkit-columns: 1;
	   -moz-columns: 1;
	        columns: 1;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
}

}

@media (max-width: 400px) {

.wesm-shop__review__products table tr td:first-child,
.wesm-shop__review__products table tr th:first-child {
	display: none;
}

}

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

.shopcontainer .product .product__image {
	height: 250px;
}

}

@media screen and (max-width: 270px) {

.shopcontainer .product .product__image {
	height: 200px;
}

}

@-webkit-keyframes searchLoad {

0% {
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: .5;
}

50% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: .5;
}

100% {
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: .5;
}

}

@keyframes searchLoad {

0% {
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: .5;
}

50% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: .5;
}

100% {
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: .5;
}

}

@-webkit-keyframes load {

0% {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

50% {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@keyframes load {

0% {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

50% {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@-webkit-keyframes scaleInUp {

from {
	-webkit-transform: translateY(15px) scale(1.1);
	        transform: translateY(15px) scale(1.1);
	opacity: 0;
}

to {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

}

@keyframes scaleInUp {

from {
	-webkit-transform: translateY(15px) scale(1.1);
	        transform: translateY(15px) scale(1.1);
	opacity: 0;
}

to {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes slideInLeft {

from {
	-webkit-transform: translateX(-50px) scale(0.8);
	        transform: translateX(-50px) scale(0.8);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

}

@keyframes slideInLeft {

from {
	-webkit-transform: translateX(-50px) scale(0.8);
	        transform: translateX(-50px) scale(0.8);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes slideInRight {

from {
	-webkit-transform: translateX(50px) scale(0.8);
	        transform: translateX(50px) scale(0.8);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

}

@keyframes slideInRight {

from {
	-webkit-transform: translateX(50px) scale(0.8);
	        transform: translateX(50px) scale(0.8);
	opacity: 0;
}

to {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes slideInUp {

from {
	-webkit-transform: translateY(-50px);
	        transform: translateY(-50px);
	opacity: 0;
}

to {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

}

@keyframes slideInUp {

from {
	-webkit-transform: translateY(-50px);
	        transform: translateY(-50px);
	opacity: 0;
}

to {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

}

