.property-description + h3 {
  display: none;
}

article > table, article > h3 {
  display: none;
}

html {
	height: 100%;
  	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/background.jpg) center top no-repeat fixed;
  	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
	height: 100%;
}

@font-face {
  font-family: 'Heuristica-Bold';
  src: url('../fonts/Heuristica-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Heuristica-Bold.otf')  format('opentype'), 
  url('../fonts/Heuristica-Bold.woff') format('woff'), 
  url('../fonts/Heuristica-Bold.ttf')  format('truetype'), 
  url('../fonts/Heuristica-Bold.svg#Heuristica-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


header, section, article, footer {
	display: block;
}

img, td {
	border: none;
}

section img {
	max-width: 100%;
	height: auto;
}

.custom {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

strong {
	font-weight: 600!important;
}

address {
  font-style: normal!important;
}

<!-- /* ---------------------- AUFBAU ------------------------------- */ -->

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 122px;
	overflow: visible;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#header {
	margin: 0 auto;
	padding: 0 2.5%;
	max-width: 1120px;
	height: 122px;
}



.logo {
	float: left;
	width: 35%;
	height:122px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.logo-farbe {
  	display: none;
	float: left;
	width: 35%;
	height:122px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


.logo img, .logo-farbe img {
	margin-top: 14px;
}

#top-navi {
	width: 100%;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	color: #fff;
	text-transform: uppercase;
}

nav {
	width: 65%;
	float: left;
	height: 123px;
	overflow: hidden;
}

header #header nav#navigation ul li a {
	color: #fff;
}

header #header nav#navigation ul li a:hover, header #header nav#navigation ul li a:active, header #header nav#navigation ul li a:focus {
	color: #009fe3;
}

header #header nav#navigation ul li.active a, header #header nav#navigation ul li.current a {
	color: #009fe3;
}

header #header .separator {
	color: #e5eef5;
}

header #header .separator:hover {
	color: #e5eef5;
}


<!-- /* ---------------------- header-animation - start ------------------------------- */ -->

header.header-shrink {
	margin-top: -60px;
	background: #fff;
  	border-bottom: 1px solid #ccc;
}

header.header-shrink .logo {
	display: none;
}

header.header-shrink .logo-farbe {
	display: block;
  	padding-top: 28px;
}

header.header-shrink #header-unten {
	background: none;
}

header.header-shrink #header nav#navigation ul li a {
	color: #706f6f;
}

header.header-shrink #header nav#navigation ul li a:hover, header #header nav#navigation ul li a:active, header #header nav#navigation ul li a:focus {
	color: #009fe3;
}

header.header-shrink #header nav#navigation ul li.active a, header #header nav#navigation ul li.current a {
	color: #009fe3;
}




<!-- /* ---------------------- header-animation - ende ------------------------------- */ -->


section {
	position: relative;
	margin: 0 auto;
	margin-top: 220px;
	margin-bottom: 150px;
	width: 100%;
	padding: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #888;
	line-height: 1.5em;
	clear: both;
	overflow: hidden;
}

article {
	max-width: 1120px;
	padding: 20px 2.5%;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.article-left, .article-right {
	float: left;
	width: 48%;
  	border-top: 1px solid #e5eef5;
  	overflow: hidden;
    padding: 20px 0;
}
.article-left {
	padding-right: 2%;
  	clear: left;
}

.article-right {
	padding-left: 2%;
}

.article-full {
	border-top: 1px solid #e5eef5;
    padding: 20px 0;
 	overflow: hidden;
  	clear: left;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: #ccc;
	line-height: 1.4em;
	text-transform: uppercase;
	overflow: hidden;
  	background: #222;
}

#footer {
	max-width: 1120px;
	padding: 20px 2.5% 20px 2.5%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 30px;
}


.footer-left {
	float: left;
	width: 70%;
}

.footer-right {
	float: right;
	width: 30%;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: block;
    float: left;
	margin: 0 20px 0 0;
	height: 30px;
	line-height: 30px;
	color: #888;
}
#footer ul li a {
	display: block;
	float: left;
	color: #888;
	-moz-transition:color 0.3s; -webkit-transition:color 0.3s; -o-transition:color 0.3s; transition:color 0.3s;
}

#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
	color: #fff;
}

#footer ul li.active a {
	color: #fff;
}

a {
	text-decoration:none!important;
}

#telefon {
	float: right;
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
	color: #fff;
  	font-size: 1.2em;
}

#telefon a {
	color: #fff!important;
}

#telefon i {
	margin-right: 10px;
}



<!-- /* ---------------------- CONTENT ------------------------------- */ -->

section p {
	margin: 12px 0 16px 0;
}

section p:first-child {
	margin: 0 0 16px 0;
}

