/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
	--h1: 48px;
	--h2: 40px;
	--h3: 24px;
	--h4: 20px;
	--h5: 16px;
	--light: #F9F7E9;
	--orange: #ED6E2E;
	--radius: 0px;
}

.single-product .flickity-prev-next-button {
	opacity: 1 !important;
	top: 100px !important;
	bottom: unset;
}
.single-product .flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    fill: #fff;
    background-color: var(--orange);
}

/* grid */
.container:not(.banner-layers), .row:not(.row-full-width) {
	width: 92vw;
}
.mfp-container .row {
	width: 100%;
}
.res-text {
    font-size: unset;
}
.section.align-start {
	align-items: start;
}
.col {
	padding-bottom: 0;
}
	.col-inner p:last-child {
		margin-bottom: 0;
	}
.indent {
	margin-left: 105px;
}
.hero-section .col-inner {
    width: clamp(300px, 50%, 600px);
}

/* header */
.header-wrapper.stuck {
	box-shadow: none;
}
.header-nav.nav-right {
	justify-content: flex-start;
	margin-right: 200px;
}
.nav > li > a {
	font-family: "span", serif;
	font-weight: 600;
	font-size: 20px;
	color: var(--orange);
}
/* global */
body, body p, body li {
	font-size: 18px;
}
body p, body li {
	text-align: justify;
}
.no-justify {
	text-align: left;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "span", serif;
	font-weight: 600;
}
h1,
.h1,
.banner h1,
.banner .h1 {
	font-size: var(--h1);
	line-height: 1.1em;
}
h2,
.h2,
.banner h2,
.banner .h2 {
	font-size: var(--h2);
}
h3,
.h3,
.banner h3,
.banner .h3 {
	font-size: var(--h3);
}
h4,
.h4,
.banner h4,
.banner .h4 {
	font-size: var(--h4);
}
h5,
.h5 {
	font-size: var(--h5);
	letter-spacing: 0;
}
h6,
.h6 {
	font-size: 14px;
	opacity: 1;
	letter-spacing: 0;
}
.alt-font {
	font-family: santelia-script, sans-serif;
	font-weight: 300;
}
.dark,
.dark p,
.dark td {
	color: #fff;
}
.uppercase {
	letter-spacing: 0;
}
p.intro {
	font-size: var(--h3);
	line-height: 1.5em;
}
strong {
    font-weight: 500;
}
strong.bold {
    font-weight: 600;
}
.alt-font strong {
	font-weight: 900;
}
small {
	font-size: 14px;
}
.nomargin,
.banner .nomargin {
	margin-bottom: 0;
	margin-top: 0;
}
.banner p {
	margin-top: 0;
}
.nopadding {
	padding-bottom: 0;
}
.parallax-active {
	opacity: 1 !important;
}
.fontsize1{
	font-size: 1em!important;
}
.light {
	color: var(--light) !important;
}
.section.bg-light {
	background-color: var(--light);
}
.orange {
	color: var(--orange) !important;
}
.section.bg-orange {
	background-color: var(--orange);
}

/* buttons */
.button {
	font-family: santelia-script, sans-serif;
	font-weight: 900;
	font-size: 24px;
}
.button.is-outline {
	border-width: 1px;
	xpadding: 0 0.5em;
}
.button.is-medium {
	font-size: 20px;
	line-height: 2.4em;
}
.button.align-bottom {
	position: absolute;
	bottom: 1em;
}
.button.is-link {
	padding: 0;
}

/* animaties */
.slideUp {
	transform: translateY(20%);
	opacity: 0;
	animation: slide-up 1.5s ease-in-out forwards;
	animation-delay: 0.5s;
}
.slideUp.second {
	animation-delay: 1.5s;
}
.slideUp.third {
	animation-delay: 2.5s;
}
@keyframes slide-up {
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.slideInUp {
	transform: translate(0, 10vh);
	transition: all 1s ease-in-out;
	opacity: 0.5;

}
.slideInUp.zichtbaar {
	transform: translate(0, 0);
	opacity: 1;
}

/* afbeelding en vlak */
img.afbeelding {
	position: absolute;
	pointer-events: none;
}

.vlak {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	width: 100vw;
	padding: 0 !important;
	margin: 0 !important;
	z-index: -2;
}
.vlak-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: -1px;
	right: -1px;
}
.vlak.bg-light .vlak-overlay {
	background-color: var(--light);
}
.vlak.bg-orange .vlak-overlay {
	background-color: var(--orange);
}
.vlak-bg {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    border-radius: 10px !important;
    background-color: var(--orange) !important;
}

/* kunstwerken */
.kunstwerken {
	
}
.kunstwerk {
	width: 50%;
	padding: 1em;
}
@media screen and (max-width: 850px) {
	.kunstwerken {
		margin-left: 140px;
	}
		.kunstwerk {
			width: calc(100% - 70px);
		}
}
@media screen and (min-width: 851px) and (max-width: 1380px) {
	.kunstwerken {
		margin-left: 140px;
	}
		.kunstwerk {
			width: calc(50% - 70px);
		}
}
.kunstwerk .infobox {
	position: absolute;
	width: 140px;
	xleft: -140px;
}

/* animatie vis */
#bigBox {
  position:absolute;
  width:100px;
  height:100px;
  top:8vw;
  right:0%;
  margin:-100px 0 0 -120px;
  animation:bigBoxAnimation 20s linear infinite;
}
.vis {
  position:absolute;
  z-index: 999;
  top:10%;
  left:0%;
  width:60px;
  margin:-20px 0 0 -20px;
  animation:boxAnimation 2.95s infinite alternate;
}
@keyframes bigBoxAnimation {
  100% {
  	transform:translateX(-100vmax);
  	
  }
}
@keyframes boxAnimation{
  25% {
  	transform:translateY(-20px) rotate(5deg);
  }
  75% {
  	transform:translateY(20px) rotate(-5deg);
  }
}

/* Art slider */
.Art-Slider .flickity-button {
	margin-top: 15%;
  }
.Art-Slider .slider-nav-light svg {
	color: black;
	fill: black;
}
.Art-Slider .slider-nav-light .flickity-prev-next-button .arrow{
	fill: black;
}
.Art-Slider .flickity-button.flickity-prev-next-button.next {
	left: 40%;
  }
.Art-Slider  .flickity-button.flickity-prev-next-button.previous {
	left: 11%;
  }

/* footer */
footer {
	overflow: hidden;
}
.absolute-footer {
	display: none;
}


@media screen and (max-width: 850px) {
	:root {
		--huge: 68px;
		--headline: 36px;
		--h1: 25px;
		--h2: 20px;
		--h3: 20px;
		--h4: 18px;
		--radius: 10px;
	}
	.button.align-bottom {
		position: unset;
	}
	.off-canvas-center .nav-vertical>li {
		text-align: left;
	}
		.off-canvas-center .nav-vertical>li>a, .off-canvas-center .nav-vertical>li>ul>li a {
    		justify-content: left;
		}
	.off-canvas-center .nav-vertical .sub-menu li {
		padding-left: 30px !important;
		padding-right: 30px !important;
		text-align: left;
	}
	.category-filtering a.uppercase {
		text-transform: unset;
	}
	.hero-section .col-inner {
    	width: 100%;
	}
	.hero-banner {
		position: static !important;
	}
}

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

.kunstwerk .col.large-2 {
	min-width: 100px;
}
.kunstwerk .col.large-10 {
	max-width: calc(100% - 100px);
}

}