@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Source-Sans-Pro-regular.eot');
  src: url('fonts/Source-Sans-Pro-regular.eot?#iefix') format('embedded-opentype'),
       local('Source Sans Pro'),
       local('Source-Sans-Pro-regular'),
       url('fonts/Source-Sans-Pro-regular.woff2') format('woff2'),
       url('fonts/Source-Sans-Pro-regular.woff') format('woff'),
       url('fonts/Source-Sans-Pro-regular.ttf') format('truetype'),
       url('fonts/Source-Sans-Pro-regular.svg#SourceSansPro') format('svg');
}

body {
	overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 1.3;
  color: #000000;
  background-color: #707173;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  margin: 40px 0 35px 0;
}
.h1_top {
  margin-top: 0;
}
.h1_no_margin {
  margin: 0;
}
.h1_right {
  text-align: right;
}
@media (max-width: 767px) {
  .h1_right {
    text-align: left;
  }
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 25px 0 20px 0;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 15px 0;
}
p {
  margin: 0 0 12.5px 0;
}
a {
  color: #707173;
  text-decoration: none;
}
a:hover {
  color: #b1c90a;
  text-decoration: underline;
}
@media print {
  a[href]:after {
      content: normal;
  }
  .col-print-12 {
    width: 100%;
    float: left;
  }
}
img {
  max-width: 100%;
}

.grey_bg {
  background-color: #f8f8f8;
}
.green {
  color: #b1c90a;
}
.blue{
  color: #066fb3;
}
.text_smaller {
  font-size: 15px;
}

.btn {
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.btn-primary {
  background-color: #b6cf3f;
  border-color: #b6cf3f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  background-color: #9fb72e;
  border-color: #9fb72e;
}
.btn-default {
  color: #ffffff;
  background-color: #066fb3;
  border: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
  color: #ffffff;
  background-color: #066fb3;
}
.btn-info {
  font-size: 14px;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-info:hover, .btn-info:focus , .btn-info:active, .btn-info:active:focus {
  background-color: #999999;
  border-color: #999999;
}

.form-group input[type=text], .form-group input[type=password], .form-group textarea, .form-group a.dropdown-toggle, .form-group select  {
  background-color: #ffffff;
  border: 0;
  box-shadow: 0;
  border-radius: 0; 
  padding: 11px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  height: auto;
}
.form-group input[type=text], .form-group input[type=password]  {
  height: 45px;
}
.form-group input[type=checkbox]  {
  margin-right: 8px;
}
.form-group .caret {
  margin-left: 10px;
  color: #b1c90a;
  border-width: 8px;
  border-top-width: 10px;
  position: absolute;
  right: 12px;
  top: calc(50% - 2px);
}
.form-group .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  font-size: 16px;
}

.table {
  border-top: 1px solid #f6f3ec;
  border-bottom: 1px solid #f6f3ec;
}
.table > tbody > tr > td {
  border: 1px solid #f6f3ec;
  font-size: 18px;
  padding: 15px;
}
.table > tbody > tr > td.lbl {
  font-weight: bold;
}
.table tr td:first-child,
.table tr th:first-child {
  border-left: 0;
}
.table tr td:last-child,
.table tr th:last-child {
  border-right: 0;
}

@media (max-width: 1249px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1250px) {
	.container {
		width: 1230px;
	}
}

.table_style {
  display: table;
  table-layout: fixed;
}
.cell_style {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.wrapper {
	background: #fff;
	position: relative;
	z-index: 3;
	padding-bottom: 50px;
}

#logo {
	position: absolute;
  z-index: 900;
	top: 38px;
  left: 15px;
	margin-right: 20px;
	padding: 0;
}
#logo img {
  height: 65px;
}

#utilities {
  padding: 10px 0;
  overflow: auto;
  /*margin-right: 260px;*/
}
#utilities a {
  margin-left: 24px;
  height: 30px;
  display: block;
  float: right;
  line-height: 30px;
  text-decoration: none;
  color: #bbbbbb;
}
#utilities a i {
  line-height: 30px;
}
#utilities #print {
  font-size: 24px;
}
#utilities #lang_sel {
  font-size: 15px;
}

#fb_head {
  margin-right: 30px;
}
#login {
  margin-right: 25px;
}
#utilities .dropdown {
	display: inline;
}
#utilities .dropdown-menu {
	min-width: auto;
  right: 0;
  left: auto;
}

.navbar-fixed-top {
	height: 173px;
  background-color: #ffffff;
  margin: 0;
  border: 0;
}
.navbar .container {
  position: relative;
}
.navbar-right {
  margin-right: 0;
}
.nav > li {
  margin-left: 50px;
}
.nav > li > a {
  float: left;
  text-transform: uppercase;
  padding: 14px 0;
  font-size: 17px;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active,
.nav > li.open > a, .nav > li.open > a:focus, .nav > li.open > a:active {
  background-color: transparent;
  color: #707173;
}
@media print {
  .navbar {
    display: block;
  }
  .navbar-fixed-top {
    position: absolute;
  }
}

#mainmenu {
	margin-top: 16px;
  margin-bottom: 12px;
  height: 60px;
}
@media print {
  #mainmenu {
    display: none !important;
  }
}

