/* clearfix */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

h1,h2,h3 {
	font-weight: 300;
}

.title span {
	font-size: 20px;
}

.title h3 {
	font-size: 38px;
}

.header {
	height: 160px;
	background-color: #801b3b;
	color: #FFF;

}

body {
	font-family: serif;
	background-image: url("../img/background.png");
	font-family: 'Halant', serif;
	letter-spacing: 2px;
}

a {
	text-decoration: underline;

}

a:hover {
	text-decoration: none;

}

.title {
	padding-top: 50px;
}

* {
	margin: 0;
	padding: 0;
}

.navigation {
	height: 55px;
	background-color: #8c1b46;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	margin-bottom: 20px;
	font-weight: 300;
}

.navigation ul {
	padding-top: 13px;
}

.navigation li {

	display: inline-block;
	margin-right: 55px;
	position: relative;

}

.navigation li:after {
	content: "";
	background-image: url("../img/list-item-seperator.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 37px;
	width: 4px;
	position: absolute;
	right: -33px;
	top: -1px;
}

.navigation ul li:last-child:after {
	display: none;
}

.navigation li a {
	color: #FFF;
	text-decoration: none;
}

.navigation li a:hover {
	text-decoration: underline;
}

.telefon-badge {
	position: absolute;
	right: 90px;
	top: 30px;

}

.telefon-badge-number{
	font-size: 28px;
	color: #3b3e40;
	position: absolute;
	top: 74px;
	right: 110px;
	letter-spacing: 0;
}

.wrapper {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
}

.wrapper-2 {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	color: #FFF;
	padding-top: 23px;
}

.image-slider {
	background-color: #FFF;
	margin-bottom: 23px;
	padding: 8px;
}

.text1 {
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
}

.info-box {
	background-color: #FFF;
	margin-bottom: 55px;
	clear: both;
	padding: 20px 110px;
	letter-spacing: 1px;
}

.info-box ul {
	list-style: none;
}

.info-box li:before {
	content: "+";
	padding-right: 5px;
}

.info-box h2 {
	position: relative;
	padding-left: 30px;
}

.info-box h2:before {
	content: "";
	height: 25px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 4px;
}

.lage h2:before {
	background-image: url(../img/icons/location.png);
}

.wohnung h2:before {
	background-image: url(../img/icons/haus.png);
}

.kosten h2:before {
	background-image: url(../img/icons/preis.png);
}

.service h2:before {
	background-image: url(../img/icons/stern.png);
}

.info-box li {
	border-bottom: 1px solid #c1b73e;
	padding-top: 15px;
	padding-bottom: 15px;
}

.lage {
	color: #3b3e40;
	display: block;
}

.wohnung {
	color: #3b3e40;
}

.kosten {
	color: #3b3e40;
}

.service {
	color: #3b3e40;
}

.escherndorf-box {
	background-color: #FFF;
	margin-bottom: 55px;
	padding-bottom: 78px;
}

.popup-images {
	padding: 100px;
	list-style: none;
	margin: 0;
}

.popup-images li {
	display: inline-block;
	width: 12.5%;
	margin-right: -4px;
}

.popup-image {
	display: block;
	margin: 0 20px;
	background: #c1b73e;
  	border: none;
  	text-decoration: none;
	position: relative;
}

.popup-image:hover img {
	opacity: 0.5;

}

.popup-image img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
    border: none;
}

.popup-image .overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: rgba(193,183,62,.77) url(../img/popup-image/lupe.png) 60px 10px no-repeat;

}
.popup-image:hover .overlay {
	opacity: 1;
}

.text2 {
	color: #3b3e40;
	padding: 0 200px;
	text-align: center;
	font-size: 16px;
	margin-top: -70px;
}

.impressionen-box {
	background-color: #FFF;
	height: 550px;
	margin-bottom: 55px;
}

.impressionen {
	color: #3b3e40;
	font-size: 30px;
	text-align: center;
	padding: 40px 40px;

}

.image-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 22px;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	background: rgba(193,183,62,.77);
	padding-left: 5px;

}

.karte-box {
	background-color: #FFF;
	margin-bottom: 55px;
	height: 515px;
	border: 10px solid #c1b73e;
}

.location {
	color: #3b3e40;
	font-size: 30px;
	text-align: center;
	padding: 40px 40px;
}

#map {
	width: 854px;
	margin: -30px 0 5px 190px;
	height: 340px;
}

.text3 {
	color: #3b3e40;
	font-size: 16px;
	padding: 0 260px 45px 190px;
}

.kontakt-box {
	background-color: #8c1b46;
	height: 265px;
	margin-bottom: 55px;
}

.kontakt {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 40px 40px;
}

/*.mail-icon {
	padding-left: 407px;
}

.mail {
	color: #FFF;
	font-size: 16px;
	padding-left: 355px;
}

.telefon {
	color: #FFF;
	font-size: 16px;
}

.telefon-icon {
	padding-left: 194px;
}
*/

.ueberschrift {
	color: #3b3e40;
	font-size: 30px;
	text-align: center;
	padding: 40px 40px;
}

.ueberschrift-hell {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 40px 40px;

}

.mail,
.telefon {
	color: #fff;
	
}

.kontakt-box a {
	color: #FFF;

}

.facebook a {
	position: relative;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.facebook a:hover {
	top: -3px;
}

.one-quarter {
	width: 25%;
	float: left;
}

.zentriert {
	padding: 0 200px;
}

.one-half {
	width: 50%;
	float: left;
	text-align: center;
}

.inner {
	padding: 0 20px;
	color: #fff;
}

.footer {
	height: 222px;
	background-color: #801b3b;
}

.footer-links {
	list-style: none;
}

.footer-links a {
	text-decoration: underline;
	color: #FFF;
}
.footer-links a:hover {
	text-decoration: none;
}

.footer-links li {
	padding-left: 20px;
	position: relative;
}

.footer-links li:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #c1b73e;
	left: 0;
	top: 50%;
	margin-top: -2px;
	border-radius: 50%;
}

.footer h3 {
	padding-bottom: 20px;
}