.custom-footer-wrapper * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;	
}

.custom-footer-wrapper {
	display: block;
	width: 75%;
	background: #ffffff;
	margin-left: auto;
	margin-right: 0;
}

.custom-footer-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#unsere-haltung {
	background-color: #a3adb7;
	padding-left: 0;
	height: 300px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 50px;
}

#footer-logo {
	padding: 0 20px;
	width: 33%;
}

#footer-logo a img {
	max-width: 100%;
	height: auto;
}

#footer-contact {
	width: 33%;
}

#footer-opening {
	width: 33%;
}

#unsere-haltung img {
	max-width: 100%;
	height: auto;
	margin-right: 100px;
}

#unsere-haltung div {
	display: block;
	width: 100%;
	max-width: 560px;
}

#unsere-haltung div h4 {
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	line-height: 1.35;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 0;
}

#kanzlei-kontakt {
	margin-bottom: 50px;
}

.footer-content {
	color: #A3ADB7;
}

.footer-content a {
	color: #A3ADB7;
	text-decoration: none;
	cursor: pointer;
}

.footer-content a:hover {
	color: #126AB4;
	cursor: pointer;
}

#footer-menu {

	padding: 0;
}

#footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;

	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;

	text-align: right;
	width: 100%;
}

#footer-menu ul li {
	padding-left: 35px;
	padding-right: 35px;
	margin: 0;
	list-style: none;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-transform: uppercase;
}

#footer-menu ul li:first-child {
	padding-left: 0;
}

#footer-menu ul li:last-child {
	padding-right: 50px;
}

#footer-menu ul li a {
	text-decoration: none;
/* 	font-weight: 300; */
/* 	font-size: 15px; */
	color: #A3ADB7;
}

a.der-notar {
	display: inline-block;
	height: 35px;
	width: 93px;	
}

@media screen and (max-width:1024px) {
	
	.custom-footer-wrapper {
		display: block;
		width: 100%;
	}
	
	#unsere-haltung {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		text-align: center !important;
	}
	
	#unsere-haltung img {
		margin: 0;
	}
	
	#unsere-haltung div {
		padding: 20px;
		-webkit-box-sizing: border-box;
  	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		
	}
	
	#unsere-haltung div p {
		margin: 0;
	}
	
	#footer-logo {
		width: 25%;
	}
	
	#footer-contact {
		width: 45%;
	}
	
	#footer-opening {
		width: 30%;
	}
	
}

@media screen and (max-width:768px) {

	#kanzlei-kontakt {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#footer-logo, #footer-contact, #footer-opening {
		width: 100%;
		margin-bottom: 35px;
		text-align: center;
	}
	
	#footer-menu {
		display: none !important;
	}

}