#mainmenu .dropdown-arrow {
	position: absolute;
  width: 100%;
  border-bottom: 3px solid #707173;
  left: 0;
	z-index: 1001;
}

#mainmenu > ul > li:hover .dropdown-arrow,
#mainmenu > ul > li.open .dropdown-arrow,
#mainmenu > ul > li.active .dropdown-arrow {
	border-bottom: 4px solid #b1c90a;
}

.navbar-nav > li > .dropdown-menu {
	right: auto;
	text-align: left;
  border: 0;
  font-size: 17px;
  font-weight: normal;
  box-shadow: 0 0 12px rgba(0,0,0,.175);
}
.navbar-nav > li > .dropdown-menu a {
  color: #707173;
  background: transparent;
  padding: 7px 25px 3px;
}

.dropdown-menu > li > a div {
	display: inline-block;
	padding-bottom: 4px;
}

.dropdown-menu > li > a:hover div,
.dropdown-menu > li > a:focus div {
	border-bottom: solid 2px #b1c90a;
	padding-bottom: 2px;
  color: #000000;
}

@media (max-width: 1140px) {
  #logo {
    top: 33px;
  }
  #logo img, #logo_right img {
    height: 47px;
  }
  .nav > li {
    margin-left: 32px;
  }
}

@media (max-width: 991px) {
  #utilities {
    padding-bottom: 0;
    display: none;
  }
  #logo, #logo_right {
    top: 7px;
  }
  #mainmenu {
    position: absolute;
    margin-left:auto;
    margin-right: auto;
    top: 60px;
    z-index: 1000;
    height: auto;
    padding-right: 20px;
  }
  #mainmenu .dropdown-arrow {
    display: none;
  }
  .navbar-toggle {
    margin: 0 0 0 auto;
    float: none;
  }
  .navbar-header {
    color: #b1c90a;
    padding: 5px 0 5px 15px;
    background: 0;
    font-size: 30px;
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    height: 106px;
  } 
  
  .navbar-fixed-top .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    max-height: none;
    border: 0;
  }

  .navbar-collapse.collapse {
    display: none!important;
    overflow-y: auto!important;
    height: auto;
  }
  .collapse {
    height: auto;
    width: auto;
  }

  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto;
  }

  .navbar-nav {
    float: none!important;
    margin: 2px 20px 4px 0;
    display: inline-block;
  }
  .navbar-nav > li {
    float: none;
    overflow: auto;
    margin-left: 16px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 18px;
    margin-right: 0;
    min-width: 160px;
    color: #707173;
  }
  .navbar-nav > li > a span {
    padding-bottom: 4px;
  }
  .navbar-nav > li > a:hover span {
    border-bottom: solid 2px #b1c90a;
    color: #000000;
  }
  .collapse.in{
    display: inline-block !important;
  }
  
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
  .navbar-nav > li > .dropdown-menu {
    left: 0;
    transform: none;
    font-size: 16px;
    font-weight: normal;
    min-width: auto;
  }
  .navbar-nav > li.open > .dropdown-menu > li > a {
    color: #707173;
    background: transparent;
    padding: 6px 0 6px 10px;
  }
  
  .dropdown-menu > li > a:hover div,
  .dropdown-menu > li > a:focus div {
    font-weight: normal;
  }
  
  .navbar .container {
    position: relative;
  }
}
@media (max-width: 480px) {
  #utilities {
    padding-top: 5px;
  }
  #logo {
    top: 7px;
  }
  #logo img, #logo_right img {
    height: 35px;
  }
  #mainmenu {
    right: 80px;
    top: 50px;
  }
  
  .navbar-header {
    font-size: 28px;
  }
  .navbar-toggle {
    padding: 5px;
  }
  .navbar-fixed-top {
    height: 86px;
  } 
  .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    min-width: 130px;
  }
  .navbar-nav > li.open > .dropdown-menu > li > a {
    font-size: 14px;
    padding: 10px 0 3px 0px;
  }
}

/* Footer */

#footer {
  background-color: #707173;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  padding: 50px 0 0;
  line-height: 22px;
}
#footer .row > div {
  margin-bottom: 50px;
}
#footer a {
  color: #ffffff;
}
.footer_icons {
  display: block;
  float: left;
  padding-right: 10px;
}
.footer_icons img{
  display: inline-block;
  padding-top: 2px;
}
#footer_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 14px;
}
#footer_form {
  font-weight: bold;
}
#footer_form form {
  margin-top: 8px;
}
#footer_form .form-group {
  margin-bottom: 8px;
}
#ma_password {
  width: 54%;
  float: left;
}
#footer_form .btn {
  width: 44%;
  float: right;
  height: 45px;
}
.footer_link {
  display: block;
  width: 100%;
}
@media (max-width: 1150px) {
  #footer_menu div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hide_mobile {
    display: none;
  }
  #footer {
    padding-top: 20px;
  }
  #footer_menu div {
    width: auto;
  }
  .footer_link {
    display: inline;
    width: auto;
  }
}
@media (max-width: 450px) {
  #footer_menu div {
    width: 100%;
  }
}