section a {
	color: #009fe3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

section a:hover {
	color: #7facd0;
	text-decoration: none;
}

section a i.icon-chevron-right {
	font-size: 1em;
	display: inline-block!important;
	width: 25px!important;
	vertical-align: middle!important;
	-webkit-transition: width 0.3s, padding 0.3s;
	-moz-transition: width 0.3s, padding 0.3s;
	transition: width 0.3s, padding 0.3s;
}

section a:hover i.icon-chevron-right {
	width: 18px!important;
	padding: 0 0 0 7px;
}


a.weiterlesen {
	display:block;
	width: 210px;
	height: 43px;
	padding: 0 5px;
	line-height: 43px;
	margin-top: 40px;
	background: #ee7f01;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;
}

a.weiterlesen:hover {
	color: #fff;
	background: #4ba1f7;
}

section h1 {
  	font-family: 'Lato', serif;
	font-size: 1.7em;
	font-weight: 700;
	color: #009fe3;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 4px 0;
	margin-bottom: 10px;
	line-height: 1.3em;
  	clear: both;
}

section h1:first-child {
	padding-top: 0;
}

section h1 a, section h1 a:hover {
  color: #009fe3;
}

section h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 12px 0 10px 0;
	line-height: 1.2em;
  	clear: both;
}

section p+h2 {
	padding: 20px 0  0;
}


section h2 a, section h2 a:hover {
  color: #000;
}

section h3 {
	font-size: 1em;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin: 12px 0 16px 0;
  	clear: both;
}

section h4 {
	font-size: 1.1em;
    font-weight: 400;
    color: #009fe3;
    padding: 0;
    margin: 30px 0 0 0;
    clear: both;
}

section h3:first-child {
	margin: 0 0 16px 0;
}

section ul {
	list-style: none;
	margin: 12px 0 16px 0;
	padding: 0;
}

section ul li {
	padding: 0 0 5px 3em;
}

section ul li:before {
	content: '\f0da';
	font-family: FontAwesome;
	margin-left: -1.5em;
	width: 1.5em;
	color: #009fe3;
	display: inline-block;
}


<!-- /* ---------------------- BOXEN ------------------------------- */ -->

.leistung-box {
	float: left;
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 0 0;
}

.leistung-box:last-child {
	margin: 0;
}

.leistung-box-title {
	width: 100%;
  	height: auto;
	text-align: center;
  	margin: 12px 0 8px 0;
}

.leistung-box-title img {
  border: 8px solid #e5eef5;
	height: 140px;
	width: 140px;
	line-height: 150px;
	border-radius: 50%;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
}

.leistung-box-title a img {
  	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}



.leistung-box-text {
	width: 96%;
	float: left;
	padding: 0 2% 0 2%;
	text-align: center;
}

.leistung-box h2 {
	margin: 0 0 5px 0!important;
	padding: 0!important;
	line-height: 1.2em;
}

a .leistung-box-title {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a .leistung-box-text {
	color: #999;
}


<!-- /* ---------------------- SONSTIGES ------------------------------- */ -->

header .separator {
	margin: 0;
	padding: 0;
	color: #fff;
	height: 35px;
	line-height: 35px;
}

header .separator:hover {
  color: #fff;
}

footer .separator {
	margin: 0;
	padding: 0;
	color: #888;
}

footer .separator:hover {
  color: #888;
}

.anchor {
  overflow: hidden;
  padding-top: 80px;
  margin-top: -80px;
}

@media screen and (min-height: 0px) and (max-height: 830px) {
	footer {
	position: relative;
}

	
}


<!-- /* ---------------------- PROPERTY SEITE ------------------------------- */ -->


.prop-article-left, .prop-article-right {
	float: left;
	width: 48%;
  	border-top: 1px solid #e5eef5;
  	overflow: hidden;
    padding: 20px 0;
}
.prop-article-left {
	padding-right: 2%;
  	clear: left;
}

.prop-article-right {
	padding-left: 2%;
}

.property-container {
  overflow: hidden; 
  margin-bottom: 30px;
  background: #e5eef5;
  width: 96%;
  padding: 2%;
  color: #666;
}

.property-container ul li {
	padding: 0 0 5px 1.5em;
}

.property-container ul li:before {
	content: '\f00c';
	margin-left: -1.5em;
	width: 1.5em;
}

.property-left, .propertylist-left {
  float:left;
  overflow: hidden;
  width: 30%;
  padding-right: 2.3%;
}

.property-center {
  float:left;
  overflow: hidden;
  width: 30%;
  padding: 0 2.15%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.propertylist-center {
  float:left;
  overflow: hidden;
  width: 30%;
  padding: 0 2.3%;
}

.property-right, .propertylist-right {
  float:left;
  overflow: hidden;
  width: 30%;
  padding-left: 2.3%;
}

#jea-gallery-preview {
	margin-right: 1%;
}

#jea-gallery-preview.vertical {
	float: left;
	width: 65%;
}

#jea-gallery-scroll.vertical {
	overflow: hidden;
	width: 33%;
}

#jea-gallery-scroll.vertical img {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 7px;
	float: left;
	display: block;
}

table.jea-data th,
table.jea-data td {
	padding: 3px 0;
}

