/*
---------------------------
FOOTER
---------------------------
*/


.button.going-back-up {
	margin-top: 17px;
	margin-right: 10px;
	z-index: 999 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 11px !important;
}
.button.going-back-up i {
	color: #fdc500;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.button.going-back-up:hover i {
	transform: translateY(-2px);
}
	@media (max-width: 1023px) {
		.button.going-back-up {
			display: none !important;
		}
	}

footer {
	z-index: 99;
}
.footer-wrapper .is-relative {
	z-index: 9;
}

.footer-content {
	padding: 0 0rem 40px 25px;
}
.footer-content > img {
	max-width: 280px;
	position: relative;
	margin-left: -5px;
	margin-top: -13px;
	margin-bottom: 20px;
}
.follow-title {
	display: block;
}
	@media  (max-width: 1280px) {
		.footer-content {
			
		}

	}
	@media  (max-width: 1023px) {


		.footer-logo {

		}
		.footer-content {
			
		}
		.footer-wrapper .columns:last-child {
			float: left;
		}
	}
	@media  (max-width: 767px) {
		.footer-wrapper {
			padding-top: 80px !important;
		}
		.footer-content {
			padding: 0rem 0rem 2rem 10px;
		}
		.footer-content img {
			max-width: 180px;
		}


	}
	@media  (max-width: 374px) {
		.footer-wrapper {
			padding-top: 80px !important;
		}
		.footer-content {
			padding: 0rem 0rem 2rem 0px;
		}
		.footer-content img {
			max-width: 140px;
		}


	}

.footer-content .footer-title {
	font-size: 18px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	font-weight: 800;
}
.footer-wrapper.bg-primary .footer-content .footer-title,
.footer-wrapper.bg-secondary .footer-content .footer-title,
.footer-wrapper.bg-dark .footer-content .footer-title {
	color: rgba(255, 255, 255, 0.8)
}
.first .footer-content .footer-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.footer-content p {
	font-size: 0.86rem;
	line-height: 1.8;
}
.footer-content p strong {
	font-weight: 700;
	margin-right: 5px;
}
.footer-content p a {
	color: #616161;
	text-decoration: underline;
}
.footer-content p a:hover {
	color: #2e2e2e;

}

.footer-wrapper.bg-primary .footer-content p,
.footer-wrapper.bg-secondary .footer-content p,
.footer-wrapper.bg-dark .footer-content p {
	color: rgba(255, 255, 255, 0.8)
}
.footer-wrapper.bg-primary .footer-content p a,
.footer-wrapper.bg-secondary .footer-content p a,
.footer-wrapper.bg-dark .footer-content p a{
	color: rgba(255, 255, 255, 0.8)
}
.footer-wrapper.bg-primary .footer-content p a:hover,
.footer-wrapper.bg-secondary .footer-content p a:hover,
.footer-wrapper.bg-dark .footer-content p a:hover {
	color: rgba(255, 255, 255, 1)
}

/* Table */
.footer-content table tbody,
.footer-content table tfoot,
.footer-content table thead,
.footer-content table,
.footer-content table tr,
.footer-content table tr td {
	font-size: 14px;
	background: transparent !important;
}
.footer-content table tbody tr:nth-child(even) {
	background: transparent !important;
}
.footer-content table tr td {
	padding: .2rem .625rem .2rem 0;
	color: rgba(0, 0, 0, 0.6)
}


/* List items */
.footer-list ul {
	list-style: none;
	padding:0;
	margin:0;
}
.footer-list ul li {
	padding:0;
	font-size: 16px;
}
.footer-list ul li a{
	position: relative;
	padding: 2px 0;
	padding-left: 15px;
	display: inline-block;
	font-size: 14px;
}
.footer-list ul li a:before {
	position: absolute;
	top: 8px;
	left: 0rem;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 12px;
	line-height: 1;
	content: "\f054";
	color: #BD57FD;
}
.footer-list ul li a {
	color: #000428;
	-webkit-transition: color 0.3s ease-in-out 0s;
  	transition: color 0.3s ease-in-out 0s;
}
.footer-list ul li a:hover {
	color: #BD57FD !important;
}