/* */

#header-bar {
  background-color: #707173;
  color: #ffffff;
  height: 37px;
  line-height: 35px;
  font-size: 17px;
}

#header {
  margin-top: 173px;
  width: 100%;
}
#header-img {
  height: 378px;
  background-size: cover;
  background-position: center center;
}
.header-img-home {
  background-image: url('pic/header_home_2022.jpg');
}
.header-img-bautraeger {
  background-image: url('pic/header_bautraeger.jpg');
}
.header-img-bewertung {
  background-image: url('pic/header_bewertung.jpg');
}
.header-img-karriere {
  background-image: url('pic/header_karriere.jpg');
}
.header-img-unternehmen {
  background-image: url('pic/header_unternehmen.jpg');
}
.header-img-verkaufenvermieten {
  background-image: url('pic/header_verkaufenvermieten.jpg');
}
.header-img-verwaltung {
  background-image: url('pic/header_verwaltung.jpg');
}

@media (max-width: 991px) {
  #header {
    margin-top: 106px;
  }
  
  #header-img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  #header {
    margin-top: 86px;
  }
  #header-img {
    height: 260px;
  }
}

@media (min-width: 1830px) {
	.navbar-header {
		position: fixed;
		top: 0;
	}
}


@media (max-width: 991px) {
  #logo img {
    max-width: none;
  }
  
  .navbar .container {
    margin: 0;
  }
  #mainmenu {
    background-color: #ffffff;
    margin: 0;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
    right: 0;
  }
}

#content {
  overflow: visible !important;
	overflow-x: hidden;
  background-color: #ffffff;
  color: #626364;
}
@media print {
  #content {
    margin-top: 120px;
  }
}
#home_info {
  padding-bottom: 50px;
}
#search {
  width: 85%;
  margin: 0 auto;
  padding: 70px 35px;
  position: relative;
}
#search_head {
  font-size: 26px;
  margin-bottom: 30px;
}
#search > .row > form > div {
  padding: 0 8px;
}
#search input,
#kontakt_form input,
#kontakt_form textarea,
#search .dropdown {
  border: 1px solid #b1c90a;
  color: #626364;
}
#search .dropdown a {
  color: #626364;
}
#search .dropdown li > a {
  color: #626364;
}
.checkbox {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 14px;
}
.checkbox label {
  padding-left: 0;
}
.checkbox input[type=checkbox] {
  display:none;
} /* to hide the checkbox itself */

.checkbox input[type=checkbox] + label:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
}
.checkbox input[type=checkbox] + label:before {
  content: "\f0c8";
  font-weight: 900;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-right: 5px;
} /* unchecked icon */
.checkbox input[type=checkbox]:checked + label:before { 
  content: "\f14a";
  color: #b1c90a;
  font-weight: 900;
} /* checked icon */

