footer{
    float: left;
    width: 100%;
    display: block;
    z-index:0;
    min-height: 540px;
    background-color: var(--themeColorDarkText);
}
footer div.jumbotron{
	min-height: 565px;
	padding: 50px 0 0px;
	box-sizing: border-box;
	background-color: var(--themeColorDark);
	background-image: url(../images/footer_background.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

footer .colUl{
	padding-right:0;
}

footer ul{
	width:100%;
	margin: 0;
	padding: 0px;
	display:block;
}
footer .info h4{
    text-align: left;	
}
footer li{
    list-style: none;
    display: inline-block;
    width:100%;
    color: #fff;
    line-height: 29px;
    text-align: left;
}
footer li a {
    display: inline-block;
    padding: 9px 0;
    line-height: 15px;
    font-weight: 100;
    color: #fff;
    font-size: 15px;
}
footer div.info p {
    font-size: 14px;
    color:#fff;
    line-height: 2.7em;
}
footer div.info b, footer div.info strong{
    color: #fff  !important;
    font-size: 15px;
}
footer div.info h1,
footer div.info h2,
footer div.info h3,
footer div.info h4{
	color: var(--themeColor_goldLight);
	font-size: 16px;
	margin-bottom:10px;
}

footer div.container.bottom{
	margin-top: 0;
	text-align:center;
	width:100% !important;
	height: 35px;
	background-color: #000;
}
footer div.container.bottom div:not(.htmlblok) {
    height: 100%;
    /* padding-left: 5vw; */
    text-align: left;
}
footer div.container.bottom * {
	line-height: 1.0em;
    font-size: 13px !important;
    font-weight: 100;
    color: #8e8e8e;
    height: 100%;
}
footer div.container.bottom a{
	color: #f5e5cc;
	font-weight:600;
}

footer div.container.bottom table{
	border-spacing: 0;
	border: none;
}
footer div.container.bottom table td{
    border: none;	
}

footer .icons{
	text-align:center;
    padding-top: 40px;
}
footer .icons i{
	font-size:25px;
	color: var(--themeColor_goldLight);
	margin:10px;
	transition: transform .2s ease-in-out;
}
footer .icons a svg{
    width:40px;
    height: 23px;
    transform: TranslateY(2px);
}
footer .icons a svg path{
    fill: var(--themeColor_gold);
}
footer .icons i:hover{
	transform:scale(1.3);
}
footer .icons a:first-of-type i{
	margin-left:0;	
}
footer .icons a:last-of-type i{
	margin-right:0;
}
footer .map-container{
	height:250px;
	border-radius:17px;
	overflow:hidden;
}

footer .listBlock{
	display:none;
}

footer h2:not(:empty):after{
	display:none;
}

footer .googleReviews{
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
footer .googleReviews .number{
    background-color: var(--themeColor_gold);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 11px;
}
footer .googleReviews .number i{
    font-size: 11px;
}
footer .googleReviews font{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
footer .googleReviews font i{
    font-size: 30px;
}

@media (max-width: 1024px){
	
}
@media (max-width: 767px){
	
}


div.review_block{
	margin-top:60px;
}
div.review_block #review_cijfer{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    float: left;
    margin: 10px 10px 10px 0;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    font-weight: 600;
}
div.review_block p,
div.review_block #review_stars{
	width:calc(100% - 70px);
    height: auto;
	float:left;
	color:white;
	margin:0;
}
div.review_block #review_stars i{
	float:left;
	width:40px;
    height: auto;
	color:white;
    font-size: 21px;
	text-align:center;
}
div.review_block #review_stars i:first-of-type{
	margin-left:-8px;
}
	
div.review_block a.button{
    padding: 0 30px;
    line-height: 32px;
    font-size: 12px !important;
    border-width: 1px;
    font-weight: normal;
    margin-left: 60px;
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	div.review_block #review_stars{
		margin: 10px 0;
	}
	div.review_block #review_stars i {
		width: 28px;
	}
	div.review_block p {    
		line-height: 1.4em;
	}
}