.footer-wrapper.bg-primary .footer-list ul li a,
.footer-wrapper.bg-secondary .footer-list ul li a,
.footer-wrapper.bg-dark .footer-list ul li a {
	color: rgba(255, 255, 255, 0.7) !important;
}
.footer-wrapper.bg-primary .footer-list ul li a:hover,
.footer-wrapper.bg-secondary .footer-list ul li a:hover,
.footer-wrapper.bg-dark .footer-list ul li a:hover {
	color: rgba(255, 255, 255, 1) !important;
}


/* Social */
.social-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding:0;
	margin:0;
}
.social-list {
	padding: 0;
}
.social-list a {
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 20px;
	text-align: center;
	border-radius: 100px;
	background: #3B2D82;
	margin-right: 10px;
	-webkit-transition: background 0.1s ease-in-out 0s;
  	transition: background 0.1s ease-in-out 0s
}
.social-list a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	-webkit-transition: color 0.1s ease-in-out 0s;
  	transition: color 0.1s ease-in-out 0s
}
.social-list a:hover {
	background:#3B2D82;
	color: #BD57FD;	
}
.social-list a:hover i {
	color: #BD57FD;	
}

.footer-wrapper.bg-primary .social-list a,
.footer-wrapper.bg-secondary .social-list a,
.footer-wrapper.bg-dark .social-list a {
	background: rgba(255, 255, 255, 0.1) !important;
}
.footer-wrapper.bg-primary .social-list a i,
.footer-wrapper.bg-secondary .social-list a i,
.footer-wrapper.bg-dark .social-list a i {
	color: rgba(255, 255, 255, 1) !important;
}
.footer-wrapper.bg-primary .social-list a:hover i,
.footer-wrapper.bg-secondary .social-list a:hover i,
.footer-wrapper.bg-dark .social-list a:hover i {
	color:#fdc500 !important;
}
.social-list.large a {
	width: 48px;
	height: 48px;
}
.social-list.large a i {
	font-size: 20px;
}
	@media (max-width: 970px) {
		
	}