#chkbox_k,
#chkbox_k input {
  margin-top: 0;
}
#search button {
  height: 45px;
  width: 100%;
}
#icon_row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.icon_block {
  width: 150px;
  text-align: center;
  display: block;
}
.icon_block:hover {
  text-decoration: none;
  color: #626364;
}
.icon_block_img {
  width: 100%;
  height: 94px;
  margin-bottom: 6px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.icon_block_txt {
  font-size: 17px;
  line-height: 18px;
  display: block;
}
#icon_block_leistungen .icon_block_img {
  background-image: url("pic/icon_services_green.png");
}
#icon_block_leistungen:hover .icon_block_img {
  background-image: url("pic/icon_services_grau.png");
}
#icon_block_service .icon_block_img {
  background-image: url("pic/icon_service_green.png");
}
#icon_block_service:hover .icon_block_img {
  background-image: url("pic/icon_service_grau.png");
}
#icon_block_team .icon_block_img {
  background-image: url("pic/icon_team_green.png");
}
#icon_block_team:hover .icon_block_img {
  background-image: url("pic/icon_team_grau.png");
}
#icon_block_kontakt .icon_block_img {
  background-image: url("pic/icon_kontakt_green.png");
}
#icon_block_kontakt:hover .icon_block_img {
  background-image: url("pic/icon_kontakt_grau.png");
}
#icon_block_notfall .icon_block_img {
  background-image: url("pic/icon_notruf_green.png");
}
#icon_block_notfall:hover .icon_block_img {
  background-image: url("pic/icon_notruf_grau.png");
}
#icon_block_anfrage .icon_block_img {
  background-image: url("pic/icon_anfrage_blau.png");
}
#icon_block_anfrage:hover .icon_block_img {
  background-image: url("pic/icon_anfrage_gruen2022.png");
}
#icon_block_nk_miete .icon_block_img {
  background-image: url("pic/icon_nebenkosten_blau.png");
}
#icon_block_nk_miete:hover .icon_block_img {
  background-image: url("pic/icon_nebenkosten_gruen2022.png");
}
#icon_block_nk_kauf .icon_block_img {
  background-image: url("pic/icon_nebenkosten_blau.png");
}
#icon_block_nk_kauf:hover .icon_block_img {
  background-image: url("pic/icon_nebenkosten_gruen2022.png");
}
#icon_block_widerruf .icon_block_img {
  background-image: url("pic/icon_widerruf_blau.png");
}
#icon_block_widerruf:hover .icon_block_img {
  background-image: url("pic/icon_widerruf_gruen2022.png");
}
#icon_block_agb .icon_block_img {
  background-image: url("pic/icon_agb_blau.png");
}
#icon_block_agb:hover .icon_block_img {
  background-image: url("pic/icon_agb_gruen2022.png");
}
#icon_block_datenschutz .icon_block_img {
  background-image: url("pic/icon_datenschutz_blau.png");
}
#icon_block_datenschutz:hover .icon_block_img {
  background-image: url("pic/icon_datenschutz_gruen2022.png");
}
#icon_block_obj_anfrage .icon_block_img {
  background-image: url("pic/icon_anfrage_blau.png");
}
#icon_block_obj_anfrage:hover .icon_block_img {
  background-image: url("pic/icon_anfrage_gruen2022.png");
}
#icon_block_grundriss .icon_block_img {
  background-image: url("pic/icon_grundriss_blau.png");
}
#icon_block_grundriss:hover .icon_block_img {
  background-image: url("pic/icon_grundriss_gruen2022.png");
}
#icon_block_besichtigung .icon_block_img {
  background-image: url("pic/icon_besichtigung_blau.png");
}
#icon_block_besichtigung:hover .icon_block_img {
  background-image: url("pic/icon_besichtigung_gruen2022.png");
}
#icon_block_360 .icon_block_img {
  background-image: url("pic/icon_360_blau.png");
}
#icon_block_360:hover .icon_block_img {
  background-image: url("pic/icon_360_gruen2022.png");
}
#icon_block_karte .icon_block_img {
  background-image: url("pic/icon_karte_blau.png");
}
#icon_block_karte:hover .icon_block_img {
  background-image: url("pic/icon_karte_gruen2022.png");
}
#icon_block_expose .icon_block_img {
  background-image: url("pic/icon_expose_blau.png");
}
#icon_block_expose:hover .icon_block_img {
  background-image: url("pic/icon_expose_gruen2022.png");
}

@media (max-width: 1249px) {
	#search {
		width: 100%;
	}
}
@media (max-width: 991px) {
  #search.detailsearch {
		margin-top: -250px;
	}
}
@media (max-width: 767px) {
  #search.detailsearch {
		margin-top: -290px;
	}
  #search_head {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #search form > div {
    margin-bottom: 10px;
  }
  #chkbox_m {
    margin-bottom: 0;
  }
  .icon_block {
    width: 50%;
    margin-bottom: 20px;
  }
  #icon_block_anfrage {
    width: 100%;
    margin-bottom: 20px;
  }
  .icon_block_img {
    width: 94px;
    margin: 0 auto;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  #search {
    padding: 30px 16px;
  }
  #search_head {
    margin-bottom: 10px;
  }
}

#intro h1 {
  margin-bottom: 0;
}
#intro h2 {
  margin-top: 0;
  margin-bottom: 35px;
}
#teaser {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teaser_block {
  width: 20%;
}
.teaser_info {
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
}
.teaser_link i {
  font-size: 12px;
}
#teaser_img {
  height: 170px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
