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


.button.going-back-up {
	margin-top: 17px;
	margin-right: 10px;
	z-index: 999 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 11px !important;
}
.button.going-back-up i {
	color: #006991;
	-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 {
	position: relative;
	width: 100%;
	min-height: calc(400px + 80px);
	padding: 0px 0;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/footer-full@2x.png');
}

	@media (max-width: 1460px) {
		.footer-wrapper {
			background-position: bottom center;
			background-size: contain;
		}
	}
	@media (max-width: 1023px) {
		.footer-wrapper {
			background-position: 0 0;
			background-size: 120% auto;
			min-height: calc(220px + 0px);
		}
		
	}
	@media (max-width: 640px) {
		.footer-wrapper {
			background-color: #000;
			background-position: 50% 10% !important;
			background-size: 140px auto;
			background-image: url('../images/badge-bb-erkend.png');
			min-height: calc(300px + 0px);
		}
		
	}
	@media (max-width: 374px) {
		.footer-wrapper {

		}
	}

/* Bottom */
.copyright-wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 3;
}
.copyright-content {
	/* border-top: 1px solid rgba(36, 40, 43, 0.1); */
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	
}
/* .copyright-content {
	background: #000;
} */
.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: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 0px 0 15px;

}
.copyright-address {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 20px;

}
.copyright-address a {
	color: #fff;
	text-decoration: underline;
}
.copyright-address a:hover {
	color: #fff;
	text-decoration: none;
}
.copyright-content .menu {
	margin-top: 0px;
	margin-lefT: 10px;
}
.copyright-content .menu > li > a {
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0 10px;
	color: rgba(255, 255, 255, 1);
	font-style: italic;
}
.footer-wrapper.bg-primary .copyright-text,
.footer-wrapper.bg-secondary .copyright-text,
.footer-wrapper.bg-dark .copyright-text,
.footer-wrapper.inversed .copyright-text {
	color: rgba(255, 255, 255, 0.8);
}

.footer-wrapper.bg-primary .copyright-content .menu > li > a,
.footer-wrapper.bg-secondary .copyright-content .menu > li > a,
.footer-wrapper.bg-dark .copyright-content .menu > li > a,
.footer-wrapper.inversed .copyright-content .menu > li > a{
	color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper.bg-primary .copyright-content .menu > li > a:hover,
.footer-wrapper.bg-secondary .copyright-content .menu > li > a:hover,
.footer-wrapper.bg-dark .copyright-content .menu > li > a:hover,
.footer-wrapper.inversed .copyright-content .menu > li > a:hover {
	color: #fff;
}

@media (max-width: 1460px) {
	.copyright-text {
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		padding: 0px 0 13px;
	
	}
}
@media (max-width: 1130px) {
	.copyright-text {
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		padding: 0px 0 10px;
	
	}
	.copyright-content .menu > li > a {
		font-size: 14px;	
	}
	.copyright-address {
		padding: 10px 20px 10px;
		font-size: 13px;

	}
	.copyright-address p {
		font-size: 13px;
		margin:0;
	}
}
@media (max-width: 640px) {
	.copyright-address {
		padding: 10px 20px 10px;
		font-size: 13px;
		text-align: center;
	}
}
/* Payments */
.payment-methods {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payment-methods > div > img {
	height: 34px;
	margin: 0 0px;
}
.payment-methods > div.payment-ideal > img {
	height: 42px;
}
.payment-methods > div.payment-mastercard > img {
	height: 34px;
}
.payment-methods > div.payment-visa > img {
	height: 22px;
}
.payment-methods > div.payment-paypal > img {
	height: 26px;
}

@media (max-width: 1023px) {
	.copyright-content {
		padding: 0;
		background: #000;
		padding-left: 25px;
	}
}
@media (max-width: 767px) {
	.copyright-content {
		padding: 0px 0px 0px 0px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.copyright-text {
		padding-bottom: 0px;
	}
	.copyright-text {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	.copyright-content .menu {
		margin-top: 0px;
	}
	.copyright-content .menu > li > a {
		font-size: 14px;
		font-weight: 400;
		padding: 0;
		margin: 0 10px;
	}
}
@media (max-width: 374px) {
	.copyright-text {
		font-size: 11px;	
	}

	.copyright-content .menu > li > a {
		font-size: 12px;
		font-weight: 400;
		padding: 0;
		margin: 0 10px;
	}
}


/* Site Label */
.copyright-label {
	float: right;
	margin-top: 5px;
	width: 140px;
	height: 60px;
	background:  url('../images/addnoise.svg') no-repeat center center;
	background-size: contain;
	opacity: 0.3;
	-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/logo-via-instapsite-wit.svg');
}
.copyright-label:hover {
	opacity: 0.5;
}
	@media (max-width: 970px) {
		.copyright-label {
			
		}
	}
	@media (max-width: 640px) {
		.copyright-label {
		
		}
	}