table.jea-data th {
	font-weight: normal;
	text-align: left;
}

table.jea-data td {
	font-weight: normal!important;
	text-align: right;
	color: #009fe3;
}

dl.jea_item {
	border-top: none!important;
}


.jea_item h2 {
	font-size: 130%;
	color: #009fe3;
	padding: 0;
	margin: 0;
}

.jea_item p {
	margin: 0 0 30px 0;
}

.jea_item .slogan {
	padding: 0;
	margin: 6px 0 40px 0;
}

.propertylist-label {
  display: block;
  font-size: 110%;
  color: #7facd0;
  margin-bottom: 5px;
}

.propertylist-content {
  display: block;
  font-size: 150%;
  font-weight: 600;
  color: #7facd0;
}

.propertylist-content.price {
  color: #009fe3;
}


<!-- /* ---------------------- KONTAKTFORMULAR ------------------------------- */ -->

.foxcontainer {
	margin: 0!important;
	padding: 0!important;
}

.control-group {
	margin: 0 0 10px 0!important;
}

.controls {
		width: 60%!important;
}

.foxcontainer input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	height: 30px!important;
	padding: 0 2% 0 2%!important;
	margin: 0!important;
	border: 1px solid #ccc!important;
	background: #f5f5f5!important;
	color: #009fe3!important;
	font-size: 1em!important;
	-webkit-transition: all 0.5s!important;
	-moz-transition: all 0.5s!important;
	transition: all 0.5s!important;
}

.foxcontainer .fox_select {
	width: 100%;
	height: 25px!important;
	padding: 0!important;
	margin: 0!important;
	border: 1px solid #ccc!important;
	background: #f5f5f5!important;
	color: #009fe3!important;
	font-size: 1em!important;
  	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	-webkit-transition: all 0.5s!important;
	-moz-transition: all 0.5s!important;
	transition: all 0.5s!important;
}

.foxcontainer textarea {
    -webkit-appearance: none;
	-moz-appearance: none;
	height: 100px!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	padding: 2%!important;
	margin: 0!important;
	border: 1px solid #ccc!important;
	background: #f5f5f5!important;
	color: #009fe3!important;
	font-size: 1em!important;
	-webkit-transition: all 0.5s!important;
	-moz-transition: all 0.5s!important;
	transition: all 0.5s!important;
}

div#foxcontainer_m91 input,
div#foxcontainer_m91 label.checkbox
{
	width: 95%!important;
}

div#foxcontainer_m91 textarea
{
	width: 95%!important;
}

.foxcontainer input:hover, .foxcontainer .fox_select:hover, .foxcontainer textarea:hover {
	border: 1px solid #ccc!important;
  	background: #fff!important;
}

.required {
	font-size: 0.9em!important;
	padding-left: 5px;
	color: #ccc!important;
	font-weight: 400!important;
}

.foxcontainer button {
	background: #009fe3!important;
	-webkit-transition: background 0.5s!important;
	-moz-transition: background 0.5s!important;
	transition: background 0.5s!important;
}

.foxcontainer button:hover {
	background: #7facd0!important;
}

div#foxcontainer_m91 .btn, div#foxcontainer_m94 .btn {
	padding: 4px 20px!important;
	line-height: 24px!important;
	color: #fff!important;
	text-shadow: none!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	border: none!important;
	font-size: 0.9em!important;
	text-transform: uppercase!important;
}

div#foxcontainer_m91 .btn:hover, div#foxcontainer_m94 .btn:hover {
	color: #fff!important;
}



div#foxcontainer_m91 .alert, div#foxcontainer_m94 .alert {
	padding: 10px 0;
	color: #555;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
}

div#foxcontainer_m91 .alert ul.fox_messages li, div#foxcontainer_m94 .alert ul.fox_messages li {
	margin: 0;
	padding: 0;
}

div#foxcontainer_m91 .alert ul.fox_messages li:before, div#foxcontainer_m94 .alert ul.fox_messages li:before {
	content: none;
	margin: 0;
}


div#foxcontainer_m91 .alert-success, div#foxcontainer_m94 .alert-success {
	color: #009fe3;
}

div#foxcontainer_m91 .alert-info, div#foxcontainer_m94 .alert-info {
	color: #009fe3;
}

div#foxcontainer_m91 .alert-warning, div#foxcontainer_m94 .alert-warning {
	color: #c09853;
}

div#foxcontainer_m91 .alert-error, div#foxcontainer_m94 .alert-error {
	color: #b94a48;
}




/* Checkbox and radio center alignment and text indentation */
div#foxcontainer_m94 .radio,
div#foxcontainer_m94 .checkbox
{
	min-height: 22px;
	padding-left: 0;
}

div#foxcontainer_m94 .radio input[type="radio"],
div#foxcontainer_m94 .checkbox input[type="checkbox"]
{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	float: left;
	height: 22px!important;
	margin-right: 5px!important;
}

<!-- /* ---------------------- LightBox ------------------------------- */ -->

#sbox-window {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
}