@media print {
  #teaser_img {
    display: none;
  }
}
.teaser_img_kontakt {
  background-image: url("pic/teaser_team.jpg");
}
.teaser_img_referenzen {
  background-image: url("pic/teaser_referenzen.jpg");
}
.teaser_img_team {
  background-image: url("pic/teaser_team2.jpg");
}
#immo_des_monats h1 {
  margin-bottom: 20px;
}
#eigentuemer_form {
  overflow: auto;
  padding-bottom: 20px;
}
#eigentuemer_form h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
#eigentuemer_form form {
  margin-top: 8px;
}
#eigentuemer_form input {
  border: 1px solid #b1c90a;
}
#eigentuemer_form .form-group {
  margin-bottom: 8px;
}
#et_password {
  width: 54%;
  float: left;
}
#eigentuemer_form .btn {
  height: 45px;
}
#mitglied_bei {
  margin-bottom: -20px;
}
#mitglied_bei h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#mitglied_bei img {
  margin-right: 10px;
  padding-bottom: 20px;
}
@media (max-width: 850px) {
  .teaser_block {
    width: calc(66.66% - 10px);
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .teaser_block {
    width: 100%;
  }
}

/* Suche */

.chkbox_container_float .checkbox {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 40px;
  height: 45px;
  padding-top: 14px;
  box-sizing: border-box;
}

.spinner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spLabel {
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: -10px;
}
.spConnector {
  font-size: 32px;
  font-weight: bold;
  line-height: 100px;
}
.spinner .input-group {
  width: calc(50% - 12px);
}
.input-group-prepend {
  display: table-footer-group;
}
.input-group-append {
  display: table-header-group;
}
.bootstrap-touchspin-postfix {
  display: table-cell;
  font-size: 16px;
  padding: 5px;
  background-color: #ffffff;
  color: #626364;
  border: 1px solid #b1c90a;
  border-left: 0;
  width: 31px;
}
#search .btn-down,
#search .btn-up {
  background: none;
  color: #066fb3;
  font-size: 32px;
  height: 24px;
  padding: 0;
}
#search .btn-up {
  margin-bottom: 6px;
}
#search .btn-down {
  margin-top: -4px;
  margin-bottom: 10px;
}

#liste_top {
  padding-top: 65px;
}
#liste_top #search {
  margin-bottom: 0;
}
#result_liste:hover,
#result_merkliste:hover,
.result_reset:hover {
  cursor: pointer;
  color: #b1c90a;
}
#result_block {
  width: 78%;
  margin: 20px auto 60px;
}
.search_navi {
  background-color: #f8f8f8;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0;
}
.search_pages {
  float: left;
  background-color: #066fb3;
  margin: -20px;
  margin-right: 20px;
  padding: 20px;
  height: 79px;
  line-height: 39px;
  font-size: 20px;
  color: #ffffff;
}
.search_navi nav {
  float: right;
}
.pagination {
  margin: 0 15px;
  border-radius: 3px;
  height: 39px;
}
.pagination > li > a {
  font-size: 16px;
  color: #626364;
  background: transparent;
  padding: 7px;
  border: 1px solid #aaaaaa;
}
.pagination > li > a:hover {
  color: #000000;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
  background-color: #066fb3;
  color: #ffffff;
  border: 1px solid #aaaaaa;
}
.result_img_col {
  padding-right: 60px;
  padding-left: 0;
}
#search_results {
  margin: 50px 0;
}
#search_results .list_pic_container {
  width: 100%;
  display: inline-block;
  position: relative;
  max-height: 230px;
  max-width: 400px;
}
#search_results .list_pic_dummy {
  margin-top: 65%;
}
#search_results .list_pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
}
#search_results .list_pic img.icon_img {
  cursor: pointer;
  margin: 8px 30px;
}
#search_results .list_pic img.print_img {
  display: none;
}
.modal_fullscreen img {
  margin: 50px auto;
  display: block;
  max-width: 80%;
}
.result_entry {
  margin: 30px 0 36px -92px;
  background-color: #f8f8f8;
  padding: 20px 32px;
  min-height: 216px;
  position: relative;
}
.result_entry_head {
  font-size: 22px;
  margin-bottom: 40px;
  width: calc(100% - 30px);
}
.result_entry_data {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  width: calc(100% - 30px);
}
.result_entry_left {
  clear: both;
  width: 70%;
  margin-right: 2%;
}
.result_data_row {
  width: 100%;
  line-height: 24px;
  display: flex;
}
.result_data_lbl {
  width: 140px;
  line-height: 24px;
}
.result_data {
  width: calc(100% - 140px);
  line-height: 28px;
  margin-right: 0;
}
.result_entry_right {
  text-align: right;
  width: 28%;
  position: relative;
  min-height: 102px;
}
.result_preis {
  padding-top: 10px;
  color: #6a6868;
  font-size: 24px;
  line-height: 20px;
}
.price_small {
  font-size: 14px;
}
.result_details {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.result_details a {
  color: #066fb3;
}

@media print
{
  #search_results .list_pic {
    overflow: hidden;
  }
  #search_results .list_pic img.icon_img {
    display: none;
  }
  #search_results .list_pic img.print_img {
    display: block;
  }
}

