@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -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;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}

html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Montserrat', sans-serif;
 background-color: white;
}

.banner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
}

.slider{
  max-width: 1400px;
  margin: 0 auto;
}

.tussenstuk {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  margin-top: 30px;
}

.tussenstuk h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #46A2AB;
}

.tussenstuk select {
  padding: 8px 30px;
  text-align: center;
  border-radius: 200px;
  background-color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #46A2AB;
  color: #828282;
  padding-right: 50px;
  background-image: url(/images/arr.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.uptop {
  position: fixed;
  z-index: 10;
  color: #000 !important;
  border: 1px solid #000;
  right: -100px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7fc;
  transition: all 0s;
  overflow: hidden;
  border-radius: 40px;
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #46A2AB;
  transition: all 0s;
}

.uptop i {
  z-index: 2;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}
/* Algemeen */
/* INSTAGRAM START */

.band .between-titel h3 {
  background-color:#f8eaf2;
}
.band .between-titel h3 {
  background-color:#ffddd5;;
  color: #fff;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
}
.band {
  margin-top:5%;
  background-color: #daecee;
  padding-bottom:96px;
}
.instagram_feed {   
  width: 100%;   
  max-width: 1600px;   
  margin: 0 auto;   
  display: flex;   
  justify-content: space-between;   
  -ms-align-items: center;   
  align-items: center;   
  flex-wrap: wrap;   
} 
#volgInsta{
  text-align: center;
  font-size: 2rem;
  padding: 32px;
  color: #000;
}

#hestagsWords{
  text-align: center;
  padding: 50px;
  font-size: 2rem;
  color: #686868;
  max-width: 1000px;
margin: 0 auto;
}

.instagram_feed .instagram_post {   
  width: 24%;
  margin: 0 .5%;
  position: relative;
  height: 366px;
  background-size: cover;

} 

.videoInstagram{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.instagram_feed .instagram_post img {   
  width: 100%; 
} 

.instagram_feed .instagram_post video {   
  width: 100%;
} 

.instagram_feed .instagram_post .overlay {   
  position: absolute;   
  left: 0;   
  right: 0;   
  bottom: 0;   
  top: 0;   
  z-index: 1;   
  background-color: rgba(0,0,0,.5);   
  opacity: 0;   
  display: flex;   
  justify-content: center;   
  -ms-align-items: center;   
  align-items: center;   
  color: white;   
  font-size: 3em;   
  transition: all .3s; 
} 

.instagram_feed .instagram_post:hover .overlay {   
  opacity: 1; 
}

.insta-logo-only {
  display: none;
}
/* INSTAGRAM EINDE*/
.promo {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e74c3c;
  color: white;
  width: 100px;
  height: 50px;
  font-weight: 700;
  z-index: 1;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.header {
  padding: 50px 0;
  width: 100%;
  background-color: #FFFFFF;
}
.imagesBrillen{
  max-width: 1400px;
  margin: 0 auto;
}
.imagesBrillen div {
  display:none;
  margin-bottom: 4%;
  overflow: hidden;
}
.imagesBrillen div:first-child {
  display:block;
}
.page_header {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	padding: 50px 10px; 
}

.page_header h1 {
  font-size: 25px;
  color: #46A2AB;
  font-weight: 700;
  margin-top: 6px;
  text-align: center;
  margin-bottom: 7px;
}

.page_header h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #bbbbbb;
	text-align: center;
	letter-spacing: 1px;
}

.page_header div {
	color: #636363;
	font-weight: 200;
	font-size: 19px;
	text-align: center;
	line-height: 150%;
}

.header>div {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.header hgroup {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.header h1 {
  color: #46A2AB;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  max-width: 79%;
  margin-bottom: 20px;
}

.header h2 {
  color: #3A3A3A;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 1.1em;
}

#imageHeader{
  width: 114px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.ov_producten > article:hover{
  transform: scale(1.05);
}

.header_tekst {
  line-height: 130%;
  font-size: 1.2em;
  color: #9A9A9A;
  width: 100%;
  text-align: center;
}

.navigatie {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.logo {
  max-width: 140px;
  width: 100%;
  margin-top: 10px;
}

.navigatie_socials, .navigatie_phone {
  width: 33.33%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  color: #C9C9C9;
}

.navigatie_socials a, .navigatie_phone a {
 color: #C9C9C9;
}

.navigatie_socials a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.navigatie_phone{
  justify-content: flex-end;
}

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
  padding-bottom: 100px;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.closebtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.menubtn {
  width: 30px;
  margin-right: 10px;
  display: none;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 25px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
} 

.navitem a {
  color: #353535;
  font-size: 1.1em;
  font-weight: 700;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 2px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.imageFooter{
  position: relative;
}

#imageAboveFooter{
  display:flex;
  justify-content: center;
  padding-top:5%;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}

.activeres {
  color: #46A2AB !important;
}


.main_nav {
  display: flex;
  justify-content: center;
  padding: 15px;
  margin-top: 20px;
}

.main_nav a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2B2B2B;
  font-size: .8em;
  margin: 0 25px;
  line-height: 57px;
}

.active {
  color: #46A2AB !important;
  font-weight: 700;
  background-image:url(../images/streepjesLogoBlauw.png);
  background-position:center top;
  background-repeat:no-repeat;
  background-size: 24px;
}

.innerfooter {
  background-color: #46A2AB;
  width: 100%;
  padding: 107px 17px;
    padding-bottom: 107px;
  padding-bottom: 85px;
  margin-top: 50px;
  position: relative;
  padding-bottom: 45px;
}

.innerfooter ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.footer-logo {
  width: 90px;
  filter: grayscale(50%);
}

.footer-socials div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #46a2ab;
  font-size: 1.1em;
  margin: 0 7px;
}

.footer-geg>div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #C9C9C9;
}

.footer-geg>div a {
  color: #fff;
}

.footer-geg>div div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.footer-geg>div div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}