.footer-keurmerken {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-keurmerken a,
.footer-keurmerken div {
	padding:5px 5px 5px 0;
	margin-right: 5px;
}
.footer-keurmerken img {
	max-width: 160px;
	height: 80px;
	filter: grayscale(100);
	opacity: 0.3;

}
.footer-keurmerken a:hover img,
.footer-keurmerken div:hover img {
	filter: grayscale(0);
	opacity: 1;

}
.footer-partners {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-partners a,
.footer-partners div {
	padding:5px 5px 5px 0;
	margin-right: 5px;
}
.footer-partners img {
	max-width: 160px;
	height: 40px;

}

.partof {
	margin-top: 80px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	font-size: 13px;
}
.partof img {
	position: relative;
	top:-2px;
	width: 100px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.footer-partners {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

}
@media (max-width: 400px) {
	.partof {
		margin-top: 80px;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		white-space: nowrap;
		font-size: 12px;
	}
	.partof img {
		position: relative;
		top:-2px;
		width: 80px;
		margin-left: 15px;
	}

}

/* Bottom */
.copyright-wrapper {
	position: relative;
	padding: 0px 0;
	z-index: 99 !important;
	/* background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	background-image: url('../images/bg-stripes-resized.jpg'); */
	border-top: 2px solid rgba(21, 18, 21, 0.1);
}
.copyright-content {
	
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
}
.footer-wrapper.bg-primary .copyright-content,
.footer-wrapper.bg-secondary .copyright-content,
.footer-wrapper.bg-dark .copyright-content,
.footer-wrapper.inversed .copyright-content {
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
	font-size: 14px;
	color: #fff;
}
.copyright-content .menu {
	display: flex;
	align-items: center;
	margin-top: 0px;
}
.copyright-content .menu > li > span,
.copyright-content .menu > li > a {
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	margin: 0 10px;
	color: #fff;
}
.copyright-content .menu.share > li > a {

}
.copyright-content .menu.share li a {
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	border-radius: 100px;
	background: #ffffff;
	margin-right: 0px;
	-webkit-transition: background 0.1s ease-in-out 0s;
  	transition: background 0.1s ease-in-out 0s
}
.copyright-content .menu.share li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #BD57FD;
	font-size: 16px;
	-webkit-transition: color 0.1s ease-in-out 0s;
  	transition: color 0.1s ease-in-out 0s
}
.copyright-content .menu.share li a:hover {
	background: #BD57FD;	
}
.copyright-content .menu.share li a:hover i {
	color: #fff;	
}



.copyright-wrapper.bg-primary .copyright-text,
.copyright-wrapper.bg-secondary .copyright-text,
.copyright-wrapper.bg-dark .copyright-text,
.copyright-wrapper.inversed .copyright-text {
	color: #ffffff;
}

.copyright-wrapper.bg-primary .copyright-content .menu > li > a,
.copyright-wrapper.bg-secondary .copyright-content .menu > li > a,
.copyright-wrapper.bg-dark .copyright-content .menu > li > a,
.copyright-wrapper.inversed .copyright-content .menu > li > a{
	color: #fff;
}
.copyright-wrapper.bg-primary .copyright-content .menu > li > a:hover,
.copyright-wrapper.bg-secondary .copyright-content .menu > li > a:hover,
.copyright-wrapper.bg-dark .copyright-content .menu > li > a:hover,
.copyright-wrapper.inversed .copyright-content .menu > li > a:hover {
	color: #fff;
}

@media (max-width: 1023px) {
	.copyright-content {
		flex-direction: column;
	}
	.copyright-content .menu {
		/* flex-direction: column;
		align-items: flex-start; */
		margin: 10px 0;
	}
	.copyright-content .menu.share {
		margin: 0px 0;
	}
	.copyright-content .menu > li  {
		margin: 6px 0;
	}
}

@media (max-width: 767px) {
	.copyright-content {
		padding: 20px 0px 20px 10px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	.copyright-text {
		padding-left: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 400px) {
	.copyright-wrapper {
		position: relative;
		padding: 0px 0;
		z-index: 99 !important;

	}
}
@media (max-width: 374px) {
	.copyright-content {
		padding: 20px 0px 20px 0px;
	}
	.copyright-text {
		font-size: 12px;
		color: #fff;
	}
	.copyright-content .menu {
		display: flex;
		align-items: center;
		margin-top: 0px;
	}
	.copyright-content .menu > li > span,
	.copyright-content .menu > li > a {
		font-size: 12px;
		font-weight: 400;
		padding: 0;
		margin: 0 10px;
		color: #fff;
	}
}

/* Site Label */
.copyright-label {
	float: right;
	margin-top: 5px;
	width: 120px;
	height: 60px;
	background:  url('../images/addnoise-dark.svg') no-repeat center center;
	/* background:  url('../images/logo-via-instapsite.svg') no-repeat center center; */
	background-size: contain;
	opacity: 0.2;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
 	transition: opacity 0.3s ease-in-out 0s;
}
.footer-wrapper.bg-primary .copyright-label,
.footer-wrapper.bg-secondary .copyright-label,
.footer-wrapper.bg-dark .copyright-label,
.footer-wrapper.inversed .copyright-label {
	background-image:  url('../images/addnoise-white.svg');
}
.copyright-label:hover {
	opacity: 0.8;
}
	@media (max-width: 970px) {
		.copyright-label {
			
		}
	}
	@media (max-width: 767px) {
		.copyright-label {
			margin-top: 20px;
		}
	}