@media (max-width: 1249px) {
	.search_navi {
		width: 100%;
	}
  #result_block {
    width: 100%;
    margin: 20px auto 60px;
  }
}
@media (max-width: 991px) {
  .result_entry {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .chkbox_container_float .checkbox {
    margin-right: 30px;
  }
  .result_entry {
    margin: 5px 0 30px -15px;
  }
  .result_entry_head {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .result_entry_data {
    font-size: 17px;
  }
  .result_entry_left {
    width: 100%;
    margin-right: 0;
  }
  .result_entry_right {
    clear: both;
    width: 100%;
    text-align: left;
    margin-top: 28px;
    overflow: auto;
    min-height: auto;
  }
  .result_preis {
    position: static;
  }
}
@media print
{
  .result_entry {
    padding-left: 25px;
  }
}

/* Objektdetails */

.row_small {
  padding: 0 60px;
}
.detail_data_box {
  margin-bottom: 34px;
}
.data_box_row {
  display: flex;
  flex-wrap: wrap;
  line-height: 28px;
}
.data_box_lbl {
  font-weight: bold;
  width: 125px;
}
.data_box_text {
  flex-grow: 1;
}

#detail_table_box {
  margin-top: 40px;
  margin-bottom: 30px;
}
.table_box_row {
  border-bottom: 1px solid #dfdfdf;
  overflow: auto;
  padding: 5px 0;
  display: flex;
}
.table_box_lbl {
  width: 130px;
  font-weight: bold;
}
.table_box_blue {
  color: #066fb3;
}
.table_box_info {
  font-size: 12px;
  padding-top: 5px;
}

#detail_weiteres_container {
  overflow: visible;
  margin: 28px 0;
  line-height: 28px;
}
#detail_energieausweis_container {
  overflow: visible;
  margin: 28px 0;
  line-height: 28px;
}
.detail_lbl {
  font-weight: bold;
}

#detail_map {
  margin: 50px auto;
  display: block;
  width: 85%;
  max-width: 1000px;
}
#map-container {
  height: 600px;
}
#map_legend {
  text-align: center;
  background-color: #ffffff;
  padding: 10px 0;
}
#map_legend div img {
  display: inline;
  width: auto !important;
  margin: 0;
}
#map_canvas {
  height: 100%; 
  width: 100%;
}
#map_canvas img {
  width: auto !important;
}
#map_canvas_fail {
  display: none;
  height: 100%; 
  width: 100%;
}
#map_canvas_fail div{
  padding-top: 65px;
}
#modal_grundriss {
  text-align: center;
}
#detail_grundriss {
  margin: 50px 0;
  width: auto;
  max-width: 85%;
  display: inline-block;
}

#empfehlen {
  position: relative;
  background: #FFF;
  width: 580px;
  max-width: 96%;
  margin: 20px auto;
  padding: 15px 24px;
}
#empfehlen .kontakt_title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #808080;
  margin-bottom: 20px;
} 
#empfehlen .form-group input[type="text"] {
  padding: 0 10px;
  height: 36px;
}
#empfehlen .form-group textarea {
  height: 150px;
}
#empfehlen input, #empfehlen textarea {
  width: 100%;
  border: 1px solid #b1c90a;
  margin: 3px 0 12px;
  box-sizing: border-box;
  font-size: 16px;
}
#empfehlen .kontakt_lbl {
  font-weight: bold;
}
#empfehlen #kontakt_send_btn {
  text-align: right;
  margin-top: 20px;
}
#empfehlen #kontakt_error {
  text-align: center;
  line-height: 28px;
  color: #ff0000;
  font-weight: bold;
}

@media (max-width: 991px) {
  .objekt_detail #icon_row {
    justify-content: space-around;
  }
  .objekt_detail .icon_block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .objekt_detail {
    font-size: 16px;
  }
  .objekt_detail .static_content {
    font-size: 16px;
  }
  .row_small {
    padding: 0 10px;
  }
}

/* Statische Seiten */

.static_content {
  padding-left: 30px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}
