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

footer .footerTop{
	background-color: var(--themeBg);
	background-image:url(/images/footer-overgang.svg);
	background-size:100%;
	width:100%;
	content:'';
	aspect-ratio:1440/292;
	padding-top: 4rem;
	margin-bottom: -7rem;
}

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

footer *{
	color:white;
}
footer h2{
	color:white;
}

footer h4 {
    font-size: 17px;
    font-weight: 600;
}

footer *{
}


footer ul li,
footer p{
	color:white;
	margin: 0;
	line-height: 1.8em;
	font-size: 16px;
	font-weight: 500;
}

footer p a{
	color:currentColor;
}

footer .footer-logoBox{
	width:100%;
	max-width: 310px;
}

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 1.3rem;
}

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

footer .footer-contact-list h3{
	margin-bottom:0.2rem;
}
footer .footer-contact-list .btn svg{
	margin: -8.5px -14px -7px 4px;
	transition: all .2s ease-in-out;
	border: 1px solid currentColor;
	border-radius: 50%;
	--size: 35px;
	width: var(--size) !important;
	height: var(--size) !important;
	padding: 7px;
}

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.sub.extra {
    display: none;
}
footer .footerList ul a{
	display:inline-block;
}

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


footer .footer-contact-list ul{
	list-style:none;
	padding-left:0;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0.5rem 1rem;
	padding:2rem 0;
	margin-left: -1rem;
}
footer .footer-contact-list ul li:nth-of-type(1),
footer .footer-contact-list ul li:nth-of-type(2),
footer .footer-contact-list ul li:nth-of-type(3),
footer .footer-contact-list ul li:nth-of-type(4){
	margin-left:1rem;
}

footer .footer-contact-list ul li{
	width:auto;
}
footer .footer-contact-list ul li a{
}

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: 30px 0 20px;
}

footer ul li{
	display:inline-flex;
	gap:10px;
	width: 100%;
}
.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);
}

.htmlblok[html-tag='footer-socials'] a{
	display:inline-flex;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #fff;
	align-items: center;
	width: 40px;
	height: 40px;
}
.htmlblok[html-tag='footer-socials'] a svg{
	width:30px;
}
.htmlblok[html-tag='footer-socials'] a svg path{
	fill: #fff;
	
}

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

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

@media screen and (max-width:768px){
	footer{
		height:auto;
		padding-bottom:0;
	}
	footer ul li {
		display: inline-flex;
		gap: 10px;
		width: 100%;
		justify-content: center;
	}
}
