/*
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;
    --darkorange: #ff5100;
    --orange: #ff9100;
	--yellow: #FFA42D;
    --lightyellow: #ffcd42;
	--red: #E42815;
    --grey: #33363c;
	--radius: 0px;
}

/* grid */
.res-text {
    font-size: unset !important;
}

/* header */
.header-wrapper.stuck {
	box-shadow: none;
}
.nav > li > a {
    font-weight: 500 !important;
	font-size: 20px;
}
	
/* global */
body, body p, body li {
	font-size: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 800 !important;
}
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;
}
.dark,
.dark p,
.dark td {
	color: #fff;
}
.uppercase {
	letter-spacing: 0;
}
p.intro {
	font-size: var(--h3);
	line-height: 1.5em;
}
strong {
    font-weight: 700;
}
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;
}

.section.bg-yellow, .col.yellow .col-inner {
	background-color: var(--yellow);
}
.red {
	color: var(--red) !important;
}
.orange {
    color: var(--orange) !important;
}
.darkorange {
    color: var(--darkorange) !important;
}
.yellow {
	color: var(--yellow) !important;
}
.lightyellow {
    color: var(--lightyellow) !important;
}
.grey {
    color: var(--grey) !important;
}
.section.bg-red, .col.red .col-inner {
	background-color: var(--red);
}

.is-divider {
    background-color: var(--yellow);
    max-width: 600px;
}
.bg-grey {
    background-color: var(--grey) !important;
}
.bg-orange {
    background-color: var(--orange) !important;
}
.bg-lightyellow {
    background-color: var(--lightyellow) !important;
}
.title-col {
    padding: 30px !important;
    border-radius: 0 6px 6px 0 !important;
    position: relative;
    background-color: black !important;
    & * {
        margin: 0 !important;
    }
}
.title-col::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: black;
    z-index: -1;
}
.title-col::after {
	content: '';
	position: absolute;
	top: 20%;
	left: 100%;
	width: 100vw;
	height: 60%;
	background-color: var(--yellow);
	z-index: -1;
}

/* afbeelding & vlak */
.col-inner .img img {
    border-radius: 6px !important;
}
.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-lightyellow .vlak-overlay {
	background-color: var(--lightyellow);
}
.vlak.bg-yellow .vlak-overlay {
	background-color: var(--yellow);
}
.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;
}

/* buttons */
.button {
	font-weight: 300;
}
.button.is-outline {
	border-width: 1px;
	padding: 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-yellow .vlak-overlay {
	background-color: var(--yellow);
}
.vlak.bg-red .vlak-overlay {
	background-color: var(--red);
}
.vlak-bg {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}

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

/* form */
.nf-form-content input {
    border-radius: 6px !important;
    
} 


@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;
	}
}

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



}