.static_content ul {
  padding-left: 18px;
  list-style-position: outside;
  margin-bottom: 24px;
}
.back {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.back.bottom {
  margin-top: 0;
  margin-bottom: 45px;
}
.back.bottom_margin {
  margin-bottom: 45px;
}
.back a {
  text-decoration: none;
}
.back i {
  font-size: 12px;
}
#icon_block_anfrage {
  margin-top: 50px;
}
.kontakt_box {
  position: relative;
  width: 100%;
  border: 1px solid #b1c90a;
  padding: 16px 12px;
  margin-top: 66px;
  font-size: 18px;
  max-width: 400px;
  min-height: 256px;
}
.kontakt_img_container {
  width: 100%;
  height: 190px;
  text-align: right;
  margin-top: -50px;
  padding-right: 5px;
  margin-bottom: 20px;
}
.kontakt_img {
  width: 140px;
  height: 100%;
  float: right;
  background-size: cover;
  background-position: center center;
}
.kontakt_print_img {
  display: none;
}
.kontakt_info {
  overflow: auto;
}
.kontakt_info_text {
  width: calc(100% - 24px);
  float: left;
  font-size: 16px;
}
.kontakt_info_lbl {
  font-weight: bold;
  color: #b1c90a;
  float: left;
  width: 60px;
  clear: both;
}
.kontakt_name {
  font-weight: bold;
  color: #b1c90a;
}
.show_more,
.hide_more {
  font-size: 40px;
  line-height: 32px;
  overflow: hidden;
  color: #b1c90a;
  position: absolute;
  right: 8px;
  bottom: 2px;
  cursor: pointer;
}
.kontakt_info_more {
  display: none;
  clear: both;
}
@media print {
  .kontakt_info_more {
    display: block;
  }
  .show_more,
  .hide_more {
    display: none;
  }
  .kontakt_print_img {
    display: block;
  }
}
.flappen_left {
  position: absolute;
  top: 20px;
  left: -11px;
}
.flappen_left > a,
.flappen_left > span,
.flappen_right > a,
.flappen_right > span {
  width: 41px;
  height: 44px;
  display: block;
  margin-bottom: 10px;
}
.flappen_right {
  position: absolute;
  top: 40px;
  right: -11px;
}
#flappe_left_mail {
  background-image: url("pic/flappe_mailen_grau.png");
}
#flappe_left_mail:hover {
  background-image: url("pic/flappe_mailen_gruen_l.png");
}
#flappe_left_phone {
  background-image: url("pic/flappe_phone_grau.png");
}
#flappe_left_phone:hover {
  background-image: url("pic/flappe_phone_gruen.png");
}
#flappe_left_mobile {
  background-image: url("pic/flappe_handy_grau.png");
}
#flappe_left_mobile:hover {
  background-image: url("pic/flappe_handy_gruen.png");
}
#flappe_left_merken {
  background-image: url("pic/flappe_merken_blau_l.png");
}
#flappe_left_merken.link_active,
#flappe_left_merken:hover {
  background-image: url("pic/flappe_merken_gruen_l.png");
  cursor: pointer;
}
#flappe_left_mail_blau {
  background-image: url("pic/flappe_mailen_blau_l.png");
}
#flappe_left_mail_blau:hover {
  background-image: url("pic/flappe_mailen_gruen_l.png");
}
#flappe_left_share {
  background-image: url("pic/flappe_teilen_blau_l.png");
  cursor: pointer;
  position: relative;
}
#flappe_left_share:hover {
  background-image: url("pic/flappe_teilen_gruen_l.png");
}
#flappe_right_pdf {
  background-image: url("pic/flappe_pdf_grau.png");
}
#flappe_right_pdf:hover {
  background-image: url("pic/flappe_pdf_gruen.png");
}
.flappe_right_merken {
  background-image: url("pic/flappe_merken_blau.png");
}
.flappe_right_merken.link_active,
.flappe_right_merken:hover {
  background-image: url("pic/flappe_merken_gruen.png");
  cursor: pointer;
}
.flappe_right_mail {
  background-image: url("pic/flappe_mailen_blau.png");
}
.flappe_right_mail:hover {
  background-image: url("pic/flappe_mailen_gruen.png");
}
.flappe_right_share {
  background-image: url("pic/flappe_teilen_blau.png");
  cursor: pointer;
  position: relative;
}
.flappe_right_share:hover {
  background-image: url("pic/flappe_teilen_gruen.png");
}

#static_info {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .static_content {
    padding-left: 0;
  }
  .back {
    text-align: right;
  }
  .back.bottom {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  #icon_block_anfrage {
    margin-top: 20px;
  }
}

/* Team */

#team_container {
  padding-left: 50px;
  padding-right: 70px;
  margin-bottom: 28px;
}
.team_head {
  position: relative;
  margin-top: 24px;
  height: 32px;
  line-height: 32px;
  background-color: #f7f7f7;
  padding: 0 8px;
}
.team_head .hide_more {
  display: none;
  padding-right: 5px;
}
#team_head_gf .hide_more {
  display: block;
}
#team_head_gf .show_more {
  display: none;
}
.team_block {
  overflow: auto;
  margin-bottom: 24px;
  display: none;
}
#team_block_gf {
  display: block;
}

@media (max-width: 991px) {
  #team_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* News */

.news_img_col {
  padding-right: 60px;
}
.news_entry {
  margin: 30px 0 36px -92px;
  background-color: #f8f8f8;
  padding: 20px 32px;
  min-height: 216px;
  position: relative;
}
.news_entry_head {
  font-size: 22px;
  margin-bottom: 40px;
}
.news_entry_text {
  width: calc(100% - 20px);
  font-size: 18px;
}
.news_entry_more {
  display: none;
  clear: both;
  overflow: auto;
}
.news_entry .show_more,
.news_entry .hide_more {
  right: 10px;
  bottom: 6px;
}
#news_img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .news_entry {
    margin: 5px 0 30px 0;
    padding: 12px 16px;
  }
  .news_entry_head {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .news_entry_text {
    font-size: 17px;
  }
}

/* Karriere */

.ansprechpartner {
  font-size: 22px;
  text-align: right;
}
#karriere .kontakt_box {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .ansprechpartner {
    text-align: left;
  }
}

/* Service */

#service #icon_row {
  padding: 0 30px;
}
#service .icon_block {
  width: 134px;
}
#service .icon_block_img {
  width: 94px;
  margin: 0 auto 6px;
}

#downloads_head {
  position: relative;
  height: 32px;
  line-height: 32px;
}
#downloads_head h1 {

}
#downloads_block {
  overflow: auto;
  padding-top: 10px;
  line-height: 30px;
}

