/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.caption{max-width:100%}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
.left {
  float: left;
}
.right {
  float: right;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.divider {
  width: 100%;
  height: 20px;
  clear: both;
}
.divider40 {
  width: 100%;
  height: 40px;
  clear: both;
}
.divider-border {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
}
.hidden {
  display: none;
}
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 0;
  font: 16px 'Open Sans', arial;
  font-weight: 300;
  position: relative;
  color: #222224;
}
.grid-full {
  width: 70%;
  margin: 0 auto;
  min-width: 700px;
}
.grid-50 {
  width: 36%;
}
.grid-33 {
  width: 24.67%;
}
.grid-50pc {
  width: 50%;
}
.grid-70pc {
  width: 70%;
}
.grid-33pc {
  width: 33.33%;
}
.border {
  border: 1px solid #cfcfcf;
}
.box {
  width: 33.33%;
  float: left;
  padding: 0 3%;
  border-right: 1px solid #cfcfcf;
  height: 300px;
  position: relative;
}
@media (max-width: 1335px) and (min-width: 1495px) {
  .box {
    height: 320px;
  }
}
.box a.button {
  position: absolute;
  bottom: 0;
  display: block;
  width: 82%;
}
.box-last {
  border-right: none;
}
.box-double {
  width: 66.66%;
  float: left;
  padding-right: 3%;
  border-right: 1px solid #cfcfcf;
}
.box-50-left {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.box-50-right {
  width: 45%;
  margin-left: 5%;
  float: right;
}
.stage-start .box-50-left {
  min-height: 450px;
}
@media (min-width: 1150px) {
  .stage-start .box-50-left {
    position: relative;
    height: 520px;
  }
  .stage-start .box-50-left .img-full-width {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
  .stage-start .box-50-right {
    position: relative;
  }
  .baufilead_zinstableau {
    margin-top: -42px !important;
    width: 100%;
  }
  .baufilead_zinstableau.img-text.right {
    margin-top: 30px !important;
  }
}
@media (max-width: 1335px) and (min-width: 1150px) {
  .stage-start .box-50-left {
    height: 490px;
  }
}
.box-70 {
  width: 62%;
  margin-right: 8%;
  float: left;
}
.box-30 {
  width: 27%;
  margin-left: 3%;
  float: right;
}
.box-bio {
  width: 77%;
  float: right;
}
.box-bio p {
  margin-bottom: 15px;
}
.list-3 {
  width: 31.33%;
  margin-right: 2.6%;
  float: left;
}
.list-3-last {
  width: 32.13% !important;
  margin-right: 0 !important;
}
.list-3 ul {
  list-style-type: none;
}
.list-3 ul li {
  padding: 8px 5px;
  border-bottom: 1px solid #cfcfcf;
}
header {
  border-bottom: 1px solid #cfcfcf;
  position: fixed;
  width: 100%;
  background-color: rgba(255,255,255,0.96);
  z-index: 1100;
  top: 0;
  left: 0;
}
#headerContent {
  position: relative;
  height: 100px;
  max-width: 1200px;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  #headerContent {
    height: 75px;
  }
  main.stage-wohnmarktanalyse .leaflet-top.leaflet-left,
  main.stage-wohnmarktanalyse .leaflet-right .leaflet-control-zoom {
    top: 86px !important;
  }
}
@media (max-width: 1040px) {
  #headerContent {
    height: 60px;
  }
  main.stage-wohnmarktanalyse .leaflet-top.leaflet-left,
  main.stage-wohnmarktanalyse .leaflet-right .leaflet-control-zoom {
    top: 70px !important;
  }
}
header nav {
  font-size: 1em;
  font-weight: 400;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  header nav {
    font-size: 0.83em;
  }
  #logo {
    bottom: 4px !important;
  }
}
@media (max-width: 1040px) {
  header nav {
    font-size: 0.77em;
  }
  #logo {
    bottom: 5px !important;
  }
}
#headerNav {
  position: absolute;
  bottom: 10px;
  width: 76.9%;
}
header .strip {
  width: 100%;
  height: 6px;
  background-color: #4784c0;
}
body.orange header .strip {
  background-color: #ff7b2d;
}
#logo {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 23%;
  top: 8px;
}
#logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ie #logo img {
  width: 100%;
  height: 100%;
}
#headerNav nav {
  overflow: visible;
}
nav ul {
  list-style-type: none;
}
nav ul li {
  display: inline-block;
  float: left;
  padding-right: 4%;
  text-transform: uppercase;
  font-family: 'Open Sans', arial;
}
nav ul li a {
  text-decoration: none;
  color: #222224;
}
nav ul li a:hover,
nav ul li.active {
  color: #4784c0;
}
header nav ul li.active span {
  position: relative;
}
header nav ul li.active span:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #4784c0;
}
main {
  margin-top: 106px;
}
main.stage-start #app {
  background-size: contain;
  padding-bottom: 40px;
  width: 100%;
  font-family: 'Open Sans', arial;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: 160px;
  background-position-x: right;
}
.stage-content {
  position: fixed;
  z-index: -1;
  background-size: cover;
  width: 100%;
  height: 750px;
  font-family: 'Open Sans', arial;
  background-repeat: no-repeat;
  background-position-x: right;
}
.ie .stage-content {
  position: absolute;
}
main.stage-content {
  position: inherit;
  height: auto;
}
main.stage-start .stage-content {
  display: none;
}
.not-found main.stage-start .stage-content {
  display: block;
}
.firefox main .stage-content {
  background-position: right 0;
}
.ie main .stage-content {
  background-position: right 106px !important;
}
.ie main.stage-wohnmarktanalyse .mod_article.block {
  padding-top: 106px;
}
.ie #slides .container {
  background-position: right 106px !important;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  .ie main .stage-content {
    background-position: right 80px !important;
  }
  .ie main.stage-wohnmarktanalyse .mod_article.block {
    padding-top: 80px;
  }
  .ie #slides .container {
    background-position: right 80px !important;
  }
}
@media (max-width: 1040px) {
  .ie main .stage-content {
    background-position: right 65px !important;
  }
  .ie main.stage-wohnmarktanalyse .mod_article.block {
    padding-top: 65px;
  }
  .ie #slides .container {
    background-position: right 65px !important;
  }
}
main.stage-wohnmarktanalyse #app {
  padding-bottom: 0;
}
main.stage-wohnmarktanalyse + footer {
  display: none;
}
main.stage-start #app {
  min-height: 1650px;
}
.not-found main.stage-start #app {
  min-height: 200px;
}
.stage-beratung .stage-content {
  background-image: url("/files/images/img_finanzierung_kl.jpg");
}
.stage-rechner .stage-content {
  background-image: url("/files/images/img_rechner.jpg");
}
.stage-unternehmen .stage-content {
  background-image: url("/files/images/img_unternehmen.jpg");
}
.stage-unternehmen\/karriere .stage-content,
.stage-unternehmen\/karriere\/bestaetigung .stage-content {
  background-image: url("/files/images/img_karriere.jpg");
}
.stage-beratung\/anbieter .stage-content {
  background-image: url("/files/images/img_bankenliste.jpg");
}
.stage-beratung\/faq .stage-content {
  background-image: url("/files/images/img_faq.jpg");
}
.stage-impressum .stage-content {
  background-image: url("/files/images/img_impressum.jpg");
}
.not-found .stage-start .stage-content {
  background-image: url("/files/images/img_impressum.jpg");
}
.stage-datenschutz .stage-content {
  background-image: url("/files/images/img_datenschutz.jpg");
}
.stage-agb .stage-content {
  background-image: url("/files/images/img_agb.jpg");
}
.stage-test .stage-content {
  background-image: url("/files/images/img_agb.jpg");
}
.stage-kfw-programm .stage-content {
  background-image: url("/files/images/img_kfw.jpg");
}
.stage-kontakt .stage-content,
.stage-kontakt\/kontakt-bestaetigung .stage-content {
  background-image: url("/files/images/img_kontakt.jpg");
}
.stage-unsere-projekte .stage-content {
  background-image: url("/files/images/img_projekte.jpg");
}
.stage-kontakt\/herbolzheim .stage-content {
  background-image: url("/files/images/img_herbolzheim.jpg");
}
.stage-kontakt\/freiburg .stage-content {
  background-image: url("/files/images/img_freiburg.jpg");
}
.stage-kontakt\/kontakt-dortmund .stage-content {
  background-image: url("/files/images/img_dortmund.jpg");
}
.chrome main.stage-kontakt {
  min-height: 1120px;
}
main .block {
  overflow: visible;
}
main.stage-start .mod_article.block,
main.stage-wohnmarktanalyse .mod_article.block,
main.stage-start .mod_article.block section.ce_flexSlider.block {
  width: 100% !important;
}
main .mod_article.block,
main.stage-start .slider-cover,
.not-found main.stage-start .mod_article.block {
  width: 70%;
  margin: 0 auto;
  min-width: 700px;
  padding-top: 410px;
}
main .mod_article.block {
  max-width: 1200px;
}
main #start,
main #lagebewertung {
  max-width: 100%;
}
main.stage-start .mod_article.block,
main.stage-wohnmarktanalyse .mod_article.block {
  padding-top: 0;
}
main .cover {
  border: 1px solid #f3f3f3;
  padding: 3%;
  background: rgba(255,255,255,0.96);
  color: #222224;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(190,190,190,0.8);
  -moz-box-shadow: 1px 1px 7px 1px rgba(190,190,190,0.8);
  box-shadow: 1px 1px 7px 1px rgba(190,190,190,0.8);
  overflow: visible;
  margin-bottom: 55px;
  max-width: 1200px;
}
main .cover-padding-right {
  padding-right: 20%;
  font-weight: 400;
}
h1 {
  font-size: 2.7em;
  margin-bottom: 20px;
  font-family: 'Open Sans', arial;
  font-weight: 300;
  line-height: 1.2em;
}
h2 {
  font-size: 1.5em;
  margin: 30px 0 20px 0;
  font-family: 'Open Sans', arial;
  font-weight: 300;
}
p {
  font-size: 1em;
  margin-bottom: 30px;
  font-family: 'Open Sans', arial;
  font-weight: 400;
}
main a {
  color: #4784c0;
  position: relative;
  padding-right: 16px;
  text-decoration: none;
}
main a:hover {
  text-decoration: underline;
}
main a:hover:after {
  text-decoration: none;
}
main a:after {
  content: "\203A";
  right: 2px;
  position: absolute;
  top: -14px;
  font-size: 2em;
  font-family: 'Open Sans', arial;
  font-weight: 300;
}
main a.button:after {
  content: none;
}
main a.video {
  padding: 0;
}
main a.video:after {
  right: auto;
}
nav a,
#map a {
  padding-right: 0;
}
nav a:after,
#map a:after {
  content: none;
}
table td {
  font-weight: 400;
  vertical-align: top;
  padding: .3em .5em;
}
table td:first-child {
  padding-left: 0;
}
.font-small {
  font-size: 0.8em;
}
.text-image {
  background-size: cover;
}
.img-text {
  float: left;
  width: 30%;
  margin: 0 3% 2% 0;
}
.img-text-small {
  float: left;
  width: 20%;
  margin: 0 3% 2% 0;
}
.img-text.right,
.img-text-small.right {
  float: right;
}
.text-img-img {
  position: relative;
  height: 270px;
}
.text-img-img img {
  max-width: 60%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-img-img img + img {
  right: 0;
  width: 35%;
  bottom: 0;
  left: auto;
  height: auto;
  position: absolute;
}
.img-text.baufilead_zinstableau {
  min-width: 220px;
  margin: 0 5% 3% 0;
}
.img-text.baufilead_zinstableau.right {
  float: right;
  margin: 0 0 3% 5%;
}
.img-full-width,
.img-full-width img {
  width: 100%;
}
#start .box {
  min-width: 30px;
  width: 33.33%;
}
#map {
  width: 100%;
  height: 500px;
}
.icon {
  font-family: 'Open Sans';
  font-size: 1.5em;
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  padding-bottom: 10px;
  font-weight: 300;
}
.icon-calc + p,
.icon-search + p,
.icon-money + p,
.icon-apply + p,
.icon-house + p,
.icon-partner + p {
  margin-top: 10px;
}
.icon-after {
  content: "";
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.icon-search {
  font-family: 'Open Sans';
  font-size: 1.5em;
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  padding-bottom: 10px;
  font-weight: 300;
}
.icon-search:after {
  content: "";
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/files/svg/icon_immosuche.svg") no-repeat;
}
.icon-money {
  font-family: 'Open Sans';
  font-size: 1.5em;
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  padding-bottom: 10px;
  font-weight: 300;
}
.icon-money:after {
  content: "";
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/files/svg/icon_kfw.svg") no-repeat;
}
.icon-calc {
  font-family: 'Open Sans';
  font-size: 1.5em;
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  padding-bottom: 10px;
  font-weight: 300;
}
.icon-calc:after {
  content: "";
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/files/svg/icon_rechner.svg") no-repeat;
}
.icon-apply {
  font-family: 'Open Sans';
  font-size: 1.5em;
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  padding-bottom: 10px;
  font-weight: 300;
}
.icon-apply:after {
  content: "";
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/files/svg/icon_karriere.svg") no-repeat;
}
.icon-partner {
  font-family: 'Open Sans';
  font-size: 1.5em;
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  padding-bottom: 10px;
  font-weight: 300;
}
.icon-partner:after {
  content: "";
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/files/svg/icon_kontakt.svg") no-repeat;
}
.icon-house {
  font-family: 'Open Sans';
  font-size: 1.5em;
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  padding-bottom: 10px;
  font-weight: 300;
}
.icon-house:after {
  content: "";
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/files/svg/icon_finanzierung.svg") no-repeat;
}
.icon-small-phone:after {
  background: url("/files/svg/telefon.svg") no-repeat;
}
.icon-small-address:after {
  background: url("/files/svg/adresse.svg") no-repeat;
}
.icon-small-email:after {
  background: url("/files/svg/email.svg") no-repeat;
}
.map-popup-content {
  display: none;
}
.map-popup-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-popup-content ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 5px 0;
}
.map-popup-content ul li:after {
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  position: absolute;
  color: #FFF;
}
a.youtube-img {
  display: block;
  width: 100%;
  border: 1px solid #cfcfcf;
  height: 299px;
  background: url(/files/images/img_video.jpg) no-repeat;
  background-size: cover;
  background-position: -370px 0;
}
a.youtube-img:hover {
  text-decoration: none;
}
.firefox a.youtube-img {
  height: 303px;
}
a.lightbox.video {
  position: relative;
  display: block;
}
a.lightbox.video img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.stage-beratung a.lightbox.video img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
a.lightbox.video:hover img,
a.lightbox.video:hover:after img {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: grayscale(0);
  -webkit-filter: grayscale(0) blur(0.2px);
  -moz-filter: grayscale(0) blur(0.2px);
  -o-filter: grayscale(0) blur(0.2px);
  -ms-filter: grayscale(0) blur(0.2px);
}
a.lightbox.video:after {
  background: #FFF;
  content: "\25b6";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 2.7em;
  color: #4784c0;
  border-radius: 4px;
  border: 2px solid #4784c0;
  padding: 0.05em 0.3em 0.05em 0.4em;
}
a.lightbox.video:hover:after {
  background: #4784c0;
  color: #FFF;
}
.lightbox-info {
  padding: 15px;
  background: #FFF;
}
.button {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  border: 3px solid #4784c0;
  padding: 10px 35px;
  text-decoration: none;
  color: #4784c0;
  background: #FFF;
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', arial;
  font-weight: 400;
}
.button:hover {
  color: #FFF;
  background-color: #4784c0;
  box-shadow: 2px 2px 0 #235d96;
  text-decoration: none;
}
.button:active {
  color: #FFF;
  background-color: #3e79b3;
  box-shadow: 2px 2px 0 #235d96;
  border: 3px solid #3e79b3;
}
.block .button {
  display: block;
}
#slides ul li .container {
  height: 750px;
  background-position: top right;
  background-size: cover;
  background-repeat: none;
  width: 100%;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  #slides ul li .container,
  .stage-content {
    height: 630px;
  }
}
@media (max-width: 1040px) {
  #slides ul li .container,
  .stage-content {
    height: 500px;
  }
}
#slides .container.slide-kompetent {
  background-image: url("/files/images/slider/img_home_kompetent.jpg");
}
#slides .container.slide-unabhaengig {
  background-image: url("/files/images/slider/img_home_unabhaengig.jpg");
}
#slides .container.slide-informiert {
  background-image: url("/files/images/slider/img_home_informiert.jpg");
}
#slides ul li .container .slide-text {
  padding-top: 80px;
  height: 260px;
  max-width: 1200px;
}
main #slides a {
  color: #222224;
}
main #slides a:hover {
  text-decoration: none;
}
main #slides a:after {
  content: none;
}
.ie #slides ul li .container .slide-text {
  padding-top: 140px;
}
.slide-text h2 {
  width: 50%;
  font-size: 2.6em;
  font-family: 'Open Sans', arial;
  margin: 0 0 .1em 1.3em;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.slide-text h2 span {
  padding: 0 12px !important;
}
.slide-text h3 {
  font-size: 2.1em;
  padding: 0;
  margin: 0 0 .1em 0;
  width: 56%;
  font-weight: 300;
}
.slide-text h3 + h3 {
  float: right;
  margin-right: 26%;
}
.slide-text span {
  background: rgba(255,255,255,0.8);
  padding: 0 5px;
}
#slides {
  position: relative;
  margin-bottom: 90px;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 41%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  text-indent: -300%;
  width: 30px;
  height: 50px;
  background: rgba(101,101,101,0.6);
  border-radius: 4px;
  color: #FFF;
}
.slides-navigation a:hover {
  text-decoration: none;
  background: rgba(86,86,86,0.8);
}
.slides-navigation a.prev {
  left: 1%;
}
.slides-navigation a.next {
  right: 1%;
}
.slides-navigation a:after {
  top: -2px;
  font-size: 2.5em;
  text-indent: 0;
  position: absolute;
}
.slides-navigation a.prev:after {
  content: "\2329";
  left: -14px;
}
.slides-navigation a.next:after {
  content: "\232A";
  right: -14px;
}
.slides-pagination {
  position: absolute;
  width: 70%;
  z-index: 3;
  top: 318px;
  min-width: 700px;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slides-pagination a {
  border: 2px solid #4784c0;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #4784c0;
}
.slider-cover {
  position: absolute;
  top: 350px;
  left: 50%;
  padding: 2% 0 !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  .slides-pagination {
    top: 278px;
  }
  .slider-cover {
    top: 310px;
  }
  .slide-text h3 {
    font-size: 1.5em;
  }
  .slide-text h2 {
    font-size: 2.2em;
  }
  #slides ul li .container .slide-text {
    padding-top: 100px;
    height: 240px;
  }
  .ie #slides ul li .container .slide-text {
    padding-top: 120px;
  }
  .frontpage-block {
    top: 640px !important;
  }
  main .mod_article.block,
  main.stage-start .slider-cover {
    padding-top: 340px;
  }
}
@media (max-width: 1040px) {
  .slides-pagination {
    top: 238px;
  }
  .slider-cover {
    top: 270px;
  }
  .slide-text h3 {
    font-size: 1.2em;
  }
  .slide-text h2 {
    font-size: 2em;
  }
  #slides ul li .container .slide-text {
    padding-top: 80px;
    height: 220px;
  }
  .ie #slides ul li .container .slide-text {
    padding-top: 100px;
  }
  .frontpage-block {
    top: 580px !important;
  }
  main .mod_article.block,
  main.stage-start .slider-cover {
    padding-top: 280px;
  }
}
.frontpage-block {
  position: absolute;
  top: 770px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  max-width: 1200px;
}
#lightbox {
  display: none;
  position: fixed;
  z-index: 1102;
  min-width: 400px;
  min-height: 300px;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#lightbox .lightbox-close {
  background: url("/files/images/spritemap_icons_web.png") no-repeat;
  background-position: -228px -91px;
  width: 25px;
  height: 25px;
  float: right;
  margin-bottom: 5px;
  cursor: pointer;
}
#lightbox .lightbox-close:hover {
  background-position: -265px -91px;
}
#shadow {
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60) !important;
  opacity: .6 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1101;
}
.baufilead_zinstableau_container {
  width: 100% !important;
  min-width: 220px;
}
main.stage-start .baufilead_zinstableau {
  padding: 1px;
  margin-top: -24px;
}
main.stage-start .baufilead_zinstableau .baufilead_zinstableau_container {
  border: none !important;
}
main.stage-start .baufilead_zinstableau_tabelle tr th {
  height: 35px !important;
}
main.stage-start .baufilead_zinstableau_tabelle tr td {
  height: 17px !important;
}
.baufilead_zinstableau_titel,
.baufilead_zinstableau_untertitel,
.baufilead_zinstableau_tabelle_kopf_zinsbindung,
.baufilead_zinstableau_tabelle_kopf_sollzins,
.baufilead_zinstableau_tabelle_kopf_effektivzins,
.baufilead_zinstableau_body_zinsbindung baufilead_odd,
.baufilead_zinstableau_body_sollzins baufilead_odd,
.baufilead_zinstableau_body_effektivzins baufilead_odd,
.baufilead_zinstableau_body_monatliche_rate,
.baufilead_zinstableau_body_zinsbindung baufilead_even,
.baufilead_zinstableau_body_sollzins baufilead_even,
.baufilead_zinstableau_body_effektivzins baufilead_even,
.baufilead_zinstableau_body_monatliche_rate {
  font-family: 'Open Sans', arial !important;
  text-align: center !important;
}
.baufilead_zinstableau_titel {
  font-size: 1.5em !important;
}
.baufilead_zinstableau_untertitel {
  font-size: 1em !important;
}
.baufilead_zinstableau_beste_kondition_sollzins,
.baufilead_zinstableau_beste_kondition_effektivzins,
.baufilead_zinstableau_link_anpassen {
  display: none;
}
table.baufilead_zinstableau_tabelle td {
  text-align: center !important;
}
.block-calc {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
}
.block-calc-last {
  border-bottom: none;
}
.block-calc .button {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 30%;
}
.baufilead_zinstableau.img-text.right {
  margin-top: 10px;
  z-index: 100;
  position: relative;
}
#contactmap.contactmap-inline {
  border-top: 1px solid #cfcfcf;
  margin-top: 25px;
  padding-top: 25px;
}
#contactmap.contactmap-inline h2 {
  margin: 0 0 2em 0;
}
#contactmap h2 {
  margin: 0 0 2em 1.4em;
}
#contactmap .map {
  width: 50%;
  float: left;
}
#contactmap .map .map-image {
  background-image: url("/files/images/karte_kontakt.png");
  background-repeat: no-repeat;
  background-position: left top;
  width: 350px;
  min-height: 473px;
  margin: 0 auto;
  position: relative;
}
#contactmap .map .map-image a {
  position: absolute;
  border-radius: 50%;
  background: #4784c0;
  text-indent: -19999px;
  width: 15px;
  height: 15px;
  display: block;
}
#contactmap .map-text {
  width: 50%;
  margin-top: 40px;
  float: left;
}
#contactmap .map-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
#contactmap .map-text ul li {
  width: 90%;
  padding: 1em .5em;
  border-top: 1px solid #cfcfcf;
  margin: 0 5%;
}
#contactmap .map-text ul li a:after {
  content: none;
}
@media (max-width: 1335px) and (min-width: 1151px) {
  main.stage-start #app {
    min-height: 1480px !important;
  }
}
@media (max-width: 1335px) and (min-width: 1040px) {
  main {
    margin-top: 81px;
  }
  h1 {
    font-size: 2.45em;
  }
  h2 {
    font-size: 1.25em;
  }
  p,
  td,
  .stage-wohnmarktanalyse .leaflet-popup-content ul li {
    font-size: 0.83em;
  }
  .font-small {
    font-size: 0.75em;
  }
  .icon-calc,
  .icon-search,
  .icon-money,
  .icon-apply,
  .icon-house,
  .icon-partner {
    font-size: 1.25em !important;
    margin-bottom: 16px;
    height: 52px;
    padding-left: 65px;
  }
  .icon-calc:after,
  .icon-search:after,
  .icon-money:after,
  .icon-apply:after,
  .icon-house:after,
  .icon-partner:after {
    width: 59px;
    height: 64px;
  }
  .button {
    font-size: .77rem !important;
    padding: 8px 28px;
  }
  main.stage-start #app {
    min-height: 1540px;
  }
  .box {
    height: 270px;
  }
  .text-img-img {
    height: 215px;
  }
  main.stage-kontakt,
  main.stage-unternehmen\/karriere,
  main.stage-unternehmen\/karriere\/bestaetigung {
    background-position: 0 81px;
  }
}
@media (max-width: 1040px) {
  main {
    margin-top: 66px;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.2em;
  }
  p,
  td,
  .stage-wohnmarktanalyse .leaflet-popup-content ul li {
    font-size: 0.77em;
  }
  .font-small {
    font-size: 0.7em;
  }
  .icon {
    font-size: 1.2em;
  }
  .icon-calc,
  .icon-search,
  .icon-money,
  .icon-apply,
  .icon-house,
  .icon-partner {
    font-size: 1.2em !important;
    margin-bottom: 13px;
    height: 45px;
    padding-left: 60px;
  }
  .icon-calc:after,
  .icon-search:after,
  .icon-money:after,
  .icon-apply:after,
  .icon-house:after,
  .icon-partner:after {
    width: 54px;
    height: 59px;
  }
  .button {
    font-size: .65rem !important;
    padding: 8px 23px;
  }
  main.stage-start #app {
    min-height: 1380px;
  }
  .firefox main.stage-start #app {
    min-height: 1450px;
  }
  .box {
    height: 245px;
  }
  .text-img-img {
    height: 165px;
  }
  main.stage-kontakt,
  main.stage-unternehmen\/karriere,
  main.stage-unternehmen\/karriere\/bestaetigung {
    background-position: 0 66px;
  }
}
#mapForm {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
#erstellen-lassen .cover {
  position: relative;
  z-index: 1001;
}
.body--with-cookie footer {
  padding-bottom: 90px;
}
.cookie-claim {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: #4784c0;
  border-top: 1px solid #cfcfcf;
  color: #FFF;
  z-index: 100000;
}
.cookie-claim__content {
  max-width: 1440px;
  padding: 0 8px;
  margin: 0 auto;
  font-size: 14px;
}
.cookie-claim .cookie-claim__link {
  color: #FFF;
  padding: .125rem;
  text-decoration: underline;
}
.cookie-claim .cookie-claim__link:hover {
  color: #FFF;
}
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  font-family: 'Open Sans', arial;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container img {
  max-width: none !important;
}
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  width: 50%;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-bottom.leaflet-right {
  width: 80%;
}
.leaflet-bottom.leaflet-left {
  width: 20%;
}
main.stage-wohnmarktanalyse .leaflet-top.leaflet-left {
  position: fixed;
  top: 106px;
  left: 0;
}
main.stage-wohnmarktanalyse .leaflet-right .leaflet-control-zoom {
  top: 106px;
  position: fixed;
  right: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-control a {
  padding-right: 0;
}
.leaflet-control a:after {
  content: none;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 1em;
}
.leaflet-right .leaflet-control {
  margin-right: 1em;
}
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
  -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
  transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}
