/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
	--white: #f3f3f3;
	--gray: #808080;
	--border: #292929;
	--body: #121212;
	--black: #171717;
	--gold: #CBA32E;
	--gold50: rgb(203 163 46 / 50%);
	--radius: 2px;
}
.menu-logo, a, button, input, textarea {
	-webkit-tap-highlight-color: transparent;
	/* Safari and Chrome */
	outline: none;
	/* For older browsers */
}
/* Remove the default focus outline */
.menu-logo:focus, a:focus, button:focus, input:focus, textarea:focus {
	outline: none;
}
.nice-select {
	background: var(--black);
	border: 0;
	width: 100%;
	border-radius: var(--radius);
	height: 46px;
	margin-bottom: 15px;
	outline: none;
	line-height: 1.4em;
	color: var(--white);
	padding: 12px 16px;
	font-weight: 300;
	line-height: 20px;
	font-size: 18px;
	font-family: 'Outfit', sans-serif;
}
.nice-select .list {
	background: var(--black);
	border: 0;
	width: 100%;
	border-radius: var(--radius);
}
.nice-select .option {
	font-size: 15px;
	outline: none;
	line-height: 1.4em;
	color: var(--gray);
	padding: 12px 16px;
	font-weight: 300;
	font-size: 18px;
	font-family: 'Outfit', sans-serif;
}
.nice-select .option:first-child {
	display: none;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: var(--body);
	color: var(--white);
}
.nice-select .option.selected {
	color: white;
	font-weight: 400;
}
.nice-select:hover {
	border-color: #ff5252b8;
}
/* .nice-selectinput:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
	-webkit-background-clip: text;
	-webkit-text-fill-color: var(--white);
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px var(--black);
}
*/
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-font-smoothing: inherit;
}
* {
	scrollbar-width: auto;
	scrollbar-color: var(--gold) var(--black);
}
*::-webkit-scrollbar {
	width: 2px;
}
*::-webkit-scrollbar-track {
	background: var(--black);
}
*::-webkit-scrollbar-thumb {
	background-color: var(--gold);
	border-radius: 0px;
	border: 0px none var(--gold);
}
::-moz-selection {
	color: var(--white);
	background: var(--gold);
}
::selection {
	color: var(--white);
	background: var(--gold);
}
.mobile {
	display: none !important;
}
img {
	vertical-align: middle;
	width: 100%;
	border-radius: var(--radius);
}
a {
	text-decoration: none;
	color: inherit;
}
p {
	font-size: 18px;
	font-weight: 300;
	color: var(--gray);
	margin: 0;
	line-height: 1.6em;
	font-style: normal;
	text-align: start;
	letter-spacing: 0em;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: var(--body);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
	color: var(--white);
}
.btn {
	text-align: center;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 0 20px;
	border-radius: var(--radius);
	height: 48px;
	line-height: 43px;
	font-weight: 400;
	border: 1px solid var(--border);
	margin-top: 25px;
	margin-bottom: 25px;
	z-index: 999;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-fluid {
	width: 100%
}
.btn.disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: not-allowed;
	opacity: .5
}
.btn .fa-fw {
	color: var(--gold);
	margin-right: 10px;
}
.btn-1 {
	background: var(--body);
}
.btn-2 {
	background: var(--gold);
	border: 1px solid var(--gold);
	color: var(--black);
}
.btn-2 .fa-fw {
	color: var(--black);
}
.btn-1:hover {
	background: var(--black);
}
.btn-2:hover {
	background: #c99400;
}
.btn-right {
	float: right;
}
.btn.btn-m-top-0 {
	margin-top: 0;
}
.input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: inline-block;
	height: 46px;
	width: 100%;
	border-radius: var(--radius);
	border: 0;
	background: var(--black);
	font-size: 18px;
	outline: none;
	line-height: 1.4em;
	color: var(--white);
	padding: 12px 16px;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
	resize: vertical;
	margin-bottom: 15px;
	border: 1px solid transparent;
}
.input-error {
	border: 1px solid;
	border-color: #ff5252b8 !important;
}
.input-textarea {
	min-height: 200px;
}
.input::-webkit-input-placeholder {
	color: var(--gray);
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.input::-moz-placeholder {
	color: var(--gray);
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.input:-ms-input-placeholder {
	color: var(--gray);
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.input::-ms-input-placeholder {
	color: var(--gray);
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.input::placeholder {
	color: var(--gray);
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
input:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.input-file {
	display: none;
	/* Hide the default file input */
}
/* Styles for autofill */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
	-webkit-text-fill-color: var(--white) !important;
	-webkit-box-shadow: 0 0 0 1000px var(--black) inset !important;
	box-shadow: 0 0 0 1000px var(--black) inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
	background: var(--black) !important;
}
input:-moz-autofill,input:-moz-autofill:hover,input:-moz-autofill:focus,input:-moz-autofill:active {
	color: var(--white) !important;
	background: var(--black) !important;
	-moz-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
input:-o-autofill,input:-o-autofill:hover,input:-o-autofill:focus,input:-o-autofill:active {
	color: var(--white) !important;
	background: var(--black) !important;
	-o-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
input:-ms-autofill,input:-ms-autofill:hover,input:-ms-autofill:focus,input:-ms-autofill:active {
	color: var(--white) !important;
	background: var(--black) !important;
	-ms-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
.input-file + label {
	display: block;
	width: 100%;
	padding: 20px;
	color: var(--gray);
	border: 1px dashed var(--gray);
	border-radius: var(--radius);
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.input-file + label:hover {
	background: var(--black);
	border-color: var(--gold);
	color: var(--gold);
}
.menu {
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 240px;
	height: 100%;
	border: 1px solid var(--border);
	background: var(--body);
	z-index: 9999;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	/* Standard syntax */
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
	/* Smooth transition for hiding/showing */
}
.menu-mobile {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 64px;
	border-top: 1px solid var(--border);
	background: var(--body);
	z-index: 9999;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: none;
	/* Ensure flex layout */
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	/* Distribute menu items equally */
	-webkit-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
	transition: bottom 0.3s;
}
.menu-mobile .menu-item {
	width: 20%;
	/* Each item takes 20% of the container's width */
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/* Vertically center the content */
	text-align: center;
	text-decoration: none;
	/* Ensure no text decoration for links */
}
.menu-mobile .menu-item i {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
}
.menu-mobile .menu-item {
	/* border-right: 1px solid var(--border); */
}
.menu-mobile .menu-item:last-child {
	border-right: 0px;
}
.menu-mobile .menu-item span {
	display: block;
	font-size: 16px;
}
.main {
	position: absolute;
	left: 240px;
	right: 0;
	top: 0;
	bottom: 0;
	width: calc(100% - 240px);
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: var(--body);
}
.main.active {
	opacity: 0.1;
}
.container {
	width: 100%;
	max-width: 1440px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}
.container-sm {
	max-width: 800px;
}
.col {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 25px;
	padding-left: 25px;
}
.row {
	margin-right: -25px;
	margin-left: -25px;
}
.row:after, .row:before, .wrapper:after, .wrapper:before {
	display: table;
	content: " ";
	clear: both;
}
.col-12 {
	width: 100%;
}
.col-6 {
	width: 50%;
}
.col-4 {
	width: 33.33333333333333%;
}
.col-3 {
	width: 25%;
}
@media (max-width: 800px) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	#diensten .row {
		display: block !important;
	}
	#diensten .col-6 {
		width: 100%;
		-webkit-box-flex: 0 !important;
		    -ms-flex: none !important;
		        flex: none !important;
	}
	#diensten .col-6 p {
		margin-bottom: 25px;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.row {
		margin-right: -7.5px;
		margin-left: -7.5px;
	}
	.col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-6 {
		width: 100%;
	}
	.col-4 {
		width: 100%;
	}
}
.menu-icon {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 64px;
	width: 64px;
	border-left: 1px solid var(--border);
	color: var(--gray);
	cursor: pointer;
	text-align: center;
}
.menu-icon:hover i {
	color: var(--gold);
}
.menu-icon i {
	font-size: 25px;
	margin-top: 20px;
}
.menu-item {
	display: block;
	color: var(--gray);
	cursor: pointer;
	padding: 20px 32px;
	font-weight: 400;
	border-bottom: 1px solid var(--border);
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.menu-item:hover, .menu-item.active {
	background: var(--black);
	color: var(--white);
}
.menu-item:hover i, .menu-item.active i {
	color: var(--gold);
}
.menu-item i {
	margin-right: 10px;
}
.menu-logo {
	cursor: pointer;
	color: white;
	text-align: left;
	border-bottom: 1px solid var(--border);
	padding: 70px 28px;
	background: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 175px;
	position: relative;
	overflow: hidden;
}
.menu-logo::before {
	content: '';
	position: absolute;
	top: 0;
	left: -250%;
	width: 200%;
	height: 100%;
	background: -o-linear-gradient(330deg, rgba(203,163,46,0) 0%, rgba(203,163,46,0.25) 50%, rgba(203,163,46,0) 100%);
	background: linear-gradient(120deg, rgba(203,163,46,0) 0%, rgba(203,163,46,0.25) 50%, rgba(203,163,46,0) 100%);
	-webkit-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	        transform: skewX(-25deg);
}
.menu-logo:hover::before {
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	left: 150%;
}
.menu .social {
	position: absolute;
	bottom: 25px;
	left: 29px;
	text-align: center;
}
.menu .social .social-item:last-child {
	margin-right: 0;
}
.line {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 1px;
	width: 100%;
	background: var(--border);
}
.page {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.page.active {
	display: block;
	opacity: 1;
	-webkit-animation: fadeIn 0.3s;
	        animation: fadeIn 0.3s;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.intro {
	font-size: 18px;
	margin-bottom: 50px;
}
.social-item {
	color: var(--gray);
	cursor: pointer;
	display: inline-block;
	border: 1px solid var(--border);
	font-size: 19px;
	height: 48px;
	width: 48px;
	text-align: center;
	padding-top: 13px;
	border-radius: var(--radius);
	margin-right: 15px;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.social-item:hover {
	background: var(--black);
}
.social-item:hover i {
	color: var(--gold);
}
.video {
	margin-top: 25px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.video img {
	display: block;
	width: 100%;
	max-height: 315px;
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.video:hover img {
	opacity: 1;
}
.video i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 4rem;
	color: var(--gold);
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}
.video:hover i {
	font-size: 4.5rem;
}
.brands {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.brand-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-animation: slide 20s linear infinite;
	        animation: slide 20s linear infinite;
}
.brand-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 250px;
	        flex: 0 0 250px;
	/* Each item is 250px wide */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.brand-item img {
	max-width: 130px;
	width: 100%;
	height: auto;
	-webkit-filter: invert(100%);
	        filter: invert(100%);
	opacity: .5;
}
.brand-item:hover img {
	opacity: 1;
}
@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(calc(-250px * 6));
		        transform: translateX(calc(-250px * 6));
		/* Slide by the width of 6 items */
	}
}
@keyframes slide {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(calc(-250px * 6));
		        transform: translateX(calc(-250px * 6));
		/* Slide by the width of 6 items */
	}
}
.title {
	margin-top: 25px;
	font-size: 35px;
	margin-bottom: 15px;
}
#home > .container > .row > .col-6 > .title {
	font-size: 40px;
	margin-bottom: 15px;
}
.intro {
	font-size: 18px;
	font-weight: 300;
	color: var(--gray);
	line-height: 1.6em;
}
.footer {
	text-align: center;
	padding-bottom: 20px;
	color: var(--gray);
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 50px 25px;
	padding-bottom: 25px;
	margin-top: 50px;
	border-top: 1px solid var(--border);
}
.footer b {
	font-weight: 400;
	color: var(--white);
}
.footer i {
	display: inline-block;
	color: var(--gold);
	width: 25px;
}
.project-item {
	display: block;
	margin-bottom: 50px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.project-img {
	cursor: pointer;
	overflow: hidden;
	border-radius: var(--radius);
	/* max-height: 310px;
	*/
	position: relative;
	width: 100%;
	padding-top: 75%;
	/* 16:9 Aspect Ratio */
}
.project-img > div {
	position: absolute;
	top: 0;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: .75;
}
.project-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: -250%;
	width: 200%;
	height: 100%;
	background: -o-linear-gradient(330deg, rgba(203,163,46,0) 0%, rgba(203,163,46,0.25) 50%, rgba(203,163,46,0) 100%);
	background: linear-gradient(120deg, rgba(203,163,46,0) 0%, rgba(203,163,46,0.25) 50%, rgba(203,163,46,0) 100%);
	-webkit-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	        transform: skewX(-25deg);
	z-index: 1;
}
.project-img:hover::before {
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	left: 150%;
}
.project-item:hover .project-img div {
	opacity: 1;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1)
}
.project-item:hover .project-title {
	color: var(--gold);
}
.project-item:hover {
	background: var(--black);
	border-color: var(--gold50);
}
.project-title {
	cursor: pointer;
	font-size: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	line-height: 1.2em;
	padding: 0 15px;
	margin-bottom: 15px;
}
.project-date {
	cursor: pointer;
	color: var(--gray);
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 24px;
	letter-spacing: 0.1em;
	padding: 0 15px;
}
.review-header {
	padding: 25px;
	display: block;
	margin-bottom: 25px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
}
.review-header-link {
	float: right;
	margin-top: 17px !important;
}
.review-header-logo img {
	max-width: 150px;
}
.review-header-intro {
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.review-header-rating {
	display: block;
	float: none;
	margin-top: 5px;
	font-size: 21px;
}
.review-header-rating p {
	font-size: 18px;
	color: var(--gray);
	display: inline-block;
	font-weight: 400;
	margin-right: 10px;
}
.review-header-rating p:last-child {
	margin-left: 10px;
}
.review-header-rating i {
	font-size: 21px;
	color: var(--gold);
}
.review-header-link {
	float: right;
	margin-top: 17px !important;
}
.review-item {
	padding: 25px;
	display: block;
	margin-bottom: 25px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.review-item:hover {
	background: var(--black);
	border-color:var(--gold50);
}
.review-item:hover .review-avatar {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	opacity: 1;
}
.review-text {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.5em;
	margin-top: 30px;
	color: var(--gray);
}
.review-text span {
	/* color: var(--white);
	*/
	font-weight: 400;
	font-size: 30px;
	padding: 0px 3px;
	vertical-align: sub;
}
.review-text b {
	color: var(--gold);
	font-weight: 400;
}
.review-text::first-letter {
	text-transform: capitalize;
}
.review-author {
}
.review-avatar {
	float: left;
	border-radius: var(--radius);
	height: 48px;
	width: 48px;
	margin-top: -6px;
	margin-right: 15px;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: .3;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.review-name {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.review-date {
	font-size: 12px;
	font-weight: 400;
	color: var(--gray);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.review-rating {
	margin-top: -28px;
	float: right;
}
.review-rating i {
	color: var(--gold);
}
.review-images {
	/* margin-top: 25px;
	*/
}
.review-images img {
	height: 75px;
	width: 75px;
	margin-right: 10px;
	margin-top: 25px;
	/* margin-bottom: 10px;
	*/
}
.dienst-item {
	display: block;
	cursor: pointer;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 25px;
	min-height: 235px;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.dienst-item:hover {
	background: var(--black);
	border-color: var(--gold50);
}
.dienst-item:hover i {
	border-color: var(--gold50);
}
.dienst-item:hover .btn {
	background: var(--black);
}
.dienst-item i {
	font-size: 30px;
	margin-right: -25px;
	margin-top: -25px;
	border-radius: var(--radius);
	padding: 13px;
	margin-bottom: 10px;
	color: var(--gold);
	display: inline-block;
	border: 1px solid var(--border);
	border-top: 0;
	border-right: 0;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	float: right;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.dienst-title {
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0px;
}
.dienst-desc {
	font-size: 18px;
	font-weight: 300;
	color: var(--gray);
	line-height: 1.6em;
}
.dienst-item .btn {
	position: absolute;
	bottom: 25px;
	right: 50px;
}
#contact_images_preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 10px;
}
#contact_images_preview img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid var(--gold);
	border-radius: var(--radius);
}
#contact .btn {
	margin-top: 0;
}
#contact .col-6:nth-child(1) {
	padding-right: 7.5px;
}
#contact .col-6:nth-child(3) {
	padding-right: 7.5px;
}
#contact .col-6:nth-child(5) {
	padding-right: 7.5px;
}
#contact .col-6:nth-child(7) {
	padding-right: 7.5px;
}
#contact .col-6:nth-child(2) {
	padding-left: 7.5px;
}
#contact .col-6:nth-child(4) {
	padding-left: 7.5px;
}
#contact .col-6:nth-child(6) {
	padding-left: 7.5px;
}
#contact .col-6:nth-child(8) {
	padding-left: 7.5px;
}
.contact-details {
	position: relative;
	cursor: pointer;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 10px 25px;
	margin-bottom: 25px;
	min-height: 73px;
	color: var(--gray);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: 50px;
}
.contact-details:hover {
	background: var(--black);
	border-color: var(--gold50);
}
.contact-details i {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--gold);
	height: 100%;
	width: 55px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#diensten h2 {
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0px;
	font-weight: 400;
}
#diensten .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
#diensten .row:first-child {
	margin-bottom: 0px;
}
#diensten .row:last-child {
	margin-bottom: 0px;
}
#diensten .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#diensten .col-6 {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#diensten .col-6 h2 {
	margin-top: 0;
}
#diensten .row:last-child {
}
.alert {
	display: none;
	border: 1px solid #ff5252b8;
	background: #ff52520a;
	color: #ff5252b8;
	padding: 15px;
	margin-bottom: 25px;
	border-radius: var(--radius);
}
.alert.active {
	display: block;
}
.alert i {
	margin-right: 10px;
}
#contact_success {
	/* display: none; */
	-webkit-animation: fadeIn 0.5s;
	        animation: fadeIn 0.5s;
}
#contact_success > div > div {
	font-size: 18px;
	text-align: center;
	border: 1px solid var(--gold);
	background: var(--black);
	color: var(--gold);
	border-radius: var(--radius);
	padding: 25px;
	margin-bottom: 25px;
}
#contact_success > div > div > i {
	font-size: 50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.nice-select .current.default {
	color: var(--gray);
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
@media (max-width: 1200px) {
	.footer {
		display: none;
	}
	.main {
		left: 0;
		width: 100%;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.menu {
		border: 0px;
		border-bottom: 1px solid var(--border);
	}
	.menu-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.menu .menu-item {
		display: none;
	}
	.menu {
		width: 100%;
		height: 64px;
	}
	.menu .social {
		left: initial;
		right: 50px;
		bottom: initial;
		top: 10px;
	}
	.menu .social .social-item {
		height: 40px;
		width: 40px;
		padding-top: 8px;
		margin-right: 10px;
	}
	.menu .social .social-item:last-child {
		margin-right: 0px
}
	.menu-mobile .menu-item {
		font-weight: 400;
	}
	.menu-logo {
		padding: 0;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 110px;
		background-position-x: 50px;
		border-bottom: 0;
	}
	#home .social, #contact .social {
		display: none;
	}
	.line {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.dienst-item {
		min-height: auto;
	}
	.dienst-item .btn {
		position: relative;
		bottom: 0;
		right: 0;
		margin-bottom: 0px;
		width: 100%;
	}
}
@media (max-width: 800px) {
	#contact .col-6 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.menu .social {
		right: 25px;
	}
	.menu-logo {
		background-position-x: 25px;
	}
	.title {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 30px;
	}
	.intro {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.video {
		margin-top: 0px;
		width: 100%;
	}
	.video img {
		max-height: inherit;
	}
	.dienst-item {
		padding: 20px;
	}
	.dienst-item i {
		font-size: 25px;
		margin-right: -20px;
		margin-top: -20px;
	}
	.dienst-title {
		font-size: 25px;
	}
	.dienst-desc {
		font-size: 16px;
	}
	.project-item {
		margin-bottom: 25px;
	}
	.project-title {
		font-size: 18px;
	}
	.review-item {
		padding: 20px;
	}
	.review-avatar {
		height: 40px;
		width: 40px;
		margin-top: 0px;
	}
	.review-text {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.review-images {
		/* margin-top: 20px;
		*/
	}
	.review-images img {
		height: 50px;
		width: 50px;
		margin-top: 20px;
	}
}
@media (max-width: 500px) {
	.menu-mobile .menu-item span {
		font-size: 14px;
	}
	.input, .nice-select, .nice-select .option {
		font-size: 16px;
	}
	#contact_images_preview img {
		width: 75px;
		height: 75px;
	}
	.review-header-rating i, .review-header-rating p {
		font-size: 16px;
	}
	.review-header-rating p {
		margin-right: 5px;
	}
	.review-header-rating p:last-child {
		margin-left: 5px;
	}
	.review-rating {
		margin-top: -18px;
	}
	.review-date {
		letter-spacing: 0px
}
	.contact-details {
		min-height: 55px;
		margin-bottom: 15px;
	}
}