#kontakt_form {
  padding: 28px 70px;
}
#kontakt_form textarea {
  height: 225px;
  resize: none;
}
#kontakt_form input[type="checkbox"] {
  float: left;
  margin-top: 0;
}
#kontakt_form label {
  font-weight: normal;
  margin-left: 24px;
  margin-bottom: 14px;
  display: block;
  line-height: 16px;
  font-style: italic;
}
#kontakt_form button {
  width: 100%;
  height: 45px;
  color: #ffffff;
}

#kontakt_form #pflichtfelder {
  margin-bottom: 12px;
}
#kontakt_form #dsgvo_info a {
  color: #b1c90a;
}

@media (max-width: 767px) {
  #kontakt_form {
    padding: 20px;
  }
  #kontakt_form #pflichtfelder {
    margin-top: 16px;
  }
}

/* Kontakt */

#kontakt_boxes {
  padding: 0 70px;
}
#kontakt_boxes h1,
#kontakt_anfahrt h1 {
  margin-top: 30px;
  margin-bottom: 25px;
}
#kontakt_boxes .kontakt_box {
  margin-top: 0;
}
#kontakt_boxes .flappen_left {
  top: 60px;
}
#kontakt_boxes p {
  padding-left: 30px;
}
#kontakt_anfahrt iframe {
  width:100%;
  height:380px;
  border:0;
}
#kontakt_oeffnungszeiten {
  margin-top: 40px;
}
.kontakt_oeffnungszeiten_oeffnungszeiten {
  padding-left: 50px;
}

#input_info {
  text-align: center;
  line-height: 40px;
  color: #ff0000;
  font-weight: bold;
}
.sent_ok {
  color: #b1c90a;
  line-height: 24px;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  #kontakt_boxes .kontakt_box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #kontakt_boxes {
    padding: 0 10px;
  }
}

/* Unternehmen */

#unternehmen #icon_row {
  padding: 50px 30px;
}
#unternehmen .icon_block {
  width: 134px;
}
#unternehmen .icon_block_img {
  width: 94px;
  margin: 0 auto 6px;
}

@media (max-width: 767px) {
  #unternehmen #icon_block_anfrage {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Referenzen - Übersicht */

#referenzen_container {
  padding-left: 50px;
  padding-right: 70px;
  margin-bottom: 28px;
}

.referenz_box {
  position: relative;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  max-width: 320px;
}
.referenz_img {
  width: 100%;
  height: 185px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
}
.referenz_info {
  overflow: auto;
  position: relative;
  background-color: #f8f8f8;
  padding: 10px 15px;
  min-height: 90px;
}
.referenz_info_text {
  width: calc(100% - 30px);
  float: left;
}
.referenz_box .show_more {
  right: 8px;
  bottom: 4px;
}
.referenz_box .show_more a {
  font-size: 40px;
  color: #b1c90a;
}

@media (max-width: 991px) {
  #referenzen_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Referenzen - Detail */

#gallery_thumbs {
  height: 527px;
  overflow: auto;
}
#gallery_thumbs img {
  margin-bottom: 10px;
}
#gallery_thumbs a:hover img {
  
}

.fotorama__thumb-border {
  border-color: #066fb3 !important;
}
.fotorama__wrap {
  
}
.fotorama__caption {
  text-align: center;
}
.fotorama__nav__frame {
  display: block !important;
}

@media (max-width: 767px) {
  .referenz_box {
    margin-left: auto;
    margin-right: auto;
  }
  
  #gallery_thumbs {
    height: 140px;
    white-space: nowrap;
  }
  #gallery_thumbs img {
    margin-bottom: 0;
    height: 120px;
  }
  
  .fotorama__wrap {
    margin-bottom: 16px;
  }
}
@media print {
  #gallery_thumbs {
    height: auto;
    display: block;
    overflow: visible;
  }
  #gallery_thumbs a {
    display: block;
    float: left;
    max-width: 32%;
    margin-right: 1%;
  }
  #gallery_thumbs img {
    margin-bottom: 10px;
    height: auto;
  }
}

/* Impressum */

#impressum table{
  width: 100%;
}
#impressum .static_content {
  overflow: auto;
}
.blauf {
  font-size: 19px;
  color: #b1c90a;
  font-weight: bold;
}

@media (max-width: 460px) {
  #impressum .static_content {
    font-size: 14px;
  }
  #impressum .blauf {
    font-size: 16px;
  }
  #impressum .col-xs-12{
    padding-left: 0;
    padding-right: 0;
  }
}

/* Datenschutz */

#dsgvo h1 {
  margin-bottom: 0;
}
#dsgvo h2 {
  margin-top: 0;
}
#dsgvo .fixed_width {
  display: inline-block;
  width: 50px;
}

@media (max-width: 460px) {
  #dsgvo h1 {
    font-size: 24px;
  }
}