/*@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Muli:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	padding: 0;
	font-family: 'Montserrat';
	font-weight: 300;
}
.sm {
	display: none;
}
.hm {
	display: inline-block;
}
.artistdiv {
	width: 23%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.artistdiv a {
	color: #000;
}
iframe {
	border: 10px solid #333;
	border-radius: 10px;
	margin: 5px;
}
.scrollit {
	overflow-x: scroll;
	width: 100vw;
}
#photos {
	position: relative;
}
.arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 90%;
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	z-index: 999;
	background-image: url('/img/right.svg');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center center;
}
.arrow img {
	width: 50%;
}
.arrow.right {
	left: 2%;
	background-image: url('/img/left.svg');
}
.photorow {
	white-space:nowrap;
    margin: 0;
    padding: 0;
}
.photorow div {
	display:inline-block;
    width: 10%;
    overflow: hidden;
    margin: -4px -2px;
}
.photorow div img {
	width: 100%;	
}
section#newsletter {
	background-image: url('/img/headers/purple-fireworks-effect-1190298.jpg');
	background-size: cover;
	position: relative;
	background-position: center top -300px;
	height: 400px;
	color: #FFF;
}
section#newsletter .overlay {
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	position: absolute;
	padding-top: 60px;
	left: 0;
	top: 0;	
}
.module h4 {
	min-height: 60px;
}
ul#soc {
	display: flex;
	padding: 20px 0;
}
ul#soc li {
	list-style: none;
}
ul#soc li a {
	width: 30px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	margin: 0 5px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	z-index: 1;
}
ul#soc li a .icon {
	position: relative;
	color: #000;
	transition: .5s;
	z-index: 3;
}
ul#soc li a:hover .icon {
	color: #fff;
	transform: rotateY(360deg);
}
ul#soc li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: .5s;
	z-index: 2;
}
ul#soc li a:hover:before {
	top: 0;
}
ul#soc li:nth-child(1) a:before{
	background: #3b5999;
}
ul#soc li:nth-child(2) a:before{
	background: #55acee;
}
ul#soc li:nth-child(3) a:before {
	background: #0077b5;
}
ul#soc li:nth-child(4) a:before {
	background: #dd4b39;
}
.module p.inhoud {
	min-height: 70px;	
}
section#newsletter h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
section#newsletter h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
section#newsletter p {
	width: 50%;
	font-size: 14px;
	font-weight: 500;
	margin: 20px auto;
}
section#newsletter input[type="text"] {
	width: 50%;
	margin: 0 auto;
	border: none;
	font-family: Montserrat;
	display: block;
	border-bottom: 1px solid white;
	background: transparent;
	padding: 5px 10px 5px 25px;;
	background-image: url('/img/mailwhite.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
}
section#newsletter input[type="text"]::placeholder {
	color: #FFF;	
}
section#newsletter input[type="submit"] {
	display: block;
	padding: 10px 20px;
	background-color: rgba(0,0,0,.5);
	font-family: Montserrat;
	color: #FFF;
	border: none;
	width: 150px;
	margin: 20px auto;
}
.album {
	display: inline-block;
	text-align: center;
	width: 180px;
	vertical-align: top;
	color: #000;
}
.album .titel {
	font-size: 12px;
}
.middle {
	width: 90%;
	margin: 0 auto;
}
.c-hamburger{
	display: none;
}
section.content {
	background-color: #FFF;
	padding: 30px 0;
	text-align: center;
}
section.content.left {
	text-align: left;
}
section.content.leather {
	color: #FFF;
	padding: 30px 0;
}
section.leather h2 {
	color: #FFF;	
}
section.content h2 {
	font-size: 36px;
	line-height: 40px;
	color: #333;
	text-transform: uppercase;
	font-weight: 400;
}
section.content p {
	margin: 10px 0;
}
section#headbar {
	position: fixed;
	z-index: 99999999999;
	width: 100%;
	top: 0;
	background-color: transparent;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.1) 100%);
}
section#headbar div#logo {
	float: left;
}
section#headbar div#logo img {
	height: 100px;
}
section#headbar div#logo span {
	display: inline-block;
	vertical-align: top;
	padding: 36px 0;
	font-size: 22px;
	text-decoration: none;
	color: #F6E18E;
	font-weight: 700;
	text-transform: uppercase;	
}
section.slidein {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}
section.slidein.contentvaks {
	background-image: url('/img/photo-of-shopping-mall-2767756.jpg');	
}
section.slidein.contentvaks div {
	background-color: #FFF;	
}
section.slidein.contentvaks .module {
	padding-top: 40px;
	margin: 0;
	border-top: 8px solid #4A68B1;
	width: 33%;
}
section.slidein.contentvaks .module h4 {
	text-transform: uppercase;
}
section.content {
	line-height: 20px;
}
section.content h3 {
	color: #4A68B1;
	margin: 20px 0 10px 0;
}
section.content ul {
	margin-left: 20px;
	font-size: 14px;
}
section.content table {
	font-size: 14px;
}
section.content table tr td:first-child {
	font-weight: 700;
	padding-right: 10px;	
}
#slider {
	color: #FFF;
	margin: 0;
	font-size: 2.2rem;
}
#slider h1,#slider h2,#slider h3 {
	text-align: left;
	text-shadow: 1px 1px 10px #333, 1px 1px 10px #333;
	text-transform: uppercase;
	line-height: 70px;
}
#slider h2 {
	font-size: 80px;
}
#slider h3 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 5px;
}
.third {
	width: 30%;
}
.half {
	width: 48%;
}
.leather .module {
	color: #333;
	font-weight: 400;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(255,255,255, 0.15);
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
}
.leather.nowhite .module {
	background-color: transparent;	
}
.module {
	min-height: 300px;
	color: #333;
	font-size: 14px;
	position: relative;
	float: left;
	padding: 220px 20px 50px 20px;
	margin-right: 4%;
	margin-bottom: 4%;
	line-height: 20px;
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
	text-align: left;
}
section#content {
	padding: 20px 0;
}
section#content h2 {
	margin-bottom: 20px;	
}
a.button {
	background-color: #F6E18E;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 10px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.module h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.clear {
	clear: both;
}
.topimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.topimg img {
	height: 200px;
}
.module.from-right {
	margin-right: 0;
}
.leather {
	background-image: url('/img/dark-leather.png');
	background-color: #000;
	text-align: center;
}
footer a {
	color: #FFF;
}
footer.leather {
	background-color: #222;
}
footer.leather .module.third {
	padding-top: 20px;
	box-shadow: none;
	color: #FFF;
}
div.nieuwsrij {
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 10px;
	margin: 5px 0;
	padding: 10px;
	position: relative;
}
div.nieuwsrij a {
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(0,0,0,.8);
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	font-size: 12px;
}
div.nieuwsrij div.nieuwsafbeelding {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
div.nieuwsrij div.nieuwsafbeelding img {
	width: 100%;	
}
div.nieuwsrij div.nieuwsinhoud {
	width: 75%;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
	left: 0;
}
footer.leather .module.third p {
	line-height: 30px;	
}
footer.leather .module.third h3 {
	color: #F6E18E;
	font-size: 25px;
	margin-bottom: 20px;
}
.from-right.come-in {
	transform: translateX(200px);
}
.from-left.come-in {
	transform: translateX(-200px);
}
.from-bottom.come-in {
	transform: translateY(200px);
}
.come-in {
  opacity: 0;
  animation: come-in 0.8s ease forwards;
}
.already-visible,.come-in.already-visible {
  transform: translatex(0);
  animation: none;
}
table#contact input[type="text"],.contactform input[type="text"]{
	width: 90%;
	font-family: 'Montserrat';
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin-bottom: 2px;
}
table#contact textarea,.contactform textarea {
	width: 90%;
	height: 100px;
	box-sizing: border-box;
	padding: 10px;
	font-family: 'Montserrat';
	border: 1px solid #CCC;
}
table#contact input[type="submit"],.contactform input[type="submit"]{
	background-color: #F6E18E;
	border: none;
	padding: 10px 20px;
	font-family: 'Montserrat';
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
.contactform .middle {
	padding-top: 50px;
	text-align: center;
}
.contactform .middle h4 {
	text-shadow: 1px 1px 10px #333, 1px 1px 10px #333;
	text-transform: uppercase;
	line-height: 70px;
	font-size: 30px;
	color: #FFF;
}
@keyframes come-in {
  to { transform: translateX(0);transform: translateY(0);opacity: 1; }
}
section {
	background-color: #FFF;
}
.parallax-window,.parallax-windower {
    min-height: 80vh;
    background: transparent;
}
.parallax-windowkl {
	height: 468px;
}
.parallax-windower {
	min-height: 639px;
	box-sizing: border-box;
	padding-top: 15vh;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
}
.parallax-windower p {
	padding: 10px 0;	
}
.parallax-windower h2,.parallax-windower h3 {
	color: #FFF;
	font-size: 80px;
	text-shadow: 1px 1px 10px #333, 1px 1px 10px #333;
}
.parallax-windower h3 {
	font-weight: 300;
	font-size: 30px;
}
.module a.button {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0 0 5px 5px;
	height: 40px;
	text-align: center;
}
nav {
	float: right;
	padding: 22px 0;
}
nav ul {
	list-style-type: none;
	font-weight: 400;
}
nav ul li {
    float: left;
    padding-top: 18px;
    display: block;
    position: relative;
	transition-duration: 0.5s;
	font-weight: 500;
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}
nav ul li a span {
	border-right: 1px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(255,255,255,.2);
	display: block;
	padding: 0 8px;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
}
nav ul li:first-child a span{
	border-left: none;
}
nav ul li:last-child a span{
	border-right: none;
}
nav ul li > a:hover, nav ul li a.active {
	border-bottom: 3px solid #F6E18E;
	padding-bottom: 16px;
}
nav ul li.cart a:hover {
	border-bottom: 0;
}
nav ul li ul,nav ul li ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99;
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	top: 39px;
	display: none;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,.5);
}
nav ul li ul li ul {
	left: 238px;
	top: 0;
	margin-top: 0;
}
nav ul li:hover > ul,
nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav ul li ul li:hover > ul,
nav ul li ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav ul li ul li {
	display: inline-block;
  clear: both;
  position: relative;
  padding-top: 10px;
  height: 28px;
  width: 240px;
}
nav ul li ul li a span {
	font-size: 12px;
}
nav ul li ul li > a:hover {
	padding-bottom: 10px;
}