@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
@import "/assets/css/imagelightbox.css";
/* copytext */
/* nav, link  */
/* nav akt, link hover */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.touch * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
.no-fouc {
  display: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  outline: none;
  border: none;
}
html {
  height: 100.01%;
  margin-bottom: 1px;
  overflow-y: scroll;
  text-shadow: 0 0 1px rgba(102, 102, 102, 0.2);
  /*-webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);*/
}
img {
  max-width: 100%;
  height: auto;
}
.karte img {
  max-width: none;
}
a,
a:hover {
  outline: none;
  color: #999999;
  text-decoration: none;
}
.no-touch a:hover {
  text-decoration: none;
  color: #acbf04;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
  font-size: 16px;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
strong,
.strong {
  font-weight: 600;
}
i,
em,
.italic {
  font-style: italic;
}
.banner-wrap {
  z-index: 5;
  position: relative;
}
.banner {
  box-shadow: inset 0 5px 9px -5px rgba(0, 0, 0, 0.3);
  height: 360px;
  width: 100%;
  background: url(/assets/media/header_1.jpg) center center scroll no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  position: relative;
  z-index: 5;
}
.banner.home {
  background-image: url(/assets/media/header_1.jpg);
}
.banner.unternehmen {
  background-image: url(/assets/media/header_2.jpg);
}
.banner.immobilien {
  background-image: url(/assets/media/header_3.jpg);
}
.banner.referenzen {
  background-image: url(/assets/media/header_4.jpg);
}
.banner.kontakt {
  background-image: url(/assets/media/header_5.jpg);
}
.banner.impressum {
  background-image: url(/assets/media/header_6.jpg);
}
.banner.loaded {
  opacity: 1;
}
.banner img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 457px;
  height: auto;
  max-width: 70%;
}
.header-wrap {
  z-index: 10;
  position: relative;
}
.bg-1 {
  background-color: #ededed;
}
.header,
.cont-wrap,
.footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header {
  height: 90px;
}
.footer {
  padding: 15px 0 50px;
}
.cont-wrap {
  z-index: 50;
  padding: 25px 0;
}
.footer-wrap {
  box-shadow: 0 5px 9px -5px rgba(0, 0, 0, 0.3), 0 -5px 9px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.footer li {
  display: inline-block;
  font-size: 11px;
  margin-right: 20px;
  color: #666;
}
.footer li a,
.footer li a:hover {
  color: #666;
}
.footer li a:hover {
  color: #acbf04;
}
.nav {
  height: 25px;
  max-width: 600px;
  float: right;
  margin-top: 35px;
  position: relative;
  z-index: 50;
}
.nav > ul {
  position: relative;
  float: right;
}
.nav > ul > li {
  position: relative;
  margin-left: 30px;
  font-size: 16px;
}
.nav li li {
  font-size: 18px;
  white-space: nowrap;
}
.nav > ul > li:first-child {
  margin-left: 0;
}
.nav a,
.no-touch .nav a:hover {
  text-decoration: none;
  color: #999999;
  display: block;
}
.no-touch .nav a:hover {
  color: #acbf04;
}
.nav li.hover > a {
  color: #acbf04;
}
.nav li > a.akt {
  color: #acbf04;
}
.nav > ul > li {
  display: block;
  float: left;
  position: relative;
}
.nav > ul > li > ul {
  display: none;
  position: absolute;
  background-color: #3e4557;
  padding: 10px 20px;
  left: -20px;
}
.nav > ul > li > ul > li {
  padding-top: 10px;
}
.no-touch .nav > ul > li:hover > ul {
  display: block;
}
.nav > ul > li.hover > ul {
  display: block;
}
#mobile-nav {
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 10px;
  top: -25px;
  height: 30px;
  display: none;
  cursor: pointer;
}
.logo-reales {
  width: 130px;
  height: auto;
  display: block;
  margin-top: 20px;
  float: left;
}
.fs1 {
  font-size: 26px;
  margin: 10px 0;
  line-height: 34px;
}
.fs2 {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 34px;
}
.fs3 {
  font-size: 24px;
}
.fs4 {
  font-size: 22px;
}
.fs5 {
  font-size: 20px;
}
.fs6 {
  font-size: 18px;
}
.fs7 {
  font-size: 16px;
}
.fs8 {
  font-size: 14px;
}
.fs9 {
  font-size: 12px;
}
.fs10 {
  font-size: 11px;
}
.ls1,
a.ls1:hover {
  display: inline-block;
  color: #fff;
  background-color: #acbf04;
  padding: 5px 10px;
  line-height: 120%;
  text-decoration: none;
}
a.ls1:hover {
  background-color: #999999;
}
.ls2,
a.ls2:hover {
  color: #333333;
}
a.ls2:hover {
  color: #acbf04;
}
.ls3,
a.ls3:hover {
  background-image: url("/assets/media/sprite_ls3.png");
  background-size: 7px auto;
  color: #999999;
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 13px;
}
.no-touch a.ls3:hover {
  color: #acbf04;
  background-position: 0 -84px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ls3,
  .no-touch a.ls3:hover {
    background-image: url("/assets/media/sprite_ls3@2x.png");
  }
}
.sp-a-10 {
  margin-bottom: 10px;
}
.sp-a-20 {
  margin-bottom: 20px;
}
.sp-a-30 {
  margin-bottom: 30px;
}
.sp-b-20 {
  margin-top: 20px;
}
.sp-b-30 {
  margin-top: 30px;
}
p {
  margin: 0 0 10px 0;
}
.quote-zitat {
  background: url("/assets/media/quote_zitat.png") left 5px no-repeat;
  padding-left: 60px;
  min-height: 31px;
  background-size: 40px auto;
}
.zitat {
  margin: 20px 0;
}
.zitat p {
  font-size: 18px;
  margin-bottom: 5px;
}
.zitat p.source {
  font-size: 14px;
  font-style: italic;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .quote-zitat {
    background-image: url("/assets/media/quote_zitat@2x.png");
  }
}
.img-r-260 {
  float: right;
  margin-left: 10px;
  max-width: 260px;
  width: 26%;
  min-width: 150px;
}
.div-tbl-3-row {
  border-bottom: solid 1px #dcdcdc;
  padding: 30px 0;
}
.div-tbl-3-row:last-child {
  border-bottom: none;
}
.div-tbl-3-col {
  float: left;
}
.div-tbl-3-col-1 {
  width: 400px;
  padding-right: 30px;
}
.div-tbl-3-col-2 {
  width: 300px;
  padding-right: 30px;
}
.div-tbl-3-col-3 {
  float: right;
  text-align: right;
  width: 150px;
}
.div-tbl-2-col {
  float: left;
}
.div-tbl-2-col-1 {
  width: 40%;
  padding-right: 10px;
}
.div-tbl-2.stripes .div-tbl-2-row:nth-child(odd) {
  background-color: #efefef;
}
.div-tbl-2.stripes .div-tbl-2-row {
  padding: 5px 10px;
}
.div-tbl-2.stripes .div-tbl-2-col {
  font-size: 14px;
  line-height: 120%;
}
.col-1 {
  width: 66%;
  float: left;
}
.col-2 {
  width: 32%;
  float: right;
}
.icon-check {
  width: 16px;
  height: auto;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
textarea.form-control {
  height: auto;
  resize: vertical;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #abbe04;
  border-color: #abbe04;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #989898;
  border-color: #989898;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.preloader {
  display: none;
  margin-left: 10px;
}
.gallery {
  position: relative;
}
.gallery li {
  float: left;
  border-left: solid 15px #fff;
  border-bottom: solid 15px #fff;
}
.gallery ul {
  margin-left: -10px;
}
.gallery img {
  display: block;
}
.shadow {
  -webkit-box-shadow: 0 0 4px 1px rgba(17, 20, 25, 0.15);
  box-shadow: 0 0 4px 1px rgba(17, 20, 25, 0.15);
}
.floorplan-wrap .shadow {
  margin-right: 4px;
}
.nav-expose {
  margin-top: 15px;
}
.cont-wrap .fs2 {
  max-width: 700px;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  text-indent: -9999px;
  opacity: .7;
  background: #acbf04 url("/assets/media/totop.png") no-repeat;
  background-size: 40px auto;
  z-index: 100;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.referenzen-wrap {
  position: relative;
}
.referenzen-wrap ul {
  margin-left: -15px;
  overflow: hidden;
}
.referenzen-wrap li {
  max-width: 150px;
  height: 250px;
  float: left;
  border-left: solid 20px #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
  display: block;
}
.referenzen-wrap li h3 {
  font-size: 12px;
  line-height: 140%;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1000px) {
  .header {
    padding: 0 10px;
  }
  .cont-wrap {
    padding: 25px 10px;
  }
  .footer {
    padding: 15px 10px 50px;
  }
}
@media only screen and (max-width: 720px) {
  .header {
    padding-right: 0;
  }
  .nav {
    background-color: #fff;
    padding: 0 20px 0 10px;
  }
  .nav > ul {
    display: none;
  }
  .nav > ul > li {
    float: none;
    margin-left: 0;
    padding: 5px 0 5px 0;
    max-width: 190px;
  }
  .nav {
    height: auto;
  }
  .nav > ul > li > ul {
    display: none;
    position: relative;
    padding: 5px 0 0 10px;
    left: 0;
  }
  .nav > ul > li > ul > li {
    padding: 0 0 5px 0;
  }
  #mobile-nav {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .banner {
    height: 200px;
    width: 100%;
    background: url(/assets/media/header_1_s.jpg) center center scroll no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    position: relative;
  }
  .banner.home {
    background-image: url(/assets/media/header_1_s.jpg);
  }
  .banner.unternehmen {
    background-image: url(/assets/media/header_2_s.jpg);
  }
  .banner.immobilien {
    background-image: url(/assets/media/header_3_s.jpg);
  }
  .banner.referenzen {
    background-image: url(/assets/media/header_4_s.jpg);
  }
  .banner.kontakt {
    background-image: url(/assets/media/header_5_s.jpg);
  }
  .banner.impressum {
    background-image: url(/assets/media/header_6_s.jpg);
  }
  .header {
    height: 70px;
  }
  .logo-reales {
    margin-top: 10px;
  }
  .col-1 {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .col-2 {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 660px) {
  .div-tbl-3-col {
    float: none;
  }
  .div-tbl-3-col-1 {
    width: auto;
    padding-right: 0;
  }
  .div-tbl-3-col-2 {
    width: auto;
    padding-right: 30px;
  }
  .div-tbl-3-col-3 {
    float: right;
    text-align: right;
    width: auto;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .div-tbl-2-col-1,
  .div-tbl-2-col-2 {
    line-height: 120%;
    padding-bottom: 10px;
  }
  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