.leaflet-container {
  font-family: 'Open Sans', arial;
  font-size: 1em;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255,255,255,0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255,255,255,0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  background: #4784c0 !important;
  color: #FFF;
}
.stage-wohnmarktanalyse .leaflet-popup-content-wrapper {
  background: #FFF !important;
  color: #222224;
}
.leaflet-popup-content {
  margin: 7px 10px;
  line-height: 1.4;
}
.leaflet-popup-content a {
  padding-right: 35px !important;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-tip {
  background: #4784c0;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #cfcfcf;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  background: #fff;
  color: #1978cf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.8);
  z-index: 1000;
  box-shadow: 0 1px 7px rgba(0,0,0,0.65);
  margin-left: 10px;
  margin-top: 10px;
}
.leaflet-control-search.search-exp {
  box-shadow: 0 1px 7px #999;
  background: #fff;
}
.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  height: 18px;
  padding: 0 18px 0 2px;
  margin: 3px 0 3px 3px;
}
.leaflet-control-search.search-load .search-input {
  background: url("../../files/images/loader.gif") no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}
.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 18px;
  position: absolute;
  right: 22px;
  margin: 3px 0;
  background: url("../../files/images/search-icon.png") no-repeat 0 -46px;
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.leaflet-control-search .search-cancel:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.leaflet-control-search .search-cancel span {
  display: none;
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: bold;
}
.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}
.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  background: url("../../files/images/search-icon.png") no-repeat 2px 2px;
  border-radius: 4px;
}
.leaflet-control-search .search-button:hover {
  background: url("../../files/images/search-icon.png") no-repeat 2px -22px;
}
.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  min-width: 120px;
  max-height: 122px;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
  background-color: rgba(0,0,0,0.25);
  z-index: 1010;
  overflow-y: auto;
  overflow-x: hidden;
}
.leaflet-control-search .search-tip {
  margin: 2px;
  padding: 2px 4px;
  display: block;
  color: black;
  background: #eee;
  border-radius: .25em;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: center;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover,
.leaflet-control-search .search-button:hover {
  background-color: #fff;
}
.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: .75em;
  margin-bottom: 5px;
  padding: 0 .25em;
  color: #e00;
  font-weight: bold;
  border-radius: .25em;
}
.leaflet-center {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.leaflet-control-geosearch {
  width: 350px;
  height: auto;
}
.leaflet-container .leaflet-control-geosearch input {
  font-size:  !important;
  padding: 1%;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  .leaflet-container .leaflet-control-geosearch input {
    font-size: 1.25em !important;
  }
}
@media (max-width: 1040px) {
  .leaflet-container .leaflet-control-geosearch input {
    font-size: 1.2em !important;
  }
}
.leaflet-control-geosearch ul {
  width: 100%;
  height: auto;
}
.leaflet-control-geosearch-msg ul {
  list-style: none;
  display: none;
  height: auto;
  background: none;
  padding: 0;
}
.leaflet-control-geosearch ul li {
  background: #FFF;
  border-radius: 4px;
  padding: 1%;
}
.leaflet-container .leaflet-control-geosearch input {
  width: 100%;
  font-family: 'Open Sans', arial;
  padding: 5px;
  margin-bottom: 0;
  background: #FFF;
  color: #222224;
  font-size: 1.5em;
  border: 1px solid #cfcfcf;
}
.leaflet-control-geosearch.leaflet-control:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/files/svg/lupe.svg);
  position: absolute;
  right: 10px;
  top: 5px;
}
.leaflet-container .leaflet-control-geosearch input ::-webkit-input-placeholder,
.leaflet-container .leaflet-control-geosearch input :-moz-placeholder,
.leaflet-container .leaflet-control-geosearch input ::-moz-placeholder,
.leaflet-container .leaflet-control-geosearch input :-ms-input-placeholder {
  color: #707072;
}
.show-legend {
  line-height: 35px;
  height: 35px;
  padding-right: .7em;
  border-radius: 0;
  padding-left: 25px;
  font-size: 1em;
  box-shadow: none !important;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  position: absolute;
  left: 355px;
}
.show-legend:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  background: url(/files/svg/info.svg);
}
.map-legend {
  display: none;
  background: #FFF;
  padding: 0 2% 2% 2%;
}
.map-legend h2 {
  margin-top: 15px !important;
}
.map-legend ul {
  list-style-type: none;
}
.map-legend ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.map-legend ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
  position: absolute;
}
.show-contact {
  line-height: 35px;
  height: 35px;
  padding: 0 12px;
  border-radius: 0;
  font-size: 1em;
  box-shadow: none !important;
  border: 1px solid #4784c0;
  cursor: pointer;
  position: absolute;
  left: 474px;
  margin-left: 0 !important;
  color: #FFF;
  background: #4784c0;
  text-transform: uppercase;
  font-weight: 400;
}
.show-contact:hover {
  color: #4784c0;
  background: #FFF !important;
  border: 1px solid #4784c0;
}
.leaflet-popup-content .map-legend {
  display: block;
}
.wl-einfach:after {
  background-color: #FFE3A2;
}
.wl-mittel:after {
  background-color: #FFBE54;
}
.wl-gut:after {
  background-color: #FF990E;
}
.wl-sehrgut:after {
  background-color: #FF2E00;
}
.wl-top:after {
  background-color: #BE0000;
}
.fn-landwirtschaft:after {
  background-color: #F7F7E7;
}
.fn-sandflaechen:after {
  background-color: #FFF7DB;
}
.fn-gruen:after {
  background-color: #CFDB68;
}
.fn-parkanlagen:after {
  background-color: #E3DF41;
}
.fn-friedhof:after {
  background-color: #AEBE55;
}
.fn-gruen-sonderkulturen:after {
  background-color: #E3E36D;
}
.fn-wald:after {
  background-color: #728238;
}
.fn-wasser:after {
  background-color: #618EB2;
}
.fn-einzelhandel:after {
  background-color: #E7C396;
}
.fn-gewerbe:after {
  background-color: #DBB68E;
}
.fn-industrie:after {
  background-color: #B29675;
}
.fn-oeffentlich:after {
  background-color: #F7C3B7;
}
.fn-landwirtschaftliche-siedlungsflaeche:after {
  background-color: #C4C497;
}
.fn-garagen:after {
  background-color: #BEBEBE;
}
.fn-stellplatz:after {
  background-color: #D9AE9C;
}
.fn-strassenflaeche:after {
  background-color: #8E8E8B;
}
.fn-bahn:after {
  background-color: #cccccc;
}
.fn-wasserbecken:after {
  background-color: #c0e4fa;
}
.fn-militaer:after {
  border-color: #adbf54;
  border-width: 2px;
  border-style: solid;
  width: 11px !important;
  height: 11px !important;
}
.fn-abbruch:after {
  background-color: #bfab8c;
}
.fn-abbauflaeche-stein:after {
  background-color: #b3a176;
}
.fn-deponie-ablagerungen:after {
  background-color: #7a6f51;
}
.stage-wohnmarktanalyse .leaflet-popup-content {
  width: 401px !important;
}
.stage-wohnmarktanalyse .leaflet-popup-content ul li {
  font-weight: 400;
}
.formbody {
  position: relative;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  .formbody,
  .select2-results li {
    font-size: 0.83em;
  }
}
@media (max-width: 1040px) {
  .formbody,
  .select2-results li {
    font-size: 0.77em;
  }
}
label {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  height: 22px;
}
input {
  width: 100%;
  padding: 1%;
  margin-bottom: 10px;
  border: none;
  background: #efeff0;
  font-family: 'open sans', arial;
  border: 1px solid #efeff0;
  height: 35px;
}
input.upload {
  border: none;
  background: none;
}
input.error {
  background-color: rgba(71,132,192,0.18);
}
input:focus {
  border: 1px solid #efeff0;
}
textarea {
  width: 100%;
  height: 177px;
  padding: 1%;
  margin-bottom: 10px;
  border: none;
  background: #efeff0;
  font-family: 'open sans', arial;
  border: 1px solid #efeff0;
  resize: none;
}
input.button {
  background: #FFF;
  cursor: pointer;
  width: inherit;
  height: inherit;
}
label.file-upload {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
label.file-upload:after {
  content: "\203A";
  right: -12px;
  position: absolute;
  top: -15px;
  font-size: 2em;
}
label.file-upload:hover:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  top: -12px;
  right: -10px;
}
label.file-upload:hover {
  color: #4784c0;
}
input.file-upload {
  display: none;
}
p.error {
  display: none;
  margin-bottom: 10px;
  color: #4784c0;
}
span.mandatory {
  padding-left: .3em;
  color: #4784c0;
}
.mandatory-hint {
  font-size: 0.8em;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.checkbox_container {
  border: none;
  float: left;
  margin: 20px 10px 10px 0;
}
.checkbox_container legend {
  display: none;
}
.checkbox_container input {
  width: 15px;
  float: left;
  height: 15px;
}
.checkbox_container label {
  display: none;
}
.agb {
  float: left;
  margin-top: -6px;
  margin-bottom: 50px;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  .agb {
    margin-top: -2px;
  }
}
@media (max-width: 1040px) {
  .agb {
    margin-top: 0;
  }
}
.checkbox_container.error + br + .agb {
  color: #ff211c;
}
footer {
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
  width: 100%;
  padding: 22px 0;
  background-color: #FFF;
}
footer .grid-full {
  max-width: 1200px;
}
footer nav {
  font-size: 0.8em;
}
footer nav ul li {
  padding-right: 3%;
  text-transform: none;
  font-family: 'Open Sans', arial;
}
#footerNav {
  float: left;
  width: 60%;
}
#footerCopy {
  font-size: 0.8em;
  float: left;
  margin-right: 4%;
}
#footerImages {
  text-align: right;
}
#footerImages ul {
  list-style-type: none;
}
#footerImages ul li img {
  width: 35px;
  height: 35px;
}
@media (max-width: 1335px) and (min-width: 1040px) {
  #footerCopy,
  footer nav {
    font-size: 0.75em;
  }
}
@media (max-width: 1040px) {
  #footerCopy,
  footer nav {
    font-size: 0.7em;
  }
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
.select2-container .select2-choice {
  display: block;
  height: 35px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 35px;
  color: #222224;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  background-color: #efeff0;
}
.select2-container .select2-choice:after {
  content: none;
}
.select2-container.error .select2-choice {
  background-color: rgba(71,132,192,0.18);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
  background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
  background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(to bottom,#eee 0%,#fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../../files/styles/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #efeff0;
  color: #000;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.select2-drop-active {
  border-top: none;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 7px;
  background: url("/files/svg/chevron_down.svg") no-repeat;
  background-size: contain;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../files/styles/select2.png") no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
  background-image: -webkit-linear-gradient(center top,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(center top,#fff 0%,#eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: 400;
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url("../../files/styles/select2-spinner.gif") no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255,50,50,0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
  background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #cfcfcf;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../../files/styles/select2-spinner.gif") no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../../files/styles/select2.png") right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("../../files/styles/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-result-unselectable.select2-disabled {
  display: none;
}
li.select2-result-with-children > .select2-result-label {
  display: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 5px !important;
}
.select2-result-sub li,
li.select2-result-with-children div {
  font-size: inherit;
}
@media print {
  * {
    box-sizing: border-box;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
  header {
    position: inherit;
  }
  nav {
    display: none;
  }
  body {
    margin: 0;
    padding: 0;
    font: 12px 'Open Sans', arial;
    font-weight: 300;
    position: relative;
    color: #222224;
  }
  nav {
    display: none;
  }
  #app .first {
    padding-top: 10px !important;
  }
  main {
    margin-top: 10px;
  }
  main .stage-content {
    background-image: none !important;
  }
  main #slides {
    height: 200px;
  }
  main .cover {
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  main .slide-text {
    padding-top: 0 !important;
    height: 50px;
    margin-left: 0;
    padding-left: 0;
  }
  main .slider-cover {
    top: 270px !important;
    padding: 0 !important;
  }
  main .container {
    background-image: none !important;
  }
  main .frontpage-block {
    top: 600px;
  }
  main .icon-search,
  main .icon-money,
  main .icon-calc,
  main .icon-apply,
  main .icon-partner,
  main .icon-house {
    font-size: 16px;
  }
  footer {
    display: none;
  }
}

