@font-face {
  font-family: "Roboto Condensed Regular";
  src: url("fonts/RobotoCondensed-Regular.woff") format("woff"),
    url("fonts/RobotoCondensed-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed Italic";
  src: url("fonts/RobotoCondensed-Italic.woff") format("woff"),
    url("fonts/RobotoCondensed-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed Light";
  src: url("fonts/RobotoCondensed-Light.woff") format("woff"),
    url("fonts/RobotoCondensed-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed Bold";
  src: url("fonts/RobotoCondensed-Bold.woff") format("woff"),
    url("fonts/RobotoCondensed-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed BoldItalic";
  src: url("fonts/RobotoCondensed-BoldItalic.woff") format("woff"),
    url("fonts/RobotoCondensed-BoldItalic.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
}
body,
input,
textarea,
select,
button {
  font-family: "Roboto Condensed Regular", sans-serif;
}
.logo {
  padding: 1em 0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.logo > a {
  margin: 0 auto;
  display: table;
  width: 150px;
}
.logo > a img {
  width: 100%;
  height: auto;
}
#lang_nav {
  display: table;
  position: absolute;
  right: 0;
}
#lang_nav ul li {
  list-style-type: none;
}
#lang_nav div {
  display: inline-block;
}
a.facebook_link,
a.instagram_link {
  _text-decoration: none;
  margin-right: 20px;
}
header a.newsletter_link,
header a.facebook_link {
  display: none;
}
#footer_inner a.newsletter_link,
#footer_inner a.facebook_link,
#footer_inner a.instagram_link {
  margin-top: 15px;
}
#footer_inner a.newsletter_link,
#footer_inner a.newsletter_link svg,
#footer_inner a.facebook_link,
#footer_inner a.facebook_link svg,
a.instagram_link,
a.instagram_link svg {
  display: inline-block;
  vertical-align: middle;
}
#footer_inner a.newsletter_link svg,
#footer_inner a.facebook_link svg,
a.instagram_link svg {
  height: 30px;
  width: auto;
  margin-right: 5px;
}
#footer_inner a.facebook_link svg {
  width: 30px;
}
#menu_button_wrap {
  display: none;
}
p {
  margin-bottom: 0.5em;
}
a {
  color: #4dbabf;
}
a:hover {
  text-decoration: none;
}
.clear {
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
ul li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.fl-rich-text h1,
.fl-rich-text h2,
.fl-rich-text h3,
.fl-rich-text h4,
.fl-rich-text h5,
.fl-rich-text h6,
.fl-rich-text p,
.fl-rich-text ul,
.fl-rich-text ol,
.fl-rich-text li {
  margin-bottom: 0.75rem;
  line-height: normal;
}
h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.fl-rich-text ul,
.fl-rich-text ol {
  padding-left: 0px;
}
nav ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.navigation-main {
  background-color: #fff;
  z-index: 110 !important;
}
.menu-hauptnavigation-en-container {
  padding: 0 20px;
}
nav ul.menu {
  text-align: justify;
  width: 100%;
  height: 2.5em;
  max-width: 1100px;
  margin: 0 auto;
}
.menu-item-language-current {
  display: none;
}
.is-sticky nav ul.menu {
  padding-left: 60px;
  background: url("img/tc-signet.svg") no-repeat left center;
  background-size: auto 65%;
}
nav ul.menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
nav ul.menu > li {
  display: inline-block;
  padding-top: 0.5em;
}
nav ul.menu > li a {
  color: #8a8a8a;
  text-decoration: none;
  display: table;
  font-weight: 500;
  font-family: "Roboto Condensed Regular", sans-serif;
  text-transform: uppercase;
}
nav ul.menu > li > a {
  width: 100%;
}
nav ul.menu li a:hover,
nav ul.menu li.current-menu-item > a,
nav ul.menu li.current-page-ancestor > a {
  color: #000;
  text-decoration: underline;
}
nav ul ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 200;
}
nav ul li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
ul.sub-menu {
  position: absolute;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: -1px;
}
nav ul.sub-menu li {
  display: block;
  text-align: left;
}
nav ul.sub-menu li a {
  border-left: 5px solid #fff;
  padding: 0.7em;
}
nav ul.sub-menu li a:hover,
nav ul.sub-menu li.current-menu-item a {
  border-left: 5px solid #48b8bc;
  text-decoration: underline;
  color: #000;
}
#zierleiste {
  _max-width: 1100px;
  line-height: 0;
  margin: 0 auto;
}
#zierleiste_gruen,
#zierleiste_magenta,
#zierleiste_tuerkis {
  width: 33.333%;
  height: 5px;
  float: left;
}
#zierleiste_gruen {
  background-color: #a5b608;
}
#zierleiste_magenta {
  background-color: #ce1841;
}
#zierleiste_tuerkis {
  background-color: #4dbabf;
}
#certificate {
  max-width: 1100px;
  margin: 0 auto;
}
#certificate a {
  display: table;
  float: right;
  width: auto;
  background: url("img/RICS.png") no-repeat right center;
  padding: 10px 90px 10px 0;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  color: #8a8a8a;
}
.immomakler-archive {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
.immomakler-archive h3.property-title {
  font-weight: bold;
  font-family: "Roboto Condensed Bold", sans-serif;
  margin-bottom: 0.5em;
}
.immomakler-archive .property-subtitle {
  line-height: 1.25em;
  font-weight: normal;
}
.immomakler.immomakler-archive .col-xs-5 {
  padding-left: 0;
}
.immomakler.immomakler-archive .col-md-6 {
  padding-left: 0;
  padding-right: 30px;
}
.immomakler-archive.immomakler .paginator.row {
  margin-bottom: 1em;
}
.immomakler_person-template-default .immomakler h1 {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 36px;
}
.immomakler_person-template-default .immomakler.immomakler-archive .col-md-6 {
  width: 50%;
  float: left;
}
.immomakler_person-template-default
  .immomakler-archive
  div.property-thumbnail
  a
  img {
  max-width: 100%;
  height: auto;
}
.immomakler_person-template-default .immomakler.immomakler-archive .col-xs-5,
.immomakler_person-template-default .immomakler.immomakler-archive .col-xs-7 {
  width: 41.66666%;
  display: inline-block;
}
.immomakler_person-template-default .immomakler .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
.immomakler_person-template-default .immomakler .glyphicon-file:before {
  content: "";
}
.immomakler_person-template-default .immomakler .btn-sm {
  padding: 5px 10px;
  font-size: 9pt;
  line-height: 1.5;
  border-radius: 0px;
  text-decoration: none;
  border: 1px solid #ccc;
}
.immomakler_person-template-default .immomakler .btn-sm:hover {
  border: 1px solid #adadad;
  background-color: #e6e6e6;
  color: #333;
}
.wrapper
  .immomakler-archive
  .immomakler-boxed
  .property-container
  div.property-thumbnail {
  height: 180px;
}
body header {
  padding-bottom: 30px;
}
header #block-2 {
  position: absolute;
  z-index: 3;
  left: 4vw;
  display: none;
}
.home header #block-2 {
  display: flex;
}
.home header #block-2 p {
  display: block;
  max-width: 120px;
  margin-right: 20px;
}
.home header #block-2 p:last-child {
  max-width: 150px;
  margin-right: 0px;
}
.home header #block-2 img {
  display: block;
  max-width: 100%;
}
.page-id-181660.page-template-default main,
.page-id-180766.page-template-default main {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bold_headline h1,
.bold_headline .fl-module-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 5rem;
  color: #4dbabf;
  line-height: 1.1em;
}
.full_row_bg .fl-col:first-child .fl-col-content {
  margin: 0 120px 0 15vw;
}
.bold_h2 {
  _padding: 100px 0;
}
.bold_h2 .fl-module-content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
  _letter-spacing: 0.2em;
  _text-align: center;
}
.full_row_bg_reverse .fl-col:last-child .fl-col-content {
  margin: 0 15vw 0 120px;
}
.verkaeufer_stoerer {
  background: #4dbabf;
  padding: 100px 0;
}
.verkaeufer_stoerer .fl-module-content h2,
.verkaeufer_stoerer .fl-module-content h3,
.verkaeufer_stoerer .fl-module-content h4,
.verkaeufer_stoerer .fl-module-content h5,
.verkaeufer_stoerer .fl-module-content span,
.verkaeufer_stoerer .fl-module-content p,
.verkaeufer_stoerer .fl-module-content a,
.verkaeufer_stoerer .fl-module-content strong,
.verkaeufer_stoerer .fl-module-content li {
  color: #fff;
  text-align: center;
}
.foto_johnny .fl-photo {
  text-align: right !important;
}
.foto_johnny .fl-photo-content img {
  max-width: 250px;
  height: auto;
  display: block;
  margin-right: 40px;
}
.zitat_johnny .fl-rich-text {
  max-width: 400px;
  padding-right: 40px;
}
.fl-module-kundinnenstimmen-ausgabe h2 {
  margin: 120px 0 20px 0;
  text-align: center;
}
#kundinnenstimmen_slider {
  margin: 0 0 120px 0;
}
#kundinnenstimmen_slider::before,
#kundinnenstimmen_slider::after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: url("img/tc_rahmen_bunt.svg") center center no-repeat;
  background-size: cover;
}
#kundinnenstimmen_slider.post-count-1 .splide__arrows {
  display: none !important;
}
.fl-builder-content .verkaeufer_stoerer a.fl-button {
  margin: 0 auto !important;
  border-radius: 0 !important;
  display: table;
  border: 0;
}
.special_list ul {
  list-style-type: none;
  padding-left: 0;
}
.special_list ul li {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.special_list ul li::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
}
.special_list ul li:nth-child(1n)::before {
  background: #a5b608;
}
.special_list ul li:nth-child(2n)::before {
  background: #ce1841;
}
.special_list ul li:nth-child(3n)::before {
  background: #4dbabf;
}
body.blog main,
body.single main {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
body.blog main h1,
body.single main h1 {
  margin-bottom: 2rem;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
body.blog article {
  display: flex;
  margin-bottom: 2rem;
}
body.blog article:nth-last-child(even) {
  flex-direction: row-reverse;
}
body.blog article .teaser-image,
body.blog article .teaser-content {
  box-sizing: border-box;
}
body.blog article .teaser-image {
  width: 40%;
}
body.blog article .teaser-image img,
body.single main .article-image img {
  width: 100%;
  height: auto;
}
body.blog article .teaser-content {
  width: 60%;
}
body.blog article .teaser-content h2 {
  margin-bottom: 1rem;
}
body.blog article .teaser-content h2 a {
  text-decoration: none;
}
body.blog article .teaser-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
body.blog article:nth-last-child(odd) .teaser-content {
  padding-left: 2rem;
}
body.blog article:nth-last-child(even) .teaser-content {
  padding-right: 2rem;
}
body.single main .content-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
body.single main .content-wrapper p {
  margin-bottom: 1em;
}
body.single main .content-wrapper h2,
body.single main .content-wrapper h3,
body.single main .content-wrapper h4 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
body.single main .article-image {
  margin-bottom: 2rem;
}
body.single main header {
  display: flex;
  padding-top: 1rem;
}
body.single main header h1 {
  width: 80%;
}
body.single main header .post-date {
  width: 20%;
  text-align: right;
}
.navigation.pagination {
  text-align: center;
}
.navigation.pagination h2 {
  font-weight: normal;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.navigation.pagination .nav-links {
  margin-top: 0.5rem;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  border: 2px solid #a5b608;
  text-decoration: none;
}
.navigation.pagination a.page-numbers {
  color: #a5b608;
}
.navigation.pagination a.page-numbers:hover {
  text-decoration: underline;
}
.navigation.pagination .page-numbers.current {
  background-color: #a5b608;
  font-weight: bold;
  color: #fff;
}
.project-divider,
.immomakler-archive .property {
  border-top: 1px solid #ccc;
}
.team_bild {
  width: 165px;
  overflow: hidden;
  height: 165px;
  display: block;
  float: left;
  margin-right: 11px;
  margin-bottom: 11px;
}
.team_bild img {
  max-width: none;
  margin-left: -30%;
}
.fl-col-content,
.fl-row-full-width.allowPadding .fl-col-content {
  padding: 0.5em;
}
.fl-row-full-width .fl-col-content {
  padding: 0;
}
.fl-module-content {
  margin: 0.5em 0;
}
.fl-module-content h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 300;
}
.fixedBG .fl-row-content-wrap {
  height: 400px;
}
.fl-module-content .gallery .gallery-item {
  padding-right: 0.5em;
}
.fl-module-content .gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.fl-col-content .promotionBox {
  _border: 3px solid #4dbabf;
  background-color: #4dbabf;
  color: #fff;
  padding: 2em;
  margin-top: 0.5em;
}
.fl-col-content .promotionBox h2 {
  margin-bottom: 1em;
  color: #fff;
}
.fl-col-content .promotionBox a {
  color: #fff;
  border: 3px solid #fff;
  padding: 0.5em;
  display: inline-block;
  text-decoration: none;
  margin-top: 1em;
}
.so-panel {
  margin-bottom: 2em;
}
.parallaxBG {
  height: 450px;
}
.immomakler .property-data .row {
  max-width: 1100px;
  margin: 0 auto;
  clear: left;
}
.immomakler-property-title-wrapper {
  z-index: 100 !important;
  padding: 0.5em 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.immomakler-property-title {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.property-title-left {
  width: 72%;
}
.property-mobile-title {
  display: none;
  text-align: center;
  line-height: 2em;
}
.property-mobile-title h1 {
  margin-bottom: 0.5em;
}
.property-mobile-title h2 {
  line-height: 1.25em;
}
.immomakler-property-title h1 {
  font-size: 1.3em;
}
.immomakler-single .immomakler-property-title h2.property-subtitle {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.immomakler-property-title .btnContact-wrapper {
  display: block;
  width: 25%;
  float: right;
}
.immomakler-property-title .btnContact-wrapper .btnContact {
  display: block;
  text-align: center;
  padding: 0.5em;
}
.immomakler .btnContact-wrapper a.btnContact,
.immomakler .btn-primary,
.immomakler a.btn-primary,
.immomakler a.btn-primary:link,
.immomakler a.btn-primary:visited,
.immomakler a.btn-primary:hover,
.immomakler a.btn-primary:active,
.immomakler a.btn-primary:active:focus,
.immomakler .btn-primary:hover,
.immomakler .btn-primary:hover:focus,
.gform_footer .gform_button {
  background-color: #4dbabf !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0) !important;
  text-decoration: none !important;
  padding: 0.5em !important;
}
.immomakler .btnContact-wrapper a.btnContact {
  background-color: #ce1841;
}
.immomakler .list-group-item.contact-link {
  padding-top: 1.5rem;
}
.immomakler a,
.immomakler a:link,
.immomakler a:visited,
.immomakler a:hover,
.immomakler a:active {
  color: #4dbabf !important;
}
#immomakler-galleria {
  height: 590px;
  width: 100%;
  max-width: 100%;
}
#immomakler-galleria .galleria-stage {
  height: 490px;
}
.immosingle-col1,
.immosingle-col2 {
  width: 50%;
  float: left;
}
.immosingle-col1 {
  padding-right: 1%;
}
.immosingle-col2 {
  padding-left: 1%;
}
.immomakler #immomakler-contactform {
  display: static !important;
  width: 100%;
}
.immomakler .panel.property-contactform {
  width: 65%;
  margin: 0 auto 2em auto;
  min-width: 450px;
  border: 5px solid #4dbabf;
  border-radius: 0;
  padding: 1em;
}
.immomakler .panel-default.property-contactform .panel-heading {
  border: none;
}
.immomakler .panel-default.property-contactform .form-group,
.immomakler .panel-default.property-contactform .col-sm-4 {
  clear: left;
}
.immomakler .panel-default.property-contactform input,
.immomakler .panel-default.property-contactform textarea {
  font-size: 1em;
  padding: 0 0.3em;
}
.immomakler
  .panel-default.property-contactform
  textarea.immomakler-contact-message {
  width: 100%;
}
.immomakler
  .panel-default.property-contactform
  .form-group
  .col-xs-12:first-child {
  width: 35%;
  padding-left: 0;
  float: left;
  margin-bottom: 0.5em;
}
.immomakler
  .panel-default.property-contactform
  .form-group:nth-child(4)
  .col-xs-12:nth-child(2) {
  margin-left: 35%;
  padding-left: 0;
}
.immomakler .panel-default.property-contactform .form-group .col-sm-6 {
  padding-left: 0;
}
#immomakler-contactform .btn-primary {
  font-size: 1em;
}
.immomakler_slider_container {
  position: relative;
}
.galleria-lupe {
  width: 100px;
  height: 100px;
  background: url("img/lupe.png") center center no-repeat #fff;
  background-size: cover;
  opacity: 0.7;
  position: absolute;
  top: 245px;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 95 !important;
  border: 15px #fff solid;
}
.galleria-lupe:hover {
  cursor: pointer;
}
.galleria-stage:hover > .galleria-lupe,
.galleria-stage:hover .galleria-image-nav-right,
.galleria-stage:hover .galleria-image-nav-left {
  _opacity: 0.9;
}
.galleria-image-nav-right,
.galleria-image-nav-left {
  _background-color: rgba(0, 0, 0, 0.8);
  _background: url("img/classic-map.png") center center no-repeat #fff;
  _background-size: 20px 30px;
  opacity: 1;
  _border: 15px #fff solid;
}
.galleria-theme-classic .galleria-image-nav-right {
  _left: auto;
  _right: 10px;
  _background-position: -275px 36px;
  _z-index: 2;
}
.galleria-theme-classic .galleria-image-nav-left {
  _background-position: 20px 36px;
}
.galleria-theme-classic .galleria-image-nav {
  _margin-top: -50px;
}
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
  _height: 100px;
  _opacity: 0.7;
  _background-color: #fff;
  _background: url("img/classic-map.png") -275px 36px no-repeat #fff;
  _background-size: 20px 30px;
  _opacity: 0.7;
  _border: 15px #fff solid;
}
.galleria-theme-classic .galleria-image-nav-left {
  _background: url("img/classic-map.png") 19px 35px no-repeat #fff;
}
#immomakler-galleria .galleria-container {
  _background-color: #fff;
}
.trendcity-before-after-slider .panel-heading {
  margin-bottom: 1rem;
}
.tc-before-after-slider .beer-reveal {
  border-right: #fff solid 2px;
}
.property-epass {
  margin-bottom: 40px;
}
.immomakler .property-epass .col-sm-12 {
  padding: 0;
}
.immomakler .panel.property-features .glyphicon-check {
  background: url("img/icoCheckbox.svg") no-repeat;
  display: block;
  float: right;
  height: 22px;
  width: 30px;
  margin-right: 1.5em;
}
.immomakler .panel.property-attachments li.list-group-item {
  padding-bottom: 0.5rem;
}
.immomakler .panel.property-attachments a {
  background: url("img/icoDocument.svg") no-repeat #4dbabf 0.5em 0.5em;
  background-size: 19px 25px;
  display: inline-block;
  color: #fff !important;
  padding: 0.5em 0.5em 0.5em 2em;
  text-decoration: none;
}
.immomakler-single .property-features li {
  width: 50%;
  min-width: 240px;
}
.immomakler-single .row {
  max-width: 1100px;
  margin: 0 auto;
}
.viernullvier_container {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.viernullvier_container h1 {
  font-size: 2em;
  margin: 15px 0 30px 0;
}
.viernullvier_container a,
.viernullvier_container a:hover {
  color: #000;
  text-decoration: underline;
}
.viernullvier_container form {
  display: table;
  margin: 0 auto;
}
.viernullvier_container form input {
  padding: 5px;
}
.viernullvier_container form input[type="submit"] {
  background-color: #4dbabf;
  color: #fff;
  padding: 3.5px 15px;
  border: 0;
  font-size: 0.8em;
}
.cta-box {
  padding: 0 0.5em;
  border: 3px solid #4dbabf;
}
.cta-box a {
  background-color: #4dbabf;
  color: #fff;
  padding: 3.5px 15px;
  border: 0;
  text-decoration: none;
}
#immomakler-shortcode-map {
  height: 500px;
}
.immomakler-map-iframe {
  min-height: 500px;
  width: 100%;
  border: none;
}
.immomakler-single .panel-heading h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 1.5em;
  font-weight: 300;
}
.immomakler-map-infowindow .property {
  clear: left;
  font-family: "Roboto Condensed", sans-serif;
}
.immomakler-map-infowindow .property-title a {
  font-size: 1.5em;
  text-decoration: none;
}
.immomakler-map-infowindow .property-thumbnail,
.immomakler-map-infowindow .property-data {
  width: 50%;
  padding: 0.5em;
  float: left;
}
.immomakler-map-infowindow .property-thumbnail img {
  width: 100%;
  height: auto;
}
.gm-style .gm-style-iw {
  font-size: 1.5em;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  zoom: 1;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.bx-wrapper .bx-viewport {
  left: -5px;
  _height: 400px !important;
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  _zoom: 1;
  _display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("img/classic-map.png") rgba(255, 255, 255, 0.75) no-repeat 7px
    20px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("img/classic-map.png") rgba(255, 255, 255, 0.75) no-repeat -290px
    20px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-color: #fff;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 35px;
  height: 70px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  _background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.bx-description {
  position: absolute;
  bottom: 10%;
}
.bx-description h3 {
  color: #fff;
  background-color: #48b8bc;
  padding: 0.5em;
  left: 0;
  display: block;
}
#bxslider .xmas_slider img.xmas_slider_desktop {
  display: block;
}
.bx-wrapper .bx-loading,
#bxslider .xmas_slider .mobile_sliders,
#bxslider .xmas_slider br,
#bxslider .xmas_slider .bx-description,
#bxslider .xmas_slider img.xmas_slider_tablet,
#bxslider .xmas_slider img.xmas_slider_smartphone {
  display: none;
}
#bxslider p {
  margin: 0;
}
.bx-description .bx-description-link {
  display: inline-block;
  color: #48b8bc;
  background-color: #fff;
  padding: 0.5em;
  left: 0;
  text-decoration: none;
  font-style: italic;
}
.bx-description.mariengaerten h3 {
  background-color: #396639;
}
.bx-description.mariengaerten a {
  color: #396639;
}
.bx-description.parkviertel h3 {
  background-color: #009a3e;
}
.bx-description.parkviertel a {
  color: #009a3e;
}
.welcomeSlogan {
  text-align: center;
}
.welcomeSlogan h3 {
  color: #9a9a9a;
  font-size: 3.35em;
  padding-top: 1em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0.45em;
  font-family: "Roboto Condensed Bold", sans-serif;
}
#frontpage-objects {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.property-item {
  float: left;
  width: 23.5%;
  display: block;
  margin: 0.75%;
  min-height: 510px;
}
.property-item img {
  width: 100%;
  height: auto;
}
.property-item h2 {
  font-size: 1.25em;
  font-weight: 500;
}
.property-item h2 a {
  text-decoration: none;
}
.property-item .adresse {
  font-size: 0.85em;
  line-height: 1.25em;
  margin: 0.5em 0;
}
.property-image {
  height: 280px;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 0.5rem;
}
.property-image a {
  display: block;
  height: 100%;
}
.property-item .row .dt,
.property-item .row .dd {
  float: left;
  width: 50%;
}
.property-item .currencyswitch {
  width: 50%;
  margin-left: 50%;
}
.immomakler-single .property-details .currencyswitch,
.property-container .property-details .currencyswitch {
  width: 58.33333333%;
  margin-left: 41.66666667%;
}
.property-container .property-details .currencyswitch {
  box-sizing: border-box;
  padding-left: 15px;
}
.property-item .currencyswitch a,
.property-details .currencyswitch a {
  display: inline-block;
  text-align: center;
  color: #4dbabf;
  padding: 0 5px;
  margin: 0 3px;
  text-decoration: none;
  border: 1px solid #4dbabf;
}
.property-item .currencyswitch a:hover,
.property-details .currencyswitch a:hover,
.property-item .currencyswitch a.active,
.property-details .currencyswitch a.active {
  background-color: #4dbabf;
  color: #fff;
  border: 1px solid #4dbabf;
}
.buying-renting {
  background-color: #ce1841;
  color: #fff;
}
.buying-renting h2 {
  text-transform: uppercase;
  font-size: 1.85em;
  font-weight: bold;
  line-height: 1.05em;
  margin-bottom: 0.75em;
  text-align: center;
}
.buying-renting img {
  width: 50%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
.buying-renting a {
  display: block;
  background-color: #fff;
  color: #ce1841;
  padding: 0.5em;
  font-size: 1.15em;
  text-decoration: none;
  border: 4px solid #fff;
  margin-bottom: 1em;
  text-align: center;
}
.buying-renting a:last-child {
  margin-bottom: 0;
}
.mystery-object {
  width: 48.5%;
}
.mystery-object-content {
  padding: 1em;
}
.mystery-object-content a {
  text-decoration: none;
}
.mystery-object-content h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: #ce1841;
  font-size: 3.5em;
  line-height: 0.9em;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.25em;
  margin-bottom: 0.5em;
}
.mystery-object-content h3 {
  color: #000;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.25em;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.25em 0.5em;
}
.mystery-object-content p.mysteryBtn {
  background-color: #4dbabf;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-top: 1em;
}
.promotion,
.buying-renting {
  padding: 10px;
}
.promotion {
  background-color: #a5b608;
  color: #fff;
}
.promotion-content {
  padding: 0.5em;
  display: table-cell;
}
.promotion h2 {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.promotion a {
  font-weight: bold;
  background-color: #fff;
  color: #a5b608;
  padding: 0.5em;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5em;
}
#frontpageinfo {
  font-size: 0.85em;
  line-height: 1.25em;
  overflow: auto;
  background-color: #f7f7f7;
}
#frontpageinfo .content {
  margin: 0 auto;
  max-width: 1440px;
}
#frontpageinfo aside {
  float: left;
  width: 33.33%;
  padding: 1em;
}
.immomakler .col-sm-1,
.immomakler .col-sm-10,
.immomakler .col-sm-11,
.immomakler .col-sm-12,
.immomakler .col-sm-2,
.immomakler .col-sm-3,
.immomakler .col-sm-4,
.immomakler .col-sm-5,
.immomakler .col-sm-6,
.immomakler .col-sm-7,
.immomakler .col-sm-8,
.immomakler .col-sm-9 {
  float: left;
}
.immomakler .col-lg-1,
.immomakler .col-lg-10,
.immomakler .col-lg-11,
.immomakler .col-lg-12,
.immomakler .col-lg-2,
.immomakler .col-lg-3,
.immomakler .col-lg-4,
.immomakler .col-lg-5,
.immomakler .col-lg-6,
.immomakler .col-lg-7,
.immomakler .col-lg-8,
.immomakler .col-lg-9,
.immomakler .col-md-1,
.immomakler .col-md-10,
.immomakler .col-md-11,
.immomakler .col-md-12,
.immomakler .col-md-2,
.immomakler .col-md-3,
.immomakler .col-md-4,
.immomakler .col-md-5,
.immomakler .col-md-6,
.immomakler .col-md-7,
.immomakler .col-md-8,
.immomakler .col-md-9,
.immomakler .col-sm-1,
.immomakler .col-sm-10,
.immomakler .col-sm-11,
.immomakler .col-sm-12,
.immomakler .col-sm-2,
.immomakler .col-sm-3,
.immomakler .col-sm-4,
.immomakler .col-sm-5,
.immomakler .col-sm-6,
.immomakler .col-sm-7,
.immomakler .col-sm-8,
.immomakler .col-sm-9,
.immomakler .col-xs-1,
.immomakler .col-xs-10,
.immomakler .col-xs-11,
.immomakler .col-xs-12,
.immomakler .col-xs-2,
.immomakler .col-xs-3,
.immomakler .col-xs-4,
.immomakler .col-xs-5,
.immomakler .col-xs-6,
.immomakler .col-xs-7,
.immomakler .col-xs-8,
.immomakler .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.immomakler .btn-group-vertical > .btn-group:after,
.immomakler .btn-toolbar:after,
.immomakler .clearfix:after,
.immomakler .container-fluid:after,
.immomakler .container:after,
.immomakler .dl-horizontal dd:after,
.immomakler .form-horizontal .form-group:after,
.immomakler .modal-footer:after,
.immomakler .nav:after,
.immomakler .navbar-collapse:after,
.immomakler .navbar-header:after,
.immomakler .navbar:after,
.immomakler .pager:after,
.immomakler .panel-body:after,
.immomakler .row:after {
  clear: both;
}
.immomakler .btn-group-vertical > .btn-group:after,
.immomakler .btn-group-vertical > .btn-group:before,
.immomakler .btn-toolbar:after,
.immomakler .btn-toolbar:before,
.immomakler .clearfix:after,
.immomakler .clearfix:before,
.immomakler .container-fluid:after,
.immomakler .container-fluid:before,
.immomakler .container:after,
.immomakler .container:before,
.immomakler .dl-horizontal dd:after,
.immomakler .dl-horizontal dd:before,
.immomakler .form-horizontal .form-group:after,
.immomakler .form-horizontal .form-group:before,
.immomakler .modal-footer:after,
.immomakler .modal-footer:before,
.immomakler .nav:after,
.immomakler .nav:before,
.immomakler .navbar-collapse:after,
.immomakler .navbar-collapse:before,
.immomakler .navbar-header:after,
.immomakler .navbar-header:before,
.immomakler .navbar:after,
.immomakler .navbar:before,
.immomakler .pager:after,
.immomakler .pager:before,
.immomakler .panel-body:after,
.immomakler .panel-body:before,
.immomakler .row:after,
.immomakler .row:before {
  display: table;
  content: " ";
}
.immomakler .col-sm-5 {
  width: 41.66666667%;
}
.immomakler .col-sm-7 {
  width: 58.33333333%;
}
.immomakler-single .list-group-item .col-sm-12 {
  width: 100%;
}
.immomakler-single .panel-body {
  padding-top: 0.5em;
}
.epass .move-right {
  margin-left: 55%;
}
.epass .value-text {
  width: 45%;
  line-height: 1.1em;
  font-size: 13px;
}
.immomakler .list-group-item,
.immomakler .panel {
  background-color: rgba(0, 0, 0, 0);
}
.immomakler .btn.active,
.immomakler .panel,
.immomakler .panel-heading,
.immomakler .panel-body {
  -webkit-box-shadow: none;
  -box-shadow: none;
}
.immomakler,
.immomakler .btn,
.immomakler .thumbnail,
.immomakler .list-group-item:first-child,
.immomakler .list-group-item:last-child,
.immomakler .panel,
.immomakler .panel-body,
.immomakler .panel-heading {
  border-radius: 0;
}
.immomakler .panel-default {
  border-color: #ddd;
}
.immomakler .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.immomakler .panel-default > .panel-heading {
  color: #333;
  border-bottom: 5px solid #a5b608;
  padding-left: 0;
}
.immomakler .btn.active,
.immomakler .panel,
.immomakler .panel-heading,
.immomakler .panel-body {
  -webkit-box-shadow: none;
  -box-shadow: none;
}
ul.list-group {
  list-style-type: none;
  margin-top: 0.5em;
}
ul.list-group li.list-group-item {
  margin-left: 0;
}
.immomakler-single .list-group-item {
  padding: 0;
}
.list-group-item .epass .arrow {
  background-repeat: no-repeat;
}
.epass .arrow {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 30px;
}
.epass-diagram .classes {
  top: 0px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.epass-diagram {
  height: 51px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #000;
}
.epass-diagram .scala {
  top: 20px;
  width: 100%;
  height: 12px;
  background-color: #fff;
}
.epass-diagram .scala span {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  float: left;
  text-align: left;
}
.epass-diagram .alt span {
  width: 11.1%;
}
.epass-diagram .scala span:first-child {
  padding-left: 1%;
}
.immomakler .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.parrallax_headline {
  max-width: 1100px;
  margin: 0 auto;
}
.parrallax_headline h2,
.parrallax_headline h1 {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  display: table;
  margin-top: 312px;
}
.parrallax_headline h1 {
  font-size: 2.5rem;
  line-height: normal;
  text-transform: uppercase;
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
}
.featherlight iframe {
  border: none;
}
.featherlight * {
  box-sizing: border-box;
}
.tct-form .gform_confirmation_message {
  padding: 1em;
  background-color: #4dbabf;
  color: #fff;
}
#footer_inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#footer_social_media,
#footer_datenschutz,
#link-impressum,
#link-datenschutz {
  display: inline-block;
}
#link-impressum {
  margin-right: 1em;
}
#footer_social_media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1em;
  text-decoration: none;
}
#link-facebook {
  background: url(img/Social-icon-facebook.png) no-repeat center center;
  background-size: cover;
}
#link-linkedin {
  background: url(img/Social-icon-linkedin.png) no-repeat center center;
  background-size: cover;
}
#link-xing {
  background: url(img/Social-icon-xing.png) no-repeat center center;
  background-size: cover;
}
#link-googleplus {
  background: url(img/Social-icon-googleplus.png) no-repeat center center;
  background-size: cover;
}
#link-twitter {
  background: url(img/Social-icon-twitter.png) no-repeat center center;
  background-size: cover;
}
#footer_social_datenschutz_wrap,
#footer_adresse {
  display: table;
  margin: 0 auto;
  padding: 1em 0 0 0;
  font-size: 0.8em;
}
#footer_adresse {
  width: 95%;
  line-height: 1.25em;
  margin-bottom: 1em;
}
#footer_adresse #member_logos {
  max-width: 1000px;
}
#footer_adresse .logo-parade {
  margin: 1rem auto;
  display: flex;
  _flex-wrap: wrap;
  justify-content: center;
  _max-width: 720px;
}
#footer_adresse .logo-parade a {
  display: block;
  _margin: 0 3rem;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 1.5rem;
}
#footer_adresse h3 {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
  padding-left: 5rem;
}
#footer_adresse .logo-parade a img {
  max-height: 70px;
  width: auto;
  filter: grayscale(100%);
  transition: all 0.5s;
  _opacity: 0.5;
  height: 65px;
  max-width: 300px;
}
#footer_adresse .logo-parade a:hover img,
#footer_adresse .logo-parade a img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#footer_content {
  width: 100%;
}
#footer_content h3 {
  text-align: center;
  margin: 50px auto;
  text-transform: uppercase;
}
#footer_mitgliedschaften {
  max-width: 1100px;
  margin: 0 auto;
}
#footer_mitgliedschaften::after {
  content: "";
  max-width: 760px;
  height: 1px;
  display: block;
  background: #000;
  margin: 50px auto 0 auto;
}
#footer_nav ul,
#footer_socialmedia,
.logoparade {
  _display: flex;
  _flex-wrap: wrap;
  _justify-content: space-between;
  text-align: center;
}
#footer_mitgliedschaften .logoparade a {
  margin: 0 30px;
}
.logoparade img {
  height: 70px;
  width: auto;
}
#footer_auszeichnungen .logoparade img {
  height: 220px;
}
#footer_nav ul,
#footer_socialmedia,
.logoparade {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer_auszeichnungen .logoparade > * {
  max-width: 185px;
}
.logoparade {
  _padding-left: 50px;
}
#footer_nav ul li,
#footer_socialmedia a,
.logoparade a,
.logoparade div {
  _display: inline-block;
  margin: 0 50px;
}
.logoparade a {
  _margin: 10px 30px;
}
#footer_nav_elements_inner #footer_socialmedia {
  padding: 50px 0 25px 0;
}
#footer_nav_elements_inner #footer_nav {
  padding: 25px 0 50px 0;
}
#footer_nav ul li:first-child,
#footer_socialmedia a:first-child,
.logoparade a:first-child,
.logoparade div:first-child {
  _margin: 0 50px 0 0;
}
#footer_nav ul li:last-child,
#footer_socialmedia a:last-child,
.logoparade a:last-child,
.logoparade div:last-child {
  _margin: 0 0 0 50px;
}
#footer_nav_elements {
  width: 100%;
  background: #4dbabf;
  margin-top: 50px;
}
#footer_nav_elements a {
  color: #fff;
  text-decoration: none;
}
#footer_nav_elements a:hover {
  text-decoration: underline;
}
#footer_nav ul {
  list-style-type: none;
  display: flex;
}
#footer_socialmedia {
  _margin-bottom: 50px;
}
#footer_socialmedia a {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#footer_socialmedia a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}
#footer_socialmedia a.insta::before {
  background: url("img/social_icon_new_insta.svg") center left no-repeat;
  background-size: 25px auto;
}
#footer_socialmedia a.fb::before {
  background: url("img/social_icon_new_fb.svg") center left no-repeat;
  background-size: 25px auto;
}
#footer_socialmedia a.newsletter::before {
  background: url("img/social_icon_new_newsletter.svg") center left no-repeat;
  background-size: 25px auto;
}
#suchergebnis_container h2 {
  margin-bottom: 1em;
}
#suchergebnis_container {
  max-width: 1100px;
  margin: 0 auto;
}
#suchergebnis_container li {
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 1em;
}
#footer_adress_inner {
  background: #a3b718;
  text-align: center;
  color: #fff;
  padding: 10px;
}
#footer_adress_inner p {
  margin-bottom: 0;
}
.page-template-page-landingpages header {
  display: none;
}
.page-template-page-landingpages .landingpage-header {
  background-image: url("img/zierleiste@2x.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 5px;
  padding: 0.5em 1em;
  background-color: #fff;
  z-index: 400 !important;
}
.page-template-page-landingpages .landingpage-header .fl-photo-img-svg img {
  width: 180px !important;
  height: 87px !important;
}
.page-template-page-landingpages
  .landingpage-header
  .bfw-rics
  .fl-photo-content
  img {
  max-width: 200px !important;
  display: block;
  margin-top: 1em;
}
.page-template-page-landingpages .landingpage-header .telephone-number p {
  margin-bottom: 0;
}
.page-template-page-landingpages .landingpage-header .telephone-number a {
  text-align: right;
  display: block;
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: none;
  font-size: 2.5em;
  line-height: 86px;
}
.page-template-page-landingpages .landingpage-kopfbereich {
  padding-top: 1.5em;
}
.landingpage-kopfbereich h1 {
  font-size: 2.5em;
  color: #9a9a9a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0.3em;
}
.landingpage-kopfbereich h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.1em;
}
.landingpage-formular {
  background-color: #a5b608;
  color: #fff;
}
.landingpage-formular .fl-module-content {
  margin: 0;
  padding: 0.5em;
}
.page-template-page-landingpages .gform_wrapper {
  margin-bottom: 0;
}
.page-template-page-landingpages .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 5px;
}
.page-template-page-landingpages .gform_wrapper .gform_footer .gform_button,
.page-template-page-landingpages
  .rueckruftermin
  .fl-module-content
  .gform_wrapper
  .gform_footer
  .gform_button {
  background-color: #fff;
  color: #a5b608;
  cursor: pointer;
  font-weight: bold;
}
.page-template-page-landingpages .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-template-page-landingpages .gform_wrapper .right_label input.medium {
  width: calc(72% - 8px);
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #fff;
}
.page-template-page-landingpages .gform_wrapper .gfield_required {
  color: #fff;
}
.page-template-page-landingpages #cta-wohnungen {
  display: inline-block;
  color: #fff;
  background-color: #ce1841;
  padding: 0.75em;
  text-decoration: none;
}
.page-template-page-landingpages #cta-wohnungen:hover {
  background-color: rgba(206, 24, 65, 0.85);
}
.page-template-page-landingpages .widget_formlos_kampagnen_widget {
  margin: 0 2em;
}
.page-template-page-landingpages .campaign-selection .property-item {
  margin: 0;
  width: 33.33%;
}
.page-template-page-landingpages .campaign-selection .property-content {
  padding: 0.5em;
}
.page-template-page-landingpages .wohneinheiten {
  background-color: #f7f7f7;
}
.page-template-page-landingpages .btn-cta {
  display: table;
  text-decoration: none;
  background-color: #4dbabf;
  color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
}
.page-template-page-landingpages .landingpage-kontaktinfos h2 {
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1em;
}
.page-template-page-landingpages .btn-cta:hover {
  text-decoration: underline;
}
.page-template-page-landingpages .wohnungen-rendite .kaufpreis .dd {
  font-size: 1.25em;
}
.page-template-page-landingpages .landingpage-fusszeile .fl-row-content {
  text-align: center;
  padding: 3em 0;
}
.page-template-page-landingpages .landingpage-fusszeile h2 {
  font-size: 2em;
  line-height: 1.3em;
  text-transform: none;
  margin-bottom: 0.75em;
}
.page-template-page-landingpages .landingpage-fusszeile .btn-cta {
  margin: 0 auto;
  background-color: #a5b608;
}
.page-template-page-landingpages .rueckruftermin {
  display: none;
}
.fl-builder-edit .page-template-page-landingpages .rueckruftermin {
  display: block;
}
.page-template-page-landingpages .rueckruftermin .fl-module-content {
  background-color: #4dbabf;
  color: #fff;
  padding: 0.5em;
}
.page-template-page-landingpages
  .rueckruftermin
  .fl-module-content
  .gform_wrapper
  .gform_footer
  .gform_button {
  color: #4dbabf;
}
.page-template-page-landingpages .bx-wrapper {
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.overlay-kontaktformular {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 800;
  display: none;
}
.overlay-kontaktformular #close-overlay {
  position: absolute;
  top: 1em;
  right: 1em;
  text-decoration: none;
  background-color: #fff;
  display: block;
  padding: 0.15em 0.5em;
  font-weight: bold;
  color: #a5b608;
}
.overlay-kontaktformular #skip-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.15em;
  margin-top: 1em;
  display: none;
}
.overlay-kontaktformular .fl-module-content,
.page-template-page-landingpages .overlay-kontaktformular .gform_wrapper {
  margin-top: 0;
}
.overlay-kontaktformular .fl-row-content-wrap {
  max-width: 450px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 1em;
  background-color: #a5b608;
  color: #fff;
}
.overlay-kontaktformular .fl-module-content h2 {
  color: #fff;
  margin-bottom: 0.5em;
}
a.accept_cookie_btn {
  display: block;
  margin-left: 0;
  padding: 10px 15px;
  font-weight: 700;
  color: #ce1841;
  background-color: #fff;
  text-decoration: none;
}
.fl-module-bb-formlos-instagram-linktree .fl-module-content {
  margin: 0;
}
.fl-module-bb-formlos-instagram-linktree .planned-notice {
  padding-right: 1rem;
}
.fl-module-bb-formlos-instagram-linktree .planned-item {
  padding: 1rem;
  border: 2px solid #ead016;
  background-color: rgba(234, 208, 22, 0.25);
}
.instagram-linktree-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.instagram-linktree-item .linktree-image {
  width: 40%;
}
.instagram-linktree-item .linktree-info {
  width: 60%;
  padding-left: 1rem;
}
.instagram-linktree-item .linktree-description {
  font-size: 1.25rem;
  line-height: 1.2em;
}
.instagram-linktree-item .linktree-description a {
  text-decoration: none;
  color: #000;
}
.instagram-linktree-item .linktree-link a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0.5rem;
  background-color: #4dbabf;
}
.instagram-linktree-item .linktree-link a:hover {
  text-decoration: underline;
}
.tc-greenlofts-header-slider .fl-content-slider{
	_height:800px;
}
.tc-greenlofts-header-slider .fl-content-slider .bx-wrapper{
   _height:100%;
}
@media only screen and (max-width: 1280px) {
  body.en .mystery-object-content h2 {
    font-size: 2.8em;
  }
  .mystery-object-content h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 1150px) {
  .menu-hauptnavigation-de-container,
  #certificate {
    width: 95%;
    margin: 0 auto;
  }
  .buying-renting a {
    font-size: 1em;
  }
  #lang_nav {
    right: 20px;
  }
  #bxslider .xmas_slider img.xmas_slider_desktop {
    display: none;
  }
  #bxslider .xmas_slider img.xmas_slider_tablet {
    display: block;
  }
  #bxslider .xmas_slider img.xmas_slider_smartphone {
    display: none;
  }
}
@media (max-width: 1100px) {
  header #block-2 img {
    width: 130px;
  }
  .verkauf_2023_2_bold_headline .fl-module-content h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1100px) {
  .immomakler > .row {
    width: 95%;
    margin: 0 auto;
  }
  .property-title-left {
    padding-left: 1%;
  }
  .property-item {
    width: 32%;
    margin: 0.5%;
    min-height: 510px;
  }
  .property-item.mystery-object {
    width: 65%;
    margin: 0.5%;
  }
  .bx-wrapper {
    margin-bottom: 0;
  }
  .bx-viewport {
    height: auto !important;
  }
  .bx-description {
    position: static;
    text-align: center;
  }
  .bx-wrapper .bx-pager {
    display: none;
  }
}
@media (max-width: 1140px) {
  .full_row_bg_reverse .fl-col:last-child .fl-col-content,
  .full_row_bg .fl-col:first-child .fl-col-content {
    margin: 40px;
  }
}
@media (max-width: 1100px) {
  .page-template-default main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logoparade {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
  }
  .promotion h2 {
    font-size: 1.7em;
  }
  #lang_nav {
    left: 20px;
  }
}
@media (max-width: 990px) {
  .immomakler_person-template-default .immomakler.immomakler-archive .col-md-6 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 940px) {
  #footer_nav ul li:last-child,
  #footer_socialmedia a:last-child,
  .logoparade a:last-child,
  .logoparade div:last-child,
  #footer_nav ul li,
  #footer_socialmedia a,
  .logoparade a,
  .logoparade div,
  #footer_nav ul li:first-child,
  #footer_socialmedia a:first-child,
  .logoparade a:first-child,
  .logoparade div:first-child {
    margin: 20px 50px;
  }
}
@media (max-width: 870px) {
  .bold_headline h1,
  .bold_headline .fl-module-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  main {
    width: 95%;
    margin: 0 auto;
  }
  .immosingle-col1,
  .immosingle-col2 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .immomakler .panel.property-contactform {
    width: 100%;
    min-width: 100%;
  }
  header #block-2 {
    display: none;
  }
  .logo {
    padding-top: 100px;
  }
  #sticky-wrapper {
    display: none;
  }
  #certificate {
    text-align: center;
  }
  #certificate a {
    float: none;
    display: inline-block;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    line-height: 40px;
    border: none !important;
    color: #fff;
    background-color: #a5b608;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 2px solid #fff !important;
    margin-bottom: 1px !important;
  }
  #responsive-menu-container
    #responsive-menu
    li.responsive-menu-item
    ul.responsive-menu-submenu
    li.responsive-menu-item
    a {
    border-bottom: none !important;
  }
  .responsive-menu-open .responsive-menu-label {
    display: none !important;
  }
  .responsive-menu-open .responsive-menu-button {
    width: auto !important;
    height: 55px;
    background: #a5b608;
    position: fixed;
    top: 15px;
    right: 5%;
    padding: 0 15px !important;
  }
  ul.responsive-menu-submenu li a {
    background-color: #c5d535 !important;
  }
  #responsive-menu-container
    #responsive-menu
    li.responsive-menu-item
    a
    .responsive-menu-subarrow {
    border-left: 2px solid #fff !important;
  }
  #responsive-menu-search-box {
    display: none !important;
  }
  .property-item {
    width: 49%;
    margin: 0.5%;
  }
  .property-item.mystery-object,
  .property-item.buying-renting {
    width: 99%;
    height: auto;
    min-height: auto;
  }
  #frontpageinfo aside {
    float: none;
    width: 65%;
    margin: 0 auto;
  }
  .property-mobile-title {
    display: block;
  }
  .promotion h2 {
    font-size: 1.8em;
  }
  body.blog article {
    display: block;
  }
  body.blog article .teaser-image {
    width: 100%;
  }
  body.blog article .teaser-content,
  body.blog article:nth-last-child(odd) .teaser-content {
    margin: 0 auto;
    padding-left: 0;
  }
  #lang_nav {
    top: 90px;
  }
  .instagram-linktree-item {
    display: block;
    max-width: 400px;
    margin: 0.5rem auto 2rem auto;
  }
  .instagram-linktree-item .linktree-image {
    width: 100%;
  }
  .instagram-linktree-item .linktree-info {
    width: 100%;
    padding-left: 0;
    display: flex;
  }
  .instagram-linktree-item .linktree-link {
    padding-left: 1rem;
    white-space: nowrap;
  }
  .fl-module-bb-formlos-instagram-linktree .fl-module-content {
    margin: 0;
  }
  #bxslider .xmas_slider img.xmas_slider_desktop,
  #bxslider .xmas_slider img.xmas_slider_tablet {
    display: none;
  }
  #bxslider .xmas_slider .bx-description,
  #bxslider .xmas_slider img.xmas_slider_smartphone {
    display: block;
  }
  .mobile_full_width.fl-col.fl-col-small {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  #footer_adresse .logo-parade {
    display: block;
  }
  #footer_adresse .logo-parade a {
    margin: 30px auto;
  }
}
@media (max-width: 660px) {
  body.single main header {
    display: block;
  }
  body.single main header h1 {
    margin-bottom: 0.5rem;
  }
  body.single main header h1,
  body.single main header .post-date {
    width: 100%;
    text-align: left;
  }
  body.blog article .teaser-content {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .property-item {
    width: 99%;
    margin: 0.5em 0.5%;
    min-height: auto;
    float: none;
  }
  #frontpageinfo aside {
    width: 100%;
  }
  .immomakler .panel-default.property-contactform .form-group .col-xs-12,
  .immomakler
    .panel-default.property-contactform
    .form-group
    .col-xs-12:first-child,
  .immomakler
    .panel-default.property-contactform
    .form-group:nth-child(4)
    .col-xs-12:nth-child(2) {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .mystery-object-content h2,
  .mystery-object-content h3 {
    _font-size: 1em;
  }
  .mystery-object-content {
    font-size: 0.75em;
  }
  .immomakler-archive div.property-thumbnail,
  .immomakler-archive .property-details.col-sm-7 {
    float: none;
    width: 100%;
  }
  .immomakler-archive img.wp-post-image {
    width: 100%;
    height: auto;
  }
  #lang_nav {
    top: 30px;
    left: 10px;
  }
  header #block-2 {
    position: relative;
    justify-content: center;
    left: 0;
  }
  .logoparade img {
    max-height: 70px;
    max-width: 100%;
  }
  #footer_auszeichnungen .logoparade img {
    max-height: 140px;
  }
  a.facebook_link,
  a.instagram_link {
    margin-right: 0px;
  }
  #lang_nav ul li {
    margin-left: 10px;
  }
  .home header #block-2 p {
    max-width: 90px;
  }
  .home header #block-2 p:last-child {
    max-width: 100px;
  }

  .page-id-185517 main{
    padding-left:0;
    padding-right:0;
    width:100%;
  }
  .page-id-185517 h1{
    font-size:2rem;
  }
} /*# sourceMappingURL=style.css.map */