.footer-geg>div div i, .footer-geg>div div:last-child p {
  margin-bottom: 15px;
  color:#fff;
}

footer {
  background-color: #46A2AB;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}
footer span {
  color:#000;
}
footer div:first-child {
  color: #717171;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: .9em;
  margin-bottom: 7px;
}

footer div:first-child a {
 color: #000;
 margin: 0 10px;
}

footer div:last-child a {
  color: #fff;
  font-size: .8em;
}

.banner_page {
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-bottom: 18%;
  margin-top: 15px;
}

.banner_page2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
  padding: 50px 0;
  margin-bottom: 80px;
}

.banner_page_overlay {
  background-color: rgba(0,0,0,.15);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.banner_content {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.banner_page h1 {
  font-weight: 600;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: white;
  position: relative;
  text-align: center;
  z-index: 1;
}

.banner_page h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: .7px;
}

.banner_page2 h1 {
  font-weight: 600;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2B2B2B;
  position: relative;
  text-align: center;
  z-index: 1;
}


.banner_page2 h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #2B2B2B;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: .7px;
}
.popupholder {
  background-color: rgba(0,0,0,.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
} 

.popupcontent {
  background-color: white;
  position: relative;
  max-width: 800px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  min-height: 400px;
}

.popupimage {
  width: 40%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popuptext {
  padding: 30px;
  padding-top: 50px;
  width: 60%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.popuptext div {
  color: #9A9A9A;
  line-height: 170%;
}

.popupcontent h2 {
  font-weight: 700;
  font-size: 1.4em;
  color: #46A2AB;
  margin-bottom: 20px;
}

.menu-block {
  overflow: hidden;
}

.popuptext a {
  color: #fff;
  background-color: #46A2AB;
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 200px;
  letter-spacing:1px;
  font-size: .9em;
  text-transform: uppercase;
}

.popuptext a i {
  margin-left: 10px;
}

.pupupclose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 1.7em;
}

.clickpopup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}

/* Einde Algemeen */


/* Home */

.slider {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.slider article {
  overflow: hidden;
}


.logos {
  padding: 30px 0;
  background-color: #F2F6FA;
}

.innerlogos {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.innerlogos article {
  padding: 15px;
  height: 120px;
}

.innerlogos article a {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.innerlogos article img {
  height: 100%;
  filter: grayscale(100%);
  opacity: .15;
}

/* Einde Home */


/* Producten */

.ov_categorieen {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;

}

.inner_ov_categorieen {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.ov_categorieen article {
  min-width: 190px;
  text-align: center;
  border-radius: 200px;
  margin: 5px;
  padding: 10px;
  letter-spacing: .7px;
  font-size: .9em;
  color: #46A2AB;
  transition: all .3s;
  cursor: pointer;
  border: #46A2AB 1px solid;
}

.ov_categorieen article:hover {
  background-color: #46A2AB !important;
  color: white !important;
}

.activecat {
  background-color: #46A2AB !important;
  color: white !important;
}

.ov_merken {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}

.ov_merken label {
  width: 14.6666%;

  height: 110px;
  margin: 1%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.ov_merken label div {
  width: 100%;
  height: 100%;

  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
  transition: all 0.3s;
}

.ov_merken label input {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%,-50%);
  display:none;
}

.ov_merken label input:checked + div {
  background-color: #46A2AB;
}

.ov_merken label input:checked + div img {
  filter: invert(100%);
}

.ov_merken label div img {
  max-height: 65px;
  max-width: 80%;
}
.ov_merken label div:hover{
  border:#46A2AB 1px solid;
  transform: scale(1.05);
}
.ov_producten {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;


}

.withlove i {
  animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
  0% {
      transform: scale(.75);
  }

  20% {
      transform: scale(1);
  }

  40% {
      transform: scale(.75);
  }

  60% {
      transform: scale(1);
  }

  80% {
      transform: scale(.75);
  }

  100% {
      transform: scale(.75);
  }
}

.ov_producten article {
  width: 24%;
  margin: .5%;
  transition: all 0.4s;
  position: relative;
  border: #E2E2E2 1px solid;
}

.ov_producten article:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.ov_producten article img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.hiddenlink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.ov_product_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.ov_product_content h2 {
  font-weight: 600;
  color: #6E6E6E;
  position: absolute;
  left: 15px;
  font-size: .9em;
  top: 15px;
  letter-spacing: 1px;
  z-index: 2;
}

.ov_product_price {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ov_product_price div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.refnumber {
  font-size: .7em;
  letter-spacing: 1px;
  color: #AFAFAF;
}  

.pricepoint {
  color: #61BCC6;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.2em;
  margin-top: 5px;
}  

.beschikbaar {
  color: #AAD5C2;
  font-size: .9em;
}

.ov_product_price a {
  color: #3A3A3A;
  padding-bottom: 7px;
  border-bottom: 1px solid #3A3A3A;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: .8em;
}

.ov_product_price a i {
  transition: all .3s;
} 

.ov_product_price a:hover i {
  transform: translateX(5px);
}

.spinnerbox {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
}

.spinner {
  max-height: 70px;
}

.bannerOmgekeerd{
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  width: 100%;
}

/* Einde Producten */

/* Blokken */


.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
  width: 100%;
}

.blokken article>img {
  width: 55%;
  order: 1;
}

.blokken_content {
  width: 45%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #46A2AB;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 1.7em;
}

.blokken_tekst {
  color: #6d6d6d;
  line-height: 180%;
  font-size: 1.1em;
}

.blokken_tekst p>a {
  color: #353535;
}

.blokken_content>a {
 padding: 10px 0;
 font-size: .8em;
 text-transform: uppercase;
 letter-spacing: 1px;
 display: inline-block;
 margin-top: 40px;
 color: #353535;
 font-weight: 700;
 border-bottom: 1px solid #353535;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}

/* Einde Blokken */

/* Contact */
#dasmap {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
  background-color: #f4f4f4;
}

.contact_split {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.contact_split>div {
  width: 50%;
  background-color: white;
  padding: 50px;

}

.contact_split>div:last-child {
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.contact_split>div:last-child h1 {
  color: #353535;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.7em;
}

.contact_split>div:last-child h2 {
  color: #56B4BF;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 15px;
  margin-top: 30px;
}

.contact_split>div:last-child p {
  padding-left: 35px;
  margin-bottom: 12px;
  position: relative;
  color: #353535;
}

.contact_split>div:last-child p a {
  color: #353535;
}

.contact_split>div:last-child p i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contact_form input[type=email], .contact_form input[type=text] {
  width: 100%;
  border-radius: 200px;
  background-color: #F5F5F5;
  color: #353535;
  padding: 12px 15px;
  font-size: .9em;
  margin-bottom: 20px;
  border: none;
}

.contact_form textarea {
  border-radius: 19px;
  background-color: #F5F5F5;
  padding: 12px 15px;
  width: 100%;
  height: 150px;
  font-size: .9em;
  border: none;
}

.contact_form input[type=submit] {
  background-color: #1fc8db;
  background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  border: none;
  color: white;
  border-radius: 200px;
  padding: 12px 40px;
  letter-spacing: 1px;
}

.contact_form input[type=submit]:disabled {
  opacity: .2;
}



#PL_privacy {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.privcnt {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: .8em;
  color: #7e7e7e;
  position: relative;
  cursor: pointer;
}

.privcnt span {
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 1;
  background-color: white;
  border: 1px solid #353535;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.privcnt input {
  position: absolute;
  left: 1px;
  top: 50%;
  width: 5px;
  height: 5px;
  z-index: 0;
  transform: translateY(-50%);
}

.privcnt span i {
  color: white;
  padding-top: 1px;
}

.privcnt input:checked + span i {
  display: block;
}

.privcnt input:checked + span {
  background-color: #353535;
}

.privcnt a {
  color: #353535;
  font-weight: 700;
}

.openingsuren {
  background-color: #F9F9F9;
  padding: 50px 10px; 
  margin-top: 80px;
}

.inner_openingsuren{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.inner_openingsuren>div {
  width: 40%;
}

.inner_openingsuren>img {
  width: 55%;
  margin-left: 5%;
}

.inner_openingsuren>div div {
 display: flex;
 justify-content: flex-start;
 -ms-align-items: center;
 align-items: center;
 width: 100%;
 margin-bottom: 20px;
 font-size: 1.2em;
}

.inner_openingsuren>div div p {
  width: 150px;
  font-weight: 700;
}

.inner_openingsuren>div h2 { 
  color: #56B4BF;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 25px;
}

.catarrow, .merkarrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  display: none;
}

.catarrow i, .merkarrow i {
  transition: all .3s;
}

@keyframes come-in-left {
  to {
      transform: translateX(0);
  }
}

.come-in-left {
  transform: translateX(500px);
  animation: come-in-left 2s ease forwards;
}

.come-in-left:nth-child(odd) {
  animation-duration: 2s;
  /* So they look staggered */
}

@keyframes come-in-right {
  to {
      transform: translateX(0);
  }
}

.come-in-right {
  transform: translateX(-500px);
  animation: come-in-right 2s ease forwards;
}

.come-in-right:nth-child(odd) {
  animation-duration: 2s;
  /* So they look staggered */
}
/* Einde Contact */


/* Product Detail */

.product_wrapper {
  position: relative;
  overflow: auto;
}

.product_wrapper>a {
  width: 50px;
  height: 50px;
  background-color: #46A2AB;
  color: white;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.product_detail {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding-top: 50px;
}

.prev_prod {
  left: 50px;
}

.next_prod {
  right: 50px;
}

.product_detail_left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  cursor: zoom-in;
  overflow: hidden;
}

.product_detail_left:hover img {
  transform: scale(1.05);
}

.product_detail_left img {
  width: 90%;
  transition: all .3s;
}

.thumbs {
  display: none !important;
  width: 150px;
}

.thumbs article {
 border: 1px solid #d7d7d7;
 margin-bottom: 10px;
}

.thumbs article img {
  width: 100%;
}

.product_detail_right {
  width: 50%;
}

.product_detail_right h1 {
  font-weight: 700;
  color: #46A2AB;
  font-size: 2em;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.product_detail_right h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
  color: #7c7c7c;
  width: initial;
}

.product_detail_right h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: #a2a2a2;
}

.product_omschrijving {
  font-size: 1.1em;
  line-height: 180%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #6d6d6d;
  width: 100%;
}

.product_kleuren {
  margin-top: 30px;
}

.product_kleuren>div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}

.product_kleuren div div {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 200px;
}

.product_gegevens {
  margin-top: 20px;
}

.product_gegevens p {
  margin-top: 10px;
}

.ov2 article {
  padding: 20px;
  border: none;
}

.ov2 article > div {
  position: relative;
  height: 100%;
  width: 100%;
}

.vergelijkbare_producten {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  margin-top: 20px;
  padding: 40px 0;
}

.vergelijkbare_producten>h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #353535;
  padding: 20px 0;
  font-size: 1.3em;
  letter-spacing: 1px;
}

.similar {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.similar article {
  padding: 15px;
}

.similar article>div {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  padding: 15px;
}

.similar article img {
  width: 100%;
  margin: 10px 0;
}

.similar article h3 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #46A2AB;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.price_per {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.price_per p {
  font-weight: 700;
  color: #46A2AB;
}

.price_per a {
  color: #353535;
  font-size: .9em;
}

.subban {
  display: none;
}

/* Einde Product Detail */
/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

.curtain-click.icon {
  display: none;
}

.curtain-click.title {
  padding: 10px 30px;
  margin-right: 30px;
  background-color: #efefef;
  width: fit-content;
  margin-bottom: 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.curtain-click.title span {
  color: #003361;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.678);
  opacity: 0.8;
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.curtaindrop .button {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.8s ease;
  margin-top: 30px;
}

.curtaindrop .button:hover {
  background-color: #fff;
  color: #003361;
}

.curtaindrop p {
  font-size: 1.4em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.curtaindrop .line {
  background-color: white;
  width: 50px;
  height: 2px;
  margin: 20px auto;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #b0d49b;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #b0d49b;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  z-index: 100000000;
}


/* Einde Curtaindrop */


@media screen and (max-width: 1500px) {
  .innerlogos {
    max-width: 96%;
  }

  .slick-prev {
    left: -2% !important;
  }

  .slick-next {
    right: -2% !important;
  }

  .prev_prod {
    left: -60px;
  }

  .next_prod {
    right: -60px;
  }

  .product_wrapper {
    overflow: initial;
    margin: 0 auto;
    width: 85%;
  }
}

@media screen and (max-width: 1200px) {
  .contact_split {
    margin-top: 0;
  }

  #dasmap {
    height: 300px;
  }
  .curtain-click.title {
    margin-right: 0;
}
}

@media screen and (max-width: 1100px) {
  .product_wrapper {
    width: 100%;
  }

  .prev_prod, .next_prod  {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .navigatie {
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
    box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  }
  .curtaindrop h2 {
    font-size: 2.5em;
}
  .logo {
    max-width: 120px;
  }

  .banner_page, .slider, #dasmap {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .banner_page {
    height: 255px;
  }

  div.instagram_post:nth-child(3){
    display:none;
}
.instagram_feed .instagram_post{
    width: 32%;
}

  .slider {
    margin-top: 0;
  }

  .slider article {
	width: fit-content;
	height: fit-content;
    position: relative;
  }

  .slider article img {
    width: 100%;
    //position: absolute;
    //left: 0;
    //top: 0;
    //transform: translateX(-50%);
  }

  .header {
    padding: 15px 10px;
  }

  .header h1 {
    font-size: 1.2em;
    text-align: center;
    margin: 10px 0;
    line-height: 150%;
  }

  .header h2 {
    text-align: center;
    font-size: .9em;
    line-height: 150%;
  }

  .inner_openingsuren>img {
    display: none;
  }
  .inner_openingsuren>div {
    width: 100%;
  }

  .inner_openingsuren>div h2 {
    text-align: center;
  }

  .inner_openingsuren>div div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .inner_openingsuren>div div p {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .ov_categorieen article {
    min-width: 0;
    width: 23%;
    margin: 5px 1%;
  }

  .inner_ov_categorieen {
    width: 100%;
  }

  .ov_producten article {
    width: 31.33%;
    margin: 1%;
  }

  .product_detail_left img {
    width: 100%;
    height: initial;
  }
}

@media screen and (max-width: 950px) {
  .contact_split>div:last-child {
    display: none;
  }
  .contact_split>div {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .blokken article>img {
    width: 100%;
    order: 1 !important;
  }

  .blokken {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .blokken article {
    justify-content: center;
    width: 80%;
  }

  .blokken_content {
    width: 100%;
    order: 2;
    padding: 20px 0;
  }

  .banner_page {
    background-image: none !important;
    height: initial;
    padding-bottom: 0;
    padding-top: 50px;
  }

  .banner_page_overlay {
    display: none;
  }

  .banner_page h2 {
    width: 100%;
    color: #919191;
    margin-top: 10px;
    order: 2;
  }

  .banner_content {
    width: 100%;
    position: relative;
    transform: translate(0,0);
    left: initial;
    top: initial;
  }

  .banner_page h1 {
    color: #46A2AB;
    order: 1;
  }

  .main_nav a {
    margin: 0 15px;
  }

}

@media screen and (max-width:850px) {
  .curtain-click.title {
    font-size: 16px !important;
    padding: 7px 25px;
}
.instagram_feed .instagram_post{
  width:48%;
  margin-bottom:3%;
}
div.instagram_post:nth-child(4){
  display:none;
}
}

@media screen and (max-width: 800px) {
  .blokken article {
    width: 100%;
    padding: 15px;
  }

  .footer-socials {
    display: none;
  }

  .ov_categorieen article {
    width: 31.33%;
  }

  .main_nav, .navigatie_phone a {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .navigatie {
    flex-direction: row;
    padding: 0 10px;
  }

  .logo {
    margin: 10px 0;
    max-width: 100px;
  }
  .curtaindrop p {
    font-size: 1.2em;
    line-height: 1.4em;
}
.curtaindrop h2 {
    font-weight: 600;
    font-size: 1.8em;
}
.curtain-close {
    font-size: 30px;
}
.curtaindrop .button {
    font-size: 17px;
    padding: 12px 30px;
}
}

@media screen and (max-width: 700px) {
  .footer-item:first-child {
    display: none;
  }

  .innerfooter ul {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }

  .footer-geg>div div:first-child {
    display: none;
  }

  .footer-geg>div div:last-child {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .footer-geg>div div i, .footer-geg>div div:last-child p {
    text-align: center;
    width: 100%;
  }

  .footer-item {
    width: 100%;
  }

  .ov_merken label {
    width: 18%;
  }

  .catarrow, .merkarrow {
    display: flex;
  }

  .merkcont, .ov_categorieen {
    display: none;
  }

  .ov_producten {
    margin-top: 30px;
  }

  .ov_producten article {
    width: 48%;
    margin: 1%;
  }

  .product_detail_right h1 {
    font-size: 1.5em;
  }

  .product_detail_right h2 {
    font-size: .8em;
  }

  .product_omschrijving {
    font-size: 1em;
  }
}

@media screen and (max-width: 650px) {
  .blokken_titel h2 {
    font-size: 1.5em;
  }

  .contact_split>div {
    padding: 20px;
  }
  .curtain-click.title {
    display: none;
}
.curtain-click.icon {
    display: block;
    font-size: 23px;
    margin-right: 5px;
    color: #003361;
}
.curtaindrop>div>div:last-child {
    width: 95%;
}
.curtaindrop h2 {
    font-size: 1.5em;
}
.curtaindrop .c {
    font-weight: 200;
}
.curtaindrop .button {
    font-size: 15px;
    padding: 10px 25px;
}
}


@media screen and (max-width: 650px) {
  .ov_merken label {
    width: 31.33%;
  }

  .ov_merken, .inner_ov_categorieen {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .product_detail_left {
    width: 60%;
  }

  .product_detail_right {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 550px) {
  .ov_categorieen article {
    width: 48%;
  }

  .banner_page h1 {
    font-size: 1.3em;
  }

  .visiblelink {
    display: none;
  }

  div.instagram_post:nth-child(3){
    display:none;
}
div.instagram_post:nth-child(1){
    display:none;
}
.instagram_feed .instagram_post{
    width:100%;
    margin-bottom:3%;
    height: 400px;
}

  .ov_product_price div, .ov_product_price div p {
    width: 100%;
    text-align: center;
  }

  .ov_product_content h2 {
    right: 15px;
    text-align: center;
  }

  .ov_producten article img {
    width: 85%;
  }

  .product_detail_left {
    width: 90%;
  }

  .ov_producten article:after {
    padding-bottom: 120%;
  }
}

@media screen and (max-width: 500px) {
  .price_per a {
    display: none;
  }

  .price_per {
    display: flex;
    justify-content: center;
  }

  .similar article h3 {
    font-size: .9em;
    min-height: 30px;
  }

  footer div:first-child a {
    margin: 5px 20px;
  }

  footer div:first-child span {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .ov_categorieen article {
    width: 98%;
  }

  .ov_merken label {
    width: 48%;
  }

  .ov_producten article {
    width: 98%;
    margin: 1%;
  }
}



















