* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#privacypolicy a {
  color: #000;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* VARIABLES =================================================================== */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
/* STYLES ====================================================================== */
a {
  color: inherit;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.logo img {
  width: auto;
  height: 60px;
}
.logo .toggle {
  display: none;
}
@media only screen and (max-width: 800px) {
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo img {
    margin-bottom: 20px;
  }
  .logo .toggle {
    display: inline-block;
    width: 35px;
    height: 16px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    z-index: 99990;
  }
  .logo .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #00a6b7;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .logo .toggle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #00a6b7;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .logo .toggle.open {
    width: 40px;
    height: 20px;
  }
  .logo .toggle.open:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  .logo .toggle.open:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
}
.color {
  color: #00a6b7;
}
.red {
  color: crimson;
}
hr {
  border: none;
  border-top: 1px solid #999;
}
h1 {
  margin-bottom: 30px;
}
body {
  font-family: sans-serif;
  font-size: 12px;
  /* @media only screen and (max-width: 800px) {
     	font-size: 15px;
    }*/
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body footer,
body main {
  margin: 0 5%;
  margin-top: 10px;
  overflow: hidden;
}
.fullscreenbg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fullscreenbg.loaded {
  opacity: 1;
}
.fullscreenbg img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fullscreenbg img.loaded {
  display: none;
}
.login_holder {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_holder .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
}
.login_holder .wrap .marginwrap {
  overflow: hidden;
  padding: 20px;
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.8);
}
.login_holder .wrap .marginwrap .logo {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_holder .wrap .marginwrap .logo img {
  display: block;
  margin-bottom: 20px;
  height: 60px;
}
.more.small {
  padding: 2px 7px;
}
.more {
  display: inline-block;
  border-radius: 5px;
  background: #71706F;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more:hover {
  color: black;
  background: #00a6b7;
}
.more.invert {
  color: black;
  background: #00a6b7;
}
.more.invert:hover {
  background: #71706F;
  color: white;
}
.site_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 50px auto;
}
.site_content .left {
  width: 50%;
}
.site_content .left nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site_content .left nav > ul > li a {
  text-decoration: none;
  display: inline-block;
}
.site_content .left nav > ul > li a.active {
  font-weight: bold;
  color: #00a6b7;
}
.site_content .left nav > ul > li a span {
  width: 20px;
  display: inline-block;
}
.site_content .left nav > ul > li a span.spanbefore {
  margin-right: 0px;
}
.site_content .left nav > ul > li a span.spanafter {
  margin-left: 10px;
  display: none;
}
.site_content .left nav > ul > li .subnav {
  display: none;
}
.site_content .left nav > ul > li .subnav.open {
  display: block;
}
.site_content .left nav > ul > li .subnav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.site_content .left nav > ul > li .subnav > ul > li .subsubnav {
  display: none;
}
.site_content .left nav > ul > li .subnav > ul > li .subsubnav.open {
  display: block;
}
.site_content .left nav > ul > li .subnav > ul > li .subsubnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.site_content .right {
  width: calc(50% - 20px);
}
.site_content .right .docs_holder strong {
  color: #00a6b7;
}
@media only screen and (max-width: 800px) {
  .site_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
  .site_content .left {
    width: 100%;
    display: none;
  }
  .site_content .left.active {
    display: block;
  }
  .site_content .right {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #00a6b7;
    width: 100%;
  }
}
/*
.column_holder{
	.col1{
		width:45%;
		float:left;	
	}
	.col2{
		width:45%;
		float:right;	
	}	 
	@media only screen and (max-width: 720px) {
		.col1,
		.col2{
			width: 100%;			 
		}	
	}
}

.totaal{
	&.old{
		opacity:.5;
		
	}	
}
*/
.splashscreen,
#couponform,
#checkoutform,
#loginform,
#wachtwoordform,
#wachtwoordeditform,
#editaccountform,
#newaccountform {
  display: none;
}
.splashscreen.active,
#couponform.active,
#checkoutform.active,
#loginform.active,
#wachtwoordform.active,
#wachtwoordeditform.active,
#editaccountform.active,
#newaccountform.active {
  display: block;
}
/*
.order_as_client{
	background: crimson;
	margin-bottom:20px;
	padding: 5px 10px;
	label{
		font-weight:bold;	
	}
	select{
		background-color:white!important;	
	}
}*/
.simpleform.half {
  max-width: 500px;
}
.simpleform.inset {
  margin: -1%;
}
.simpleform h3 {
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.simpleform .col1 {
  width: 31.333%;
  margin: 1%;
  float: left;
}
.simpleform .col2 {
  margin: 1%;
}
.simpleform .col2.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simpleform .col2.flex .checkboxrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px;
}
@media only screen and (max-width: 1000px) {
  .simpleform .col2.flex .checkboxrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.simpleform .col2.flex .formblock {
  margin: 5px;
}
@media only screen and (max-width: 1000px) {
  .simpleform .col2.flex .formblock.fullsmall {
    width: 100%;
  }
}
.simpleform .col2.flex .formblock .searchinput {
  margin: 0;
  min-width: 150px;
}
.simpleform .col2.flex .formblock select {
  margin: 0;
  min-width: 150px;
}
.simpleform .col2.flex .formblock.check {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.simpleform .col2.flex .formblock.check label {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-top: 2px;
  padding: 0;
}
.simpleform .col2.flex .formblock.check label input {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
}
.simpleform .col2.flex .formblock .viewtypeholder {
  font-size: 17px;
  background: #f0f0f0;
  padding: 5px;
  border: #bbb;
  cursor: pointer;
}
.simpleform .col2.flex .formblock .viewtypeholder span {
  color: #000;
  display: inline-block;
  padding: 0 5px;
}
.simpleform .col2.flex .formblock .viewtypeholder span.row {
  color: #00a6b7;
}
.simpleform .col2.flex .formblock .viewtypeholder span.grid {
  color: #000;
}
.simpleform .col2.flex .formblock .viewtypeholder.gridactive span.grid {
  color: #00a6b7;
}
.simpleform .col2.flex .formblock .viewtypeholder.gridactive span.row {
  color: #000;
}
.simpleform .col3 {
  width: 31.333%;
  float: right;
  margin: 1%;
}
@media only screen and (max-width: 800px) {
  .simpleform .col1,
  .simpleform .col3,
  .simpleform .col2 {
    width: 98%;
  }
}
.simpleform .erroneous {
  border-color: #00a6b7;
  border-color: crimson;
}
.simpleform label {
  color: black;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  display: block;
}
.simpleform input {
  border: none;
  padding: 10px;
  border: 1px solid #bbb;
  width: 100%;
  color: #2c2b2a;
  margin-bottom: 20px;
  background: none;
  color: black;
}
.simpleform input::-webkit-input-placeholder {
  color: #999;
}
.simpleform input::-moz-placeholder {
  color: #999;
}
.simpleform input:-ms-input-placeholder {
  color: #999;
}
.simpleform input::-ms-input-placeholder {
  color: #999;
}
.simpleform input::placeholder {
  color: #999;
}
.simpleform textarea {
  border: none;
  padding: 10px;
  border: 1px solid #bbb;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background: none;
  color: #2c2b2a;
}
.simpleform textarea::-webkit-input-placeholder {
  color: #999;
}
.simpleform textarea::-moz-placeholder {
  color: #999;
}
.simpleform textarea:-ms-input-placeholder {
  color: #999;
}
.simpleform textarea::-ms-input-placeholder {
  color: #999;
}
.simpleform textarea::placeholder {
  color: #999;
}
.simpleform select {
  border: none;
  padding: 6px 10px;
  border: 1px solid #bbb;
  border-radius: 0px;
  color: #2c2b2a;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  color: black;
  -webkit-appearance: none;
  /*option{
		 	background: #202020;
 			background-color: rgba(0, 0, 0, 0.3);
		}
		*/
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: center right;
  background-repeat: no-repeat;
  /* background-image: url('../../assets/images/selectarrows.png');
      background-position: center right;
      background-repeat: no-repeat; */
  /**/
}
.simpleform #coupon-submit,
.simpleform #checkout-submit,
.simpleform #editaccount-submit,
.simpleform #newaccount-submit,
.simpleform #form-delete,
.simpleform #login-submit,
.simpleform #wachtwoordedit-submit,
.simpleform #wachtwoord-submit,
.simpleform #form-submit {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 5px;
  color: black;
  background: #00a6b7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 23px;
  margin: auto;
  text-align: center;
  width: auto;
}
.simpleform #coupon-submit:hover,
.simpleform #checkout-submit:hover,
.simpleform #editaccount-submit:hover,
.simpleform #newaccount-submit:hover,
.simpleform #form-delete:hover,
.simpleform #login-submit:hover,
.simpleform #wachtwoordedit-submit:hover,
.simpleform #wachtwoord-submit:hover,
.simpleform #form-submit:hover {
  background: black;
  color: white;
}
.simpleform #coupon-submit.disabled,
.simpleform #checkout-submit.disabled,
.simpleform #editaccount-submit.disabled,
.simpleform #newaccount-submit.disabled,
.simpleform #form-delete.disabled,
.simpleform #login-submit.disabled,
.simpleform #wachtwoordedit-submit.disabled,
.simpleform #wachtwoord-submit.disabled,
.simpleform #form-submit.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.simpleform #coupon-submit {
  background: #000;
}
.simpleform #form-delete {
  margin-top: 20px;
  background: #00a6b7;
  color: white;
  display: none;
}
.simpleform #form-delete.active {
  display: inline-block;
}
.simpleform .feedback,
.simpleform #feedback {
  color: crimson;
  margin-top: 20px;
}
.simpleform .check_terms {
  cursor: pointer;
  position: relative;
  margin: 10px 0;
}
.simpleform .check_terms label {
  margin-left: 30px;
}
.simpleform .check_terms:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #000;
}
.simpleform .check_terms:not(#IE8) input[type=checkbox] {
  display: none;
}
.simpleform .check_terms:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 18px;
  color: #000;
}
/*
.checkout_btn,
.complete_btn{
	background: @rood;
	color:white;
	display:inline-block;
	//padding:5px;
	//border-radius: 5px;	
	text-decoration:none;
	cursor:pointer;
	font-size:10px;
	letter-spacing:1px;
	padding:10px 20px;
	border-radius:5px;
	text-transform:uppercase;
	color:black;
	&:hover{
		background:black;
		color:white;	
	}
	transition: all .3s ease;
	&.blauw{
		background: @blauw;	
		color:white;
		&:hover{
			background:@rood;
			color:black;	
		}
		
	}
	&.disabled{
		opacity:.5;
		pointer-events:none;
		cursor: not-allowed;	
	}
}

*/
/*
_form{
	.contact_container{
		hr{
			border:none;
			border-top:1px dashed #999;	
		}
		.centerfield{
			
		}
		.contactgroup{
			position:relative;
			.removable{			
				
				
				padding:5px; 
				font-size:9px;
				text-transform:uppercase;
				//color:@rood;
				top:0;
				right:0;
				position:absolute;
				cursor:pointer;
				color:@rood;
				
				
			}
		}   	 
	}
	.contactgroupadd{
		cursor:pointer;	
		//font-size:16px;
		background:linear-gradient(to bottom, #ccc 0, #bbb 100%);
		border-color:#bbb;
		padding:10px 20px;
		color:white;	
		display:inline-block;
		//margin:auto;
		text-align:center;
		border-radius:5px;
		width:auto;
		margin-bottom:30px;
	}
	
}
*/
footer {
  /*img{
		max-width:270px;
		margin: auto;	 
		padding: 0 5px;
	}
	clear:both;
	// border-top:1px solid #f0f0f0;
	text-align:center;
	padding-top:50px;
	margin-top:50px;
	padding-bottom:50px;
	*/
}
/* MEDIA QUERY'S =============================================================== */
