#kontaktbox h3 {
	font-size: 1.3em;
	padding-bottom: 10px; 
	border-bottom: 2px solid #1a797d;
}
 
#kontaktbox h4 {
	font-size: 1.1em;
}

#immoanfrage {
	font-size: 1.3em;
	padding-bottom: 10px; 
	border-bottom: 2px solid #1a797d;
	margin-top: 0;
}

.clear {
	clear: both;
}

.immo_overview_headline {
	color: #1a797d;	
}

.immo_overview_row {
	border-bottom: 1px solid #efefef;
	padding: 4px 0;
}

.immo_overview_box {
	padding: 20px 0; 
	margin-bottom: 30px;
	
	box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
	-moz-box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
}

.detailsLink {
	font-size: 1.1em;
	font-weight: bold;
}

.detailsID {
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 4px;
}

.query_next_link {
	color: white;
	background-color: #1a797d;
	padding: 1px 6px 1px 6px;	
}

.query_next_link a {
	color: white;
	
}

.boxshadow {
	box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
	-moz-box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
	
}

#kontaktbox {
	padding: 20px; 
	margin-bottom: 30px;
	
	box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
	-moz-box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(220, 214, 214, 0.72);
}

#footer-menu li {
	display: inline;
	margin-right: 20px;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.tipps_titel_klein {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 600;
	color: #14787d;
}

.tipps_titel {
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	color: black;
}

.checklist ul {
	list-style: none;	
	padding-left: 0;
	margin-left: 2em;
}

.checklist ul li {
	margin-bottom: 1.3em;
	position: relative;
}

.checklist ul li::before {
	position:absolute;
	left: -1.5em;	
	top: 0.2em;
	content: url(../custpics/tick.svg) " "
}

.checklist-head2 {
	color: #14787d; 
	font-size: 1.1em; 
	margin-bottom: 10px;
}

.checklist-head1 {
	
	margin-top: 0;
}