:root{
	--footerHeight: 450px;
}
footer{
	padding: 80px 0 0;
	float: left;
	width: 100%;
	display: block;
	height: max-content;
	background-color:var(--themeBlue);
}

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

footer *{
	color:var(--themeTint);
}
footer ul li,
footer p{
	color: white;
	margin: 0;
	line-height: 1.8em;
	font-size: 1.0em;
}

footer p a{
	color:currentColor;
}

footer .footer-logoBox{
}

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

footer .footerLogo{
	max-width:100%;
	height: auto;
	width: 200px;
	margin: 0 0 27.7%;
}
footer .footerTopBalk{
	display:flex;
	align-items: center;
	gap: 2rem;
}
footer .footerTopBalk .htmlblok p{
	width:max-content;
}
footer .footerLine{
	height: 4px;
	background-color:#fff;
	width:100%;
}

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) - 180px);
}
footer .footerList ul{
	list-style:none;
	padding-left:0;
}
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 rgba(255,255,255,0.2);align-items: center;justify-content: space-between;}
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: 10px 0 20px;
    font-weight: 400;
}

footer ul{padding: 0;display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: flex-start;gap: 1rem;margin: 0;}
footer ul li{
	display:inline-flex;
	width: max-content;
	align-items: center;
}

.footerList > .row {
    display: flex;
    align-items: center;
}

.footerBottomBar .row{
	width:100%;
	justify-content: space-between;
	align-items: center;
}


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

@media screen and (max-width:768px){
	footer{
		height:auto;
		padding-bottom:0;
	}
	footer *, footer h1, footer h2, footer h3{
		text-align:Center;
	}
	
	footer .footer-logoBox {
		margin: 0;
	}
	.miniFotos{
		gap:20px;
		padding: 20px 0;
	}
	footer ul li {
		display: inline-flex;
		gap: 10px;
		width: 100%;
		justify-content: center;
	}
	footer .footerTopBalk{
		flex-direction:column;
	}
	[html-tag='footer-contact-details'] p{
		text-align:center !important;
	}
}
