:root{
	--footerHeight: 795px;
	--footerPadding:calc(min(161px,8dvw));
}
footer{
	padding: var(--footerPadding) 0 0;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	min-height: 795px;
	background-color: var(--themeGrey);
	background-image: url("/images/footer-bg.svg");
	background-position: top left;
	background-size: cover;
	background-repeat:no-repeat;
}

@media screen and (max-width: 1224px){
	footer .footerBackground{
		background:none;	
	}
}

footer h3{
	margin-bottom: 1rem;
}

footer *{
	color: var(--themePrimaryDark);
}


footer ul li,
footer p{
	color: var(--themePrimaryLight);
	margin: 0;
	line-height: 1.8em;
	font-size: 20px;
	font-weight: 300;
}

footer p a{
	color:currentColor;
}

footer .footer-logoBox{
	width:100%;
	display: flex;
	height: 100%;
	padding-left: 19px;
}

footer .footer-logoBox .htmlblok p{
	color:rgba(255,255,255,0.7);
	font-size: 12px !important;
}

footer .footerLogo{
	max-width: 330px;
	height: auto;
	width: 100%;
	margin: 0;
}

footer .footerBottom{
	min-height: 130px;
}
footer .footerBottom .row {
	display:flex;
	align-items: center;
}
footer .footerBottom .row *{
	color: var(--themeGreen);
}

footer .footerList{
	padding-top:20px;
	padding-bottom:20px;
	min-height: calc(var(--footerHeight) - 230px - var(--footerPadding));
}
footer .footerList ul{
	list-style:none;
	padding-left:0;
}
footer .footerList ul.sub.extra {
    display: none;
}
footer .footerList ul a{
	/* color:rgba(255,255,255,0.7); */
	display:inline-block;
	padding:0;
}

footer .footerList ul li{
	padding: 3px 0;
	/* font-size:14px; */
	color:rgba(255,255,255,0.7);
}

footer .footerBottomBar{display: flex;font-size: 14px;width: 100%;height: 80px;border-top: 1px solid rgb(255 255 255 / 22%);align-items: center;justify-content: space-between;margin-bottom: 5rem;}
footer .footerBottomBar p{
    font-size: 14px !important;
    margin: 0;
}

footer .footerBottomBar .privacyLink,
footer .footerBottomBar .algemeneLink{
    font-weight: 100;
    display: inline-flex;
    align-items: center;
}

footer .contactHolder{
	max-width:800px;
	width:100%;
}
footer a.button, footer button.button {
    font-size: 20px;
    margin: 30px 0 20px;
}

footer ul li{
	display:inline-flex;
	gap:10px;
	width: 100%;
}

.miniFotos{
	display:flex;
	align-items: flex-end;
	justify-content: center;
	gap:15px;
	height: 100%;
}
.miniFotos img{
	max-width: 100%;
	max-height: 50px;
}
.footerList > .row {
    display: flex;
    align-items: flex-start;
}
footer img.mediaImage {
    height: 40px;
}
.footerBottomBar .row{
	width:100%;
	justify-content: space-between;
	align-items: center;
}

footer .footerImages{
	height:80px;
	padding: 20px 14px;
}
footer .footerImages img{
	max-height:100%;
}

footer a:hover svg{
	transform: translateY(-3px);
}

footer .listHolder{
	display:flex;
	margin-top: 3rem;
	padding-bottom: 3rem;
}
footer .listHolder .row{
	flex:1;
	width:100%;
}
footer .listHolder .socials{
	width:80px;
}

.htmlblok[html-tag='footer-socials'] a{
	display:inline-flex;
	justify-content: flex-start;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	width: 60px;
	border: 1px solid #ffffff80;);
	border-radius: 50%;
}
.htmlblok[html-tag='footer-socials'] a svg{
	width: auto;
	height: 20px;
}

@media screen and (min-width:1024px){		
	.htmlblok[html-tag='footer-socials'] p{
		display:flex;
		flex-direction: column;
		align-items: stretch;
		float: right;
		gap: 11px;
	}
}

@media screen and (max-width:1224px){
	
}
@media screen and (max-width: 1024px){
	.contactBlock > div p{
		font-size: 15px !important;
	}
	footer .footerBottomBar{
		height:auto;
	}
	.footerBottomBar .row {
		width: 100%;
		margin: 0;
	}
	footer .footerImages{
		height:auto;
		flex-direction: row;
		flex-wrap: wrap;
	}
	footer .footerImages img{
		max-height: 40px;
	}
		
	.htmlblok[html-tag='footer-socials'] p{
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top:4rem;
		gap: 10px;
	}
}

@media screen and (max-width:768px){
	footer{
		height:auto;
		padding-bottom:0;
		padding-top: 0;
	}
	footer *, footer h1, footer h2, footer h3{
		text-align: left;
	}
	
	footer .footer-logoBox {
		/* margin: -1rem auto 4rem; */
		padding: 4rem 2rem 3rem;
	}
	.miniFotos{
		gap:20px;
		padding: 20px 0;
	}
	footer ul li {
		display: inline-flex;
		gap: 10px;
		width: 100%;
		justify-content: center;
	}
}
